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

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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 {
  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 */
  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 {
  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] {
  appearance: checkbox;
}

[type=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;
  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 {
  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 {
  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 */
  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 {
  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] {
  appearance: checkbox;
}

[type=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;
  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;
}


html {
  color: #333333;
  font-size: 16px;
  font-family: "noto sans jp";
  line-height: 1.75;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a:hover {
  opacity: 0.7;
}

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

.header .top {
  background-color: #bfe4ff;
  padding: 5.25px 0;
}
@media screen and (max-width: 768px) {
  .header .top {
    padding: 0.375px 0;
  }
}
.header .top .txt {
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #0675ca;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .top .txt {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header .top .txt {
    font-size: 11px;
  }
}
.header > .content {
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 15px;
  align-items: center;
  justify-items: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header > .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header > .content {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    justify-items: unset;
    padding-block: 13px;
    column-gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 3px 6px;
  }
}
.header > .content.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.header > .content > .logo {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  .header > .content > .logo {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .header > .content > .logo {
    width: 80%;
    min-width: 293px;
  }
}
.header > .content > .txt {
  font-size: 14px;
  font-size: clamp(10px, 1.5vw, 14px);
  font-weight: 700;
  background-color: #ffdc17;
  border-radius: 4px;
  padding: 6.5px 14px;
}
.header > .content > .tel {
  display: flex;
  align-items: center;
}
.header > .content > .tel .free {
  color: #01a43c;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #01a43c;
  border-radius: 4px;
  line-height: 1.2;
  padding: 6px 9px;
  margin-right: 5px;
  height: 58px;
}
.header > .content > .tel .num {
  color: #e60303;
  font-size: clamp(36px, 4vw, 46px);
  font-weight: 700;
  font-family: "din-2014", "roboto", sans-serif;
}
.header > .content .ham_btn {
  background-color: #0675ca;
  width: 43px;
  height: 46px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.header > .content .ham_btn > .ham_bar {
  background-color: #fff;
  display: block;
  width: 20px;
  height: 2px;
  margin: 10px auto 0;
  transition: 0.4s;
}
.header > .content .ham_btn > .ham_bar::before, .header > .content .ham_btn > .ham_bar::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: 0.2s;
}
.header > .content .ham_btn > .ham_bar::before {
  transform: translateY(6px);
}
.header > .content .ham_btn > .ham_bar::after {
  transform: translateY(10px);
}
.header > .content .ham_btn.act > .ham_bar {
  background-color: #0675ca;
}
.header > .content .ham_btn.act > .ham_bar::before {
  transform: translate(3px, 12px) rotate(-40deg);
  transform-origin: left bottom;
}
.header > .content .ham_btn.act > .ham_bar::after {
  transform: translate(-3px, 10px) rotate(40deg);
  transform-origin: right bottom;
}
.header > .content .ham_btn > .txt {
  color: #fff;
  font-size: 7px;
  font-weight: 600;
  margin-top: 17px;
}
.header .nav.menu {
  background-color: #0675ca;
  padding: 12.5px 0;
}
@media screen and (max-width: 1024px) {
  .header .nav.menu {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 475px;
    width: 100%;
    right: -120%;
    height: 100vh;
    background-image: initial;
    transition: 0.4s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  }
}
.header .nav.menu.panelactive {
  right: 0;
  transition: 0.4s;
}
.header .nav.menu .list {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: minmax(min-content, 160px) repeat(4, auto);
}
@media screen and (max-width: 768px) {
  .header .nav.menu .list {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav.menu .list {
    grid-template-columns: 1fr;
  }
}
.header .nav.menu .list .item {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .nav.menu .list .item {
    color: #333333;
    text-align: start !important;
    background-color: #fff;
    border: 1px solid #0675ca;
    border-radius: 6px;
    padding: 10px 15px 10px 20px;
  }
  .header .nav.menu .list .item::after {
    content: "";
    border-width: 8px 0px 8px 10px;
    border-color: transparent transparent transparent #0675ca;
    width: 12px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header .nav.menu .list .item:first-of-type {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .header .nav.menu .list .item:first-of-type {
    width: 100%;
  }
}
.header .nav.menu .list .item:not(:first-of-type) {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .nav.menu .list .item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.header .nav.menu .list .item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background-color: #fff;
  rotate: -45deg;
  transform: translate(-70%, -70%);
}
@media screen and (max-width: 1024px) {
  .header .nav.menu .list .item:not(:first-of-type)::before {
    display: none;
  }
}
.header .nav.menu > .btn_menu {
  line-height: 1.4;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(90deg, #ed1c24, #c1272d);
  width: 302px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  margin: 40px auto 0;
}
.header .nav.menu > .btn_menu > .pop {
  color: #fcdb01;
  font-size: 12px;
  font-weight: 700;
  background-color: #000;
  border: #fff 1px solid;
  padding: 9px 10px;
  max-width: 80px;
  height: 54px;
  text-align: center;
  align-content: center;
}
.header .nav.menu > .btn_menu > .txt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  margin-top: -16px;
}
.header .nav.menu > .btn_menu > .txt > .small {
  font-size: 12px;
}
.header .nav.menu > .txt {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: start;
  width: fit-content;
  margin: 6px auto 0;
}
.header .nav.menu.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.footer > .content {
  background-color: #0675ca;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .footer > .content {
    padding: 40px 0;
  }
}
.footer > .content > .container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer > .content > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .content > .container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.footer > .content > .container .logo {
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .footer > .content > .container .logo {
    width: 87%;
  }
}
.footer > .content > .container .nav {
  max-width: 556px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer > .content > .container .nav {
    margin-top: 25px;
    margin-left: unset;
  }
}
.footer > .content > .container .nav .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer > .content > .container .nav .list {
    justify-content: center;
  }
}
.footer > .content > .container .nav .list .item {
  color: #fff;
  font-size: 16px;
  text-decoration-line: underline;
  margin-right: clamp(20px, 2.5vw, 39px);
}
@media screen and (max-width: 768px) {
  .footer > .content > .container .nav .list .item {
    font-size: clamp(12px, 1.7vw, 14px);
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .content > .container .nav .list .item + .item {
    margin-left: 15px;
  }
}
.footer > .content > .container .txt {
  grid-column: 1/3;
  grid-row: 2/3;
  color: #fff;
  font-size: 14px;
  border: 1px solid #94c8f0;
  border-radius: 10px;
  border-radius: 4px;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer > .content > .container .txt {
    grid-column: 1/2;
    grid-row: 3/4;
    font-size: 12px;
    padding: 20px;
    margin-top: 30px;
  }
}
.footer .copy {
  background-color: #000;
}
.footer .copy .txt {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 9.25px 0;
}
@media screen and (max-width: 768px) {
  .footer .copy .txt {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy .txt {
    font-size: 12px;
  }
}

.stickytel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background-color: #bfe4ff;
}
.stickytel > .container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding-block: 8px;
}
@media screen and (max-width: 768px) {
  .stickytel > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .stickytel > .container {
    height: 74px;
    grid-template-columns: repeat(2, auto);
    column-gap: 9px;
    justify-content: center;
    padding-top: 10px;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.stickytel > .container > .price {
  text-align: center;
  max-width: 400px;
}
.stickytel > .container > .price > .top {
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 700;
}
.stickytel > .container > .price > .bottom > .txt {
  color: #f87400;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1;
}
.stickytel > .container > .price > .bottom > .txt > .num {
  font-size: 34px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 900;
  font-family: "din-2014", "roboto", sans-serif;
  font-style: italic;
  margin-left: 10px;
  margin-right: 3px;
}
.stickytel > .container > .tel {
  width: fit-content;
  grid-column: 2/3;
  display: grid;
  grid-template-rows: repeat(2, auto);
  text-align: center;
}
.stickytel > .container > .tel > .txt {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  margin-bottom: -8px;
}
.stickytel > .container > .tel > .link {
  display: flex;
  align-items: center;
}
.stickytel > .container > .tel > .link > .imgc {
  width: clamp(35px, 4vw, 55px);
  margin-right: 12px;
}
.stickytel > .container > .tel > .link > .num {
  color: #e60303;
  font-size: clamp(40px, 4vw, 48px);
  font-weight: 700;
  font-family: "roboto", "din-2014", sans-serif;
  line-height: 58px;
}
@media screen and (max-width: 1024px) {
  .stickytel > .container > .tel > .link > .num {
    font-size: clamp(24px, 4vw, 40px);
  }
}
.stickytel > .container > .mail {
  grid-column: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #0675ca;
  border-radius: 6px;
  max-width: 265px;
  padding: 9.25px clamp(15px, 2.5vw, 40px);
}
.stickytel > .container > .mail > .imgc {
  width: clamp(20px, 2vw, 27.5px);
  margin-right: 5px;
}
.stickytel > .container > .mail > .txt {
  color: #0675ca;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
}
.stickytel > .container > .left {
  grid-column: 1/2;
}
.stickytel > .container > .left > .txt {
  color: #e60303;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.stickytel > .container > .left > .txt + .bottom {
  color: initial;
  margin-top: 5px;
}
.stickytel > .container > .right {
  grid-column: 2/3;
}
.stickytel > .container > .right > .btn {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: fit-content;
  border: 2px solid #fff;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #ed1c24, #c1272d);
  box-shadow: rgba(0, 0, 0, 0.16) 2px 3px 6px;
  padding: 12px 11.5px;
}

.main .wrapper {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main .wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.main .wrapper section:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main .wrapper section:not(:first-of-type) {
    margin-top: 40px;
  }
}

.page_ttl {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page_ttl {
    font-size: 24px;
  }
}

.sec_ttl {
  color: #0675ca;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background-color: #f2f8ff;
  border: 2px solid #000;
  width: calc(100% - 10px);
  padding: 8.5px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 18px;
    padding: 7.25px 0;
  }
}
.sec_ttl::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.mv {
  background-image: url(/images/pages/mv_bg_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(/images/pages/mv_bg_sp.webp);
    margin-bottom: 135px;
  }
}
.mv > .container {
  width: 1330px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-inline-start: 20px;
}
@media (min-width: 1440px) {
  .mv > .container {
    margin-right: calc(-20px + (100vw - 1395px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .mv > .container {
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .mv > .container picture > img {
    margin: 0 auto;
  }
}
.mv > .btn_mv {
  line-height: 1.4;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(90deg, #0c95e5, #0675ca);
  width: 305px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(30px + 100%));
}
.mv > .btn_mv > .pop {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: #fff 1px solid;
  padding: 6px 0px;
  width: 53px;
  height: 54px;
  text-align: center;
  align-content: center;
}
.mv > .btn_mv > .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.mv > .btn_mv > .txt > .small {
  font-size: 15px;
}

.part:not(:first-of-type) {
  margin-top: 60px;
}
.part.breadcrumbs {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .part.breadcrumbs {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.part.breadcrumbs > .list {
  gap: 30px;
}
.part.breadcrumbs > .list > .item {
  font-size: 15px;
  display: inline;
}
.part.breadcrumbs > .list > .item:not(:last-of-type)::after {
  content: "／";
  margin-inline: 15px;
}
.part.breadcrumbs > .list > .item:not(:last-of-type) > a {
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .part.lead picture > img {
    margin: 0 auto;
  }
}
.part.menu .inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .part.menu .inner {
    margin-top: 25px;
  }
}
.part.menu .inner > .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .part.menu .inner > .txt {
    font-size: 14px;
  }
}
.part.menu .inner > .txt.bottom {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .part.menu .inner > .txt.bottom {
    margin-top: 20px;
  }
}
.part.menu .inner > .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 292px);
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part.menu .inner > .list {
    grid-template-columns: repeat(auto-fit, 345px);
    column-gap: 20px;
    margin-top: 30px;
  }
}
.part.menu .inner > .list > .item {
  background-color: #fffbcb;
  border-radius: 4px;
  padding: 30px 26px;
}
@media screen and (max-width: 768px) {
  .part.menu .inner > .list > .item {
    padding: 25px;
  }
}
.part.menu .inner > .list > .item > .ttl {
  color: #0154c4;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part.menu .inner > .list > .item > .ttl {
    font-size: 18px;
  }
}
.part.menu .inner > .list > .item > .imgc {
  margin-top: 20px;
}
.part.menu .inner > .list > .item > .txt {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part.menu .inner > .list > .item > .txt {
    font-size: 14px;
  }
}
.part.menu .inner > .list > .item > .txt > .bold {
  font-weight: 700;
}
.part.call {
  position: relative;
}
@media screen and (max-width: 768px) {
  .part.call {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 768px) {
  .part.call > picture > img {
    margin: 0 auto;
  }
}
.part.call > .btn_call {
  line-height: 1.4;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(90deg, #ed1c24, #c1272d);
  width: 305px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 55px);
}
.part.call > .btn_call > .pop {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: #fff 1px solid;
  padding: 6px 0px;
  width: 53px;
  height: 54px;
  text-align: center;
  align-content: center;
}
.part.call > .btn_call > .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.part.call > .btn_call > .txt > .small {
  font-size: 15px;
}
.part.reason > .inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .part.reason > .inner {
    margin-top: 25px;
  }
}
.part.reason > .inner > .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .part.reason > .inner > .list {
    grid-template-columns: repeat(2, auto);
  }
}
.part.supported-area {
  padding: 50px;
  border: 2px solid #bfddff;
}
@media screen and (max-width: 768px) {
  .part.supported-area {
    padding: 30px;
  }
}
.part.supported-area > .ttl {
  color: #0675ca;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part.supported-area > .ttl {
    font-size: 20px;
  }
}
.part.supported-area .inner {
  display: grid;
  column-gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part.supported-area .inner {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }
}
.part.supported-area .inner > .imgc {
  grid-column: 1/2;
  max-width: 370px;
}
.part.supported-area .inner > .list.prefecture {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .part.supported-area .inner > .list.prefecture {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 30px;
  }
}
.part.supported-area .inner > .list.prefecture > .item:not(:first-of-type) {
  padding-top: 20px;
}
.part.supported-area .inner > .list.prefecture > .item:not(:last-of-type) {
  padding-bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.part.supported-area .inner > .list.prefecture > .item > .ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .part.supported-area .inner > .list.prefecture > .item > .ttl {
    font-size: 15px;
  }
}
.part.supported-area .inner > .list.prefecture > .item > .list.city {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
.part.supported-area .inner > .list.prefecture > .item > .list.city > .item {
  font-size: 16px;
  text-decoration-line: underline;
}
@media screen and (max-width: 425px) {
  .part.supported-area .inner > .list.prefecture > .item > .list.city > .item {
    font-size: 14px;
  }
}
.part.supported-area .inner > .link {
  grid-column: 1/2;
  grid-row: 2/3;
  color: #0675ca;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  display: block;
  border: 1px solid #0675ca;
  border-radius: 30px;
  max-width: 290px;
  height: fit-content;
  padding: 6.25px 0;
  margin-top: 50px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .part.supported-area .inner > .link {
    grid-row: 3/4;
    font-size: 16px;
    min-width: 255px;
    margin: 40px auto 0;
  }
}
.part.faq {
  margin-top: 95px !important;
  padding: 75px 60px 60px;
  background-color: #f8fbfd;
  border: 2px solid #0675ca;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part.faq {
    padding: 85px 25px 40px;
    margin-top: 75px !important;
  }
}
.part.faq > img {
  position: absolute;
  width: 77px;
  height: 90px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.part.faq > .ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part.faq > .ttl {
    font-size: 18px;
  }
}
.part.faq > .inner {
  margin-top: 40px;
}
.part.faq > .inner > .item:not(:first-of-type) {
  padding-top: 30px;
}
.part.faq > .inner > .item:not(:last-of-type) {
  padding-bottom: 30px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.part.faq > .inner > .item > .question {
  color: #0675ca;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .part.faq > .inner > .item > .question {
    font-size: 15px;
  }
}
.part.faq > .inner > .item > .question::before {
  content: "Q";
  background-color: #0675ca;
}
.part.faq > .inner > .item > .answer {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part.faq > .inner > .item > .answer {
    font-size: 14px;
  }
}
.part.faq > .inner > .item > .answer::before {
  content: "A";
  background-color: #f08d25;
}
.part.faq > .inner > .item > .txt {
  padding-left: 55px;
  text-indent: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part.faq > .inner > .item > .txt {
    padding-left: 36px;
  }
}
.part.faq > .inner > .item > .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: "din-2014", "roboto", sans-serif;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .part.faq > .inner > .item > .txt::before {
    font-size: 16px;
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .part.area-call picture > img {
    margin: 0 auto;
  }
}
.part.flow > .inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner {
    margin-top: 25px;
  }
}
.part.flow > .inner > .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .txt {
    font-size: 14px;
  }
}
.part.flow > .inner > .list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list {
    margin-top: 30px;
  }
}
.part.flow > .inner > .list > .item {
  display: grid;
  grid-template-columns: 223px auto;
  column-gap: 35px;
  background-color: #edfafd;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list > .item {
    grid-template-columns: 1fr;
    row-gap: 15px;
    padding: 20px;
  }
}
.part.flow > .inner > .list > .item + .item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list > .item + .item {
    margin-top: 55px;
  }
}
.part.flow > .inner > .list > .item + .item::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 15px;
  border-width: 15px 15px 0px 15px;
  border-style: solid;
  border-color: #0675ca transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list > .item + .item::after {
    width: 24px;
    height: 12px;
  }
}
.part.flow > .inner > .list > .item > .imgc {
  width: 223px;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list > .item > .imgc {
    min-width: 305px;
    margin: 0 auto;
  }
}
.part.flow > .inner > .list > .item > .txts > .ttl {
  color: #0675ca;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list > .item > .txts > .ttl {
    font-size: 16px;
  }
}
.part.flow > .inner > .list > .item > .txts > .txt {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part.flow > .inner > .list > .item > .txts > .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}

section.contact-form > .ttl {
  color: #0675ca;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact-form > .ttl::before {
  content: "";
  background-image: url("/images/common/contact_top.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 30px;
}
section.contact-form .form {
  margin-top: 40px;
}
section.contact-form .form > dl {
  padding-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
  display: grid;
  grid-template-columns: 30% auto;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > dl {
    padding-bottom: 30px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
section.contact-form .form > dl:not(:first-of-type) {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > dl:not(:first-of-type) {
    padding-top: 30px;
  }
}
section.contact-form .form > dl > .label {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > dl > .label {
    font-size: 14px;
  }
}
section.contact-form .form > dl > .label::after {
  content: " *";
  color: #e60303;
}
section.contact-form .form > dl .inputs .label.checkbox {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > dl .inputs .label.checkbox {
    font-size: 14px;
  }
}
section.contact-form .form > dl .inputs .label.checkbox + label {
  margin-top: 15px;
}
section.contact-form .form > dl .inputs .label.checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 15px;
}
section.contact-form .form > dl .inputs .input[type=text], section.contact-form .form > dl .inputs textarea.input {
  background-color: #fff8f8;
  border: 1px solid #868686;
  border-radius: 4px;
  padding: 6px;
  min-height: 50px;
  width: 100%;
}
section.contact-form .form > dl .inputs textarea.input {
  min-height: 232px !important;
}
section.contact-form .form > .list {
  height: 208px;
  overflow-y: scroll;
  border: 1px solid #e4e4e4;
  padding: 30px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > .list {
    padding: 20px;
  }
}
section.contact-form .form > .list > .item + .item {
  margin-top: 1rem;
}
section.contact-form .form > .list > .item > .txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > .list > .item > .txt {
    font-size: 13px;
  }
}
section.contact-form .form > .list > .item > .txt.bold {
  font-weight: 700;
}
section.contact-form .form > .agree_box {
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > .agree_box {
    font-size: 14px;
    margin: 50px auto 0;
  }
}
section.contact-form .form > .agree_box > .inputs {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}
section.contact-form .form > .agree_box > .inputs input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-inline: auto 15px;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > .agree_box > .inputs input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
section.contact-form .form > .agree_box .error-msg {
  grid-column: 1/3;
  grid-row: 2/3;
}
section.contact-form .form > button[type=submit] {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background-color: #0675ca;
  width: 390px;
  text-align: center;
  padding: 26px 0;
  margin: 40px auto 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.contact-form .form > button[type=submit] {
    font-size: 16px;
    width: 266px;
    margin: 50px auto 0;
  }
}
section.contact-form .form > button[type=submit]:hover {
  background-color: #f87400;
}
section.contact-form .form > button[type=submit]::before {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
}
section.contact-form .form .complete-text {
  color: #e60303;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.contact-form .form .complete-text {
    font-size: 16px;
  }
}
section.contact-form .form .error-msg {
  color: #e60303;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.contact-form .form .error-msg {
    font-size: 14px;
  }
}

.main.top .wrapper > .desc {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .desc {
    margin-top: 40px;
  }
}
.main.top .wrapper > .desc > .txt {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #afafaf;
  border-radius: 6px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .desc > .txt {
    font-size: 14px;
    padding: 25px;
  }
}
.main.top .wrapper > .voice > .inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .voice > .inner {
    margin-top: 25px;
  }
}
.main.top .wrapper > .voice > .inner > .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .voice > .inner > .list {
    grid-template-columns: repeat(2, 45%);
  }
}
@media (max-width: 550px) {
  .main.top .wrapper > .voice > .inner > .list {
    grid-template-columns: 1fr;
  }
}
.main.top .wrapper > .voice > .inner > .list > .item {
  padding: 25px 20px;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .voice > .inner > .list > .item {
    padding: 20px;
  }
}
.main.top .wrapper > .voice > .inner > .list > .item > .ttl {
  color: #0675ca;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .voice > .inner > .list > .item > .ttl {
    font-size: 15px;
  }
}
.main.top .wrapper > .voice > .inner > .list > .item > .name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-block: 20px;
  margin-top: 20px;
  border-block: 1px solid #0675ca;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .voice > .inner > .list > .item > .name {
    padding-block: 15px;
    margin-top: 15px;
  }
}
.main.top .wrapper > .voice > .inner > .list > .item > .txt {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.top .wrapper > .voice > .inner > .list > .item > .txt {
    margin-top: 15px;
  }
}
.main.top .wrapper > .voice > .inner > .link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  background-color: #0675ca;
  border-radius: 30px;
  max-width: 290px;
  height: fit-content;
  padding: 14.25px 0;
  margin: 50px auto 0;
}

.main.archive-area-list .wrapper > section.area-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list {
    margin-top: 60px;
  }
}
.main.archive-area-list .wrapper > section.area-list > .lead {
  font-size: 18px;
  background-color: #fff2f5;
  border-radius: 4px;
  padding: 30px;
  margin-top: 40px;
}
.main.archive-area-list .wrapper > section.area-list > .inner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list > .inner {
    margin-top: 40px;
  }
}
.main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item + .item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item + .item {
    margin-top: 40px;
  }
}
.main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .ttl {
  font-size: 22px;
  font-weight: 700;
  background-color: #f2f8ff;
  padding: 19px 30px;
  border-left: 8px solid #0675ca;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .ttl {
    font-size: 18px;
    padding: 11.25px 26px;
    border-left: 6px solid #0675ca;
  }
}
.main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .list.city {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .list.city {
    gap: 20px 25px;
    margin-top: 30px;
  }
}
.main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .list.city > .item {
  color: #037bd7;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .list.city > .item {
    font-size: clamp(13px, 3vw, 16px);
  }
}
.main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .desc {
  font-size: 18px;
  border: 1px solid #afafaf;
  border-radius: 6px;
  padding: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.archive-area-list .wrapper > section.area-list > .inner > .list.prefecture > .item > .desc {
    font-size: clamp(14px, 3vw, 16px);
    padding: 25px;
    margin-top: 30px;
  }
}

.main.single-area-list .wrapper > .area-lead > .txt {
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .area-lead > .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
.main.single-area-list .wrapper > .area-lead > .txt.txt {
  margin-top: 20px;
}
.main.single-area-list .wrapper > .area-detail > .ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background-color: #0675ca;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .area-detail > .ttl {
    font-size: 18px;
  }
}
.main.single-area-list .wrapper > .area-detail > .inner > .lead {
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .area-detail > .inner > .lead {
    font-size: 20px;
    margin-top: 20px;
  }
}
.main.single-area-list .wrapper > .area-detail > .inner > .areas {
  font-size: 18px;
  background-color: #edfafd;
  border-radius: 4px;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .area-detail > .inner > .areas {
    font-size: 14px;
    padding: 20px;
    margin-top: 20px;
  }
}
.main.single-area-list .wrapper > .area-detail > .inner > .txt {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .area-detail > .inner > .txt {
    font-size: 14px;
  }
}
.main.single-area-list .wrapper > .related-voice > .inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .related-voice > .inner {
    margin-top: 25px;
  }
}
.main.single-area-list .wrapper > .related-voice > .inner > .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item {
  border: 1px solid #e7e7e7;
  padding: 30px;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item > .imgc {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item > .txts {
  margin-top: 30px;
  display: block;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item > .txts > .ttl {
  color: #0675ca;
  font-size: 18px;
  font-weight: 700;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item > .txts > .name {
  font-size: 18px;
  text-align: center;
  border-block: 1px solid #0675ca;
  padding-block: 15px;
  margin-top: 20px;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item > .txts > .txt {
  font-size: 18px;
  margin-top: 20px;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .item > .link {
  color: #037bd7;
  font-size: 16px;
  text-decoration-line: underline;
  display: block;
  width: fit-content;
  margin-top: 15px;
  margin-left: auto;
}
.main.single-area-list .wrapper > .related-voice > .inner > .list > .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .related-voice > .inner > .list > .txt {
    font-size: 14px;
  }
}
.main.single-area-list .wrapper > .feature > .article + .article {
  margin-top: 40px;
}
.main.single-area-list .wrapper > .feature > .article > .ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #edfafd;
  border-radius: 4px;
  border-bottom: 2px solid #0675ca;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .article > .ttl {
    font-size: 16px;
  }
}
.main.single-area-list .wrapper > .feature > .article > .item {
  font-size: 14px;
  display: grid;
  grid-template-columns: 45% auto;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .article > .item {
    font-size: 13px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.main.single-area-list .wrapper > .feature > .article > .item:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .article > .item:first-of-type {
    margin-top: 20px;
  }
}
.main.single-area-list .wrapper > .feature > .article > .item dt {
  background-color: #fdfded;
}
.main.single-area-list .wrapper > .feature > .article > .item dt,
.main.single-area-list .wrapper > .feature > .article > .item dd {
  border: 1px solid #868686;
  padding: 20px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .article > .item dt,
  .main.single-area-list .wrapper > .feature > .article > .item dd {
    padding: 13px 20px;
  }
}
.main.single-area-list .wrapper > .feature > .article > .txt {
  font-size: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .article > .txt {
    font-size: 13px;
    margin-top: 20px;
  }
}
.main.single-area-list .wrapper > .feature > .feature {
  border: 1px solid #c3daeb;
  border-radius: 4px;
  padding: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .feature {
    padding: 25px;
  }
}
.main.single-area-list .wrapper > .feature > .feature > .ttl {
  color: #0675ca;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .feature > .ttl {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
.main.single-area-list .wrapper > .feature > .feature > .list > .item {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .feature > .list > .item {
    margin-top: 15px;
  }
}
.main.single-area-list .wrapper > .feature > .feature > .list > .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .feature > .list > .item + .item {
    margin-top: 20px;
  }
}
.main.single-area-list .wrapper > .feature > .feature > .list > .item > .ttl {
  font-size: 14px;
  font-weight: 700;
}
.main.single-area-list .wrapper > .feature > .feature > .list > .item > .txt {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.single-area-list .wrapper > .feature > .feature > .list > .item > .txt {
    margin-top: 12px;
  }
}

.red, .red_bold, .red_bold_u, .red_u {
  color: red;
}
.red_u, .red_bold_u {
  text-decoration-line: underline;
  text-decoration-color: red;
}
.red_bold, .red_bold_u {
  font-weight: 700;
}
.blue, .blue_bold, .blue_bold_u, .blue_u {
  color: #0675ca;
}
.blue_u, .blue_bold_u {
  text-decoration-line: underline;
  text-decoration-color: #0675ca;
}
.blue_bold, .blue_bold_u {
  font-weight: 700;
}
.un {
  text-decoration-line: underline;
}

.main.company > .wrapper > section.company {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main.company > .wrapper > section.company {
    margin-top: 60px;
  }
}
.main.company > .wrapper > section.company > .inner {
  margin-top: 20px;
}
.main.company > .wrapper > section.company > .inner > .table {
  width: 100%;
}
.main.company > .wrapper > section.company > .inner > .table > .tbody > tr {
  display: grid;
  grid-template-columns: auto 70%;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .main.company > .wrapper > section.company > .inner > .table > .tbody > tr {
    grid-template-columns: 1fr;
  }
}
.main.company > .wrapper > section.company > .inner > .table > .tbody > tr > .label {
  font-size: 20px;
  font-weight: 700;
  width: 270px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .main.company > .wrapper > section.company > .inner > .table > .tbody > tr > .label {
    font-size: 14px;
    padding: 15px 15px 0;
  }
}
.main.company > .wrapper > section.company > .inner > .table > .tbody > tr > .content {
  font-size: 20px;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .main.company > .wrapper > section.company > .inner > .table > .tbody > tr > .content {
    font-size: 14px;
    padding: 0px 15px 15px;
    margin-top: 10px;
  }
}
.main.company > .wrapper > section.company > .inner > .link {
  font-size: 22px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 342px;
  padding: 18px 40px;
  margin: 80px auto 0;
  border: 1px solid #0675ca;
  border-radius: 35px;
}
.main.company > .wrapper > section.company > .inner > .link:hover {
  background-color: #0675ca;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.company > .wrapper > section.company > .inner > .link {
    font-size: 15px;
    width: 222px;
    padding: 18px 30px;
    margin: 60px auto 0;
  }
}

.main.contact > .wrapper > section.contact-form {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main.contact > .wrapper > section.contact-form {
    margin-top: 60px;
  }
}

.main.privacypolicy > .wrapper > section.privacypolicy {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main.privacypolicy > .wrapper > section.privacypolicy {
    margin-top: 60px;
  }
}
.main.privacypolicy > .wrapper > section.privacypolicy > .txt {
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.privacypolicy > .wrapper > section.privacypolicy > .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
.main.privacypolicy > .wrapper > section.privacypolicy > .inner {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.privacypolicy > .wrapper > section.privacypolicy > .inner {
    margin-top: 30px;
  }
}
.main.privacypolicy > .wrapper > section.privacypolicy > .inner > .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.privacypolicy > .wrapper > section.privacypolicy > .inner > .item + .item {
    margin-top: 30px;
  }
}
.main.privacypolicy > .wrapper > section.privacypolicy > .inner > .item > .ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.privacypolicy > .wrapper > section.privacypolicy > .inner > .item > .ttl {
    font-size: 15px;
  }
}
.main.privacypolicy > .wrapper > section.privacypolicy > .inner > .item > .txt {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.privacypolicy > .wrapper > section.privacypolicy > .inner > .item > .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}/*# sourceMappingURL=main.css.map */