@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #262626;
}
body.is-visible {
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

button {
  transition: 0.3s;
}
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  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 dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  position: relative;
  padding: 1rem 4rem;
  border-bottom: 1px solid #eee;
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}
.header__image-area {
  width: 12rem;
  height: auto;
  margin-bottom: 1.5rem;
}
.header__image {
  width: 100%;
  height: 100%;
}
.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav-link {
  display: block;
  font-weight: 700;
  padding: 1rem;
}
.header__sp-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  vertical-align: middle;
  z-index: 10000;
}
.header__sp-button span {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  display: block;
  background: #062c62;
  border-radius: 3px;
  transition: 0.3s;
}
.header__sp-button span::before, .header__sp-button span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  display: block;
  background: #062c62;
  border-radius: 3px;
  transition: 0.3s;
}
.header__sp-button span::before {
  bottom: -8px;
}
.header__sp-button span::after {
  bottom: -16px;
}
.header__sp-button.is-open span {
  transform: translateY(9px) rotate(45deg);
}
.header__sp-button.is-open span::before {
  display: none;
}
.header__sp-button.is-open span::after {
  transform: translateY(-16px) rotate(90deg);
}
.header__sp-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.header__sp-menu-content.is-open {
  opacity: 1;
  z-index: 9999;
}
.header__sp-menu {
  padding: 7rem 2rem 2rem;
}
.header__sp-menu-item {
  width: 100%;
}
.header__sp-menu-link {
  display: inline-block;
  font-weight: 700;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .header__image-area {
    margin-bottom: 0;
  }
  .header__nav-list {
    display: none;
  }
  .header__sp-button {
    display: block;
  }
}
.footer {
  background: #555;
  padding: 3rem 1rem 2rem;
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.footer__nav-link {
  display: block;
  color: #fff;
  margin: 0 1rem;
}
.footer__copyright {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__nav-list {
    flex-direction: column;
  }
  .footer__nav-item {
    margin-bottom: 1rem;
  }
  .footer__nav-item:last-child {
    margin-bottom: 0;
  }
}
.page__title {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 3.5rem 0;
  background: #eff6fd;
}

.c-button {
  font-weight: 700;
  text-align: center;
}
.c-button:hover {
  cursor: pointer;
}
.c-button--orange {
  color: #fff;
  background: #f15a24;
  border: 1px solid #f15a24;
}
.c-button--orange:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.c-button--green {
  color: #fff;
  background: #43bb0b;
  border: 1px solid #43bb0b;
}
.c-button--green:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 428px) {
  .page__title {
    font-size: 1.5rem;
    padding: 2.5rem 0;
  }
}
.main {
  position: relative;
  width: 100vw;
  height: 65vh;
}
.main__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
  text-align: center;
}
.main__catch-copy .sp {
  display: none;
}
.main__layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.announcement {
  padding: 2rem 4rem;
}
.announcement__inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.announcement__text {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 2rem;
}
.announcement__link {
  font-size: 1rem;
  font-weight: 700;
  color: #062c62;
  text-decoration: underline;
}

.service {
  padding: 2rem 4rem;
}
.service__inner {
  display: flex;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
}
.service__item {
  width: 20rem;
}
.service__item:last-child {
  margin-left: 3rem;
}
.service__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.service__description {
  line-height: 1.75rem;
}

