@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
/* -------------------------------------------- */
/* ------------ Noto Sans Japanese ------------ */
/* -------------------------------------------- */
/* medium */
/* semi bold */
/* -------------------------------------------- */
/* ------------------- Inter ------------------ */
/* -------------------------------------------- */
/* semi bold */
.js-parallax-img,
.js-parallax-video {
  overflow: hidden;
}
.js-parallax-img img,
.js-parallax-img video,
.js-parallax-video img,
.js-parallax-video video {
  will-change: transform;
}

.js-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}
.js-wrap .js-pin {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  will-change: transform;
}

.body_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.body_bg .layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.05);
  transition: opacity 800ms ease, filter 800ms ease, transform 800ms ease;
  will-change: opacity, filter, transform;
}
.body_bg .layer.current {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer.next.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer img,
.body_bg .layer video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: none;
}

@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
a {
  color: #000;
  transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
}
a span {
  transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0.5s;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

svg {
  transition: all 0.5s;
}
svg path {
  transition: all 0.5s;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  line-height: 1.4;
  position: relative;
  font-feature-settings: "palt";
  color: #000;
  font-size: calc(14 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: calc(14 * 100vw / 375);
  }
}

html {
  font-weight: normal;
}

br.sp-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.sp-br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  br.pc-br {
    display: none;
  }
}

main {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  padding-bottom: calc(200 * 100vw / 1440);
  min-height: calc(100dvh - 96 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  main {
    padding-bottom: calc(96 * 100vw / 375);
    min-height: calc(100dvh - 64 * 100vw / 375);
  }
}

.header {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(93 * 100vw / 1440);
  padding: 0 calc(40 * 100vw / 1440);
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: calc(56 * 100vw / 375);
    padding: 0 calc(20 * 100vw / 375) 0 calc(12 * 100vw / 375);
  }
}
.header:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header .logo {
  display: block;
  width: calc(264 * 100vw / 1440);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    width: calc(160 * 100vw / 375);
  }
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(40 * 100vw / 1440);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    display: none;
  }
}
.header .menu .gnav .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(40 * 100vw / 1440);
}
@media (hover: hover) {
  .header .menu .gnav .list .item .link:hover .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .gnav .list .item .link:hover .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .menu .gnav .list .item .link:hover .link_inner .txt.txt_02 {
    top: 0;
  }
}
@media (hover: none) {
  .header .menu .gnav .list .item .link:active .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .gnav .list .item .link:active .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .menu .gnav .list .item .link:active .link_inner .txt.txt_02 {
    top: 0;
  }
}
.header .menu .gnav .list .item .link .link_inner {
  overflow: hidden;
  position: relative;
  display: block;
}
.header .menu .gnav .list .item .link .link_inner .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  transition: none;
}
.header .menu .gnav .list .item .link .link_inner .txt.txt_02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.header .menu .cv {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(4 * 100vw / 1440);
  width: calc(190 * 100vw / 1440);
  height: calc(48 * 100vw / 1440);
  background-color: #008EF6;
}
@media (hover: hover) {
  .header .menu .cv:hover .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .cv:hover .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
@media (hover: none) {
  .header .menu .cv:active .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .cv:active .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
.header .menu .cv .cv_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 * 100vw / 1440);
}
.header .menu .cv .cv_inner .icon {
  width: calc(15 * 100vw / 1440);
  transform: translate3d(0, calc(2 * 100vw / 1440), 0);
}
.header .menu .cv .cv_inner .icon svg {
  display: flex;
  width: 100%;
  height: auto;
}
.header .menu .cv .cv_inner .txt {
  position: relative;
  overflow: hidden;
}
.header .menu .cv .cv_inner .txt .txt_01 {
  transition: none;
  display: block;
  color: #fff;
}
.header .menu .cv .cv_inner .txt .txt_02 {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transition: none;
  display: block;
}
.header .hamburger {
  display: none;
  width: calc(36 * 100vw / 375);
  height: calc(36 * 100vw / 375);
  border-radius: calc(2 * 100vw / 375);
  background-color: #008EF6;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header .hamburger {
    display: flex;
  }
}
.header .hamburger.is-open .hamburger_inner .line.line1 {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.header .hamburger.is-open .hamburger_inner .line.line2 {
  opacity: 0;
}
.header .hamburger.is-open .hamburger_inner .line.line3 {
  bottom: 50%;
  transform: translate3d(0, 50%, 0) rotate(-45deg);
}
.header .hamburger .hamburger_inner {
  width: calc(20 * 100vw / 375);
  height: calc(10 * 100vw / 375);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.header .hamburger .hamburger_inner .line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.34, 1);
  transform-origin: center center;
}
.header .hamburger .hamburger_inner .line.line1 {
  top: 0;
}
.header .hamburger .hamburger_inner .line.line2 {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.header .hamburger .hamburger_inner .line.line3 {
  bottom: 0;
}
.header .sp_menu {
  position: fixed;
  z-index: 2;
  top: calc(-8 * 100vw / 375);
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.07);
  display: none;
  align-items: flex-end;
  padding: calc(64 * 100vw / 375) 0 calc(40 * 100vw / 375);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu {
    display: flex;
  }
}
.header .sp_menu.is-open {
  opacity: 1;
  pointer-events: auto;
  top: 0;
}
.header .sp_menu .container {
  max-width: calc(335 * 100vw / 375);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(24 * 100vw / 375);
}
.header .sp_menu .container .gnav .list {
  display: flex;
  flex-direction: column;
}
.header .sp_menu .container .gnav .list .item {
  border-bottom: 1px solid #F4F4F4;
}
.header .sp_menu .container .gnav .list .item .link {
  padding: calc(16 * 100vw / 375) 0;
  display: block;
}
@media (hover: hover) {
  .header .sp_menu .container .gnav .list .item .link:hover .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .gnav .list .item .link:hover .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .sp_menu .container .gnav .list .item .link:hover .link_inner .txt.txt_02 {
    top: 0;
  }
}
@media (hover: none) {
  .header .sp_menu .container .gnav .list .item .link:active .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .gnav .list .item .link:active .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .sp_menu .container .gnav .list .item .link:active .link_inner .txt.txt_02 {
    top: 0;
  }
}
.header .sp_menu .container .gnav .list .item .link .link_inner {
  overflow: hidden;
  position: relative;
  display: block;
}
.header .sp_menu .container .gnav .list .item .link .link_inner .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  transition: none;
}
.header .sp_menu .container .gnav .list .item .link .link_inner .txt.txt_02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.header .sp_menu .container .cv {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(2 * 100vw / 375);
  width: 100%;
  height: calc(48 * 100vw / 375);
  background-color: #008EF6;
}
@media (hover: hover) {
  .header .sp_menu .container .cv:hover .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .cv:hover .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
@media (hover: none) {
  .header .sp_menu .container .cv:active .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .cv:active .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
.header .sp_menu .container .cv .cv_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 * 100vw / 375);
}
.header .sp_menu .container .cv .cv_inner .icon {
  width: calc(16 * 100vw / 375);
  transform: translate3d(0, calc(1 * 100vw / 375), 0);
}
.header .sp_menu .container .cv .cv_inner .icon svg {
  display: flex;
  width: 100%;
  height: auto;
}
.header .sp_menu .container .cv .cv_inner .txt {
  position: relative;
  overflow: hidden;
}
.header .sp_menu .container .cv .cv_inner .txt .txt_01 {
  transition: none;
  display: block;
  color: #fff;
}
.header .sp_menu .container .cv .cv_inner .txt .txt_02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transition: none;
  display: block;
  color: #fff;
}
.header .close-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .close-bg.is-open {
  opacity: 0.3;
  pointer-events: auto;
}

