@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Black.ttf") format("truetype"), url("../fonts/ZenOldMincho-Bold.ttf") format("truetype"), url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype"), url("../fonts/ZenOldMincho-Medium.ttf") format("truetype"), url("../fonts/ZenOldMincho-Regular.ttf") format("truetype"), url("../fonts/ZenOldMincho-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Silk-Serif-Light-Italic";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf") format("truetype"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype"), url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype"), url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 8px 24px;
  background-color: #000;
  font-size: 20px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__logo {
  font-weight: bold;
}
.header .header__logo img {
  width: 250px;
}
@media screen and (max-width: 1040px) {
  .header .header__logo img {
    width: 180px;
  }
}
@media screen and (max-width: 414px) {
  .header .header__logo img {
    width: 160px;
  }
}
.header .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  gap: 32px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .header .header__list {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .header .header__list {
    display: none;
  }
}
.header .header__list .header__item:nth-child(2) {
  position: relative;
}
.header .header__list .header__item:nth-child(2) .header__service {
  position: relative;
  line-height: 2;
}
.header .header__list .header__item:nth-child(2) .header__service::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: absolute;
  left: -14px;
  top: 11px;
}
@media screen and (max-width: 1040px) {
  .header .header__list .header__item:nth-child(2) .header__service::before {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .header .header__list .header__item:nth-child(2) .header__service::before {
    display: none;
  }
}
.header .header__list .header__item:nth-child(2) .dropdown__lists {
  border-bottom-right-radius: 25px;
  display: none;
  width: 350px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ccc;
  padding: 8px 8px;
}
.header .header__list .header__item:nth-child(2) .dropdown__list {
  padding: 15px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.header .header__list .header__item:nth-child(2) .dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.header .header__list .header__item:nth-child(2) .dropdown__list:hover {
  background-color: #003558;
}
.header .header__list .header__item:nth-child(2) .dropdown__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}
.header .ham {
  display: none;
}
@media screen and (max-width: 1040px) {
  .header .ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 14px;
    cursor: pointer;
  }
}
@media screen and (max-width: 414px) {
  .header .ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1040px) {
  .header .ham span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media screen and (max-width: 414px) {
  .header .ham span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.header .ham__menu {
  display: none;
}
@media screen and (max-width: 1040px) {
  .header .ham__menu {
    text-align: center;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 66px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    color: #fff;
    padding-top: 80px;
    z-index: 20;
  }
}
@media screen and (max-width: 1040px) and (max-width: 414px) {
  .header .ham__menu {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .header .ham__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 0.4s ease-in-out forwards;
            animation: fadeIn 0.4s ease-in-out forwards;
    opacity: 1;
    visibility: visible;
  }
}
.header .ham__menu .ham__menu__item {
  width: 375px;
  margin-bottom: 50px;
  font-size: 24px;
}
@media screen and (max-width: 414px) {
  .header .ham__menu .ham__menu__item {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.header .header__item__contact {
  margin-left: auto;
}
.header .header__item__contact a {
  display: block;
  color: #fff;
  padding: 18px 44px;
  border: 2px solid #fff;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}
.header .header__item__contact a:hover {
  background-color: #fff;
  color: #000;
}

body {
  line-height: 1;
  color: #222222;
  overflow-x: hidden;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}

.webfonts {
  font-size: 16px;
}

.zenoldmincho {
  font-family: "Zen Old Mincho", serif;
}

.zenkakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.notosansjp {
  font-family: "Noto Sans JP", sans-serif;
}

.darkblue {
  color: #0B1D3D;
}

.mainblue {
  color: #263290;
}

.mainbgc {
  background-color: #F8F8F5;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.tab_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .tab_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.sp_none_inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .sp_none_inline {
    display: none;
  }
}

.hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hover:hover {
  opacity: 0.5;
}

.cta {
  text-align: center;
  background-color: #0B1D3D;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1040px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cta .cta__title {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .cta .cta__title {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .cta .cta__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.cta .btn {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  color: #000;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 1.5% 12%;
  border-radius: 60px;
  border: solid 2px #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta .btn:hover {
  background-color: #0B1D3D;
  border: #fff 2px solid;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .cta .btn {
    width: 33%;
    font-size: 2vw;
    padding: 2% 6%;
  }
}
@media screen and (max-width: 430px) {
  .cta .btn {
    width: 250px;
    font-size: 20px;
    padding: 10px 49px;
  }
}

.section__title {
  font-size: 48px;
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  line-height: 1.4em;
  color: #263290;
}
@media screen and (max-width: 1040px) {
  .section__title {
    width: 90%;
    font-size: 36px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 430px) {
  .section__title {
    width: 337px;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.section__title::after {
  content: "";
  width: 1040px;
  height: 2px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1040px) {
  .section__title::after {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .section__title::after {
    width: 337px;
    height: 1px;
    bottom: -20px;
  }
}

section {
  padding: 200px 0;
}
@media screen and (max-width: 1040px) {
  section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 430px) {
  section {
    padding: 50px 0;
  }
}

.worries {
  padding: 0;
  background-size: cover;
}
.worries__content {
  width: 72%;
  margin: 0 auto;
  padding-bottom: 14px;
}
@media screen and (max-width: 430px) {
  .worries__content {
    width: 86%;
  }
}
.worries__content__title {
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  padding-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .worries__content__title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .worries__content__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.worries__content__title span {
  font-size: 2.2vw;
}
@media screen and (max-width: 1040px) {
  .worries__content__title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .worries__content__title span {
    font-size: 20px;
  }
}
.worries__content__list {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .worries__content__list {
    font-size: 14px;
    padding-bottom: 85px;
    font-size: 22px;
  }
}
@media screen and (max-width: 430px) {
  .worries__content__list {
    font-size: 14px;
    padding-bottom: 45px;
  }
}
.worries__content__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 15px;
}
@media screen and (max-width: 1040px) {
  .worries__content__list__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .worries__content__list__item img {
    width: 5vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 430px) {
  .worries__content__list__item img {
    width: 25px;
  }
}

.solution {
  padding: 200px 0 80px;
  background-color: #F8F8F5;
}
@media screen and (max-width: 1040px) {
  .solution {
    padding: 50px 0 80px;
  }
}
.solution__content {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .solution__content {
    width: 56vw;
  }
}
@media screen and (max-width: 430px) {
  .solution__content {
    width: 337px;
  }
}
.solution__content h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  color: #263290;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .solution__content h2 {
    font-size: 3.5vw;
    line-height: 1.4;
    padding-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .solution__content h2 {
    font-size: 24px;
    line-height: 1.4;
    padding-top: 60px;
  }
}

.method {
  background-color: #F8F8F5;
  padding: 40px 0 200px;
}
@media screen and (max-width: 1040px) {
  .method {
    padding: 10px 0 50px;
  }
}
.method__content {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .method__content {
    width: 337px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .method__content {
    width: 337px;
    padding-bottom: 30px;
  }
}
.method__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
}
.method__content__item:nth-child(3) {
  padding-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .method__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .method__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.method__content__item__box {
  width: 37vw;
}
@media screen and (max-width: 1040px) {
  .method__content__item__box {
    width: 66vw;
  }
}
@media screen and (max-width: 430px) {
  .method__content__item__box {
    width: 280px;
  }
}
.method__content__item__box__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: transparent;
  -webkit-text-stroke: 1px #1E50A2;
  padding-bottom: 60px;
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .method__content__item__box__num {
    font-size: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .method__content__item__box__num {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
.method__content__item__box__title {
  font-size: 40px;
  line-height: 1.4em;
  color: #263290;
  padding-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .method__content__item__box__title {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 430px) {
  .method__content__item__box__title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.method__content__item__box__text {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 1040px) {
  .method__content__item__box__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .method__content__item__box__text {
    font-size: 12px;
  }
}
.method__content__item img {
  width: 33vw;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .method__content__item img {
    width: 65vw;
    height: 150%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .method__content__item img {
    width: 280px;
    height: 175px;
  }
}

.features {
  background-color: #F8F8F5;
}
.features__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .features__area {
    gap: 80px;
  }
}
@media screen and (max-width: 430px) {
  .features__area {
    gap: 30px;
  }
}
.features__area__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 93%;
  border-bottom-left-radius: 30px;
  max-width: 1440px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .features__area__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .features__area__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__area__item:nth-child(odd) {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 430px) {
  .features__area__item:nth-child(odd) {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.features__area__item:nth-child(even) {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 430px) {
  .features__area__item:nth-child(even) {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.features__area__item__text {
  width: 600px;
  margin-left: 50px;
}
@media screen and (max-width: 1040px) {
  .features__area__item__text {
    width: 80%;
    padding-top: 20px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 430px) {
  .features__area__item__text {
    width: 314px;
    padding-top: 20px;
    margin-left: 30px;
  }
}
.features__area__item__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  color: #263290;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .features__area__item__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .features__area__item__heading {
    font-size: 20px;
  }
}
.features__area__item__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  color: #000;
}
@media screen and (max-width: 430px) {
  .features__area__item__desc {
    font-size: 14px;
  }
}
.features__area__item__image {
  width: 45%;
}
@media screen and (max-width: 1040px) {
  .features__area__item__image {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .features__area__item__image {
    width: 80%;
  }
}
.features__area__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.features__area .reverse {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0px;
}
@media screen and (max-width: 1040px) {
  .features__area .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.features__area .reverse .features__area__item__text {
  margin-left: 0;
  margin-right: 100px;
}
@media screen and (max-width: 1040px) {
  .features__area .reverse .features__area__item__text {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 430px) {
  .features__area .reverse .features__area__item__text {
    margin-right: 0;
    margin-left: 30px;
  }
}

.difference {
  background: #e0f1fb;
}
.difference .difference__scroll-wrapper {
  width: 100%;
  overflow: hidden;
}
.difference .difference__scroll-wrapper .difference__wrapper {
  overflow-x: auto;
  width: 100%;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table {
  width: 72%;
  min-width: 570px;
  margin: 0 auto;
  max-width: 1040px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: #fff;
  padding: 15px;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table {
    width: 96%;
    padding: 10px;
    gap: 12px;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table {
    width: 337px;
    padding: 6px;
    gap: 8px;
    margin-left: -6px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row {
  display: contents;
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .item,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .item {
  -webkit-box-shadow: 0px 7px #90A4B0;
          box-shadow: 0px 7px #90A4B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #90A4B0;
  color: white;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .item,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .item {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .item,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .item {
    font-size: 16px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column {
  background: #ECF2F5;
  padding: 14px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 340px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column {
    padding: 7px;
    font-size: 14px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.main,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #263290;
  color: #ECF2F5;
  font-size: 40px;
  line-height: 1em;
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 20px 0;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.main,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.main {
    font-size: 22px;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.main,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.main {
    font-size: 20px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.another,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.another {
  background-color: #90A4B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 27px;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.another,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.another {
    padding: 10px;
  }
}
@media screen and (max-width: 340px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.another,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.another {
    padding: 7px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__circle,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__circle {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__circle,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__circle {
    width: 40%;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__circle,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__circle {
    width: 40%;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__triangle,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__triangle {
  padding-bottom: 4px;
  margin: 0 auto 20px;
  width: 60%;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__triangle,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__triangle {
    width: 52%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__triangle,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__triangle {
    width: 50%;
    margin-bottom: 10px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__cross,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__cross {
  width: 46%;
  padding-bottom: 12px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__cross,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__cross {
    width: 37%;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__cross,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__cross {
    width: 34%;
    margin-bottom: 10px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__text,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__text,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__text {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column__text,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column__text {
    font-size: 12px;
    margin-top: 5px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column .samurai,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column .samurai {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column .samurai,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column .samurai {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column .samurai,
  .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column .samurai {
    font-size: 14px;
  }
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column .another,
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column .another {
  padding-bottom: 4px;
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .column.black {
  border: 4px solid #000;
  -webkit-box-shadow: 5px 7px #888888;
          box-shadow: 5px 7px #888888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.difference .difference__scroll-wrapper .difference__wrapper .difference__table .sticky .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ccc;
  z-index: 7;
}

.flow {
  background-color: #f8f8f8;
  width: 100%;
}
.flow .section__title {
  color: #263290;
}
.flow .section__title::after {
  background-color: #263290;
}
.flow .flow__steps {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.flow .flow__steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.flow .flow__steps .step:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step {
    margin-bottom: 20px;
  }
}
.flow .flow__steps .step .step__icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 70px;
  background-color: #263290;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step .step__icon {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__icon {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-right: 0px;
  }
}
.flow .flow__steps .step .step__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 130px;
  height: 70px;
  width: 2px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step .step__icon::after {
    left: 50%;
    top: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__icon::after {
    display: none;
  }
}
.flow .flow__steps .step .step__icon img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step .step__icon img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__icon img {
    width: 30px;
    height: 30px;
  }
}
.flow .flow__steps .step .step__icon .step__number {
  white-space: nowrap;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  color: #263290;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step .step__icon .step__number {
    font-size: 14px;
    top: -20px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__icon .step__number {
    font-size: 10px;
    top: -15px;
  }
}
.flow .flow__steps .step .step__content {
  padding: 20px 20px;
  border-radius: 12px;
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__content {
    padding: 10px 10px;
    width: 67vw;
  }
}
.flow .flow__steps .step .step__content .step__title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step .step__content .step__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__content .step__title {
    font-size: 16px;
    line-height: 1.3;
  }
}
.flow .flow__steps .step .step__content .step__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 850px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1040px) {
  .flow .flow__steps .step .step__content .step__text {
    font-size: 20px;
    max-width: 700px;
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow__steps .step .step__content .step__text {
    font-size: 12px;
    width: 260px;
    padding: 5px;
  }
}
.flow .flow__steps .step:last-child .step__icon::after {
  content: none;
}

.faq .faq__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner {
    width: 100%;
  }
}
.faq .faq__inner .faq__each {
  width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px #ccc dashed;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
  }
}
.faq .faq__inner .faq__each dl {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #263290;
  border-radius: 8px;
  overflow: hidden;
}
.faq .faq__inner .faq__each dl dt {
  background-color: #263290;
  padding: 28px;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each dl dt {
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each dl dt {
    padding: 15px;
  }
}
.faq .faq__inner .faq__each dl dt p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each dl dt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each dl dt p {
    font-size: 12px;
  }
}
.faq .faq__inner .faq__each dl dt p span {
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each dl dt p span {
    font-size: 26px;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each dl dt p span {
    font-size: 24px;
  }
}
.faq .faq__inner .faq__each dl dd {
  background-color: #f9f9f9;
  padding: 28px;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each dl dd {
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each dl dd {
    padding: 15px;
  }
}
.faq .faq__inner .faq__each dl dd p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each dl dd p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each dl dd p {
    font-size: 12px;
  }
}
.faq .faq__inner .faq__each dl dd p span {
  font-size: 30px;
  color: #263290;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .faq .faq__inner .faq__each dl dd p span {
    font-size: 26px;
  }
}
@media screen and (max-width: 430px) {
  .faq .faq__inner .faq__each dl dd p span {
    font-size: 24px;
  }
}

.footer {
  background-color: #0c1b3c;
  color: white;
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    padding: 40px 20px;
  }
}
.footer .footer__section {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer__section {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__section {
    margin-bottom: 45px;
  }
}
.footer .footer__section p {
  margin: 15px 0px;
}
@media screen and (max-width: 768px) {
  .footer .footer__section p {
    margin: 10px 0px;
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__section p {
    margin: 10px 0px;
    font-size: 12px;
  }
}
.footer .footer__title {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.footer .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin-left: 39px;
  list-style: none;
  padding: 0;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    font-size: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    font-size: 12px;
  }
}
.footer .footer__logo {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__logo {
    margin-top: 20px;
  }
}
.footer .footer__logo img {
  width: 375px;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo img {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .footer .footer__logo img {
    width: 200px;
  }
}

body.home .kv {
  overflow: hidden;
  background: #19448E;
  background: radial-gradient(circle, rgb(25, 68, 142) 38%, rgb(7, 19, 40) 100%);
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 10px;
}
@media screen and (max-width: 1040px) {
  body.home .kv {
    padding-bottom: 40px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv {
    padding-bottom: 60px;
  }
}
body.home .kv__content {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  width: 83%;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content {
    width: 500px;
  }
}
@media screen and (max-width: 500px) {
  body.home .kv__content {
    width: 450px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content {
    width: 337px;
  }
}
body.home .kv__content__img {
  width: 150%;
  position: absolute;
  top: -24%;
  right: -40%;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content__img {
    width: 270%;
    position: absolute;
    -webkit-transform: translateX(18%);
            transform: translateX(18%);
    top: 120px;
    right: -130px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content__img {
    display: none;
  }
}
body.home .kv__content .sp__img {
  display: none;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content .sp__img {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content .sp__img {
    display: block;
    position: absolute;
    top: 78px;
    right: -230px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body.home .kv__content .sp__img img {
    width: 840px;
  }
}
body.home .kv__content__pro {
  width: 18vw;
  margin-top: 120px;
  margin-bottom: 24px;
  font-family: "Zen Old Mincho", serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content__pro {
    font-size: 5vw;
    width: 337px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content__pro {
    font-size: 24px;
    width: 337px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
  }
}
body.home .kv__content__category {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content__category {
    font-size: 4vw;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content__category {
    font-size: 24px;
    text-align: center;
  }
}
body.home .kv__content__title {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content__title {
    text-align: center;
  }
}
@media screen and (max-width: 1039px) {
  body.home .kv__content__title {
    font-size: 9vw;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content__title {
    font-size: 40px;
    margin-top: 10px;
    text-align: center;
  }
}
body.home .kv__content__title::after {
  content: "";
  height: 4px;
  background-color: #fff;
  display: block;
  width: 30vw;
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content__title::after {
    width: 46vw;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content__title::after {
    width: 207px;
    margin: 0 auto;
    margin-top: 10px;
    height: 2px;
  }
}
body.home .kv__content__box {
  width: 32vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 1040px) {
  body.home .kv__content__box {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__content__box {
    display: none;
  }
}
body.home .kv__content__box__item {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
  border: 1px solid #fff;
  width: 15vw;
  text-align: center;
  padding: 10px 0;
  border-radius: 2px;
  border-bottom-right-radius: 32px;
}
body.home .kv__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 12px;
}
@media screen and (max-width: 1040px) {
  body.home .kv__subtitle {
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__subtitle {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  body.home .kv__subtitle .pc_none {
    display: block;
  }
}
body.home .kv__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 120px;
    width: 337px;
  }
}
body.home .kv__banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1300px) {
  body.home .kv__banner__box {
    gap: 20px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box {
    gap: 10px;
  }
}
body.home .kv__banner__box__item {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding-top: 16px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  width: 210px;
  height: 200px;
}
@media screen and (max-width: 1920px) {
  body.home .kv__banner__box__item {
    width: 184px;
    height: 180px;
  }
}
@media screen and (max-width: 1600px) {
  body.home .kv__banner__box__item {
    width: 160px;
    height: 130px;
  }
}
@media screen and (max-width: 1300px) {
  body.home .kv__banner__box__item {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box__item {
    width: 24vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4px;
    z-index: 3;
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body.home .kv__banner__box__item {
    height: 110px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item {
    width: 100px;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4px;
    z-index: 3;
  }
}
body.home .kv__banner__box__item__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: #1E50A2;
}
@media screen and (max-width: 1600px) {
  body.home .kv__banner__box__item__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box__item__text {
    font-size: 1.5vw;
    padding: 4px 0;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__text {
    font-size: 10px;
  }
}
body.home .kv__banner__box__item__text::after {
  content: "";
  height: 1px;
  background-color: #1E50A2;
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box__item__text::after {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__text::after {
    width: 80px;
    margin-top: 6px;
  }
}
body.home .kv__banner__box__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.home .kv__banner__box__item__price__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 130px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.08em;
  color: #1E50A2;
}
@media screen and (max-width: 1920px) {
  body.home .kv__banner__box__item__price__num {
    font-size: 100px;
  }
}
@media screen and (max-width: 1600px) {
  body.home .kv__banner__box__item__price__num {
    font-size: 64px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box__item__price__num {
    font-size: 72px;
  }
}
@media screen and (max-width: 600px) {
  body.home .kv__banner__box__item__price__num {
    font-size: 64px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__price__num {
    font-size: 42px;
  }
}
body.home .kv__banner__box__item__price__num__text {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0;
  margin-left: 6px;
  color: #1E50A2;
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box__item__price__num__text {
    font-size: 2vw;
    margin-left: 10px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__price__num__text {
    font-size: 12px;
    margin-left: 6px;
  }
}
body.home .kv__banner__box__item__price__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 6px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  body.home .kv__banner__box__item__price__unit {
    gap: 0px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1020px) {
  body.home .kv__banner__box__item__price__unit {
    gap: 2px;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__price__unit {
    gap: 2px;
    margin-bottom: 2px;
  }
}
body.home .kv__banner__box__item__price__unit__article {
  background-color: #1E50A2;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  padding: 3px 1px 3px 1px;
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__box__item__price__unit__article {
    z-index: 3;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__price__unit__article {
    z-index: 3;
    font-size: 10px;
  }
}
body.home .kv__banner__box__item__price__unit__yen {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  color: #1E50A2;
}
@media screen and (max-width: 1020px) {
  body.home .kv__banner__box__item__price__unit__yen {
    font-size: 2vw;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__box__item__price__unit__yen {
    font-size: 12px;
  }
}
body.home .kv__banner__btn {
  background-color: #EA6E54;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  padding: 24px 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 100px;
  z-index: 3;
  white-space: nowrap;
  border: #EA6E54 solid 4px;
}
body.home .kv__banner__btn:hover {
  background-color: #fff;
  color: #EA6E54;
}
@media screen and (max-width: 1920px) {
  body.home .kv__banner__btn {
    font-size: 32px;
    padding: 24px 30px;
  }
}
@media screen and (max-width: 1600px) {
  body.home .kv__banner__btn {
    font-size: 24px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner__btn {
    font-size: 2vw;
    padding: 16px 74px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.home .kv__banner__btn {
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner__btn {
    font-size: 16px;
    padding: 12px 54px;
  }
}
body.home .kv__banner .sp__kv__content__box {
  display: none;
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner .sp__kv__content__box {
    width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 3;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner .sp__kv__content__box {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .kv__banner .sp__kv__content__box .kv__content__box__item {
    font-size: 1.7vw;
    width: 160px;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 500px) {
  body.home .kv__banner .sp__kv__content__box .kv__content__box__item {
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  body.home .kv__banner .sp__kv__content__box .kv__content__box__item {
    font-size: 16px;
    width: 160px;
    border-bottom-right-radius: 0;
  }
}
body.home .worries {
  background-image: url(../images/top/top_worries.webp);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1040px) {
  body.home .worries {
    background-image: url(../images/top/top_worries_sp.webp);
    background-size: right top;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  body.home .worries {
    background-image: url(../images/top/top_worries_sp.webp);
    background-size: center;
    width: 100%;
  }
}
body.home .worries::before, body.home .worries::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  body.home .worries::before, body.home .worries::after {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body.home .worries::before, body.home .worries::after {
    display: none;
  }
}
body.home .worries::before {
  top: 0%;
  right: 0%;
  width: 820px;
  background: #C8CCD3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(200, 204, 211, 0.01)), color-stop(64%, rgb(200, 204, 211)));
  background: linear-gradient(90deg, rgba(200, 204, 211, 0.01) 0%, rgb(200, 204, 211) 64%);
}
body.home .worries::after {
  top: 0;
  left: 0;
  background: #FFFFFF;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
}
body.home .worries__content {
  position: relative;
  width: 50%;
  right: -25%;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  body.home .worries__content {
    width: 56%;
    right: 10%;
  }
}
@media screen and (max-width: 430px) {
  body.home .worries__content {
    width: 90%;
    right: 0%;
  }
}
body.home .worries__content__title {
  color: #263290;
}
body.home .worries__content__title__next {
  display: none;
}
@media screen and (max-width: 430px) {
  body.home .worries__content__title__next {
    display: block;
  }
}
body.home .worries__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
body.home .worries__content__list__item {
  color: #19215E;
}
@media screen and (max-width: 1040px) {
  body.home .solution {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .solution .solution__content .pc_none {
    display: block;
  }
}
body.home .lead {
  background-color: #F8F8F5;
  padding: 0 0 80px;
}
@media screen and (max-width: 430px) {
  body.home .lead {
    padding: 0 0 20px;
  }
}
body.home .lead__content {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  body.home .lead__content {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  body.home .lead__content {
    width: 90%;
  }
}
body.home .lead__content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1040px) {
  body.home .lead__content__text {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  body.home .lead__content__text {
    padding-bottom: 10px;
  }
}
body.home .lead__content__text__line {
  width: 21%;
  height: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #263290;
}
@media screen and (max-width: 1040px) {
  body.home .lead__content__text__line {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body.home .lead__content__text__line {
    display: none;
  }
}
body.home .lead__content__text__title {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #263290;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  body.home .lead__content__text__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  body.home .lead__content__text__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .lead__content__text__title__br {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body.home .lead__content__text__title__br {
    display: none;
  }
}
body.home .what_is_samurai_marketing {
  padding: 0 0;
}
body.home .what_is_samurai_marketing__content {
  background-image: url(../images/top/top_what_is_samurai_marketing.webp);
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  body.home .what_is_samurai_marketing__content {
    background-image: url(../images/top/top_what_is_samurai_marketing_sp.webp);
    background-size: cover;
  }
}
@media screen and (max-width: 430px) {
  body.home .what_is_samurai_marketing__content {
    background-image: url(../images/top/top_what_is_samurai_marketing_sp.webp);
    background-size: cover;
  }
}
body.home .what_is_samurai_marketing__content__box {
  width: 450px;
  margin-left: 14%;
  padding-top: 120px;
  padding-bottom: 124px;
}
@media screen and (max-width: 1040px) {
  body.home .what_is_samurai_marketing__content__box {
    width: 280px;
    margin-left: 10%;
    padding-top: 80px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 430px) {
  body.home .what_is_samurai_marketing__content__box {
    width: 260px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
body.home .what_is_samurai_marketing__content__box__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  body.home .what_is_samurai_marketing__content__box__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  body.home .what_is_samurai_marketing__content__box__title {
    font-size: 24px;
  }
}
body.home .what_is_samurai_marketing__content__box__text {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  body.home .what_is_samurai_marketing__content__box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  body.home .what_is_samurai_marketing__content__box__text {
    font-size: 12px;
  }
}
body.home .services {
  padding: 200px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0B1D3D;
  /* 3つのアイテム */
  /* 左のカラムだけ見せたいので割合を1に */
  /* 閉じている時は右側を隠す処理 */
  /* positionを使わないと幅が0にならない */
  /* ホバー時、割合を7にする */
  /* ホバー時、右側の割合を1にする */
}
@media screen and (max-width: 1040px) {
  body.home .services {
    padding: 50px 0 0;
  }
}
body.home .services .section__title {
  color: #fff;
}
body.home .services .section__title::after {
  background-color: #fff;
}
body.home .services img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .services .wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 1040px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0B1D3D;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 1040px) {
  body.home .services .wrapper {
    width: 700px;
    height: 600px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .wrapper {
    margin-top: 40px;
  }
}
body.home .services .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-box-flex 0.7s;
  transition: -webkit-box-flex 0.7s;
  transition: flex 0.7s;
  transition: flex 0.7s, -webkit-box-flex 0.7s, -ms-flex 0.7s;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
body.home .services .item::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 1040px) {
  body.home .services .item::after {
    width: 40px;
    right: 25px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item::after {
    width: 40px;
    right: 25px;
  }
}
body.home .services .item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 30px;
  bottom: 16px;
}
@media screen and (max-width: 1040px) {
  body.home .services .item::before {
    right: 24px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item::before {
    right: 24px;
  }
}
body.home .services .item .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .services .item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
}
body.home .services .item .text .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 1040px) {
  body.home .services .item .text .inner {
    position: static;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item .text .inner {
    position: static;
  }
}
body.home .services .item:hover {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
body.home .services .item:hover .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: -webkit-box-flex 0.5s;
  transition: -webkit-box-flex 0.5s;
  transition: flex 0.5s;
  transition: flex 0.5s, -webkit-box-flex 0.5s, -ms-flex 0.5s;
}
body.home .services .item:hover .text .inner {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
body.home .services .title {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 80%;
  left: 150px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 38px;
  color: #fff;
}
body.home .services .text .inner .sub__title {
  width: 240px;
  margin: 0 auto;
  margin-top: 72px;
  font-size: 24px;
  line-height: 1.6;
}
body.home .services .text .inner .content {
  width: 240px;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 1.8;
}
body.home .services .text .inner .pc {
  width: 240px;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 1.8;
}
body.home .services .text .inner .sp {
  width: 240px;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 1.8;
  display: none;
}
body.home .services .text .inner .service__link {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  body.home .services .text .inner .service__link {
    right: 30px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .text .inner .service__link {
    right: 30px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .services .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    height: auto;
    gap: 20px;
    padding: 20px;
  }
  body.home .services .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    background-color: #fff;
  }
  body.home .services .item .image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
  }
  body.home .services .item .image img {
    width: 100%;
    height: auto;
  }
  body.home .services .item .title {
    font-size: 20px;
    width: 140px;
    left: 80px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  body.home .services .item .title {
    left: 25%;
    font-size: 5.5vw;
    line-height: 1.2;
    width: auto;
  }
}
@media screen and (max-width: 1040px) {
  body.home .services .item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
    height: auto;
    margin-left: 10px;
  }
  body.home .services .item .text .inner {
    opacity: 1;
    width: 100%;
    padding: 0;
  }
  body.home .services .item .text .inner .sub__title {
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  body.home .services .item .text .inner .sub__title {
    width: 240px;
    margin: 0 auto;
    margin-top: 72px;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) and (max-width: 650px) {
  body.home .services .item .text .inner .sub__title {
    width: 180px;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .services .item .text .inner .content {
    width: 300px;
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1040px) and (max-width: 650px) {
  body.home .services .item .text .inner .content {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) and (max-width: 650px) {
  body.home .services .item .text .inner .pc {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  body.home .services .item .text .inner .sp {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1040px) and (max-width: 650px) {
  body.home .services .item .text .inner .sp {
    display: block;
    text-align: center;
    width: 130px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .services .item .text .inner .service__link a {
    position: static;
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    height: auto;
    gap: 20px;
    padding: 20px;
  }
  body.home .services .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    background-color: #fff;
  }
  body.home .services .item .image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 50%;
  }
  body.home .services .item .image img {
    width: 100%;
    height: 42vh;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  body.home .services .item .image img {
    height: 230px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item .title {
    font-size: 20px;
    width: 150px;
    left: 25%;
  }
  body.home .services .item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
    height: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  body.home .services .item .text {
    margin-left: 0px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item .text .inner {
    opacity: 1;
    width: 100%;
    padding: 0;
  }
  body.home .services .item .text .inner .sub__title {
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  body.home .services .item .text .inner .sub__title {
    width: 140px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item .text .inner .content {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
  }
  body.home .services .item .text .inner .sp {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  body.home .services .item .text .inner .sp {
    display: block;
    text-align: center;
    width: 116px;
  }
}
@media screen and (max-width: 430px) {
  body.home .services .item .text .inner .service__link a {
    position: static;
    margin-top: 10px;
  }
}
body.home .strength__wrapper {
  background-color: #F8F8F5;
}
body.home .strength__wrapper .strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength {
    gap: 80px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength {
    gap: 30px;
  }
}
body.home .strength__wrapper .strength__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 93%;
  border-bottom-left-radius: 30px;
  max-width: 1440px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home .strength__wrapper .strength__item:nth-child(odd) {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item:nth-child(odd) {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.home .strength__wrapper .strength__item:nth-child(even) {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item:nth-child(even) {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.home .strength__wrapper .strength__item .strength__text {
  width: 600px;
  margin-left: 50px;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength__item .strength__text {
    width: 80%;
    padding-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item .strength__text {
    width: 314px;
    padding-top: 20px;
    margin-left: 20px;
  }
}
body.home .strength__wrapper .strength__item .strength__text .strength__label {
  font-size: 24px;
  color: #8F8F8F;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__label {
    font-size: 12px;
  }
}
body.home .strength__wrapper .strength__item .strength__text .strength__label span {
  margin-left: 10px;
  font-size: 36px;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__label span {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__label span {
    font-size: 18px;
  }
}
body.home .strength__wrapper .strength__item .strength__text .strength__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  color: #263290;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__heading {
    font-size: 20px;
  }
}
body.home .strength__wrapper .strength__item .strength__text .strength__desc {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8em;
  color: #000;
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item .strength__text .strength__desc {
    font-size: 14px;
  }
}
body.home .strength__wrapper .strength__item .strength__image {
  width: 45%;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength__item .strength__image {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength__item .strength__image {
    width: 80%;
  }
}
body.home .strength__wrapper .strength__item .strength__image img {
  width: 100%;
  height: auto;
  display: block;
}
body.home .strength__wrapper .strength .reverse {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0px;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body.home .strength__wrapper .strength .reverse .strength__text {
  margin-left: 0;
  margin-right: 100px;
}
@media screen and (max-width: 1040px) {
  body.home .strength__wrapper .strength .reverse .strength__text {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 430px) {
  body.home .strength__wrapper .strength .reverse .strength__text {
    margin-right: 0;
    margin-left: 30px;
  }
}
body.home .achievement {
  background-color: #f4f4f4;
}
body.home .achievement .achievement__text {
  width: 850px;
  line-height: 2;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .achievement__text {
    width: 70%;
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .achievement__text {
    width: 300px;
    font-size: 16px;
  }
}
body.home .achievement .donut {
  background-color: #f4f4f4;
  width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut {
    width: 337px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut {
    width: 337px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
  }
}
body.home .achievement .donut canvas {
  width: 650px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut canvas {
    width: 300px !important;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut canvas {
    width: 300px !important;
  }
}
body.home .achievement .donut .donut__chart__text {
  font-size: 24px;
  position: absolute;
  top: 307px;
  left: 310px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .donut__chart__text {
    font-size: 14px;
    top: 157px;
    left: 128px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .donut__chart__text {
    font-size: 12px;
    top: 157px;
    left: 135px;
  }
}
body.home .achievement .donut .donut__chart__text .achievement__number {
  margin-top: 9px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .donut__chart__text .achievement__number {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .donut__chart__text .achievement__number {
    font-size: 16px;
  }
}
body.home .achievement .donut .num {
  position: absolute;
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num {
    font-size: 16px;
  }
}
body.home .achievement .donut .num span {
  font-size: 20px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num span {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num span {
    font-size: 12px;
  }
}
body.home .achievement .donut .num .num__01 {
  position: absolute;
  top: 180px;
  left: 500px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__01 {
    top: 75px;
    left: 220px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__01 {
    top: 75px;
    left: 220px;
  }
}
body.home .achievement .donut .num .num__02 {
  position: absolute;
  top: 450px;
  left: 480px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__02 {
    top: 220px;
    left: 210px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__02 {
    top: 220px;
    left: 210px;
  }
}
body.home .achievement .donut .num .num__03 {
  position: absolute;
  top: 520px;
  left: 230px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__03 {
    top: 240px;
    left: 100px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__03 {
    top: 240px;
    left: 100px;
  }
}
body.home .achievement .donut .num .num__04 {
  position: absolute;
  top: 380px;
  left: 80px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__04 {
    top: 170px;
    left: 40px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__04 {
    top: 170px;
    left: 40px;
  }
}
body.home .achievement .donut .num .num__05 {
  position: absolute;
  top: 190px;
  left: 100px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__05 {
    top: 90px;
    left: 40px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__05 {
    top: 90px;
    left: 40px;
  }
}
body.home .achievement .donut .num .num__06 {
  position: absolute;
  top: 95px;
  left: 190px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__06 {
    top: 40px;
    left: 85px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__06 {
    top: 40px;
    left: 85px;
  }
}
body.home .achievement .donut .num .num__07 {
  position: absolute;
  top: 70px;
  left: 270px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .num .num__07 {
    top: 30px;
    left: 125px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .num .num__07 {
    top: 30px;
    left: 125px;
  }
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.home .achievement .donut .legend .profession {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .legend .profession {
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .legend .profession {
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
  }
}
body.home .achievement .donut .legend .profession::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 1040px) {
  body.home .achievement .donut .legend .profession::before {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}
@media screen and (max-width: 430px) {
  body.home .achievement .donut .legend .profession::before {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}
body.home .achievement .donut .legend .profession:nth-child(1)::before {
  background-color: #263290;
}
body.home .achievement .donut .legend .profession:nth-child(2)::before {
  background-color: #1E50A2;
}
body.home .achievement .donut .legend .profession:nth-child(3)::before {
  background-color: #07365B;
}
body.home .achievement .donut .legend .profession:nth-child(4)::before {
  background-color: #14AE5C;
}
body.home .achievement .donut .legend .profession:nth-child(5)::before {
  background-color: #0D99FF;
}
body.home .achievement .donut .legend .profession:nth-child(6)::before {
  background-color: #9747FF;
}
body.home .achievement .donut .legend .profession:nth-child(7)::before {
  background-color: #B3B3B7;
}
body.home .achievement canvas {
  max-width: 900px;
  width: 500px;
  margin: auto;
  font-size: 24px;
}

.hp .kv {
  background-color: #ddd;
  background-image: url(../images/service_01/kv.webp);
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 148px;
}
@media screen and (max-width: 1040px) {
  .hp .kv {
    background-image: url(../images/service_01/service01_kv_tab.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 0px;
    height: auto;
  }
}
@media screen and (max-width: 403px) {
  .hp .kv {
    background-image: url(../images/service_01/service01_kv_tab.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 0px;
  }
}
.hp .kv__content {
  width: 83%;
  max-width: 2560px;
  margin: 0 auto;
}
.hp .kv__pro {
  padding: 10px 15px 13px 8px;
  display: inline-block;
  margin-top: 20px;
  font-size: 80px;
  line-height: 1em;
  color: #263290;
  background-color: #fff;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1920px) {
  .hp .kv__pro {
    font-size: 60px;
  }
}
@media screen and (max-width: 1040px) {
  .hp .kv__pro {
    font-size: 6vw;
    width: 100%;
    color: #fff;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    padding: 0px 0px;
    padding-top: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .hp .kv__pro {
    font-size: 8vw;
    padding-top: 100px;
  }
}
.hp .kv__page__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .hp .kv__page__name {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hp .kv__page__name__line {
  display: block;
  width: 4vw;
  height: 6px;
  background-color: #fff;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .hp .kv__page__name__line {
    width: 20px;
    height: 3px;
  }
}
.hp .kv__page__name__text {
  font-size: 4vw;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .hp .kv__page__name__text {
    font-size: 7vw;
  }
}
.hp .kv__title {
  display: inline-block;
  font-size: 5vw;
  line-height: 1em;
  color: #fff;
  margin-top: 30px;
  border-bottom: #fff solid 4px;
  padding-bottom: 4px;
}
.hp .kv__title br {
  display: none;
}
@media screen and (max-width: 1040px) {
  .hp .kv__title br {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .hp .kv__title {
    width: 100%;
    font-size: 6vw;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 1.4em;
    display: block;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 2px; /* 太さを指定 */
    border-bottom: 0px;
    text-underline-offset: 4px; /* ← 下線と文字の間隔を指定！ */
  }
}
@media screen and (max-width: 430px) {
  .hp .kv__title {
    font-size: 10vw;
    line-height: 1.6;
  }
}
.hp .kv__subtitle {
  font-size: 3vw;
  line-height: 1.4em;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .hp .kv__subtitle {
    text-align: center;
    font-size: 4vw;
    margin-top: 20px;
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 430px) {
  .hp .kv__subtitle {
    text-align: center;
    font-size: 4vw;
    padding-bottom: 120px;
  }
}
.hp .kv__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .hp .kv__banner {
    gap: 20px;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hp .kv__banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .hp .kv__banner__box {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .hp .kv__banner__box {
    width: 600px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hp .kv__banner__box__item {
  width: 300px;
  background-color: #fff;
  font-size: 36px;
  line-height: 1.4em;
  color: #0B1D3D;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1920px) {
  .hp .kv__banner__box__item {
    width: 14vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1300px) {
  .hp .kv__banner__box__item {
    width: 170px;
  }
}
@media screen and (max-width: 1040px) {
  .hp .kv__banner__box__item {
    width: 18vw;
    font-size: 2.5vw;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 430px) {
  .hp .kv__banner__box__item {
    width: 26vw;
    font-size: 3vw;
  }
}
.hp .kv__banner__btn {
  background-color: #EA6E54;
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  padding: 34px 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50px;
  z-index: 3;
  white-space: nowrap;
  border: #EA6E54 solid 4px;
}
.hp .kv__banner__btn:hover {
  background-color: #fff;
  border: #EA6E54 solid 4px;
  color: #EA6E54;
}
@media screen and (max-width: 1500px) {
  .hp .kv__banner__btn {
    font-size: 24px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 1040px) {
  .hp .kv__banner__btn {
    font-size: 3vw;
    padding: 16px 74px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .hp .kv__banner__btn {
    font-size: 16px;
    padding: 12px 54px;
  }
}
.hp .worries {
  background-image: url(../images/service_01/service01_worries.webp);
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  .hp .worries {
    background-image: url(../images/service_01/service01_worries_sp.webp);
    background-size: cover;
    background-position: center bottom;
  }
}
.hp .worries__gradient {
  background: #302116;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(48, 33, 22, 0.01)), to(rgb(48, 33, 22)));
  background: linear-gradient(0deg, rgba(48, 33, 22, 0.01) 60%, rgb(48, 33, 22) 100%);
}
@media screen and (max-width: 1040px) {
  .hp .worries__gradient {
    background: transparent;
  }
}
.hp .solution .solution__content h2 {
  line-height: 1.4;
}
.hp .recommendation {
  padding: 0;
  background-color: #F8F8F5;
}
.hp .recommendation__content {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .hp .recommendation__content {
    width: 86vw;
  }
}
.hp .recommendation__content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .hp .recommendation__content__text {
    padding-bottom: 4vw;
  }
}
.hp .recommendation__content__text__line {
  width: 220px;
  height: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #263290;
}
@media screen and (max-width: 1040px) {
  .hp .recommendation__content__text__line {
    display: none;
  }
}
.hp .recommendation__content__text__title {
  font-size: 40px;
  line-height: 1em;
  color: #263290;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .recommendation__content__text__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .hp .recommendation__content__text__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1040px) {
  .hp .recommendation__content__list {
    padding-bottom: 20px;
  }
}
.hp .recommendation__content__list__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .recommendation__content__list__text {
    font-size: 2.5vw;
    padding-bottom: 20px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .hp .recommendation__content__list__text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .hp .recommendation__content__list__text {
    font-size: 3.5vw;
  }
}
.hp .lead {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .hp .lead {
    width: 90%;
  }
}
.hp .lead__text {
  font-size: 3.5vw;
  line-height: 1.4em;
  color: #263290;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .lead__text {
    font-size: 4vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hp .lead__text br {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .hp .lead__text {
    font-size: 24px;
  }
  .hp .lead__text br {
    display: none;
  }
}
.hp .lead__line {
  color: #D9D9D9;
  height: 3px; /* 高さ（太さ）を変更 */
  background-color: #D9D9D9; /* 線の色を変更 */
  border: none; /* デフォルトのボーダーを消す */
}
@media screen and (max-width: 1040px) {
  .hp .lead__line {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.hp .not__content {
  background-color: #0B1D3D;
}
@media screen and (max-width: 1040px) {
  .hp .not__content {
    margin-bottom: 40px;
  }
}
.hp .not__content__text01 {
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .not__content__text01 {
    font-size: 3vw;
    padding: 25px 0;
  }
}
.hp .not__content__text02 {
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .not__content__text02 {
    font-size: 3vw;
    padding-bottom: 10px;
  }
}
.hp .not__content__absolutely {
  font-size: 48px;
  line-height: 1.4em;
  color: #E5005A;
  padding-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .not__content__absolutely {
    font-size: 4vw;
    padding-bottom: 30px;
  }
}
.hp .reasons__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  border: 15px solid #000;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content {
    width: 80%;
    border: 4px solid #000;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content {
    width: 337px;
    border: 4px solid #000;
  }
}
.hp .reasons__content__deny {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__deny {
    padding-bottom: 40px;
  }
}
.hp .reasons__content__deny__title {
  font-size: 34px;
  line-height: 1em;
  color: #E5005A;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny__title {
    font-size: 30px;
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__deny__title {
    font-size: 18px;
    padding-top: 40px;
    width: 190px;
    margin: 0 auto;
  }
}
.hp .reasons__content__deny__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hp .reasons__content__deny__item__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 16px;
  margin: 27px 24px;
  color: #fff;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #FF5247;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny__item__num {
    font-size: 24px;
    padding: 5px 8px;
    margin: 20px 8px;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__deny__item__num {
    font-size: 14px;
    padding: 5px 8px;
    margin: 20px 8px;
  }
}
.hp .reasons__content__deny__item__reason {
  width: 43%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  color: #000;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny__item__reason {
    font-size: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 2px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__deny__item__reason {
    width: 34%;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 2px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.hp .reasons__content__deny__item__reason .sp_none {
  display: block;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny__item__reason .sp_none {
    display: none;
  }
}
.hp .reasons__content__deny__item__line {
  position: absolute;
  left: 48%;
  width: 1px;
  height: 100px;
  background: repeating-linear-gradient(to bottom, #999, #999 2px, transparent 2px, transparent 4px);
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny__item__line {
    left: 49%;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__deny__item__line {
    left: 48%;
  }
}
.hp .reasons__content__deny__item__detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  color: #000;
  width: 52%;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 10px;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__deny__item__detail {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 8px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__deny__item__detail {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 8px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.hp .reasons__content__deny__line {
  border: none;
  height: 2px;
  background-color: #000;
}
.hp .reasons__content__why {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__why {
    padding-bottom: 40px;
  }
}
.hp .reasons__content__why__title {
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #263290;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__why__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__why__title {
    font-size: 20px;
  }
}
.hp .reasons__content__why__title::after {
  content: "";
  height: 2px;
  background-color: #000;
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__why__title::after {
    margin-top: 20px;
  }
}
.hp .reasons__content__why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hp .reasons__content__why__item__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 16px;
  margin: 27px 24px;
  color: #fff;
  background-color: #263290;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__why__item__num {
    font-size: 24px;
    padding: 5px 8px;
    margin: 12px 12px;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__why__item__num {
    font-size: 16px;
    padding: 5px 8px;
    margin: 12px 12px;
  }
}
.hp .reasons__content__why__item__text {
  font-size: 32px;
  line-height: 1em;
  color: #000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .hp .reasons__content__why__item__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .hp .reasons__content__why__item__text {
    font-size: 16px;
  }
}
.hp .reasons__content__why__line {
  border: none; /* デフォルトの立体感のある線を消す */
  height: 2px; /* 線の太さを2pxに */
  background-color: #000; /* 線の色（お好みで） */
}
.hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table {
  min-width: 620px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .item,
.hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .item {
  position: sticky;
  top: 0;
  left: 0;
}
.hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.main,
.hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.main {
  margin: 20px 0;
}
@media screen and (max-width: 1040px) {
  .hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.main,
  .hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.main {
    padding-top: 12px;
  }
}
@media screen and (max-width: 430px) {
  .hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__header .column.main,
  .hp .difference .difference__scroll-wrapper .difference__wrapper .difference__table .difference__row .column.main {
    padding-top: 7px;
  }
}
.hp .plan {
  background-color: #88D2F9;
}
.hp .plan .section__title {
  line-height: 1.6em;
  color: #263290;
}
.hp .plan .plan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
.hp .plan .plan__cards .plan__card {
  width: 337px;
  background: white;
  border-radius: 20px;
  max-width: 330px;
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hp .plan .plan__cards .plan__card h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1em;
  color: #263290;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1040px) {
  .hp .plan .plan__cards .plan__card h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .hp .plan .plan__cards .plan__card h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hp .plan .plan__cards .plan__card .plan__about {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #263290;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1040px) {
  .hp .plan .plan__cards .plan__card .plan__about {
    font-size: 18px;
    height: 70px;
  }
}
@media screen and (max-width: 430px) {
  .hp .plan .plan__cards .plan__card .plan__about {
    font-size: 15px;
    height: 80px;
  }
}
.hp .plan .plan__cards .plan__card .plan__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1em;
  color: #263290;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .hp .plan .plan__cards .plan__card .plan__price {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 430px) {
  .hp .plan .plan__cards .plan__card .plan__price {
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.hp .plan .plan__cards .plan__card .plan__price__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 1040px) {
  .hp .plan .plan__cards .plan__card .plan__price__num {
    font-size: 55px;
  }
}
@media screen and (max-width: 430px) {
  .hp .plan .plan__cards .plan__card .plan__price__num {
    font-size: 45px;
  }
}
.hp .plan .plan__cards .plan__card ul {
  text-align: center;
  padding-bottom: 45px;
}
@media screen and (max-width: 1040px) {
  .hp .plan .plan__cards .plan__card ul {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .hp .plan .plan__cards .plan__card ul {
    padding-bottom: 20px;
  }
}
.hp .plan .plan__cards .plan__card ul li {
  font-size: 12px;
  line-height: 1.6em;
  color: #263290;
}

.branding .kv {
  background-color: black;
  background-image: url(../images/service_02/service_02_kv.webp);
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1040px) {
  .branding .kv {
    background-image: url(../images/service_02/service_02_kv_tab.webp);
    background-position: top center;
    padding-bottom: 40px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv {
    background-image: url(../images/service_02/service_02_kv_sp.webp);
    background-size: cover; /* 要素に収まるように縮小 */
    background-repeat: no-repeat;
    background-position: center center; /* 繰り返しを防ぐ */
  }
}
.branding .kv__content {
  width: 83%;
  max-width: 2560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content {
    position: static;
    text-align: center;
    width: 86%;
  }
}
.branding .kv__content__pro {
  width: 350px;
  padding: 10px 15px 13px 8px;
  display: inline-block;
  margin-top: 40px;
  font-size: 80px;
  line-height: 1em;
  color: #263290;
  background-color: #fff;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1920px) {
  .branding .kv__content__pro {
    width: 266px;
    font-size: 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__pro {
    font-size: 6vw;
    width: 100%;
    color: #fff;
    background-color: transparent;
    margin-left: 0;
    display: block;
    margin: 0 auto;
    padding: 0px 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__pro {
    font-size: 8vw;
  }
}
.branding .kv__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.branding .kv__content__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branding .kv__content__about__page__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__page__name {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.branding .kv__content__about__page__name__line {
  display: block;
  width: 4vw;
  height: 6px;
  background-color: #fff;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__page__name__line {
    width: 5vh;
    height: 3px;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__page__name__line {
    width: 3vh;
    height: 2px;
  }
}
.branding .kv__content__about__page__name__text {
  font-size: 4vw;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__page__name__text {
    font-size: 4vw;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__page__name__text {
    font-size: 7vw;
  }
}
.branding .kv__content__about__title {
  font-size: 5vw;
  line-height: 1em;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__title {
    width: 100%;
    font-size: 6vw;
    line-height: 1.4em;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    border-bottom: 0px;
    margin-right: 0px;
    text-decoration: underline;
    text-decoration-thickness: 2px; /* 太さを指定 */
    border-bottom: 0px;
    text-underline-offset: 4px; /* ← 下線と文字の間隔を指定！ */
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .branding .kv__content__about__title br {
    display: none;
  }
}
@media screen and (max-width: 1040px) and (max-width: 430px) {
  .branding .kv__content__about__title br {
    font-size: 10vw;
    line-height: 1.2;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__title {
    width: 75vw;
    font-size: 10vw;
    line-height: 1.5;
    margin: 0 auto;
    text-underline-offset: 6px; /* ← 下線と文字の間隔を指定！ */
    padding-top: 20px;
  }
}
.branding .kv__content__about__title::after {
  content: "";
  height: 4px;
  background-color: #fff;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__title::after {
    display: none;
  }
}
.branding .kv__content__about__subtitle {
  font-size: 2.5vw;
  line-height: 1.4em;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__subtitle {
    text-align: center;
    font-size: 3vw;
    margin-left: 0px;
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__subtitle {
    font-size: 4vw;
    margin-bottom: 140px;
    padding-bottom: 0px;
  }
}
.branding .kv__content__about__banner {
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__banner {
    position: relative;
    width: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.branding .kv__content__about__banner__box {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .branding .kv__content__about__banner__box {
    gap: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__banner__box {
    margin-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__banner__box {
    margin: 0 auto;
  }
}
.branding .kv__content__about__banner__box__item {
  width: 300px;
  background-color: #fff;
  font-size: 36px;
  line-height: 1.4em;
  color: #0B1D3D;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1920px) {
  .branding .kv__content__about__banner__box__item {
    width: 14vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1300px) {
  .branding .kv__content__about__banner__box__item {
    width: 170px;
  }
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__banner__box__item {
    width: 17vw;
    font-size: 2vw;
    padding-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .branding .kv__content__about__banner__box__item {
    width: 24vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__banner__box__item {
    width: 27vw;
    font-size: 3vw;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.branding .kv__content__about__btn {
  position: absolute;
  top: 86%;
  left: 0;
  background-color: #EA6E54;
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  padding: 34px 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50px;
  border: #EA6E54 solid 4px;
}
.branding .kv__content__about__btn:hover {
  background-color: #fff;
  color: #EA6E54;
}
@media screen and (max-width: 1500px) {
  .branding .kv__content__about__btn {
    font-size: 24px;
    padding: 24px 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .branding .kv__content__about__btn {
    position: static;
    top: 0%;
    left: 0%;
    margin-top: 30px;
    font-size: 3vw;
    padding: 16px 74px;
  }
}
@media screen and (max-width: 430px) {
  .branding .kv__content__about__btn {
    left: 6%;
    font-size: 16px;
    padding: 12px 54px;
  }
}
.branding .worries {
  background-image: url(../images/service_02/service02__worries.webp);
  background-size: cover;
}
@media screen and (max-width: 430px) {
  .branding .worries {
    background-image: url(../images/service_02/service_02_worries_SP.webp);
  }
}
.branding .worries__content__list__item p {
  text-shadow: #141322 2px 1px;
}
.branding .needs {
  padding: 0;
  background-image: url(../images/service_02/service_02_needs.webp);
  background-size: cover;
}
.branding .needs__content {
  width: 72%;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1040px) {
  .branding .needs__content {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 86%;
  }
}
@media screen and (max-width: 430px) {
  .branding .needs__content {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 16%;
    width: 72%;
  }
}
.branding .needs__content__title {
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .needs__content__title {
    line-height: 1.4;
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .branding .needs__content__title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.branding .needs__content__subtitle {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .needs__content__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 430px) {
  .branding .needs__content__subtitle {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.branding .needs__content__detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .needs__content__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .branding .needs__content__detail {
    font-size: 14px;
    text-align: left;
  }
}
.branding .importance {
  background-image: url(../images/service_02/service_02_importance.webp);
  background-size: cover;
}
.branding .importance__content {
  width: 72%;
  margin: 0 auto;
}
.branding .importance__content__title {
  font-size: 48px;
  line-height: 1em;
  color: #263290;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__title {
    font-size: 36px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .branding .importance__content__title {
    font-size: 24px;
    padding-bottom: 40px;
    line-height: 1.4;
  }
}
.branding .importance__content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__detail {
    gap: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .branding .importance__content__detail {
    gap: 20px;
    padding-bottom: 40px;
    text-align: left;
  }
}
.branding .importance__content__detail__line {
  width: 160px;
  height: 1px;
  background-color: #263290;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__detail__line {
    display: none;
  }
}
.branding .importance__content__detail__text {
  font-size: 24px;
  line-height: 1.6em;
  color: #263290;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__detail__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .branding .importance__content__detail__text {
    font-size: 16px;
  }
}
.branding .importance__content__item {
  padding-bottom: 100px;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__item {
    padding-bottom: 40px;
  }
}
.branding .importance__content__item__num {
  font-size: 80px;
  line-height: 1em;
  color: #fff;
  display: block;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__item__num {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .branding .importance__content__item__num {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.branding .importance__content__item__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .importance__content__item__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .branding .importance__content__item__text {
    font-size: 14px;
  }
}
.branding .reasons {
  padding: 200px 0 160px;
  background-color: #F8F8F5;
}
@media screen and (max-width: 1040px) {
  .branding .reasons {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 430px) {
  .branding .reasons {
    padding: 50px 0 40px;
  }
}
.branding .reasons__content {
  width: 72%;
  margin: 0 auto;
}
.branding .reasons__content h2 {
  font-size: 48px;
  line-height: 1em;
  color: #263290;
  padding-top: 100px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .branding .reasons__content h2 {
    font-size: 36px;
    padding-top: 40px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 430px) {
  .branding .reasons__content h2 {
    font-size: 24px;
    padding-top: 40px;
    line-height: 1.4;
  }
}
.branding .lead {
  padding: 0;
  background-color: #F8F8F5;
}
.branding .lead__content {
  width: 72%;
  margin: 0 auto;
}
.branding .lead__content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .branding .lead__content__text {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 430px) {
  .branding .lead__content__text {
    padding-bottom: 40px;
  }
}
.branding .lead__content__text__line {
  width: 21%;
  height: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #263290;
}
@media screen and (max-width: 1040px) {
  .branding .lead__content__text__line {
    display: none;
  }
}
.branding .lead__content__text__title {
  font-size: 24px;
  line-height: 1.6em;
  color: #263290;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .lead__content__text__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .branding .lead__content__text__title {
    font-size: 16px;
  }
}
.branding .plan {
  background-color: #88D2F9;
}
.branding .plan__content {
  width: 72%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content {
    width: 90%;
  }
}
.branding .plan__content__original {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
}
.branding .plan__content__original__title {
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #263290;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__original__title {
    font-size: 26px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.branding .plan__content__original__about {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.6em;
  color: #263290;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__original__about {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__original__about {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.branding .plan__content__original__price {
  font-size: 120px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #263290;
  padding-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__original__price {
    font-size: 60px;
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__original__price {
    font-size: 45px;
  }
}
.branding .plan__content__original__price span {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .branding .plan__content__original__price span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__original__price span {
    font-size: 16px;
  }
}
.branding .plan__content__original__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 60px;
}
.branding .plan__content__original__item__detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__original__item__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__original__item__detail {
    font-size: 12px;
  }
}
.branding .plan__content__plus {
  font-family: "Zen Old Mincho", serif;
  font-size: 94px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__plus {
    font-size: 76px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__plus {
    font-size: 56px;
  }
}
.branding .plan__content__text {
  font-size: 48px;
  line-height: 1em;
  color: #263290;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__text {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__text {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.branding .plan__content__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 130px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__option {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option {
    gap: 20px;
  }
}
.branding .plan__content__option__item {
  width: 44%;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__option__item {
    width: 500px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item {
    width: 337px;
  }
}
.branding .plan__content__option__item__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  color: #263290;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__option__item__title {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item__title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.branding .plan__content__option__item__name {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  color: #263290;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__option__item__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item__name {
    font-size: 24px;
  }
}
.branding .plan__content__option__item__about {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  color: #263290;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__option__item__about {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item__about {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.branding .plan__content__option__item__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 120px;
  line-height: 1em;
  color: #263290;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .branding .plan__content__option__item__price {
    font-size: 60px;
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item__price {
    font-size: 45px;
  }
}
.branding .plan__content__option__item__price span {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item__price span {
    font-size: 16px;
  }
}
.branding .plan__content__option__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.branding .plan__content__option__item__detail__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .branding .plan__content__option__item__detail__text {
    width: 320px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
  }
}

.seo .kv {
  background-image: url(../images/service_03/service_03_kv_wide.webp);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (max-width: 1920px) {
  .seo .kv {
    background-image: url(../images/service_03/service_03_kv.webp);
    background-position: center bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 1040px) {
  .seo .kv {
    background-image: url(../images/service_03/service_03_kv_tab.webp);
    background-size: cover;
    background-position: top center;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv {
    background-image: url(../images/service_03/service_03_kv_sp.webp);
    padding-bottom: 60px;
  }
}
.seo .kv__content {
  max-width: 2560px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .seo .kv__content {
    text-align: center;
    width: 86%;
  }
}
.seo .kv__pro {
  padding: 10px 15px 13px 8px;
  text-align: center;
  display: inline-block;
  margin-top: 40px;
  font-size: 80px;
  line-height: 1em;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  color: #263290;
}
@media screen and (max-width: 1920px) {
  .seo .kv__pro {
    font-size: 60px;
  }
}
@media screen and (max-width: 1040px) {
  .seo .kv__pro {
    width: 100%;
    font-size: 6vw;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    background-color: unset;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__pro {
    font-size: 8vw;
    padding-bottom: 20px;
  }
}
.seo .kv__page__name {
  position: absolute;
  top: 4%;
  right: -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .seo .kv__page__name {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__page__name {
    margin-top: 0;
  }
}
.seo .kv__page__name__line {
  display: block;
  width: 4vw;
  height: 6px;
  background-color: #fff;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .seo .kv__page__name__line {
    width: 5vw;
    height: 3px;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__page__name__line {
    font-size: 3vh;
    height: 2px;
  }
}
.seo .kv__page__name__text {
  font-size: 4vw;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .seo .kv__page__name__text {
    font-size: 7vw;
  }
}
.seo .kv__title {
  font-size: 5vw;
  line-height: 1em;
  color: #fff;
  margin-top: 30px;
}
.seo .kv__title span {
  display: inline-block;
  border-bottom: 4px #fff solid;
  padding-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .seo .kv__title span {
    display: inline;
    border-bottom-width: 3px;
    padding-bottom: 0px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1040px) {
  .seo .kv__title {
    margin-top: 0px;
    margin-left: 9px;
    font-size: 6vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__title {
    padding-top: 20px;
    font-size: 10vw;
    margin-left: 9px;
    line-height: 1.2;
  }
}
.seo .kv__subtitle {
  font-size: 2.5vw;
  line-height: 1.4em;
  color: #fff;
  margin-top: 20px;
  text-shadow: #141322 2px 1px;
}
@media screen and (max-width: 1040px) {
  .seo .kv__subtitle {
    font-size: 3vw;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__subtitle {
    padding-top: 20px;
    font-size: 4vw;
    margin-bottom: 110px;
  }
}
.seo .kv__banner {
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .seo .kv__banner {
    margin-top: 35vh;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__banner {
    margin-top: 0;
  }
}
.seo .kv__banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1300px) {
  .seo .kv__banner__box {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .seo .kv__banner__box {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__banner__box {
    margin-bottom: 20px;
  }
}
.seo .kv__banner__box__item {
  width: 300px;
  background-color: #fff;
  font-size: 36px;
  line-height: 1.4em;
  color: #0B1D3D;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-shadow: #141322 1px 1px;
          box-shadow: #141322 1px 1px;
}
@media screen and (max-width: 1920px) {
  .seo .kv__banner__box__item {
    width: 16vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1040px) {
  .seo .kv__banner__box__item {
    width: 17vw;
    font-size: 2vw;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .seo .kv__banner__box__item {
    width: 24vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__banner__box__item {
    width: 32vw;
    font-size: 3vw;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.seo .kv__banner__btn {
  background-color: #EA6E54;
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 34px 30px;
  border-radius: 100px;
  white-space: nowrap;
  margin-left: 41%;
  border: #EA6E54 solid 4px;
}
.seo .kv__banner__btn:hover {
  background-color: #fff;
  color: #EA6E54;
}
@media screen and (max-width: 1920px) {
  .seo .kv__banner__btn {
    margin-left: 36%;
  }
}
@media screen and (max-width: 1600px) {
  .seo .kv__banner__btn {
    font-size: 24px;
    padding: 24px 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .seo .kv__banner__btn {
    font-size: 3vw;
    text-align: center;
    padding: 16px 74px;
    white-space: nowrap;
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .seo .kv__banner__btn {
    font-size: 16px;
    padding: 8px 54px;
  }
}
.seo .worries {
  background-image: url(../images/service_03/service_03_worries.webp);
  background-size: cover;
}
.seo .solution {
  background-color: #F8F8F5;
}
.seo .solution__content h2 {
  line-height: 1.4;
}
.seo .solution__content h2::after {
  content: "";
  height: 4px;
  background-color: #263290;
  display: block;
  width: 120%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  margin-top: 40px;
}
@media screen and (max-width: 430px) {
  .seo .solution__content h2::after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
  }
}
.seo .method .method__content__item__box__text .pc_none {
  display: none;
}
@media screen and (max-width: 430px) {
  .seo .method .method__content__item__box__text .pc_none {
    display: block;
  }
}
.seo .importance {
  background-image: url(../images/service_03/iStock-1278610393.webp);
  background-size: cover;
}
.seo .importance__content {
  width: 72%;
  margin: 0 auto;
  max-width: 1040px;
}
.seo .importance__content__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__title {
    font-size: 24px;
    line-height: 1.4em;
    padding-bottom: 40px;
  }
}
.seo .importance__content__title .sp_none {
  display: inline;
}
@media screen and (max-width: 768px) {
  .seo .importance__content__title .sp_none {
    display: none;
  }
}
.seo .importance__content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__detail {
    gap: 0px;
  }
}
.seo .importance__content__detail__line {
  width: 160px;
  height: 1px;
  background-color: #fff;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__detail__line {
    display: none;
  }
}
.seo .importance__content__detail__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__detail__text {
    font-size: 14px;
  }
}
.seo .importance__content__item {
  padding-bottom: 100px;
}
.seo .importance__content__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__item {
    padding-bottom: 40px;
  }
}
.seo .importance__content__item__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
  display: block;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__item__num {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .seo .importance__content__item__num {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.seo .importance__content__item__text {
  max-width: 930px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .seo .importance__content__item__text {
    font-size: 20px;
    width: 100%;
    text-shadow: #021223 0px 0px 5px;
  }
}
@media screen and (max-width: 430px) {
  .seo .importance__content__item__text {
    font-size: 14px;
    width: 100%;
  }
}
.seo .plan {
  background-color: #88D2F9;
}
.seo .plan .section__title {
  line-height: 1.6em;
  color: #263290;
}
.seo .plan .plan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
.seo .plan .plan__cards .plan__card {
  background: white;
  border-radius: 20px;
  max-width: 330px;
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.seo .plan .plan__cards .plan__card h3 {
  width: 330px;
  height: 14%;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #263290;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 430px) {
  .seo .plan .plan__cards .plan__card h3 {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .seo .plan .plan__cards .plan__card h3 {
    font-size: 24px;
    padding-top: 20px;
  }
}
.seo .plan .plan__cards .plan__card .plan__about {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #263290;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 430px) {
  .seo .plan .plan__cards .plan__card .plan__about {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
    height: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .seo .plan .plan__cards .plan__card .plan__about {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.seo .plan .plan__cards .plan__card .plan__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #263290;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .seo .plan .plan__cards .plan__card .plan__price {
    padding-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .seo .plan .plan__cards .plan__card .plan__price {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.seo .plan .plan__cards .plan__card .plan__price__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .seo .plan .plan__cards .plan__card .plan__price__num {
    font-size: 45px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1040px) {
  .seo .plan .plan__cards .plan__card .plan__price__num {
    font-size: 55px;
    line-height: 1.4;
  }
}
.seo .plan .plan__cards .plan__card ul {
  text-align: center;
  padding-bottom: 45px;
}
.seo .plan .plan__cards .plan__card ul li {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #263290;
}
.seo .plan__set {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.seo .plan__set__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  line-height: 1.4em;
  color: #263290;
  padding-top: 180px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .seo .plan__set__title {
    font-size: 30px;
    line-height: 1.4;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .seo .plan__set__title {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.seo .plan__set__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1040px) {
  .seo .plan__set__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .seo .plan__set__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.seo .plan__set__content__item {
  width: 330px;
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 20px;
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
}
.seo .plan__set__content__item__explain {
  margin: 40px 0;
  height: 72px;
}
.seo .plan__set__content__item__explain__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .seo .plan__set__content__item__explain__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.seo .plan__set__content__item__about {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .seo .plan__set__content__item__about {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.seo .plan__set__content__item__price {
  padding-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 1040px) {
  .seo .plan__set__content__item__price {
    font-size: 55px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 430px) {
  .seo .plan__set__content__item__price {
    font-size: 45px;
  }
}
.seo .plan__set__content__item__price span {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1em;
  color: #263290;
}
@media screen and (max-width: 430px) {
  .seo .plan__set__content__item__price span {
    font-size: 16px;
    line-height: 1.4;
  }
}
.seo .plan__set__content__item__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1em;
  color: #263290;
  display: block;
}
@media screen and (max-width: 430px) {
  .seo .plan__set__content__item__sub {
    font-size: 12px;
    line-height: 1.4;
  }
}

body.contact .contact__inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 225px;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner {
    padding-top: 105px;
  }
}
body.contact .contact__inner .contact__title {
  font-size: 64px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .contact__title {
    font-size: 40px;
    width: 375px;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .contact__title {
    font-size: 30px;
    width: 200px;
    margin-bottom: 40px;
  }
}
body.contact .contact__inner .contact__title::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 40px;
  width: 100px;
  height: 6px;
  background-color: #000;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .contact__title::before {
    width: 300px;
    height: 4px;
    top: 40px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .contact__title::before {
    width: 300px;
    height: 2px;
    top: 40px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body.contact .contact__inner .contact__title__text {
  width: 800px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 100px;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .contact__title__text {
    width: 400px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .contact__title__text {
    width: 337px;
    font-size: 16px;
    text-align: unset;
    margin-bottom: 40px;
  }
}
body.contact .contact__inner .wpcf7-form,
body.contact .contact__inner .form {
  width: 800px;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .wpcf7-form,
  body.contact .contact__inner .form {
    width: 375px;
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .wpcf7-form,
  body.contact .contact__inner .form {
    width: 337px;
    font-size: 12px;
  }
}
body.contact .contact__inner .wpcf7-form .contact__form,
body.contact .contact__inner .form .contact__form {
  margin-bottom: 100px;
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .wpcf7-form .contact__form,
  body.contact .contact__inner .form .contact__form {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .wpcf7-form .contact__form,
  body.contact .contact__inner .form .contact__form {
    margin-bottom: 50px;
  }
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item,
body.contact .contact__inner .form .contact__form .contact__form__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item,
  body.contact .contact__inner .form .contact__form .contact__form__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item,
  body.contact .contact__inner .form .contact__form .contact__form__item {
    margin-bottom: 20px;
  }
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item p,
body.contact .contact__inner .form .contact__form .contact__form__item p {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item p,
  body.contact .contact__inner .form .contact__form .contact__form__item p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item p,
  body.contact .contact__inner .form .contact__form .contact__form__item p {
    margin-bottom: 20px;
  }
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item p .inquiry,
body.contact .contact__inner .form .contact__form .contact__form__item p .inquiry {
  font-size: 16px;
  padding: 6px 10px;
  margin-top: 3px;
  margin-right: 16px;
  color: #fff;
  background-color: #263290;
  border-radius: 6px;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item p .inquiry,
  body.contact .contact__inner .form .contact__form .contact__form__item p .inquiry {
    font-size: 12px;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item p .inquiry,
  body.contact .contact__inner .form .contact__form .contact__form__item p .inquiry {
    font-size: 10px;
    padding: 3px 6px;
  }
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input {
  background-color: #fff;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap {
  width: 100%;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input {
  width: 100%;
  font-size: 16px;
  color: #000;
  resize: none;
  padding: 10px;
  font-weight: 400;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::-webkit-input-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::-moz-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input:-ms-input-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::-ms-input-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::placeholder,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap input::placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea {
  width: 100%;
  font-size: 16px;
  color: #000;
  resize: none;
  padding: 10px;
  font-weight: 400;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::-moz-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea:-ms-input-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::-ms-input-placeholder, body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::placeholder,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap textarea::placeholder {
  color: #ccc;
}
body.contact .contact__inner .wpcf7-form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
body.contact .contact__inner .form .contact__form .contact__form__item .contact__form__item__input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background-color: #F8F8F5;
  padding: 5px 2px;
}
body.contact .contact__inner .wpcf7-form .wpcf7-form-control.wpcf7-submit.has-spinner,
body.contact .contact__inner .wpcf7-form .submit,
body.contact .contact__inner .form .wpcf7-form-control.wpcf7-submit.has-spinner,
body.contact .contact__inner .form .submit {
  color: #fff;
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #000;
  padding: 22px 168px;
  border-radius: 40px;
}
@media screen and (max-width: 1040px) {
  body.contact .contact__inner .wpcf7-form .wpcf7-form-control.wpcf7-submit.has-spinner,
  body.contact .contact__inner .wpcf7-form .submit,
  body.contact .contact__inner .form .wpcf7-form-control.wpcf7-submit.has-spinner,
  body.contact .contact__inner .form .submit {
    font-size: 16px;
    width: 200px;
    padding: 10px 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact__inner .wpcf7-form .wpcf7-form-control.wpcf7-submit.has-spinner,
  body.contact .contact__inner .wpcf7-form .submit,
  body.contact .contact__inner .form .wpcf7-form-control.wpcf7-submit.has-spinner,
  body.contact .contact__inner .form .submit {
    font-size: 16px;
    width: 140px;
    padding: 10px 50px;
    margin-bottom: 40px;
  }
}
body.contact .contact__inner p .wpcf7-form-control.wpcf7-submit.has-spinner {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.contact .contact__inner p .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */