@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-zen, body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-b {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-zen-m, .title-lv1-ja, .service-merit .service-merit__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-en, .top-reason-list li .top-reason__no, .service-stories-sub .service-stories-point dt, .common-contact .common-contact__btn, .catch .catch__en, .title-lv1-en, .header-child .header-child-head__en {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ff-en-m, .top-news-list .top-news-item__date, .date, .float-contact-sp .float-contact-tel a, .nav-contact-sp .float-contact-tel a, .header-nav-list .header-nav__tel span {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ff-num, .service-stories-sub .stories-result-after .stories-result-before__price strong, .service-stories-sub .stories-result-before .stories-result-before__price strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 1.13rem;
  color: #124075;
}
body.static-page {
  padding-top: 0.1px;
}
@media screen and (max-width: 699px) {
  body {
    line-height: 1.8;
    font-size: 0.93rem;
  }
}

/* リンク色 */
a {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  color: #124075;
}
a img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

a:hover, a:active {
  text-decoration: none;
  color: #FF8D3B;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .header {
  height: 1%;
}

.clearfix, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 700px) {
  .layout-container {
    width: 1100px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.layout-container-min {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 700px) {
  .layout-container-min {
    width: 1000px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container-min {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.layout-container-xs {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 700px) {
  .layout-container-xs {
    width: 900px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container-xs {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* メインカラム */
@media (min-width: 700px) {
  .layout-main-column {
    width: 820px;
    float: left;
  }
}
@media screen and (max-width: 699px) {
  .layout-main-column {
    margin-bottom: 60px;
  }
}

/* サブカラム */
@media (min-width: 700px) {
  .layout-sub-column {
    width: 213px;
    float: right;
  }
}
@media screen and (max-width: 699px) {
  .layout-sub-column {
    margin-bottom: 60px;
  }
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 10;
}
.header.active {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 699px) {
  .header {
    min-width: 1200px;
  }
}
@media screen and (max-width: 699px) {
  .header {
    position: absolute;
  }
}

/* ヘッダーメイン部分 */
.header-main {
  padding: 33px 0 33px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .header-main {
    padding: 20px 26px;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  width: 273px;
  line-height: 1px;
}
@media screen and (max-width: 699px) {
  .header-site-name {
    width: 210px;
  }
}

.header-nav {
  position: relative;
  padding-right: 130px;
}
.header-nav .header-nav__contact {
  background: #FFD997 url(../img/common/nav/ico--contact.svg) center 24px no-repeat;
  padding-top: 64px;
  width: 96px;
  height: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 11px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.88rem;
  color: #124075;
}
@media screen and (max-width: 699px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: #124075;
}
.header-nav-list li {
  margin-right: 25px;
}
.header-nav-list a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 0.93rem;
  color: #124075;
}
.header-nav-list a:hover {
  color: #FF8D3B;
}
.header-nav-list a.drop {
  padding-right: 20px;
  position: relative;
}
.header-nav-list a.drop::before {
  content: " ";
  background: url(../img/common/nav/ico--drop.svg) left top no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.header-nav-list a.drop.active {
  color: #FF8D3B;
}
.header-nav-list a.drop.active::before {
  background: url(../img/common/nav/ico--up.svg) left top no-repeat;
}
.header-nav-list .header-nav__service {
  background: url(../img/common/nav/ico--service.svg) left center no-repeat;
  padding-left: 34px;
}
.header-nav-list .header-nav__guide {
  background: url(../img/common/nav/ico--guide.svg) left center no-repeat;
  padding-left: 40px;
}
.header-nav-list .header-nav__price {
  background: url(../img/common/nav/ico--price.svg) left center no-repeat;
  padding-left: 33px;
}
.header-nav-list .header-nav__office {
  background: url(../img/common/nav/ico--office.svg) left center no-repeat;
  padding-left: 36px;
}
.header-nav-list .header-nav__tel {
  background: url(../img/common/nav/ico--tel.svg) left top no-repeat;
  padding-left: 23px;
  margin-right: 0;
  line-height: 1;
  font-weight: normal;
  font-size: 0.63rem;
}
.header-nav-list .header-nav__tel span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.43rem;
  color: #FF8D3B;
}

.header-child {
  background: #E9F3FE;
  width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 35px 60px;
  border-radius: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90px;
  right: 117px;
}
.header-child.active {
  opacity: 1;
  visibility: visible;
}
.header-child .header-child-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-child .header-child-head {
  width: 225px;
}
.header-child .header-child-head__icon {
  display: block;
  margin-bottom: 15px;
}
.header-child .header-child-head__en {
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 4px;
  font-size: 1.25rem;
}
.header-child .header-child-head__title {
  background: url(../img/common/nav/ico--child-link.svg) right center no-repeat;
  padding-right: 23px;
  font-weight: bold;
  text-decoration: none;
}
.header-child .header-child__list {
  width: 700px;
  padding-top: 7px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-child .header-child__list li {
  margin-bottom: 40px;
}
.header-child .header-child__list li a {
  background: url(../img/common/nav/ico--child-link.svg) left center no-repeat;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.13rem;
}
.header-child .header-child__list.header-child__list--01 li {
  width: 33.3%;
}
.header-child .header-child__list.header-child__list--01 li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.header-child .header-child__list.header-child__list--02 li:nth-child(odd) {
  width: 244px;
}
.header-child .header-child__list.header-child__list--02 li:nth-child(even) {
  width: 430px;
}
.header-child .header-child__list.header-child__list--02 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.header-child .header-child__list.header-child__list--03 li:nth-child(odd) {
  width: 40%;
}
.header-child .header-child__list.header-child__list--03 li:nth-child(even) {
  width: 50%;
}
.header-child .header-child__list.header-child__list--03 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .header-child {
    display: none;
  }
  .header-child.active {
    display: none;
  }
}

.header-btn {
  display: none;
}
@media screen and (max-width: 699px) {
  .header-btn {
    background: url(../img/common/nav/btn--open.svg) left top no-repeat;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    text-indent: -999px;
    overflow: hidden;
    border: none;
    position: fixed;
    top: 9px;
    right: 14px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #F1F5F7;
  padding-top: 0.1px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}
footer .float-contact {
  width: 217px;
  position: fixed;
  bottom: 10%;
  right: 20px;
}
@media screen and (max-width: 699px) {
  footer .layout-container {
    padding: 0;
  }
  footer .float-contact {
    display: none;
  }
}

.float-contact-sp, .nav-contact-sp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: -100px;
  left: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  bottom: 0;
}
.float-contact-sp.is-hide, .is-hide.nav-contact-sp {
  bottom: -100px;
}
.float-contact-sp .float-contact-tel, .nav-contact-sp .float-contact-tel {
  background: #fff url(../img/common/footer/ll--sp.webp) calc(100% - 5vw) bottom no-repeat;
  background-size: 45px auto;
  width: 70%;
  padding: 10px 0 10px 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 0.63rem;
}
.float-contact-sp .float-contact-tel a, .nav-contact-sp .float-contact-tel a {
  background: url(../img/common/footer/ico--tel-sp.svg) left top no-repeat;
  display: block;
  padding-left: 20px;
  line-height: 1;
  text-decoration: none;
  font-size: 1.25rem;
  color: #FF8D3B;
}
.float-contact-sp .float-contact-tel p, .nav-contact-sp .float-contact-tel p {
  padding-left: 15px;
}
.float-contact-sp .float-contact-mail, .nav-contact-sp .float-contact-mail {
  background: #FFD997 url(../img/common/footer/ico--mail-sp.svg) 6vw center no-repeat;
  width: 30%;
  padding-left: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (min-width: 699px) {
  .float-contact-sp, .nav-contact-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-address {
  background: #fff url(../img/common/footer/ill--01.webp) right bottom no-repeat;
  background-size: 140px auto;
  width: 428px;
  border-radius: 30px;
  padding: 50px 45px 37px 70px;
  margin-top: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 1rem;
}
.footer-address .footer-site-name {
  width: 239px;
  margin: 0 auto 20px;
}
.footer-address .footer-address__lede {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 1.88rem;
}
.footer-address address {
  margin-bottom: 20px;
  font-style: normal;
}
.footer-address .footer-sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-address .footer-sns li {
  margin-right: 20px;
}
.footer-address .footer-sns li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 699px) {
  .footer-address {
    background: #fff url(../img/common/footer/ill--01.webp) right 20px bottom no-repeat;
    background-size: 90px auto;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 65px 30px;
    margin: -57px 15px 25px;
    font-size: 0.88rem;
  }
  .footer-address .footer-site-name {
    max-width: 219px;
    margin: 0 auto 5px;
  }
  .footer-address .footer-address__lede {
    font-size: 1.5rem;
  }
}

/* フッターナビ */
.footer-nav {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 87px;
}
.footer-nav .footer-nav__list {
  list-style: none;
}
.footer-nav .footer-nav__list > li {
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
}
.footer-nav .footer-nav__list > li::before {
  content: " ";
  background: #FF8D3B;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.footer-nav .footer-nav__list > li > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}
.footer-nav .footer-nav__list > li ul {
  list-style: none;
  font-size: 0.88rem;
}
.footer-nav .footer-nav__list > li ul li {
  margin: 16px 0;
}
.footer-nav .footer-nav__list > li ul li a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 699px) {
  .footer-nav {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .footer-sub {
    width: 1100px;
    padding: 44px 0 25px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer-sub__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.footer-sub__list li {
  font-size: 1rem;
}
@media screen and (max-width: 699px) {
  .footer-sub__list {
    margin-bottom: 17px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-sub__list li {
    font-size: 0.88rem;
  }
}

.sp-bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 10;
}
.sp-bottom img {
  line-height: 1px;
}
.sp-bottom.active {
  bottom: 0;
}
.sp-bottom .sp-bottom-tel {
  background: #fff;
  width: 70%;
}
.sp-bottom .sp-bottom-tel img {
  width: 213px;
}
.sp-bottom .sp-bottom-form {
  background: #FFD997;
  width: 30%;
}
.sp-bottom .sp-bottom-form img {
  width: 72px;
}
@media screen and (min-width: 699px) {
  .sp-bottom {
    display: none;
  }
}

/* コピーライト */
.copy {
  font-size: 1rem;
  color: #949292;
}
@media screen and (max-width: 699px) {
  .copy {
    padding-bottom: 45px;
    text-align: center;
    display: block;
    font-size: 0.88rem;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
}
.global-nav.active {
  background: #E7F1F8;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 10vw;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.global-nav .global-nav-header {
  padding: 20px 26px;
  margin-bottom: 20px;
  position: relative;
}
.global-nav .global-nav-header .global-close {
  background: url(../img/common/nav/btn--close.svg) center center no-repeat;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  position: absolute;
  top: 9px;
  right: 14px;
  text-indent: -999px;
  overflow: hidden;
}
.global-nav .global-nav-content {
  padding: 0 40px 0 35px;
}
.global-nav .global-nav-list {
  list-style: none;
}
.global-nav .global-nav-list > li > a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.global-nav .global-nav-list ul {
  margin-left: 45px;
  list-style: none;
}
.global-nav .global-nav-list ul li {
  margin: 20px 0;
}
.global-nav .global-nav-list ul li a {
  text-decoration: none;
  color: #000;
}
.global-nav .global-nav-list .global-child {
  display: none;
}
.global-nav .global-nav-list .global-nav__service {
  background: url(../img/common/nav/ico--child-link.svg) right center no-repeat, url(../img/common/nav/ico--child-01.svg) 5px center no-repeat;
  background-size: auto, 24px auto;
  padding: 9px 22px 9px 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.global-nav .global-nav-list .global-nav__guide {
  background: url(../img/common/nav/ico--plus.svg) right center no-repeat, url(../img/common/nav/ico--child-02.svg) left center no-repeat;
  background-size: auto, 30px auto;
  padding: 9px 22px 9px 45px;
  width: auto;
  display: block;
  font-weight: bold;
}
.global-nav .global-nav-list .global-nav__price {
  background: url(../img/common/nav/ico--price.svg) left center no-repeat;
  background-size: 30px auto;
  padding: 9px 22px 9px 45px;
  width: auto;
  display: block;
  font-weight: bold;
}
.global-nav .global-nav-list .global-nav__office {
  background: url(../img/common/nav/ico--plus.svg) right center no-repeat, url(../img/common/nav/ico--child-03.svg) left center no-repeat;
  background-size: auto, 30px auto;
  padding: 9px 22px 9px 45px;
  width: auto;
  display: block;
  font-weight: bold;
}

.global-sub-wrap {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.global-sub-wrap .global-sub {
  list-style: none;
}
.global-sub-wrap .global-sub li {
  margin-bottom: 20px;
}
.global-sub-wrap .global-sub li a {
  background: url(../img/common/nav/ico--child-link.svg) left center no-repeat;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.13rem;
}

.nav-contact-sp {
  position: absolute;
}

/* ローカルナビの設定 */
.side-search dt {
  font-weight: bold;
  font-size: 1.25rem;
}
.side-search .side-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-search .side-search-form .side-search-form__input {
  width: calc(100% - 40px);
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.side-search .side-search-form .side-search-form__submit {
  background: url(../img/common/mark/ico--search.svg) center center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: -999px;
  overflow: hidden;
}
.side-search .side-search-tag {
  margin-bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 699px) {
  .side-search .side-search-form {
    margin-bottom: 15px;
  }
}

.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  font-weight: bold;
  font-size: 1rem;
}
.side-nav .side-nav__list {
  padding-left: 5px;
}
.side-nav .side-nav__list li {
  line-height: 1.5;
}
.side-nav .side-nav__list li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
/* 見出し */
.title-lv1-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #124075;
  margin: 0 auto 30px;
  line-height: 1;
  letter-spacing: 4px;
  font-size: 1.25em;
}
@media screen and (max-width: 699px) {
  .title-lv1-en {
    font-size: 1rem;
  }
}

.title-lv1-ja, .service-merit .service-merit__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
  line-height: 1.2;
  text-align: center;
  line-height: 1.2;
  font-size: 2.19rem;
}
.title-lv1-ja .sml, .service-merit .service-merit__title .sml {
  font-size: 1.88rem;
}
.title-lv1-ja .std, .service-merit .service-merit__title .std {
  font-weight: bold;
  font-size: 3.13rem;
}
.title-lv1-ja .lrg, .service-merit .service-merit__title .lrg {
  font-weight: bold;
  font-size: 3.5rem;
}
.title-lv1-ja .title-lv1__quot, .service-merit .service-merit__title .title-lv1__quot {
  position: relative;
}
.title-lv1-ja .title-lv1__quot::before, .service-merit .service-merit__title .title-lv1__quot::before {
  content: " ";
  background: url(../img/common/item/heading/ico--quot-01.svg) left top no-repeat;
  width: 22px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.title-lv1-ja .title-lv1__quot::after, .service-merit .service-merit__title .title-lv1__quot::after {
  content: " ";
  background: url(../img/common/item/heading/ico--quot-02.svg) left top no-repeat;
  width: 22px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
}
.title-lv1-ja.white, .service-merit .white.service-merit__title {
  color: #fff;
}
.title-lv1-ja.white .title-lv1__quot::before, .service-merit .white.service-merit__title .title-lv1__quot::before {
  background: url(../img/common/item/heading/ico--quot-white-01.svg) left top no-repeat;
  background-size: cover;
}
.title-lv1-ja.white .title-lv1__quot::after, .service-merit .white.service-merit__title .title-lv1__quot::after {
  background: url(../img/common/item/heading/ico--quot-white-02.svg) left top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 699px) {
  .title-lv1-ja, .service-merit .service-merit__title {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 1.25rem;
  }
  .title-lv1-ja .sml, .service-merit .service-merit__title .sml {
    font-size: 1.88rem;
  }
  .title-lv1-ja .std, .service-merit .service-merit__title .std {
    font-size: 1.88rem;
  }
  .title-lv1-ja .lrg, .service-merit .service-merit__title .lrg {
    font-size: 1.88rem;
  }
  .title-lv1-ja .title-lv1__quot, .service-merit .service-merit__title .title-lv1__quot {
    display: inline-block;
    position: relative;
  }
  .title-lv1-ja .title-lv1__quot::before, .service-merit .service-merit__title .title-lv1__quot::before {
    background-size: cover;
    width: 13px;
    height: 9px;
    left: -20px;
  }
  .title-lv1-ja .title-lv1__quot::after, .service-merit .service-merit__title .title-lv1__quot::after {
    background-size: cover;
    width: 13px;
    height: 9px;
    right: -20px;
  }
}

.title-lv2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 63px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 10px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.title-lv3 {
  background: url(../img/common/mark/ico--dot-orange.svg) left center no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
  color: #124075;
}

/* 汎用見出し */
.title-other-01 {
  margin-bottom: 15px;
  color: #124075;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #FF8D3B;
  margin-bottom: 5px;
  color: #124075;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  line-height: 1.5;
}
.table-ptn--01 th {
  background: #F8F8F8;
  padding: 10px 27px;
  border: 1px solid #E0E0E0;
  font-weight: normal;
}
.table-ptn--01 td {
  background: #F7FAFD;
  padding: 25px;
  border: 1px solid #E0E0E0;
}
.table-ptn--01 .th-01 {
  background: #D9D9D9;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.table-ptn--01 .th-02 {
  background: #368CC7;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.table-ptn--01 .th-03 {
  background: #FF8D3B;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .table-ptn--01 th {
    padding: 15px;
  }
  .table-ptn--01 td {
    padding: 15px;
  }
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-white {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #124075;
  padding: 20px 50px;
  border-radius: 60px;
  -webkit-box-shadow: 4px 4px 0 0 #2A3967;
          box-shadow: 4px 4px 0 0 #2A3967;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #124075;
}
.btn-white:hover {
  background: #124075;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .btn-white {
    min-width: 222px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-dot {
  list-style: none;
}
.list-dot li {
  background: url(../img/common/mark/ico--dot-orange.svg) left 0.5em no-repeat;
  padding-left: 22px;
}

.list-dot-navy, .side-nav .side-nav__list {
  list-style: none;
}
.list-dot-navy li, .side-nav .side-nav__list li {
  background: url(../img/common/mark/ico--dot-navy.svg) left 0.5em no-repeat;
  padding-left: 22px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  background: #E7F1F8;
  padding: 10px 20px;
  border-radius: 20px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.category {
  background: #FF8D3B;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.88rem;
  color: #fff;
}

.date {
  display: inline-block;
  font-size: 1rem;
  color: #808183;
}

.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #124075;
}
.pagination a {
  border: 1px solid #124075;
}
.pagination a:hover {
  background-color: #124075;
  border: 1px solid #124075;
  color: #fff;
}
.pagination .current {
  background-color: #124075;
  border: 1px solid #124075;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
/*アニメーション*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.animation.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes title-show {
  0% {
    letter-spacing: -3px;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes title-show {
  0% {
    letter-spacing: -3px;
  }
  100% {
    letter-spacing: normal;
  }
}
@-webkit-keyframes text-slide-in {
  0% {
    clip-path: polygon(0 0, 0 0, 0 130%, 0 130%);
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 130%, 100% 130%);
  }
}
@keyframes text-slide-in {
  0% {
    clip-path: polygon(0 0, 0 0, 0 130%, 0 130%);
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 130%, 100% 130%);
  }
}
.catch {
  background: url(../img/common/item/catch/bgi--catch.webp) center center no-repeat;
  height: 313px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 73px;
  margin-top: 114px;
  margin-bottom: 25px;
  position: relative;
  text-align: left;
  color: #124075;
}
.catch .catch__en {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 4px;
  font-size: 1.25em;
  color: #FF8D3B;
}
.catch .catch__ja {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 3.13rem;
}
.catch .catch__ja .sml {
  display: block;
  line-height: 1.4;
  font-size: 1.88rem;
}
.catch .catch__text {
  line-height: 1.5;
}
@media (min-width: 700px) {
  .catch {
    padding-left: calc(50vw - 556px);
    padding-right: calc(50vw - 556px);
  }
}
@media screen and (max-width: 699px) {
  .catch {
    height: auto;
    margin-top: 67px;
    padding: 50px 30px;
  }
  .catch .catch__en {
    font-size: 1rem;
  }
  .catch .catch__ja {
    font-size: 1.88rem;
  }
}

.topic-path {
  margin-bottom: 120px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topic-path li {
  margin-right: 27px;
  position: relative;
  font-size: 0.88rem;
}
.topic-path li a {
  color: #A7AAA9;
}
.topic-path li::before {
  content: " ";
  background: #A7AAA9;
  width: 4px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
}
.topic-path li:last-child {
  margin-right: 0;
}
.topic-path li:last-child::before {
  content: none;
}
@media (min-width: 700px) {
  .topic-path {
    padding-left: calc(50vw - 618px);
  }
  .topic-path.topic-path--no-catch {
    margin-top: 110px;
  }
}
@media screen and (max-width: 699px) {
  .topic-path.topic-path--no-catch {
    margin-top: 70px;
  }
  .topic-path {
    margin-bottom: 60px;
    padding-left: 24px;
  }
  .topic-path li {
    font-size: 0.63rem;
  }
}

.service-nav {
  background: #F6F6F6;
  padding: 80px 0;
}
.service-nav .service-nav__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 1.88rem;
  position: relative;
}
.service-nav .service-nav__title::before {
  content: " ";
  background: url(../img/common/item/heading/ico--quot-01.svg) left top no-repeat;
  width: 22px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.service-nav .service-nav__title::after {
  content: " ";
  background: url(../img/common/item/heading/ico--quot-02.svg) left top no-repeat;
  width: 22px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
}
.service-nav .service-nav-list {
  list-style: none;
}
.service-nav .service-nav-list li a {
  background: #fff;
  width: 100%;
  height: 167px;
  padding: 0 50px 0 0;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}
.service-nav .service-nav-list li a::before {
  content: " ";
  background: url(../img/common/mark/ico--arrow.svg) left top no-repeat;
  width: 69px;
  height: 69px;
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.service-nav .service-nav-list li a:hover::before {
  background: url(../img/common/mark/ico--arrow-hover.svg) left top no-repeat;
}
.service-nav .service-nav-list li a .service-nav-list__icon {
  width: 140px;
  display: block;
}
.service-nav .service-nav-list li a .service-nav-list__icon img {
  display: block;
  margin: 0 auto;
}
.service-nav .service-nav-list li a .service-nav-list__title {
  width: 191px;
  display: block;
}
@media (min-width: 700px) {
  .service-nav .service-nav-list {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 53px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-nav .service-nav-list li {
    width: 332px;
    margin-bottom: 30px;
  }
  .service-nav .service-nav-list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 699px) {
  .service-nav {
    padding: 80px 25px;
  }
  .service-nav .service-nav__title {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .service-nav .service-nav__title::before {
    background-size: cover;
    width: 13px;
    height: 9px;
    left: -20px;
  }
  .service-nav .service-nav__title::after {
    background-size: cover;
    width: 13px;
    height: 9px;
    right: -20px;
  }
  .service-nav .service-nav-list li {
    margin-bottom: 40px;
  }
  .service-nav .service-nav-list li a {
    height: 100px;
    border-radius: 20px;
  }
  .service-nav .service-nav-list li a img {
    width: 60px;
  }
  .service-nav .service-nav-list li a::before {
    background-size: cover;
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: -10px;
  }
}

.common-contact {
  background: url(../img/common/item/common-contact/ill--01.svg) calc(50% + 425px) calc(100% + 45px) no-repeat, url(../img/common/item/common-contact/bgi--01.webp) center center no-repeat;
  background-size: auto, cover;
  padding: 80px 30px 100px;
  color: #fff;
}
.common-contact .common-contact__title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 3.13rem;
}
.common-contact .common-contact__text .lrg {
  font-size: 1.38rem;
}
.common-contact .common-contact__btn {
  background: url(..//img/common/item/common-contact/ico--arrow.svg) center calc(100% - 53px) no-repeat, url(..//img/common/item/common-contact/ico--mail.svg) center 47px no-repeat;
  width: 235px;
  height: 235px;
  padding-top: 106px;
  display: block;
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 4px;
  font-size: 1.25rem;
  color: #fff;
}
.common-contact .common-contact__btn:hover {
  background-color: #124075;
}
@media (min-width: 700px) {
  .common-contact .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .common-contact {
    background: url(../img/common/item/common-contact/ill--01.svg) calc(50% + 425px) calc(100% + 45px) no-repeat, url(../img/common/item/common-contact/bgi--01-sp.webp) center center no-repeat;
    background-size: auto, cover;
    padding: 45px 0 100px;
  }
  .common-contact .common-contact__title {
    margin-bottom: 25px;
    font-size: 1.88rem;
  }
  .common-contact .common-contact__text {
    font-size: 1rem;
  }
  .common-contact .common-contact__text .lrg {
    font-size: 1.13rem;
  }
  .common-contact .common-contact__btn {
    background: url(..//img/common/item/common-contact/ico--arrow.svg) center calc(100% - 24px) no-repeat, url(..//img/common/item/common-contact/ico--mail.svg) center 22px no-repeat;
    background-size: 14px auto, 32px auto;
    width: 130px;
    height: 130px;
    margin: 30px auto 0;
    padding-top: 52px;
    font-size: 1.13rem;
  }
}

.service-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 130px;
}
.service-sub .service-sub__lede {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.56rem;
}
.service-sub .service-sub__title {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 2.5rem;
}
.service-sub .service-sub__text {
  margin-bottom: 35px;
}
.service-sub .service-sub__pic {
  position: relative;
}
@media (min-width: 700px) {
  .service-sub > div {
    width: 505px;
  }
  .service-sub.service-sub--01 .service-sub__pic {
    width: 540px;
  }
  .service-sub.service-sub--02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-sub.service-sub--02 .service-sub__pic {
    width: 485px;
  }
  .service-sub.service-sub--02 .service-sub__pic::before {
    content: " ";
    background: url(../img/top/service/ill--01-pc.webp) left top no-repeat;
    background-size: cover;
    width: 166px;
    height: 239px;
    display: block;
    position: absolute;
    bottom: -98px;
    left: -64px;
  }
}
@media screen and (max-width: 699px) {
  .service-sub {
    display: block;
  }
  .service-sub > div {
    margin-bottom: 50px;
  }
  .service-sub.service-sub--02 {
    margin-bottom: 0;
  }
  .service-sub.service-sub--02 .service-sub__pic::before {
    content: " ";
    background: url(../img/top/service/ill--01-sp.webp) left top no-repeat;
    background-size: cover;
    width: 103px;
    height: 87px;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0;
  }
  .service-sub .service-sub__lede {
    font-size: 1.25rem;
  }
  .service-sub .service-sub__title {
    font-size: 1.88rem;
  }
  .service-sub .btn-white {
    margin: 0 auto;
  }
}

.service-merit {
  background: #368CC7;
  padding: 130px 0 120px;
  color: #fff;
}
.service-merit .compensation-outro__text, .service-merit .service-merit__text {
  margin-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .service-merit {
    padding: 60px 0;
  }
  .service-merit .service-merit__title .u-color-yellow .std {
    font-size: 1.25rem;
  }
}

.service-merit-sub {
  margin-bottom: 90px;
  line-height: 1.8;
}
.service-merit-sub .service-merit-sub__title {
  padding-left: 124px;
  margin-right: -60px;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service-merit-sub .service-merit-sub__title .service-merit-sub__title-bg {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  margin-bottom: 4px;
  line-height: 1.5;
  font-size: 2.5rem;
  color: #113F74;
}
.service-merit-sub .service-merit-sub__title .service-merit-sub__title-bg.nopad {
  padding-right: 0;
}
.service-merit-sub .merit01 {
  background: url(../img/service/common/merit/ico--merit-01.svg) left top no-repeat;
  padding-top: 25px;
}
.service-merit-sub .merit02 {
  background: url(../img/service/common/merit/ico--merit-02.svg) left top no-repeat;
  padding-top: 25px;
}
.service-merit-sub .merit03 {
  background: url(../img/service/common/merit/ico--merit-03.svg) left top no-repeat;
  padding-top: 25px;
}
.service-merit-sub .no01 {
  background: url(../img/service/common/merit/ico--no-01.svg) left center no-repeat;
}
.service-merit-sub .no02 {
  background: url(../img/service/common/merit/ico--no-02.svg) left center no-repeat;
}
.service-merit-sub .no03 {
  background: url(../img/service/common/merit/ico--no-03.svg) left center no-repeat;
}
.service-merit-sub .service-merit-sub__note {
  color: #9AC5E3;
}
@media (min-width: 700px) {
  .service-merit-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-merit-sub > div {
    width: 667px;
  }
  .service-merit-sub > img {
    width: 286px;
  }
}
@media screen and (max-width: 699px) {
  .service-merit-sub {
    margin-bottom: 60px;
  }
  .service-merit-sub > div {
    margin-bottom: 40px;
  }
  .service-merit-sub > img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .service-merit-sub .merit01 {
    background: url(../img/service/common/merit/ico--merit-01.svg) left top no-repeat;
    background-size: auto 90%;
    padding-top: 25px;
  }
  .service-merit-sub .merit02 {
    background: url(../img/service/common/merit/ico--merit-02.svg) left center no-repeat;
    background-size: auto 80%;
    padding-top: 25px;
  }
  .service-merit-sub .merit03 {
    background: url(../img/service/common/merit/ico--merit-03.svg) left 10px no-repeat;
    background-size: 55px auto;
    padding-top: 25px;
  }
  .service-merit-sub .no01, .service-merit-sub .no02, .service-merit-sub .no03 {
    background-size: 50px auto;
  }
  .service-merit-sub .service-merit-sub__title {
    padding-left: 60px;
    margin-right: 0;
  }
  .service-merit-sub .service-merit-sub__title .service-merit-sub__title-bg {
    padding: 0 10px;
    font-size: 1.38rem;
  }
}

.service-merit-sub-wrap .service-merit-sub:last-child {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .service-merit-sub-wrap .service-merit-sub:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.service-flow {
  background: #F6F6F6;
  padding: 120px 0;
  margin-bottom: 130px;
}
.service-flow .service-flow__text {
  margin-bottom: 110px;
  text-align: left;
  position: relative;
  line-height: 1.5;
}
.service-flow .service-flow__text::before {
  content: " ";
  background: url(../img/service/compensation/flow/pic--01.svg) right top no-repeat;
  width: 152px;
  height: 152px;
  display: block;
  position: absolute;
  top: -76px;
  right: -100px;
}
.service-flow .service-flow-container {
  text-align: left;
}
.service-flow .service-flow-container .service-flow-sub:last-child {
  margin-bottom: 0;
}
.service-flow .service-flow-container .service-flow-sub:last-child::after {
  content: none;
}
@media (min-width: 700px) {
  .service-flow .service-flow-container {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .service-flow {
    padding: 60px 25px;
  }
  .service-flow .service-flow__text {
    margin-bottom: 60px;
  }
  .service-flow .service-flow__text::before {
    content: none;
  }
}

.service-flow-sub {
  background: #fff;
  padding: 30px 40px 30px 50px;
  border-radius: 40px;
  margin-bottom: 66px;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
}
.service-flow-sub::before {
  content: " ";
  background-size: auto 100% !important;
  width: 65px;
  height: 63px;
  position: absolute;
  top: -44px;
  left: 25px;
}
.service-flow-sub::after {
  content: " ";
  background: url(../img/service/common/flow/bgi--line.svg) left top no-repeat;
  width: 10px;
  height: 53px;
  position: absolute;
  bottom: -63px;
  left: calc(50% - 5px);
}
.service-flow-sub .service-flow-sub__title {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.service-flow-sub .service-flow-sub__title .sml {
  display: block;
  font-size: 1rem;
}
.service-flow-sub.service-flow-sub--01::before {
  background: url(../img/service/common/flow/ico--01.svg) left top no-repeat;
}
.service-flow-sub.service-flow-sub--02::before {
  background: url(../img/service/common/flow/ico--02.svg) left top no-repeat;
}
.service-flow-sub.service-flow-sub--03::before {
  background: url(../img/service/common/flow/ico--03.svg) left top no-repeat;
}
.service-flow-sub.service-flow-sub--04::before {
  background: url(../img/service/common/flow/ico--04.svg) left top no-repeat;
}
.service-flow-sub.service-flow-sub--05::before {
  background: url(../img/service/common/flow/ico--05.svg) left top no-repeat;
}
.service-flow-sub.service-flow-sub--06::before {
  background: url(../img/service/common/flow/ico--06.svg) left top no-repeat;
}
.service-flow-sub.service-flow-sub--07::before {
  background: url(../img/service/common/flow/ico--07.svg) left top no-repeat;
}
@media (min-width: 700px) {
  .service-flow-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-flow-sub .service-flow-sub__title {
    width: 244px;
  }
  .service-flow-sub > div {
    width: 540px;
  }
}
@media screen and (max-width: 699px) {
  .service-flow-sub {
    padding: 20px 25px 25px;
  }
  .service-flow-sub .service-flow-sub__title {
    padding-bottom: 100px;
    font-size: 1.38rem;
  }
}

.service-strength-layout .service-strength-lawyers .service-strength__pic {
  display: block;
  margin-bottom: 35px;
}
.service-strength-layout .service-strength-lawyers .service-strength__name {
  background: url(../img/common/item/heading/ico--quot-01.svg) left top no-repeat;
  background-size: 21px auto;
  padding-left: 50px;
  line-height: 1.8;
}
.service-strength-layout .service-strength-lawyers .service-strength__name strong {
  font-size: 1.5em;
}
@media (min-width: 700px) {
  .service-strength-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-strength-layout .service-strength-lawyers {
    width: 444px;
  }
  .service-strength-layout .service-strength-content {
    width: 622px;
  }
  .service-strength-layout .service-strength-sub .service-strength-sub__title {
    padding-top: 0;
  }
}
@media screen and (max-width: 699px) {
  .service-strength-layout .service-strength-lawyers {
    margin-bottom: 60px;
  }
}

.service-strength-sub {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dashed #D9D9D9;
}
.service-strength-sub .service-strength-sub__title {
  padding-top: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .service-strength-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-strength-sub > div {
    width: 518px;
  }
}

.service-stories {
  margin-bottom: 120px;
}
.service-stories .service-storiese__title {
  margin-bottom: 45px;
}

.service-stories-sub {
  background: #fff;
  padding: 60px 100px 50px;
  border: 5px solid #EAEBEB;
  border-radius: 40px;
  margin-bottom: 50px;
  line-height: 1.8;
  font-weight: bold;
}
.service-stories-sub .service-stories-sub__title {
  padding-top: 15px;
  padding-left: 114px;
  margin-bottom: 33px;
  line-height: 1.2;
}
.service-stories-sub .service-stories-sub__title .sml {
  font-size: 1.56rem;
}
.service-stories-sub .service-stories-sub__title .std {
  font-size: 1.88rem;
}
.service-stories-sub .service-stories-sub__title .lrg {
  font-size: 2.5rem;
  color: #FF8D3B;
}
.service-stories-sub.service-stories-sub-01 .service-stories-sub__title {
  background: url(../img/service/compensation/stories/ico--01.svg) left top no-repeat;
}
.service-stories-sub.service-stories-sub-02 .service-stories-sub__title {
  background: url(../img/service/compensation/stories/ico--02.svg) left top no-repeat;
}
.service-stories-sub .stories-profile {
  margin-bottom: 35px;
}
.service-stories-sub .stories-profile p {
  margin-top: 10px;
}
.service-stories-sub .stories-result-wrap {
  margin-bottom: 30px;
}
.service-stories-sub .stories-result-before {
  background: #EAEBEB;
  padding: 20px 25px 15px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1;
}
.service-stories-sub .stories-result-before dt {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 1.25rem;
}
.service-stories-sub .stories-result-before dd {
  font-size: 1.56rem;
}
.service-stories-sub .stories-result-before .stories-result-before__price {
  font-size: 1.25rem;
}
.service-stories-sub .stories-result-before .stories-result-before__price strong {
  font-size: 2.5rem;
}
.service-stories-sub .stories-result-after {
  background: #E7F1F8;
  padding: 20px 25px 15px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1;
}
.service-stories-sub .stories-result-after dt {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 1.56rem;
}
.service-stories-sub .stories-result-after dd {
  font-size: 1.56rem;
}
.service-stories-sub .stories-result-after .stories-result-before__price {
  font-size: 1.25rem;
  color: #FF8D3B;
}
.service-stories-sub .stories-result-after .stories-result-before__price strong {
  font-size: 2.5rem;
}
.service-stories-sub .stories-result__text {
  padding-top: 10px;
}
.service-stories-sub .stories-result-price {
  position: absolute;
  bottom: 10px;
  right: -75px;
}
.service-stories-sub .service-stories-point dt {
  margin-bottom: 5px;
  letter-spacing: 4px;
  font-size: 1.25rem;
  color: #FF8D3B;
}
@media (min-width: 700px) {
  .service-stories-sub .service-stories-sub__title--1row {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .service-stories-sub .stories-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-stories-sub .stories-profile img {
    width: 152px;
    margin-right: 37px;
  }
  .service-stories-sub .stories-result-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .service-stories-sub .stories-result-wrap dl {
    width: 406px;
  }
}
@media screen and (max-width: 699px) {
  .service-stories-sub {
    padding: 20px;
  }
  .service-stories-sub .service-stories-sub__title {
    background-size: 40px auto !important;
    padding-left: 60px;
    padding-top: 0;
  }
  .service-stories-sub .service-stories-sub__title .sml {
    font-size: 1.13rem;
  }
  .service-stories-sub .service-stories-sub__title .std {
    font-size: 1.25rem;
  }
  .service-stories-sub .service-stories-sub__title .lrg {
    font-size: 1.88rem;
  }
  .service-stories-sub .stories-profile {
    font-size: 1rem;
  }
  .service-stories-sub .stories-profile > div > div {
    text-align: center;
    margin-bottom: 15px;
  }
  .service-stories-sub .stories-profile img {
    width: 128px;
    display: block;
    margin: 0 auto 20px;
  }
  .service-stories-sub .stories-result-wrap {
    position: relative;
  }
  .service-stories-sub .stories-result-wrap .stories-result-price {
    width: 80px;
    position: absolute;
    bottom: 120px;
    right: 0;
  }
  .service-stories-sub .stories-result-before {
    margin-bottom: 60px;
  }
  .service-stories-sub .stories-result-before dd {
    font-size: 1rem;
  }
  .service-stories-sub .stories-result-after dt {
    font-size: 1rem;
  }
}

@media (min-width: 700px) {
  .nofault-point-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .nofault-point-layout .nofault-point {
    margin-bottom: 60px;
  }
  .nofault-point-layout .nofault-point:last-child {
    margin-bottom: 0;
  }
}

.nofault-point {
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  border: 4px solid #368CC7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
  font-size: 0.88rem;
}
.nofault-point .nofault-point__pic {
  display: block;
  margin: 0 auto 15px;
}
.nofault-point .nofault-point__title {
  text-align: center;
  margin: 0 -20px 16px;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 700px) {
  .nofault-point {
    width: 275px;
  }
}
@media screen and (max-width: 699px) {
  .nofault-point {
    margin-bottom: 35px;
  }
}

.faq-dl {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.faq-dl dt {
  background: url(../img/company/reason/about/ico--faq-plus.svg) right 30px top 17px no-repeat;
  padding: 20px 65px 20px 45px;
  cursor: pointer;
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.5rem;
}
.faq-dl dt.active {
  background-image: url(../img/company/reason/about/ico--faq-minus.svg);
  margin-bottom: 20px;
  position: relative;
}
.faq-dl dt.active::before {
  content: " ";
  background: #E0E0E0;
  width: calc(100% - 40px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.faq-dl dd {
  display: none;
  padding: 0 45px 20px;
  font-size: 1.25em;
}
.faq-dl dd.active {
  display: block;
}
@media screen and (max-width: 699px) {
  .faq-dl dt {
    background: url(../img/company/reason/about/ico--faq-plus.svg) right 10px top 20px no-repeat;
    background-size: 25px;
    padding: 20px 50px 20px 20px;
    font-size: 1.13rem;
  }
  .faq-dl dd {
    padding: 0 20px 20px;
    font-size: 1rem;
  }
}

.loading {
  background: url(../img/common/item/loading/three-dots.svg) center calc(50% + 150px) no-repeat, url(../img/common/item/loading/pic--ill.webp) center center no-repeat, url(../img/common/item/loading/bgi--01.svg) center center no-repeat;
  background-size: 50px auto, 700px auto, cover;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

/*
	サイト全体のアイテムの設定
*/
.top-main {
  background: url(../img/top/main/ill--01.webp) 2.7vw bottom no-repeat, url(../img/top/main/pic--main-pc.webp) left top no-repeat;
  background-size: 80% auto, 100% auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 683/418;
  margin-top: 114px;
  position: relative;
}
.top-main .top-main__title {
  position: absolute;
  left: 9.6vw;
  top: 48.4%;
}
@media screen and (max-width: 699px) {
  .top-main {
    background: url(../img/top/main/ill--01-sp.webp) left bottom no-repeat, url(../img/top/main/pic--main-sp.webp) left top no-repeat;
    background-size: 100% auto;
    aspect-ratio: 3/4;
    margin-top: 67px;
    margin-bottom: 100px;
  }
  .top-main .top-main__title {
    width: 90%;
    left: 0;
    top: auto;
    bottom: 30vw;
  }
}

.top-bg-service {
  background: url(../img/top/service/bgi--02.svg) left bottom no-repeat, url(../img/top/service/bgi--01.svg) left top no-repeat;
  background-size: 100% 487px;
  background-color: #E7F1F8;
  padding: 100px 0 200px;
  margin-bottom: 90px;
}
@media screen and (max-width: 699px) {
  .top-bg-service {
    background-size: 100% 20vw;
    padding: 100px 25px 100px;
  }
}

.top-intro .top-intro__pic {
  width: 954px;
  display: block;
  margin: 0 auto 35px;
}
.top-intro .top-intro__text {
  margin-bottom: 100px;
  line-height: 1.5;
}
.top-intro .top-intro__em {
  border-bottom: 2px solid #FF8D3B;
  padding-bottom: 5px;
}
@media screen and (max-width: 699px) {
  .top-intro .top-intro__pic {
    width: 100%;
  }
  .top-intro .top-intro__text {
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.8;
  }
  .top-intro .top-intro__em {
    padding-bottom: 2px;
  }
}

.top-intro-photo {
  max-width: 1270px;
  margin: 0 auto 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.top-intro-photo img {
  width: 32%;
}
@media screen and (max-width: 699px) {
  .top-intro-photo {
    margin-bottom: 80px;
    gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-intro-photo img {
    width: 48%;
  }
  .top-intro-photo img:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .top-service {
    padding: 0;
  }
}

.top-reason {
  margin-bottom: 90px;
}
@media screen and (max-width: 699px) {
  .top-reason .btn-navy {
    margin: 0 25px 0;
  }
}

.top-reason-list {
  margin: 0 auto 90px;
  list-style: none;
}
.top-reason-list li {
  background: #FFEDCE;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  font-size: 2.5rem;
}
.top-reason-list li::before {
  content: " ";
  display: block;
  position: absolute;
}
.top-reason-list li:nth-child(1)::before {
  background: url(../img/top/reason/ill--01.webp) left top no-repeat;
  background-size: 100% auto;
  width: 293px;
  height: 57px;
  bottom: 46px;
  left: 0;
}
.top-reason-list li:nth-child(2)::before {
  background: url(../img/top/reason/ill--02.webp) left top no-repeat;
  background-size: 100% auto;
  width: 491px;
  height: 185px;
  bottom: -34px;
  left: -20px;
}
.top-reason-list li:nth-child(3)::before {
  background: url(../img/top/reason/ill--03.webp) left top no-repeat;
  background-size: 100% auto;
  width: 188px;
  height: 189px;
  bottom: -54px;
  left: 156px;
}
.top-reason-list li .top-reason__no {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
  letter-spacing: 5px;
  font-size: 3.13rem;
  color: #FFAE73;
}
.top-reason-list li .top-reason__lede {
  background: #124075;
  border-radius: 60px;
  padding: 5px 0;
  margin: 0 65px 20px;
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.56rem;
  color: #fff;
}
@media (min-width: 700px) {
  .top-reason-list {
    width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-reason-list li {
    width: 440px;
    height: 440px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 45px;
  }
  .top-reason-list li:nth-child(2) {
    margin: 133px -50px 0;
  }
}
@media screen and (max-width: 699px) {
  .top-reason-list {
    padding-left: 35px;
    padding-right: 35px;
  }
  .top-reason-list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 35px;
    margin-bottom: -10px;
    font-size: 1.88rem;
  }
  .top-reason-list li .top-reason__no {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 2.5rem;
  }
  .top-reason-list li .top-reason__lede {
    margin: 0 35px 20px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  .top-reason-list li:nth-child(1)::before {
    background: url(../img/top/reason/ill--01.webp) left top no-repeat;
    background-size: 100% auto;
    width: 227px;
    height: 45px;
    bottom: 36px;
    left: calc(50% - 113px);
  }
  .top-reason-list li:nth-child(2)::before {
    background: url(../img/top/reason/ill--02.webp) left top no-repeat;
    background-size: 100% auto;
    width: 90%;
    height: 120px;
    bottom: -4px;
    left: 5%;
  }
  .top-reason-list li:nth-child(3)::before {
    background: url(../img/top/reason/ill--03.webp) left top no-repeat;
    background-size: 100% auto;
    width: 118px;
    height: 189px;
    bottom: -74px;
    left: calc(50% - 79px);
  }
}

.top-movie {
  background: url(../img/top/bgi--movie.svg) left bottom repeat-x;
  padding-bottom: 108px;
  text-align: left;
}
.top-movie .title-lv1-en {
  margin-bottom: 50px;
}
.top-movie .top-movie-iframe {
  width: 800px;
  margin: 0 auto 50px;
}
.top-movie .top-movie-iframe iframe {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
}
.top-movie .top-movie-lede {
  width: 800px;
  margin: 0 auto;
}
.top-movie .top-movie-lede span {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.5rem;
}
.top-movie .top-movie-lede .top-movie-lede__01 {
  margin-bottom: 10px;
  color: #124075;
}
.top-movie .top-movie-lede .top-movie-lede__02 {
  margin-bottom: 5px;
  color: #FF8D3B;
}
@media screen and (max-width: 699px) {
  .top-movie {
    background-size: 100% 70%;
    padding: 0 0 60px;
  }
  .top-movie .top-movie-iframe {
    width: auto;
    margin-bottom: 20px;
  }
  .top-movie .top-movie-lede {
    width: 100%;
  }
  .top-movie .top-movie-lede span {
    font-size: 1.13rem;
  }
}

.top-image {
  background: url(../img/top/pic--image-01.webp) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1366/353;
}
@media screen and (max-width: 699px) {
  .top-image {
    background: url(../img/top/pic--image-01-sp.webp) right top no-repeat;
    background-size: cover;
    aspect-ratio: 390/180;
  }
}

.top-bg-company {
  background: url(../img/top/about/bgi--01.svg) center top no-repeat;
  background-size: cover;
  padding: 130px 30px 150px;
  margin-bottom: 120px;
}
@media screen and (max-width: 699px) {
  .top-bg-company {
    padding: 80px 0;
    margin-bottom: 70px;
  }
}

.top-about .title-lv1-en {
  margin-bottom: 40px;
}
.top-about .top-about__title {
  margin-bottom: 55px;
}

.top-about-list {
  margin-bottom: 100px;
  list-style: none;
}
.top-about-list li a {
  text-decoration: none;
}
.top-about-list li a:hover .top-about-list__title {
  background: url(../img/common/mark/ico--arrow-hover.svg) right center no-repeat;
}
.top-about-list li:nth-child(2) .top-about-list__title {
  margin-top: 40px;
}
.top-about-list li img {
  display: block;
  margin-bottom: 25px;
}
.top-about-list li .top-about-list__title {
  background: url(../img/common/mark/ico--arrow.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 96px;
  padding-left: 15px;
  margin: 0 auto;
  display: block;
  line-height: 1.5;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  text-align: center;
  font-weight: bold;
  font-size: 1.88rem;
}
.top-about-list li .top-about-list__title strong {
  font-size: 2.5rem;
}
@media (min-width: 700px) {
  .top-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-about-list li {
    width: 500px;
  }
}
@media screen and (max-width: 699px) {
  .top-about-list li {
    margin-bottom: 35px;
  }
  .top-about-list li .top-about-list__title {
    background: url(../img/common/mark/ico--arrow.svg) right top no-repeat;
    background-size: 41px auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.13rem;
  }
  .top-about-list li .top-about-list__title strong {
    font-size: 1.5rem;
  }
  .top-about-list li:nth-child(2) .top-about-list__title {
    margin-top: 25px;
  }
}

.top-message .top-message__lede {
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: bold;
  font-size: 2.5rem;
}
.top-message .top-message__text {
  margin-bottom: 40px;
}
.top-message .top-message-head img {
  display: block;
  margin-bottom: 40px;
}
.top-message .top-message-head__name {
  background: url(../img/common/item/heading/ico--quot-01.svg) 18px top no-repeat;
  padding-left: 64px;
  line-height: 1.8;
}
.top-message .top-message-head__name strong {
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .top-message .title-lv1-en {
    margin-left: 0;
  }
  .top-message .top-message__title {
    margin-left: 27px;
  }
  .top-message .top-message-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 150px;
  }
  .top-message .top-message-head {
    width: 500px;
  }
  .top-message .top-message-content {
    width: 505px;
  }
}
@media screen and (max-width: 699px) {
  .top-message .top-message-content {
    margin-bottom: 60px;
  }
  .top-message .top-message__lede {
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .top-message .top-message-head {
    margin-bottom: 40px;
  }
  .top-message .btn-white {
    margin: 0 auto;
  }
}

.top-plan {
  background: #fff;
  padding: 30px 35px 25px;
  border: 4px solid #124075;
  -webkit-box-shadow: 4px 4px 0 0 #124075;
          box-shadow: 4px 4px 0 0 #124075;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-plan .top-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 30px;
}
.top-plan .top-plan-list li img {
  display: block;
  margin: 0 auto 20px;
}
.top-plan .top-plan-list li .top-plan-list__lede {
  background: #FF8D3B;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.top-plan .top-plan-list li .top-plan-list__lede .lrg {
  font-size: 1.88rem;
}
.top-plan .top-plan__link {
  background: url(../img/common/mark/ico--arrow.svg) right center no-repeat;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.75rem;
}
.top-plan .top-plan__link:hover {
  background: url(../img/common/mark/ico--arrow-hover.svg) right center no-repeat;
}
@media (min-width: 700px) {
  .top-plan {
    width: 900px;
    margin: 0 auto;
  }
  .top-plan li {
    width: 256px;
  }
}
@media screen and (max-width: 699px) {
  .top-plan {
    padding: 15px;
  }
  .top-plan .top-plan-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 28px 0;
  }
  .top-plan .top-plan-list li .top-plan-list__lede {
    padding: 10px 15px;
    font-size: 0.88rem;
  }
  .top-plan .top-plan-list li .top-plan-list__lede .lrg {
    font-size: 1.25rem;
  }
  .top-plan .top-plan-list li:nth-child(1) {
    width: 100%;
  }
  .top-plan .top-plan-list li:nth-child(1) img {
    width: 53px;
  }
  .top-plan .top-plan-list li:nth-child(2) img {
    width: 59px;
  }
  .top-plan .top-plan-list li:nth-child(3) img {
    width: 55px;
  }
  .top-plan .top-plan__link {
    background-size: 40px auto;
    padding-right: 60px;
    font-size: 1.13rem;
  }
}

.top-news-list .top-news-item__pic {
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.top-news-list .top-news-item__pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 11/8;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top-news-list .top-news-item__pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-news-list .category {
  background: #FF8D3B;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.88rem;
  color: #fff;
}
.top-news-list .top-news-item__date {
  display: inline-block;
  font-size: 1rem;
  color: #808183;
}
.top-news-list .top-news-item__title {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.25rem;
}
.top-news-list .top-news-item__title a {
  text-decoration: none;
}
.top-news-list .top-news-item__text {
  line-height: 1.5;
}
@media (min-width: 700px) {
  .top-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 85px;
  }
  .top-news-list .top-news-item {
    width: 330px;
    margin-right: 50px;
  }
  .top-news-list .top-news-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .top-news-list .top-news-item {
    margin-bottom: 40px;
  }
}

.top-guide {
  background: #E7F1F8;
  padding: 100px;
  border-radius: 40px;
  margin-bottom: 90px;
}
.top-guide .top-guide__title {
  margin-left: 40px;
  text-align: left;
  font-weight: bold;
  font-size: 3rem;
}
@media (min-width: 700px) {
  .top-guide .top-guide-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 699px) {
  .top-guide {
    margin-left: -10px;
    margin-right: -10px;
    padding: 40px 25px;
  }
  .top-guide .top-guide__title {
    font-size: 1.75rem;
  }
}

.top-guide-section {
  background: #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
}
.top-guide-section .top-guide-section__title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.88rem;
}
.top-guide-section .top-guide-section__btn {
  background: url(../img/common/mark/ico--arrow.svg) right top no-repeat;
  background-size: cover;
  width: 69px;
  height: 69px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  right: -16px;
}
.top-guide-section .top-guide-section__btn:hover {
  background: url(../img/common/mark/ico--arrow-hover.svg) right top no-repeat;
}
.top-guide-section.top-guide-section--01::before {
  content: " ";
  background: url(../img/top/guide/pic--01.webp) left top no-repeat;
  background-size: 100% auto;
  width: 368px;
  height: 134px;
  display: block;
  position: absolute;
  top: -23px;
  left: 25px;
}
.top-guide-section.top-guide-section--02::before {
  content: " ";
  background: url(../img/top/guide/pic--02.webp) left top no-repeat;
  background-size: 100% auto;
  width: 252px;
  height: 119px;
  display: block;
  position: absolute;
  top: -10px;
  left: 122px;
}
.top-guide-section.top-guide-section--03::before {
  content: " ";
  background: url(../img/top/guide/pic--03.webp) left top no-repeat;
  background-size: 100% auto;
  width: 331px;
  height: 177px;
  display: block;
  position: absolute;
  bottom: 35px;
  right: 59px;
}
@media (min-width: 700px) {
  .top-guide-section {
    width: 424px;
    padding: 136px 47px 33px;
    margin-bottom: 50px;
  }
  .top-guide-section.top-guide-section--01 .top-guide-section__title {
    height: 78px;
  }
  .top-guide-section.top-guide-section--03 {
    width: 100%;
    padding: 45px;
  }
  .top-guide-section.top-guide-section--03 .top-guide-section__title {
    height: auto;
    text-align: left;
  }
}
@media screen and (max-width: 699px) {
  .top-guide-section {
    padding: 100px 35px 30px;
    margin-bottom: 55px;
  }
  .top-guide-section .top-guide-section__title {
    font-size: 1.5rem;
  }
  .top-guide-section .top-guide-section__btn {
    background-size: cover;
    width: 42px;
    height: 42px;
    right: -15px;
  }
  .top-guide-section.top-guide-section--01::before {
    width: calc(100% - 38px);
    height: 104px;
    display: block;
    position: absolute;
    top: -23px;
    left: 18px;
  }
  .top-guide-section.top-guide-section--02::before {
    content: " ";
    background: url(../img/top/guide/pic--02.webp) left top no-repeat;
    background-size: 100% auto;
    width: 198px;
    height: 100px;
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 96px);
  }
  .top-guide-section.top-guide-section--03 {
    padding: 25px 30px 165px;
  }
  .top-guide-section.top-guide-section--03::before {
    content: " ";
    background: url(../img/top/guide/pic--03.webp) left top no-repeat;
    background-size: 100% auto;
    width: 198px;
    height: 107px;
    display: block;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 99px);
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

.u-font-size-lv2, .title-lv2, .title-other-01 {
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .u-font-size-lv2, .title-lv2, .title-other-01 {
    font-size: 1.25rem;
  }
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #124075;
}

.u-color-sub, .service-merit-sub .service-merit-sub__title .service-merit-sub__title-bg.u-color-sub {
  color: #FF8D3B;
}

.u-color-yellow {
  color: #FFDE24;
}

.u-em {
  -webkit-text-decoration: underline #FF8D3B 2px;
          text-decoration: underline #FF8D3B 2px;
  text-underline-offset: 5px;
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  .u-em {
    text-underline-offset: 2px;
  }
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

.pic-border {
  border: 4px solid #124075;
  border-radius: 40px;
}
.pic-border img {
  border-radius: 40px;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .is-sp {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=top.css.map */