*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }
}
@media screen and (min-width:768px) and (max-width:1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:hover {
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: 70.8228rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 109rem;
  }
}

@media screen and (min-width:768px) {
  .only_sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.bg {
  position: relative;
  overflow: hidden;
}

.bg::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 954.4178rem;
  background: url(../img/bg-sp.png) no-repeat top center/cover;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .bg::before {
    height: 747.524rem;
    top: 7.92rem;
    background: url(../img/bg-pc.svg) no-repeat top center/cover;
  }
}

.section-text {
  font-size: 2.648rem;
  line-height: 2.1062;
  text-align: center;
  margin-top: 3.9346rem;
}
@media screen and (min-width:768px) {
  .section-text {
    font-size: 2.622rem;
    line-height: 2.027;
    margin-top: 3.9rem;
  }
}

.role {
  padding: 8.0521rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .role {
    padding: 10.6rem 0 0;
  }
}

.role-head {
  width: 100%;
  max-width: 37.4119rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .role-head {
    max-width: 49.3917rem;
  }
}

.role-text {
  position: relative;
}
@media screen and (min-width:768px) {
  .role-text {
    width: 100%;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.role-staff {
  display: flex;
  margin: 7.78225rem auto 0;
  position: relative;
  width: 78.692rem;
}
@media screen and (min-width:768px) {
  .role-staff {
    width: 100%;
    max-width: 192rem;
    margin: 4.5rem auto 0;
  }
}

@media screen and (min-width:768px) {
  .role-staff-item:nth-child(odd) {
    padding-top: 9.81rem;
  }
}

.role-staff-item:nth-child(1) {
  margin-left: -2.7464rem;
}
@media screen and (min-width:768px) {
  .role-staff-item:nth-child(1) {
    margin-left: 0;
    padding-top: 8.22rem;
  }
}

.role-staff-item:nth-child(2) {
  padding-top: 7.9065rem;
  margin-left: -8.1446rem;
}
@media screen and (min-width:768px) {
  .role-staff-item:nth-child(2) {
    padding-top: 2.95rem;
    margin-left: -8.803rem;
  }
}

.role-staff-item:nth-child(3) {
  margin-left: -2.8014rem;
}
@media screen and (min-width:768px) {
  .role-staff-item:nth-child(3) {
    padding-top: 12.76rem;
    margin-left: -14.769rem;
  }
}

.role-staff-item:nth-child(4) {
  margin-left: -7.8495rem;
}
@media screen and (max-width:767px) {
  .role-staff-item:nth-child(4) {
    padding-top: 7.1963rem;
  }
}
@media screen and (min-width:768px) {
  .role-staff-item:nth-child(4) {
    margin-left: -7.31rem;
  }
}

.role-staff-item:nth-child(5) {
  margin-left: -3.067rem;
}
@media screen and (min-width:768px) {
  .role-staff-item:nth-child(5) {
    padding-top: 8.22rem;
    margin-left: -14.07rem;
  }
}

.job {
  margin-top: 16.2282rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .job {
    margin-top: 8.46rem;
  }
}

.job-head {
  width: 100%;
  max-width: 37.4119rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .job-head {
    max-width: 49.3917rem;
  }
}

.job-lead {
  position: relative;
}

.job-swiper {
  margin-top: 10.7rem;
  padding-bottom: 6.4rem;
}
@media screen and (min-width:768px) {
  .job-swiper {
    margin-top: 4.8rem;
    padding-bottom: 5.6rem;
  }
}

.job-slide {
  position: relative;
  width: 92.3076%;
  max-width: 70.56rem;
  padding: 5.488rem 2.94rem 4.508rem;
  background: #e2f0f9;
  border-radius: 2rem;
}
@media screen and (min-width:768px) {
  .job-slide {
    max-width: 108.746rem;
    width: 56.6385%;
    padding: 5.5rem 5.2rem 2.6rem;
  }
}

.job-type {
  position: absolute;
  width: 100%;
  max-width: 24.79rem;
  left: 0;
  top: 3.724rem;
}
@media screen and (min-width:768px) {
  .job-type {
    max-width: 37.8913rem;
    top: 2.643rem;
  }
}

.job-text {
  line-height: 1.99;
  text-align: justify;
  font-size: 2.5rem;
  margin-top: 2.4rem;
}
@media screen and (min-width:768px) {
  .job-text {
    font-size: 1.976rem;
    line-height: 2.2398;
  }
}

.job-link {
  width: 100%;
  max-width: 43.9737rem;
  margin: 2.4rem auto 0;
}
@media screen and (min-width:768px) {
  .job-link {
    max-width: 30.92rem;
  }
}

@media screen and (max-width:767px) {
  .job-slide:nth-child(3) .job-link {
    margin: 7.32744rem auto 0;
  }
}

.swiper-pagination-bullet {
  width: 1.77rem;
  height: 1.77rem;
  background: #808080;
  margin: 0 2.94rem !important;
}
@media screen and (min-width:768px) {
  .swiper-pagination-bullet {
    width: 1.30952rem;
    height: 1.30952rem;
    margin: 0 2.2rem !important;
  }
}

.swiper-pagination-bullet-active {
  background: #000078;
}

.project {
  margin-top: 20.6936rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .project {
    margin-top: 7.3rem;
  }
}

.project-head {
  width: 100%;
  max-width: 63.3938rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .project-head {
    max-width: 89.624rem;
  }
}

.project-text {
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
  padding-top: 3.9346rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .project-text {
    padding-top: 3.9rem;
  }
}

.project-inner {
  margin-top: 8.1645rem;
}
@media screen and (min-width:768px) {
  .project-inner {
    margin-top: 6.97rem;
  }
}

.project-tab {
  display: flex;
  height: 8.6973rem;
}
@media screen and (min-width:768px) {
  .project-tab {
    height: 13.088rem;
  }
}

.project-tab-item {
  width: 50%;
  background: #cecece;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border-radius: 4rem 4rem 0 0;
  position: relative;
  padding-top: 2.0755rem;
}
@media screen and (min-width:768px) {
  .project-tab-item {
    padding-top: 2.77rem;
  }
}

.project-tab-item.active {
  background: #e2f0f9;
}

.project-tab-item:nth-child(1) .project-tab-text {
  width: 100%;
  max-width: 17.3673rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .project-tab-item:nth-child(1) .project-tab-text {
    max-width: 26.729rem;
  }
}

.project-tab-item:nth-child(2) .project-tab-text {
  width: 100%;
  max-width: 18.7023rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .project-tab-item:nth-child(2) .project-tab-text {
    max-width: 28.7836rem;
  }
}

.project-tab-text {
  position: relative;
}

.project-tab-text::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.project-tab-item:nth-child(1) .project-tab-text::before {
  background: url(../img/story01-gray.png) no-repeat center center/contain;
}

.project-tab-item:nth-child(2) .project-tab-text::before {
  background: url(../img/story02-gray.png) no-repeat center center/contain;
}

.project-tab-item.active .project-tab-text::before {
  opacity: 0;
}

.project-content {
  padding-bottom: 7.0134rem;
  background: #e2f0f9;
  border-radius: 0 0 2rem 2rem;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width:767px) {
  .project-content {
    padding-top: 6.1242rem;
  }
}
@media screen and (min-width:768px) {
  .project-content {
    padding-bottom: 7.86rem;
  }
}

.project-content.active {
  opacity: 1;
  display: block;
}

@media screen and (min-width:768px) {
  .project-content#story01 {
    padding-top: 11.95rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 {
    padding-top: 11.55rem;
  }
}

.project-content#story01 .project-content-head {
  width: 100%;
  max-width: 59.641rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .project-content#story01 .project-content-head {
    max-width: 67.4425rem;
  }
}

