@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.e-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.new-line--sp {
  display: none;
}

.new-line--pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .new-line--sp {
    display: block;
  }

  .new-line--pc {
    display: none;
  }
}

/* =======================================
 reset
======================================= */
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: "Noto Sans JP", sans-serif;
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
dl,
dt,
dd,
ul,
ol,
li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  width: 100%;
  min-width: 1090px;
}

a:hover img {
  opacity: 0.9;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* =======================================
 layout
======================================= */
.fv {
  /* background: #e8f5fe url("../img/fv_bg.jpg") no-repeat center top; */
}

.fv img {
  width: 100%;
}

.fv-inner {
  height: auto;
  margin: auto;
  position: relative;
  max-width: 1440px;
}

/* .fv-inner h1 {
  padding-top: 25px;
} */

.logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-504px);
  z-index: 5;
  padding: 0 15px;
}

.logo img {
  width: 536px;
  max-width: 536px;
}

.offer-01 {
  background: url("../img/offer_bg.jpg") center top;
  height: 574px;
}

.offer-inner {
  margin: auto;
  position: relative;
  width: 1020px;
}

.offer-btn {
  position: absolute;
  bottom: 30px;
  left: 500px;
}

.fee {
  max-width: 1020px;
  margin: 2.4rem auto 0;
}

.fee-ttl {
  margin: 40px 0;
}

.page-heading--main {
  font-size: 58px;
  color: #1A328A;
  text-align: center;
  letter-spacing: 0.1em;
}

.page-heading--sub {
  font-size: 28px;
  text-align: center;
  margin-top: 1.6rem;
}

.fee-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.fee-list__item {
  padding: 15px;
  border: solid 3px #1A328A;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.fee-list__item:nth-last-child(2) {
  display: block;
}

.fee-list__item:nth-last-child(2) .fee-list__price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.fee-list__item:nth-last-child(2) .fee-list__price-content {
  width: calc(50% - 5px);
  margin-top: 0;
}

.fee-list__item:nth-last-child(2) {}

.fee-list__item:last-child {
  border: none;
}

.fee-list__item:last-child .fee-list__txt {
  font-size: initial;
  color: initial;
  text-align: left;
  font-weight: 400;
  padding: 0;
  line-height: 1.6;
  font-size: 14px;
}

.fee-list__img-area {
  width: calc(50% - 5px);
}

.fee-list__thumb {
  margin: 0;
}

.fee-list__img {
  width: 100%;
}

.fee-list__price {
  width: calc(50% - 5px);
}

.fee-list__ttl {
  font-size: 26px;
  color: #1A328A;
  font-weight: 800;
  text-align: center;
}

.fee-list__price-content {
  margin-top: 1rem;
}

.fee-list__sub-ttl {
  background-color: #1A328A;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
}

.fee-list__txt {
  font-size: 40px;
  color: #E90000;
  text-align: center;
  font-weight: 800;
  padding: 10px;
}

.fee-list__txt span {
  font-size: 20px;
}

.fee-list__message {
  width: 100%;
  font-size: 28px;
  color: #1A328A;
  font-weight: 800;
  text-align: center;
  margin-top: 15px;
}

.fee-notes {
  margin-top: 34px;
}

.payment {
  background: url(../img/payment_bg_01.jpg) no-repeat;
  /* height: 1578px; */
  padding: 48px 0;
  background-size: 100%;
  background-position: center -300px;
  margin-top: 60px;
}

.payment-01 {
  margin-bottom: 80px;
}

.payment-02 {}

.payment-04 {
  margin-top: 10px;
}

.service {
  background: #d8ebf5 url("../img/service_bg.jpg") no-repeat center top;
  padding: 70px 0;
}

.service-ttl {
  margin-bottom: 24px;
}

.service-txt {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  margin: auto;
  width: 1000px;
}

.works {
  background: #4cbbec url("../img/works_bg.jpg") no-repeat center top;
  padding-bottom: 50px;
}

.works-slider {
  background: #fff;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.works-list {
  background: #fff;
  padding-bottom: 16px;
  width: 250px;
}

.works-img {
  margin-bottom: 10px;
}

.works-img img {
  width: 100%;
}

.works-notes,
.works-voice {
  margin: auto;
  width: 230px;
}

.works-notes {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.works-notes-ttl {
  color: #4a92ca;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.works-notes-txt {
  font-size: 12px;
}

.works-voice-txt {
  line-height: 1.6;
}

.step {
  background: #fff;
  background-image: linear-gradient(to bottom, transparent 95%, #eaeaea 5%), linear-gradient(to right, transparent 95%, #eaeaea 5%);
  background-size: 10px 10px;
  /* border: solid #4a92ca; */
  border-width: 5px 0;
  padding: 80px 0;
}

.compatible {
  background: url("../img/bg_compatible_pc.webp") no-repeat center top;
  background-size: cover;
}

.compatible-inner {
  height: 680px;
  margin: auto;
  position: relative;
  width: 1020px;
}

.compatible-inner div {
  /* position: absolute;
  top: -26px;
  left: 0; */
}

.clients {
  background: #f5f9fc url("../img/clients_bg.jpg") no-repeat center top;
  height: 370px;
  padding-top: 34px;
}

.clients-ttl {
  margin-bottom: 20px;
}

.clients-01 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  margin: 0 auto 30px;
  width: 1000px;
}

.clients-02 p {
  font-size: 20px;
  font-weight: 500;
}

.maker {
  background: #2680c2 url("../img/maker_bg.png") no-repeat center top;
  height: 339px;
  padding-top: 30px;
}

.maker-ttl {
  margin-bottom: 20px;
}

.maker-01 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  margin: 0 auto 16px;
  width: 1000px;
}

.reason {
  background: #f1f6f8 url("../img/reason_bg.jpg") no-repeat center top;
  height: 877px;
  padding-top: 66px;
}

.comparison {
  background: url("../img/comparison_bg_02.jpg") repeat-x center top;
  position: relative;
}

.comparison-wrap {
  background: url("../img/comparison_bg_01.png") repeat-y center top;
  /* height: 827px; */
  padding: 50px 0;
}

.comparison-wrap img {
  max-width: 834px;
}

.faq {
  background: #fff;
  background-image: linear-gradient(to bottom, transparent 95%, #eaeaea 5%), linear-gradient(to right, transparent 95%, #eaeaea 5%);
  background-size: 10px 10px;
}

.faq-wrap {
  background: url("../img/faq_bg.png") no-repeat center top;
  /* height: 1076px; */
  padding: 50px 0;
}

.quick {
  background: url("../img/quick_bg.webp") no-repeat center top;
  background-size: cover;
  height: 656px;
  margin-top: -24px;
  padding-top: 104px;
}

.quick-01 {
  margin-bottom: 80px;
}

.staff {
  background: #fff;
  background-image: linear-gradient(to bottom, transparent 95%, #eaeaea 5%), linear-gradient(to right, transparent 95%, #eaeaea 5%);
  background-size: 10px 10px;
  padding: 80px 0 60px;
}

.staff-01 {
  margin-bottom: 82px;
}

.staff-02 {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  margin: 0 auto 40px;
  width: 1000px;
}

.staff-02 img {
  border-radius: 10px;
}

.offer-02 {
  background: url("../img/offer_bg.jpg") repeat-x center -156px;
  height: 410px;
  padding-top: 50px;
}


.contact {
  background: #a5ddf6;
  padding-bottom: 50px;
}

.contact-ttl {
  background: url("../img/contact_ttl_bg.png") repeat-x center top;
  margin-bottom: 40px;
}

.contact-wrap {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  margin: auto;
  padding: 64px 0;
  width: 1000px;
}

.contact-txt {
  margin-bottom: 30px;
}

.contact-txt dt {
  margin-bottom: 26px;
}

.contact-txt dd {
  font-size: 16px;
  line-height: 1.6;
}

.contact-table {
  border-bottom: 1px dotted #595757;
  margin: 0 auto 42px;
  width: 880px;
}

.contact-table th,
.contact-table td {
  border-top: 1px dotted #595757;
}

.contact-table th {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  padding: 25px 80px 25px 0;
  text-align: right;
  vertical-align: top;
  width: 200px;
}

.contact-table .required {
  background: url("../img/icon_required.png") no-repeat 126px 23px;
}

.contact-note {
  color: #878787;
  font-size: 12px;
}

.contact-table td {
  font-size: 15px;
  line-height: 1.2;
  padding: 25px 14px;
  width: 680px;
}

.contact-table td label {
  display: inline-block;
  margin-bottom: 14px;
  width: 80px;
}

input[type="text"],
input[type="email"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
}

input[type="text"],
input[type="email"] {
  padding: 5px 10px;
}

.size-s {
  width: 25%;
}

.size-m {
  width: 50%;
}

.size-l {
  width: 100%;
}

textarea {
  height: 200px;
  padding: 15px;
  width: 100%;
}

.btn {
  cursor: pointer;
  margin: auto;
  text-align: center;
  text-indent: -9999px;
}

.btn:hover {
  opacity: .8;
}

.btn-check {
  background: url("../img/btn_chack.png") no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  height: 90px;
  width: 498px;
}

.btn-return {
  background: url("../img/btn_return.png") no-repeat;
  height: 60px;
  width: 490px;
}

.btn-send {
  background: url("../img/btn_send.png") no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  height: 90px;
  margin-bottom: 20px;
  width: 498px;
}

.contact-line {
  border-top: 1px dotted #595757;
  margin: 30px auto;
  width: 880px;
}

.check .contact,
.thanks .contact {
  padding-top: 50px;
}

.company {
  margin-top: 50px;
}

.footer {
  color: #878787;
  line-height: 1;
  padding: 14px 0;
}

.footer small {
  font-size: 100%;
}

.header {}

.fixed-header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
}

.fixed-header-inner {
  margin: auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed-header-inner .logo-mark {
  display: block;
  width: 268px;
}

.fixed-header-inner .tel-content {
  text-align: center;
}

.fixed-header-inner .tel-content .tel-group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fixed-header-inner .tel-content .tel-group img {
  width: 46px;
  margin-right: 5px;
}

.fixed-header-inner .tel-content .tel-group a {
  font-size: 38px;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
}

.fixed-header-inner .tel-content .tel-txt {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}

.fixed-header-inner .tel-info {
  border: #4A91C9 solid 1px;
  text-align: center;
}

.fixed-header-inner .tel-info dt {
  background-color: #4A91C9;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
}

.fixed-header-inner .tel-info dd {
  font-weight: 500;
  padding: 5px 10px;
}

.fixed-header-tel {}

.fixed-header-mail {
  border: 3px solid #fff;
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.fixed-header-mail img {
  border-radius: 6px;
  width: 260px;
}

/*20200604 追記*/
.footer__company__heading {
  text-align: center;
  font-weight: bold;
  color: #12449E;
  /* background-color: #898989;
  background-image: -webkit-linear-gradient(135deg, #9c9c9c 25%, #898989 25%, #898989 50%, #9c9c9c 50%, #9c9c9c 75%, #898989 75%, #898989);
  background-image: linear-gradient(-45deg, #9c9c9c 25%, #898989 25%, #898989 50%, #9c9c9c 50%, #9c9c9c 75%, #898989 75%, #898989);
  background-size: .6rem .6rem; */
}

@media screen and (min-width: 1181px) {
  .footer__company__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 21.5rem;
    line-height: 1;
    font-size: 26px;
  }

  .l-container {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__company {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .footer__company__main {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    margin: 0 auto;
  }

  .footer__company__heading {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 18%;
    line-height: 1;
    font-size: 26px;
    width: 22%;
  }

  .footer__company__col {
    width: 75%;
  }

  .footer__company__list {
    border-top: solid 0.1rem #aeaeae;
    border-bottom: solid 0.1rem #aeaeae;
    padding: 1rem 1.5rem;
  }

  .footer__company__list__item {
    line-height: 1.75;
    font-size: 16px;
    text-align: left;
  }

  .footer__company__list__item a {
    color: #010101;
  }

  .attention {
    margin-top: 15px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    color: #12449E;
    font-size: 14px;
  }
}

/*20200604 追記ここまで*/

/* 20221005 追記 */
.base_block {
  background: #ffffff;
  padding: 50px 145px;
}

.base_block .title {
  color: #4d91c6;
  border: solid 3px #4d91c6;
  border-radius: 50vh;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  margin: 0 0 2rem;
}

.base_block .sub_title {
  background: #4d91c6;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin: 0 0 1rem;
}

.base_block .office {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1rem
}

.base_block .office:before {
  content: '';
  order: 1;
  width: 49.5%;
}

.base_block .office li {
  width: 49%;
  background-color: #e0e7ea;
  padding: 0.5rem;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  .base_block .office li {
    font-size: 1.04839vw;
    width: 24%;
  }
}

@media (min-width: 1240px) {
  .base_block .office li {
    font-size: 13px;
  }
}

.base_block .office li h4 {
  margin-bottom: 10px;
}

.base_block .office li h4 a {
  color: #4d91c6;
  text-decoration: none;
}

.base_block .office li h4 a:hover {
  opacity: .7;
}

.base_block .office li p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.base_block .office li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

/* 20221005 追記 ここまで */

/* 対応エリア */
.page-heading {
  position: relative;
  z-index: 1;
}

.page-heading__content {
  margin: 0;
  padding: 0;
}

.page-heading__content--left {
  text-align: left;
}

.page-heading__content--center {
  text-align: center;
}

.page-heading__content--right {
  text-align: right;
}

.page-heading__text-main {
  font-size: 32px;
  color: #4A92CA;
  font-weight: 700;
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}

@media screen and (min-width: 992px) {
  .page-heading__text-main {
    font-size: 50px;
    text-shadow: 3px 3px 0 #ffffff, -3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px -3px 0 #ffffff, 0px 3px 0 #ffffff, -3px 0 #ffffff, -3px 0 0 #ffffff, 3px 0 0 #ffffff;
  }
}

.top-area__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 15px;
}

@media screen and (min-width: 992px) {
  .top-area__container {
    padding: 32px 15px;
  }
}

.top-area__heading {
  padding: 15px;
  position: relative;
}

.top-area__content {
  padding: 24px 15px;
}

@media screen and (min-width: 992px) {
  .top-area__content {
    padding: 32px 15px;
  }
}

.top-area__ttl {
  color: #4A92CA;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: #cccccc dashed 2px;
}

.top-area__ttl:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .top-area__ttl:not(:first-child) {
    margin-top: 24px;
  }
}

.top-area .prefs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0;
}

.top-area .prefs li {
  border-bottom: #ffffff solid 2px;
  font-size: 16px;
}

.top-area .prefs li.active {
  color: #4A92CA;
  font-weight: bold;
  border-bottom: #4A92CA solid 2px;
  box-sizing: border-box;
}

.top-area .prefs li:hover {
  color: #093180;
  border-bottom: #093180 solid 2px;
  cursor: pointer;
}

.top-area .areas {
  display: none;
  margin-top: 16px;
}

.top-area .areas dt {
  font-size: 16px;
}

.top-area .areas dd {
  background-color: rgba(204, 204, 204, 0.75);
  padding: 15px;
  font-size: 14px;
  border-radius: 8px;
  margin: 8px 0 16px;
  line-height: 1.6;
}

.top-area .areas.active {
  display: block;
}

/* お問い合わせ */
.contact-banner {
  background: #f5f5f5 url("../img/img_contact.jpg") no-repeat right top;
  background-size: contain;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  max-width: 1020px;
  margin: 0 auto;
}

.contact-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -250px;
}

.contact-banner__text {
  margin-bottom: 10px;
}

.contact-banner__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.contact-banner__title span {
  color: #FF821E;
}

.contact-banner__desc {
  font-size: 1.4rem;
  line-height: 1.5;
}

.contact-banner__phone {
  background-color: #FFEFE2;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
}

.contact-banner__phone--inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-banner__phone-icon {
  margin-right: 10px;
}

.contact-banner__phone-icon img {
  height: 44px;
}

.contact-banner__number {
  font-size: 4rem;
  font-weight: 900;
  color: #333;
}

.tel-link {
  text-decoration: none;
  color: #333;
}

.contact-banner__info {
  font-size: 1.2rem;
  color: #FF821E;
  border: #FF821E solid 1px;
  background-color: #ffffff;
  padding: 5px 10px;
}