.footer {
  background-color: #008EF6;
  height: calc(96 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer {
    height: calc(64 * 100vw / 375);
  }
}
.footer .cr {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .cr {
    font-size: calc(12 * 100vw / 375);
  }
}

.l-fv {
  padding: calc(184 * 100vw / 1440) 0 calc(96 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .l-fv {
    padding: calc(120 * 100vw / 375) 0 calc(64 * 100vw / 375);
  }
}
.l-fv .container {
  width: 100%;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .l-fv .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(2 * 100vw / 375);
  }
}
.l-fv .container.page {
  max-width: calc(940 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  gap: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .l-fv .container.page {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(6 * 100vw / 375);
  }
}
.l-fv .container .en_title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(32 * 100vw / 1440);
  color: #008EF6;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .en_title {
    font-size: calc(26 * 100vw / 375);
  }
}
.l-fv .container .date {
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .date {
    font-size: calc(12 * 100vw / 375);
  }
}
.l-fv .container .ja_title {
  line-height: 1.6;
  font-size: calc(16 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008EF6;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .ja_title {
    font-size: calc(14 * 100vw / 375);
  }
}
.l-fv .container .page_ja_title {
  line-height: 1.6;
  font-size: calc(24 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008EF6;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .page_ja_title {
    font-size: calc(16 * 100vw / 375);
  }
}

.main .l-message .container {
  width: 100%;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: calc(140 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(120 * 100vw / 375);
  }
}
.main .l-message .container .item {
  display: flex;
  align-items: flex-start;
  gap: calc(140 * 100vw / 1440);
  scroll-margin-top: calc(156 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item {
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
    scroll-margin-top: calc(120 * 100vw / 375);
  }
}
.main .l-message .container .item .img {
  width: calc(240 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(20 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .img {
    gap: calc(24 * 100vw / 375);
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
.main .l-message .container .item .img .photo {
  width: 100%;
  overflow: hidden;
  border-radius: calc(4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .img .photo {
    border-radius: calc(2 * 100vw / 375);
    width: calc(120 * 100vw / 375);
  }
}
.main .l-message .container .item .img .photo img {
  width: 100%;
  height: auto;
}
.main .l-message .container .item .img .info {
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .img .info {
    gap: calc(4 * 100vw / 375);
  }
}
.main .l-message .container .item .img .info .part {
  color: #191970;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.main .l-message .container .item .img .info .name {
  font-size: calc(18 * 100vw / 1440);
  color: #191970;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .img .info .name {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .l-message .container .item .img .info .role {
  font-size: calc(14 * 100vw / 1440);
  color: #000;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .img .info .role {
    font-size: calc(10 * 100vw / 375);
  }
}
.main .l-message .container .item .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(56 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .txt {
    flex: initial;
    gap: calc(40 * 100vw / 375);
  }
}
.main .l-message .container .item .txt .block {
  display: flex;
  flex-direction: column;
  gap: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .txt .block {
    gap: calc(24 * 100vw / 375);
  }
}
.main .l-message .container .item .txt .block .title {
  padding-bottom: calc(16 * 100vw / 1440);
  font-size: calc(20 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(135deg, #006AC9 0%, #008EF6 50%, #6EC6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  border-bottom: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main .l-message .container .item .txt .block .title {
    font-size: calc(16 * 100vw / 375);
    padding-bottom: calc(16 * 100vw / 375);
  }
}
.main .l-message .container .item .txt .block .title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #006AC9 0%, #008EF6 50%, #6EC6FF 100%);
}
.main .l-message .container .item .txt .block .msg {
  display: flex;
  flex-direction: column;
  gap: calc(24 * 100vw / 1440);
}
.main .l-message .container .item .txt .block .msg p {
  color: #000;
  line-height: 2;
}/*# sourceMappingURL=message.css.map */