.project-content#story02 .project-content-head {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .project-content#story02 .project-content-head {
    max-width: 56.1539rem;
  }
}

.project-content-thumbnail {
  width: 100%;
  max-width: 57.4451rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .project-content-thumbnail {
    max-width: 78.4868rem;
  }
}

.project-content#story01 .project-content-thumbnail {
  margin-top: 3.966rem;
}
@media screen and (min-width:768px) {
  .project-content#story01 .project-content-thumbnail {
    margin-top: 3.348rem;
  }
}

.project-content#story02 .project-content-thumbnail {
  margin-top: 4rem;
}
@media screen and (min-width:768px) {
  .project-content#story02 .project-content-thumbnail {
    margin-top: 4.51rem;
  }
}

.project-content-description {
  position: relative;
  margin-top: 3.8086rem;
}
@media screen and (max-width:767px) {
  .project-content-description {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width:768px) {
  .project-content-description {
    padding-left: 15.25rem;
    margin-top: 5rem;
  }
}

.project-content-description p {
  width: 100%;
  max-width: 57.273rem;
  font-size: 2.4702rem;
  line-height: 2.06;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .project-content-description p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5083rem;
  }
}
@media screen and (min-width:768px) {
  .project-content-description p {
    transform: translateY(-1rem);
    max-width: 30.9518rem;
    font-size: 1.772rem;
    line-height: 2.1597;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .project-content-description p {
    max-width: 31.9518rem;
  }
}

.project-content#story01 .project-content-img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .project-content#story01 .project-content-img {
    max-width: 65.925rem;
    position: absolute;
    top: 0;
    right: 5.283rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .project-content-img img {
    height: auto;
    clip-path: inset(0 11.228rem 0 12.184rem);
  }
}

.project-content#story02 .project-content-img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .project-content#story02 .project-content-img {
    max-width: 64.9849rem;
    position: absolute;
    top: 0;
    right: -5.745rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .project-content-img img {
    height: auto;
    clip-path: inset(0 21.122rem 0.956rem 1.047rem);
  }
}

@media screen and (max-width:767px) {
  .project-content-img {
    max-width: 57.4451rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.message {
  position: relative;
}
@media screen and (max-width:767px) {
  .message {
    margin-top: 11.5854rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message {
    margin-top: 10.1rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message {
    margin-top: 5rem;
  }
}

.message-head {
  width: 100%;
  max-width: 37.3907rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .message-head {
    max-width: 48.1054rem;
  }
}

.message-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 3.9936rem auto 0;
}
@media screen and (min-width:768px) {
  .message-tab {
    margin: 5.75rem auto 0;
  }
}

.project-content#story01 .message-tab {
  max-width: 57.8848rem;
}
@media screen and (min-width:768px) {
  .project-content#story01 .message-tab {
    max-width: 63.8043rem;
  }
}

.project-content#story02 .message-tab {
  max-width: 37.8182rem;
}
@media screen and (min-width:768px) {
  .project-content#story02 .message-tab {
    max-width: 41.5204rem;
  }
}

.message-tab-item {
  width: 100%;
  max-width: 17.4517rem;
  background-color: #909191;
  aspect-ratio: 1/1;
  padding-top: 5.0244rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .message-tab-item {
    padding-top: 5.5rem;
    max-width: 19.2364rem;
  }
}

.message-tab-item.active {
  background-color: #000078;
}

.message-tab-item img {
  width: 100%;
  max-width: 12.089rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .message-tab-item img {
    max-width: 13.3246rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-contents {
    margin-top: 6.6rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message-contents {
    margin-top: 7.8rem;
  }
}

@media screen and (max-width:767px) {
  .message-contents {
    margin-top: 5.9196rem;
  }
}

.message-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.message-content.active {
  display: block;
  opacity: 1;
}

.message-content p {
  font-size: 2.5102rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .message-content p {
    font-size: 1.783rem;
    line-height: 2.06;
  }
}

.message-top {
  width: 100%;
  max-width: 57.0639rem;
  margin: 0 auto 0;
}
@media screen and (min-width:768px) {
  .message-top {
    display: flex;
    max-width: 83.884rem;
    padding-left: 0.5249rem;
  }
}

.message-staff {
  width: 100%;
  max-width: 27.9334rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .message-staff {
    float: left;
  }
}

.project-content#story01 .message-staff {
  margin-right: -4rem;
}
@media screen and (min-width:768px) {
  .project-content#story01 .message-staff {
    margin-right: 3rem;
  }
}

.project-content#story02 .message-staff {
  margin-right: -4rem;
}
@media screen and (min-width:768px) {
  .project-content#story02 .message-staff {
    margin-right: 2.5rem;
  }
}

.message-staff-job {
  position: absolute;
  width: 8.4593rem;
  aspect-ratio: 1/1;
  top: -2.5102rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000078;
  font-size: 1.9771rem;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .message-staff-job {
    width: 10.3105rem;
    top: -0.97rem;
    left: -2.327rem;
    font-size: 2.409rem;
  }
}

@media screen and (max-width:767px) {
  .message-staff-img {
    transform: translateX(-3.3444rem);
  }
}

@media screen and (max-width:767px) {
  .message-staff-img img {
    height: auto;
    clip-path: inset(0 3.3444rem 0 3.3444rem);
  }
}

.message-staff-department {
  text-align: center;
  font-size: 2.0892rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000078;
  margin-top: 1rem;
}
@media screen and (max-width:767px) {
  .message-staff-department {
    transform: translateX(-3.3444rem);
  }
}
@media screen and (min-width:768px) {
  .message-staff-department {
    font-size: 2.678rem;
  }
}

