html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
b {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --white: #fff;
  --blue_main: #293a95;
  --color-light-blue: #e8f5ff;
  --color-black: #1c1c1c;
}

html {
  overflow-y: scroll;
}

@media screen and (min-width: 1201px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.is-no-webp #container::before {
  background: url(../image/top-back.png) center/cover;
}

.is-webp #container::before {
  background: url(../image/top-back.webp) center/cover;
}

@media (max-width: 768px) {
  .is-no-webp #container::before {
    background: url(../image/top-back-sp.png) center/cover;
  }
  .is-webp #container::before {
    background: url(../image/top-back-sp.webp) center/cover;
  }
}
.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  align-items: center;
  padding-left: 100px;
  height: 130px;
}
.header__logo {
  aspect-ratio: 203/70;
  max-width: 203px;
  padding-top: 0;
}
.header__right {
  display: flex;
  gap: 80px;
  align-items: center;
}
.header__right a {
  display: block;
  color: var(--white, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
}
.header__right div a {
  color: var(--blue_main);
}
.header__right-contact {
  padding: 40px 50px;
  background: var(--blue_main);
  cursor: pointer;
}
.header__right-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.header__right-contact img {
  max-width: 25px;
  aspect-ratio: 25/18;
}
.header__right-contact p {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}

@media screen and (width <= 1040px) {
  .header {
    display: none;
  }
}

.sp-header {
  display: none;
}
@media screen and (width <= 1040px) {
  .sp-header {
    display: block;
    height: 100px;
    z-index: 999;
    padding-left: 5.333vw;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: padding 0.7s, background-color 0.7s;
  }
}
@media screen and (width <= 768px) {
  .sp-header {
    height: 97px;
  }
}
.sp-header.background {
  background-color: #fff;
}
.sp-header.close {
  background-color: transparent;
}

.sp-menu {
  display: none;
}
@media screen and (width <= 1040px) {
  .sp-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s ease;
    padding-top: 16vw;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    height: 100svh; /* Fallback for browsers that do not support Custom Properties */
    background-color: var(--color-blue);
  }
}
.sp-menu.close {
  display: block;
  pointer-events: auto;
  opacity: 1;
  overflow-y: scroll;
  background: var(--bk_gray, #f5f5f5);
  padding-bottom: 51.467vw;
}
@media screen and (width <= 768px) {
  .sp-menu.close {
    overflow-y: initial;
  }
}
.sp-menu__container {
  padding-top: 45px;
}
.sp-menu__nav {
  margin-bottom: 60px;
  width: 78.666%;
  margin-inline: auto;
}
.sp-menu__nav-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sp-menu__nav-item .item__contens {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--blue_main);
}
.sp-menu__nav-item .item__contens-left {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.48vw;
}
.sp-menu__nav-item .item-name {
  color: var(--gray_LINE, #d4d4d4);
  font-family: "Lato", sans-serif;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.16vw;
  text-transform: uppercase;
}
.sp-menu .button {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #293a95 0%, #132271 100%);
  padding: 20px 0px;
  min-width: 360px;
  margin-inline: auto;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  transition: background-color 0.7s ease, border-color 0.7s ease, color 0.7s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .sp-menu .button {
    font-size: 3.733vw;
    font-style: normal;
    letter-spacing: 0.373vw;
    min-width: 78.667vw;
  }
}
.sp-menu .button:hover {
  background: transparent;
  border-color: var(--blue_main);
  color: var(--blue_main);
}
.sp-menu .button:hover::after {
  background: url(../image/button-hover.svg) center/cover;
}
.sp-menu .button::after {
  content: "";
  display: block;
  background: url("../image/button.svg") center/cover no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.sp-menu .button {
  width: 78.666%;
  min-width: initial;
  font-size: 4.267vw;
  letter-spacing: 0.427vw;
}
.sp-menu .button::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../image/mail.svg") center/cover;
  top: 50%;
  width: 6.667vw;
  height: 4.8vw;
  flex-shrink: 0;
  transform: translateY(-50%);
  left: 8%;
}

.sp-header__logo {
  line-height: 0%;
  padding-top: 35px;
}
@media screen and (width <= 768px) {
  .sp-header__logo {
    padding-top: 25px;
  }
}
.sp-header__logo img {
  vertical-align: text-top;
}
@media screen and (width <= 1040px) {
  .sp-header__logo img {
    aspect-ratio: 137/47;
    width: 137px;
    height: 47px;
  }
}

.sp-header__humburger-sns {
  display: flex;
  align-items: center;
}

.sp-header__sns {
  display: flex;
  align-items: center;
}
.sp-header__sns a {
  margin-right: 8vw;
}
@media screen and (width <= 1040px) {
  .sp-header__sns a img {
    width: 53px;
  }
}
@media screen and (width <= 768px) {
  .sp-header__sns a img {
    width: 25px;
  }
}

.humburger__container {
  padding: 16px 0px;
}
@media screen and (width <= 1040px) {
  .humburger__container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.humburger__bars .humburger__bar {
  display: block;
  width: 100%;
  height: 0.267vw;
  background-color: var(--blue_main);
  position: relative;
  transition: ease 0.4s;
}
@media screen and (width <= 1040px) {
  .humburger__bars .humburger__bar {
    width: 55px;
    height: 2px;
  }
}
@media screen and (width <= 768px) {
  .humburger__bars .humburger__bar {
    width: 30px;
  }
}
@media screen and (width <= 1040px) {
  .humburger__bars .humburger__bar:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (width <= 768px) {
  .humburger__bars .humburger__bar:nth-child(2) {
    margin-top: 8px;
  }
}

.humburgers__title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (width <= 1040px) {
  .humburgers__title {
    font-size: 18px;
    margin-top: 8.7px;
  }
}
@media screen and (width <= 768px) {
  .humburgers__title {
    font-size: 10px;
  }
}

.humburgers__title-close {
  display: none;
}

.sp-header__humburger {
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.7s ease;
}
@media screen and (width <= 1040px) {
  .sp-header__humburger {
    width: 100px;
    height: 100px;
    align-items: initial;
  }
}
@media screen and (width <= 768px) {
  .sp-header__humburger {
    width: 97px;
    height: 97px;
    align-items: center;
  }
}
.sp-header__humburger.close .humburger__bar {
  background: var(--blue_main);
}
.sp-header__humburger.close .humburger__bar:first-child {
  transform: rotate(45deg);
}
@media screen and (width <= 1040px) {
  .sp-header__humburger.close .humburger__bar:first-child {
    top: 22px;
  }
}
@media screen and (width <= 768px) {
  .sp-header__humburger.close .humburger__bar:first-child {
    top: -4px;
  }
}
.sp-header__humburger.close .humburger__bar:last-child {
  transform: rotate(-45deg);
  margin: 0;
}
@media screen and (width <= 1040px) {
  .sp-header__humburger.close .humburger__bar:last-child {
    top: 18px;
  }
}
@media screen and (width <= 768px) {
  .sp-header__humburger.close .humburger__bar:last-child {
    top: -7px;
  }
}

.main {
  padding-top: 130px;
  overflow: hidden;
}
@media screen and (width <= 1040px) {
  .main {
    padding-top: 0;
  }
}
.main .main__service {
  padding-top: 80px;
}
@media screen and (width <= 768px) {
  .main .main__service {
    padding-top: 97px;
  }
}
.main .main__service-title {
  padding-left: 100px;
}
@media screen and (width <= 768px) {
  .main .main__service-title {
    padding-left: 5.333vw;
    margin-bottom: 5.333vw;
  }
}
.main .main__service-title .title-en {
  color: var(--gray, #e0e0e0);
  font-family: "Lato", sans-serif;
  font-size: 79.579px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 143.242px */
  letter-spacing: 3.979px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main .main__service-title .title-en {
    font-size: 8.533vw;
    letter-spacing: 0.427vw;
  }
}
.main .main__service-title .title-ja {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  letter-spacing: 3.2px;
}
@media screen and (width <= 768px) {
  .main .main__service-title .title-ja {
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
  }
}
.main .main__service-list {
  display: flex;
  gap: 20px;
  justify-content: end;
  padding-right: 12%;
  margin-bottom: 30px;
}
@media screen and (width <= 768px) {
  .main .main__service-list {
    margin-bottom: 5.333vw;
    gap: 4vw;
    justify-content: start;
    padding-left: 5%;
    padding-right: 0;
  }
}
.main .main__service-list a {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
@media screen and (width <= 768px) {
  .main .main__service-list a {
    letter-spacing: 0.133vw;
  }
}
.main .main__service-list div {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
@media screen and (width <= 768px) {
  .main .main__service-list div {
    letter-spacing: 0.133vw;
  }
}
.main .main__service-image img {
  aspect-ratio: 1442/454;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
@media screen and (width <= 768px) {
  .main .main__service-image img {
    aspect-ratio: 375/140;
  }
}
.main .main__service p {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 3.2px;
  padding: 160px 0px;
}
@media screen and (width <= 768px) {
  .main .main__service p {
    padding: 16vw 0px;
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
  }
}
.main-map {
  padding: 160px 0px;
}
@media screen and (width <= 768px) {
  .main-map {
    padding: 16vw 0px;
  }
}
.main-map__contents {
  width: min(86.111%, 1240px);
  margin-inline: auto;
  background: var(--bk_gray, #f5f5f5);
  padding-top: 99px;
}
@media screen and (width <= 768px) {
  .main-map__contents {
    padding-top: 8vw;
    width: max(89.06666%, 335px);
  }
}
.main-map__contents iframe {
  aspect-ratio: 1240/2651;
  width: 83.87%;
  margin-inline: auto;
  display: block;
}
@media screen and (width <= 768px) {
  .main-map__contents iframe {
    width: 100%;
    aspect-ratio: 375/1639;
    height: 1639px;
  }
}

.main-contact {
  background: var(--white);
  height: 595px;
}
@media screen and (width <= 768px) {
  .main-contact {
    height: initial;
    padding-top: 16vw;
  }
}
.main-contact__contents {
  box-shadow: 0px 9px 17px 0px rgba(8, 42, 145, 0.09);
  padding: 107px 0px 90px;
  width: min(86.1111%, 1240px);
  margin-inline: auto;
  background: var(--blue_main);
  position: relative;
  transform: translateY(160px);
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .main-contact__contents {
    transform: none;
    width: max(100%, 375px);
    padding: 16vw 0px;
  }
}
@media screen and (width >= 1441px) {
  .main-contact__contents {
    width: max(86.1111%, 1240px);
  }
}
.main-contact__contents::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #33449e;
  top: 0%;
  left: 0%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media screen and (width <= 768px) {
  .main-contact__contents {
    gap: 8vw;
  }
}
.main-contact__contents .title-en {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .main-contact__contents .title-en {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
  }
}
.main-contact__contents .title-ja {
  color: var(--color-black);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (width <= 768px) {
  .main-contact__contents .title-ja {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.main-contact__contents .title-ja::before {
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  aspect-ratio: 76/5;
  background-color: var(--blue_sab, #aec9eb);
}
@media screen and (width <= 768px) {
  .main-contact__contents .title-ja::before {
    width: 13.333vw;
    bottom: -30%;
  }
}
.main-contact__contents .title-en,
.main-contact__contents .title-ja {
  color: var(--white);
}
.main-contact__contents {
  gap: 80px;
}
@media screen and (width <= 768px) {
  .main-contact__contents {
    gap: 10vw;
  }
}
.main-contact__title {
  position: inherit;
  z-index: 1;
}
.main-contact__title .title-ja::before {
  background: var(--white);
}
@media screen and (width <= 768px) {
  .main-contact__title .title-ja::before {
    bottom: -28%;
  }
}
.main-contact__form {
  position: inherit;
  z-index: 1;
  width: min(83.87%, 1040px);
  margin-inline: auto;
  background: var(--white);
  padding: 60px 0px 70px;
}
@media screen and (width <= 768px) {
  .main-contact__form {
    width: max(88%, 295px);
    padding: 8vw 0px 10.667vw;
  }
}
.main-contact__form-contents {
  display: flex;
  justify-content: space-between;
  width: 88.461%;
  margin-inline: auto;
  align-items: center;
}
@media screen and (width <= 1270px) {
  .main-contact__form-contents {
    flex-direction: column;
  }
}
@media screen and (width <= 768px) {
  .main-contact__form-contents {
    width: 86.4%;
    flex-direction: column;
    gap: 8vw;
  }
}
.main-contact__form-left {
  width: 41.39%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (width <= 1270px) {
  .main-contact__form-left {
    width: 100%;
    align-items: center;
  }
}
.main-contact__form-left h5 {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
}
@media screen and (width <= 768px) {
  .main-contact__form-left h5 {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
    text-align: center;
  }
}
.main-contact__form-left .tel img {
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .main-contact__form-left .tel img {
    width: 6.4vw;
  }
}
.main-contact__form-left .tel a {
  color: var(--blue_main);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 75.6px */
  letter-spacing: 2.1px;
}
@media screen and (width <= 768px) {
  .main-contact__form-left .tel a {
    font-size: 6.4vw;
    letter-spacing: 0.32vw;
  }
}
.main-contact__form-left div:last-child {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  text-align: right;
}
@media screen and (width <= 768px) {
  .main-contact__form-left div:last-child {
    font-size: 3.733vw;
    font-weight: 400;
    letter-spacing: 0.187vw;
    text-align: center;
  }
}
.main-contact__form-right {
  width: 50%;
}
@media screen and (width <= 1270px) {
  .main-contact__form-right {
    width: 100%;
  }
}
@media screen and (width <= 768px) {
  .main-contact__form-right {
    width: 100%;
  }
}
.main-contact__form-right .button {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #293a95 0%, #132271 100%);
  padding: 20px 0px;
  min-width: 360px;
  margin-inline: auto;
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  transition: background-color 0.7s ease, border-color 0.7s ease, color 0.7s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .main-contact__form-right .button {
    font-size: 3.733vw;
    font-style: normal;
    letter-spacing: 0.373vw;
    min-width: 78.667vw;
  }
}
.main-contact__form-right .button:hover {
  background: transparent;
  border-color: var(--blue_main);
  color: var(--blue_main);
}
.main-contact__form-right .button:hover::after {
  background: url(../image/button-hover.svg) center/cover;
}
.main-contact__form-right .button::after {
  content: "";
  display: block;
  background: url("../image/button.svg") center/cover no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.main-contact__form-right .button {
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (width <= 768px) {
  .main-contact__form-right .button {
    min-width: 68vw;
  }
}
.main-contact__form-right .button::before {
  background: url(../image/mail.svg) center/cover;
  content: "";
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  aspect-ratio: 32/24;
  width: 32px;
  width: clamp(1.5rem, 1.348rem + 0.72vw, 2rem);
}
.main-contact__form-right .button:hover::before {
  background: url(../image/mail-hover.svg) center/cover;
}
.main-contact__form-right .button::after {
  right: 9%;
}

@media screen and (width <= 768px) {
  .main-contact.service {
    background: var(--bk_gray, #f5f5f5);
  }
}

.footer {
  position: relative;
  background: var(--bk_gray, #f5f5f5);
  overflow: hidden;
  z-index: 1;
  padding-bottom: 50px;
}
.footer__contents {
  position: relative;
  padding-top: 408px;
  display: flex;
  z-index: -1;
  justify-content: space-between;
  width: min(72.2%, 1040px);
  margin-inline: auto;
  align-items: center;
}
@media screen and (width <= 768px) {
  .footer__contents {
    padding-top: 16vw;
    width: max(88%, 295px);
    flex-direction: column;
    gap: 10.667vw;
  }
}
@media screen and (width >= 1441px) {
  .footer__contents {
    width: max(72.2%, 1040px);
  }
}
.footer__contents-left {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 22.73%;
}
@media screen and (width <= 768px) {
  .footer__contents-left {
    width: 100%;
    gap: 5.333vw;
  }
}
.footer__contents-left img {
  aspect-ratio: 253/87;
  max-width: clamp(8.5625rem, 6.0097rem + 10.892vw, 15.8125rem);
}
.footer__contents-left .address {
  color: var(--color-black);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.7px;
}
@media screen and (width <= 768px) {
  .footer__contents-left .address {
    font-size: 3.2vw;
    line-height: 180%;
    letter-spacing: 0.32vw;
  }
}
.footer__contents-right {
  display: flex;
  justify-content: space-between;
  width: 43.653%;
}
@media screen and (width <= 1270px) {
  .footer__contents-right {
    width: 66.653%;
  }
}
@media screen and (width <= 768px) {
  .footer__contents-right {
    width: 100%;
    flex-direction: column;
    gap: 8vw;
  }
}
.footer__contents-right div a {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
}
@media screen and (width <= 768px) {
  .footer__contents-right div a {
    font-size: 3.2vw;
    letter-spacing: 0.32vw;
  }
}
.footer__contents > a {
  position: absolute;
  top: 55%;
  right: -10%;
}
@media screen and (width <= 768px) {
  .footer__contents > a {
    top: 7%;
    right: 0%;
  }
}
.footer__contents > a img {
  aspect-ratio: 1/1;
}
@media screen and (width <= 768px) {
  .footer__contents > a img {
    width: 16vw;
  }
}
.footer .border {
  width: min(86.1111%, 1240px);
  margin-inline: auto;
  border: 1px solid var(--blue_main);
  margin-top: 80px;
}
@media screen and (width <= 768px) {
  .footer .border {
    margin-top: 16vw;
    width: max(100%, 375px);
  }
}
@media screen and (width >= 1441px) {
  .footer .border {
    width: max(86.1111%, 1240px);
  }
}
.footer__sns {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (width <= 768px) {
  .footer__sns {
    padding-top: 8vw;
    gap: 10.667vw;
  }
}
.footer__sns div {
  color: var(--blue_main);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media screen and (width <= 768px) {
  .footer__sns div {
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }
}
.footer__sns img {
  aspect-ratio: 1/1;
  max-width: 30px;
}
@media screen and (width <= 768px) {
  .footer__sns img {
    max-width: 8vw;
  }
}
.footer__policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media screen and (width <= 768px) {
  .footer__policy {
    margin-top: 10.667vw;
  }
}
.footer__policy div:first-child a {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
.footer__policy div:last-child {
  color: var(--blue_main);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  font-size: clamp(0.625rem, 0.587rem + 0.18vw, 0.75rem);
}
.footer.page-contact .footer__contents {
  padding-top: 166px;
}
@media screen and (width <= 768px) {
  .footer.page-contact .footer__contents {
    padding-top: 17.333vw;
  }
}
.footer.page-contact .footer__contents > a {
  top: 14%;
  right: -10%;
}
@media screen and (width <= 768px) {
  .footer.page-contact .footer__contents > a {
    right: 0%;
  }
}/*# sourceMappingURL=contact.css.map */