@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

/**
 * 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 {
  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;
}

img {
  width: 100%;
  height: auto;
}

/* 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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #111;
}

html {
  scroll-behavior: smooth;
}

.tel-number {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1024px) {
  .header {
    position: static;
    box-shadow: none;
  }
}
.header__inner {
  height: 70px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    height: 120px;
    padding: 0;
    align-items: stretch;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 180px;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
}
.header__logo a {
  transition: none;
}
.header__logo a:hover {
  opacity: 1;
  transform: none;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__hamburger {
  position: relative;
  width: 35px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10001;
}
@media screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #111;
  border-radius: 999px;
  transition: 0.4s;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 12px;
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-active span {
  background: #fff;
}
.header__hamburger.is-active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  bottom: 13px;
  transform: rotate(-45deg);
}
.header__nav {
  position: fixed;
  inset: 0;
  background: rgba(13, 86, 127, 0.97);
  backdrop-filter: blur(10px);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.header__nav.is-active .header__nav-list {
  transform: translateY(0);
  opacity: 1;
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s;
}
.header__nav-item a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  transition: 0.3s;
}
.header__nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: #f3d400;
  transition: 0.3s;
}
.header__nav-item a:hover::after {
  width: 100%;
}
.header__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__pc {
    display: flex;
    flex-direction: column;
    margin-left: auto;
  }
}
.header__pc-top {
  display: flex;
  justify-content: flex-end;
}
.header__tel {
  width: 280px;
  height: 60px;
  background: #0d567f;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.header__tel:hover {
  opacity: 1;
  transform: none;
}
.header__tel-number {
  font-size: 1.7rem;
  font-weight: 900;
  color: #f3d400;
}
.header__tel-number span {
  font-size: 1.2rem;
  margin-right: 4px;
}
.header__tel-time {
  margin-top: 4px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.header__contact {
  width: 200px;
  height: 60px;
  background: #114b72;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.header__contact:hover {
  opacity: 1;
  transform: none;
}
.header__contact img {
  width: 22px;
  display: block;
}
.header__pc-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.header__pc-nav-list {
  display: flex;
  align-items: center;
  gap: 34px;
}
.header__pc-nav-item a {
  position: relative;
  color: #222;
  font-weight: bold;
  transition: color 0.3s;
}
.header__pc-nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #0d567f;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}
.header__pc-nav-item a:hover::after {
  transform: scaleX(1);
}

.footer {
  overflow: hidden;
}
.footer__top {
  position: relative;
  background: #fff;
  padding: 50px 0 80px;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    padding: 52px 0 70px;
  }
}
.footer__top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 60px;
  background: #0d567f;
  clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 1024px) {
  .footer__top::after {
    height: 92px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
}
.footer__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
  }
}
.footer__logo {
  width: 140px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 128px;
    margin: 0;
  }
}
.footer__logo a {
  transition: none;
}
.footer__logo a:hover {
  opacity: 1;
  transform: none;
}
.footer__logo img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    margin-right: auto;
    margin-left: 55px;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__nav-list {
    flex-direction: row;
    align-items: center;
    gap: 34px;
  }
}
.footer__nav-item a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #666;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .footer__nav-item a {
    font-size: 0.8rem;
  }
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
}
.footer__bottom {
  position: relative;
  background: #0d567f;
  padding: 18px 20px;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    padding: 0 40px 16px;
  }
}
.footer__copyright {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #f3d400;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: right;
  }
}
.footer .footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footer .footer__nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 0;
  }
}
.footer .footer__nav-item {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .footer .footer__nav-item {
    text-align: left;
  }
}
.footer .footer__nav-item a {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.6;
  color: #555;
  transition: 0.3s;
}
.footer .footer__nav-item a:hover {
  color: #0d567f;
}

.l-inner {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-inline: 20px;
}
.l-inner--narrow {
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .l-inner--lower {
    padding-inline: 30px;
  }
}
.l-inner--wide {
  max-width: 1280px;
}
.l-inner--full {
  max-width: 100%;
  padding-inline: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 32px;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #ff9800;
  font-size: 14px;
}
.btn__text {
  color: #fff;
  font-size: 16px;
}
.btn:hover {
  transform: translateY(-2px);
}

/* オレンジボタン */
.btn--primary {
  background-color: #ff9800;
}
.btn--primary:hover {
  background-color: #fb8c00;
}

.cta {
  position: relative;
  margin-top: 80px;
  background: #fff;
}
.cta__wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cta__wrapper {
    max-width: 1100px;
    flex-direction: row;
    transform: translateY(44px);
  }
}
.cta__tel, .cta__mail {
  width: 100%;
  padding: 50px 24px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cta__tel, .cta__mail {
    width: 50%;
    min-height: 198px;
    padding: 38px 20px 34px;
  }
}
.cta__tel {
  background: #0d567f;
}
.cta__mail {
  background: #f3d400;
}
.cta__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .cta__title {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.cta__title--blue {
  color: #0d567f;
}
.cta__tel-link {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}
.cta__tel-label {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .cta__tel-label {
    font-size: 1rem;
  }
}
.cta__tel-number {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .cta__tel-number {
    font-size: 2.5rem;
  }
}
.cta__time {
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
}
.cta__button a {
  width: 100%;
  max-width: 250px;
  min-height: 56px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 900;
  color: #0d567f;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .cta__button a:hover {
    opacity: 0.8;
  }
}
.cta__bg {
  position: relative;
  height: 120px;
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .cta__bg {
    height: 250px;
    margin-top: -44px;
  }
}
.cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cta__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 86, 127, 0.65);
}

.sub-mv {
  position: relative;
  margin-top: 70px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .sub-mv {
    margin-top: 0;
    height: 300px;
  }
}
.sub-mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(13, 86, 127, 0.7);
  z-index: 1;
}
.sub-mv__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sub-mv__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .sub-mv__title {
    font-size: 2rem;
  }
}
.sub-mv--company {
  background-image: url("./assets/images/sub_mv/company-mv.jpg");
}
.sub-mv--contact {
  background-image: url("./assets/images/sub_mv/company-mv.jpg");
}
.sub-mv--policy {
  background-image: url("./assets/images/sub_mv/company-mv.jpg");
}

/* 下からフワッ */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* 背景画像がゆっくり動く */
.cta {
  background-position: center;
  animation: ctaBg 15s linear infinite alternate;
}

@keyframes ctaBg {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
/* ボタンのアニメーション */
a,
button {
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

a:hover,
button:hover {
  transform: translateY(-4px);
}

.mv__image picture {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .mv__image picture {
    margin-top: 0;
  }
}
.mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about {
  position: relative;
  overflow: hidden;
  background: #0d567f;
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .about {
    padding: 120px 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f3d400;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about::before {
    width: 46%;
  }
}
.about::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 104%;
  background: #f3d400;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about::after {
    left: 46%;
    width: 420px;
    height: 970px;
  }
}
.about .l-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .about__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.about__content {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .about__content {
    width: 43%;
    margin-bottom: 0;
  }
}
.about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about__title {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 50px;
  }
}
.about__title img {
  width: 100%;
  max-width: 220px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .about__title img {
    max-width: 250px;
  }
}
.about__title-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: #111;
}
@media screen and (min-width: 1024px) {
  .about__title-text {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.about__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.1;
  color: #111;
}
.about__gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .about__gallery {
    width: 50%;
    gap: 24px;
  }
}
.about__image {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .about__image {
    border-radius: 26px;
  }
}
.about__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.safe {
  background: #f7f6ee;
  padding: 80px 0 100px;
}
.safe .l-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .safe .l-inner {
    padding-inline: 0;
  }
}
.safe__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #0d4d73;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .safe__title {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
  .safe__title .br-sp {
    display: none;
  }
}
.safe__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .safe__cards {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    margin: 0 auto 80px;
  }
}
.safe__card {
  width: 100%;
  padding: 32px 24px;
}
@media screen and (min-width: 1024px) {
  .safe__card {
    width: calc((100% - 20px) / 2);
    max-width: 540px;
    min-height: 390px;
    padding: 32px 38px 30px;
  }
}
.safe__card--blue {
  background: #edf2f7;
}
.safe__card--pink {
  background: #f7ecee;
}
.safe__card-head {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-left: -20px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .safe__card-head {
    display: flex;
    font-size: 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
  }
}
.safe__card-head span {
  color: #d7002a;
  font-size: 1.9rem;
  font-weight: 900;
  margin-right: -20px;
}
@media screen and (min-width: 1024px) {
  .safe__card-head span {
    font-size: 3rem;
    margin-right: -25px;
    line-height: 1;
  }
}
.safe__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .safe__card-body {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: start;
    gap: 30px;
  }
}
.safe__card-image {
  width: 170px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .safe__card-image {
    width: 180px;
  }
}
.safe__card-image img {
  width: 100%;
  display: block;
}
.safe__card-content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .safe__card-content {
    padding-top: 4px;
  }
}
.safe__card-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .safe__card-title {
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 16px;
  }
}
.safe__card-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .safe__card-text {
    text-align: left;
    line-height: 1.9;
    margin-bottom: 18px;
  }
}
.safe__card-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .safe__card-list {
    align-items: flex-start;
  }
}
.safe__card-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.8;
  color: #111;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .safe__card-list li {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.safe__card-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0d567f;
  border-radius: 50%;
}
.safe__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .safe__description {
    max-width: 1050px;
    margin: 0 auto;
    gap: 10px;
  }
}
.safe__description p {
  font-size: 0.95rem;
  line-height: 2;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .safe__description p {
    font-size: 1rem;
    line-height: 2;
  }
}

.reason {
  background: #0d567f;
  padding: 80px 0 100px;
}
.reason .l-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 20px;
}
.reason__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .reason__title {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
  .reason__title .br-sp {
    display: none;
  }
}
.reason__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (min-width: 769px) {
  .reason__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.reason__item {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 24px 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason__item {
    border-radius: 20px;
    padding: 34px 14px 30px;
  }
}
.reason__icon {
  width: 100%;
  height: 110px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .reason__icon {
    height: 130px;
    margin-bottom: 26px;
  }
}
.reason__icon img {
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .reason__icon img {
    max-width: 105px;
    max-height: 105px;
  }
}
.reason__text {
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 769px) {
  .reason__text {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.reason__button {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .reason__button {
    margin-top: 70px;
  }
}
.reason__button a {
  width: 100%;
  max-width: 560px;
  height: 70px;
  margin: 0 auto;
  background: #f3d400;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: #0d567f;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .reason__button a {
    height: 90px;
    border-radius: 24px;
    font-size: 2rem;
  }
}
.reason__button a:hover {
  opacity: 0.8;
}

.instagram {
  background: #f3f3f3;
  padding: 80px 0;
}
.instagram__heading {
  text-align: center;
  margin-bottom: 40px;
}
.instagram__title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #0d567f;
  margin-bottom: 8px;
}
.instagram__sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #666;
}
.instagram__feed {
  width: 100%;
}

