@charset "UTF-8";

/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic",
    "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

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

@media screen and (min-width: 1440px) {
  .xl-none {
    display: none;
  }
}

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

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

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

@media screen and (min-width: 641pxpx) {
  .rs-none {
    display: none;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (max-width: 1100px) and (min-width: 768) {
  html {
    font-size: 1.4545454545vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 919px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/*! 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 {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  letter-spacing: 0.048em;
  color: #27292D;
  margin: 0;
  overflow-x: hidden;
}

/* 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

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

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

/* スクロールを無効にするクラス */
.no-scroll {
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */

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

.header-content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 40px;
  margin-right: 48px;
}

.logo {
  margin-right: 24px;
  transition: .3s;
}

.logo:hover {
  opacity: .7;
}

.logo-wrap {
  display: flex;
  align-items: center;
}

.header-content__wrapper p {
  font-weight: 700;
  color: #154EAA;
  display: flex;
  align-items: center;
}

.header-content__wrapper p::before {
  content: "";
  display: inline-block;
  border-left: solid 2px #dddddd;
  height: 55px;
  margin-right: 24px;
}

.header-content__wrapper ul {
  display: flex;
  gap: 48px;
  font-weight: 700;
}

.header-content__wrapper ul li a {
  position: relative;
  transition: .3s;
}

.header-content__wrapper ul li a:hover {
  opacity: .7;
}

.header-content__wrapper ul li a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #154EAA;
  position: absolute;
  left: -34px;
}

.header-content__wrapper ul li a::after {
  content: "";
  display: block;
  top: 8px;
  left: -24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
}

.hamburger-menu {
  display: none;
}

.sp-nav {
  display: none;
}

@media screen and (768px <=width < 800px) {
  .logo {
    margin-right: 16px;
  }

  .header-content__wrapper p {
    font-size: 14px;
  }

  .header-content__wrapper p::before {
    margin-right: 16px;
  }
}

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

  .header-content__wrapper {
    margin: 0;
    height: 56px;
  }

  .header-content__wrapper p {
    display: none;
  }

  .logo {
    margin-left: 20px;
  }

  .sp-nav {
    opacity: 0;
    transform: translateY(-20px);
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 16px;
    z-index: 500;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .sp-nav.open {
    opacity: 1;
    transform: translateY(0);
  }

  .hamburger-menu {
    display: block;
    position: relative;
    z-index: 999;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-color: #333333;
    transition: 0.3s;
  }

  .hamburger-menu__bar {
    position: absolute;
    right: 16px;
    display: inline-block;
    width: 24px;
    height: 2px;
    transition: all .2s;
    background: #fff;
  }

  .hamburger-menu__bar:nth-of-type(1) {
    top: 20px;
  }

  .hamburger-menu__bar:nth-of-type(2) {
    top: 28px;
  }

  .hamburger-menu__bar:nth-of-type(3) {
    top: 36px;
  }

  .hamburger-menu.open .hamburger-menu__bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
    top: 23px;
  }

  .hamburger-menu.open .hamburger-menu__bar:nth-of-type(2) {
    display: none;
  }

  .hamburger-menu.open .hamburger-menu__bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
    top: 31px;
  }

  .sp-nav__content-wrap {
    padding: 32px 20px;
  }

  .sp-nav__content-wrap ul li a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }

  .sp-nav__list-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .sp-nav__content-wrap ul li::after {
    content: "";
    display: block;
    border-bottom: solid 1px #DDDDDD;
    width: 100%;
    margin-bottom: 16px;
  }

  .sp-nav__content-wrap ul li:last-child::after {
    margin-bottom: 32px;
  }

  .sp-nav__contact {
    text-align: center;
  }

  .sp-nav__contact .section-contact__right-tel a {
    font-size: 32px;
  }

  .sp-nav__contact .inquiry-button {
    margin: 24px auto 0;
    padding: 0 54px;
    font-size: 17px;
  }

  .sp-nav__contact .inquiry-button::before {
    right: 29px;
  }

  .sp-nav__contact .inquiry-button::after {
    width: 32px;
    height: 32px;
  }
}

.main {
  background-color: #DEDEDE;
}

.main-visual {
  width: 100%;
  height: 530px;
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

.main-visual::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #154DA8;
  z-index: -1;
}

