/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
* input,button,textarea,selectにcolor: inherit;を追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ol,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1E324B;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
}
main {
  position: relative;
  z-index: 1;
}
a,
button {
  transition: all 0.3s;
  cursor: pointer !important;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

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

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

.--none {
  display: none;
}

.tsuzuki-c-footer {
  background: linear-gradient(90deg, #0050a0 0%, #00aadc 100%);
  padding-block: 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer {
    padding-block: 2.5rem 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .tsuzuki-l-inner {
    padding-inline: 0.625rem;
  }
}
.tsuzuki-c-footer .c-footer__body {
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__body {
    border-radius: 0.75rem;
  }
}
.tsuzuki-c-footer .c-footer__top {
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  border-bottom: 1px solid #cddceb;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__top {
    display: block;
    border-bottom: none;
    padding: 0;
  }
}
.tsuzuki-c-footer .c-footer__topHead {
  display: contents;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__topHead {
    display: flex;
    padding: 1.25rem 0.9375rem;
    gap: 1.25rem;
    align-items: center;
    border-bottom: 1px solid #cddceb;
  }
}
.tsuzuki-c-footer .c-footer__logo {
  order: 1;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__logo {
    order: initial;
  }
}
.tsuzuki-c-footer .c-footer__logo img {
  width: 11rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__logo img {
    width: 6.625rem;
  }
}
.tsuzuki-c-footer .c-footer__items {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  flex-wrap: wrap;
  order: 2;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__items {
    order: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    padding-top: 1.625rem;
    padding-inline: 1.25rem;
  }
}
.tsuzuki-c-footer .c-footer__link {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.3px;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .tsuzuki-c-footer .c-footer__link:before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/common/footer-navIcon.svg") no-repeat center center/contain;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-footer .c-footer__link:hover {
    opacity: 1;
    color: #0050A0;
    text-decoration: underline;
    font-weight: 700;
  }
}
.tsuzuki-c-footer .c-footer__btn {
  order: 3;
  width: 15rem;
  margin-left: 3.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__btn {
    order: initial;
    width: 100%;
    flex-shrink: initial;
    margin-left: 0;
  }
}
.tsuzuki-c-footer .c-footer__corporation {
  padding: 1.875rem 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__corporation {
    padding: 1.5rem 0.625rem 0.625rem;
  }
}
.tsuzuki-c-footer .c-footer__box {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  border-radius: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__box {
    display: block;
    border: 1px solid #cddceb;
  }
}
.tsuzuki-c-footer .c-footer__box + .c-footer__box {
  margin-top: 1.25rem;
}
.tsuzuki-c-footer .c-footer__boxHead {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem 0 0 0.5rem;
  border-top: 1px solid #cddceb;
  border-left: 1px solid #cddceb;
  border-bottom: 1px solid #cddceb;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__boxHead {
    border: none;
    padding: 1.125rem 1.25rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__boxTitle {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.75rem;
  }
}
.tsuzuki-c-footer .c-footer__boxTitleEn {
  color: #0050A0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.48px;
  display: block;
}
.tsuzuki-c-footer .c-footer__boxTitleJa {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.12px;
  display: block;
  padding-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__boxTitleJa {
    padding-top: 0;
  }
}
.tsuzuki-c-footer .c-footer__boxList {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-footer .c-footer__boxList {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: minmax(3.125rem, auto);
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #cddceb;
    border-left: 1px solid #cddceb;
    border-radius: 0 0.5rem 0.5rem 0;
    border-bottom: 1px solid #cddceb;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__boxItem {
    border-top: 1px solid #cddceb;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-footer .c-footer__boxItem {
    min-height: 3.125rem;
    background: #fff;
    border-right: 1px solid #cddceb;
    border-bottom: 1px solid #cddceb;
  }
  .tsuzuki-c-footer .c-footer__boxItem:nth-child(5n+1):nth-last-child(-n+5) {
    border-radius: 0 0 0 0.5rem;
  }
  .tsuzuki-c-footer .c-footer__boxItem:last-child {
    border-radius: 0 0 0.5rem 0;
  }
  .tsuzuki-c-footer .c-footer__boxItem:nth-child(5n):not(:nth-last-child(-n+5)) {
    border-radius: 0 0.5rem 0 0;
  }
  .tsuzuki-c-footer .c-footer__boxItem:nth-last-child(-n+5) {
    border-bottom: none;
  }
  .tsuzuki-c-footer .c-footer__boxItem--empty {
    pointer-events: none;
  }
}
.tsuzuki-c-footer .c-footer__boxLink {
  padding: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .tsuzuki-c-footer .c-footer__boxLink:hover {
    opacity: 1;
  }
  .tsuzuki-c-footer .c-footer__boxLink:hover .c-footer__boxCompany {
    color: #0050A0;
    font-weight: 700;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__boxLink {
    display: grid;
    grid-template-columns: 7.25rem 1fr;
    gap: 0.75rem;
  }
}
.tsuzuki-c-footer .c-footer__boxLink.-noLink {
  cursor: default;
}
@media (any-hover: hover) {
  .tsuzuki-c-footer .c-footer__boxLink.-noLink:hover .c-footer__boxCompany {
    font-weight: 500;
    color: inherit;
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
  }
}
.tsuzuki-c-footer .c-footer__boxLink.-noLink .c-footer__boxCompany::after {
  display: none;
}
.tsuzuki-c-footer .c-footer__boxLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 9.0625rem;
  height: 2.5rem;
  max-height: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__boxLogo {
    height: auto;
    max-height: 2.5rem;
  }
}
.tsuzuki-c-footer .c-footer__boxLogo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.tsuzuki-c-footer .c-footer__boxCompany {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.875rem;
  transition: all 0.3s ease;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.tsuzuki-c-footer .c-footer__boxCompany:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/common/target-icon.svg") no-repeat center center/contain;
  flex-shrink: 0;
}
.tsuzuki-c-footer .c-footer__bottom {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-footer .c-footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.tsuzuki-c-footer .c-footer__bottomList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.tsuzuki-c-footer .c-footer__bottomLink {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.26px;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: all 0.3s ease;
  color: #fff;
}
@media (any-hover: hover) {
  .tsuzuki-c-footer .c-footer__bottomLink:hover {
    opacity: 1;
    text-decoration: underline;
    font-weight: 700;
  }
}
.tsuzuki-c-footer .c-footer__copy {
  flex-shrink: 0;
}
.tsuzuki-c-footer .c-footer__copyright {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.24px;
  color: #fff;
}
body.is-header-menu-open {
  overflow: hidden;
}

.tsuzuki-c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.tsuzuki-c-header.is-header-hidden {
  transform: translateY(-100%);
}
.tsuzuki-c-header.is-menu-open {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .tsuzuki-c-header {
    transition: none;
  }
}
.tsuzuki-c-header .c-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 5.625rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__inner {
    align-items: stretch;
    height: 5.625rem;
    height: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__inner {
    align-items: center;
    height: 3.75rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__logo {
    display: flex;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
  }
}
.tsuzuki-c-header .c-header__logoLink {
  display: block;
  max-width: 11.125rem;
  height: auto;
}
.tsuzuki-c-header .c-header__logoLink img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__logoLink img {
    max-width: 8.875rem;
  }
}
.tsuzuki-c-header .c-header__menuBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__menuBtn {
    position: relative;
    z-index: 1002;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    background: #00AADC;
    border: none;
    border-radius: 0 0 0 0.625rem;
    cursor: pointer;
  }
}
.tsuzuki-c-header .c-header__menuBtnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsuzuki-c-header .c-header__menuBtnIcon--close {
  display: none;
}
.tsuzuki-c-header .c-header__menuBtnCircle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
}
.tsuzuki-c-header .c-header__menuBtnBar {
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  background: #0050A0;
  border-radius: 0.0625rem;
}
.tsuzuki-c-header.is-menu-open .c-header__menuBtnIcon--open {
  display: none;
}
.tsuzuki-c-header.is-menu-open .c-header__menuBtnIcon--close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__drawer {
    position: static;
    display: flex;
    align-items: stretch;
    align-self: stretch;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__drawer {
    position: fixed;
    inset: 0;
    z-index: 1001;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__overlay {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 0;
    border: none;
    background: rgba(30, 50, 75, 0.45);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__drawerPanel {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    justify-content: flex-end;
    width: 100%;
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__drawerPanel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 3.75rem - 1.25rem);
    padding: 2.5rem 1.875rem 1.875rem;
    background: #1E324B;
    opacity: 0;
    transform: translateY(-0.75rem);
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.5s;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__drawerClose {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__drawerClose {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    padding: 0;
    background: #00AADC;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__drawerBody {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__drawerBody {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header.is-menu-open .c-header__drawer {
    visibility: visible;
    pointer-events: auto;
  }
  .tsuzuki-c-header.is-menu-open .c-header__overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .tsuzuki-c-header.is-menu-open .c-header__drawerPanel {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__nav {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    gap: 3.75rem;
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__nav {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__navList {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    height: 100%;
    gap: 1.875rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__navList {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.tsuzuki-c-header .c-header__navItem {
  display: flex;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__navItem {
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__navItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .tsuzuki-c-header .c-header__navItem:last-child {
    border-bottom: none;
  }
}
.tsuzuki-c-header .c-header__navLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  gap: 0.75rem;
  color: #1E324B;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__navLink {
    gap: 0;
    min-height: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__navLink {
    padding: 1.25rem 0;
    color: #fff;
    font-size: 0.9375rem;
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-header .c-header__navLink:hover {
    opacity: 0.7;
  }
}
.tsuzuki-c-header .c-header__navIcon {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__navIcon {
    display: none;
  }
}
.tsuzuki-c-header .c-header__navIcon img {
  display: block;
}
.tsuzuki-c-header .c-header__btns {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .tsuzuki-c-header .c-header__btns {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__btns {
    margin-top: 1.25rem;
    width: 100%;
  }
}
.tsuzuki-c-header .c-header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 10rem;
  height: 100%;
  padding: 0.625rem 0.3125rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__btn {
    gap: 0.5rem;
    width: 100%;
    min-height: 5.625rem;
    padding: 0.625rem 0.625rem 1rem;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-header .c-header__btn:hover {
    opacity: 0.85;
  }
}
.tsuzuki-c-header .c-header__btn--recruit {
  background: #00AADC;
  border-radius: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__btn--recruit {
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-header .c-header__btn--recruit:hover {
    opacity: 1;
    background: #008cf0;
  }
  .tsuzuki-c-header .c-header__btn--recruit:hover .c-header__btnIcon {
    background: #ffffc8;
  }
}
.tsuzuki-c-header .c-header__btn--contact {
  background: #0050A0;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-header .c-header__btn--contact {
    border-radius: 0 0.75rem 0.75rem 0;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-header .c-header__btn--contact:hover {
    opacity: 1;
    background: #0032aa;
  }
  .tsuzuki-c-header .c-header__btn--contact:hover .c-header__btnIcon {
    background: #ffffc8;
  }
}
.tsuzuki-c-header .c-header__btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.tsuzuki-c-header .c-header__btnIcon img {
  display: block;
  width: 1.625rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

body:has(.tsuzuki-c-header) {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  body:has(.tsuzuki-c-header) {
    padding-top: 3.75rem;
  }
}

.tsuzuki-c-title1.--sm .c-title1__ja {
  font-size: 1.5rem;
  letter-spacing: 1.92px;
}
.tsuzuki-c-title1.--lg .c-title1__ja {
  font-size: 2.25rem;
  letter-spacing: 3.6px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-title1.--lg .c-title1__ja {
    font-size: 1.75rem;
    line-height: 140%; /* 39.2px */
    letter-spacing: 2.24px;
  }
}
.tsuzuki-c-title1 .c-title1__en {
  display: block;
  color: #0050A0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-title1 .c-title1__en {
    font-size: 0.9375rem;
  }
}
.tsuzuki-c-title1 .c-title1__en::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.875rem;
  background: url("/assets/tsuzuki/img/common/title-icon.webp") no-repeat center center/contain;
  flex-shrink: 0;
}
.tsuzuki-c-title1 .c-title1__ja {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2.56px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-title1 .c-title1__ja {
    font-size: 1.5rem;
    letter-spacing: 1.92px;
  }
}

.tsuzuki-c-btn1 {
  border-radius: 6.25rem;
  background: linear-gradient(101deg, #00AADC 62.74%, #0050A0 100%);
  padding: 0.125rem 2.375rem 0.125rem 0.125rem;
  display: inline-block;
  position: relative;
  max-width: 20rem;
  min-width: 20rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-btn1 {
    max-width: inherit;
    min-width: inherit;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-btn1:hover {
    opacity: 1;
  }
  .tsuzuki-c-btn1:hover .c-btn1__inner {
    background: #f0faff;
  }
  .tsuzuki-c-btn1:hover .c-btn1__arrow {
    right: 0.8125rem;
  }
}
.tsuzuki-c-btn1 .c-btn1__inner {
  border-radius: 6.25rem 0.5rem 0.5rem 6.25rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1875rem 1.75rem 1.4375rem;
  transition: background 0.3s ease;
}
.tsuzuki-c-btn1 .c-btn1__icon {
  width: 1.375rem;
  height: 0.875rem;
  display: block;
  flex-shrink: 0;
}
.tsuzuki-c-btn1 .c-btn1__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tsuzuki-c-btn1 .c-btn1__text {
  font-size: 0.9375rem;
  color: #0050A0;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.3px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-btn1 .c-btn1__text {
    font-size: 0.875rem;
  }
}
.tsuzuki-c-btn1 .c-btn1__arrow {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.tsuzuki-c-btn1 .c-btn1__arrow img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tsuzuki-l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(75rem + 7.5rem * 2);
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.tsuzuki-l-inner.--md {
  max-width: calc(60rem + 7.5rem * 2);
}
.tsuzuki-l-inner.--mid {
  max-width: calc(67.5rem + 7.5rem * 2);
}
.tsuzuki-l-inner.--detail {
  max-width: calc(79.375rem + 7.5rem * 2);
}
.tsuzuki-c-card1 {
  border-radius: 0.375rem 2.625rem 0.375rem 0.375rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 {
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
  }
}
.tsuzuki-c-card1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.875rem);
  height: 0.125rem;
  mask: url("/assets/tsuzuki/img/common/card-line.svg") no-repeat center center/cover;
  -webkit-mask: url("/assets/tsuzuki/img/common/card-line.svg") no-repeat center center/cover;
  background: #00AADC;
}
.tsuzuki-c-card1:nth-child(even):before {
  background: #0050A0;
}
.tsuzuki-c-card1:nth-child(even) .c-card1__en {
  color: #0050A0;
}
.tsuzuki-c-card1:nth-child(even) .c-card1__title::before {
  background: #0050A0;
}
.tsuzuki-c-card1 .c-card1__img {
  padding: 1.25rem 1.25rem 0 0;
  border-radius: 0.375rem 2.625rem 0.375rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__img {
    padding: 1.25rem 1rem 0 0;
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
  }
}
.tsuzuki-c-card1 .c-card1__img img {
  width: 100%;
  aspect-ratio: 540/360;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem 2.625rem 0.375rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__img img {
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
  }
}
.tsuzuki-c-card1 .c-card1__body {
  padding: 2.1875rem 4.125rem 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__body {
    padding: 1.25rem 1.25rem 2rem;
  }
}
.tsuzuki-c-card1 .c-card1__title {
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__title {
    padding-bottom: 1.125rem;
  }
}
.tsuzuki-c-card1 .c-card1__title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.125rem;
  background: #00AADC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tsuzuki-c-card1 .c-card1__en {
  color: #00AADC;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.56px;
  display: block;
}
.tsuzuki-c-card1 .c-card1__ja {
  margin-top: 0.875rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.08px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__ja {
    font-size: 1.375rem;
    letter-spacing: 1.76px;
    margin-top: 0.625rem;
  }
}
.tsuzuki-c-card1 .c-card1__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.3px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}
.tsuzuki-c-card1 .c-card1__btn {
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card1 .c-card1__btn {
    margin-top: 1.5rem;
  }
}

.tsuzuki-c-news:first-child .c-news__link {
  padding-top: 0;
}
.tsuzuki-c-news:last-child .c-news__link {
  border-bottom: none;
}
.tsuzuki-c-news .c-news__link {
  display: block;
  padding: 1.375rem 0.625rem 1.125rem;
  border-bottom: 1px solid #cddceb;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-news .c-news__link {
    padding-inline: 0;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-news .c-news__link:hover {
    opacity: 1;
  }
  .tsuzuki-c-news .c-news__link:hover .c-news__text {
    font-weight: 700;
    text-decoration: underline;
    color: #0050a0;
  }
}
.tsuzuki-c-news .c-news__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.tsuzuki-c-news .c-news__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
  transition: all 0.3s ease;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.tsuzuki-c-news .c-news__category {
  color: #0050A0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.tsuzuki-c-news .c-news__date {
  color: #788ca0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.24px;
  flex-shrink: 0;
}
.tsuzuki-c-btn2 {
  display: block;
  border-radius: 6.25rem;
  border: 1px solid #0050A0;
  padding: 0.75rem 1.875rem 1rem 1.5rem;
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .tsuzuki-c-btn2:hover {
    opacity: 1;
    background-color: #f0faff;
  }
  .tsuzuki-c-btn2:hover .c-btn2__arrow {
    right: 0.9375rem;
  }
}
.tsuzuki-c-btn2 .c-btn2__text {
  color: #0050A0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
}
.tsuzuki-c-btn2 .c-btn2__arrow {
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  -webkit-mask: url("/assets/tsuzuki/img/common/btn-arrow.svg") no-repeat center center/contain;
          mask: url("/assets/tsuzuki/img/common/btn-arrow.svg") no-repeat center center/contain;
  background-color: #0050A0;
  transition: right 0.3s ease;
}
.tsuzuki-c-btn3 {
  display: block;
  border-radius: 6.25rem;
  background: #0050A0;
  padding: 0.9375rem 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-btn3 {
    padding: 0.3125rem 0.625rem;
  }
}
@media (any-hover: hover) {
  .tsuzuki-c-btn3:hover {
    opacity: 1;
    background: #0032aa;
  }
  .tsuzuki-c-btn3:hover .c-btn3__arrow {
    background: #ffffc8;
  }
}
.tsuzuki-c-btn3 .c-btn3__inner {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.375rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-btn3 .c-btn3__inner {
    gap: 0.625rem;
  }
}
.tsuzuki-c-btn3 .c-btn3__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: background 0.3s ease;
  flex-shrink: 0;
}
.tsuzuki-c-btn3 .c-btn3__arrow img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1;
}
.tsuzuki-c-btn3 .c-btn3__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-btn3 .c-btn3__text {
    font-size: 0.9375rem;
  }
}

.tsuzuki-c-bread {
  position: relative;
  z-index: 5;
  overflow: auto;
  display: flex;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.tsuzuki-c-bread::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-bread {
    padding-left: 0.25rem;
  }
}
.tsuzuki-c-bread li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #788ca0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.tsuzuki-c-bread li + li {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-bread li + li {
    margin-left: 0.25rem;
  }
}
.tsuzuki-c-bread li + li::before {
  content: "-";
}
.tsuzuki-c-bread a {
  color: inherit;
}

.tsuzuki-c-card2 {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 3.125rem;
  padding: 1.875rem 2.5rem 3.125rem 1.875rem;
  background: #fff;
  border-radius: 0.375rem 2.625rem 0.375rem 0.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 {
    display: grid;
    grid-template-columns: 9.0625rem 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem 1.25rem 1.875rem;
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgba(0, 15, 45, 0.04);
  }
}
.tsuzuki-c-card2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.875rem);
  height: 0.125rem;
  mask: url("/assets/tsuzuki/img/common/card-line.svg") no-repeat center center/cover;
  -webkit-mask: url("/assets/tsuzuki/img/common/card-line.svg") no-repeat center center/cover;
  background: #0050A0;
}
.tsuzuki-c-card2 .c-card2__img {
  border: 1px solid #cddceb;
  background: #fff;
  padding: 0.625rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__img {
    padding: 0.25rem 1.25rem;
    height: 6.75rem;
  }
}
.tsuzuki-c-card2 .c-card2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__body {
    display: contents;
  }
}
.tsuzuki-c-card2 .c-card2__title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.08px;
  color: #0050A0;
  padding-bottom: 1.5rem;
  position: relative;
  padding-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__title {
    font-size: 1.125rem;
    line-height: 160%;
    letter-spacing: 0.36px;
    padding: 0;
  }
}
.tsuzuki-c-card2 .c-card2__title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.125rem;
  background: #0050A0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__title::before {
    display: none;
  }
}
.tsuzuki-c-card2 .c-card2__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.3px;
  padding-block: 1.25rem 1.875rem;
  border-bottom: 1px solid #cddceb;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__text {
    grid-column: 1/-1;
    padding-top: 0;
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
  }
}
.tsuzuki-c-card2 .c-card2__address {
  padding-top: 1.875rem;
  color: #6e82a0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__address {
    grid-column: 1/-1;
    padding-top: 0;
    font-size: 0.8125rem;
    letter-spacing: 0.26px;
  }
}
.tsuzuki-c-card2 .c-card2__btn {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-card2 .c-card2__btn {
    grid-column: 1/-1;
    margin-top: 0;
  }
}

.tsuzuki-c-form {
  /* ========================================================
  # ラベル+入力欄
  ======================================================== */
  /* ========================================================
  # ラベル
  ======================================================== */
  /* ========================================================
  # 任意マーク
  ======================================================== */
  /* ========================================================
  # 必須マーク
  ======================================================== */
  /* ========================================================
  # 入力欄の共通スタイル
  ======================================================== */
  /* ========================================================
  # セレクトボックス
  ======================================================== */
  /* ========================================================
  # ラジオボタン
  ======================================================== */
  /* ========================================================
  # チェックボックス
  ======================================================== */
  /* ========================================================
  # ファイル選択
  ======================================================== */
  /* ========================================================
  # プライバシーポリシー同意
  ======================================================== */
  /* ========================================================
  # 送信ボタン（tsuzuki-c-btn1 相当・HTML変更不可）
  ======================================================== */
}
.tsuzuki-c-form .leadgrid-form__row {
  margin-top: 1.75rem;
}
.tsuzuki-c-form .leadgrid-form__free-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.tsuzuki-c-form .leadgrid-form__label {
  flex-direction: row-reverse;
  gap: 1rem;
  width: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .leadgrid-form__label {
    font-size: 0.9375rem;
  }
}
.tsuzuki-c-form .leadgrid-form__label::before {
  display: inline-block;
  height: initial;
  padding: 0.1875rem 0.375rem 0.25rem;
  margin-top: 0.0625rem;
  margin-right: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0.48px;
  background-color: #1e324b;
  border: none;
  border: 0.0625rem solid #1e324b;
  border-radius: 0;
  border-radius: 0.25rem;
}
.tsuzuki-c-form .leadgrid-form__label.-required::before {
  color: #fff;
  background-color: #0050A0;
}
.tsuzuki-c-form .leadgrid-form__label:not(.-required)::before {
  color: #fff;
  background-color: #000f23;
}
.tsuzuki-c-form .leadgrid-form__input,
.tsuzuki-c-form .leadgrid-form__textarea,
.tsuzuki-c-form .leadgrid-form__select > select {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #f0f6fe;
  border: none;
  border-radius: 0.25rem;
}
.tsuzuki-c-form .leadgrid-form__input,
.tsuzuki-c-form .leadgrid-form__select > select {
  height: 3.125rem;
  padding: 0.8125rem 1.875rem;
}
.tsuzuki-c-form .leadgrid-form__select > select {
  padding-right: 5rem;
}
.tsuzuki-c-form .leadgrid-form__textarea {
  min-height: 18.75rem;
  padding: 1rem;
  border-radius: 0.3125rem;
}
.tsuzuki-c-form .leadgrid-form__select {
  position: relative;
}
.tsuzuki-c-form .leadgrid-form__select::after {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-image: url("../img/common/icon_select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transform: translateY(-50%);
}
.tsuzuki-c-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none;
  appearance: none;
}
.tsuzuki-c-form select::-ms-expand {
  display: none;
}
.tsuzuki-c-form .leadgrid-form__radio label input {
  width: 0;
  margin: 0;
}
.tsuzuki-c-form .leadgrid-form__radio label span {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .leadgrid-form__radio label span {
    font-size: 0.875rem;
  }
}
.tsuzuki-c-form .leadgrid-form__radio label span::before {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-color: #fff;
  border-color: #dee4e8;
  border-width: 0.125rem;
}
.tsuzuki-c-form .leadgrid-form__radio label input[type=radio]:checked + span {
  font-weight: bold;
}
.tsuzuki-c-form .leadgrid-form__radio label input[type=radio]:checked + span::after {
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-color: #0050A0;
}
.tsuzuki-c-form .leadgrid-form__error,
.tsuzuki-c-form .leadgrid-form__file-caution {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
}
.tsuzuki-c-form .leadgrid-form__checkbox input {
  width: 0;
  margin: 0;
}
.tsuzuki-c-form .leadgrid-form__checkbox label span {
  font-size: 1rem;
  font-weight: 400;
}
.tsuzuki-c-form .leadgrid-form__checkbox label span::before {
  background-color: #fff;
  border-color: #dee4e8;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .leadgrid-form__checkbox label span::before {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
  }
}
.tsuzuki-c-form .leadgrid-form__checkbox label input[type=checkbox]:checked + span::after {
  border-color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .leadgrid-form__checkbox label input[type=checkbox]:checked + span::after {
    left: 0.375rem;
    width: 0.375rem;
    height: 0.625rem;
    margin-top: -0.4375rem;
    border-color: #fff;
    border-width: 0.125rem;
  }
}
.tsuzuki-c-form .leadgrid-form__checkbox label input[type=checkbox]:checked + span::before {
  background-color: #0050A0;
  border-color: #0050A0;
}
.tsuzuki-c-form .leadgrid-form__calendar-wrapper input {
  max-width: 20rem;
}
.tsuzuki-c-form .leadgrid-form__calendar-wrapper .calendar-icon {
  right: initial;
  left: 17.25rem;
}
.tsuzuki-c-form .leadgrid-form__file label {
  gap: 2rem;
  justify-content: space-between;
  min-width: 18.75rem;
  height: 3.125rem;
  padding: 0.8125rem 1.875rem;
  color: #1E324B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.56px;
  background-color: #f0f6fe;
  border-color: #f0f6fe;
  border-radius: 0.25rem;
}
.tsuzuki-c-form .leadgrid-form__file label img {
  display: none;
}
.tsuzuki-c-form .leadgrid-form__file label::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-image: url("../img/common/icon_file.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.tsuzuki-c-form .leadgrid-form__agree {
  text-align: center;
}
.tsuzuki-c-form .c-form__agreeText_not_scroll {
  font-size: 0.9375rem;
  font-weight: 400 !important;
  line-height: 150%; /* 22.5px */
  color: #232323;
  text-align: center;
}
.tsuzuki-c-form .c-form__agreeText_not_scroll a strong {
  font-weight: 500 !important;
}
.tsuzuki-c-form .c-form__checkbox {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .c-form__checkbox {
    text-align: center;
  }
}
.tsuzuki-c-form .c-form__checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tsuzuki-c-form .c-form__checkbox label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.tsuzuki-c-form .c-form__checkbox label span {
  position: relative;
  padding-left: 2.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.tsuzuki-c-form .c-form__checkbox label span::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
  margin-right: 0;
  content: "";
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  border-radius: 0.3125rem;
}
.tsuzuki-c-form .c-form__checkbox label input:focus-visible + span::before {
  outline: 2px solid #0055a4;
  outline-offset: 2px;
}
.tsuzuki-c-form .c-form__checkbox label input[type=checkbox]:checked + span::before {
  border-color: #0050A0;
  background-color: #0050A0;
}
.tsuzuki-c-form .c-form__checkbox label input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 0.5625rem;
  display: inline-block;
  width: 0.4375rem;
  min-width: 0.4375rem;
  height: 0.75rem;
  margin-top: 0.375rem;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-radius: 0;
  rotate: 45deg;
}
.tsuzuki-c-form .leadgrid-form__agree .privacy {
  margin-top: 1.875rem;
  font-size: 0.625rem;
  line-height: 1.5;
  color: #999;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .leadgrid-form__agree .privacy {
    margin-top: 0.1875rem;
  }
}
.tsuzuki-c-form .leadgrid-form__agree .privacy a {
  text-decoration: underline;
}
.tsuzuki-c-form .leadgrid-form__agree .privacy a strong {
  font-weight: 500;
}
.tsuzuki-c-form .c-form__action {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .c-form__action {
    margin-top: 2rem;
  }
}
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  min-width: 20rem;
  min-height: auto;
  padding: 0.125rem 2.375rem 0.125rem 0.125rem;
  margin-inline: auto;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-direction: row;
  gap: 0;
  background: linear-gradient(101deg, #00AADC 62.74%, #0050A0 100%);
  border: none;
  border-radius: 6.25rem;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large {
    max-width: 18.75rem;
    min-width: inherit;
  }
}
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: url("../img/common/btn-arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
@media (any-hover: hover) {
  .tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large:hover {
    opacity: 1;
    background: linear-gradient(101deg, #00AADC 62.74%, #0050A0 100%);
  }
  .tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large:hover .c-button__jaTitle {
    color: #0050A0;
    background: #f0faff;
  }
  .tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large:hover::after {
    right: 0.8125rem;
  }
}
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large .c-button__jaTitle {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  padding: 1.1875rem 2.5rem 1.4375rem 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 160%;
  color: #0050A0;
  letter-spacing: 0.3px;
  background: #fff;
  border-radius: 6.25rem 0.5rem 0.5rem 6.25rem;
  transition: background 0.3s ease;
}
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large .c-button__jaTitle::before {
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 0.875rem;
  content: "";
  background: url("../img/common/title-icon.webp") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large .c-button__jaTitle {
    font-size: 0.875rem;
  }
}
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large .icon-circle-arrow,
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large .path1,
.tsuzuki-c-form .c-form__action #js-recaptcha-ctaButton.leadgrid-c-button.-secondary.-large .path2 {
  display: none;
}

.tsuzuki-c-privacy {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}
.tsuzuki-c-privacy > *:first-child {
  margin-top: 0;
}
.tsuzuki-c-privacy h2 {
  color: #0050A0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  padding-top: 2rem;
  border-top: 1px solid #cddceb;
  position: relative;
  margin-top: 5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-privacy h2 {
    font-size: 1.25rem;
    letter-spacing: 0.8px;
    line-height: 130%;
    padding-top: 0.75rem;
    margin-top: 3.75rem;
    padding-bottom: 0.375rem;
  }
}
.tsuzuki-c-privacy h2::before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  background: #0050A0;
  position: absolute;
  top: -1px;
  left: 0;
}
.tsuzuki-c-privacy h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-privacy h3 {
    font-size: 1.125rem;
    line-height: 140%;
  }
}
.tsuzuki-c-privacy h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: calc(100% - 0.625rem);
  background: #0050A0;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-privacy h3::before {
    height: calc(100% + 0.375rem);
  }
}
.tsuzuki-c-privacy p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-c-privacy p {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}
.tsuzuki-c-privacy ul {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.tsuzuki-c-privacy ul li {
  padding-left: 0.8125rem;
  position: relative;
}
.tsuzuki-c-privacy ul li::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #0050A0;
  position: absolute;
  top: 0.65625rem;
  left: 0;
  border-radius: 50%;
}
.tsuzuki-c-privacy a {
  text-decoration: underline;
  color: #0050A0;
}
.tsuzuki-c-privacy .--blue {
  color: #0050A0;
}