.movie {
  background: #0d567f;
  padding: 80px 0 110px;
}
.movie .l-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 20px;
}
.movie__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .movie__heading {
    margin-bottom: 60px;
  }
}
.movie__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .movie__title {
    font-size: 2.5rem;
    margin-bottom: 14px;
  }
}
.movie__sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .movie__sub-title {
    font-size: 1.5rem;
  }
}
.movie__video {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .movie__video {
    max-width: 820px;
  }
}
.movie__video video {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.manager {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .manager {
    padding: 120px 0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}
.manager__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .manager__heading {
    margin-bottom: 70px;
  }
}
.manager__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  color: #111;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .manager__title {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}
.manager__sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .manager__sub-title {
    font-size: 1.5rem;
  }
}
.manager__card {
  background: #0d567f;
  border-radius: 24px;
  padding: 6px;
}
@media screen and (min-width: 1024px) {
  .manager__card {
    padding: 16px;
    width: 100%;
    margin: 0 auto;
  }
}
.manager__inner {
  background: #fff;
  border: 4px solid #f3d400;
  border-radius: 20px;
  padding: 40px 24px;
}
@media screen and (min-width: 1024px) {
  .manager__inner {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 50px;
    border-width: 5px;
  }
}
.manager__image {
  width: 150px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .manager__image {
    width: 290px;
    flex-shrink: 0;
    margin: 0;
  }
}
.manager__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .manager__content {
    flex: 1;
  }
}
.manager__position {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .manager__position {
    text-align: left;
    font-size: 1.2rem;
  }
}
.manager__name {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .manager__name {
    display: flex;
    align-items: baseline;
    gap: 18px;
    text-align: left;
    font-size: 2.3rem;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
}
.manager__name span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .manager__name span {
    margin-top: 0;
    font-size: 0.8rem;
  }
}
.manager__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .manager__info {
    gap: 24px;
  }
}
.manager__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .manager__item {
    align-items: center;
    gap: 20px;
  }
}
.manager__label {
  min-width: 72px;
  height: 38px;
  background: #ff1d1d;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .manager__label {
    min-width: 78px;
    height: 42px;
    font-size: 1rem;
  }
}
.manager__text {
  flex: 1;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .manager__text {
    font-size: 1rem;
  }
}
.manager__message {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .manager__message {
    font-size: 1rem;
  }
}