.main-visual::after {
  content: "";
  background-image: url("../images/main-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: screen;
  z-index: -1;
}

.main-visual__title {
  color: #fff;
  font-weight: 700;
  margin-left: 120px;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-visual__title span {
  font-size: 20px;
  border: solid 1px #fff;
  padding: 4px 32px;
  width: fit-content;
}

.main-visual__title p {
  font-size: 25px;
  padding-top: 24px;
  margin-bottom: 8px;
}

.main-visual__title h1 {
  font-size: 84px;
  text-shadow: 0 3px 6px rgb(0, 0, 0, 0.44);
}

.main-visual__title h1::after {
  content: "";
  display: block;
  border-bottom: solid 6px #fff;
  margin-top: -16px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.44);
}

.main-visual__img,
.main-visual__img2 {
  position: absolute;
}

.main-visual__img {
  top: 2px;
  right: 16px;
}

.main-visual__img2 {
  top: 10px;
  right: 10px;
}

.main-visual__img-sp,
.main-visual__img2-sp {
  display: none;
}

@media screen and (900px <=width < 1200px) {
  .main-visual {
    height: 450px;
  }

  .main-visual__img {
    width: 480px;
  }

  .main-visual__img2 {
    width: 425px;
  }

  .main-visual__title {
    margin-left: 64px;
  }

  .main-visual__title span {
    font-size: 18px;
    border: solid 1px #fff;
    padding: 6px 24px;
    width: fit-content;
  }

  .main-visual__title p {
    font-size: 23px;
    padding-top: 24px;
    margin-bottom: 8px;
  }

  .main-visual__title h1 {
    font-size: 60px;
  }

  .main-visual__title h1::after {
    margin-top: -7px;
  }
}

@media screen and (768px <=width < 900px) {
  .main-visual {
    height: 350px;
  }

  .main-visual__img {
    width: 360px;
  }

  .main-visual__img2 {
    width: 326px;
  }

  .main-visual__title {
    margin-left: 64px;
  }

  .main-visual__title span {
    font-size: 16px;
    border: solid 1px #fff;
    padding: 6px 16px;
    width: fit-content;
  }

  .main-visual__title p {
    font-size: 20px;
    padding-top: 16px;
    margin-bottom: 4px;
  }

  .main-visual__title h1 {
    font-size: 48px;
  }

  .main-visual__title h1::after {
    margin-top: -7px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 200px;
    margin-top: 56px;
  }

  .main-visual__title {
    color: #fff;
    font-weight: 700;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }

  .main-visual__title span {
    font-size: 12px;
    padding: 6px 8px;
    margin: 0 auto;
  }

  .main-visual__title p {
    font-size: 18px;
    padding-top: 8px;
    margin-bottom: 4px;
  }

  .main-visual__title h1 {
    font-size: 32px;
    text-shadow: 0 3px 6px rgb(0, 0, 0, 0.44);
    margin: 0 auto;
  }

  .main-visual__img,
  .main-visual__img2 {
    display: none;
  }

  .main-visual__title h1::after {
    content: "";
    display: block;
    border-bottom: solid 3px #fff;
    margin-top: 0;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.44);
  }

  .main-visual__img-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
  }

  .main-visual__img2-sp {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
  }
}

.wrap {
  padding: 0 20px;
}

.section-benefits {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.section-benefits::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-top: 135px solid #DEDEDE;
  border-right: 73vw solid transparent;
}

.section-benefits__title {
  margin: 0 auto 80px;
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.256em;
  color: #154DA8;
  display: flex;
  justify-content: center;
}

.section-benefits__title::before,
.section-benefits__title::after {
  content: "";
  background-color: #154DA8;
  height: 3px;
  width: 112px;
  display: block;
  margin-top: 88px;
}

.section-benefits__title::before {
  margin-right: 40px;
  transform: rotate(40deg);
}

.section-benefits__title::after {
  margin-left: 40px;
  transform: rotate(-40deg);
}

.section-benefits__content {
  width: 258px;
  text-align: center;
  position: relative;
}

.section-benefits__content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.section-benefits__content-num {
  width: 108px;
  height: 108px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  position: absolute;
  top: -24px;
  left: -16px;
}

.benefits {
  font-weight: 600;
  font-size: 25px;
  color: #154DA8;
}

.benefits-min {
  font-size: 18px;
}

.num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 49px;
  color: #154DA8;
}

.num-min {
  font-size: 34px;
}

.section-benefits__content-iconarea {
  height: 200px;
  background-color: #154DA8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.royal {
  background-color: #103A7E;
}

.indigo {
  background-color: #0B2754;
}

.navy {
  background-color: #011536;
}

.arrow-icon {
  margin-bottom: 11px;
}

.shirt-icon {
  margin-bottom: 16px;
}

.catalog-icon {
  margin-bottom: 16px;
}

.payment-icon {
  margin-bottom: 10px;
}

.section-benefits__content-iconarea p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.link-area {
  background-color: #3A4A6E;
  display: block;
  height: 40px;
  transition: .3s;
  position: relative;
}

.section-benefits__content-link:hover .link-area {
  background-color: #fff;
}

.link-area::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 25%;
  left: 48%;
}

.section-benefits__content-link:hover .link-area::after {
  border-top: 3px solid #154DA8;
  border-right: 3px solid #154DA8;
}

@media screen and (max-width: 767px) {
  .section-benefits {
    padding-top: 48px;
  }

  .section-benefits__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.256em;
  }

  .section-benefits__title::before,
  .section-benefits__title::after {
    width: 40px;
    margin-top: 32px;
  }

  .section-benefits__title::before {
    margin-right: 0px;
    transform: rotate(45deg);
  }

  .section-benefits__title::after {
    margin-left: 0px;
    transform: rotate(-45deg);
  }

  .section-benefits__content-wrap {
    gap: 32px;
  }

  .section-benefits__content-num {
    width: 64px;
    height: 64px;
    top: -16px;
    left: -16px;
  }

  .section-benefits__content {
    width: 42%;
  }

  .section-benefits__content-iconarea {
    height: auto;
    justify-content: center;
    padding-top: 16px;
  }

  .benefits {
    font-size: 18px;
  }

  .benefits-min {
    font-size: 12px;
  }

  .num {
    font-size: 35px;
  }

  .num-min {
    font-size: 22px;
  }

  .arrow-icon {
    width: 29px;
    height: 32px;
    margin-bottom: 7px;
  }

  .shirt-icon {
    width: 35px;
    height: 32px;
    margin-bottom: 7px;
  }

  .catalog-icon {
    width: 37px;
    height: 30px;
    margin-bottom: 10px;
  }

  .payment-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }

  .section-benefits__content-iconarea p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .link-area {
    height: 24px;
  }

  .link-area::after {
    width: 8px;
    height: 8px;
  }

  .link-area:hover::after {
    border-top: 2px solid #154DA8;
    border-right: 2px solid #154DA8;
  }

  .section-benefits::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-top: 57px solid #dedede;
    border-right: 82vw solid transparent;
  }
}

.section-discount {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
  padding-bottom: 64px;
}

.section-discount::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -53px;
  border-bottom: 188px solid #fff;
  border-left: 100vw solid transparent;
}

.section-discount__content-wrap {
  z-index: 2;
  position: relative;
  margin-bottom: 64px;
  margin: 0 auto 64px;
}

.section-title {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: flex-end;
}

.section-title__right {
  text-align: left;
}

.section-discount-num {
  width: 152px;
  height: 152px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 3px #154DA8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}

.section-title__sub-y {
  margin-left: -20px;
}

.section-title__right h2 {
  font-size: 48px;
  color: #154DA8;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-title__description {
  font-size: 18px;
  text-align: left;
}

.section-discount__price-wrap {
  text-align: center;
  padding-top: 8px;
  margin-left: 55px;
}

.section-discount__annotation {
  font-size: 12px;
  max-width: 1120px;
  margin: -40px auto 0;
  padding-left: 20px;
}

.section-discount__annotation p {
  text-indent: -1em;
  padding-left: 1em;
}

.benefits__button {
  display: flex;
  gap: 20px;
  max-width: 1080px;
  margin: 24px auto 0;
}

.step-button {
  flex-grow: 1;
}

.step-benefits__button:hover {
  background-color: #0B2754 !important;
  color: #fff !important;
}

.step-benefits__button:hover::before {
  border-top: 2px solid #0B2754 !important;
  border-right: 2px solid #0B2754 !important;
}


.step-benefits__button:hover::after {
  background-color: #fff !important;
}

.section-discount::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -67px;
  border-bottom: 188px solid #DEDEDE;
  border-left: 100vw solid transparent;
}

.sp-break {
  display: none;
}

.middle-break {
  display: none;
}

@media screen and (max-width: 1400px) {
  .section-discount__content-wrap {
    max-width: 1080px;
  }

  .section-discount__price-wrap {
    margin-left: 0;
  }

  .section-discount__annotation {
    padding-left: 0;
  }

  .middle-break {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section-discount {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-discount__content-wrap {
    margin-bottom: 0;
  }

  .section-discount::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -13px;
    border-bottom: 69px solid #fff;
    border-left: 100vw solid transparent;
  }

  .section-title {
    display: block;
  }

  .section-discount-num {
    width: 96px;
    height: 96px;
    border: solid 2px #154DA8;
    display: flex;
    line-height: 1.1;
  }

  .section-title__left {
    display: block;
    margin: 0 auto 16px;
    width: fit-content;
  }

  .section-title__right {
    text-align: center;
  }

  .section-title__sub-y {
    margin-left: 0;
  }

  .section-title__right h2 {
    font-size: 32px;
  }

  .section-title__description {
    font-size: 14px;
  }

  .section-title__description {
    text-align: center;
  }

  .cardboard {
    width: 100%;
  }

  .price1 {
    margin-bottom: 8px;
  }

  .section-discount__price-wrap__sp {
    text-align: center;
    display: block;
  }

  .section-discount__price-wrap__sp img {
    width: 100%;
  }

  .section-discount__annotation {
    padding-top: 12px;
    margin: 0 auto;
    padding-left: 0;
  }

  .benefits__button {
    flex-direction: column;
    gap: 8px;
  }

  .benefits__button .step-button {
    width: 100%;
  }

  .section-discount::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -56px;
    border-bottom: 56px solid #dedede;
    border-left: 100vw solid transparent;
  }

  .sp-break {
    display: block;
  }
}