.tsuzuki-s-top-service {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service {
    padding-block: 5rem 3.25rem;
  }
}
.tsuzuki-s-top-service .s-top-service__inner {
  display: grid;
  grid-template-columns: 38.5rem 1fr;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service .s-top-service__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service .s-top-service__img {
    order: 2;
    margin-top: 1.5rem;
  }
}
.tsuzuki-s-top-service .s-top-service__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service .s-top-service__body {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service .s-top-service__title {
    order: 1;
  }
}
.tsuzuki-s-top-service .s-top-service__text {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service .s-top-service__text {
    order: 3;
    margin-top: 1.875rem;
  }
}
.tsuzuki-s-top-service .s-top-service__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-service .s-top-service__btn {
    order: 4;
    margin-top: 1.875rem;
    text-align: center;
    margin-inline: auto;
  }
}

.tsuzuki-s-top-info {
  padding-block: 7.5rem;
  background: #F0F6FE;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-info {
    padding-block: 5rem;
  }
}
.tsuzuki-s-top-info .s-top-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-info .s-top-info__list {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.tsuzuki-s-top-news {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-news {
    padding-top: 5rem;
  }
}
.tsuzuki-s-top-news .s-top-news__inner {
  display: grid;
  gap: 4.375rem;
  grid-template-columns: 11.875rem 1fr;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-news .s-top-news__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-news .s-top-news__head {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-news .s-top-news__title {
    order: 1;
  }
}
.tsuzuki-s-top-news .s-top-news__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-news .s-top-news__btn {
    order: 3;
    max-width: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-top-news .s-top-news__list {
    order: 2;
    padding-top: 2rem;
  }
}
.tsuzuki-s-contact-area {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area {
    padding-block: 5rem;
  }
}
.tsuzuki-s-contact-area .s-contact-area__inner {
  position: relative;
  border-radius: 0.375rem 3rem 0.375rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__inner {
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
  }
}
.tsuzuki-s-contact-area .s-contact-area__inner::before {
  content: "";
  display: block;
  width: calc(100% - 24rem);
  height: 100%;
  background: url("/assets/tsuzuki/img/top/contact-bg1.webp") no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 0.375rem 3rem 0.375rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__inner::before {
    background: url("/assets/tsuzuki/img/top/contact-bg1-sp.webp") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
  }
}
.tsuzuki-s-contact-area .s-contact-area__item {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 38.875rem 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__item {
    display: block;
  }
}
.tsuzuki-s-contact-area .s-contact-area__img {
  width: 100%;
}
.tsuzuki-s-contact-area .s-contact-area__img img {
  aspect-ratio: 622/360;
  border-radius: 0.375rem 0 0 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__img img {
    border-radius: 0.375rem 1.5rem 0.375rem 0.375rem;
    aspect-ratio: 335/220;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__body {
    padding-inline: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__title {
    margin-top: 1.125rem;
  }
}
.tsuzuki-s-contact-area .s-contact-area__text {
  margin-top: 1.125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__text {
    margin-top: 1rem;
  }
}
.tsuzuki-s-contact-area .s-contact-area__btn {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-contact-area .s-contact-area__btn {
    margin-top: 1.5rem;
  }
}

@keyframes s-mv-right-in {
  from {
    opacity: 0;
    transform: translateX(40%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.tsuzuki-s-mv {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv {
    padding-top: 2.5rem;
  }
}
.tsuzuki-s-mv .s-mv__title {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 4.2px;
  margin-block: 2.125rem 3.125rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__title {
    font-size: 1.75rem;
    letter-spacing: 2.8px;
    margin-block: 2.25rem 7.25rem;
  }
}
.tsuzuki-s-mv .s-mv__animation {
  margin-inline: calc(50% - 50vw);
  position: relative;
}
.tsuzuki-s-mv .s-mv__animationBody {
  width: 48.125rem;
  height: 40rem;
  position: absolute;
  bottom: 6.25rem;
  right: 7.5625rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__animationBody {
    width: 20.9375rem;
    height: 17.375rem;
    bottom: 5.25rem;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tsuzuki-s-mv .s-mv__animationInner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.tsuzuki-s-mv .s-mv__animation-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__animation-left {
    width: 11.375rem;
  }
}
.tsuzuki-s-mv .s-mv__animation-left img {
  aspect-ratio: 420/640;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__animation-left img {
    aspect-ratio: 182/278;
  }
}
.tsuzuki-s-mv .s-mv__animation-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26.25rem;
  opacity: 0;
  animation: s-mv-right-in 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__animation-right {
    width: 11.375rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tsuzuki-s-mv .s-mv__animation-right {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
.tsuzuki-s-mv .s-mv__animation-right img {
  aspect-ratio: 420/640;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__animation-right img {
    aspect-ratio: 182/278;
  }
}
.tsuzuki-s-mv .s-mv__slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__slide {
    padding-bottom: 2rem;
  }
}
.tsuzuki-s-mv .s-mv__slide .splide__track {
  height: 100%;
  overflow: hidden;
}
.tsuzuki-s-mv .s-mv__slide .splide__list {
  height: 100%;
  margin: 0;
  padding: 0;
}
.tsuzuki-s-mv .s-mv__slide .splide__slide {
  height: 100%;
}
.tsuzuki-s-mv .s-mv__slideMedia {
  aspect-ratio: 1440/480;
  width: 100%;
  max-height: 30rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__slideMedia {
    aspect-ratio: 375/240;
    max-height: 15rem;
  }
}
.tsuzuki-s-mv .s-mv__slideMedia img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsuzuki-s-mv .s-mv__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 3rem;
  padding: 1.125rem 7.5rem;
  background: #0050A0;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__controls {
    min-height: 2rem;
    padding: 0.75rem 5rem;
  }
}
.tsuzuki-s-mv .splide__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  inset: auto;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .splide__pagination {
    gap: 1rem;
  }
}
.tsuzuki-s-mv .splide__pagination li {
  display: flex;
}
.tsuzuki-s-mv .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transform: none;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .splide__pagination__page {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.tsuzuki-s-mv .splide__pagination__page.is-active {
  background: #fff;
  transform: none;
}
.tsuzuki-s-mv .s-mv__toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  position: absolute;
  right: 2.5rem;
  bottom: 0.625rem;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #0050A0;
  border-radius: 50%;
  color: #0050A0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .s-mv__toggle {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.625rem;
    bottom: 0.5rem;
  }
}
@media (any-hover: hover) {
  .tsuzuki-s-mv .s-mv__toggle:hover {
    opacity: 1;
    background: #f0faff;
  }
}
.tsuzuki-s-mv .s-mv__toggle .splide__toggle__play,
.tsuzuki-s-mv .s-mv__toggle .splide__toggle__pause {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsuzuki-s-mv .s-mv__toggle .splide__toggle__play svg,
.tsuzuki-s-mv .s-mv__toggle .splide__toggle__pause svg {
  display: block;
}
.tsuzuki-s-mv .s-mv__toggle.is-active .splide__toggle__play {
  display: none;
}
.tsuzuki-s-mv .s-mv__toggle.is-active .splide__toggle__pause {
  display: flex;
}
.tsuzuki-s-mv .s-mv__toggle:not(.is-active) .splide__toggle__play {
  display: flex;
}
.tsuzuki-s-mv .s-mv__toggle:not(.is-active) .splide__toggle__pause {
  display: none;
}
.tsuzuki-s-mv .--line {
  border: 1px solid #0050A0;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-mv .--line {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.tsuzuki-s-mv .--line svg {
  width: 0.625rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.tsuzuki-s-subMv {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-subMv {
    padding-top: 2.5rem;
  }
}
.tsuzuki-s-subMv .s-subMv__title {
  padding-bottom: 2.9375rem;
  border-bottom: 1px solid #cddceb;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-subMv .s-subMv__title {
    padding-bottom: 2.25rem;
  }
}
.tsuzuki-s-subMv .s-subMv__bread {
  padding-block: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-subMv .s-subMv__bread {
    padding-block: 0.75rem 1.25rem;
  }
}
.tsuzuki-s-subMv .s-subMv__img {
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
.tsuzuki-s-subMv .s-subMv__img img {
  aspect-ratio: 1440/280;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-subMv .s-subMv__img img {
    aspect-ratio: 375/160;
  }
}

.tsuzuki-s-links {
  background: #f0f6fe;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-links {
    padding-block: 5rem;
  }
}
.tsuzuki-s-links .s-links__list {
  display: grid;
  gap: 1.875rem;
}
.tsuzuki-s-page {
  padding-top: 1.875rem;
  padding-bottom: 7.625rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page {
    padding-bottom: 5rem;
  }
}
.tsuzuki-s-page .s-page__bread {
  padding-top: 1.4375rem;
  border-top: 1px solid #cddceb;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page .s-page__bread {
    padding-top: 0.75rem;
  }
}
.tsuzuki-s-page .s-page__body {
  padding-top: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page .s-page__body {
    padding-top: 5rem;
  }
}
.tsuzuki-s-page .s-page__title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page .s-page__title {
    font-size: 1.5rem;
    letter-spacing: 1.7px;
    line-height: 150%;
  }
}
.tsuzuki-s-page .s-page__sub {
  margin-top: 2rem;
  color: #0050A0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page .s-page__sub {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}
.tsuzuki-s-page .s-page__text {
  margin-top: 4.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page .s-page__text {
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 180%;
    letter-spacing: 0.56px;
  }
}
.tsuzuki-s-page .s-page__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-page .s-page__btn {
    margin-top: 2.5rem;
  }
}

.tsuzuki-s-form {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-form {
    padding-block: 5rem;
  }
}
.tsuzuki-s-form .s-form__inner {
  max-width: 50rem;
  margin-inline: auto;
}
.tsuzuki-s-form .s-form__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-form .s-form__text {
    font-size: 0.875rem;
    line-height: 180%;
    letter-spacing: 0.56px;
  }
}
.tsuzuki-s-form .s-form__area {
  margin-top: 3.75rem;
}
.tsuzuki-s-privacy {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tsuzuki-s-privacy {
    padding-block: 3.75rem 7.5rem;
  }
}
.tsuzuki-s-privacy .s-privacy__wrap {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \*************************************************************************************************************************************/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