.company {
  padding: 2rem 4rem;
  margin-bottom: 5rem;
}
.company__inner {
  max-width: 768px;
  margin: 0 auto;
}
.company__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.company__table {
  width: 20rem;
  margin: 0 auto;
}
.company__table-row {
  display: flex;
  width: 100%;
}
.company__table-item {
  width: 5rem;
  padding: 0.5rem;
}
.company__table-text {
  width: calc(100% - 5rem);
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .main {
    height: 70vh;
  }
  .main__catch-copy {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .main__catch-copy .sp {
    display: block;
  }
  .announcement {
    padding: 2rem 1rem;
  }
  .service {
    padding: 2rem 1rem;
  }
  .service__inner {
    flex-wrap: wrap;
  }
  .service__item {
    width: 100%;
    max-width: 20rem;
    margin-bottom: 2rem;
  }
  .service__item:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .company {
    padding: 2rem 1rem;
  }
  .company__table {
    width: 100%;
    max-width: 20rem;
  }
}
.portfolio {
  padding: 2rem 4rem;
}
.portfolio__inner {
  max-width: 768px;
  margin: 0 auto;
}
.portfolio__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.portfolio__list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 1rem);
}
.portfolio__item {
  position: relative;
  display: block;
  width: calc(33.3333333333% - 1rem);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.portfolio__item:nth-of-type(3n) {
  margin-right: 0;
}
.portfolio__image {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.portfolio__no-image {
  width: 100%;
  aspect-ratio: 5/3;
  background: #ccc;
  margin-bottom: 0.5rem;
}
.portfolio__label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #062c62;
  padding: 0.5rem;
}
.portfolio__company-name {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .portfolio {
    padding: 2rem 1rem;
  }
  .portfolio__list::after {
    content: none;
  }
  .portfolio__item {
    width: calc(50% - 0.75rem);
  }
  .portfolio__item:nth-of-type(3n) {
    margin-right: 1.5rem;
  }
  .portfolio__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 428px) {
  .portfolio__item {
    width: 100%;
    margin-right: 0;
  }
  .portfolio__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.tool {
  padding: 2rem;
}
.tool__inner {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.tool__search-area {
  width: 15rem;
}
.tool__input-area {
  width: 100%;
  height: 2.75rem;
  margin-bottom: 1rem;
}
.tool__input {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.tool__input:focus {
  border: none;
  outline: 2px solid #062c62;
}
.tool__label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.tool__select-area {
  position: relative;
  width: 100%;
  height: 2.75rem;
  background: #fff;
  margin-bottom: 1.5rem;
}
.tool__select-area::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  pointer-events: none;
}
.tool__select {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 0.5rem;
}
.tool__select:focus {
  border: none;
  outline: 2px solid #062c62;
}
.tool__button-area {
  width: 100%;
  text-align: center;
}
.tool__button {
  width: 10rem;
  height: 3rem;
  font-size: 1.25rem;
  color: #fff;
  background: #062c62;
  border-radius: 10px;
}
.tool__list-area {
  width: calc(100% - 17rem);
  margin-left: 2rem;
}
.tool__search-number {
  width: 100%;
  margin-bottom: 1rem;
}
.tool__list {
  display: flex;
  flex-wrap: wrap;
}
.tool__content {
  width: calc(33.3333333333% - 1rem);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.tool__content:nth-of-type(3n) {
  margin-right: 0;
}
.tool__image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.tool__category {
  width: 100%;
  padding: 1rem 0.75rem 0.75rem;
}
.tool__category span {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  color: #fff;
  background: #062c62;
}
.tool__name {
  height: 5rem;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0.75rem 0.75rem;
}
.tool__pagination-area {
  width: 100%;
  margin: 0 auto;
}
.tool__pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool__pagination-item {
  border: 1px solid #062c62;
  border-radius: 5px;
  margin: 0 0.5rem;
}
.tool__pagination-item.current {
  color: #fff;
  background: #062c62;
}
.tool__pagination-link {
  display: block;
  padding: 0.5rem 0.75rem;
}

@media screen and (max-width: 959px) {
  .tool__content {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
  .tool__content:nth-of-type(3n) {
    margin-right: 1.5rem;
  }
  .tool__content:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tool {
    padding: 2rem 1rem;
  }
  .tool__inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .tool__search-area {
    width: 100%;
    max-width: 25rem;
    margin-bottom: 2rem;
  }
  .tool__list-area {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tool__image {
    height: 10rem;
  }
}
.tool-detail {
  padding: 1.5rem 2rem 5rem;
}
.tool-detail__inner {
  max-width: 768px;
  margin: 0 auto;
}
.tool-detail__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.tool-detail__image-area {
  width: 100%;
  margin-bottom: 2rem;
}
.tool-detail__image {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}
.tool-detail__image:hover {
  cursor: pointer;
}
.tool-detail__detail {
  line-height: 1.75;
  margin-bottom: 2rem;
}
.tool-detail__function-area {
  margin-bottom: 2rem;
}
.tool-detail__function-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tool-detail__function-box {
  margin-bottom: 1rem;
}
.tool-detail__function-box:last-child {
  margin-bottom: 0;
}
.tool-detail__function-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.tool-detail__function-detail {
  line-height: 1.5;
  padding-left: 0.5rem;
}
.tool-detail__tool-fee-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tool-detail__tool-fee {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.tool-detail__option-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tool-detail__option-box {
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tool-detail__option-box:last-child {
  border-bottom: 1px solid #ccc;
}
.tool-detail__option-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.tool-detail__option-fee {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.tool-detail__option-detail {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.tool-detail__option-remarks {
  line-height: 1.5;
}

.contact {
  padding: 5rem 1rem;
}
.contact__inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.contact__note {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.contact__item-area {
  width: 100%;
  margin-bottom: 1rem;
}
.contact__label {
  width: 100%;
  margin-bottom: 0.25rem;
}
.contact__label span {
  color: #f00;
  margin-left: 0.25rem;
}
.contact__input-area {
  width: 100%;
}
.contact__input {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 0.75rem;
}
.contact__input:focus {
  border: none;
  outline: 2px solid #062c62;
}
.contact__textarea-area {
  width: 100%;
}
.contact__textarea {
  width: 100%;
  height: 20rem;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 0.75rem;
}
.contact__textarea:focus {
  border: none;
  outline: 2px solid #062c62;
}
.contact__checkbox-area {
  width: 100%;
  text-align: center;
  margin: 3rem 0;
}
.contact__checkbox-area input[type=checkbox] {
  accent-color: #062c62;
  inline-size: 1.25rem;
  block-size: 1.25rem;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-right: 0.25rem;
  outline: none;
  appearance: none;
}
.contact__checkbox-area input[type=checkbox]:checked {
  position: relative;
  border: 1px solid #062c62;
  background: #062c62;
}
.contact__checkbox-area input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 2px)) rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 13px;
  height: 8px;
}
.contact__checkbox-link {
  color: #062c62;
  text-decoration: underline;
}
.contact__button-area {
  position: relative;
  height: 3.5rem;
}
.contact__button-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 36px), -50%);
  display: flex;
  align-items: center;
  height: 100%;
}
.contact__button {
  width: 15rem;
  height: 100%;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #062c62;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 3rem 1rem 5rem;
  }
  .contact__button {
    width: 12rem;
    padding: 0.75rem 0;
  }
}
.law {
  padding: 2rem 1rem;
}
.law__inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.law__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.law__content-area {
  padding: 1rem 0;
}
.law__label {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.law__item {
  width: 100%;
  line-height: 1.5;
}
.law__item a {
  color: #062c62;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */