@charset "UTF-8";
/*--------------------------------------*
    * layout
*--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: clamp(4.25rem, 8.8541666667vw, 10.625rem);
}
@media screen and (max-width:480px) {
  .header {
    height: 11.6279069767vw;
  }
}
.header h1 {
  margin: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1760px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: clamp(2rem, 4.1666666667vw, 5rem);
}
@media screen and (max-width:480px) {
  .header__inner {
    background: rgb(12, 90, 146);
    padding-inline: 4.6511627907vw 3.2558139535vw;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:480px) {
  .header__nav {
    display: none;
  }
}
.header__nav a {
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  color: #182D72;
  margin-right: 12px;
  margin-right: clamp(2.5rem, 5.2083333333vw, 6.25rem);
}

.header__button a {
  margin-right: 0;
}

footer {
  padding-top: clamp(3.1rem, 6.4583333333vw, 7.75rem);
  background-color: #eaeaea;
}

.footer__content img {
  display: block;
  max-width: clamp(23.175rem, 48.28125vw, 57.9375rem);
  margin: 0 auto;
}

.footer__menu-left p {
  font-size: clamp(0.75rem, 1.5625vw, 1.875rem);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:480px) {
  .footer__menu-left p {
    font-size: 4.6511627907vw;
    font-weight: bold;
  }
}

.footer__menu-right {
  margin-top: clamp(1.85rem, 3.8541666667vw, 4.625rem);
}
.footer__menu-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}
@media screen and (max-width:480px) {
  .footer__menu-right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__menu-right ul li {
  font-size: clamp(0.45rem, 0.9375vw, 1.125rem);
  text-align: center;
}
@media screen and (max-width:480px) {
  .footer__menu-right ul li {
    font-size: 4.1860465116vw;
    font-weight: bold;
  }
}
.footer__menu-right ul li a {
  color: #000;
}

.footer__copy {
  display: grid;
  height: clamp(1.25rem, 2.6041666667vw, 3.125rem);
  background-color: #fff;
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(3rem, 6.25vw, 7.5rem);
  border-top: 2px solid #ccc;
  grid-template-columns: 1fr;
  place-items: center;
}
@media screen and (max-width:480px) {
  .footer__copy {
    height: 13.488372093vw;
    background-color: inherit;
    font-size: 3.488372093vw;
  }
}

/*--------------------------------------*
    * component
*--------------------------------------*/
.contact__form-wrap {
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
}
@media screen and (max-width:480px) {
  .contact__form-wrap {
    margin-top: 17.2093023256vw;
  }
}

.contact-lead {
  font-size: 1rem;
  color: #333;
  text-align: center;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.55rem, 1.1458333333vw, 1.375rem);
  margin-top: clamp(1.5rem, 3.125vw, 3.75rem);
}
@media screen and (max-width:480px) {
  form {
    gap: 4.6511627907vw;
    margin-top: 4.6511627907vw;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group label {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
  margin-left: clamp(0.35rem, 0.7291666667vw, 0.875rem);
}
@media screen and (max-width:480px) {
  .form-group label {
    font-size: 3.023255814vw;
    margin-left: 2.3255813953vw;
  }
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: clamp(0.3rem, 0.625vw, 0.75rem);
  border: 1px solid #ccc;
  border: 1px solid #333;
  font-size: clamp(0.4rem, 0.8333333333vw, 1rem);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border-radius: 15px;
  margin-top: clamp(0.25rem, 0.5208333333vw, 0.625rem);
}
@media screen and (max-width:480px) {
  .form-group input,
  .form-group textarea {
    padding: 3.2558139535vw;
    font-size: 3.023255814vw;
  }
}

.form-group textarea {
  height: clamp(4.5rem, 9.375vw, 11.25rem);
}
@media screen and (max-width:480px) {
  .form-group textarea {
    height: 34.8837209302vw;
  }
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #007bff;
  outline: none;
}

.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (max-width:480px) {
  .contact__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6511627907vw;
  }
}
.contact__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: clamp(2.1rem, 4.375vw, 5.25rem);
  max-width: clamp(8.75rem, 18.2291666667vw, 21.875rem);
  background-color: white;
  font-size: clamp(0.75rem, 1.5625vw, 1.875rem);
  font-weight: 900;
  color: #4B4B4B;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.2rem, 0.4166666667vw, 0.5rem);
  padding-inline: clamp(0.55rem, 1.1458333333vw, 1.375rem);
}
@media screen and (max-width:480px) {
  .contact__button a {
    height: 19.5348837209vw;
    max-width: 81.3953488372vw;
    font-size: 6.976744186vw;
  }
}
.contact__button img {
  width: clamp(1.5rem, 3.125vw, 3.75rem);
  height: clamp(1.5rem, 3.125vw, 3.75rem);
  margin-right: clamp(0.175rem, 0.3645833333vw, 0.4375rem);
}
@media screen and (max-width:480px) {
  .contact__button img {
    width: 13.023255814vw;
    height: 13.023255814vw;
    margin-right: 5.5813953488vw;
  }
}

.contact__button .fax img {
  width: clamp(1.3rem, 2.7083333333vw, 3.25rem);
  height: clamp(1.3rem, 2.7083333333vw, 3.25rem);
}
@media screen and (max-width:480px) {
  .contact__button .fax img {
    width: 11.8604651163vw;
    height: 11.8604651163vw;
  }
}

.submit {
  text-align: center;
}

.submit input {
  width: clamp(7.5rem, 15.625vw, 18.75rem);
  padding: clamp(0.5rem, 1.0416666667vw, 1.25rem) 2rem;
  border: none;
  border: 3px solid white;
  background-color: #007bff;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  margin-inline: auto;
  border-radius: 4px;
}
@media screen and (max-width:480px) {
  .submit input {
    width: 100%;
    max-width: 69.7674418605vw;
    margin-top: 2.3255813953vw;
    padding: 4.6511627907vw 0;
  }
}

.submit button:hover {
  background-color: #0056b3;
}

.privacy {
  font-size: clamp(0.45rem, 0.9375vw, 1.125rem);
  margin-top: clamp(0.5rem, 1.0416666667vw, 1.25rem);
}
@media screen and (max-width:480px) {
  .privacy {
    font-size: 3.023255814vw;
    margin-top: -0.6976744186vw;
    margin-left: 2.7906976744vw;
  }
}
.privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(0.4rem, 0.8333333333vw, 1rem);
}
@media screen and (max-width:480px) {
  .privacy label {
    margin-left: 1.3953488372vw;
  }
}

.form-group.privacy input[type=radio] {
  /* サイズ調整 */
  width: clamp(0.95rem, 1.9791666667vw, 2.375rem);
  height: clamp(0.95rem, 1.9791666667vw, 2.375rem);
  margin-right: clamp(0.925rem, 1.9270833333vw, 2.3125rem);
}
@media screen and (max-width:480px) {
  .form-group.privacy input[type=radio] {
    width: 6.0465116279vw;
    height: 6.0465116279vw;
    margin-right: 4.1860465116vw;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.hidden-fields-container {
  display: none !important;
}

/* ハンバーガーメニュー */
.menu-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  background: #0C5A92;
  opacity: 0;
  /* Y軸ではなくX軸を使う */
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /* スライド速度を0.6秒に設定 */
}

#hamburger {
  display: none;
}
@media (max-width: 768px) {
  #hamburger {
    position: relative;
    z-index: 999;
    display: block;
    width: 5.8139534884vw;
    height: 5.3488372093vw;
    margin: 0 0 0 auto;
    cursor: pointer;
  }
}

#hamburger span,
#hamburger::before,
#hamburger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.6976744186vw;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* 線のアニメーション */
}

#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.6976744186vw;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#hamburger::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.6976744186vw;
  background-color: #ffffff;
  content: "";
}

#hamburger::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.6976744186vw;
  background-color: #ffffff;
  content: "";
}

/* メニューが開いたときのクロススタイル */
.hamburger-active #hamburger span {
  opacity: 0;
}

.hamburger-active #hamburger::before {
  top: 43%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* 上の線を45度回転させてクロス */
}

.hamburger-active #hamburger::after {
  bottom: 43%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /* 下の線を-45度回転させてクロス */
}

.menu-right.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* 開閉両方に適用 */
}

.menu-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30.2325581395vw;
}

.menu-right li {
  margin: 0;
  padding: 0;
  padding-left: 13.9534883721vw;
}

.menu-right li span {
  font-size: 15px;
  color: #333;
}

.menu-right li a,
.menu-right li span {
  position: relative;
  display: block;
  padding: 20px 0;
  color: white;
}

.menu-right li a {
  font-size: 6.0465116279vw;
}

.menu-right li a.icon {
  width: 51.1627906977vw;
}

.menu-right li a::after {
  position: absolute;
  top: 54%;
  right: -25px;
  width: 3.2558139535vw;
  height: 3.2558139535vw;
  background-image: url(../img/hamburger-triangle.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-right li:last-child a::after {
  display: none;
}

@media (max-width: 768px) {
  body.admin-bar .header {
    margin-top: -46px;
  }
}
/*--------------------------------------*
    * project
*--------------------------------------*/
:root {
  --color-dark-blue: #1A395E;
  --color-light-blue: #A4C8E1;
  --bg-light: #FFFFFF;
  --bg-dark: #F0F0F0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.fade-in-mv {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  will-change: opacity, transform;
}

.section__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(2rem, 4.1666666667vw, 5rem);
}
@media screen and (max-width:480px) {
  .section__inner {
    padding: 0 6.0465116279vw;
  }
}

.section__title {
  text-align: center;
}
.section__title h2 {
  display: inline-block;
  font-size: clamp(1.5rem, 3.125vw, 3.75rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-dark-blue);
  text-align: center;
  border-top: 3px solid var(--color-dark-blue);
  border-bottom: 3px solid var(--color-dark-blue);
}
@media screen and (max-width:480px) {
  .section__title h2 {
    font-size: 9.3023255814vw;
  }
}

.fixed-bg01 {
  position: relative;
}
.fixed-bg01::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-image: url("../img/fixed_bg01.jpg");
  background-size: cover;
  background-position: 70% 0px;
  z-index: -1;
}
@media screen and (max-width:480px) {
  .fixed-bg01 {
    background-position: 70% 45px;
  }
}

.fixed-bg02 {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-image: url("../img/fixed_bg02.png");
}
@media screen and (max-width:480px) {
  .fixed-bg02 {
    background-attachment: scroll;
    background-image: none;
  }
}

@media screen and (max-width:480px) {
  .bg-wrap {
    background-image: url("../img/BG24.png");
    background-size: cover;
  }
}

.fixed-bg03 {
  background-image: url("../img/fixed_bg03.jpg");
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width:480px) {
  .fixed-bg03 {
    background-attachment: scroll;
    background-image: url("../img/BG34.png");
  }
}

.header__logo {
  width: clamp(13.65rem, 28.4375vw, 34.125rem);
}
@media screen and (max-width:480px) {
  .header__logo {
    width: 68.8372093023vw;
  }
}

.header__button {
  width: clamp(5rem, 10.4166666667vw, 12.5rem);
}

.company .section__title h2 {
  color: #ffffff;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}

.gradient-loop p {
  background: -webkit-gradient(linear, right top, left top, from(#ff9a9e), color-stop(#fad0c4), color-stop(#fbc2eb), color-stop(#a18cd1), to(#ff9a9e));
  background: linear-gradient(270deg, #ff9a9e, #fad0c4, #fbc2eb, #a18cd1, #ff9a9e);
  font-weight: 700;
  color: transparent;
  background-size: 400% 400%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: loopGradient 20s linear infinite;
          animation: loopGradient 20s linear infinite;
}

@-webkit-keyframes loopGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -400% 50%;
  }
}

@keyframes loopGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -400% 50%;
  }
}
.mv {
  position: relative;
  height: clamp(23.75rem, 49.4791666667vw, 59.375rem);
}
@media screen and (max-width:480px) {
  .mv {
    height: 193.9534883721vw;
  }
}

.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__bg img {
  height: 100%;
}

.mv__content {
  position: absolute;
  top: 46%;
  left: 52%;
  width: 100%;
  max-width: clamp(37.875rem, 78.90625vw, 94.6875rem);
  color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-inline: auto;
}
@media screen and (max-width:480px) {
  .mv__content {
    left: 41%;
    top: 35.5%;
  }
}
.mv__content p {
  font-size: clamp(1.5rem, 3.125vw, 3.75rem);
  font-weight: 900;
  line-height: 1.5;
  border-bottom: 2px solid white;
}
.mv__content span {
  display: block;
  font-size: clamp(0.875rem, 1.8229166667vw, 2.1875rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(0.45rem, 0.9375vw, 1.125rem);
}
.mv__content svg {
  width: 100%;
}

.message {
  background-color: rgba(255, 255, 255, 0.537);
  padding-block: 0;
}
@media screen and (max-width:480px) {
  .message {
    padding-block: 0 0;
  }
}
.message .section__inner {
  max-width: clamp(21.8rem, 45.4166666667vw, 54.5rem);
}
@media screen and (max-width:480px) {
  .message .section__inner {
    max-width: 100%;
  }
}

.message__wrap {
  background-color: rgba(242, 242, 242, 0.5019607843);
  padding-block: clamp(3.65rem, 7.6041666667vw, 9.125rem) clamp(6.15rem, 12.8125vw, 15.375rem);
}
@media screen and (max-width:480px) {
  .message__wrap {
    padding-block: 8.8372093023vw 26.0465116279vw;
  }
}

.message__content {
  margin-top: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}
@media screen and (max-width:480px) {
  .message__content {
    margin-top: 6.511627907vw;
  }
}

.text-head {
  font-size: clamp(1rem, 2.0833333333vw, 2.5rem);
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width:480px) {
  .text-head {
    font-size: 4.6511627907vw;
    line-height: 1.25;
  }
}

.text-sub {
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  font-weight: 350;
  line-height: 2;
  margin-top: clamp(0.75rem, 1.5625vw, 1.875rem);
}
@media screen and (max-width:480px) {
  .text-sub {
    font-size: 3.7209302326vw;
    margin-top: 3.488372093vw;
  }
}

.text-date {
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  text-align: right;
  margin-top: clamp(0.9rem, 1.875vw, 2.25rem);
}
@media screen and (max-width:480px) {
  .text-date {
    font-size: 3.7209302326vw;
    font-weight: normal;
    margin-top: 0.9302325581vw;
  }
}

.text-name {
  position: relative;
  z-index: 0;
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  text-align: right;
  margin-top: clamp(0.65rem, 1.3541666667vw, 1.625rem);
}
@media screen and (max-width:480px) {
  .text-name {
    font-size: 3.7209302326vw;
    font-weight: normal;
    margin-top: 3.7209302326vw;
  }
}
.text-name::after {
  position: absolute;
  top: -30%;
  right: 0;
  z-index: -1;
  display: block;
  width: clamp(4.35rem, 9.0625vw, 10.875rem);
  height: clamp(2rem, 4.1666666667vw, 5rem);
  background-image: url("../img/sign.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:480px) {
  .text-name::after {
    top: -86%;
    width: 66.0465116279vw;
    height: 18.6046511628vw;
  }
}

.text-name.no-after::after {
  display: none;
}

.news {
  padding-block: clamp(3rem, 6.25vw, 7.5rem) clamp(3rem, 6.25vw, 7.5rem);
}
@media screen and (max-width:480px) {
  .news {
    padding-block: 13.9534883721vw 15.3488372093vw;
  }
}
.news .section__inner {
  width: clamp(37rem, 77.0833333333vw, 92.5rem);
  max-width: none;
}
@media screen and (max-width:480px) {
  .news .section__inner {
    width: 100%;
  }
}

.news__content {
  margin-top: clamp(1.625rem, 3.3854166667vw, 4.0625rem);
}
@media screen and (max-width:480px) {
  .news__content {
    margin-top: 9.3023255814vw;
  }
}

.news__list {
  width: 100%;
  margin: clamp(1rem, 2.0833333333vw, 2.5rem) auto;
  padding: 0;
  list-style: none;
}

.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(0.95rem, 1.9791666667vw, 2.375rem);
}
@media screen and (max-width:480px) {
  .news__item a {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__item:first-child {
  margin-top: 0;
}

.news__date {
  display: grid;
  width: 30%;
  max-width: clamp(5.625rem, 11.71875vw, 14.0625rem);
  background-color: #075293;
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  font-weight: bold;
  line-height: 3.1875;
  color: white;
  text-align: center;
  place-items: center;
}
@media screen and (max-width:480px) {
  .news__date {
    width: 100%;
    max-width: 32.0930232558vw;
    font-size: 3.488372093vw;
    height: 6.976744186vw;
    line-height: 0;
  }
}

.news__title {
  width: 70%;
  background-color: white;
  font-size: clamp(0.45rem, 0.9375vw, 1.125rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
  padding-block: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  padding-inline: clamp(1rem, 2.0833333333vw, 2.5rem);
  overflow-wrap: break-word;
}
@media screen and (max-width:480px) {
  .news__title {
    width: 100%;
    font-size: 3.488372093vw;
  }
}

.business {
  position: relative;
  padding-top: clamp(7.75rem, 16.1458333333vw, 19.375rem);
}
@media screen and (max-width:480px) {
  .business {
    padding-top: 9.3023255814vw;
  }
}
.business .section__inner {
  max-width: clamp(37rem, 77.0833333333vw, 92.5rem);
}

.business__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.business__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.408);
  content: "";
}

.business__content-inner {
  width: 100%;
  max-width: clamp(32.65rem, 68.0208333333vw, 81.625rem);
  margin: 0 auto;
  overflow-x: hidden;
}

.business__content-inner.second {
  max-width: clamp(48rem, 100vw, 120rem);
  margin-top: clamp(7.35rem, 15.3125vw, 18.375rem);
}
@media screen and (max-width:480px) {
  .business__content-inner.second {
    margin-top: 18.6046511628vw;
  }
}

.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.35rem, 0.7291666667vw, 0.875rem);
  margin-top: clamp(3rem, 6.25vw, 7.5rem);
}
@media screen and (max-width:480px) {
  .business__list {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.9069767442vw 4.1860465116vw;
    margin-top: 7.9069767442vw;
  }
}

.business__item {
  width: 20%;
  max-width: clamp(6.25rem, 13.0208333333vw, 15.625rem);
  text-align: center;
}
@media screen and (max-width:480px) {
  .business__item {
    width: 33%;
    max-width: 27.4418604651vw;
  }
}
.business__item h3 {
  font-size: clamp(0.625rem, 1.3020833333vw, 1.5625rem);
  margin-top: clamp(0.4rem, 0.8333333333vw, 1rem);
}
@media screen and (max-width:480px) {
  .business__item h3 {
    font-size: 3.2558139535vw;
    margin-top: 2.7906976744vw;
    font-weight: bold;
  }
}
.business__item span {
  margin-top: clamp(0.15rem, 0.3125vw, 0.375rem);
}
@media screen and (max-width:480px) {
  .business__item span {
    font-size: 3.2558139535vw;
    font-weight: bold;
  }
}
.business__item img {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.business__item img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.business__item-img {
  overflow: hidden;
  border-radius: 100px;
}
@media screen and (max-width:480px) {
  .business__item-img {
    border-radius: 0px;
  }
}

.business__title {
  font-weight: normal;
  font-size: clamp(0.625rem, 1.3020833333vw, 1.5625rem);
}

.business__flex ul {
  padding: 0;
}
.business__flex ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: clamp(6.85rem, 14.2708333333vw, 17.125rem);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 10px solid rgba(0, 34, 255, 0.4);
  margin-top: clamp(1.05rem, 2.1875vw, 2.625rem);
}
.business__flex ul li:first-child {
  margin-top: 0;
}
.business__flex ul li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 10px solid rgba(0, 221, 255, 0.4);
}
.business__flex ul li:nth-child(3) {
  border-bottom: 10px solid rgba(20, 130, 255, 0.4);
}

.business__flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(34.5rem, 71.875vw, 86.25rem);
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: clamp(3.25rem, 6.7708333333vw, 8.125rem);
}
.business__flex-text p {
  font-size: clamp(1.5rem, 3.125vw, 3.75rem);
  font-weight: bold;
  line-height: 1.5;
  margin-top: clamp(-2.125rem, -1.7708333333vw, -0.85rem);
}
.business__flex-text span {
  font-size: clamp(1rem, 2.0833333333vw, 2.5rem);
}

.business__flex-img {
  width: clamp(13.5rem, 28.125vw, 33.75rem);
  height: 100%;
}
.business__flex-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business__relationships {
  width: 100%;
  max-width: clamp(20rem, 41.6666666667vw, 50rem);
  margin-top: clamp(2.75rem, 5.7291666667vw, 6.875rem);
  margin-inline: auto;
}
@media screen and (max-width:480px) {
  .business__relationships {
    max-width: 85.5813953488vw;
  }
}

.business__relationships-title {
  text-align: center;
}
.business__relationships-title h3 {
  font-size: clamp(0.625rem, 1.3020833333vw, 1.5625rem);
}
@media screen and (max-width:480px) {
  .business__relationships-title h3 {
    font-size: 4.1860465116vw;
    font-weight: bold;
  }
}

.business__relationships-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(1.5rem, 3.125vw, 3.75rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.625rem, 5.46875vw, 6.5625rem);
  margin-left: clamp(0.5rem, 1.0416666667vw, 1.25rem);
}
.business__relationships-list ul {
  margin-left: 0;
}
.business__relationships-list li:first-child {
  width: 30%;
  max-width: clamp(2.75rem, 5.7291666667vw, 6.875rem);
}
@media screen and (max-width:480px) {
  .business__relationships-list li:first-child {
    max-width: 21.1627906977vw;
  }
}
.business__relationships-list li:nth-child(2) {
  width: 30%;
  max-width: clamp(6.1rem, 12.7083333333vw, 15.25rem);
}
@media screen and (max-width:480px) {
  .business__relationships-list li:nth-child(2) {
    max-width: 38.3720930233vw;
  }
}
.business__relationships-list li:last-child {
  width: 30%;
  max-width: clamp(2.95rem, 6.1458333333vw, 7.375rem);
}
@media screen and (max-width:480px) {
  .business__relationships-list li:last-child {
    max-width: 17.9069767442vw;
  }
}

#company {
  scroll-margin-top: clamp(2rem, 4.1666666667vw, 5rem);
}

.company {
  padding-block: clamp(10.95rem, 22.8125vw, 27.375rem) clamp(2.75rem, 5.7291666667vw, 6.875rem);
}
@media screen and (max-width:480px) {
  .company {
    padding-block: 48.8372093023vw 6.511627907vw;
  }
}
.company .section__inner {
  max-width: clamp(43.2rem, 90vw, 108rem);
}
@media screen and (max-width:480px) {
  .company .section__inner {
    padding-inline: 4.6511627907vw;
  }
}

.company__content {
  background-color: rgba(238, 238, 238, 0.5490196078);
  padding-inline: clamp(4.25rem, 8.8541666667vw, 10.625rem);
  padding-block: clamp(1.25rem, 2.6041666667vw, 3.125rem) clamp(2.75rem, 5.7291666667vw, 6.875rem);
  margin-top: clamp(2.1rem, 4.375vw, 5.25rem);
}
@media screen and (max-width:480px) {
  .company__content {
    padding-inline: 5.5813953488vw;
    padding-block: 5.5813953488vw 9.7674418605vw;
    margin-top: 4.1860465116vw;
  }
}

.company__info {
  width: 100%;
  margin: 0 auto;
}

.company__info h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

.company__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(0.375rem, 0.78125vw, 0.9375rem) 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 1.5625vw, 1.875rem);
}
@media screen and (max-width:480px) {
  .company__info li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 0 0 7.9069767442vw 0;
  }
}
.company__info li:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company__info .label {
  position: relative;
  width: clamp(4rem, 8.3333333333vw, 10rem);
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:480px) {
  .company__info .label {
    width: auto;
    font-size: 3.488372093vw;
  }
}
.company__info .label::after {
  position: absolute;
  top: 0;
  right: -12%;
  content: ":";
}

.company__info .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  line-height: 1.5;
}
@media screen and (max-width:480px) {
  .company__info .content {
    font-size: 3.488372093vw;
  }
}

.company__info a {
  color: inherit;
  text-decoration: underline;
}

.company__info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 1.5625vw, 1.875rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: clamp(10.25rem, 21.3541666667vw, 25.625rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.225rem, 0.46875vw, 0.5625rem);
}
@media screen and (max-width:480px) {
  .company__info-right {
    width: 100%;
    max-width: 28.3720930233vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: -6%;
  }
}
.company__info-right img {
  width: 100%;
}
@media screen and (max-width:480px) {
  .company__info-right img {
    width: 100%;
  }
}

.company__img-list {
  display: grid;
  margin-top: clamp(1.25rem, 2.6041666667vw, 3.125rem);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}
@media screen and (max-width:480px) {
  .company__img-list {
    grid-template-columns: 1fr 1fr;
    margin-top: -1.1627906977vw;
  }
}

