@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  word-break: break-all;
  font-size: 10px;
  scroll-behavior: smooth; /* クリック時のスムーススクロール（JSでも良い） */
}
@media (max-width: 1060px) and (min-width: 768px) {
  html {
    font-size: 0.9433962264vw;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

a::after {
  content: none !important;
}

a::before {
  content: none !important;
}

/*! destyle.css v4.0.0 | 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;
}

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

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

/* ヘッダー */
body {
  /* ローダーの背景全体 */
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* スピナー */
  /* 回転アニメーション */
}
body #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
  opacity: 1;
  pointer-events: auto;
}
body #loader.fadeout {
  opacity: 0;
  pointer-events: none;
}
body .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body header {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
  width: 100%;
}
@media (max-width: 767px) {
  body header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: none;
  }
}
@media (min-width: 768px) {
  body header .hand {
    display: none;
  }
}
@media (max-width: 767px) {
  body header .hand {
    height: min(17.0666666667vw, 64px);
  }
}
body header .header-inner {
  padding: 20px;
  height: min(5.5555555556vw, 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body header .header-inner {
    height: min(16vw, 60px);
    padding: 0;
    width: 100%;
  }
}
body header .header-inner__logo {
  width: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  body header .header-inner__logo {
    width: min(13.3333333333vw, 50px);
    margin-left: min(2.6666666667vw, 10px);
    display: flex;
  }
}
@media (max-width: 767px) {
  body header .header-inner__navi {
    display: none;
  }
}
body header .header-inner__navi ul {
  display: flex;
}
body header .header-inner__navi ul li {
  margin-right: 20px;
  margin-right: min(1.8518518519vw, 20px);
}
body header .header-inner__navi ul li span {
  color: #fff;
  color: #0a3d62;
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
}
body header .header-inner__navi ul li::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #0a3d62;
  transition: width 0.3s;
}
body header .header-inner__navi ul li:hover::after {
  width: 100%;
}
body header .header-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #0a3d62;
}
@media (max-width: 767px) {
  body header .header-inner::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body header {
    /*ハンバーガーメニュークリック時×の表示*/
  }
  body header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body header .header_inner {
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  body header .header_inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body header .header_inner h1 {
    width: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body header .header_inner h1 {
    width: 50px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body header .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.2rem;
    height: 6rem;
    background-color: #fff;
    cursor: pointer;
    z-index: 999999;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body header .hamburger-menu {
    width: min(19.2vw, 72px);
    height: min(16vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  body header .hamburger-menu_line {
    display: block;
    width: 44%;
    height: 0.4rem;
    border-radius: 0.4rem;
    background-color: #0a3d62;
    position: relative;
    transition: all 0.5s;
  }
  body header .hamburger-menu_line::before,
  body header .hamburger-menu_line::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.4rem;
    background-color: #0a3d62;
    position: absolute;
    transition: all 0.5s;
  }
  body header .hamburger-menu_line::before {
    transform: translateY(-10px);
  }
  body header .hamburger-menu_line::after {
    transform: translateY(10px);
  }
  body header .hamburger-menu.open .hamburger-menu_line {
    background-color: transparent;
  }
  body header .hamburger-menu.open .hamburger-menu_line::before {
    transform: rotate(45deg);
  }
  body header .hamburger-menu.open .hamburger-menu_line::after {
    transform: rotate(-45deg);
  }
  body header .nav-sp {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -50rem;
    width: 350px;
    height: 100vh;
    padding: 5rem 2rem 5rem;
    background-color: #f0f0f0;
    text-align: left;
    transition: right 0.5s;
  }
  body header .nav-sp .nav-line,
  body header .nav-sp .nav-x,
  body header .nav-sp .nav-insta,
  body header .nav-sp .nav-17 {
    width: 60px;
  }
  body header .nav-sp li:hover {
    background: #0a3d62;
  }
  body header .nav-sp a {
    display: inline-block;
    padding: 3rem 0 1rem 2rem;
    text-decoration: none;
    color: #080855;
    font-weight: bold;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body header .nav-sp a {
    font-size: min(4.2666666667vw, 16px);
    padding: 3rem 0 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  body header .nav-sp a:hover {
    color: #fff;
  }
  body header .nav-sp.open {
    right: 0;
  }
}
body header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* フッター */
footer {
  background-color: #0a3d62;
  padding: 20px;
  text-align: center;
  padding: min(3.7037037037vw, 40px) min(1.8518518519vw, 20px);
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  footer {
    padding: 30px;
  }
}
footer .footer-inner {
  max-width: 900px;
  margin: 0 auto;
}
footer .footer-inner .footer-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-wrapper {
    width: 90%;
    margin: 0 auto 20px;
    align-items: flex-start;
  }
}
footer .footer-inner .footer-wrapper__left {
  width: 40%;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-wrapper__left {
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
footer .footer-inner .footer-wrapper__left .footer-logo {
  width: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  footer .footer-inner .footer-wrapper__left .footer-logo {
    width: min(13.3333333333vw, 50px);
  }
}
footer .footer-inner .footer-wrapper__right {
  flex: 1;
}
footer .footer-inner .footer-wrapper__right ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-wrapper__right ol {
    width: 70%;
    margin: 0 10px 0 auto;
    justify-content: center;
    display: block;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-wrapper__right ol li {
    margin-bottom: 10px;
    text-align: left;
  }
}
footer .footer-inner .footer-wrapper__right ol li a {
  color: #fff;
}
footer p {
  color: #fff;
}
@media (max-width: 767px) {
  footer p {
    padding-bottom: min(2.6666666667vw, 10px);
    font-size: min(3.2vw, 12px);
  }
}
footer a {
  color: #fff;
}

.main-eigo {
  height: 100vh;
  padding: min(4.6296296296vw, 50px) 2rem 2rem;
}
@media (max-width: 767px) {
  .main-eigo {
    height: 110vh;
  }
}
@media (min-width: 768px) {
  .main-eigo .title-sp {
    display: none;
  }
}
.main-eigo .fv-wrap {
  padding: 4rem 0rem;
}
.main-eigo .fv {
  width: min(92vw, 1200px);
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  -moz-column-gap: min(1.8518518519vw, 20px);
       column-gap: min(1.8518518519vw, 20px);
  position: relative;
}
@media (max-width: 767px) {
  .main-eigo .fv {
    display: block;
    margin-top: min(2.6666666667vw, 10px);
    width: 100%;
    max-width: 300px;
  }
}
.main-eigo .fv__title {
  padding-bottom: min(2.7777777778vw, 30px);
}
.main-eigo .fv__title h1 {
  text-align: center;
}
.main-eigo .fv__title h1 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  color: #0a3d62;
}
@media (max-width: 767px) {
  .main-eigo .fv__title h1 {
    font-size: min(5.3333333333vw, 20px);
    white-space: nowrap;
  }
}
.main-eigo .fv__title p {
  text-align: center;
}
@media (max-width: 767px) {
  .main-eigo .fv__title p {
    font-size: min(3.7333333333vw, 14px);
  }
}
.main-eigo .fv__left {
  width: 50%;
}
@media (max-width: 767px) {
  .main-eigo .fv__left {
    width: 100%;
    margin: 0 auto;
  }
}
.main-eigo .fv__img {
  width: min(46.2962962963vw, 500px);
  margin: 0 0 0 auto;
  border: solid 2px #0a3d62;
}
@media (max-width: 767px) {
  .main-eigo .fv__img {
    margin: 0 auto;
    width: 90%;
  }
}
.main-eigo .fv__img img {
  width: 100%;
}
.main-eigo .fv__right {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .main-eigo .fv__right {
    width: 90%;
    margin: 0 auto;
  }
}
.main-eigo .fv__right .right-inner {
  width: 90%;
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner {
    width: 100%;
  }
}
.main-eigo .fv__right .right-inner__pro {
  max-width: 1100px;
  width: 70%;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner__pro {
    padding-bottom: 2rem;
  }
}
.main-eigo .fv__right .right-inner__pro span {
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner__pro span {
    font-size: min(3.2vw, 12px);
  }
}
.main-eigo .fv__right .right-inner__mess {
  display: flex;
  margin-bottom: 50px;
  margin-bottom: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner__mess {
    margin-bottom: 0;
  }
}
.main-eigo .fv__right .right-inner__mess span {
  font-size: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner__mess span {
    font-size: min(3.4666666667vw, 13px);
  }
}
.main-eigo .fv__right .right-inner__info {
  max-width: 1100px;
  width: 70%;
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner__info {
    text-align: center;
  }
}
.main-eigo .fv__right .right-inner__info a {
  display: flex;
  position: absolute;
}
.main-eigo .fv__right .right-inner__info a span {
  border-bottom: solid #0a3d62 1px;
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner__info a span {
    font-size: min(3.2vw, 12px);
  }
}
.main-eigo .fv__right .right-inner__info a .jump {
  width: 30px;
}
.main-eigo .fv__right .right-inner .moto {
  position: absolute;
  bottom: -50px;
}
@media (max-width: 767px) {
  .main-eigo .fv__right .right-inner .moto {
    font-size: min(3.2vw, 12px);
  }
}
.main-eigo .fv-return {
  text-align: center;
  margin-top: min(2.7777777778vw, 30px);
  padding-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .main-eigo .fv-return {
    top: min(13.3333333333vw, 50px);
    padding-bottom: min(8vw, 30px);
  }
}
@media (max-width: 767px) {
  .main-eigo .fv-return .back {
    font-size: min(3.7333333333vw, 14px);
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

main .page-contact-inner {
  background: rgb(236, 236, 236);
  padding: 20px;
}
main .page-contact-inner__ttl h1 {
  font-size: min(2.7777777778vw, 30px);
  margin-top: min(2.7777777778vw, 30px);
  font-weight: bold;
  text-align: center;
  color: #0a3d62;
}
@media (max-width: 767px) {
  main .page-contact-inner__ttl h1 {
    font-size: min(6.4vw, 24px);
  }
}
main .page-contact-inner__form-info h2 {
  font-size: min(1.8518518519vw, 20px);
  text-align: center;
}
@media (max-width: 767px) {
  main .page-contact-inner__form-info h2 {
    font-size: min(4.2666666667vw, 16px);
  }
}
main .page-contact-inner .contact-line {
  display: flex;
  align-items: center;
  width: min(46.2962962963vw, 500px);
  height: min(5.5555555556vw, 60px);
  background: rgba(10, 61, 98, 0.6);
  transition: 0.3s all;
  margin: 0 auto min(2.7777777778vw, 30px);
  border-radius: 10px;
}
@media (max-width: 767px) {
  main .page-contact-inner .contact-line {
    width: 90%;
    height: min(13.3333333333vw, 50px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
main .page-contact-inner .contact-line .url-img {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .page-contact-inner .contact-line .url-img img {
  width: min(3.2407407407vw, 35px);
  height: min(3.2407407407vw, 35px);
}
@media (max-width: 767px) {
  main .page-contact-inner .contact-line .url-img img {
    width: min(8vw, 30px);
    height: auto;
  }
}
main .page-contact-inner .contact-line a {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  width: 100%;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  main .page-contact-inner .contact-line a {
    font-size: min(4.2666666667vw, 16px);
    margin-left: min(2.6666666667vw, 10px);
  }
}
main .page-contact-inner .contact-line:hover {
  scale: 105%;
  background: rgb(10, 61, 98);
}
main .page-contact-inner__tel {
  width: 90%;
  margin: 0 auto min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  main .page-contact-inner__tel {
    width: min(80vw, 300px);
  }
}
main .page-contact-inner__tel .contact-info {
  width: min(46.2962962963vw, 500px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .page-contact-inner__tel .contact-info {
    width: 100%;
  }
}
main .page-contact-inner__tel .contact-info li:nth-of-type(1) {
  font-size: min(2.7777777778vw, 30px);
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  color: #333;
}
@media (max-width: 767px) {
  main .page-contact-inner__tel .contact-info li:nth-of-type(1) {
    font-size: min(5.3333333333vw, 20px);
  }
}
main .page-contact-inner__tel .contact-info li:nth-of-type(2) {
  font-size: min(1.6666666667vw, 18px);
  text-align: center;
  margin-bottom: min(0.9259259259vw, 10px);
}
main .page-contact-inner__tel .contact-info li:nth-of-type(2) a {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
}
@media (max-width: 767px) {
  main .page-contact-inner__tel .contact-info li:nth-of-type(2) a {
    font-size: min(6.4vw, 24px);
  }
}
main .page-contact-inner__tel .contact-info li:nth-of-type(3) {
  text-align: center;
}
main .page-contact-inner__tel .contact-info li:nth-of-type(3) p {
  text-align: left;
  white-space: nowrap;
  padding-left: min(2.7777777778vw, 30px);
  font-size: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  main .page-contact-inner__tel .contact-info li:nth-of-type(3) p {
    font-size: min(3.2vw, 12px);
    white-space: normal;
  }
}
main .page-contact-inner .home-btn {
  text-align: center;
  margin-bottom: min(2.7777777778vw, 30px);
}
main .page-contact-inner .home-btn .home {
  font-size: min(1.8518518519vw, 20px);
  border-bottom: solid #333 1px;
}
@media (max-width: 767px) {
  main .page-contact-inner .home-btn .home {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(8vw, 30px);
  }
}

form {
  padding: 0 min(2.2222222222vw, 24px) min(7.4074074074vw, 80px);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  form {
    padding-bottom: min(16vw, 60px);
    font-size: min(4.2666666667vw, 16px);
  }
}
form .wpcf7-response-output {
  color: red;
  font-weight: bold;
  text-align: center;
}

.contact-contents__items {
  max-width: 880px;
  margin: min(2.7777777778vw, 30px) auto 0;
}
.contact-contents__items h1 {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  text-align: center;
}

.contact-contents__item, .contact-contents__item--required {
  display: flex;
}
.contact-contents__item:not(:first-child), .contact-contents__item--required:not(:first-child) {
  margin-top: min(3.7037037037vw, 40px);
}

.contact-contents__item:nth-last-of-type(3) .contact-contents__item-input--text, .contact-contents__item--required:nth-last-of-type(3) .contact-contents__item-input--text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: min(1.4814814815vw, 16px);
  padding: 5px 5px;
  width: 75%;
}
@media (max-width: 767px) {
  .contact-contents__item:nth-last-of-type(3) .contact-contents__item-input--text, .contact-contents__item--required:nth-last-of-type(3) .contact-contents__item-input--text {
    width: 100%;
    font-size: min(4.2666666667vw, 16px);
  }
}

@media (max-width: 767px) {
  .contact-contents__item--required .contact-contents__item-title {
    width: min(40vw, 150px);
  }
}
.contact-contents__item--required .contact-contents__item-title label {
  position: relative;
  font-size: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  .contact-contents__item--required .contact-contents__item-title label {
    font-size: min(4.2666666667vw, 16px);
  }
}
.contact-contents__item--required .contact-contents__item-title label::after {
  position: absolute;
  content: "必須";
  top: 30px;
  left: 0;
  font-size: 12px;
  background: #f4b9c5;
  color: #ffffff;
  width: 40px;
  text-align: center;
}

.contact-contents__item-title {
  width: min(18.5185185185vw, 200px);
}
.contact-contents__item-title label {
  width: auto;
}

.contact-contents__item-title .tel-must::after {
  display: none;
}

.contact-contents__item-input--text {
  width: calc(100% - 160px);
  margin: 0;
}
.contact-contents__item-input--text p .wpcf7-not-valid-tip {
  color: red;
}

.contact-contents__item-textarea {
  width: calc(100% - 160px);
  margin: 0 !important;
}
.contact-contents__item-textarea p .wpcf7-not-valid-tip {
  color: red;
}

.contact-contents__submit {
  margin: 40px auto 0;
  text-align: center;
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 5px 5px;
  width: 75%;
}
input[type=text]:focus, input[type=text]:hover, input[type=email]:focus, input[type=email]:hover, input[type=tel]:focus, input[type=tel]:hover {
  border: 1px solid #f4b9c5;
  box-shadow: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 300px;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus, textarea:hover {
  border: 1px solid #f4b9c5;
  box-shadow: none;
  outline: none;
}

input.contact-contents__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #a2d8ff;
  background-image: none;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  width: min(37.037037037vw, 400px);
  height: min(4.6296296296vw, 50px);
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 5px;
  transition: all 0.5s;
  font-family: inherit;
}
@media (max-width: 767px) {
  input.contact-contents__btn {
    width: 100%;
    height: min(10.6666666667vw, 40px);
    font-size: min(3.7333333333vw, 14px);
  }
}
input.contact-contents__btn:hover, input.contact-contents__btn:focus {
  outline: none;
  color: #ffffff;
  background-color: #0a3d62;
}
input.contact-contents__btn::-moz-focus-inner {
  border: none;
  padding: 0;
}

input.contact-contents__btn:hover {
  background-color: #0a3d62;
  color: #fff;
}

.screen-reader-response {
  display: none;
}

@media (max-width: 767px) {
  .contact-contents__items {
    margin-top: 40px;
  }
  .contact-contents__item, .contact-contents__item--required {
    display: block;
  }
  .contact-contents__item--required .contact-contents__item-title label::after {
    top: 50%;
    left: auto;
    right: -50px;
    transform: translateY(-50%);
  }
  .contact-contents__item-input--text {
    margin-top: 5px;
    width: 100%;
  }
  .contact-contents__item-textarea {
    margin-top: 20px;
    width: 100%;
  }
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
  }
}
.name-card {
  background-color: rgba(10, 61, 98, 0.1);
  justify-content: center;
  align-items: center;
}
.name-card__title {
  padding: 100px 20px;
  text-align: center;
}
.name-card__title h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #0a3d62;
}
@media (max-width: 767px) {
  .name-card__title h2 {
    color: aqua;
  }
}
.name-card__title p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.name-card__box {
  display: none;
}
.name-card__return {
  text-align: center;
}

/* ベース設定 */
img {
  width: 100%;
}

a {
  color: #0a3d62;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}

.sec-hero {
  position: relative;
  min-height: 100vh;
}

/* header/footer を見た目だけ非表示にする */
.no-header-footer header,
.no-header-footer footer,
.no-header-footer .site-header,
.no-header-footer .site-footer {
  display: none !important;
}

/* 固定ヘッダー分の余白も消す */
.no-header-footer main {
  padding-top: 0 !important;
}

/* メインセクション */
main {
  /* 自己紹介 */
  /* サービス紹介 */
  /*制作の流れ*/
  /* CSS */
  /* 口コミ */
  /* ▼ 下から“ふわっ”の共通ルール */
  /* 表示後（ふわっと完了） */
  /* 動きが苦手な方への配慮 */
}
main .hero {
  position: relative;
  height: min(69.4444444444vw, 750px);
  height: 85vh;
  font-size: min(5.3333333333vw, 20px);
}
@media (max-width: 767px) {
  main .hero {
    height: min(192vw, 780px);
  }
}
main .hero .hero-content {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  /* 斜めの白パネルは背面に敷く */
  /* ふわっと演出用：初期は見えない＆少し下から */
  /* 交差観測で見えたら最終状態へ */
}
@media (max-width: 767px) {
  main .hero .hero-content {
    overflow: visible;
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
main .hero .hero-content .fv-wrap {
  width: 65%;
  height: 100%;
  z-index: 10;
  position: relative;
  background: transparent;
  /* 縦がかなり浅いときの保険（任意） */
  /* 表示時：Xのオフセットだけ0にする（Yは常に-50%で固定） */
  /* SP表示時：元の位置へ（水平のみ） */
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap {
    width: 100%;
  }
}
main .hero .hero-content .fv-wrap .content-info-pc {
  /* 横位置はキープ */
  position: absolute;
  left: 50%;
  top: 40%;
  /* ここ重要：初期も中央基点。Xだけちょい左へ */
  width: min(46.2962962963vw, 600px);
  padding-bottom: clamp(16px, 4vh, 32px);
  box-sizing: border-box;
  /* 3段グリッド：上=コピー群 → 中=可変 → 下=ボタン */
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  min-height: 0; /* グリッド内のはみ出し防止 */
  padding-top: min(1.8518518519vw, 20px);
  opacity: 0;
  transform: translateX(calc(-50% - 24px)) translateY(-50%);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-pc {
    display: none;
  }
}
main .hero .hero-content .fv-wrap .content-info-pc__copy01 {
  font-size: min(2.5925925926vw, 28px);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: min(1.8518518519vw, 20px);
}
main .hero .hero-content .fv-wrap .content-info-pc__copy02 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  color: #053490;
}
main .hero .hero-content .fv-wrap .content-info-pc__copy03 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  color: #053490;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-pc__copy03 {
    font-size: min(5.3333333333vw, 20px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .hero .hero-content .fv-wrap .content-info-pc__copy003 {
  position: absolute;
  top: min(18.5185185185vw, 200px);
  left: min(-1.8518518519vw, -20px);
  width: min(78.7037037037vw, 850px);
  height: min(16.6666666667vw, 180px);
  z-index: 99;
}
main .hero .hero-content .fv-wrap .content-info-pc__copy003 .copy-003-inner {
  height: 100%;
  position: relative;
}
main .hero .hero-content .fv-wrap .content-info-pc__copy003 .copy-003-inner .img-003 {
  height: 100%;
}
main .hero .hero-content .fv-wrap .content-info-pc__copy04 {
  font-size: min(2.1296296296vw, 23px);
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  top: min(9.2592592593vw, 100px);
  left: min(5.5555555556vw, 60px);
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap {
  position: absolute;
  top: min(34.2592592593vw, 370px);
  /* 最下段のボタンは常に下端に配置 */
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap__copy05 {
  white-space: nowrap;
  margin-bottom: 10px;
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap .hero-buttons {
  align-self: end; /* ← gridの最下段・下寄せ */
  justify-self: start;
  display: inline-flex;
  justify-content: center;
  gap: min(1.1111111111vw, 12px);
  padding: clamp(10px, 1.6vh, 12px) clamp(16px, 2.2vw, 22px);
  border-radius: 10px;
  background: #053490;
  box-shadow: 4px 4px 4px #666;
  width: min(33.3333333333vw, 360px);
  height: auto;
  transition: all 0.6s;
  will-change: opacity, transform;
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap .hero-buttons a {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: clamp(14px, 2.2vh, 20px);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap .hero-buttons:hover {
  background: #fff;
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap .hero-buttons:hover a {
  color: #053490;
}
main .hero .hero-content .fv-wrap .content-info-pc .cointent-info-pc-wrap .fv-wrap__info h1 {
  font-size: clamp(34px, 8vh, 80px);
  font-size: min(7.4074074074vw, 80px);
  line-height: 1;
  color: #053490;
  font-weight: 700;
}
@media (max-height: 700px) {
  main .hero .hero-content .fv-wrap .fv-wrap .content-info-pc {
    row-gap: clamp(6px, 1.2vh, 14px);
    padding-top: clamp(32px, 7vh, 64px);
  }
}
@media (max-height: 600px) {
  main .hero .hero-content .fv-wrap {
    /* 説明行を間引き */
  }
  main .hero .hero-content .fv-wrap .fv-wrap .content-info-pc__copy04 {
    display: none;
  }
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp {
    width: min(64vw, 240px);
    width: 80%;
    position: absolute;
    top: -30%;
    left: 8%;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 500ms ease-out, transform 500ms ease-out;
    will-change: opacity, transform;
  }
}
@media (min-width: 768px) {
  main .hero .hero-content .fv-wrap .content-info-sp {
    display: none;
  }
}
main .hero .hero-content .fv-wrap .content-info-sp .copy-wrap {
  width: min(80vw, 300px);
  background: rgba(0, 39, 116, 0.5);
  background: rgba(255, 255, 255, 0.8);
}
main .hero .hero-content .fv-wrap .content-info-sp__copy01 {
  font-size: min(3.7333333333vw, 14px);
  margin-bottom: min(5.3333333333vw, 20px);
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp__copy01 {
    white-space: nowrap;
    font-size: min(4.8vw, 18px);
    font-weight: bold;
    padding: min(2.6666666667vw, 10px);
    margin-bottom: min(13.3333333333vw, 50px);
    color: #fff;
    color: #002774;
  }
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp__copy03 {
    white-space: nowrap;
    font-size: min(5.3333333333vw, 20px);
    font-weight: bold;
    color: #002774;
    margin-bottom: 20px;
  }
}
main .hero .hero-content .fv-wrap .content-info-sp__copy003 {
  position: absolute;
  top: min(48vw, 180px);
  width: min(85.3333333333vw, 320px);
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp__copy003 {
    top: min(60vw, 225px);
  }
}
main .hero .hero-content .fv-wrap .content-info-sp__copy003 .copy-003-inner {
  position: relative;
}
main .hero .hero-content .fv-wrap .content-info-sp__copy003 .copy-003-inner .img-sp003 {
  top: min(9.8666666667vw, 37px);
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp__copy003 .copy-003-inner__copy04 {
    position: absolute;
    top: 42px;
    top: min(11.2vw, 42px);
    left: 53%;
    transform: translateX(-50%);
    font-size: min(3.7333333333vw, 14px);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    width: min(74.6666666667vw, 280px);
    margin-bottom: 10px;
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp__copy05 {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(5.3333333333vw, 20px);
    margin-top: min(21.3333333333vw, 80px);
  }
}
main .hero .hero-content .fv-wrap .content-info-sp .fv-wrap__info-sp {
  width: min(53.3333333333vw, 200px);
}
main .hero .hero-content .fv-wrap .hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(37.037037037vw, 400px);
  height: min(4.6296296296vw, 50px);
  border-radius: 10px;
  background: #053490;
  box-shadow: 4px 4px 4px #666;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .hero-buttons {
    width: 105%;
    height: min(13.3333333333vw, 50px);
  }
}
main .hero .hero-content .fv-wrap .hero-buttons a {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .hero-buttons a {
    font-size: min(5.3333333333vw, 20px);
  }
}
main .hero .hero-content .fv-wrap .hero-buttons:hover {
  background: #fff;
  color: #053490;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .lead-mini {
    font-size: min(5.3333333333vw, 20px);
    font-weight: bold;
    color: #053490;
  }
}
main .hero .hero-content .fv-wrap__info {
  width: min(33.3333333333vw, 360px);
}
main .hero .hero-content .fv-wrap .content-info-pc.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}
main .hero .hero-content .fv-wrap .content-info-sp.is-visible {
  opacity: 1;
  transform: none;
}
main .hero .hero-content::before {
  content: "";
  width: 65%;
  position: absolute;
  inset: 0; /* fv-wrap 全体を覆う */
  background: #fff;
  z-index: 9; /* テキストの背面に */
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  main .hero .hero-content::before {
    display: none;
  }
}
main .hero .hero-content .image-wrap-pc {
  position: absolute;
  top: -2px;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  margin-top: 0;
  opacity: 0.6;
}
main .hero .hero-content .image-wrap-pc img {
  height: 100%;
  width: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
@media (max-width: 767px) {
  main .hero .hero-content .image-wrap-pc {
    display: none;
  }
}
main .hero .hero-content .image-wrap-pc {
  opacity: 0; /* 最初は透明 */
  transition: opacity 2000ms ease, transform 2000ms ease;
}
main .hero .hero-content .image-wrap-pc.is-visible {
  opacity: 0.8; /* .image-wrap-pc の最終不透明度に合わせる */
  transform: none;
}
@media (max-width: 767px) {
  main .hero .hero-content .image-wrap-sp {
    width: 100%;
    height: min(101.3333333333vw, 380px);
    opacity: 0; /* 最初は透明 */
    transition: opacity 2000ms ease, transform 2000ms ease;
  }
}
@media (min-width: 768px) {
  main .hero .hero-content .image-wrap-sp {
    display: none;
  }
}
main .hero .hero-content .image-wrap-sp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
main .hero .hero-content .image-wrap-sp.is-visible {
  opacity: 1; /* .image-wrap-pc の最終不透明度に合わせる */
  transform: none;
}
main section h2 {
  color: #0a3d62;
  border-left: 5px solid #0a3d62;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main section h2 {
    font-size: min(5.3333333333vw, 20px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .profile {
  padding: 100px 20px;
  min-height: auto;
  position: relative;
  opacity: 0;
  transform: translate(0, 10rem);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  main .profile {
    padding-top: min(13.3333333333vw, 50px);
    padding-bottom: min(16vw, 60px);
  }
}
main .profile .profile-inner {
  gap: 30px;
}
main .profile .profile-inner__info {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: min(2.3148148148vw, 25px);
}
main .profile .profile-inner__box {
  width: min(83.3333333333vw, 900px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .profile .profile-inner__box {
    width: 90%;
  }
}
main .profile .profile-inner__box .box-container {
  display: flex;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  main .profile .profile-inner__box .box-container {
    display: block;
  }
}
main .profile .profile-inner__box .box-container .inner-img {
  width: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  main .profile .profile-inner__box .box-container .inner-img {
    justify-content: center;
    width: 100%;
    margin: 0 auto min(5.3333333333vw, 20px);
  }
}
main .profile .profile-inner__box .box-container .inner-img .img-wrapper {
  width: 160px;
  width: min(14.8148148148vw, 160px);
}
@media (max-width: 767px) {
  main .profile .profile-inner__box .box-container .inner-img .img-wrapper {
    width: 120px;
    width: min(32vw, 120px);
  }
}
main .profile .profile-inner__box .box-container .inner-img .img-wrapper img {
  width: 100%;
}
main .profile .profile-inner__box .box-container .inner-info {
  flex: 1;
  display: flex;
  align-items: center;
}
main .profile .profile-inner__box .box-container .inner-info__dater {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .profile .profile-inner__box .box-container .inner-info__dater {
    width: 100%;
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .profile .profile-inner__box .box-container .inner-info__dater h3 {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
}
@media (max-width: 767px) {
  main .profile .profile-inner__box .box-container .inner-info__dater h3 {
    font-size: min(5.3333333333vw, 20px);
  }
}
main .profile .profile-inner__box .box-container .inner-info__dater p {
  width: 100%;
  font-size: min(1.4814814815vw, 16px);
}
@media (max-width: 767px) {
  main .profile .profile-inner__box .box-container .inner-info__dater p {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media (max-width: 767px) {
  main .profile .profile-inner__box span {
    font-size: 14px;
  }
}
main .profile .profile-inner__box .syu-name {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
main .profile .profile-inner__box p {
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 40em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .profile .profile-inner__box p {
    width: 100%;
  }
}
main .profile img {
  width: min(16.6666666667vw, 180px);
  border-radius: 50%;
  border: 3px solid rgb(10, 61, 98);
}
main .profile-text {
  flex: 1;
  min-width: 250px;
}
main .profile::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: repeating-linear-gradient(to right, #0a3d62, #0a3d62 8px, transparent 8px, transparent 16px);
}
@media (max-width: 767px) {
  main .profile::before {
    top: 0;
  }
}
main .profile.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
main .services {
  min-height: auto;
  background-color: rgba(10, 61, 98, 0.1);
}
main .services .services-inner {
  padding: clamp(40px, 5vw, 80px) 20px;
  gap: 20px;
  margin: 0 auto;
}
main .services .services-inner__info {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  main .services .services-inner__info .accordion-toggle {
    display: none;
  }
}
main .services .services-inner__cards {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
main .services .services-inner__cards .service-card {
  width: min(27.7777777778vw, 300px);
  height: min(4.6296296296vw, 50px);
  border-radius: min(4.6296296296vw, 50px);
  margin: 0 auto min(1.8518518519vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  main .services .services-inner__cards .service-card {
    width: min(80vw, 300px);
    height: min(80vw, 300px);
    border-radius: min(13.3333333333vw, 50px);
    margin: 0 auto min(5.3333333333vw, 20px);
    background-color: pink;
  }
}
main .services .services-inner__cards .service-card span {
  color: #fff;
  font-size: min(4.2666666667vw, 16px);
}
@media (max-width: 767px) {
  main .services .services-inner .service-card:nth-of-type(1) .card-cont .app {
    margin-bottom: min(4vw, 15px);
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  main .services .services-inner .service-card:nth-of-type(2) .card-cont .app {
    margin-bottom: min(6.6666666667vw, 25px);
  }
}
@media (max-width: 767px) {
  main .services .services-inner .service-card:nth-of-type(4) .card-cont .app {
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .flow {
  min-height: auto;
}
main .flow .flow-inner {
  padding: clamp(40px, 5vw, 80px) 20px;
  margin: 0 auto;
}
main .flow .flow-inner__info {
  display: flex;
  justify-content: center;
  width: 100%;
}
main .flow .flow-inner__info .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
main .flow .flow-inner__info .toggle-icon {
  font-size: 1.5em;
  margin-left: 10px;
}
main .flow .flow-inner .service-i {
  margin-bottom: 0;
}
main .flow .flow-inner p {
  text-align: center;
  margin-bottom: min(1.1111111111vw, 12px);
}
@media (max-width: 767px) {
  main .flow .flow-inner p {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
main .flow .flow-inner__cards {
  border-radius: 10px;
  text-align: center;
  width: min(64.8148148148vw, 700px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards {
    width: auto;
    margin-bottom: min(3.2vw, 12px);
  }
}
main .flow .flow-inner__cards .card {
  width: min(37.037037037vw, 400px);
  width: 100%;
  height: min(16.6666666667vw, 180px);
  border: #0a3d62 solid 1px;
  margin: 0 auto min(1.8518518519vw, 20px);
  padding: min(1.3888888889vw, 15px) min(1.8518518519vw, 20px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(1.8518518519vw, 20px);
       column-gap: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card {
    width: min(80vw, 300px);
    height: min(90.6666666667vw, 340px);
    display: block;
    padding: 15px 20px;
    margin-bottom: 0;
  }
}
main .flow .flow-inner__cards .card .card-image {
  width: 27%;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-image {
    width: min(34.6666666667vw, 130px);
    margin: 0 auto min(1.3333333333vw, 5px);
  }
}
main .flow .flow-inner__cards .card .card-image img {
  margin: 0 20px 0 auto;
  margin: 0 auto;
  aspect-ratio: 19/12;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-image img {
    width: min(33.3333333333vw, 125px);
    height: min(33.3333333333vw, 125px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main .flow .flow-inner__cards .card .card-cont {
  flex: 1;
  text-align: left;
}
main .flow .flow-inner__cards .card .card-cont span {
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  color: #0a3d62;
  text-align: left;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-cont span {
    font-size: min(4.2666666667vw, 16px);
  }
}
main .flow .flow-inner__cards .card .card-cont p {
  font-size: min(1.2037037037vw, 13px);
  text-align: left;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-cont p {
    margin-bottom: min(4vw, 15px);
    font-size: min(3.2vw, 12px);
    line-height: 1.4;
  }
}
main .flow .flow-inner__cards .card .card-cont .app {
  margin-bottom: 0;
  font-size: 12px;
  font-size: min(1.1111111111vw, 12px);
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-cont .app {
    font-size: min(3.2vw, 12px);
    white-space: nowrap;
  }
}
main .flow .flow-inner__cards .card .card-cont .detail {
  font-size: min(1.1111111111vw, 12px);
  display: block;
  width: 180px;
  margin: 0 0 0 auto;
  border-bottom: solid 1px;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-cont .detail {
    font-size: min(3.2vw, 12px);
    width: min(48vw, 180px);
  }
}
main .flow .flow-inner__cards .card:nth-of-type(4) .app-01 {
  margin-bottom: 2rem;
}
main .flow .flow-inner__cards .flow-card {
  background: rgba(10, 61, 98, 0.1);
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .flow-card {
    height: min(80vw, 300px);
  }
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .service-card {
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .flow .flow-inner__cards .arrow {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .arrow {
    font-size: min(5.3333333333vw, 20px);
  }
}
main .flow .flow-inner .flow-step {
  text-align: center;
  font-size: min(1.4814814815vw, 16px);
  margin-bottom: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  main .flow .flow-inner .flow-step {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .flow .flow-inner .easy {
  font-weight: bold;
}
main #works {
  padding: 20px;
  background: rgba(10, 61, 98, 0.1);
}
main #works .works-inner__info {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 6rem;
}
main #works .works-inner__info h2 {
  text-align: center;
}
main .review {
  padding: 2rem;
}
main .review-info {
  text-align: center;
  padding-top: min(5.5555555556vw, 60px);
  margin-bottom: min(1.8518518519vw, 20px);
}
main .review-info h2 {
  font-weight: 800;
  font-size: clamp(22px, 3.6vw, 32px);
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  main .wp-image-199 {
    width: 130px !important;
  }
}
main .review-list {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
}
main .review-item {
  padding: 0;
  margin-bottom: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  main .review-item {
    margin-bottom: min(16vw, 60px);
  }
}
main .review-name {
  font-size: min(2.2222222222vw, 24px);
  margin: 0 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  main .review-name {
    font-size: min(4.8vw, 18px);
  }
}
main .review-name span {
  font-weight: 400;
}
main .review-text {
  line-height: 1.9;
  color: #222;
}
main .wp-block-group {
  display: flex;
  align-items: center;
  -moz-column-gap: min(1.8518518519vw, 20px);
       column-gap: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  main .wp-block-group {
    display: block;
  }
}
main .review-text p {
  margin: 0 0;
}
@media (max-width: 767px) {
  main .review-text p {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.4;
  }
}
main .review-stars {
  color: #f5a623;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 2px;
}
main .review-empty {
  text-align: center;
  color: #666;
}
main .portfolio-tabs {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  font-family: sans-serif;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  main .portfolio-tabs .sp-accordion {
    display: none;
  }
}
main .tab-buttons {
  display: flex;
}
@media (max-width: 767px) {
  main .tab-buttons {
    display: none;
  }
}
main .tab-select {
  display: none;
  width: 90%;
  max-width: 400px;
  margin: 1rem auto;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
@media (max-width: 767px) {
  main .tab-select {
    display: block;
  }
}
@media (min-width: 768px) {
  main .tab-select {
    display: none;
  }
}
main .tab-btn {
  flex: 1;
  padding: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
  background: #e0f7fa;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  transition: background 0.3s;
  text-align: center;
}
main .tab-btn:hover {
  background: #b2ebf2;
}
main .tab-btn.active {
  background: #fff;
  font-weight: bold;
  text-align: center;
}
main .tab-contents {
  border: 1px solid #ccc;
  border-top: none;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  main .tab-contents {
    display: none;
  }
}
main .tab-contents__info {
  text-align: center;
  margin-bottom: 2rem;
}
main .tab-contents h2 {
  text-align: center;
}
main .tab-content {
  display: none;
}
main .tab-content .box-inner {
  display: flex;
  justify-content: center;
  margin-bottom: min(1.8518518519vw, 20px);
  -moz-column-gap: min(1.8518518519vw, 20px);
       column-gap: min(1.8518518519vw, 20px);
}
main .tab-content .work-card {
  position: relative;
  width: min(23.1481481481vw, 250px);
  display: block;
  padding: 2rem;
  padding: min(1.8518518519vw, 20px);
  background: rgba(10, 61, 98, 0.1);
  box-shadow: 3px 3px 5px #666;
  border: #0a3d62 solid 1px;
  border-radius: 10px;
  transition: 0.3s all;
}
main .tab-content .work-card .card-img {
  width: min(16.6666666667vw, 180px);
  margin: 0 auto;
}
main .tab-content .work-card .card-info h3 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
}
main .tab-content .work-card .card-info .sub {
  font-size: min(1.2962962963vw, 14px);
  padding-bottom: 5px;
  padding-bottom: min(0.462962963vw, 5px);
}
main .tab-content .work-card .card-info p {
  font-size: min(1.0185185185vw, 11px);
}
main .tab-content .work-card .info-web {
  margin-bottom: min(2.7777777778vw, 30px);
}
main .tab-content .work-card .goto {
  font-size: min(1.1111111111vw, 12px);
}
main .tab-content .work-card .goto p {
  text-align: right;
}
main .tab-content .work-card .moto {
  padding-bottom: min(1.8518518519vw, 20px);
}
main .tab-content .work-card .free-menu {
  padding-bottom: min(3.2407407407vw, 35px);
}
main .tab-content .work-card .dizn {
  padding-bottom: min(0.2777777778vw, 3px);
}
main .tab-content .work-card:hover {
  background-color: rgba(10, 61, 98, 0.4);
  transform: scale(1.05);
}
main .tab-content .work-card:hover h3 {
  color: #fff;
}
main .tab-content .work-card:hover p {
  color: #fff;
}
main .tab-content .work-card:hover .goto {
  color: #fff;
}
main .tab-content .item-name-c {
  box-shadow: none;
  pointer-events: none;
}
main .tab-content.active {
  display: block;
}
@media (max-width: 767px) {
  main .sp-accordion {
    width: 100%;
    margin: 0 auto;
  }
  main .accordion-item {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  main .accordion-item {
    box-shadow: 3px 3px 5px #333;
    max-width: 320px;
    margin: min(8vw, 30px) auto 0;
  }
}
@media (max-width: 767px) {
  main .accordion-item:nth-of-type(2) .rep-card-inner .rep-img {
    width: 40%;
  }
  main .representative-card {
    border: #0a3d62 solid 1px;
    border-top: 0;
    margin-bottom: min(5.3333333333vw, 20px);
    display: block;
    padding: min(8vw, 30px) min(2.6666666667vw, 10px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  main .representative-card {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  main .representative-card .rep-card-inner {
    display: flex;
    justify-content: center;
    -moz-column-gap: min(2.6666666667vw, 10px);
         column-gap: min(2.6666666667vw, 10px);
    margin-bottom: min(2.6666666667vw, 10px);
  }
  main .representative-card .rep-card-inner .rep-img {
    width: 40%;
  }
  main .representative-card .rep-card-inner .rep-img img {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 20%;
       object-position: center 20%;
    width: 90%;
    margin: 0 auto;
  }
  main .representative-card .rep-card-inner .rep-text {
    flex: 1;
  }
  main .representative-card .rep-card-inner .rep-text h3 {
    font-weight: bold;
    font-size: min(3.7333333333vw, 14px);
    margin-top: min(0.8vw, 3px);
    margin-bottom: min(1.3333333333vw, 5px);
  }
  main .representative-card .rep-card-inner .rep-text p {
    font-size: min(3.2vw, 12px);
  }
  main .representative-card .rep-link p {
    font-size: min(3.2vw, 12px);
    display: block;
    text-align: right;
  }
  main .accordion-btn {
    width: 100%;
    height: min(13.3333333333vw, 50px);
    padding: 1rem;
    text-align: center;
    background: #e0f7fa;
    border: none;
    font-size: min(3.7333333333vw, 14px);
    cursor: pointer;
    position: relative;
  }
  main .accordion-btn::after {
    content: "";
    position: absolute;
    right: 1rem;
  }
  main .accordion-btn.active::after {
    content: ""-"";
  }
  main .accordion-content {
    display: none;
    background: #fff;
    transition: max-height 0.9s ease;
  }
  main .accordion-content .acc-main {
    font-size: min(4.8vw, 18px);
    font-weight: bold;
    text-align: center;
    margin-top: min(8vw, 30px);
    margin-bottom: min(2.6666666667vw, 10px);
    color: #0a3d62;
  }
  main .accordion-content .work-card {
    width: 90%;
    margin: 0 auto min(5.3333333333vw, 20px);
    display: block;
    padding: min(6.6666666667vw, 25px);
    background: rgba(10, 61, 98, 0.1);
    box-shadow: 4px 4px #666;
    border: #0a3d62 solid 1px;
    transition: 0.3s all;
  }
  main .accordion-content .work-card .card-img {
    margin: 0 auto min(2.6666666667vw, 10px);
  }
  main .accordion-content .work-card .card-info h3 {
    font-size: min(4.2666666667vw, 16px);
    font-weight: bold;
    line-height: 1.4;
  }
  main .accordion-content .work-card .card-info p {
    font-size: min(3.2vw, 12px);
    line-height: 1.6;
    margin-bottom: min(2.6666666667vw, 10px);
  }
  main .accordion-content .work-card .card-info .mess-out {
    font-size: min(3.2vw, 12px);
  }
  main .accordion-content .work-card__mess {
    font-size: min(3.2vw, 12px);
  }
  main .accordion-content .work-card__mess .mess-in {
    font-size: min(2.6666666667vw, 10px);
    display: block;
    line-height: 1.4;
    margin-top: min(2.6666666667vw, 10px);
  }
  main .accordion-content .work-card .goto {
    font-size: 12px;
    font-size: min(3.2vw, 12px);
    padding-top: min(2.6666666667vw, 10px);
    margin-bottom: 0 !important;
    text-align: right;
  }
  main .accordion-content.active {
    display: block;
  }
  main .accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  main .accordion-btn {
    font-size: min(4.8vw, 18px);
    font-weight: bold;
    color: #0a3d62;
    height: 100%;
    border: #0a3d62 solid 1px;
  }
}
@media (max-width: 767px) {
  main .accordion-btn .arrow {
    transition: transform 0.3s;
  }
  main .accordion-btn.active .arrow {
    transform: rotate(180deg);
  }
  main .accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.9s ease;
    display: block !important;
  }
  main .accordion-content.active {
    max-height: 9999px !important; /* 実績内容に応じて調整 */
    opacity: 1;
  }
  main .accordion-close {
    text-align: center;
    margin-top: min(2.6666666667vw, 10px);
  }
  main .accordion-close .accordion-close-btn {
    background: #e0f7fa;
    border: 1px solid #0a3d62;
    padding: 0.5rem 1rem;
    font-size: min(3.7333333333vw, 14px);
    cursor: pointer;
  }
}
main .contact .contact-inner {
  position: relative;
  width: 100%;
  height: min(55.5555555556vw, 600px);
  margin: 0 auto;
  background-color: rgba(10, 61, 98, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  main .contact .contact-inner {
    height: auto;
    height: min(144vw, 540px);
  }
}
@media (max-width: 767px) {
  main .contact .contact-inner .contact-image {
    height: 100%;
  }
}
main .contact .contact-inner .contact-image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  main .contact .contact-inner .contact-image img {
    aspect-ratio: 1/1;
    height: 100%;
  }
}
main .contact .contact-inner .image-mask {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
main .contact .contact-inner .contact-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  main .contact .contact-inner .contact-inner-wrap {
    width: 85%;
  }
}
main .contact .contact-inner__info {
  display: flex;
  justify-content: center;
  width: 100%;
}
main .contact .contact-inner__info h2 {
  text-align: center;
}
main .contact .contact-inner__box {
  text-align: center;
}
main .contact .contact-inner__box .f-pc {
  margin-bottom: min(3.7037037037vw, 40px);
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .f-pc {
    display: none;
  }
}
main .contact .contact-inner__box .f-sp {
  margin-bottom: min(8vw, 30px);
  font-size: min(3.7333333333vw, 14px);
}
@media (min-width: 768px) {
  main .contact .contact-inner__box .f-sp {
    display: none;
  }
}
main .contact .contact-inner__box .contact-url {
  width: min(46.2962962963vw, 500px);
  height: min(5.5555555556vw, 60px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a3d62;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #666;
  margin-bottom: min(3.7037037037vw, 40px);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-url {
    width: 100%;
    height: min(13.3333333333vw, 50px);
    margin-bottom: min(8vw, 30px);
  }
}
main .contact .contact-inner__box .contact-url .url-img {
  width: 20%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-url .url-img {
    width: auto;
  }
}
main .contact .contact-inner__box .contact-url .url-img img {
  width: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-url .url-img img {
    width: min(10.6666666667vw, 40px);
  }
}
main .contact .contact-inner__box .contact-url a.btn {
  width: 100%;
  font-size: min(2.4074074074vw, 26px);
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: left;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-url a.btn {
    font-size: min(3.7333333333vw, 14px);
    text-align: center;
  }
}
main .contact .contact-inner__box .contact-url:hover {
  scale: 105%;
  background: #fff;
  box-shadow: none;
}
main .contact .contact-inner__box .contact-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(46.2962962963vw, 500px);
  height: min(5.5555555556vw, 60px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 4px 4px 4px #666;
  margin-bottom: 3rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-line {
    width: 100%;
    height: min(13.3333333333vw, 50px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
main .contact .contact-inner__box .contact-line .url-img {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-line .url-img {
    width: auto;
  }
}
main .contact .contact-inner__box .contact-line .url-img img {
  width: min(3.2407407407vw, 35px);
  height: min(3.2407407407vw, 35px);
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-line .url-img img {
    width: min(8vw, 30px);
    height: auto;
  }
}
main .contact .contact-inner__box .contact-line .line-p {
  font-weight: bold;
}
main .contact .contact-inner__box .contact-line a {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-line a {
    font-size: min(3.7333333333vw, 14px);
    text-align: center;
  }
}
main .contact .contact-inner__box .contact-line:hover {
  scale: 105%;
  background: #fff;
  box-shadow: none;
}
main .contact .contact-inner__box .contact-tel p {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-tel p {
    font-size: min(4.8vw, 18px);
  }
}
main .contact .contact-inner__box .contact-tel a {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-tel a {
    font-size: min(6.4vw, 24px);
  }
}
main .contact .contact-inner__box .contact-tel__info {
  width: min(32.4074074074vw, 350px);
  text-align: left;
  margin: min(1.8518518519vw, 20px) auto 0;
  position: relative;
  --fade: min(calc(24 / 1080 * 100vw), 24px);
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-tel__info {
    width: 100%;
    --fade: min(calc(16 / 1080 * 100vw), 16px);
  }
}
main .contact .contact-inner__box .contact-tel__info p {
  font-size: min(1.2962962963vw, 14px);
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: transparent;
  padding: min(2.3148148148vw, 25px);
  position: relative;
  isolation: isolate;
  z-index: 0;
  color: inherit;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-tel__info p {
    font-size: min(3.2vw, 12px);
    position: relative;
    isolation: isolate; /* z-indexの独立空間を作る */
    background: transparent; /* 白は ::before 側へ移す */
  }
}
main .contact .contact-inner__box .contact-tel__info p::before {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--fade));
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: -1;
  -webkit-mask: radial-gradient(ellipse closest-side, #000 0, #000 calc(100% - var(--fade)), transparent 100%);
  mask: radial-gradient(ellipse closest-side, #000 0, #000 calc(100% - var(--fade)), transparent 100%);
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-tel__info p::before {
    --fade: 14px; /* フェード幅（好みで 10〜18px 程度） */
    content: "";
    position: absolute;
    inset: calc(-1 * var(--fade)); /* フェード分だけ外へ広げる */
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: -1; /* 文字の背面へ */
    /* 四辺ビネット（Chrome/Safari） */
    -webkit-mask: radial-gradient(ellipse closest-side, #000 0, #000 calc(100% - var(--fade)), transparent 100%);
    /* 四辺ビネット（Firefox） */
    mask: radial-gradient(ellipse closest-side, #000 0, #000 calc(100% - var(--fade)), transparent 100%);
  }
}
main .profile,
main .works-inner__info,
main .review,
main .portfolio-tabs,
main .services-inner,
main .flows {
  /* デフォルト値（必要に応じて後でJSや個別セレクタで上書き） */
  --reveal-delay: 300ms;
  --reveal-opacity-dur: 900ms;
  --reveal-transform-dur: 1200ms;
  opacity: 0;
  transform: translateY(20px);
  /* transition: property duration easing delay */
  transition: opacity var(--reveal-opacity-dur) ease-out var(--reveal-delay), transform var(--reveal-transform-dur) ease-out var(--reveal-delay);
  will-change: opacity, transform;
}
main .profile.is-visible,
main .works-inner__info.is-visible,
main .review.is-visible,
main .portfolio-tabs.is-visible,
main .services-inner.is-visible,
main .flows.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  main .profile,
  main .works-inner__info,
  main .review,
  main .portfolio-tabs,
  main .services-inner,
  main .flows {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

.single-post {
  background: aqua;
}
.single-post main article .article-title {
  font-size: 30px;
  font-weight: bold;
}
.single-post .top-btn {
  font-weight: bold;
}

.privacy-policy {
  padding: 2rem;
}
.privacy-policy .policy-inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .privacy-policy .policy-inner {
    width: 90%;
  }
}
.privacy-policy .policy-inner h1 {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  text-align: center;
  margin-top: min(2.7777777778vw, 30px);
  margin-bottom: min(2.7777777778vw, 30px);
  color: #0a3d62;
}
@media (max-width: 767px) {
  .privacy-policy .policy-inner h1 {
    font-size: min(6.4vw, 24px);
  }
}
.privacy-policy .policy-inner h2 {
  font-weight: bold;
}
.privacy-policy .policy-inner p:nth-of-type(1) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(2) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(3) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(4) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(5) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(6) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(7) {
  margin-bottom: min(2.7777777778vw, 30px);
}
.privacy-policy .policy-inner p:nth-of-type(8) {
  margin-bottom: min(5.5555555556vw, 60px);
}
.privacy-policy .policy-inner .fv-return {
  text-align: center;
}

.no-find {
  padding: 60px;
}
.no-find .error-page {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  color: #0a3d62;
}
@media (max-width: 767px) {
  .no-find .error-page {
    font-size: min(6.9333333333vw, 26px);
  }
}
.no-find p {
  margin-bottom: 3rem;
}
.no-find .image {
  width: min(9.2592592593vw, 100px);
  margin: 0 auto 3rem;
}
@media (max-width: 767px) {
  .no-find .image {
    width: min(26.6666666667vw, 100px);
  }
}

#plans {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #plans {
    padding-top: min(16vw, 60px);
  }
}
#plans h2 {
  text-align: center;
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  margin-bottom: min(7.4074074074vw, 80px);
  color: rgb(10, 61, 98);
}
@media (max-width: 767px) {
  #plans h2 {
    font-size: min(7.4666666667vw, 28px);
    font-weight: 800;
    margin-bottom: min(16vw, 60px);
    background: #f8f8f8;
  }
}
#plans section {
  max-width: 1080px;
  margin: 0 auto;
  padding: min(5.5555555556vw, 60px) min(1.8518518519vw, 20px);
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #plans section {
    padding: min(10.6666666667vw, 40px);
  }
}
#plans section h3 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  margin-bottom: min(2.7777777778vw, 30px);
  text-align: center;
  color: rgb(10, 61, 98);
}
@media (max-width: 767px) {
  #plans section h3 {
    font-size: min(6.4vw, 24px);
    padding-bottom: min(5.3333333333vw, 20px);
  }
}
#plans section div {
  font-size: min(1.4814814815vw, 16px);
  line-height: 1.4;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  #plans section div {
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
#plans section div strong {
  display: block;
  font-size: min(1.5740740741vw, 17px);
  margin-bottom: min(0.462962963vw, 5px);
  width: 40%;
  color: #555;
}
@media (max-width: 767px) {
  #plans section div strong {
    font-size: min(4.8vw, 18px);
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
#plans section div small {
  font-size: min(1.2962962963vw, 14px);
  color: #666;
  color: rgb(10, 61, 98);
}
@media (max-width: 767px) {
  #plans section div small {
    font-size: min(3.4666666667vw, 13px);
  }
}
@media (max-width: 767px) {
  #plans section div {
    font-size: min(4vw, 15px);
  }
}
#plans #web {
  display: block;
  background: rgba(10, 61, 98, 0.1);
}
@media (max-width: 767px) {
  #plans #web {
    display: block;
    padding-top: min(2.6666666667vw, 10px);
    padding-bottom: min(2.6666666667vw, 10px);
  }
}
#plans #web h3 {
  padding-top: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  #plans #web h3 {
    padding-top: min(26.6666666667vw, 100px);
  }
}
#plans #web .sit-info {
  width: min(88.8888888889vw, 960px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
  margin-bottom: min(2.2222222222vw, 24px);
}
@media (max-width: 767px) {
  #plans #web .sit-info {
    width: 100%;
    display: block;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
#plans #web .sit-info strong {
  min-width: 240px;
  font-size: min(1.6666666667vw, 18px);
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #plans #web .sit-info strong {
    display: block;
    width: 100%;
    font-size: min(4.8vw, 18px);
    margin-bottom: min(2.1333333333vw, 8px);
    text-align: left;
  }
}
#plans #web .sit-info p {
  flex: 1;
  width: min(46.2962962963vw, 500px);
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  line-height: 1.4;
  color: #555;
  margin: 0;
}
@media (max-width: 767px) {
  #plans #web .sit-info p {
    width: 100%;
    font-size: min(4vw, 15px);
    text-align: left;
    margin-top: min(2.1333333333vw, 8px);
  }
}
#plans #web .sit-info p small {
  display: block;
  font-size: min(1.2962962963vw, 14px);
  font-weight: normal;
  color: #666;
  margin-top: min(0.3703703704vw, 4px);
}
@media (max-width: 767px) {
  #plans #web .sit-info p small {
    font-size: min(3.4666666667vw, 13px);
  }
}
#plans #web .sit-caution {
  width: 80%;
  margin: 0 auto -3rem;
  padding-top: 3rem;
  padding-bottom: min(5.5555555556vw, 60px);
  font-size: 14px;
  font-size: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  #plans #web .sit-caution {
    max-width: 350px;
    font-size: min(3.2vw, 12px);
    font-weight: bold;
    margin-bottom: min(10.6666666667vw, 40px);
    padding-top: 0;
  }
}
#plans #design {
  display: block;
  background: rgba(10, 61, 98, 0.1);
  color: #555;
}
@media (max-width: 767px) {
  #plans #design {
    display: block;
  }
}
#plans #design h3 {
  padding-top: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  #plans #design .sit-wrap {
    padding-top: min(21.3333333333vw, 80px);
    padding-bottom: min(16vw, 60px);
    width: min(66.6666666667vw, 250px);
  }
}
#plans #design .sit-wrap .sit-info {
  width: min(88.8888888889vw, 960px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  #plans #design .sit-wrap .sit-info {
    width: 100%;
    display: block;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
#plans #design .sit-wrap .sit-info strong {
  min-width: 240px;
  font-size: min(1.6666666667vw, 18px);
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #plans #design .sit-wrap .sit-info strong {
    display: block;
    width: 100%;
    font-size: min(4.8vw, 18px);
    margin-bottom: min(2.1333333333vw, 8px);
    text-align: left;
  }
}
#plans #design .sit-wrap .sit-info p {
  flex: 1;
  font-size: min(1.4814814815vw, 16px);
  line-height: 1.4;
  color: #555;
  margin: 0;
  width: min(46.2962962963vw, 500px);
}
@media (max-width: 767px) {
  #plans #design .sit-wrap .sit-info p {
    width: 100%;
    font-size: min(4vw, 15px);
    font-weight: bold;
    text-align: left;
    margin-top: min(2.1333333333vw, 8px);
  }
}
#plans #design .sit-wrap .sit-info p small {
  display: block;
  font-size: min(1.2962962963vw, 14px);
  margin-top: min(0.3703703704vw, 4px);
  color: #666;
}
@media (max-width: 767px) {
  #plans #design .sit-wrap .sit-info p small {
    font-size: min(3.4666666667vw, 13px);
    font-weight: normal;
  }
}
#plans #design .sit-wrap .sit-info:nth-of-type(4) {
  width: min(88.8888888889vw, 960px);
  gap: min(3.7037037037vw, 40px);
  margin-right: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  #plans #design .sit-wrap .sit-info:nth-of-type(4) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #plans #sns {
    display: block;
  }
}
#plans #sns h3 {
  padding-top: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  #plans #sns h3 {
    margin-top: min(21.3333333333vw, 80px);
  }
}
@media (max-width: 767px) {
  #plans #sns .sit-cover .sit-wrap {
    width: min(66.6666666667vw, 250px);
    margin: 0 auto;
  }
}
#plans #sns .sit-info {
  width: min(88.8888888889vw, 960px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
  margin-bottom: min(2.2222222222vw, 24px);
}
@media (max-width: 767px) {
  #plans #sns .sit-info {
    width: 100%;
    display: block;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
#plans #sns .sit-info strong {
  min-width: 240px;
  font-size: min(1.6666666667vw, 18px);
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #plans #sns .sit-info strong {
    display: block;
    width: 100%;
    font-size: min(4.8vw, 18px);
    margin-bottom: min(2.1333333333vw, 8px);
    text-align: left;
  }
}
#plans #sns .sit-info p {
  flex: 1;
  font-size: min(1.4814814815vw, 16px);
  line-height: 1.4;
  color: #555;
  margin: 0;
  width: min(46.2962962963vw, 500px);
}
@media (max-width: 767px) {
  #plans #sns .sit-info p {
    width: 100%;
    font-size: min(4vw, 15px);
    margin-top: min(2.1333333333vw, 8px);
    text-align: left;
  }
}
#plans #sns .sit-info p small {
  display: block;
  font-size: min(1.2962962963vw, 14px);
  color: #666;
  margin-top: min(0.3703703704vw, 4px);
}
@media (max-width: 767px) {
  #plans #sns .sit-info p small {
    font-size: min(3.4666666667vw, 13px);
  }
}
#plans #site-fix {
  display: block;
  background: rgba(10, 61, 98, 0.1);
}
@media (max-width: 767px) {
  #plans #site-fix h3 {
    padding-top: min(21.3333333333vw, 80px);
  }
}
#plans #site-fix .sit-info {
  width: min(88.8888888889vw, 960px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: min(2.2222222222vw, 24px);
  -moz-column-gap: min(3.7037037037vw, 40px);
       column-gap: min(3.7037037037vw, 40px);
}
@media (max-width: 767px) {
  #plans #site-fix .sit-info {
    width: min(69.3333333333vw, 260px);
    display: block;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
#plans #site-fix .sit-info strong {
  min-width: 240px;
  font-size: min(1.4814814815vw, 16px);
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #plans #site-fix .sit-info strong {
    display: block;
    width: 100%;
    font-size: min(4.8vw, 18px);
    margin-bottom: min(2.1333333333vw, 8px);
    text-align: left;
  }
}
#plans #site-fix .sit-info p {
  flex: 1;
  font-size: min(1.4814814815vw, 16px);
  line-height: 1.4;
  color: #555;
  margin: 0;
  width: min(46.2962962963vw, 500px);
  text-align: left;
}
@media (max-width: 767px) {
  #plans #site-fix .sit-info p {
    width: 100%;
    font-size: min(4vw, 15px);
    text-align: left;
    margin-top: min(2.1333333333vw, 8px);
  }
}
#plans #site-fix .sit-info p small {
  display: block;
  font-size: min(1.2962962963vw, 14px);
  color: #666;
  margin-top: min(0.3703703704vw, 4px);
}
@media (max-width: 767px) {
  #plans #site-fix .sit-info p small {
    font-size: min(3.4666666667vw, 13px);
  }
}
@media (max-width: 767px) {
  #plans #lp {
    display: block;
  }
}
#plans #lp h3 {
  padding-top: min(21.3333333333vw, 80px);
}
#plans .sit-cover {
  display: flex;
  justify-content: center;
}
#plans .sit-info {
  margin-left: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  #plans .sit-info {
    margin-left: 0;
  }
}
#plans .sit-caution {
  width: 80%;
  margin: 0 auto;
  font-size: min(1.2962962963vw, 14px);
  padding-bottom: min(7.4074074074vw, 80px);
}
@media (max-width: 767px) {
  #plans .sit-caution {
    width: 100%;
    max-width: 350px;
    font-size: min(3.2vw, 12px);
    font-weight: bold;
  }
}

#lp {
  display: block;
}
#lp h3 {
  padding-top: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  #lp h3 {
    padding-top: min(26.6666666667vw, 10px);
  }
}
#lp .sit-wrap .sit-info-pc {
  width: min(88.8888888889vw, 960px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
  margin-bottom: min(2.2222222222vw, 24px);
  margin-left: min(7.4074074074vw, 80px);
}
@media (max-width: 767px) {
  #lp .sit-wrap .sit-info-pc {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
#lp .sit-wrap .sit-info-pc .pc {
  min-width: 240px;
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #lp .sit-wrap .sit-info-pc .pc {
    font-size: min(4.8vw, 18px);
  }
}
#lp .sit-wrap .sit-info-pc .p-pc {
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  line-height: 1.4;
  color: #555;
  margin: 0;
  white-space: normal;
  flex: 1;
  width: min(46.2962962963vw, 500px);
}
@media (max-width: 767px) {
  #lp .sit-wrap .sit-info-pc .p-pc {
    width: 100%;
    font-size: min(3.7333333333vw, 14px);
  }
}
#lp .sit-wrap .sit-info-pc .p-pc small {
  display: block;
  font-size: 14px;
  font-size: min(1.2962962963vw, 14px);
  color: #666;
  margin-top: min(0.3703703704vw, 4px);
  font-weight: normal;
}
@media (max-width: 767px) {
  #lp .sit-wrap .sit-info-pc .p-pc small {
    font-size: min(3.4666666667vw, 13px);
  }
}

#web,
#design,
#site-fix {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #web,
  #design,
  #site-fix {
    min-height: auto;
  }
}

#web,
#lp,
#design,
#sns,
#site-fix {
  min-height: 480px;
}
@media (max-width: 767px) {
  #web,
  #lp,
  #design,
  #sns,
  #site-fix {
    min-height: auto;
  }
}

.fixed-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: rgb(10, 61, 98);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background 0.3s;
}
.fixed-contact:hover {
  background: #555;
}
.fixed-contact a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fixed-contact {
    width: min(85.3333333333vw, 320px);
    bottom: min(18.6666666667vw, 70px);
    font-size: min(3.4666666667vw, 13px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.fixed-return {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
}
.fixed-return:hover {
  background: #555;
}
.fixed-return a {
  border-bottom: solid 1px rgb(10, 61, 98);
  color: rgb(10, 61, 98);
  text-decoration: none;
}
@media (max-width: 767px) {
  .fixed-return {
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    padding: 10px 14px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */