html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 2.380952381vw;
  }
}

body {
  margin: 0;
  translate: 0.5s all;
  font-family: "Noto Sans JP", system-ui;
  color: black;
  font-size: 16px;
  line-height: 175%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div,
section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 32px;
  }
}

.c-lhalf-container {
  max-width: calc(50% + 620px);
  padding-right: 20px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-lhalf-container {
    padding-right: 32px;
  }
}

.c-rhalf-container {
  max-width: calc(50% + 620px);
  padding-left: 20px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-rhalf-container {
    padding-left: 32px;
  }
}

.sp-only-block {
  display: none;
}
@media (max-width: 768px) {
  .sp-only-block {
    display: block;
  }
}

.pc-only-block {
  display: block;
}
@media (max-width: 768px) {
  .pc-only-block {
    display: none;
  }
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-64 {
  margin-top: 64px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

section {
  position: relative;
}

.s-padding {
  padding: 5.6rem 0;
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #BBC5CD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 1.2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  outline: none;
  border-radius: 4px;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  color: #222222;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #b7b7b7;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 5.6rem;
}

textarea {
  height: 25rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #3c3c3c;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  color: #333;
  z-index: 0;
}
select:has(option:checked:disabled) {
  color: #b7b7b7;
}

.container,
.container-fluid {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.primary-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.8rem;
  background-color: #335C7D;
  border: 1px solid transparent;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.1;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .primary-btn {
    font-size: 16px;
    padding: 28px;
    border-radius: 8px;
  }
}
.primary-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.primary-btn .arrow {
  position: absolute;
  right: 3.15rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn .arrow svg path {
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn:hover:not(:disabled) {
  background-color: #fff;
  color: #335C7D;
  border-color: #335C7D;
}
.primary-btn:hover:not(:disabled) .arrow {
  -webkit-transform: translate(1rem, -0.5rem);
          transform: translate(1rem, -0.5rem);
}
.primary-btn:hover:not(:disabled) .arrow svg path {
  stroke: #335C7D;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn.rounded {
  border-radius: 10rem;
  overflow: hidden;
}

.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0px;
}
header.header.scrolled {
  background-color: rgba(0, 105, 191, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  header.header {
    padding: 12px 0px;
  }
}
header.header .inner-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0px 44px 0px 36px;
  margin: 0 auto;
  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 (max-width: 992px) {
  header.header .inner-wrapper {
    padding: 0 15px;
  }
}
header.header .inner-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
}
@media (max-width: 992px) {
  header.header .inner-wrapper .logo {
    width: 230px;
  }
}
@media (max-width: 768px) {
  header.header .inner-wrapper .logo {
    width: 200px;
  }
}
@media (max-width: 576px) {
  header.header .inner-wrapper .logo {
    width: 150px;
  }
}
header.header .inner-wrapper .logo img {
  width: 100%;
}
header.header .inner-wrapper .r-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  header.header .inner-wrapper .r-content {
    display: none;
  }
}
header.header .inner-wrapper .r-content .phone-content .phone-number {
  position: relative;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 3.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  padding-left: 3.4rem;
}
header.header .inner-wrapper .r-content .phone-content .phone-number::before {
  position: absolute;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../../assets/image/icons/icon-phone.svg") no-repeat center center/contain;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
header.header .inner-wrapper .r-content .phone-content .support-time {
  margin-top: 6px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  font-size: 12px;
}
header.header .inner-wrapper .r-content .contact-btn {
  padding: 2rem 2.4rem;
  background-color: #FF6A00;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 4px;
}
header.header .inner-wrapper .r-content .contact-btn:hover {
  opacity: 0.8;
}

header.header-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 12px 0px;
  background: rgba(52, 52, 52, 0.8509803922);
  display: none;
}
@media (max-width: 768px) {
  header.header-mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  header.header-mobile {
    padding: 10px 0px;
  }
}
header.header-mobile .inner-wrapper {
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  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: 12px;
}
@media (max-width: 576px) {
  header.header-mobile .inner-wrapper {
    gap: 8px;
  }
}
header.header-mobile .inner-wrapper .btn-container {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  background: #FF6A00;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 576px) {
  header.header-mobile .inner-wrapper .btn-container {
    padding: 10px 14px;
  }
}
header.header-mobile .inner-wrapper .btn-container .contact-btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-text img {
  width: 18px;
  height: 18px;
}
@media (max-width: 576px) {
  header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-text img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 576px) {
  header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 380px) {
  header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-text {
    font-size: 1rem;
  }
}
header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-time {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-time {
    font-size: 1rem;
  }
}
@media (max-width: 380px) {
  header.header-mobile .inner-wrapper .btn-container .contact-btn .contact-time {
    font-size: 0.8rem;
  }
}
header.header-mobile .inner-wrapper .btn-container .contact-btn:hover {
  opacity: 0.8;
}
header.header-mobile .inner-wrapper .tel-btn-container {
  background: #0069BF;
}

footer.footer {
  width: 100%;
  background: #3F3833;
  padding: 10px 0;
}
@media (max-width: 768px) {
  footer.footer {
    padding: 30px 0 10px 0;
  }
}
footer.footer .inner-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper {
    padding: 0 15px;
  }
}
footer.footer .inner-wrapper .copyright {
  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 (max-width: 768px) {
  footer.footer .inner-wrapper .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
footer.footer .inner-wrapper .copyright .share-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
footer.footer .inner-wrapper .copyright .share-group .share-item {
  width: 32px;
  height: 32px;
}
footer.footer .inner-wrapper .copyright .share-group .share-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footer .inner-wrapper .copyright .share-group .share-item a img {
  width: 100%;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .copyright .share-group .share-item {
    width: 24px;
    height: 24px;
  }
}
footer.footer .inner-wrapper .copyright .copyright-text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .copyright .copyright-text {
    font-size: 12px;
  }
}

section.top-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background: url("../image/mv-pc-background.png") no-repeat center top/cover;
}
@media (max-width: 768px) {
  section.top-mv {
    background: url("../image/mv-mobile-background.png") no-repeat center top/cover;
    height: 700px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 576px) {
  section.top-mv {
    height: 500px;
  }
}
section.top-mv .inner-wrapper {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  section.top-mv .inner-wrapper {
    margin-bottom: 50px;
  }
}
section.top-mv .inner-wrapper .mv-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 7.6rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: white;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-title {
    font-size: 3.2rem;
  }
}
section.top-mv .inner-wrapper .mv-description {
  margin-top: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: white;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-description {
    font-size: 1.5rem;
  }
}

section.frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #2F5E84;
  padding: 70px 0px;
  overflow: hidden;
}
section.frame .inner-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper {
    padding: 0px 15px;
  }
}
section.frame .inner-wrapper .frame-container {
  max-width: 960px;
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  position: relative;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  section.frame .inner-wrapper .frame-container {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container {
    height: 100%;
    padding: 40px 35px;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  section.frame .inner-wrapper .frame-container {
    padding: 30px 20px;
  }
}
section.frame .inner-wrapper .frame-container .frame-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #31365B;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-title {
    gap: 10px;
    padding: 0px 34px;
  }
}
section.frame .inner-wrapper .frame-container .frame-title .title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 992px) {
  section.frame .inner-wrapper .frame-container .frame-title .title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-title .title {
    line-height: 150%;
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  section.frame .inner-wrapper .frame-container .frame-title .title {
    font-size: 2.8rem;
    line-height: 150%;
  }
}
section.frame .inner-wrapper .frame-container .frame-title .description {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-title .description {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  section.frame .inner-wrapper .frame-container .frame-title .description {
    font-size: 1.6rem;
  }
}
section.frame .inner-wrapper .frame-container .frame-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    gap: 20px;
  }
}
section.frame .inner-wrapper .frame-container .frame-content .btn-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-content .btn-container {
    width: 100%;
  }
}
section.frame .inner-wrapper .frame-container .frame-content .btn-container .btn-service {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.4rem;
  margin: auto;
  padding-right: 3rem;
  padding-bottom: 0.4rem;
  padding-left: 3rem;
  border-radius: 100px;
  border-width: 3px;
  border-color: #FF6A00;
  border-style: solid;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FF6A00;
  background: white;
  display: block;
  text-align: center;
  /* transform: translateY(50%); */
  margin-bottom: -18px;
  z-index: 10;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-content .btn-container .btn-service {
    font-size: 13px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 380px) {
  section.frame .inner-wrapper .frame-container .frame-content .btn-container .btn-service {
    font-size: 1.3rem;
  }
}
section.frame .inner-wrapper .frame-container .frame-content .btn-container .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  opacity: 1;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #FF6A00;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-content .btn-container .contact-btn {
    font-size: 20px;
    padding: 28px 32px 16px 32px;
  }
}
@media (max-width: 420px) {
  section.frame .inner-wrapper .frame-container .frame-content .btn-container .contact-btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 380px) {
  section.frame .inner-wrapper .frame-container .frame-content .btn-container .contact-btn {
    font-size: 1.6rem;
  }
}
section.frame .inner-wrapper .frame-container .frame-content .btn-container .contact-btn .contact-icon {
  width: 3rem;
  height: 3rem;
}
section.frame .inner-wrapper .frame-container .frame-content .btn-container .contact-btn:hover {
  opacity: 0.8;
}
section.frame .inner-wrapper .frame-container .frame-content .tel-info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-content .tel-info {
    display: none;
  }
}
section.frame .inner-wrapper .frame-container .frame-content .tel-info .tel-block {
  display: block;
}
section.frame .inner-wrapper .frame-container .frame-content .tel-info .tel-block .tel-number {
  position: relative;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #31365B;
  padding-left: 5.2rem;
}
section.frame .inner-wrapper .frame-container .frame-content .tel-info .tel-block .tel-number::before {
  position: absolute;
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("../../assets/image/icons/icon-phone-blue.svg") no-repeat center center/contain;
  left: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  top: 50%;
}
section.frame .inner-wrapper .frame-container .frame-content .tel-info .tel-block .tel-time {
  margin-top: 12px;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
section.frame .inner-wrapper .frame-container .frame-content .tel-btn-container {
  display: none;
}
@media (max-width: 768px) {
  section.frame .inner-wrapper .frame-container .frame-content .tel-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.frame .inner-wrapper .frame-container .frame-content .tel-btn-container .tel-btn-time {
  color: #106CB7;
  border-color: #106CB7;
}
section.frame .inner-wrapper .frame-container .frame-content .tel-btn-container .tel-btn-contact {
  background: #106CB7;
}
section.frame::before {
  position: absolute;
  content: "";
  width: 780px;
  height: 130%;
  right: 0;
  top: 0;
  background: url(../../assets/image/logo1.png) no-repeat center center/cover;
  opacity: 0.5;
  -webkit-transform: translate(27%, -1%);
          transform: translate(27%, -1%);
}
@media (max-width: 768px) {
  section.frame::before {
    -webkit-transform: translate(50%, -1%);
            transform: translate(50%, -1%);
  }
}

@media (max-width: 768px) {
  section.frame-hidden {
    display: none;
  }
}

section.service {
  width: 100%;
  background: url(../../assets/image/service-background.jpg) no-repeat center center/cover;
}
section.service .service-container {
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 52, 88, 0.6)), to(rgba(43, 104, 153, 0.6)));
  background: linear-gradient(270deg, rgba(8, 52, 88, 0.6) 0%, rgba(43, 104, 153, 0.6) 100%);
  background-blend-mode: multiply;
  width: 100%;
  padding: 90px 0;
}
@media (max-width: 768px) {
  section.service .service-container {
    padding: 50px 25px;
  }
}
section.service .service-container .inner-wrapper {
  max-width: 1320px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
section.service .service-container .inner-wrapper .section-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
section.service .service-container .inner-wrapper .section-title::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  content: "SERVICE";
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #89C1EE;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
}
@media (max-width: 768px) {
  section.service .service-container .inner-wrapper .section-title {
    font-size: 2.6rem;
    line-height: 140%;
  }
  section.service .service-container .inner-wrapper .section-title::before {
    font-size: 8rem;
  }
}
section.service .service-container .inner-wrapper .service-items {
  margin: 110px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.6rem 1fr 2.6rem 1fr 2.6rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
}
@media (max-width: 768px) {
  section.service .service-container .inner-wrapper .service-items {
    margin-top: 57px;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media (max-width: 576px) {
  section.service .service-container .inner-wrapper .service-items {
    margin-top: 57px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
section.service .service-container .inner-wrapper .service-items .service-item {
  background: white;
  width: 100%;
  background: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  section.service .service-container .inner-wrapper .service-items .service-item {
    gap: 1.6rem;
  }
}
section.service .service-container .inner-wrapper .service-items .service-item .item-image {
  width: 100%;
}
section.service .service-container .inner-wrapper .service-items .service-item .item-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.2rem;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #31365B;
}
@media (max-width: 992px) {
  section.service .service-container .inner-wrapper .service-items .service-item .item-title {
    font-size: 1.8rem;
  }
}
section.service .service-container .inner-wrapper .service-items .service-item .item-description {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0%;
  color: #222222;
}
@media (max-width: 992px) {
  section.service .service-container .inner-wrapper .service-items .service-item .item-description {
    font-size: 1.2rem;
  }
}

section.reason {
  width: 100%;
  padding: 90px 0;
  position: relative;
  background: url(../../assets/image/reason-background.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  section.reason {
    padding: 60px 0;
  }
}
section.reason::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  background-blend-mode: screen;
  opacity: 0.6;
}
section.reason .inner-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.reason .inner-wrapper {
    padding: 0px 42px 0px 30px;
  }
}
section.reason .inner-wrapper .section-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #31365B;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 60px;
}
section.reason .inner-wrapper .section-title::before {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  content: "REASON";
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #b5cfe2;
  z-index: -1;
  opacity: 1;
}
@media (max-width: 768px) {
  section.reason .inner-wrapper .section-title {
    font-size: 2.6rem;
    line-height: 140%;
  }
  section.reason .inner-wrapper .section-title::before {
    font-size: 8rem;
  }
}
section.reason .reason-items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 70px;
  margin: 110px auto 0;
  z-index: 5;
}
@media (max-width: 768px) {
  section.reason .reason-items {
    margin: 30px auto 0;
    gap: 30px;
  }
}
section.reason .reason-items .reason-item {
  width: 100%;
  max-width: calc(50% + 496px);
  margin-right: auto;
  position: relative;
}
section.reason .reason-items .reason-item .item-bar {
  position: absolute;
  width: calc(100% - 70px);
  height: 100%;
  background: white;
  z-index: -1;
  max-height: 352px;
  bottom: 0;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-bar {
    width: calc(100% - 22px);
    max-height: calc(100% - 37px);
  }
}
section.reason .reason-items .reason-item .item-bar .bar-inner {
  width: 250px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#589DD7), to(#127BD2));
  background: linear-gradient(90deg, #589DD7 0%, #127BD2 100%);
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-bar .bar-inner {
    width: 100%;
    height: 238px;
    bottom: 0;
    clip-path: polygon(0% 50%, 0% 100%, 100% 100%, 100% 0%);
  }
}
section.reason .reason-items .reason-item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 920px;
  margin-left: auto;
  padding-left: 20px;
  gap: 50px;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main {
  width: calc(100% - 530px);
  margin-top: 8px;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main {
    width: 100%;
    padding-right: 44px;
    margin-top: 0px;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main .reason-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main .reason-num {
    gap: 8px;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main .reason-num .text {
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0069BF;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main .reason-num .text {
    font-size: 1.6rem;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main .reason-num .num {
  font-weight: 700;
  font-style: Bold;
  font-size: 6.4rem;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #0069BF;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main .reason-num .num {
    font-size: 4.8rem;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main .reason-contents {
  padding-left: 10px;
  padding-top: 39px;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main .reason-contents {
    padding-left: 9px;
    padding-top: 24px;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main .reason-contents .reason-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.8rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #31365B;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main .reason-contents .reason-title {
    font-size: 2.2rem;
  }
}
section.reason .reason-items .reason-item .item-inner .item-main .reason-contents .reason-description {
  margin-top: 30px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0%;
  color: #222222;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-main .reason-contents .reason-description {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
section.reason .reason-items .reason-item .item-inner .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  aspect-ratio: 484/323;
  margin-bottom: 90px;
  margin-right: -70px;
}
section.reason .reason-items .reason-item .item-inner .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  section.reason .reason-items .reason-item .item-inner .item-img {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item .item-inner .item-img {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  section.reason .reason-items .reason-item .item-inner .item-img {
    width: 100%;
  }
}
section.reason .reason-items .reason-item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
}
section.reason .reason-items .reason-item:nth-child(even) .item-bar {
  right: 0;
}
section.reason .reason-items .reason-item:nth-child(even) .item-bar .bar-inner {
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item:nth-child(even) .item-bar .bar-inner {
    clip-path: polygon(0% 50%, 0% 100%, 100% 100%, 100% 0%);
  }
}
section.reason .reason-items .reason-item:nth-child(even) .item-inner {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item:nth-child(even) .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  section.reason .reason-items .reason-item:nth-child(even) .item-inner .item-main {
    padding-right: 0;
    padding-left: 44px;
  }
}
section.reason .reason-items .reason-item:nth-child(even) .item-inner .item-img {
  margin-right: 0px;
}
@media (max-width: 768px) {
  section.reason .reason-items .reason-item:nth-child(even) .item-inner .item-img {
    margin-left: 0;
    margin-right: auto;
  }
}

section.flow {
  width: 100%;
  padding: 90px 0;
  background: #E6F3F8;
}
@media (max-width: 768px) {
  section.flow {
    padding: 60px 0;
  }
}
section.flow .inner-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper {
    padding: 0 70px;
  }
}
section.flow .inner-wrapper .section-title {
  margin-top: 30px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #31365B;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
section.flow .inner-wrapper .section-title::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  content: "FLOW";
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #89C1EE;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .section-title {
    font-size: 2.6rem;
    line-height: 140%;
  }
  section.flow .inner-wrapper .section-title::before {
    font-size: 8rem;
  }
}
section.flow .inner-wrapper .flow-items {
  margin-top: 110px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items {
    margin-top: 57px;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media (max-width: 576px) {
  section.flow .inner-wrapper .flow-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
section.flow .inner-wrapper .flow-items .flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
  z-index: 0;
}
section.flow .inner-wrapper .flow-items .flow-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  background-color: #c1dcf1;
  top: calc(50% - 36px);
  right: calc(-100% + 100px);
  z-index: -1;
}
@media (max-width: 1024px) {
  section.flow .inner-wrapper .flow-items .flow-item:not(:last-child)::after {
    top: calc(50% - 50px);
  }
}
@media (max-width: 992px) {
  section.flow .inner-wrapper .flow-items .flow-item:not(:last-child)::after {
    top: calc(50% - 36px);
  }
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item {
    gap: 20px;
  }
}
section.flow .inner-wrapper .flow-items .flow-item .step-block {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item .step-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .text-block {
  font-family: "Titillium Web", sans-serif;
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .text-block .step-text {
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #0069BF;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item .step-block .text-block .step-text {
    font-size: 1.6rem;
  }
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .text-block .step-number {
  font-weight: 700;
  font-style: Bold;
  font-size: 4.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item .step-block .text-block .step-number {
    font-size: 3.2rem;
  }
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .step-icon {
  border: 4px solid #89C1EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: calc(100% - 18px);
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  background-color: white;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item .step-block .step-icon {
    max-width: 160px;
    width: calc(100% - 48px);
  }
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .step-icon img {
  width: 40%;
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .step-two img {
  width: 33%;
}
section.flow .inner-wrapper .flow-items .flow-item .step-block .step-three img {
  width: 50%;
}
section.flow .inner-wrapper .flow-items .flow-item .step-contents .step-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #31365B;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item .step-contents .step-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
section.flow .inner-wrapper .flow-items .flow-item .step-contents .step-description {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0%;
  color: #222222;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .flow-items .flow-item .step-contents .step-description {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

section.news {
  width: 100%;
  padding: 90px 0;
  background: white;
}
@media (max-width: 768px) {
  section.news {
    padding: 60px 0;
  }
}
section.news .inner-wrapper {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.news .inner-wrapper {
    padding: 0 15px;
  }
}
section.news .inner-wrapper .section-title {
  margin-top: 30px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #31365B;
  /* text-align: center; */
  position: relative;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: flex-start; */
  z-index: 1;
}
section.news .inner-wrapper .section-title::before {
  position: absolute;
  /* left: 28%; */
  top: 0%;
  -webkit-transform: translate(-3%, -69%);
          transform: translate(-3%, -69%);
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  content: "NEWS";
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #89C1EE;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .section-title {
    margin-top: 40px;
    font-size: 2.6rem;
    line-height: 140%;
  }
  section.news .inner-wrapper .section-title::before {
    font-size: 8rem;
    -webkit-transform: translate(-3%, -55%);
            transform: translate(-3%, -55%);
  }
}
section.news .inner-wrapper .news-items {
  margin-top: 40px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items {
    margin-top: 20px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
section.news .inner-wrapper .news-items .news-item.news-item-sp-only {
  display: none;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items .news-item.news-item-sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.news .inner-wrapper .news-items .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  width: 100%;
  padding: 16px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CDCDCD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px 0px 16px 0px;
  }
}
section.news .inner-wrapper .news-items .news-item .item-image {
  background: #F9F9F9;
  width: 180px;
  height: 120px;
  text-align: center;
}
section.news .inner-wrapper .news-items .news-item .item-image img {
  height: 100%;
}
@media (max-width: 420px) {
  section.news .inner-wrapper .news-items .news-item .item-image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items .news-item .item-image {
    width: 100%;
  }
}
section.news .inner-wrapper .news-items .news-item .item-content {
  width: calc(100% - 204px);
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items .news-item .item-content {
    width: 100%;
  }
}
section.news .inner-wrapper .news-items .news-item .item-content .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news .inner-wrapper .news-items .news-item .item-content .item-info .item-date {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #696969;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items .news-item .item-content .item-info .item-date {
    font-size: 1.2rem;
  }
}
section.news .inner-wrapper .news-items .news-item .item-content .item-info .item-category {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 4px 6px;
  color: #0069BF;
  border-radius: 4px;
  border: 1px solid #0069BF;
}
section.news .inner-wrapper .news-items .news-item .item-content .item-title {
  margin-top: 8px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .news-items .news-item .item-content .item-title {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
section.news .inner-wrapper .btn-container {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .btn-container {
    margin-top: 30px;
    padding: 0 20px;
  }
}
section.news .inner-wrapper .btn-container .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 100px;
  border-radius: 4px;
  border: 1px solid #31365B;
  background: #31365B;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
@media (max-width: 768px) {
  section.news .inner-wrapper .btn-container .btn-more {
    padding: 9px 105px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  section.news .inner-wrapper .btn-container .btn-more {
    padding: 9px 0px;
    max-width: 280px;
    width: 100%;
  }
}
section.news .inner-wrapper .btn-container .btn-more::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 32px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/image/icons/icon-arrow.svg) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}
section.news .inner-wrapper .btn-container .btn-more:hover {
  opacity: 0.9;
}
section.news .inner-wrapper .btn-container .btn-more:hover::after {
  right: 10px;
}

section.company {
  width: 100%;
  padding: 90px 0;
  background: #F9F9F9;
}
@media (max-width: 768px) {
  section.company {
    padding: 60px 0;
  }
}
section.company .section-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1B1E50;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 30px;
}
section.company .section-title::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  content: "COMPANY";
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #89C1EE;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 768px) {
  section.company .section-title {
    font-size: 2.6rem;
    line-height: 140%;
    margin-top: 10px;
  }
  section.company .section-title::before {
    font-size: 8rem;
  }
}
section.company .inner-wrapper {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.company .inner-wrapper {
    max-width: 840px;
    padding: 0 15px;
  }
}
section.company .inner-wrapper .company-items {
  margin-top: 130px;
}
@media (max-width: 768px) {
  section.company .inner-wrapper .company-items {
    margin-top: 50px;
  }
}
section.company .inner-wrapper .company-items .company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #CDCDCD;
  padding: 16px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  section.company .inner-wrapper .company-items .company-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 12px 0px;
  }
}
section.company .inner-wrapper .company-items .company-item .item-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #31365B;
}
@media (max-width: 576px) {
  section.company .inner-wrapper .company-items .company-item .item-title {
    font-size: 14px;
  }
}
section.company .inner-wrapper .company-items .company-item .item-contents {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #222222;
  width: 576px;
}
section.company .inner-wrapper .company-items .company-item .item-contents .google-maps {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
section.company .inner-wrapper .company-items .company-item .item-contents img {
  width: 100%;
}
@media (max-width: 768px) {
  section.company .inner-wrapper .company-items .company-item .item-contents {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.company .inner-wrapper .company-items .company-item .item-contents {
    font-size: 14px;
  }
}

section.contact {
  width: 100%;
  padding: 90px 0;
  background: white;
}
@media (max-width: 768px) {
  section.contact {
    padding: 60px 0;
  }
}
section.contact .inner-wrapper {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper {
    padding: 0 15px;
  }
}
section.contact .inner-wrapper .section-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1B1E50;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 30px;
}
section.contact .inner-wrapper .section-title::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  content: "CONTACT";
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #89C1EE;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .section-title {
    font-size: 2.6rem;
    line-height: 140%;
    margin-top: 10px;
  }
  section.contact .inner-wrapper .section-title::before {
    font-size: 8rem;
  }
}
section.contact .inner-wrapper .contact-description {
  margin-top: 130px;
  width: 100%;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-description {
    margin-top: 50px;
  }
}
section.contact .inner-wrapper .contact-form {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.contact .inner-wrapper .contact-form .form-row {
  border-top: 1px solid #CDCDCD;
  padding: 16px 0;
}
section.contact .inner-wrapper .contact-form .form-row p {
  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 (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .form-row p {
    -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;
  }
}
section.contact .inner-wrapper .contact-form .form-row p label {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3F3833;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .form-row p label {
    font-size: 14px;
  }
}
section.contact .inner-wrapper .contact-form .form-row p label .required {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #0D548E;
  padding: 4px 8px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 8px;
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap {
  width: 70%;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-style: Regular;
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input::-webkit-input-placeholder {
  color: #A6A6A6;
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input::-moz-placeholder {
  color: #A6A6A6;
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input:-ms-input-placeholder {
  color: #A6A6A6;
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input::-ms-input-placeholder {
  color: #A6A6A6;
}
section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input::placeholder {
  color: #A6A6A6;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .form-row p span.wpcf7-form-control-wrap .contact-input {
    font-size: 14px;
    padding: 12px;
    width: 100%;
  }
}
section.contact .inner-wrapper .contact-form .confirm-block {
  padding-top: 24px;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .confirm-block {
    padding-top: 12px;
  }
}
section.contact .inner-wrapper .contact-form .confirm-block .confirm-text {
  padding-bottom: 30px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #222222;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .confirm-block .confirm-text {
    font-size: 14px;
    padding-bottom: 24px;
  }
}
section.contact .inner-wrapper .contact-form .confirm-block .confirm-check {
  text-align: center;
}
section.contact .inner-wrapper .contact-form .confirm-block .confirm-check label {
  cursor: pointer;
}
section.contact .inner-wrapper .contact-form .confirm-block .confirm-check label .check-label {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222222;
}
section.contact .inner-wrapper .contact-form .form-submit {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .form-submit {
    margin-top: 24px;
  }
}
section.contact .inner-wrapper .contact-form .form-submit p {
  width: 100%;
  text-align: center;
}
section.contact .inner-wrapper .contact-form .form-submit p input {
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #31365B;
  color: #ffffff;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  section.contact .inner-wrapper .contact-form .form-submit p input {
    font-size: 14px;
  }
}
section.contact .inner-wrapper .contact-form .form-submit p input:hover {
  opacity: 0.8;
}
section.contact .inner-wrapper .contact-form .form-submit p .wpcf7-spinner {
  display: none;
}

section.news-mv {
  width: 100%;
  padding: 148px 0 106px 0px;
  position: relative;
  background: url(../../assets/image/service-background.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  section.news-mv {
    padding: 83px 0;
  }
}
section.news-mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  background-blend-mode: screen;
  opacity: 1;
}
section.news-mv .inner-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
section.news-mv .inner-wrapper .mv-container {
  z-index: 11;
  position: relative;
}
section.news-mv .inner-wrapper .mv-container .mv-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ABC9E0;
}
section.news-mv .inner-wrapper .mv-container .sub-title {
  margin-top: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: white;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

section.news-list {
  width: 100%;
  padding: 20px 0 90px 0;
  background: white;
}
@media (max-width: 768px) {
  section.news-list {
    padding: 12px 0 60px 0px;
  }
}
section.news-list .inner-wrapper {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper {
    padding: 0 15px;
  }
}
section.news-list .inner-wrapper nav ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}
section.news-list .inner-wrapper nav ol li {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
  position: relative;
}
section.news-list .inner-wrapper nav ol li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper nav ol li {
    font-size: 12px;
  }
}
section.news-list .inner-wrapper nav ol li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #222222;
}
section.news-list .inner-wrapper .news-items {
  margin-top: 90px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .news-items {
    margin-top: 50px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
section.news-list .inner-wrapper .news-items .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  width: 100%;
  padding: 16px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CDCDCD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .news-items .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px 0px 16px 0px;
  }
}
section.news-list .inner-wrapper .news-items .news-item .item-image {
  background: #F9F9F9;
  width: 180px;
  height: 120px;
  text-align: center;
}
section.news-list .inner-wrapper .news-items .news-item .item-image img {
  height: 100%;
}
@media (max-width: 420px) {
  section.news-list .inner-wrapper .news-items .news-item .item-image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .news-items .news-item .item-image {
    width: 100%;
  }
}
section.news-list .inner-wrapper .news-items .news-item .item-content {
  width: calc(100% - 204px);
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .news-items .news-item .item-content {
    width: 100%;
  }
}
section.news-list .inner-wrapper .news-items .news-item .item-content .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news-list .inner-wrapper .news-items .news-item .item-content .item-info .item-date {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #696969;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .news-items .news-item .item-content .item-info .item-date {
    font-size: 1.2rem;
  }
}
section.news-list .inner-wrapper .news-items .news-item .item-content .item-info .item-category {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 4px 6px;
  color: #0069BF;
  border-radius: 4px;
  border: 1px solid #0069BF;
}
section.news-list .inner-wrapper .news-items .news-item .item-content .item-title {
  margin-top: 8px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .news-items .news-item .item-content .item-title {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
section.news-list .inner-wrapper .pagination-container {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news-list .inner-wrapper .pagination-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .pagination-container .pagination {
    gap: 4px;
  }
}
@media (max-width: 576px) {
  section.news-list .inner-wrapper .pagination-container .pagination {
    gap: 2px;
  }
}
section.news-list .inner-wrapper .pagination-container .pagination .page-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #222222;
  border-radius: 0;
  background: #ffffff;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
section.news-list .inner-wrapper .pagination-container .pagination .page-item:hover:not(.active) {
  opacity: 0.85;
}
section.news-list .inner-wrapper .pagination-container .pagination .page-item.active {
  background: #31365B;
  border-color: #31365B;
  color: #ffffff;
  pointer-events: none;
}
@media (max-width: 768px) {
  section.news-list .inner-wrapper .pagination-container .pagination .page-item {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  section.news-list .inner-wrapper .pagination-container .pagination .page-item {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
section.news-list .inner-wrapper .pagination-container .pagination a.page-item {
  cursor: pointer;
}
section.news-list .inner-wrapper .pagination-container .pagination .page-ellipsis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #222222;
}

section.news-details {
  width: 100%;
  padding: 20px 0 90px 0;
  background: white;
}
@media (max-width: 768px) {
  section.news-details {
    padding: 12px 0 60px 0px;
  }
}
section.news-details .inner-wrapper {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper {
    padding: 0 15px;
  }
}
section.news-details .inner-wrapper nav ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}
section.news-details .inner-wrapper nav ol li {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
  position: relative;
}
section.news-details .inner-wrapper nav ol li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper nav ol li {
    font-size: 12px;
  }
}
section.news-details .inner-wrapper nav ol li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #222222;
}
section.news-details .inner-wrapper .news-details-container {
  margin-top: 90px;
  width: 100%;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper .news-details-container {
    margin-top: 50px;
  }
}
section.news-details .inner-wrapper .news-details-container .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news-details .inner-wrapper .news-details-container .item-info .item-date {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
section.news-details .inner-wrapper .news-details-container .item-info .item-category {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 4px 6px;
  color: #0069BF;
  border: 1px solid #0069BF;
  border-radius: 4px;
}
section.news-details .inner-wrapper .news-details-container .item-title {
  margin-top: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper .news-details-container .item-title {
    font-size: 20px;
  }
}
section.news-details .inner-wrapper .news-details-container .item-contnets {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper .news-details-container .item-contnets {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
}
section.news-details .inner-wrapper .btn-container {
  margin-top: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper .btn-container {
    margin-top: 40px;
    padding: 0 20px;
  }
}
section.news-details .inner-wrapper .btn-container .btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 100px;
  border-radius: 4px;
  border: 1px solid #31365B;
  background: #31365B;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
@media (max-width: 768px) {
  section.news-details .inner-wrapper .btn-container .btn-back {
    padding: 9px 105px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  section.news-details .inner-wrapper .btn-container .btn-back {
    padding: 9px 0px;
    max-width: 280px;
    width: 100%;
  }
}
section.news-details .inner-wrapper .btn-container .btn-back::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 32px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/image/icons/icon-arrow.svg) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  transition: 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}
section.news-details .inner-wrapper .btn-container .btn-back:hover {
  opacity: 0.9;
}
section.news-details .inner-wrapper .btn-container .btn-back:hover::after {
  right: 10px;
}