.section-sample {
  position: relative;
  overflow: hidden;
}

.section-sample::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -70px;
  border-top: 135px solid #fff;
  border-right: 73vw solid transparent;
  z-index: 1;
}

.section-sample__wrap {
  max-width: 1120px;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
  padding-top: 72px;
}

.section-title__sample {
  justify-content: flex-start;
  position: relative;
  align-items: flex-start;
}

.section-title__sample-sub {
  position: absolute;
  right: 80px;
  top: -16px;
}

.section-sample__h2 {
  margin-bottom: 24px !important;
}

.section-sample__h2-sub {
  display: block;
  font-size: 20px;
  color: #27292D;
  padding-top: 10px;
}

.section-sample__img-decoration {
  position: absolute;
  right: -174px;
  bottom: -8%;
}

.section-sample__img-decoration img {
  max-width: fit-content;
}

.section-sample__conditions {
  position: relative;
}

.section-sample__annotation {
  position: absolute;
  right: 24px;
  bottom: 40px;
}

.section-sample__img {
  display: flex;
  justify-content: flex-start;
  padding-top: 24px;
  gap: 20px;
}

.section-sample__detail {
  margin-top: 8px;
  padding: 16px;
  width: 100%;
  background-color: #fff;
  color: #3A4A6E;
}

.section-sample__detail p {
  font-size: 18px;
  margin-bottom: 4px;
}

.section-sample__detail ul li {
  font-size: 12px;
  text-indent: -1.1em;
  padding-left: 0.9em;
}

.section-sample::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -135px;
  border-bottom: 188px solid #fff;
  border-left: 100vw solid transparent;
}

@media screen and (max-width: 1100px) {
  .section-title__sample-sub {
    position: absolute;
    right: 80px;
    top: -48px;
  }
}

@media screen and (900px <=width < 1020px) {
  .section-sample__annotation {
    bottom: 60px;
  }

  .section-sample__annotation img {
    width: 400px;
  }
}

@media screen and (768px <=width < 900px) {
  .section-title__sample-sub {
    right: 0;
    top: -64px;
  }

  .section-sample__annotation {
    bottom: 88px;
  }

  .section-sample__annotation img {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .section-sample {
    padding-bottom: 48px;
  }

  .section-sample::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    border-top: 56px solid #fff;
    border-right: 100vw solid transparent;
    z-index: 1;
  }

  .section-title__sample-sub {
    position: static;
  }

  .section-sample__img-decoration {
    display: none;
  }

  .section-sample__wrap {
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-sample__h2 {
    margin-bottom: 8px !important;
  }

  .section-sample__h2-sub {
    font-size: 14px;
  }

  .section-sample__img {
    justify-content: center;
    gap: 40px;
    padding-top: 8px;
    margin-bottom: 8px;
  }

  .sample1 {
    width: 131px;
  }

  .sample2 {
    width: 114px;
  }

  .section-sample__annotation {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: -40px;
    text-align: center;
  }

  .section-sample__detail p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .section-sample::after {
    left: 0;
    bottom: -56px;
    border-bottom: 56px solid #fff;
  }
}

@media screen and (960px <=width < 1120px) {
  .section-sample__img-decoration {
    bottom: -12%;
  }
}

@media screen and (768px <=width < 960px) {
  .section-sample__img-decoration {
    bottom: -1%;
  }

  .section-sample__img-decoration img {
    width: 680px;
  }
}

.section-catalog {
  background-color: #fff;
  position: relative;
}

.section-catalog::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 135px solid #DEDEDE;
  border-right: 73vw solid transparent;
  z-index: 1;
}

.section-catalog__wrap {
  padding-top: 40px;
  padding-bottom: 150px;
  z-index: 2;
  position: relative;
}

.section-catalog__title {
  gap: 24px;
}

.section-catalog__h2 {
  margin-bottom: 24px !important;
  padding-top: 10px;
}

.section-catalog__right {
  text-align: center;
}

.section-title__sub-catalog {
  margin-left: 48px;
}

.section-title__description-bold {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.section-title__description-bold span {
  color: #F7FF00;
  background-color: #3DCCDC;
  font-size: 25px;
  padding: 0 8px;
}

.section-catalog__description {
  text-align: center;
  padding-top: 24px;
  font-size: 20px;
}

.section-catalog__image {
  text-align: center;
  padding-top: 48px;
}

.benefits__button-center {
  max-width: 1120px;
  justify-content: center;
  margin: 32px auto 0;
}

.section-catalog::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -26px;
  border-bottom: 188px solid #DEDEDE;
  border-left: 100vw solid transparent;
}

@media screen and (max-width: 767px) {
  .section-catalog {
    padding-bottom: 48px;
  }

  .section-catalog::before {
    left: 0;
    top: 0px;
    border-top: 56px solid #dedede;
    border-right: 100vw solid transparent;
  }

  .section-catalog__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-catalog__h2 {
    margin-bottom: 8px !important;
    padding-top: 8px;
  }

  .section-title__sub-catalog {
    margin-left: 0;
  }

  .section-title__description-bold {
    font-size: 14px;
  }

  .section-title__description-bold span {
    font-size: 16px;
    padding: 0 4px;
  }

  .section-catalog__description {
    padding-top: 16px;
    font-size: 14px;
  }

  .section-catalog__image {
    padding-top: 16px;
  }

  .benefits__button-center {
    margin-top: 24px;
  }

  .section-catalog::after {
    left: 0;
    bottom: -56px;
    border-bottom: 56px solid #dedede;
  }
}

.section-payment {
  position: relative;
}

.section-payment__wrap {
  margin-top: -128px;
  position: relative;
  z-index: 2;
  padding-top: 150px;
}

.section-payment::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
  border-top: 135px solid #fff;
  border-right: 72vw solid transparent;
  z-index: 1;
}

.section-payment .section-title__description-bold {
  padding-top: 16px;
}

.section-payment__description {
  padding-top: 16px;
  text-align: center;
}

.section-payment__image {
  padding-top: 20px;
  text-align: center;
}

.section-payment .section-sample__detail {
  max-width: 1120px;
  margin: 24px auto 40px;
}

.section-payment .benefits__button-center {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .section-payment::before {
    left: 0;
    top: 0px;
    border-top: 56px solid #fff;
    border-right: 100vw solid transparent;
  }

  .section-payment__wrap {
    margin-top: 0;
    padding-top: 0;
  }

  .section-payment .section-title__description-bold {
    padding-top: 0;
  }

  .section-payment__image img {
    width: 240px;
    height: 147px;
  }

  .section-payment .section-sample__detail {
    margin: 16px auto 24px;
  }
}

.section-order-flow {
  padding-top: 80px;
}

.section-order-flow__title {
  font-size: 52px;
  font-weight: 700;
  padding: 16px 20px;
  color: #fff;
  background-color: #3A4A6E;
  text-align: center;
}

.order-flow__img {
  background-color: #fff;
  padding-top: 48px;
  text-align: center;
}

.section-order-flow__content-wrap {
  position: relative;
}

.section-order-flow__content-wrap::after {
  content: "";
  display: block;
  height: 125px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #fff;
  position: absolute;
  bottom: -124px;
}

@media screen and (max-width: 767px) {
  .section-order-flow {
    padding-top: 48px;
  }

  .section-order-flow__title {
    font-size: 28px;
    font-weight: 700;
    padding: 8px 20px;
  }

  .order-flow__img {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-order-flow__content-wrap::after {
    content: "";
    display: block;
    width: 100%;
    clip-path: none;
    background: url("../images/white-triangle.svg");
    position: absolute;
    bottom: -124px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.step-choice {
  position: relative;
  padding-bottom: 72px;
}

.step-choice__wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.step-choice__content-num {
  width: 152px;
  height: 152px;
  background-color: #27292D;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin: 40px auto 24px;
}

.step-choice__content-num span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.step {
  font-size: 20px;
}

.step-choice__num {
  font-size: 49px;
}

.step-title__wrap {
  background-color: #3A4A6E;
  text-align: center;
  padding: 10px 20px;
}

.step-choice__content-flex {
  display: flex;
}

.step-choice__content {
  background-color: #fff;
  border: solid 2px #DEDEDE;
  width: 540px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-choice__content-wrap {
  display: flex;
  justify-content: space-between;
}

.step-choice__left h4 {
  font-size: 25px;
  font-weight: 700;
  color: #3A4A6E;
  margin-bottom: 4px;
  padding-right: 8px
}

.step-choice__content-description {
  display: none;
}

.step-choice__right-icon2,
.step-choice__right-icon4 {
  padding-right: 40px;
}

.step-choice__right-icon3 {
  padding-right: 16px;
}

.choice-speech__bubble {
  display: block;
  padding-top: 16px;
  margin-bottom: 24px;
}

.choice-link {
  font-weight: 700;
  text-decoration: underline;
  transition: .3s;
}

.choice-link__wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.choice-link__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.choice-link__button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.choice-link:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .step-choice {
    padding-bottom: 8px;
  }

  .step-choice__content-num {
    width: 103px;
    height: 103px;
    margin: 0 auto 24px;
  }

  .step {
    font-size: 16px;
  }

  .step-choice__num {
    font-size: 40px;
  }

  .step-title {
    font-size: 26px !important;
  }

  .step-title__wrap {
    padding: 8px 20px;
    margin-bottom: 16px;
  }

  .step-choice__content-flex {
    display: block;
  }

  .step-choice__content {
    width: 100%;
    padding: 20px;
    border: none;
    margin-bottom: 16px;
  }

  .step-choice__content-wrap {
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
  }

  .margin-none {
    margin: 0;
  }

  .step-choice__left h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .choice-catalog__icon {
    width: 60px;
    height: 48px;
  }

  .data-icon {
    width: 48px;
    height: 59px;
  }

  .service-icon {
    width: 53px;
    height: 48px;
  }

  .request-icon {
    width: 48px;
    height: 56px;
  }

  .step-choice__right-icon2 {
    padding-right: 0;
  }

  .step-choice__right-icon3 {
    padding-right: 0;
  }

  .step-choice__right-icon4 {
    padding-right: 0;
  }

  .choice-speech__bubble {
    text-align: center;
  }

  .step-choice__left p {
    display: none;
  }

  .step-choice__content-description {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .choice-speech__bubble {
    margin-bottom: 16px;
    padding-top: 8px;
  }

  .choice-link__button {
    justify-content: center;
  }

  .choice-link__button img {
    width: 24px;
    height: 24px;
  }

  .choice-link__wrap {
    flex-direction: column;
    gap: 8px;
  }
}

.step-estimate {
  background-color: #3A4A6E;
  position: relative;
}

.step-estimate__wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 34px;
}

.step-estimate__num {
  margin-top: 0;
}

.step-estimate::before {
  content: "";
  display: block;
  height: 125px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #DEDEDE;
  position: absolute;
  top: -1px;
}

.step-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.step-description {
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.step-estimate__img {
  text-align: center;
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  .step-estimate {
    padding-bottom: 24px;
  }

  .step-estimate__wrap {
    padding-top: 0;
  }

  .step-estimate::before {
    height: 56px;
  }

  .step-description {
    font-size: 16px;
    padding-top: 16px;
  }

  .step-estimate__img {
    padding-top: 20px;
  }
}

.step-order {
  position: relative;
}

.step-order__num {
  margin-top: 0;
}

.step-order::before {
  content: "";
  display: block;
  height: 125px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #3A4A6E;
  position: absolute;
  top: -1px;
}

.step-order__wrap {
  position: relative;
  padding-top: 36px;
  padding-bottom: 40px;
  max-width: 1120px;
  margin: 0 auto;
}

.step-order__title {
  color: #27292D;
  margin-bottom: 60px;
}

.step-order__content-wrap {
  display: flex;
  justify-content: space-between;
}

.step-content__ml {
  margin-left: 16px;
}

.step-content__mr {
  margin-right: 16px;
}

.step-order__content-right {
  text-align: center;
  width: 407px;
}

.step-order__content-right__title {
  font-size: 30px;
  line-height: 2.2;
  padding-top: 24px;
  margin-bottom: 32px;
}

.step-order__content-right p span {
  color: #154DA8;
  font-size: 40px;
  font-weight: 700;
  background-color: #F7FF00;
  padding: 10px 24px;
  margin: 0 8px 16px 0;
}

.section-order__annotation p {
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
  padding-top: 24px;
  text-indent: -1.1em;
  padding-left: 0.9em;
}

.section-order__annotation p:last-child {
  padding-top: 0;
}

.step-button {
  max-width: 405px;
  height: 80px;
  display: block;
}

.step-order__button {
  background-color: #154DA8;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

.step-order__button span,
.step-delivary__button span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 8px;
}

.step-order__button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #154DA8;
  border-right: 2px solid #154DA8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  right: 33px;
  transition: .3s;
}

.step-order__button::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  transition: .3s;
}

.step-order__button:hover {
  background-color: #fff;
  color: #154DA8;
  transform: scale(1.1);
}

.step-order__button:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.step-order__button:hover::after {
  background-color: #154DA8;
}

@media screen and (max-width: 1020px) {
  .step-order__content-right p span {
    padding: 10px 16px;
  }

  .section-order__annotation p {
    padding-top: 16px;
  }

  .step-order__button::before {
    width: 8px;
    height: 8px;
    right: 30px;
  }

  .step-order__button::after {
    width: 32px;
    height: 32px;
  }
}

@media screen and (900px <=width < 1020px) {
  .step-order__content-right p span {
    font-size: 32px;
  }

  .step-order__content-right__title {
    font-size: 28px;
  }
}

@media screen and (768px <=width < 1020px) {

  .step-order__button span,
  .step-delivary__button span {
    font-size: 16px;
  }
}

@media screen and (768px <=width < 900px) {
  .step-order__content-right p span {
    font-size: 28px;
  }

  .step-order__content-right__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .step-order {
    padding-bottom: 24px;
  }

  .step-order__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-order::before {
    height: 56px;
  }

  .step-order__title {
    margin-bottom: 20px;
  }

  .step-order__content-wrap {
    display: block;
  }

  .step-content__ml {
    margin-left: 0;
  }

  .step-content__mr {
    margin-right: 0;
  }

  .step-order__content-right {
    text-align: center;
    width: 100%;
  }

  .step-order__content-right__title {
    font-size: 20px;
    line-height: 2.2;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .step-order__content-right p span {
    color: #154DA8;
    font-size: 24px;
    font-weight: 700;
    background-color: #F7FF00;
    padding: 5px 16px;
    margin: 0 8px 0 0;
  }

  .step-order__content-left img {
    display: block;
    margin: 0 auto;
  }

  .step-button {
    max-width: 350px;
    height: 64px;
    margin: 0 auto;
  }

  .step-order__button span {
    font-size: 15px;
  }

  .step-order__button span,
  .step-delivary__button span {
    margin-right: 0;
  }
}

.step-delivary {
  background-color: #3A4A6E;
  position: relative;
}

.step-delivary::before {
  content: "";
  display: block;
  height: 125px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #DEDEDE;
  position: absolute;
  top: -1px;
}

.step-delivary__wrap {
  position: relative;
  padding-top: 45px;
  padding-bottom: 80px;
  max-width: 1120px;
  margin: 0 auto;
}

.step-delivary__num {
  margin-top: 0;
}

.step-delivary__title {
  margin-bottom: 60px;
}

.row-reverse {
  flex-direction: row-reverse;
}

.step-delivary__content-right p {
  color: #fff;
}

.step-delivary__content-right p span {
  color: #3A4A6E;
}

.step-delivary__button {
  background-color: #fff;
  color: #154DA8;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

.step-delivary__button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  right: 33px;
  transition: .3s;
}

.step-delivary__button::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #154DA8;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  transition: .3s;
}

.step-delivary__button:hover {
  background-color: #154DA8;
  color: #fff;
  transform: scale(1.1);
}

.step-delivary__button:hover::before {
  border-top: 2px solid #154DA8;
  border-right: 2px solid #154DA8;
}

.step-delivary__button:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 1020px) {
  .step-delivary__content-right p span {
    padding: 10px 16px;
  }

  .step-delivary__button::before {
    width: 8px;
    height: 8px;
    right: 30px;
  }

  .step-delivary__button::after {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .step-delivary::before {
    height: 56px;
  }

  .step-delivary__wrap {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .step-delivary__title {
    margin-bottom: 20px;
  }

  .step-delivary__button span {
    font-size: 14px;
  }
}

@media screen and (768px <=width < 900px) {
  .step-delivary__button span {
    font-size: 14px;
  }
}

@media screen and (768px <=width < 820px) {
  .step-delivary__button {
    padding-left: 16px;
  }
}

.section-contact {
  background: url("../images/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 444px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.section-contact__wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.section-contact__text {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 20px;
}

.section-contact__text span {
  color: #154DA8;
  background-color: #F7FF00;
  padding: 8px 20px;
}

.section-contact__text-sub {
  color: #fff;
}

.section-contact__right {
  text-align: center;
}

.contact {
  font-size: 14px;
  color: #154DA8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.section-contact__right-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-contact__right-tel a {
  font-size: 39px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.contact-time {
  font-size: 14px;
}

.inquiry-button {
  margin-top: 32px;
  max-width: 320px;
  height: 64px;
  background-color: #154DA8;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
  font-size: 18px;
  font-weight: 700;
  padding-left: 48px;
}

.inquiry-button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #154DA8;
  border-right: 2px solid #154DA8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  right: 33px;
  transition: .3s;
}

.inquiry-button::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  transition: .3s;
}

.inquiry-button:hover {
  background-color: #0B2754;
  transform: scale(1.1);
}

.inquiry-button:hover::before {
  border-top: 2px solid #0B2754;
  border-right: 2px solid #0B2754;
}

.inquiry-button:hover::after {
  background-color: #fff;
}

@media screen and (768px <=width < 960px) {
  .section-contact__wrap {
    gap: 16px;
  }

  .inquiry-button {
    font-size: 16px;
    padding-left: 32px;
  }

  .inquiry-button::before {
    width: 8px;
    height: 8px;
    right: 30px;
  }

  .inquiry-button::after {
    width: 32px;
    height: 32px;
  }
}

@media screen and (860px <=width < 960px) {
  .section-contact__text {
    font-size: 28px;
  }

  .section-contact__right-tel a {
    font-size: 33px;
  }
}

@media screen and (768px <=width < 860px) {
  .section-contact__text {
    font-size: 26px;
  }

  .section-contact__text-sub {
    font-size: 14px;
  }

  .section-contact__right-tel a {
    font-size: 32px;
  }

  .contact-time {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact {
    background: url("../images/contact-bg-sp.webp");
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .section-contact__wrap {
    display: block;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-contact__left {
    margin-bottom: 72px;
  }

  .section-contact__text {
    font-size: 19px;
    margin-bottom: 16px;
    text-align: center;
  }

  .section-contact__text span {
    padding: 5px 8px;
  }

  .section-contact__text-sub {
    font-size: 14px;
    text-align: center;
  }

  .section-contact__right-tel a {
    font-size: 32px;
  }

  .contact-time {
    font-size: 12px;
  }

  .inquiry-button {
    margin: 24px auto 0;
    max-width: 335px;
    height: 64px;
    justify-content: center;
    padding-left: 0;
  }

  .inquiry-button::before {
    width: 8px;
    height: 8px;
    right: 30px;
  }

  .inquiry-button::after {
    width: 32px;
    height: 32px;
  }

}

.footer {
  background-color: #27292D;
  color: #fff;
  position: relative;
  padding: 24px 0;
}

.pagetop {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 12px;
  font-weight: 700;
  background-color: #154DA8;
  font-family: "Montserrat", sans-serif;
  border-radius: 50%;
  position: fixed;
  right: 32px;
  bottom: 24px;
  border: solid 2px #154DA8;
  z-index: 9999;
}

.pagetop-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  line-height: 1.1;
  transition: .3s;
}

.pagetop-arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: .3s;
}

.pagetop:hover {
  background-color: #fff;
  color: #154DA8;
}

.pagetop:hover .pagetop-arrow {
  border-top: 2px solid #154DA8;
  border-right: 2px solid #154DA8;
}

.footer-content {
  max-width: 1240px;
  margin: 0 auto;
}

.footer-logo {
  text-align: center;
  transition: .3s;
  margin-bottom: 16px;
}

.footer-logo:hover {
  opacity: .7;
}

.footer-underline {
  display: block;
  width: 100%;
  border-bottom: solid 1px #666666;
  margin-bottom: 20px;
}

.footer-content__wrap {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.footer-nav-sns__wrap {
  display: flex;
  gap: 48px;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-nav a {
  padding-bottom: 5px;
  position: relative;
}

.footer-nav a:nth-child(1)::before {
  background: #fff;
  content: '';
  width: 60%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.footer-nav a:nth-child(2)::before {
  background: #fff;
  content: '';
  width: 80%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.footer-nav a:nth-child(3)::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}


.footer-nav a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer-nav a:nth-child(1)::after,
.footer-nav a:nth-child(2)::after {
  content: "";
  display: inline-block;
  border-right: solid 1px #666666;
  height: 16px;
  margin-left: 32px;
  transform: translateY(3px);
}

.footer-nav a:nth-child(2) {
  margin: 0 32px;
}

.footer-sns {
  display: flex;
  gap: 20px;
}

.instagram-icon,
.line-icon {
  transition: .3s;
}

.instagram-icon:hover,
.line-icon:hover {
  opacity: .7;
}

.copyright {
  font-size: 12px;
}

@media screen and (768px <=width < 1000px) {
  .footer-content__wrap {
    flex-direction: column;
  }

  .footer-nav {
    margin-bottom: 24px;
  }

  .footer-nav,
  .footer-sns {
    justify-content: center;
  }

  .footer-nav-sns__wrap {
    order: 1;
    display: block;
    margin-bottom: 24px;
  }

  .copyright {
    order: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 24px;
    bottom: 24px;
  }

  .footer {
    padding: 24px;
  }

  .footer-content__wrap {
    flex-direction: column;
  }

  .footer-content {
    margin: 0;
  }

  .footer-logo {
    transition: .3s;
  }

  .footer-nav {
    display: block;
    text-align: center;
  }

  .footer-nav a {
    display: block;
    padding-bottom: 16px;
  }

  .footer-nav a::before {
    display: none;
  }

  .footer-nav a:last-child {
    padding-bottom: 24px;
  }

  .footer-nav-sns__wrap {
    display: block;
    order: 1;
  }

  .footer-nav a:nth-child(2) {
    margin: 0 auto;
  }

  .footer-nav a:nth-child(1)::after,
  .footer-nav a:nth-child(2)::after {
    display: none;
  }

  .footer-sns {
    gap: 16px;
    justify-content: center;
  }

  .copyright {
    order: 2;
    font-size: 8px;
    text-align: center;
    padding-top: 24px;
  }
}