.message-staff-department span {
  font-size: 1.9rem;
  display: block;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (min-width:768px) {
  .message-staff-department span {
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width:768px) {
  .message-task {
    flex: 1;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-task {
    padding-top: 1rem;
  }
}

.message-task h5 {
  font-size: 2.6666rem;
  font-weight: 700;
  color: #000078;
}
@media screen and (max-width:767px) {
  .message-task h5 {
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .message-task h5 {
    font-size: 2.747rem;
  }
}

.message-task p {
  margin-top: 0.8rem;
}
@media screen and (min-width:768px) {
  .message-task p {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message-task p {
    font-size: 1.763rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message-content:nth-child(2) .message-task p {
    font-size: 1.863rem;
  }
}

.message-items {
  margin-top: 5.3117rem;
}
@media screen and (min-width:768px) {
  .message-items {
    margin-top: 8rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message-items p {
    font-size: 1.813rem;
    line-height: 2.29;
  }
}

.project-content#story01 .message-item:nth-child(2) {
  margin-top: 6.2247rem;
}
@media screen and (min-width:768px) {
  .project-content#story01 .message-item:nth-child(2) {
    margin-top: 7rem;
  }
}

.project-content#story01 .message-item:nth-child(3) {
  margin-top: 5.6346rem;
}
@media screen and (min-width:768px) {
  .project-content#story01 .message-item:nth-child(3) {
    margin-top: 9rem;
  }
}

.project-content#story02 .message-item:nth-child(2) {
  margin-top: 5.6346rem;
}
@media screen and (min-width:768px) {
  .project-content#story02 .message-item:nth-child(2) {
    margin-top: 10.2rem;
  }
}

.message-item {
  width: 100%;
  max-width: 59.0139rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .message-item {
    max-width: 92.4968rem;
  }
}

.message-item h6 {
  font-size: 2.6666rem;
  font-weight: 700;
  color: #000078;
  text-align: center;
  position: relative;
}
@media screen and (min-width:768px) {
  .message-item h6 {
    font-size: 2.109rem;
  }
}

.message-item h6::before {
  position: absolute;
  display: block;
  content: "";
  height: 2.8045rem;
  background: url(../img/line-blue.png) no-repeat bottom center/100% auto;
  left: 50%;
  bottom: -3.5509rem;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .message-item h6::before {
    height: 3.88329rem;
    bottom: -2.6rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-item:nth-child(1) h6::before,
  .project-content#story02 .message-item:nth-child(1) h6::before {
    width: 87%;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-item:nth-child(2) h6::before {
    width: 102%;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-item:nth-child(3) h6::before,
  .project-content#story02 .message-item:nth-child(2) h6::before {
    width: 87%;
  }
}

@media screen and (max-width:767px) {
  .message-item h6::before {
    width: 102%;
  }
}

.message-item p {
  margin-top: 3.9483rem;
}
@media screen and (max-width:767px) {
  .message-item p {
    width: 100%;
    max-width: 54.0189rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4102rem;
  }
}
@media screen and (min-width:768px) {
  .message-item p {
    margin-top: 3.6rem;
  }
}

.message-img {
  width: 100%;
  max-width: 57.4451rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .message-img {
    max-width: 92.6339rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-content:nth-child(1) .message-img,
  .project-content#story01 .message-content:nth-child(2) .message-img {
    margin-top: 9.8rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story01 .message-content:nth-child(3) .message-img {
    margin-top: 10.2rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message-content:nth-child(1) .message-img {
    margin-top: 5rem;
  }
}

@media screen and (min-width:768px) {
  .project-content#story02 .message-content:nth-child(2) .message-img {
    margin-top: 6rem;
  }
}

@media screen and (max-width:767px) {
  .message-img {
    margin-top: 5.5084rem;
  }
}

.information {
  margin-top: 7.8692rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .information {
    margin-top: 12rem;
  }
}

.information-text {
  color: #000078;
  text-align: center;
  line-height: 1.7712;
  font-size: 2.8781rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width:768px) {
  .information-text {
    font-size: 2.356rem;
  }
}

.information-text::before {
  position: absolute;
  display: block;
  content: "";
  width: 3.4581rem;
  aspect-ratio: 17.5782/15.2232;
  bottom: -4.7215rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/triangle-blue.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .information-text::before {
    width: 2.8302rem;
    aspect-ratio: 28.302/24.5101;
    bottom: -4.4rem;
  }
}

.information-link {
  width: 100%;
  max-width: 36.1359rem;
  margin: 7.5209rem auto 0;
}
@media screen and (min-width:768px) {
  .information-link {
    max-width: 29.5739rem;
    margin: 6.4rem auto 0;
  }
}

.banner {
  width: 100%;
  max-width: 57.9383rem;
  margin: 19.5392rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .banner {
    display: flex;
    justify-content: space-between;
    max-width: 97.5rem;
    margin: 12.7rem auto 0;
  }
}

.banner-item {
  width: 100%;
}
@media screen and (min-width:768px) {
  .banner-item {
    max-width: 47.4171rem;
  }
}

@media screen and (max-width:767px) {
  .banner-item + .banner-item {
    margin-top: 5.1779rem;
  }
}

.copy {
  font-size: 2.164rem;
  text-align: center;
  line-height: 1;
  margin-top: 3.5804rem;
  padding-bottom: 3.33rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .copy {
    font-size: 1.772rem;
    margin-top: 3.8rem;
    padding-bottom: 12rem;
  }
}