<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;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;
}
@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 &amp; 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 {
  /* ローダーの背景全体 */
  /* スピナー */
  /* 回転アニメーション */
}
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-color: rgb(10, 61, 98);
  position: fixed;
  z-index: 999;
  width: 100%;
}
@media (max-width: 767px) {
  body header {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}
@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(7.4074074074vw, 80px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body header .header-inner {
    height: min(16vw, 60px);
    padding: 0;
  }
}
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;
  font-size: min(1.4814814815vw, 16px);
  font-size: 16px;
}
body header .header-inner__navi ul li::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: width 0.3s;
}
body header .header-inner__navi ul li:hover::after {
  width: 100%;
}
@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;
  }
}

/* フッター */
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: 50%;
    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__tel {
  width: 90%;
  margin: 0 auto min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  main .page-contact-inner__tel {
    width: 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;
}
@media (max-width: 767px) {
  main .page-contact-inner__tel .contact-info li:nth-of-type(1) {
    font-size: min(6.4vw, 24px);
  }
}
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.9333333333vw, 26px);
  }
}
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: 3rem;
}
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(5.3333333333vw, 20px);
  }
}

form {
  padding: 0px 24px 50px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
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;
}

/* メインセクション */
main {
  /* 自己紹介 */
  /* サービス紹介 */
  /* サービス紹介 */
  /*制作の流れ*/
}
main .hero .hero-content {
  width: 100%;
  height: 100vh;
  max-height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  main .hero .hero-content {
    max-height: 600px;
  }
}
main .hero .hero-content .image-wrap-pc {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  main .hero .hero-content .image-wrap-pc {
    display: none;
  }
}
main .hero .hero-content .image-wrap-pc .fv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
  display: block;
  filter: brightness(0.7);
}
main .hero .hero-content .image-wrap-sp {
  height: 100%;
}
@media (min-width: 768px) {
  main .hero .hero-content .image-wrap-sp {
    display: none;
  }
}
main .hero .hero-content .image-wrap-sp .fv-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
}
main .hero .hero-content .fv-wrap {
  width: 60%;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap {
    top: 45%;
    width: 70%;
    max-width: 300px;
  }
}
main .hero .hero-content .fv-wrap .content-info-pc {
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-pc {
    width: 80%;
    display: none;
  }
}
main .hero .hero-content .fv-wrap .content-info-pc h1 {
  font-weight: bold;
  color: #fff;
  font-size: min(8vw, 30px);
  white-space: nowrap;
}
main .hero .hero-content .fv-wrap .content-info-pc p {
  color: #fff;
  font-size: min(1.8518518519vw, 20px);
}
main .hero .hero-content .fv-wrap .content-info-sp {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp .lead-mini {
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
}
main .hero .hero-content .fv-wrap .content-info-sp h1 {
  font-weight: bold;
  color: #fff;
  font-size: min(6.4vw, 24px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .content-info-sp h1 {
    text-align: left;
    width: 200px;
    width: min(53.3333333333vw, 200px);
    margin: 0 auto min(2.6666666667vw, 10px);
  }
}
@media (min-width: 768px) {
  main .hero .hero-content .fv-wrap .content-info-sp {
    display: none;
  }
}
main .hero .hero-content .fv-wrap .hero-buttons {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: min(4.6296296296vw, 50px);
       column-gap: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .hero-buttons {
    width: 100%;
    display: block;
  }
}
main .hero .hero-content .fv-wrap .hero-buttons .btn,
main .hero .hero-content .fv-wrap .hero-buttons .btn-outline {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(23.1481481481vw, 250px);
  height: min(4.6296296296vw, 50px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .hero-buttons .btn,
  main .hero .hero-content .fv-wrap .hero-buttons .btn-outline {
    width: 100%;
    margin-bottom: min(9.3333333333vw, 35px);
    font-size: min(4.2666666667vw, 16px);
    height: min(13.3333333333vw, 50px);
  }
}
main .hero .hero-content .fv-wrap .hero-buttons .btn:hover {
  background: #0a3d62;
  color: #fff;
}
main .hero .hero-content .fv-wrap .hero-buttons .btn-outline:hover {
  background: #0a3d62;
  color: #fff;
}
main .hero .hero-content .fv-wrap .hero-buttons__img {
  margin-bottom: min(2.7777777778vw, 30px);
  text-align: center;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .hero-buttons__img {
    margin-bottom: min(4vw, 15px);
  }
}
main .hero .hero-content .fv-wrap .hero-buttons__img .syuweb {
  letter-spacing: 0.1em;
  font-size: min(4.6296296296vw, 50px);
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px -2px 0 white, 2px 0px 0 white, 0px 2px 0 white, -2px 0px 0 white;
  color: #0a3d62;
  text-align: center;
  border-left: 0;
}
@media (max-width: 767px) {
  main .hero .hero-content .fv-wrap .hero-buttons__img .syuweb {
    font-size: min(10.6666666667vw, 40px);
  }
}
main section h2 {
  color: #0a3d62;
  border-left: 5px solid #0a3d62;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: min(2.2222222222vw, 24px);
  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: clamp(40px, 5vw, 80px) 20px;
  min-height: auto;
}
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: 45%;
  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;
}
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%;
  }
}
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);
  }
}
main .profile .profile-inner__box .syu-name {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
main .profile .profile-inner__box p {
  width: 60%;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}
@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 .services {
  min-height: auto;
}
main .services .services-inner {
  padding: clamp(40px, 5vw, 80px) 20px;
  gap: 20px;
  margin: 0 auto;
  background-color: rgba(10, 61, 98, 0.1);
}
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);
}
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.8518518519vw, 20px);
}
@media (max-width: 767px) {
  main .flow .flow-inner p {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .flow .flow-inner__cards {
  border-radius: 10px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards {
    width: auto;
  }
}
main .flow .flow-inner__cards .card {
  width: min(37.037037037vw, 400px);
  width: 100%;
  height: min(8.3333333333vw, 90px);
  height: 150px;
  border: #0a3d62 solid 1px;
  margin: 0 auto min(1.8518518519vw, 20px);
  padding: min(0.9259259259vw, 10px) 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(80vw, 300px);
    display: block;
    padding: 15px 20px;
    margin-bottom: 0;
  }
}
main .flow .flow-inner__cards .card .card-image {
  width: 30%;
}
@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(34.6666666667vw, 130px);
    height: min(34.6666666667vw, 130px);
    -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.8vw, 18px);
  }
}
main .flow .flow-inner__cards .card .card-cont p {
  font-size: min(1.1111111111vw, 12px);
  text-align: left;
}
@media (max-width: 767px) {
  main .flow .flow-inner__cards .card .card-cont p {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.4;
  }
}
main .flow .flow-inner__cards .flow-card {
  background: rgba(10, 61, 98, 0.1);
}
@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 .works {
  background-color: rgba(10, 61, 98, 0.1);
}
main .works .works-inner {
  padding: clamp(40px, 5vw, 80px) 20px;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
main .works .works-inner__info {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: min(1.8518518519vw, 20px);
}
main .works .works-inner__box .box-inner {
  width: min(83.3333333333vw, 900px);
  max-width: 1100px;
  margin: 0 auto min(2.7777777778vw, 30px);
  display: flex;
  justify-content: center;
  -moz-column-gap: min(2.7777777778vw, 30px);
       column-gap: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner {
    display: block;
    width: min(80vw, 300px);
  }
}
main .works .works-inner__box .box-inner .work-card {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: rgba(10, 61, 98, 0.1);
  width: min(22.2222222222vw, 240px);
  height: min(23.1481481481vw, 250px);
  box-shadow: 3px 3px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner .work-card {
    width: 100%;
    height: min(80vw, 300px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
main .works .works-inner__box .box-inner .work-card .card-img {
  width: 80%;
  margin: 0 auto;
  padding-top: min(2.3148148148vw, 25px);
  padding-bottom: min(1.3888888889vw, 15px);
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner .work-card .card-img {
    padding-top: min(8vw, 30px);
    padding-bottom: min(4vw, 15px);
  }
}
main .works .works-inner__box .box-inner .work-card .card-img img {
  height: 100%;
  aspect-ratio: 19/12;
  -o-object-fit: cover;
     object-fit: cover;
}
main .works .works-inner__box .box-inner .work-card .card-info {
  width: 80%;
  margin: 0 auto;
}
main .works .works-inner__box .box-inner .work-card .card-info h3 {
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  margin-bottom: min(0.462962963vw, 5px);
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner .work-card .card-info h3 {
    font-size: min(4.2666666667vw, 16px);
  }
}
main .works .works-inner__box .box-inner .work-card .card-info p {
  font-size: min(1.1111111111vw, 12px);
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner .work-card .card-info p {
    font-size: min(3.2vw, 12px);
  }
}
main .works .works-inner__box .box-inner .work-card .goto {
  width: min(9.2592592593vw, 100px);
  position: absolute;
  bottom: min(0.9259259259vw, 10px);
  right: 0;
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner .work-card .goto {
    width: min(26.6666666667vw, 100px);
    bottom: min(2.6666666667vw, 10px);
  }
}
main .works .works-inner__box .box-inner .work-card .goto p {
  font-size: min(1.1111111111vw, 12px);
}
@media (max-width: 767px) {
  main .works .works-inner__box .box-inner .work-card .goto p {
    font-size: min(3.2vw, 12px);
  }
}
main .works .works-inner__box .box-inner .work-card:hover {
  transform: scale(1.06);
  transition: all 0.3s;
  box-shadow: 0px 0px;
}
main .contact .contact-inner {
  position: relative;
  width: 100%;
  height: min(37.037037037vw, 400px);
  margin: 0 auto;
  background-color: rgba(10, 61, 98, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  main .contact .contact-inner {
    height: auto;
  }
}
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;
  }
}
main .contact .contact-inner .image-mask {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
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: 80%;
  }
}
main .contact .contact-inner__info {
  display: flex;
  justify-content: center;
  width: 100%;
}
main .contact .contact-inner__box {
  text-align: center;
}
main .contact .contact-inner__box .f-pc {
  margin-bottom: min(2.7777777778vw, 30px);
}
@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(4.2666666667vw, 16px);
}
@media (min-width: 768px) {
  main .contact .contact-inner__box .f-sp {
    display: none;
  }
}
main .contact .contact-inner__box .contact-url {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a3d62;
}
main .contact .contact-inner__box .contact-url a.btn {
  font-size: min(2.962962963vw, 32px);
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
}
@media (max-width: 767px) {
  main .contact .contact-inner__box .contact-url a.btn {
    font-size: min(5.3333333333vw, 20px);
  }
}
main .contact .contact-inner__box .contact-url a.btn::after {
  content: "" !important;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #0a3d62;
  transition: width 0.3s ease;
}
main .contact .contact-inner__box .contact-url a.btn:hover::after {
  width: 100%;
}

.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);
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>