@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


.two-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .two-btns {
    -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;
    gap: 25px;
  }
}
.two-btns > .btn {
  cursor: pointer;
  width: 100%;
  max-width: 474px;
}
@media screen and (max-width: 768px) {
  .two-btns > .btn {
    width: max(304px, 80%);
  }
}
.two-btns > .btn a {
  display: block;
  text-align: center;
  padding-block: 36px;
  top: 0;
  left: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .two-btns > .btn a {
    padding: 20px;
  }
}
.two-btns > .btn a > .btn_txt > .img > img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .two-btns > .btn a > .btn_txt > .img > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.two-btns > .btn a > .btn_txt > .txt {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .two-btns > .btn a > .btn_txt > .txt {
    font-size: 18px;
  }
}
.two-btns > .btn.contact > a {
  color: #024EA2;
  background-color: #FFFFFF;
  border: 1px solid #024EA2;
  -webkit-box-shadow: 5px 5px 0 #3E99FB;
          box-shadow: 5px 5px 0 #3E99FB;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.two-btns > .btn.contact > a:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.two-btns > .btn.tel > a {
  color: #FFFFFF;
  background-color: #FB911B;
  -webkit-box-shadow: 5px 5px 0 #FFDFBC;
          box-shadow: 5px 5px 0 #FFDFBC;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.two-btns > .btn.tel > a:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.three-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .three-btns {
    -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;
    gap: 25px;
  }
}
.three-btns > .btn {
  cursor: pointer;
  width: 100%;
  max-width: 384px;
}
@media screen and (max-width: 768px) {
  .three-btns > .btn {
    width: max(304px, 80%);
  }
}
.three-btns > .btn > a {
  display: block;
  text-align: center;
  padding-block: 36px;
  top: 0;
  left: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .three-btns > .btn > a {
    padding: 20px;
  }
}
.three-btns > .btn > a > .btn_txt > .img > img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .three-btns > .btn > a > .btn_txt > .img > img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.three-btns > .btn > a > .btn_txt > .txt {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .three-btns > .btn > a > .btn_txt > .txt {
    font-size: 18px;
  }
}
.three-btns > .btn.price > a {
  color: #FFFFFF;
  background-color: #024EA2;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 5px 5px 0 #FFFFFF;
          box-shadow: 5px 5px 0 #FFFFFF;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.three-btns > .btn.price > a:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.three-btns > .btn.price > a > .btn_txt > .txt {
  margin-left: 20px;
}
.three-btns > .btn.price > a > .btn_txt > .img > .img {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .three-btns > .btn.price > a > .btn_txt > .img > .img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.three-btns > .btn.contact > a {
  color: #024EA2;
  background-color: #FFFFFF;
  border: 1px solid #024EA2;
  -webkit-box-shadow: 5px 5px 0 #3E99FB;
          box-shadow: 5px 5px 0 #3E99FB;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.three-btns > .btn.contact > a:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.three-btns > .btn.tel > a {
  color: #FFFFFF;
  background-color: #FB911B;
  -webkit-box-shadow: 5px 5px 0 #FFDFBC;
          box-shadow: 5px 5px 0 #FFDFBC;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.three-btns > .btn.tel > a:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-family: "source-han-sans-japanese", "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 300;
}

body {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

label {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .none-max-1100 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .none-max-1200 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .none-min-1200 {
    display: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
}
.header > .inner {
  padding-left: 80px;
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (max-width: 1500px) {
  .header > .inner {
    padding-left: clamp(15px, 2vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .header > .inner {
    padding-left: 0;
    grid-template-rows: repeat(2, 1fr);
    height: 90px;
  }
}
.header > .inner > .logo {
  display: block;
  padding-block: 12px;
}
@media screen and (max-width: 768px) {
  .header > .inner > .logo {
    padding-block: 10px;
    padding-left: 10px;
  }
}
.header > .inner > .logo > .h1 > a > .img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 555px;
}
@media screen and (max-width: 1500px) {
  .header > .inner > .logo > .h1 > a > .img {
    width: clamp(300px, 34vw, 500px);
  }
}
@media screen and (max-width: 768px) {
  .header > .inner > .logo > .h1 > a > .img {
    width: 252px;
  }
}
.header > .inner > .nav {
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 10px;
}
.header > .inner > .nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header > .inner > .nav > ul > .item.call {
  color: #024EA2;
  margin-right: min(1vw, 36px);
}
.header > .inner > .nav > ul > .item.call .tel {
  font-size: min(2vw, 22px);
  margin-right: 5px;
}
.header > .inner > .nav > ul > .item.call .number {
  font-size: min(2.9vw, 36px);
  font-weight: 700;
  cursor: pointer;
}
.header > .inner > .nav > ul > .item.contact,
.header > .inner > .nav > ul > .item.price {
  height: 80px;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
}
.header > .inner > .nav > ul > .item.contact > span,
.header > .inner > .nav > ul > .item.contact > a,
.header > .inner > .nav > ul > .item.price > span,
.header > .inner > .nav > ul > .item.price > a {
  display: block;
  width: 220px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .header > .inner > .nav > ul > .item.contact > span,
  .header > .inner > .nav > ul > .item.contact > a,
  .header > .inner > .nav > ul > .item.price > span,
  .header > .inner > .nav > ul > .item.price > a {
    width: min(13vw, 220px);
    font-size: min(2vw, 20px);
  }
}
.header > .inner > .nav > ul > .item.contact {
  border: 1px solid #024EA2;
}
.header > .inner > .nav > ul > .item.contact > a > span {
  color: #024EA2;
}
.header > .inner > .nav > ul > .item.price {
  background-color: #024EA2;
}
.header > .inner > .nav > ul > .item.price > a {
  color: white;
  padding-block: 25px;
}
.header > .inner > .nav > ul > .item.price > a > .txt {
  vertical-align: middle;
  margin-right: 7px;
  vertical-align: middle;
}
.header > .inner > .nav > ul > .item.price > a > img {
  width: 31px;
  height: 31px;
  vertical-align: middle;
}
.header > .inner > .nav > ul > .item.insta > a {
  display: block;
  width: 50px;
  height: 50px;
  width: min(3.9vw, 50px);
  height: min(3.9vw, 50px);
  margin-block: 15px;
  margin-inline: min(2vw, 15px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header > .inner > .nav > ul > .item.insta > a {
    width: 32px;
    height: 32px;
    margin: 7px 0px;
  }
}
@media screen and (max-width: 768px) {
  .header > .inner > .nav > ul > .item.call,
  .header > .inner > .nav > ul > .item.contact,
  .header > .inner > .nav > ul > .item.price {
    display: none;
  }
}
.header > .inner > .sp_nav {
  grid-row: 2/3;
  grid-column: 1/3;
}
.header > .inner > .sp_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > .inner > .sp_nav > ul > .item.call,
.header > .inner > .sp_nav > ul > .item.contact,
.header > .inner > .sp_nav > ul > .item.price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.header > .inner > .sp_nav > ul > .item.call > a,
.header > .inner > .sp_nav > ul > .item.contact > a,
.header > .inner > .sp_nav > ul > .item.price > a {
  height: 46px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.header > .inner > .sp_nav > ul > .item.call {
  color: #FFFFFF;
  background-color: #FB911B;
}
.header > .inner > .sp_nav > ul > .item.contact {
  background-color: white;
  border: 1px solid #024EA2;
}
.header > .inner > .sp_nav > ul > .item.contact > a {
  color: #024EA2;
  height: 44px;
}
.header > .inner > .sp_nav > ul > .item.price {
  background-color: #024EA2;
}
.header > .inner > .sp_nav > ul > .item.price > a {
  color: white;
}
.header > .inner > .sp_nav > ul > .item.price > a > .txt {
  margin-inline: 12px 7px;
}
.header > .inner > .sp_nav > ul > .item.price > a > img {
  width: 18px;
  height: 18px;
}

.footer {
  background-color: #024EA2;
  height: 50px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 40px;
  }
}
.footer > .txt {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer > .txt {
    font-size: 12px;
  }
}

.main.front {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .main.front {
    padding-top: 90px;
  }
}
.main.front > .topbtn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background-color: #024EA2;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main.front > .topbtn {
    right: 5px;
    bottom: 25px;
    width: 44px;
    height: 44px;
  }
}
.main.front > .topbtn:hover {
  opacity: 0.7;
}
.main.front > .topbtn > span {
  position: absolute;
  width: 35px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .main.front > .topbtn > span {
    width: 25px;
    top: 55%;
  }
}
.main.front > .mv {
  background-color: #024EA2;
}
.main.front > .mv > .div > picture > .img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 700px;
}
.main.front > .menu {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .main.front > .menu {
    padding-block: 40px;
  }
}
.main.front > .menu > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .menu > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .menu > .wrap > .menus {
  display: grid;
  grid-template-columns: repeat(3, auto);
  row-gap: 24px;
}
@media screen and (max-width: 1200px) {
  .main.front > .menu > .wrap > .menus {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .menu > .wrap > .menus {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
.main.front > .menu > .wrap > .menus > .item {
  width: 384px;
  padding-block: 22px;
  top: 0;
  left: 0;
  text-align: center;
  background-color: white;
  border: 1px solid #024EA2;
  -webkit-box-shadow: 4px 4px 0 #024EA2;
          box-shadow: 4px 4px 0 #024EA2;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .main.front > .menu > .wrap > .menus > .item {
    width: 100%;
    padding-block: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .menu > .wrap > .menus > .item {
    width: 90%;
    min-width: 338px;
    padding-block: 13px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .menu > .wrap > .menus > .item:first-of-type {
    padding-inline: 15px 40px;
  }
}
.main.front > .menu > .wrap > .menus > .item:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main.front > .menu > .wrap > .menus > .item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  border-bottom: 2px solid #024EA2;
  border-right: 2px solid #024EA2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.main.front > .menu > .wrap > .menus > .item > .txt {
  color: #024EA2;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.front > .menu > .wrap > .menus > .item > .txt {
    font-size: 16px;
  }
}
.main.front > .menu > .wrap > .menus > .item > .mini {
  font-size: 11px;
  margin-right: 5px;
}
.main.front > .menu > .wrap > .menus > .item:first-of-type > .txt {
  display: inline-block;
  vertical-align: middle;
}
.main.front > .about {
  padding-block: 80px;
  background-color: #024EA2;
}
@media screen and (max-width: 768px) {
  .main.front > .about {
    padding-block: 40px 50px;
  }
}
.main.front > .about > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .about > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .about > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .about > .wrap > .ttl > .h2 > p.ttl {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .about > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #FFFFFF;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .ttl {
    margin-bottom: 170px;
  }
}
.main.front > .about > .wrap > .ttl > .subttl {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.front > .about > .wrap > .contents > .item {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item {
    margin-bottom: 170px;
  }
}
.main.front > .about > .wrap > .contents > .item > .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item > .photo {
    top: -140px;
    bottom: auto;
    right: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main.front > .about > .wrap > .contents > .item > .photo > .img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 465px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item > .photo > .img {
    width: 314px;
  }
}
.main.front > .about > .wrap > .contents > .item > .inner {
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item > .inner {
    padding: 93px 12px 25px !important;
    margin-inline: auto !important;
  }
}
.main.front > .about > .wrap > .contents > .item > .inner > .ttl {
  color: #024EA2;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item > .inner > .ttl {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 1100px) {
  .main.front > .about > .wrap > .contents > .item > .inner > .ttl > .none-ml-1100 {
    display: none;
  }
}
.main.front > .about > .wrap > .contents > .item > .inner > .txt {
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item > .inner > .txt {
    font-size: 14px;
  }
}
.main.front > .about > .wrap > .contents > .item:nth-of-type(2n-1) > .inner {
  padding: 82px 50px 82px 196px;
  margin-left: 304px;
}
.main.front > .about > .wrap > .contents > .item:nth-of-type(2n) > .photo {
  right: 0;
}
.main.front > .about > .wrap > .contents > .item:nth-of-type(2n) > .inner {
  padding: 82px 196px 82px 50px;
  margin-right: 304px;
}
.main.front > .about > .wrap > .contents > .item:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .contents > .item:last-of-type {
    margin-bottom: 40px;
  }
}
.main.front > .about > .wrap > .maintenance {
  text-align: center;
  background-color: #03346A;
  padding: 72px 70px 50px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance {
    padding: 40px 25px 30px;
    margin-bottom: 50px;
  }
}
.main.front > .about > .wrap > .maintenance::before {
  content: "";
  position: absolute;
  border: 1px solid #FFFFFF;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner {
  position: relative;
  z-index: 1;
}
.main.front > .about > .wrap > .maintenance > .inner > .ttl {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .ttl::before, .main.front > .about > .wrap > .maintenance > .inner > .ttl::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFFFFF;
  width: 130.11px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .ttl::before, .main.front > .about > .wrap > .maintenance > .inner > .ttl::after {
    width: 89px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .ttl::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  left: -140.11px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .ttl::before {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    left: -35%;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .about > .wrap > .maintenance > .inner > .ttl::before {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    left: -55%;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .ttl::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  right: -140.11px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .ttl::after {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    right: -35%;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .about > .wrap > .maintenance > .inner > .ttl::after {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
    right: -55%;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .contents {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .contents > .item {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  padding-block: 37px;
  line-height: 1.6em;
  background-color: #024EA2;
  border: 2px solid #316FB2;
  border-radius: 8px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .contents > .item {
    font-size: 15px;
    padding-block: 11px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .note {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .note {
    font-size: 14px;
    text-align: start;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .triangle {
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 140px;
  height: 30px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .triangle {
    width: 80px;
    height: 17px;
    margin: 30px auto;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .box > .ttl {
  color: #FFF300;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
  background-color: #E2070B;
  padding: 40px 103px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .box > .ttl {
    font-size: 18px;
    padding: 20px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .box > .txts {
  background-color: #FFFFFF;
  padding: 40px 30px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .box > .txts {
    padding: 20px 15px 25px;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .box > .txts > .txt {
  color: #024EA2;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .box > .txts > .txt {
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: start;
  }
}
.main.front > .about > .wrap > .maintenance > .inner > .box > .txts > .txt.red {
  color: #E2070B;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main.front > .about > .wrap > .maintenance > .inner > .box > .txts > .txt.red {
    font-size: 18px;
    text-align: center;
  }
}
.main.front > .flow {
  padding-block: 80px 120px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow {
    padding-block: 40px 50px;
  }
}
.main.front > .flow > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .flow > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .flow > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .flow > .wrap > .ttl > .h2 > p.ttl {
  color: #024EA2;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .flow > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #024EA2;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
.main.front > .flow > .wrap > .subttl {
  background-color: #EBF5FF;
  width: 588px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .subttl {
    width: 80%;
    min-width: 300px;
    margin-bottom: 21px;
  }
}
.main.front > .flow > .wrap > .subttl::before, .main.front > .flow > .wrap > .subttl::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .subttl::before, .main.front > .flow > .wrap > .subttl::after {
    width: 50px;
    height: 20px;
  }
}
.main.front > .flow > .wrap > .subttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #024EA2;
  border-top: 1px solid #024EA2;
}
.main.front > .flow > .wrap > .subttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 1px solid #024EA2;
  border-bottom: 1px solid #024EA2;
}
.main.front > .flow > .wrap > .subttl > .h3 {
  color: #024EA2;
  font-size: 32px;
  font-weight: 700;
  padding-block: 22px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .subttl > .h3 {
    font-size: 18px;
    padding-block: 9px;
  }
}
.main.front > .flow > .wrap > .item {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item {
    margin-bottom: 20px;
  }
}
.main.front > .flow > .wrap > .item.wash.last {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item.wash.last {
    margin-bottom: 38px;
  }
}
.main.front > .flow > .wrap > .item.coat.twice {
  margin-bottom: 28px;
}
.main.front > .flow > .wrap > .item.coat.last {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item.coat.last {
    margin-bottom: 30px;
  }
}
.main.front > .flow > .wrap > .item > .ttl {
  color: #024EA2;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item > .ttl {
    margin-bottom: 15px;
  }
}
.main.front > .flow > .wrap > .item > .ttl > span {
  font-family: "ROBOTO";
  font-size: 80px;
  font-style: italic;
  font-weight: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item > .ttl > span {
    font-size: 60px;
  }
}
.main.front > .flow > .wrap > .item > .ttl > span:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 1px solid #024EA2;
  height: 72px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  top: 25px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item > .ttl > span:after {
    height: 54px;
    top: 20px;
  }
}
.main.front > .flow > .wrap > .item > .ttl > .ttl {
  font-size: 26px;
  font-weight: 700;
  margin-left: 60px;
  position: relative;
  top: 15px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item > .ttl > .ttl {
    font-size: 16px;
    margin-left: 50px;
  }
}
.main.front > .flow > .wrap > .item > .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item > .grid {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 15px;
  }
}
.main.front > .flow > .wrap > .item > .grid > .img {
  max-width: 588px;
}
.main.front > .flow > .wrap > .item > .grid > .txt {
  font-size: 18px;
  grid-column: 1/3;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .item > .grid > .txt {
    font-size: 14px;
  }
}
.main.front > .flow > .wrap > .note {
  background-color: #EFEFEF;
  padding: 30px;
  font-size: 18px;
  margin-bottom: 100px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .main.front > .flow > .wrap > .note {
    font-size: 14px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
.main.front > .flow > .wrap > .note > .red {
  color: #E2070B;
  font-weight: 700;
}
.main.front > .compare {
  background-color: #D9ECFF;
  padding-block: 70px 100px;
}
@media screen and (max-width: 768px) {
  .main.front > .compare {
    padding-block: 40px;
  }
}
.main.front > .compare > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .compare > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .compare > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .compare > .wrap > .ttl > .h2 > p.ttl {
  color: #024EA2;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .compare > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #024EA2;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
.main.front > .compare > .wrap > .case {
  color: #024EA2;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-block: 15px;
  margin-bottom: 54px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 5px 0 #024EA2;
          box-shadow: 5px 5px 0 #024EA2;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .case {
    font-size: 16px;
    padding-inline: 20px;
    margin-bottom: 24px;
  }
}
.main.front > .compare > .wrap > .img {
  max-width: 840px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.main.front > .compare > .wrap > .scroll_note {
  display: none;
}
@media (max-width: 450px) {
  .main.front > .compare > .wrap > .scroll_note {
    display: block;
    font-size: 12px;
    text-align: end;
    margin-bottom: 10px;
  }
}
.main.front > .compare > .wrap > .tbox {
  margin-bottom: 15px;
  overflow-x: auto;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .tbox {
    margin-bottom: 10px;
  }
}
.main.front > .compare > .wrap > .tbox::-webkit-scrollbar {
  display: none;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr > td {
  border-bottom: 1px solid #024EA2;
  line-height: 1.4em;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th:nth-of-type(2),
.main.front > .compare > .wrap > .tbox > table > tbody > tr > td:first-of-type {
  border-right: 1px solid #024EA2;
}
.main.front > .compare > .wrap > .tbox > table {
  width: 100%;
  font-size: 20px;
  border-top: 1px solid #024EA2;
  border-right: 1px solid #024EA2;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .tbox > table {
    font-size: 12px;
  }
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th {
  background-color: white;
  padding-block: 16px 14px;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th.row {
  width: 40%;
  min-width: 146px;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th.own, .main.front > .compare > .wrap > .tbox > table > thead > tr > th.other {
  width: 30%;
  min-width: 140px;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th.other {
  color: #024EA2;
  font-weight: 700;
  text-align: center;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th > .img {
  max-width: 255px;
  margin-inline: auto;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr:nth-of-type(2n-1) > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr:nth-of-type(2n-1) > td {
  background-color: #FFFFFF;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr:nth-of-type(2n) > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr:nth-of-type(2n) > td {
  background-color: #F2F2F2;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr.blue > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr.blue > td {
  background-color: #3E99FB;
  color: #FFFFFF;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr.yellow > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr.yellow > td {
  background-color: #FFF300;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr > th,
.main.front > .compare > .wrap > .tbox > table > tbody > tr > td {
  padding-block: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr > th.row {
  padding-inline: 45px 25px;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .tbox > table > tbody > tr > th.row {
    padding-inline: 10px;
  }
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr > th.row.note::after {
  content: " ※非常に重要";
  color: #E2070B;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .tbox > table > tbody > tr > th.row.note::after {
    font-size: 12px;
  }
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr > td {
  text-align: center;
  position: relative;
}
.main.front > .compare > .wrap > .tbox > table > tbody > tr > td.note::after {
  content: "別料金";
  position: absolute;
  font-size: 20px;
  margin-left: 20px;
  bottom: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .tbox > table > tbody > tr > td.note::after {
    font-size: 12px;
    margin-left: 10px;
    bottom: calc(50% - 9px);
  }
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .tbox > table > tbody > tr > td.note {
    padding-right: 40px;
  }
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th.row,
.main.front > .compare > .wrap > .tbox > table > tbody > tr > th.row {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  border-right: 1px solid #024EA2;
  border-left: 1px solid #024EA2;
  font-weight: 300;
}
.main.front > .compare > .wrap > .tbox > table > thead > tr > th.row::before,
.main.front > .compare > .wrap > .tbox > table > tbody > tr > th.row::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.front > .compare > .wrap > .price_note {
  font-size: 18px;
  text-align: end;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .price_note {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.main.front > .compare > .wrap > .summary {
  background-color: #FFFFFF;
  border: 5px solid #024EA2;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .summary {
    border: 3px solid #024EA2;
    padding: 10px;
  }
}
.main.front > .compare > .wrap > .summary > .txts {
  border: 1px solid #024EA2;
  padding-block: 26px 30px;
  font-weight: 700;
  text-align: center;
}
.main.front > .compare > .wrap > .summary > .txts > .red {
  color: #E2070B;
  font-size: 32px;
  line-height: 1.6em;
  text-decoration-line: underline;
  text-decoration-color: #FFF986;
  text-decoration-thickness: 8px;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .summary > .txts > .red {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.main.front > .compare > .wrap > .summary > .txts > .blue {
  color: #024EA2;
  font-size: 22px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .main.front > .compare > .wrap > .summary > .txts > .blue {
    font-size: 16px;
    padding-inline: 20px;
    text-align: start;
  }
}
.main.front > .plan {
  background-color: #024EA2;
  padding-block: 80px 100px;
}
@media screen and (max-width: 768px) {
  .main.front > .plan {
    padding-block: 40px 50px;
  }
}
.main.front > .plan > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .plan > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .plan > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .plan > .wrap > .ttl > .h2 > p.ttl {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .plan > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #FFFFFF;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
.main.front > .plan > .wrap > .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.main.front > .plan > .wrap > .grid > .item {
  background-color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 44px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .grid > .item {
    padding: 40px 20px 30px;
    margin-inline: auto;
  }
}
.main.front > .plan > .wrap > .grid > .item > .img.logo {
  max-width: 460px;
  margin-bottom: 40px;
}
.main.front > .plan > .wrap > .grid > .item > table {
  margin-bottom: 10px;
  width: 100%;
}
.main.front > .plan > .wrap > .grid > .item > table > tbody > tr {
  border: 1px solid #024EA2;
}
.main.front > .plan > .wrap > .grid > .item > table > tbody > tr > th,
.main.front > .plan > .wrap > .grid > .item > table > tbody > tr > td {
  font-size: 20px;
  padding-block: 10px;
  padding-inline: 40px 20px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .grid > .item > table > tbody > tr > th,
  .main.front > .plan > .wrap > .grid > .item > table > tbody > tr > td {
    font-size: 14px;
    padding-block: 9px;
    padding-inline: 30px;
  }
}
.main.front > .plan > .wrap > .grid > .item > table > tbody > tr > th {
  width: 190px;
  background-color: #D9ECFF;
  font-weight: 400;
}
.main.front > .plan > .wrap > .grid > .item > table > tbody > tr > td {
  width: 301px;
}
.main.front > .plan > .wrap > .grid > .item > table > tbody > tr > td.red {
  color: #E2070B;
  font-weight: 700;
}
.main.front > .plan > .wrap > .grid > .item > .coat,
.main.front > .plan > .wrap > .grid > .item > .rader {
  max-width: 362px;
  margin-inline: auto;
}
.main.front > .plan > .wrap > .note {
  color: #FFF300;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 100px;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .main.front > .plan > .wrap > .note {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: start;
  }
}
.main.front > .media {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .main.front > .media {
    padding-block: 40px;
  }
}
.main.front > .media > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .media > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .media > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .media > .wrap > .ttl > .h2 > p.ttl {
  color: #024EA2;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .media > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #024EA2;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
.main.front > .media > .wrap > .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.main.front > .media > .wrap > .grid > .item {
  margin-inline: auto;
}
.main.front > .media > .wrap > .grid > .item > .movie {
  position: relative;
  margin-bottom: 20px;
  width: 480px;
  padding-top: 56.25%;
  height: 0;
}
@media screen and (max-width: 1200px) {
  .main.front > .media > .wrap > .grid > .item > .movie {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid > .item > .movie {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .media > .wrap > .grid > .item > .movie {
    width: 344px;
  }
}
.main.front > .media > .wrap > .grid > .item > .movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.front > .media > .wrap > .grid > .item:first-of-type {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid > .item:first-of-type {
    grid-column: 1/2;
  }
}
.main.front > .media > .wrap > .grid > .item:first-of-type > .movie {
  width: 800px;
}
@media screen and (max-width: 1200px) {
  .main.front > .media > .wrap > .grid > .item:first-of-type > .movie {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid > .item:first-of-type > .movie {
    width: 370px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .media > .wrap > .grid > .item:first-of-type > .movie {
    width: 344px;
  }
}
.main.front > .media > .wrap > .grid > .item > a > .img {
  max-width: 480px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid > .item > a > .img {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid > .item > a > .img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .media > .wrap > .grid > .item > a > .img {
    width: 344px;
  }
}
.main.front > .media > .wrap > .grid > .item > a > .img:hover {
  opacity: 0.7;
}
.main.front > .media > .wrap > .grid > .item > .ttl,
.main.front > .media > .wrap > .grid > .item > a > .ttl {
  color: #024EA2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .media > .wrap > .grid > .item > .ttl,
  .main.front > .media > .wrap > .grid > .item > a > .ttl {
    font-size: 14px;
  }
}
.main.front > .access {
  background-color: #024EA2;
  padding-block: 80px 100px;
}
@media screen and (max-width: 768px) {
  .main.front > .access {
    padding-block: 40px 50px;
  }
}
.main.front > .access > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .access > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .access > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .access > .wrap > .ttl > .h2 > p.ttl {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .access > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #FFFFFF;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
.main.front > .access > .wrap > .map {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .map {
    margin-bottom: 25px;
  }
}
.main.front > .access > .wrap > .map > iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .map > iframe {
    height: 370px;
  }
}
.main.front > .access > .wrap > .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .grid {
    grid-template-columns: 1fr;
    font-size: 14px;
    row-gap: 30px;
    margin-bottom: 50px;
  }
}
.main.front > .access > .wrap > .grid > .left > .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .grid > .left > .item {
    margin-bottom: 25px;
  }
}
.main.front > .access > .wrap > .grid > .left > .item:last-of-type {
  margin-bottom: 0;
}
.main.front > .access > .wrap > .grid > .left > .item > .ttl {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .grid > .left > .item > .ttl {
    margin-bottom: 10px;
  }
}
.main.front > .access > .wrap > .grid > .left > .item > .txt {
  line-height: 1.8em;
}
.main.front > .access > .wrap > .grid > .right > table {
  width: 100%;
}
.main.front > .access > .wrap > .grid > .right > table > tbody > tr > .th,
.main.front > .access > .wrap > .grid > .right > table > tbody > tr > .td {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .grid > .right > table > tbody > tr > .th,
  .main.front > .access > .wrap > .grid > .right > table > tbody > tr > .td {
    padding: 18px 10px;
  }
}
.main.front > .access > .wrap > .grid > .right > table > tbody > tr > .th {
  border-top: 1px solid #3E99FB;
  border-bottom: 1px solid #3E99FB;
  vertical-align: middle;
  font-weight: 400;
  min-width: 90px;
}
.main.front > .access > .wrap > .grid > .right > table > tbody > tr > .td {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .main.front > .access > .wrap > .grid > .right > table > tbody > tr > .td {
    letter-spacing: -0.59px;
    line-height: 1.5rem;
  }
}
.main.front > .access > .wrap > .grid > .right > table > tbody > tr > .td > .yellow {
  color: #FFF300;
}
.main.front > .access > .wrap > .grid > .right > table > tbody > tr > .td.email {
  text-decoration-line: underline;
  text-decoration-color: #FFFFFF;
}
.main.front > .contact {
  background-color: #EBEBEB;
  padding-block: 80px 150px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact {
    padding-block: 40px 80px;
  }
}
.main.front > .contact > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap {
    width: calc(100% - 30px);
  }
}
.main.front > .contact > .wrap > .ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .ttl {
    margin-bottom: 27px;
  }
}
.main.front > .contact > .wrap > .ttl > .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.front > .contact > .wrap > .ttl > .h2 > p.ttl {
  color: #024EA2;
  font-size: 50px;
  font-weight: 700;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .ttl > .h2 > p.ttl {
    font-size: 24px;
    padding-inline: 1rem;
  }
}
.main.front > .contact > .wrap > .ttl > .h2 > span {
  border-top: 1px solid #024EA2;
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap > .ttl > .h2 > span {
    margin-top: 17px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item {
  margin-inline: auto;
  margin-bottom: 40px;
  max-width: 792px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item {
    margin-bottom: 25px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item > .label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item > .label {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item > .label::after {
  content: "*";
  color: #E2070B;
  margin-left: 5px;
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input,
.main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea {
  background-color: #FFFFFF;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input,
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input::-webkit-input-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::-webkit-input-placeholder {
  font-size: 18px;
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input::-moz-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::-moz-placeholder {
  font-size: 18px;
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input:-ms-input-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea:-ms-input-placeholder {
  font-size: 18px;
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input::-ms-input-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::-ms-input-placeholder {
  font-size: 18px;
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input::placeholder,
.main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::placeholder {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input::-webkit-input-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input::-moz-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::-moz-placeholder {
    font-size: 14px;
  }
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input:-ms-input-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input::-ms-input-placeholder, .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input::placeholder,
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea::placeholder {
    font-size: 14px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .input {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .input {
    height: 50px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea {
  height: 315px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .textarea {
    height: 226px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .item > span > .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .item > span > .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .submit_btn {
  display: block;
  text-align: center;
  width: 474px;
  padding-block: 36px;
  top: 0;
  left: 0;
  position: relative;
  margin-inline: auto;
  background-color: #FFFFFF;
  border: 1px solid #024EA2;
  -webkit-box-shadow: 5px 5px 0 #3E99FB;
          box-shadow: 5px 5px 0 #3E99FB;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main.front > .contact > .wrap .wpcf7-form > .submit_btn:hover {
  left: 5px;
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .submit_btn {
    font-size: 18px;
    width: max(304px, 80%);
    padding: 20px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .submit_btn > .btn_txt {
  display: inline-block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.main.front > .contact > .wrap .wpcf7-form > .submit_btn > .btn_txt > .img {
  display: inline-block;
  background-image: url(../images/submit.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .submit_btn > .btn_txt > .img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .submit_btn > .btn_txt > .txt {
  color: #024EA2;
  font-size: 28px;
  font-weight: 700;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .submit_btn > .btn_txt > .txt {
    font-size: 18px;
  }
}
.main.front > .contact > .wrap .wpcf7-form > .note {
  font-size: 16px;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .contact > .wrap .wpcf7-form > .note {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.main.front > .contact > .wrap .wpcf7-form.invalid > .wpcf7-response-output {
  display: none;
}
.main.front > .contact > .wrap .wpcf7-form.failed > .wpcf7-response-output {
  color: #E2070B;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: none;
  margin-top: 70px;
}
.main.front > .contact > .wrap .wpcf7-form.sent > .wpcf7-response-output {
  color: #024EA2;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: none;
  margin-top: 70px;
}/*# sourceMappingURL=main.css.map */