@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;900&display=swap");

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy-policy a {
  word-break: break-all;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  min-width: 350px;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
  /* font-family: "Archivo", "Zen Kaku Gothic New", san-serif; */
  color: #000;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-width {
  width: min(77.5vw, 1240px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
}

@media screen and (max-width: 767px) {
  .content-width {
    width: 87.2vw;
  }
}

.header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .header {
    height: 18.6666666667vw;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: min(3.625vw, 58px);
  padding-left: min(6.375vw, 102px);
  padding-right: min(8.375vw, 134px);
}

@media screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0;
  }
}

.headerLogo {
  /* width: min(12.375vw, 198px); */
  width: min(16vw, 256px);
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .headerLogo {
    width: 51vw;
  }
}

.headerLogo img {
  width: 100%;
}

.header__cta {
  /* margin-left: min(3vw, 48px); */
  margin-left: min(1.5vw, 24px);
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header__cta {
    /* position: absolute;
    top: 100%; */
    display: none;
  }
}

.header__cta .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(12px, 1.125vw, 18px);
  line-height: 1.1111111111;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header__cta .tel {
    font-size: 4.8vw;
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.header__cta .tel:before {
  margin-right: min(1.25vw, 20px);
  margin-left: min(0.775vw, 12.4px);
  display: block;
  content: "";
  background-image: url(../images/common/ico-tel.svg);
  width: min(1.3125vw, 21px);
  height: min(1.3125vw, 21px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .header__cta .tel:before {
    width: min(1.3125vw, 21px);
    height: min(1.3125vw, 21px);
  }
}

.header__cta .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: min(0.5625vw, 9px);
}

@media screen and (max-width: 767px) {
  .header__cta .info {
    margin-left: 2.4vw;
  }
}

.header__cta .info .day {
  font-size: clamp(12px, 0.625vw, 10px);
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header__cta .info .day {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.header__cta .info .time {
  font-size: clamp(12px, 0.625vw, 10px);
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header__cta .info .time {
    font-size: 2.6666666667vw;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(3vw, 48px);
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.0625;
  letter-spacing: 0em;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .gnav {
    font-size: 4.2666666667vw;
    line-height: 1.0625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    display: none;
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
    background-color: #0060ac;
    color: #fff;
    width: 100%;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8.5333333333vw;
    position: absolute;
    top: 0;
    left: 0;
  }

  .gnav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger {
  display: none;
  position: absolute;
  right: 6.6666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6vw;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}

.hamburger span {
  display: block;
  width: 6.4vw;
  height: 0.2666666667vw;
  background-color: #fff;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(0.9333333333vw) rotate(45deg);
  transform: translateY(0.9333333333vw) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: translateY(-0.9333333333vw) rotate(-45deg);
  transform: translateY(-0.9333333333vw) rotate(-45deg);
}

.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: min(6.0625vw, 97px) min(11.25vw, 180px) min(2.375vw, 38px);
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 34.4vw 6.4vw 13.8666666667vw;
  }
}

.footer__inner {
  display: grid;
  grid-template: "f-nav f-nav f-nav" "f-logo f-bnav f-copy";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: min(12.375vw, 198px) auto auto;
  width: min(77.5vw, 1240px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    grid-template: "f-nav" "f-logo" "f-bnav" "f-copy";
    grid-template-columns: 1fr;
  }
}

.footer__navWrap {
  grid-area: f-nav;
  margin-bottom: min(8.1875vw, 131px);
}

@media screen and (max-width: 767px) {
  .footer__navWrap {
    margin-bottom: 23.7333333333vw;
  }
}

.footer__logo {
  grid-area: f-logo;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    justify-self: center;
  }
}

.footer__bottomNav {
  grid-area: f-bnav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5vw, 80px);
  margin-left: min(4.25vw, 68px);
}

@media screen and (max-width: 767px) {
  .footer__bottomNav {
    margin-top: 2.1333333333vw;
    margin-left: 0;
    justify-self: center;
    gap: 8.5333333333vw;
  }
}

.footer__copyRight {
  grid-area: f-copy;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .footer__copyRight {
    margin-top: 15.4666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: min(4.5vw, 72px);
}

@media screen and (max-width: 767px) {
  .footer__navList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 9.0666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__navItem:nth-of-type(2) {
    -webkit-transform: translateX(3.2vw);
    transform: translateX(3.2vw);
  }
}

.footer__navItem a {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.0625;
  letter-spacing: 0em;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .footer__navItem a {
    font-size: 4.2666666667vw;
    line-height: 1.0625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.footer__navList02 {
  margin-top: min(0.75vw, 12px);
}

@media screen and (max-width: 767px) {
  .footer__navList02 {
    margin-top: 5.0666666667vw;
  }
}

.footer__navItem02 a {
  font-size: clamp(12px, 0.75vw, 12px);
  line-height: 2.0416666667;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer__navItem02 a {
    font-size: 3.2vw;
    line-height: 2.0416666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.footer__bottomNavItem a {
  font-size: clamp(12px, 0.75vw, 12px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer__bottomNavItem a {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.fv {
  position: relative;
  padding-bottom: min(7.0625vw, 113px);
  padding-left: min(9.875vw, 158px);
  padding-right: min(9.875vw, 158px);
  height: min(56.25vw, 900px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .fv {
    height: 178.1333333333vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-bottom: 8.8vw;
    background-position-x: 28%;
  }
}

.fv__bg-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.fv__bg-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  z-index: 2;
}

.fv__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fv__title .row1 {
  font-family: "Anton", sans-serif;
  font-size: clamp(12px, 7.5vw, 120px);
  line-height: 2.0083333333;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .fv__title .row1 {
    font-size: 16vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.fv__title .row2 {
  font-size: clamp(12px, 2.25vw, 36px);
  line-height: 1.7222222222;
  letter-spacing: 0em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .fv__title .row2 {
    font-size: 4.8vw;
    line-height: 3.4444444444;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

.news {
  padding: min(1.875vw, 30px) min(11.25vw, 180px) min(1.6875vw, 27px);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

@media screen and (max-width: 767px) {
  .news {
    padding: 4.4vw 0 4.4vw 6.4vw;
  }
}

.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .news__inner {
    overflow-x: clip;
  }
}

.news__title {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.0625;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news__title {
    font-size: 3.2vw;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.news__new {
  margin-left: min(2.125vw, 34px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(0.98125vw, 15.7px);
}

@media screen and (max-width: 767px) {
  .news__new {
    overflow-x: scroll;
    margin-left: 4.2666666667vw;
  }
}

.news__new__dateText {
  font-size: clamp(12px, 0.75vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news__new__dateText {
    font-size: 2.6666666667vw;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.news__new__titleText {
  font-size: clamp(12px, 0.9375vw, 15px);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news__new__titleText {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .news__new__titleText {
    white-space: nowrap;
  }
}

.news__new__titleText {
  color: #0060ac;
}

.feature {
  padding-top: min(9.525vw, 152.4px);
  padding-bottom: min(12.25vw, 196px);
}

.feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(2.5vw, 40px);
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: clamp(12px, 8vw, 128px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 13.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.feature__title .row1,
.feature__title .row2,
.feature__title .row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: min(7.375vw, 118px);
}

@media screen and (max-width: 767px) {

  .feature__title .row1,
  .feature__title .row2,
  .feature__title .row3 {
    height: auto;
  }
}

.feature__title .row2 {
  -webkit-transform: translateX(min(3.125vw, 50px));
  transform: translateX(min(3.125vw, 50px));
}

@media screen and (max-width: 767px) {
  .feature__title .row2 {
    -webkit-transform: none;
    transform: none;
  }
}

.feature__title .row3 {
  -webkit-transform: translateX(min(3vw, 48px));
  transform: translateX(min(3vw, 48px));
}

@media screen and (max-width: 767px) {
  .feature__title .row3 {
    -webkit-transform: none;
    transform: none;
  }
}

.feature__title .row2__image {
  width: min(10.75vw, 172px);
  -webkit-transform: translateY(min(-1.375vw, -22px));
  transform: translateY(min(-1.375vw, -22px));
  margin-right: min(1.6875vw, 27px);
}

@media screen and (max-width: 767px) {
  .feature__title .row2__image {
    position: absolute;
  }
}

.feature__title .row3__image {
  margin-left: min(1.6875vw, 27px);
  width: min(12.375vw, 198px);
  -webkit-transform: translateY(min(-1.875vw, -30px));
  transform: translateY(min(-1.875vw, -30px));
}

@media screen and (max-width: 767px) {
  .feature__title .row3__image {
    position: absolute;
  }
}

.feature__copy {
  margin-top: min(2.5vw, 40px);
  padding-left: 25.5625vw;
  padding-right: 25.5625vw;
  font-size: clamp(12px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .feature__copy {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

@media screen and (max-width: 767px) {
  .feature__copy {
    margin-top: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    text-align: center;
  }
}

.feature__bodyBlock {
  margin-top: min(5vw, 80px);
  width: min(40vw, 640px);
  width: min(45vw, 720px);
  margin-left: 25.5625vw;
  margin-right: 25.5625vw;
}

@media screen and (max-width: 767px) {
  .feature__bodyBlock {
    margin-top: 10.6666666667vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    width: 100%;
  }
}

.feature__bodyText {
  font-size: clamp(12px, 1.25vw, 20px);
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .feature__bodyText {
    font-size: 4.8vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.feature__bodyText+p {
  margin-top: min(2.625vw, 42px);
}

.service__inner {
  position: relative;
}

.service__item {
  color: #fff;
}

.service__link {
  padding-top: min(11.625vw, 186px);
  padding-left: 11.25vw;
  padding-left: calc((100vw - 1240px) / 2);
  padding-right: 17.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(8.625vw, 138px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100vh;
  position: relative;
  /* cursor: url(../images/common/ico-read-more.png), auto; */
}

@media screen and (max-width: 767px) {
  .service__link {
    /* padding-top: 30.6666666667vw; */
    padding-top: 21vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    /* pointer-events: none; */
  }
}

.service__link:hover {
  opacity: 1;
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service-bg {
    height: 100%;
  }
}

.service-bg img {
  max-width: unset;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .service-bg img {
    height: 100%;
  }
}

.service__item.internship .service-bg {
  z-index: 1;
}

.service__item.internship .service__textBlock {
  position: relative;
  z-index: 2;
}

.service__textBlock {
  padding-top: min(5vw, 80px);
  padding-top: 0;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.1875vw, 67px);
}

@media screen and (max-width: 767px) {
  .service__textBlock {
    padding-top: 0;
    /* gap: 8.2666666667vw; */
    gap: 4vw;
  }
}

.num {
  font-family: "Anton", sans-serif;
  font-size: clamp(12px, 2.9375vw, 47px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .num {
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.titleBlock {
  width: min(31.125vw, 498px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .titleBlock {
    width: 100%;
  }
}

.service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(2.8125vw, 45px);
  gap: min(1.25vw, 20px);
}

@media screen and (max-width: 767px) {
  .service__title {
    gap: 11.7333333333vw;
  }
}

.service__titleEn {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: clamp(12px, 5.5vw, 88px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .service__titleEn {
    font-size: 13.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.service__titleJa {
  font-size: clamp(12px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .service__titleJa {
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

.service__desc {
  margin-top: min(4.375vw, 70px);
  margin-top: min(1.5vw, 24px);
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .service__desc {
    /* font-size: 4vw; */
    font-size: 3.6vw;
    line-height: 1.88;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .service__desc {
    margin-top: 4.8vw;
  }
}

.service__item.--reg-support .service__desc {
  margin-top: min(1.5vw, 24px);
}

.service__read-more {
  margin-top: min(12px, 0.75vw);
  display: block;
  position: static;
}

@media screen and (max-width: 767px) {
  .service__read-more {
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
}

.service__read-more a {
  font-family: "Anton", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0060ac;
  color: #fff;
  border-radius: 100vh;
  width: min(11.25vw, 180px);
  height: min(3vw, 48px);
  font-size: min(0.75vw, 12px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .service__read-more a {
    width: 33.6vw;
    height: 10.1333333333vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.service__imageList {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
  padding-left: min(8.625vw, 138px);
}

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

.service__imageItem {
  width: min(24.5vw, 392px);
  height: min(56.25vw, 900px);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__imageItem a {
  /* cursor: url(../images/common/ico-read-more.png), auto; */
}

.service__imageItem.recruiting {
  z-index: 50;
}

.service__imageItem.registration {
  z-index: 40;
}

.service__imageItem.education {
  z-index: 30;
}

.service__imageItem.internship {
  z-index: 20;
}

.service__imageItem img {
  width: 100%;
  height: min(33.0625vw, 529px);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: auto;
}

.service {
  position: relative;
  z-index: 4;
}

.strength {
  position: relative;
  z-index: 5;
}

@media (max-width: 1025px) and (min-width: 767px) {

  .service__link,
  .service-bg img,
  .service__imageItem {
    height: min(62.5vw, 1000px);
  }
}

.strength {
  padding-top: min(10.1875vw, 163px);
  padding-bottom: min(13.8125vw, 221px);
  background-color: #0060ac;
  min-height: 100vh;
  height: auto;
}

@media screen and (max-width: 767px) {
  .strength {
    padding-top: 19.7333333333vw;
    padding-bottom: 19.2vw;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .strength {
    /* スタイルをここに記述 */
    min-height: unset;
  }
}

.strenfth__inner {
  color: #fff;
  width: min(77.5vw, 1240px);
  margin-right: auto;
  margin-left: auto;
}

.strength__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(1.625vw, 26px);
}

@media screen and (max-width: 767px) {
  .strength__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.strength__title .en {
  font-family: "Anton", sans-serif;
  font-size: clamp(12px, 5.5vw, 88px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .strength__title .en {
    font-size: 13.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.strength__title .ja {
  font-size: clamp(12px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .strength__title .ja {
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

.strength__content {
  padding-top: min(1.9375vw, 31px);
  padding-left: min(24.875vw, 398px);
}

@media screen and (max-width: 767px) {
  .strength__content {
    padding-top: 10.6666666667vw;
    padding-left: 0;
  }
}

.strength__item {
  display: grid;
  grid-template: "s-num s-title" auto "s-num s-desc" auto;
  gap: 0 min(2vw, 32px);
  grid-template-rows: min(4.4375vw, 71px) auto;
  grid-template-columns: min(4.75vw, 76px) 1fr;
}

@media screen and (max-width: 767px) {
  .strength__item {
    grid-template-rows: 18.6666666667vw auto;
    gap: 0 10.4vw;
  }
}

.strength__item+li {
  margin-top: min(3.5vw, 56px);
}

@media screen and (max-width: 767px) {
  .strength__item+li {
    margin-top: 8.5333333333vw;
  }
}

.strength__item .num {
  grid-area: s-num;
  font-size: clamp(12px, 1.125vw, 18px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(4.4375vw, 71px);
  height: min(4.4375vw, 71px);
  border: 1px solid #fff;
  border-radius: 100vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .strength__item .num {
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .strength__item .num {
    width: 12vw;
    height: 12vw;
  }
}

.strength__item .title {
  grid-area: s-title;
  display: block;
  width: 100%;
  align-self: center;
  font-size: clamp(12px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .strength__item .title {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

@media screen and (max-width: 767px) {
  .strength__item .title {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.strength__item .desc {
  grid-area: s-desc;
  display: block;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
}

.interview {
  padding-top: min(8.75vw, 140px);
  padding-bottom: min(17.25vw, 276px);
}

@media screen and (max-width: 767px) {
  .interview {
    padding-top: 7.4666666667vw;
    padding-bottom: 19.2vw;
  }
}

.interview__inner {
  padding-right: 11.25vw;
  padding-left: 11.25vw;
}

@media screen and (max-width: 767px) {
  .interview__inner {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.interview__titleBlock {
  overflow-x: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .interview__titleBlock {
    height: 48vw;
  }
}

.interview__titleBlock img:first-of-type {
  -webkit-animation: loop 15s linear infinite;
  animation: loop 15s linear infinite;
}

.interview__titleBlock img:last-of-type {
  -webkit-animation: loop2 15s -15s linear infinite;
  animation: loop2 15s -15s linear infinite;
}

.interview__titleBlock img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: unset;
}

.interview__content {
  margin-top: min(6.9375vw, 111px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: min(77.4375vw, 1239px);
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}

.tab__buttons {
  padding-top: min(2.84375vw, 45.5px);
  width: min(37.75vw, 604px);
}

@media screen and (max-width: 767px) {
  .tab__buttons {
    width: 100%;
    position: static;
    /* top: 116vw; */
    /* top: 99vw; */
  }
}

@media screen and (max-width: 767px) {
  .tab__button:first-of-type {
    /* margin-bottom: 130.6666666667vw; */
    margin-bottom: 16vw;
  }
}

.tab__button:nth-of-type(2) {
  margin-top: min(3vw, 48px);
}

.tab__link {
  position: relative;
  opacity: 0.2;
  /* cursor: url(../images/common/ico-read-more.png), auto; */
}

@media screen and (max-width: 767px) {
  .tab__link {
    opacity: 1;
    pointer-events: none;
  }
}

.tab__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.2);
  position: absolute;
  top: 0.5lh;
  right: 0;
}

.tab__link>* {
  display: block;
}

.tab__button.active .tab__link {
  opacity: 1;
}

.interview__imageSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .interview__imageSp {
    display: block;
    margin-bottom: 4.8vw;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    overflow: clip;
  }

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

.interview__contentKey {
  font-size: clamp(12px, 0.875vw, 14px);
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 900;
  background-color: #0060ac;
  color: #fff;
  border-radius: 100vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: min(0.875vw, 14px);
  padding-left: min(0.875vw, 14px);
  height: min(1.9375vw, 31px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interview__contentKey {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
  }
}

@media screen and (max-width: 767px) {
  .interview__contentKey {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    height: 6.6666666667vw;
  }
}

.interview__contentKey::after {
  content: "";
  display: inline-block;
  width: min(1vw, 16px);
  height: min(1vw, 16px);
  background-color: #fff;
  position: absolute;
  left: 100%;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .interview__contentKey::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.interview__contentTitle {
  margin-top: min(2.0625vw, 33px);
  font-size: clamp(12px, 1.5vw, 24px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .interview__contentTitle {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .interview__contentTitle {
    margin-top: 2.6666666667vw;
  }
}

.interview__contentName {
  margin-top: min(0.6875vw, 11px);
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .interview__contentName {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .interview__contentName {
    margin-top: 2.1333333333vw;
  }
}

.interview__contentDesc {
  margin-top: min(1.125vw, 18px);
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .interview__contentDesc {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .interview__contentDesc {
    margin-top: 7.7333333333vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .interview__read-more {
    margin-top: 6.4vw;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.tab__button:nth-of-type(2) .interview__contentKey,
.tab__button:nth-of-type(2) .interview__read-more a {
  background-color: #008BAC;
}

.tab__panels {
  width: min(31.125vw, 498px);
  margin-right: min(8.625vw, 138px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tab__panels {
    width: 100%;
    margin-right: 0;
    display: none;
  }
}

.tab__panel {
  display: none;
  aspect-ratio: 4/3;
  overflow: clip;
}

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

@media screen and (max-width: 767px) {
  .tab__panel {
    display: block;
    width: 100%;
    height: 107.4666666667vw;
    margin-bottom: 105.6vw;

  }

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

.tab__panel.active {
  display: block;
}

.contact-sec {
  background-color: #0060ac;
  color: #fff;
  padding: min(6.875vw, 110px) min(10.625vw, 170px) min(7.8125vw, 125px);
}

@media screen and (max-width: 767px) {
  .contact-sec {
    padding: 19.7333333333vw 6.4vw 18.9333333333vw;
  }
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(8.0625vw, 129px);
  width: min(77.5vw, 1240px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact__title {
  font-family: "Anton", sans-serif;
  font-size: clamp(12px, 8vw, 128px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 13.8666666667vw;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}



.content__row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(25vw, 400px);
}

@media screen and (max-width: 767px) {
  .content__row a {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.content__row a::before {
  content: "";
  display: block;
  width: min(2.6875vw, 43px);
  height: min(2.6875vw, 43px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: min(1.625vw, 26px);
}

@media screen and (max-width: 767px) {
  .content__row a::before {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    margin-right: 6.4vw;
  }
}

.content__row .notice {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .content__row .notice {
    font-size: 4.2666666667vw;
    line-height: 1.0625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .content__row .notice {
    padding-left: 15.2vw;
  }
}

.contact__tel {
  font-size: clamp(12px, 2.375vw, 38px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact__tel {
    font-size: 8.5333333333vw;
    line-height: 1.28125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.contact__tel,
.contact__mail {
  padding-bottom: min(2.3125vw, 37px);
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .contact__tel {
    padding-bottom: 8.5333333333vw;
  }
}

.contact__tel a::before {
  background-image: url(../images/common/ico-tel.svg);
}

.contact__mail {
  padding-top: min(2.4375vw, 39px);
  font-size: clamp(12px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact__mail {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .contact__mail {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    border-bottom: 1px solid #fff;
  }
}

.contact__mail a::before {
  background-image: url(../images/common/ico-mail.svg);
}

.contact__mail.--fb a::before {
  background-image: url(../images/common/ico-fb.png);
}

.u-inline-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-inline-sp {
    display: inline;
  }
}

.u-inline-pc {
  display: inline;
}

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

.u-text-blue {
  color: #0060ac !important;
}

.u-text-green {
  color: #32cd32 !important;
}

.u-fs120 {
  font-size: 126%;
}

.u-disable_link {
  pointer-events: none;
}


/* トップページヘッダースクロール時の背景 */
.header.scroll {
  background-color: #0060AC;
  /* background-color: #fff; */
  padding-bottom: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* color: #0060AC; */
  color: #fff;

  @media screen and (max-width: 767px) {
    padding-bottom: 0;
  }
}