.company {
  background: #0d567f;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .company {
    padding: 120px 0;
  }
}
.company .l-inner {
  max-width: 100%;
}
.company__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .company__heading {
    margin-bottom: 70px;
  }
}
.company__title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .company__title {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}
.company__sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .company__sub-title {
    font-size: 1.125rem;
  }
}
.company__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .company__wrapper {
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .company__left {
    width: 280px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .company__left {
    width: 410px;
    padding-left: 40px;
  }
}
.company__image {
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 82%, 82% 100%, 0 100%, 0 18%);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company__image {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .company__image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.company__image img {
  width: 100%;
  display: block;
  aspect-ratio: 406/340;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company__button {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .company__button {
    width: 100%;
  }
}
.company__button a {
  width: 100%;
  min-height: 60px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #0d567f;
}
.company__map {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #e5e5e5;
}
@media screen and (min-width: 1024px) {
  .company__map {
    flex: 1;
    height: 405px;
    min-width: 0;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.company-message {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .company-message {
    padding: 120px 0;
  }
}
.company-message__image {
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .company-message__image {
    max-width: 750px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
}
.company-message__image img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .company-message__content {
    max-width: 550px;
    margin: 0 auto;
  }
}
.company-message__content p {
  font-size: 1rem;
  line-height: 2.2;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .company-message__content p {
    font-size: 1rem;
    line-height: 2.4;
    margin-bottom: 36px;
  }
}
.company-message__button {
  margin-top: 60px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .company-message__button {
    margin-top: 80px;
  }
}
.company-message__button a {
  width: 100%;
  max-width: 520px;
  min-height: 78px;
  background: #f3d400;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 900;
  color: #0d567f;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .company-message__button a {
    max-width: 300px;
    min-height: 75px;
    font-size: 1.25rem;
  }
  .company-message__button a:hover {
    opacity: 0.8;
  }
}

.company-profile {
  padding: 0 0 80px 0;
}
@media screen and (min-width: 1024px) {
  .company-profile {
    padding: 0 0 120px 0;
  }
}
.company-profile__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .company-profile__heading {
    margin-bottom: 70px;
  }
}
.company-profile__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  color: #0d567f;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .company-profile__title {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}
.company-profile__sub-title {
  font-size: 1rem;
  font-weight: bold;
  color: #0d567f;
}
@media screen and (min-width: 1024px) {
  .company-profile__sub-title {
    font-size: 1.5rem;
  }
}
.company-profile__table-wrap {
  overflow-x: auto;
}
.company-profile__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .company-profile__table {
    table-layout: fixed;
    max-width: 900px;
    margin: 0 auto;
  }
}
.company-profile__table tr {
  border-bottom: 1px solid #d8d8d8;
}
.company-profile__table tr:first-child {
  border-top: 1px solid #d8d8d8;
}
.company-profile__table th,
.company-profile__table td {
  padding: 18px 16px;
  font-size: 0.95rem;
  line-height: 1.8;
  border: 1px solid #d8d8d8;
}
@media screen and (min-width: 1024px) {
  .company-profile__table th,
  .company-profile__table td {
    padding: 24px 30px;
    font-size: 1rem;
  }
}
.company-profile__table th {
  width: 120px;
  background: #eef1f2;
  color: #0d567f;
  font-weight: 900;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .company-profile__table th {
    width: 240px;
  }
}
.company-profile__table td {
  background: #fff;
  color: #333;
}

.contact-form {
  padding: 80px 0 120px;
}
@media screen and (min-width: 1024px) {
  .contact-form {
    padding: 120px 0 180px;
  }
}
.contact-form .l-inner--narrow {
  max-width: 760px;
}
@media screen and (min-width: 1024px) {
  .contact-form .l-inner--narrow {
    margin: 0 auto;
  }
}
.contact-form__lead {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .contact-form__lead {
    font-size: 1rem;
    margin-bottom: 90px;
  }
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 1024px) {
  .contact-form__form {
    gap: 42px;
  }
}
.contact-form__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
.contact-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 900;
  color: #111;
}
@media screen and (min-width: 1024px) {
  .contact-form__label {
    font-size: 1.05rem;
  }
}
.contact-form__label span {
  color: #ff0000;
  font-size: 0.9rem;
  font-weight: bold;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  padding: 0 18px;
  font-size: 1rem;
  transition: 0.3s;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #0d567f;
  box-shadow: 0 0 0 3px rgba(13, 86, 127, 0.1);
}
.contact-form__input {
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .contact-form__input {
    height: 50px;
  }
}
.contact-form__textarea {
  height: 220px;
  resize: vertical;
  padding-top: 16px;
}
@media screen and (min-width: 1024px) {
  .contact-form__textarea {
    height: 260px;
  }
}
.contact-form__button {
  text-align: center;
}
.contact-form__button .wpcf7-submit {
  width: 100%;
  max-width: 370px;
  height: 72px;
  border: none;
  margin: 40px auto 0 auto;
  background: #f5a300;
  border-radius: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form__button .wpcf7-submit:hover {
  opacity: 0.8;
}
.contact-form .wpcf7-spinner {
  display: none;
}

.policy {
  padding: 80px 0 50px;
}
@media screen and (min-width: 1024px) {
  .policy {
    padding: 120px 0 180px;
  }
}
.policy .l-inner--narrow {
  max-width: 920px;
}
.policy__block {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .policy__block {
    margin-bottom: 60px;
  }
}
.policy__title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .policy__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.policy__text {
  font-size: 1rem;
  line-height: 2.2;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .policy__text {
    font-size: 1rem;
    line-height: 2.4;
  }
}
.policy__company {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .policy__company {
    margin-top: 90px;
  }
}
.policy__company-name {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .policy__company-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.policy__company-text {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .policy__company-text {
    font-size: 1.05rem;
  }
}/*# sourceMappingURL=style.css.map */