@charset "utf-8";

html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  height: auto;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body,
footer,
header,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
ol,
li,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
  border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

p {
  max-height: 100%;
  font-size: 1rem;
  line-height: 1.6;
}

a,
button,
input,
textarea {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a img {
  border: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
}

body {
  font-family: "NotoSansJP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  background: #fff;
}


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

  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  #wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /*スマホ スライドメニュー*/
  .mobile-nav {
    display: none;
  }


  header {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 0;
  }

  header .header-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }

  .logo {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
  }

  .logo a {
    text-decoration: none;
    color: #0676C3;
  }


  .global-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .global-nav ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0 26px;
    box-sizing: border-box;
    border: 4px solid #DBF0FF;
    border-radius: 12px;
    min-height: 46px;
    align-items: center;
  }

  .global-nav ul li {
    width: fit-content;
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
  }

  .global-nav ul li a {
    display: block;
    color: #0676C3;
    font-weight: 800;
    text-decoration: none;
  }

  .global-nav a.is-current {
    color: #33a2ee;
  }

  .global-nav .nav-contact a.is-current {
    background: #33a2ee;
    color: #fff;
    border-radius: 12px;
  }

  .nav-contact {
    margin-left: 30px;
    background: #0676C3;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .nav-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box;
  }


  /*main-visual---------------------------*/
  .main-visual {
    width: 96.6%;
    height: auto;
    margin: 0 auto 40px;
  }

  .fade-item img.mv-sp {
    display: none;
  }

  .fade-item img.mv-pc {
    display: block;
  }

  .fade-wrap {
    position: relative;
    width: 100%;
  }

  .fade-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
  }

  /* 上2枚 */
  .fade-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .fade-item:nth-child(1) img {
    object-position: right center;
  }

  .fade-item:nth-child(2) {
    grid-column: 7 / span 6;
  }

  .fade-item:nth-child(2) img {
    object-position: right center;
  }

  /* 下4枚 */
  .fade-item:nth-child(3) {
    grid-column: 1 / span 3;
  }

  .fade-item:nth-child(4) {
    grid-column: 4 / span 3;
  }

  .fade-item:nth-child(5) {
    grid-column: 7 / span 3;
  }

  .fade-item:nth-child(5) img {
    object-position: center top;
  }

  .fade-item:nth-child(6) {
    grid-column: 10 / span 3;
  }

  /* 上2枚 */
  .fade-item:nth-child(-n+2) {
    height: 450px;
  }

  /* 下4枚 */
  .fade-item:nth-child(n+3) {
    height: 260px;
  }

  .fade-item {
    box-sizing: border-box;
    border: 10px solid #0071bc;
    overflow: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .8s ease, transform .8s ease;
    line-height: 0;
  }

  .fade-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }


  .fade-item.is-show {
    opacity: 1;
    transform: translateY(0);
  }

  /* 7枚目 */
  .overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    z-index: 5;
  }

  .overlay-img.is-show {
    opacity: 1;
  }



  .top-content-wrap {
    width: 100%;
    min-height: 100vh;
    background:
      url(../img/top/top-bg-logo.png) no-repeat left 10px bottom 50px,
      linear-gradient(to bottom, #5EB7F3 0%, #0676C3 100%);
    background-size: 160px auto, 100%;
    padding-bottom: 20px;
  }

  .top-catch-wrap {
    width: 100%;
    background:
      url(../img/top/handle01.png) no-repeat left 50px top 50px,
      url(../img/top/track01.png) no-repeat right 50px top 240px;

    background-size: 200px auto,
      200px auto;
    padding: 100px 0;
  }

  .top-catch {
    width: fit-content;
    margin: 0 auto;
    height: auto;
  }

  .top-catch p {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-shadow: 0 3px 6px #0576C3;
    padding-bottom: 40px;
  }

  .top-catch h1 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.6;
    border-top: 2px solid #fff;
    font-weight: 600;
    text-shadow: 0 3px 6px #0576C3;
    padding-top: 40px;
  }


  .top-content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    height: auto;
  }

  .top-content h2 {
    color: #0676C3;
    font-weight: 900;
    font-size: 4rem;
    line-height: 1;
  }

  .top-content h2 a {
    color: #0676C3;
    text-shadow: 0 2px 3px #9dabb4;
    text-decoration: none;
  }

  .top-content h3 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 2.2rem;
    padding: 25px 0 20px;
  }

  .top-content p.driver-sub {
    color: #B4D6ED;
    font-size: 3.5rem;
    line-height: 2;
    font-family: Righteous-Regular, sans-serif;
  }

  .top-content p.driver-tx {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
  }

  .top-content p.driver-tx-blue {
    font-size: 1rem;
    line-height: 1.6;
    color: #0676C3;
    font-weight: 800;
    padding: 40px;
  }

  .driver01-wrap {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    margin: 0 0 150px 0;
  }

  .driver01 {
    display: flex;
    gap: 140px;
    background: url(../img/top/driver01.png) no-repeat left 0px bottom 0px;
    background-size: 40% auto;
  }

  .driver02 {
    display: flex;
    gap: 140px;
    background: url(../img/top/driver02.png) no-repeat right 0px bottom 0px;
    background-size: 40% auto;
  }

  .driver01-left {
    flex: 1;
  }

  .driver01-right {
    width: 400px;
    border-radius: 10px;
    background: #DBF0FF;
    box-shadow: 16px 16px 0 #0676C3;
  }

  .driver01-right img {
    margin: 100px 0 0 -40px;
    border-radius: 20px;
  }


  .driver02-wrap {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    margin: 0 0 150px 0;
  }

  .driver02-left {
    width: 400px;
    border-radius: 10px;
    background: #DBF0FF;
    box-shadow: -16px 16px 0 #0676C3;
  }

  .driver02-right {
    flex: 1;
  }

  .driver02-left img {
    margin: 100px 0 0 40px;
    border-radius: 20px;
  }

  .btn-more {
    background: #6cb5ef;
    border-radius: 10px;
    margin-top: 20px;
    width: fit-content;
    font-size: 0.9rem;
    line-height: 1.2rem;
    box-shadow: 0 2px 2px #4a9ed6;
  }

  .btn-more a {
    width: 100%;
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
  }

  .btn-more a::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
  }

  /*画像フェードイン*/
  .fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease;
  }

  .fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
  }

  /* 遅延 */
  .delay-1 {
    transition-delay: 0.2s;
  }

  .delay-2 {
    transition-delay: 0.4s;
  }



  /*お問合わせボタン*/
  .contact-btn {
    width: 600px;
    background: #0676C3;
    border: solid 5px #C7E9F9;
    border-radius: 20px;
    box-shadow: 0 0 5px 1px #CADBE6;
    color: #fff;
    margin: 100px auto;
    overflow: hidden;
  }

  .contact-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 24px;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    text-decoration: none;
    box-sizing: border-box;
  }

  .contact-btn a::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/top/handle02.png) no-repeat center center / contain;
    margin-right: 15px;
    flex-shrink: 0;
  }

  /*footer*/
  footer {
    width: 100%;
    background: #DBF0FF;
    padding: 50px 0 5px 0;
  }

  footer p.copyright {
    text-align: center;
    font-size: 0.8rem;
  }

  nav.footer-nav {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    height: auto;
  }

  nav.footer-nav ul {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    box-sizing: border-box;
    border-radius: 12px;
    align-items: center;
  }

  nav.footer-nav ul li {
    width: fit-content;
    line-height: 1;
    flex-shrink: 0;
  }

  nav.footer-nav ul li a {
    display: block;
    color: #0676C3;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
  }


  /*pagetop*/
  .pagetop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0676C3;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(8px);
    font-size: 1.6rem;
  }

  .pagetop img {
    width: 50%;
  }

  .pagetop.is-show {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .pagetop:hover {
    opacity: 0.7;
  }


  .tx-center {
    text-align: center;
  }



  /*共通ページ--------------------------*/
  .page-wrap {
    width: 100%;
    min-height: 100vh;
    background:
      url(../img/top/top-bg-logo.png) no-repeat left 10px bottom 50px,
      linear-gradient(to bottom, #5EB7F3 0%, #0676C3 100%);
    background-size: 160px auto, 100%;
    padding-bottom: 20px;
  }

  .page-wrap-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    height: auto;
  }

  .page-wrap-inner h2 {
    color: #fff;
    text-shadow: 0 2px 2px #6e9fc0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
  }

  .page-wrap-inner h2::before {
    content: "";
    width: 46px;
    height: 46px;
    background: url(../img/common/handle02.png) no-repeat center center / contain;
    flex-shrink: 0;
  }

  .page-area {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 60px 80px;
    margin: 40px 0 100px 0;
  }

  /*会社概要--------------------------*/
  dl.company-list {
    width: 100%;
    display: grid;
    grid-template-columns: 15% 1fr;
    gap: 20px;
    font-weight: 500;
    margin: 20px 0;
    font-size: 1rem;
    line-height: 2;
  }

  dl.company-list>* {
    box-sizing: border-box;
    padding: 5px;
  }

  dl.company-list dt {
    text-align: left;
    padding-left: 20px;
    border-left: solid 5px #5CB5F2;
    border-bottom: 2px dotted #DBF0FF;
    font-weight: 800;
    color: #0676C3;
  }

  dl.company-list dd {
    margin: 0;
    padding-left: 20px;
    border-bottom: 2px dotted #DBF0FF;
    font-weight: 400;
  }

  /*プライバシーポリシー--------------------------*/
  .policy-wrap h3 {
    font-size: 1.1rem;
    line-height: 2;
    padding: 15px 0 0 0;
    font-weight: 700;
    color: #0676C3;
  }

  .policy-wrap p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .policy-wrap ol {
    font-size: 0.9rem;
    line-height: 1.8;
    list-style-type: decimal;
    padding-inline-start: 5px;
    list-style-position: inside;
  }

  .policy-tx {
    margin: 40px 0 0 0;
  }


  /*コンテンツページ----------------------*/

  /*.content-wrap-01*/
  .content-wrap-01 {
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 60px 0;
  }

  /*LPガス*/
  #page-lpgas .content-wrap-01 {
    background: url(../img/lpgas/bg01.jpg) no-repeat bottom center;
  }

  /*タンクローリー*/
  #page-tank-truck .content-wrap-01 {
    background: url(../img/tank-truck/bg01.jpg) no-repeat bottom center;
  }

  .content-inner-01 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    box-sizing: border-box;
  }

  .content-left {
    width: calc(60% - 45px);
    padding-right: 40px;
  }

  .content-right {
    width: calc(40% - 25px);
  }

  .content-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    border: solid 4px #0676C3;
    margin: 20px 0 0;
  }

  .content-wrap-01 h1 {
    margin: 0;
    color: #0676C3;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 0 2px 3px #9dabb4;
  }

  .content-wrap-01 p.content-sub {
    color: #82bae1;
    font-size: 2.4rem;
    line-height: 2;
    font-family: Righteous-Regular, sans-serif;
  }

  .content-wrap-01 h2 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 900;
    padding: 10px 0;
    color: #222;
  }

  .content-wrap-01 p.content-tx {
    font-size: 1rem;
    line-height: 1.6;
    color: #222;
    font-weight: 500;
  }


  /*.content-wrap-02*/
  .content-wrap-02 {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 0;
  }

  /*LPガス*/
  #page-lpgas .content-wrap-02 {
    background-image: url(../img/lpgas/bg02.webp);
  }

  /*タンクローリー*/
  #page-tank-truck .content-wrap-02 {
    background-image: url(../img/tank-truck/bg02.webp);
  }


  .content-inner-02 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 40px 80px;
    box-sizing: border-box;
  }


  .content-inner-02 h2 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
    color: #FFFF00;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
  }

  .content-inner-02 h2::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/common/handle03.png) no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .feature-box {
    position: relative;
    max-width: 1100px;
    margin: 80px auto;
    padding: 45px 70px 45px 80px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 6px 8px rgba(3, 90, 151, 0.25);
    box-sizing: border-box;
  }

  .feature-box .num {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: #0676C3;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 80px;
    text-align: center;
  }

  .feature-box h3 {
    margin: 0 0 18px;
    color: #0676C3;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
  }

  .feature-box p {
    margin: 0;
    color: #222;
    font-size: 1rem;
    line-height: 2;
  }


  /*.content-wrap-03*/
  .content-wrap-03 {
    width: 100%;
    height: auto;
    background: url(../img/lpgas/bg03.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 100px 0 20px;
  }

  .content-inner-03 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
  }

  .point-area {
    width: 100%;
    margin: 0 auto;
  }

  .point-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
    margin-bottom: 40px;
  }

  .point-box {
    width: 52%;
    padding: 35px;
    border: 3px solid #0676C3;
    border-radius: 16px;
    box-shadow: 0 3px 8px #4e9fd7;
    box-sizing: border-box;
    text-align: center;
  }

  .point-inner {
    display: inline-block;
    text-align: left;
  }

  .point-img,
  .point-imgs {
    width: 40%;
  }

  .point-box p {
    margin: 0 0 16px;
    color: #222;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2;
  }

  .point-box span.red-tx {
    color: #F8197A;
    font-size: 2rem;
  }

  .point-box span.blue-tx {
    color: #0676C3;
    font-size: 2rem;
  }

  .point-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }


  /* LPガス用 */
  .point-area--lpgas .point-imgs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .point-area--lpgas .row-02 .point-img {
    position: relative;
    top: -80px;
  }

  .point-area--lpgas .point-imgs .point-img {
    width: 100%;
  }

  .point-area--lpgas .point-imgs .lpgs-illust {
    width: 65%;
    margin: 0 auto;
  }



  /* タンクローリー用 */
  .point-area--tank .row-01 {
    align-items: flex-start;
  }

  .point-area--tank .img-top {
    margin-top: 40px;
  }

  .point-area--tank .tank-illust {
    width: 35%;
    position: relative;
    top: -60px;
  }

  .point-area--tank .img-bottom {
    width: 48%;
    position: relative;
    top: -20px;
  }

  .point-area--tank .row-03 {
    justify-content: flex-start;
    position: relative;
    top: -100px;
  }

  .point-area--tank .row-03 .point-box {
    width: 50%;
  }


  /*.content-wrap-04*/
  .content-wrap-04 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 100px 0 0;
  }

  .content-inner-04 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
  }

  .content-title {
    width: 100%;
    margin: 80px auto 80px;
    position: relative;
    text-align: center;
  }

  .content-title::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: url(../img/common/handle04.png) no-repeat center center / contain;
  }


  .content-title h2 {
    margin: 0;
    padding: 20px 22px;
    background: #E6EEF3;
    border-radius: 40px;
    color: #0676C3;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
  }

  .content-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: 56px;
    height: 28px;
    background: #E6EEF3;
    border-radius: 0 0 28px 28px;
  }

  img.lpg-delivery {
    margin: 60px 0;
  }



  /* 仕事の内容 */
  .job-detail {
    width: 100%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    text-align: left;
    gap: 50px;
    align-items: center;
  }

  .job-detail img {
    width: 42%;
    height: auto;
    border-radius: 20px;
    border: 4px solid #0676C3;
  }

  .job-detail p {
    flex: 1;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    padding-right: 20px;
  }


  .job-box {
    width: 100%;
    margin: 60px auto 40px;
    display: flex;
    align-items: stretch;
    border: 4px solid #0676C3;
    border-radius: 20px;
    overflow: hidden;
    background: #0676C3;
    text-align: left;
  }

  .job-box-left {
    width: 42%;
    background: #0676C3;
    display: flex;
    align-items: center;
    padding: 20px 36px;
    box-sizing: border-box;
  }

  .job-box-left h3 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
  }

  .job-box-left h3::before {
    content: "";
    width: 10px;
    align-self: stretch;
    background: #ff0;
    margin-right: 18px;
    flex-shrink: 0;
  }

  .job-box-right {
    width: 58%;
    background: #fff;
    padding: 20px 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .job-box-right p {
    color: #0676C3;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
    margin: 0;
  }


  /* 先輩からのメッセージ */
  .staff-message {
    width: 90%;
    margin: 100px auto;
    padding: 28px 70px 40px;
    border: 4px dotted #0b80c9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
  }

  .staff-message-photo {
    width: 300px;
    position: relative;
    flex-shrink: 0;
    margin-top: -80px;
  }

  .staff-message-photo img {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
  }

  .staff-message-year {
    width: 300px;
    margin: -28px 0 0;
    padding: 12px 10px;
    background: #087ac4;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }

  .staff-message-text {
    flex: 1;
  }

  .staff-message-text p {
    margin: 0;
    padding: 9px 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .staff-message-text p span {
    border-bottom: 2px dotted #8cc2e6;
    padding-bottom: 5px;
    line-height: 2.6;
    width: 100%;
  }


}