.company__map {
  width: 100%;
  margin-top: clamp(1.5rem, 3.125vw, 3.75rem);
  aspect-ratio: 1230/554;
}
@media screen and (max-width:480px) {
  .company__map {
    aspect-ratio: 334/333;
  }
}

.contact {
  padding-bottom: clamp(3rem, 6.25vw, 7.5rem);
}
@media screen and (max-width:480px) {
  .contact {
    padding-bottom: 0;
  }
}
.contact .section__inner {
  max-width: clamp(39.25rem, 81.7708333333vw, 98.125rem);
  background-color: rgba(255, 252, 252, 0.4);
  padding-block: clamp(2rem, 4.1666666667vw, 5rem) clamp(1rem, 2.0833333333vw, 2.5rem);
}
@media screen and (max-width:480px) {
  .contact .section__inner {
    padding-bottom: 20.9302325581vw;
  }
}
.contact .section__title h2 {
  color: white;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}

.contact__content {
  width: 100%;
  max-width: clamp(19.65rem, 40.9375vw, 49.125rem);
  margin: 0 auto;
}
@media screen and (max-width:480px) {
  .contact__content {
    max-width: 100%;
  }
}

.contact-lead {
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  line-height: 1.5;
  margin-top: clamp(1.85rem, 3.8541666667vw, 4.625rem);
}
@media screen and (max-width:480px) {
  .contact-lead {
    font-size: 3.023255814vw;
    font-weight: 900;
    color: rgb(48, 72, 157);
  }
}

.contact__form-wrap .contact-lead {
  margin-top: 0;
}

.contact__button {
  margin-top: clamp(1.4rem, 2.9166666667vw, 3.5rem);
}
@media screen and (max-width:480px) {
  .contact__button {
    margin-top: 6.976744186vw;
  }
}

.contact__form-wrap {
  margin-top: clamp(3.1rem, 6.4583333333vw, 7.75rem);
}
@media screen and (max-width:480px) {
  .contact__form-wrap {
    margin-top: 17.2093023256vw;
  }
}

.l-scroll {
  position: relative;
  height: 100%;
}

.l-scroll_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.l-scroll_txt_wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.l-scroll_txt_wrapper img {
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-scroll_txt_wrapper img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-scroll_side_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  /* 一瞬だけ白で隠す！ */
  pointer-events: none;
}

#grad {
  fill: url(SVGID_1_);
}

.privacy-policy .mv {
  height: auto;
  padding-block: clamp(5rem, 10.4166666667vw, 12.5rem);
}

.privacy-policy__content {
  background-color: rgba(255, 255, 255, 0.4901960784);
  padding: clamp(2.5rem, 5.2083333333vw, 6.25rem);
}
.privacy-policy__content a {
  display: block;
  margin-top: clamp(2.5rem, 5.2083333333vw, 6.25rem);
  color: black;
  font-weight: bold;
}

main.news__detail .section__inner {
  max-width: clamp(34rem, 70.8333333333vw, 85rem);
  margin-top: 5%;
}
main.news__detail .mv {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}
main.news__detail .news__content {
  background: rgba(255, 255, 255, 0.4901960784);
  padding-inline: clamp(1.5rem, 3.125vw, 3.75rem);
  padding-block: clamp(0.9rem, 1.875vw, 2.25rem) clamp(2rem, 4.1666666667vw, 5rem);
  margin-top: 0;
}
main.news__detail .news__the-content {
  font-size: clamp(0.45rem, 0.9375vw, 1.125rem);
  line-height: 1.5;
  margin-top: clamp(0.7rem, 1.4583333333vw, 1.75rem);
}
@media screen and (max-width:480px) {
  main.news__detail .news__the-content {
    font-size: 4.1860465116vw;
  }
}
main.news__detail .news__back {
  font-size: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  font-weight: bold;
  margin-top: clamp(0.75rem, 1.5625vw, 1.875rem);
}
@media screen and (max-width:480px) {
  main.news__detail .news__back {
    font-size: 4.1860465116vw;
  }
}
main.news__detail .news__back a {
  color: white;
}

.pagination a {
  color: white;
}

.archive .section__inner {
  margin-top: clamp(5rem, 10.4166666667vw, 12.5rem);
}