@charset "UTF-8";
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.futura-pt-medium {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futura-pt-demi {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

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

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

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

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

/**
 * 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: 1em; /* 2 */
}

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

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

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

/**
 * 1. 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: 1em; /* 2 */
}

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

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

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

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

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

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

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

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

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-family: "Zen Kaku Gothic New", serif;
  --color-service-green: #2E8E57;
  --color-service-blue: #30508D;
  --color-light-green: #74CE45;
  --color-light-blue: #006CCB;
  --color-marker: #FDFFBB;
  --width-max-content: 1180px;
  --gradient-orange: linear-gradient(135deg, #ef7301 0%,#f0b543 100%);
  --gradient-green: linear-gradient(135deg, #17c180 0%,#82ed7e 100%);
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 15px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 15%);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: all 1s;
}
.scroll_from_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 1s;
}
.scroll_from_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .section-inner {
    width: 100%;
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
    padding: 70px 20px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #0C2343;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1080px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a[target^=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
a[target^=_blank]:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/line-partner/ico_external_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.flex .col1 > * {
  width: 90%;
}
.flex .col2 > * {
  width: 45%;
}
.flex .col3 > * {
  width: 30%;
}
.flex .col4 > * {
  width: 22.5%;
}
.flex .col5 > * {
  width: 18%;
}
.flex .col6 > * {
  width: 15%;
}
.flex.column {
  flex-direction: column;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.flex.around {
  justify-content: space-around;
}
.flex.top {
  align-items: flex-start;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.sp-valid {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid > * + * {
    margin-top: 0;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.w0 {
  width: 0% !important;
}

@media screen and (max-width: 767px) {
  .sp-w0 {
    width: 0% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w0 {
    width: 0% !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {
  .sp-w5 {
    width: 5% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w5 {
    width: 5% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w10 {
  width: 10% !important;
}

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w10 {
    width: 10% !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.w15 {
  width: 15% !important;
}

@media screen and (max-width: 767px) {
  .sp-w15 {
    width: 15% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w15 {
    width: 15% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.w20 {
  width: 20% !important;
}

@media screen and (max-width: 767px) {
  .sp-w20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w20 {
    width: 20% !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.w25 {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .sp-w25 {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w25 {
    width: 25% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.w30 {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sp-w30 {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w30 {
    width: 30% !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.w35 {
  width: 35% !important;
}

@media screen and (max-width: 767px) {
  .sp-w35 {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w35 {
    width: 35% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.w40 {
  width: 40% !important;
}

@media screen and (max-width: 767px) {
  .sp-w40 {
    width: 40% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w40 {
    width: 40% !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.w45 {
  width: 45% !important;
}

@media screen and (max-width: 767px) {
  .sp-w45 {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w45 {
    width: 45% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w50 {
    width: 50% !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.w55 {
  width: 55% !important;
}

@media screen and (max-width: 767px) {
  .sp-w55 {
    width: 55% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w55 {
    width: 55% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w60 {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .sp-w60 {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w60 {
    width: 60% !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.w65 {
  width: 65% !important;
}

@media screen and (max-width: 767px) {
  .sp-w65 {
    width: 65% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w65 {
    width: 65% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.w70 {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .sp-w70 {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w70 {
    width: 70% !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.w75 {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .sp-w75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w75 {
    width: 75% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w80 {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .sp-w80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w80 {
    width: 80% !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.w85 {
  width: 85% !important;
}

@media screen and (max-width: 767px) {
  .sp-w85 {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w85 {
    width: 85% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.w90 {
  width: 90% !important;
}

@media screen and (max-width: 767px) {
  .sp-w90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w90 {
    width: 90% !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.w95 {
  width: 95% !important;
}

@media screen and (max-width: 767px) {
  .sp-w95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w95 {
    width: 95% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w100 {
    width: 100% !important;
  }
}

.gap0 {
  gap: 0px;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.gap65 {
  gap: 65px;
}

.gap70 {
  gap: 70px;
}

.gap75 {
  gap: 75px;
}

.gap80 {
  gap: 80px;
}

.gap85 {
  gap: 85px;
}

.gap90 {
  gap: 90px;
}

.gap95 {
  gap: 95px;
}

.gap100 {
  gap: 100px;
}

.fz0 {
  font-size: 0px !important;
}

.fz1 {
  font-size: 1px !important;
}

.fz2 {
  font-size: 2px !important;
}

.fz3 {
  font-size: 3px !important;
}

.fz4 {
  font-size: 4px !important;
}

.fz5 {
  font-size: 5px !important;
}

.fz6 {
  font-size: 6px !important;
}

.fz7 {
  font-size: 7px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz-reset {
  font-size: 1rem !important;
}

.lineheight1 {
  line-height: 1;
}

.lineheight2 {
  line-height: 2;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 70%, var(--color-marker) 40%);
}
.marker.full {
  background: linear-gradient(var(--color-marker) 0%, var(--color-marker) 100%);
}

/* ---------- ANIMATION ---------- */
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@keyframes scrolldown {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  25% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  30% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  35% {
    transform: translate(-8%, 0%) rotate(-8deg);
  }
  45% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  50% {
    transform: translate(8%, 0%) rotate(8deg);
  }
  60% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  65% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
#site-header {
  width: 100%;
  height: 45px;
  z-index: 110;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px), print {
  #site-header {
    padding-left: 25px;
    height: 70px;
  }
}
#site-header .site-logo {
  width: 51.46666666vw;
  max-width: 330px;
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -300px;
  opacity: 0;
  width: 300px;
  height: 100vh;
  background-color: #F1F8ED;
  background-image: url(../img/line-partner/bg_nav.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101;
  transition: all 0.6s;
}
#site-header .header-navigation .inner {
  display: flex;
  flex-direction: column;
  padding: 90px 20px;
  min-height: 100vh;
  overflow-y: scroll;
  position: relative;
}
#site-header .header-navigation.is-active {
  right: 0;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#site-header .header-navigation .logo {
  max-width: 230px;
  margin-bottom: 25px;
}
#site-header .primary-menu {
  font-size: 16px;
  font-weight: 500;
}
#site-header .primary-menu ul li {
  line-height: 1;
}
#site-header .primary-menu ul li + li {
  margin-top: 1.3em;
}
#site-header .primary-menu ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
#site-header .primary-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
}
#site-header .primary-menu ul li:first-child a:before {
  background-color: var(--color-light-green);
}
#site-header .primary-menu ul li:last-child a:before {
  background-color: var(--color-light-blue);
}
#site-header .secondary-menu {
  margin-top: 40px;
}
#site-header .secondary-menu .tel {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
#site-header .secondary-menu .tel:before {
  content: url(../img/line-partner/ico_phone.svg);
  width: 16.49px;
  height: 24.26px;
  display: inline-block;
}
#site-header .secondary-menu .tel + small {
  padding-left: 21.49px;
}
#site-header .secondary-menu .btn span {
  font-size: 16px;
  font-weight: 500;
}
#site-header .secondary-menu ul {
  margin-top: 1rem;
}
#site-header .secondary-menu ul li + li {
  margin-top: 1rem;
}
#site-header .nav-toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 102;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    display: none;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 25px;
  border-bottom: solid 2px #000;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: transform 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
  top: 50%;
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -4px);
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 4px);
}
#site-header .nav-toggle.is-active {
  background: transparent;
}
#site-header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-20deg);
}
#site-header .nav-toggle.is-active span:nth-child(2) {
  transform: translate(-50%, 0) rotate(20deg);
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  display: none;
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 13px 20px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    width: auto;
    left: auto;
    bottom: auto;
    top: 15px;
    right: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu ul {
    width: 100%;
  }
}
.floating-menu ul li {
  margin-top: 0;
}
.floating-menu .btn {
  min-width: 184px;
}
.floating-menu .btn span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .floating-menu .btn span {
    font-size: 20px;
    padding: 0.6em;
  }
}
.floating-menu .tel {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.floating-menu .tel:before {
  content: url(../img/line-partner/ico_phone.svg);
  width: 16.49px;
  height: 24.26px;
  display: inline-block;
}
.floating-menu ul li:first-child small {
  display: inline-block;
  padding-left: 21.49px;
}

#site-footer .section-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-footer .logo img {
  max-width: 200px;
}
#site-footer .logo .tagline {
  font-size: 12px;
  color: #7C7C7C;
}
#site-footer nav a {
  font-size: 14px;
  font-weight: 500;
  color: #4D4D4D;
}

.copyright {
  padding: 1em;
  text-align: center;
  background-color: #F0F0F0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding-bottom: calc(1em + 80px);
  }
}

/* ------------------
   COMMON
------------------ */
main {
  overflow: hidden;
}

.parts {
  position: absolute;
}

.btn {
  display: block;
  border-radius: 35px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-block;
    min-width: 314px;
  }
}
.btn.arrow-white:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn.arrow-white-down:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  padding: 0.8em 1em;
}
.btn:hover {
  opacity: 0.7;
  transform: translate(0, 2px);
}
.btn-orange {
  background: var(--gradient-orange);
  color: #fff;
}
.btn-green {
  background: var(--gradient-green);
  color: #fff;
}
.btn-green-fill {
  background-color: #17C180;
  color: #fff;
}
.btn-blue-fill {
  background-color: #016FEF;
  color: #fff;
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 {
    font-size: 34px;
  }
}
.com-ttl-01:before {
  content: "";
  width: 61px;
  height: 34px;
  background-image: url(../img/line-partner/ico_round.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
}
.com-ttl-01 span {
  line-height: 1.4;
}
.com-ttl-01 span.strong-blue {
  font-size: 1.559em;
  color: var(--color-light-blue);
  line-height: 58px;
}
.com-ttl-01 span.strong-green {
  font-size: 1.559em;
  color: #18C180;
  line-height: 58px;
}
.com-ttl-01 span.em {
  font-size: 1.647em;
  line-height: 58px;
}
.com-ttl-01 + p.lead {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 + p.lead {
    font-size: 1.2rem;
  }
}
.com-ttl-02 {
  padding-top: 50px;
  gap: 20px;
}
.com-ttl-02 .num {
  font-size: 17vw;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #ccc;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 .num {
    font-size: 128px;
  }
}
.com-ttl-02 .num:before {
  content: "";
  width: 61px;
  height: 34px;
  background-image: url(../img/line-partner/ico_round.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
}
.com-ttl-02 .ttl {
  font-size: 6vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 .ttl {
    font-size: 33px;
  }
}
.com-ttl-02.green .num {
  color: #14A72B;
}
.com-ttl-02.blue .num {
  color: #0264BE;
}
.com-ttl-03 {
  column-gap: 15px;
}
.com-ttl-03 .num {
  font-size: 10vw;
  letter-spacing: -0.05em;
  color: #14A72B;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .com-ttl-03 .num {
    font-size: 60px;
  }
}
.com-ttl-03 .ttl {
  font-size: 6vw;
}
@media screen and (max-width: 767px) {
  .com-ttl-03 .ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .com-ttl-03 .ttl {
    white-space: nowrap;
    font-size: 30px;
  }
}
.com-ttl-04 {
  text-align: center;
}
.com-ttl-04 span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .com-ttl-04 span {
    gap: 20px;
    font-size: 26px;
  }
}
.com-ttl-04 span:before, .com-ttl-04 span:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #E5F0A5;
  border-radius: 50%;
}

.round10 {
  border-radius: 10px;
  overflow: hidden;
}

.common-cv-button {
  margin-top: 25px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.common-cv-button img {
  width: 100%;
  max-width: 512px;
}
.common-cv-button a {
  display: inline-block;
}
.common-cv-button a:hover {
  opacity: 0.7;
  transform: translate(0, 2px);
}

.notice {
  color: #5A7466;
  font-size: 0.9rem !important;
}

@media screen and (max-width: 767px) {
  .table-wrap {
    overflow-x: scroll;
  }
}
.table-wrap table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 170vw;
  }
}

.cta {
  background-image: url(../img/line-partner/bg_cta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 30px;
}
.cta p {
  margin-bottom: 0.8em;
  font-size: 7vw;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px), print {
  .cta p {
    font-size: 36px;
  }
}
.cta p small {
  display: inline-block;
  font-size: 1rem;
}
.cta a {
  width: 100%;
  max-width: 478px;
  display: inline-block;
}
.cta a img {
  vertical-align: top;
}
.cta a:hover {
  opacity: 0.7;
  transform: translate(0, 2px);
}

/* ------------------
   CONTENTS
------------------ */
.fv-content {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv .section-inner {
    padding-top: 100px;
  }
}
.fv .section-inner .fv-content > .flex {
  padding-top: 50px;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  .fv .section-inner .fv-content > .flex {
    padding-top: 140px;
  }
}
.fv .section-inner .fv-content .text {
  opacity: 0;
  flex-basis: 61.8%;
  animation: fadeUp 1s forwards;
}
.fv .section-inner .fv-content .image {
  opacity: 0;
  flex-basis: 38.2%;
  animation: fadeUp 1s forwards 0.5s;
}
.fv .section-inner .fv-content .image-wrap {
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .fv .section-inner .fv-content .image {
    text-align: center;
  }
  .fv .section-inner .fv-content .image img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .fv h1 {
    margin-bottom: 70px;
  }
  .fv h1 img {
    width: 100%;
  }
}
.fv .circle01 {
  top: 0;
  left: 0;
  transform: translate(-58%, -38%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv .circle01 {
    transform: translate(-45%, -38%);
  }
}
.fv .circle02 {
  top: 140px;
  right: 0;
  transform: translate(42%, 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv .circle02 {
    top: 260px;
    transform: translate(20px, 0);
    right: auto;
    left: 0;
    width: 138vw;
  }
}
.fv-list {
  display: inline-block;
  margin-top: 40px;
}
.fv-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #FCFCFC;
  border-radius: 5px;
  font-size: 24px;
  padding: 0.2em 1em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv-list li {
    font-size: 5.333333vw;
    padding: 0.5em 1em;
  }
}
.fv-list li + li {
  margin-top: 10px;
}
.fv-list li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
}
.fv-list li.service-green {
  color: var(--color-service-green);
}
.fv-list li.service-green:before {
  background-color: var(--color-service-green);
}
.fv-list li.service-blue {
  color: var(--color-service-blue);
}
.fv-list li.service-blue:before {
  background-color: var(--color-service-blue);
}
.fv-cv {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .fv-cv a + a {
    top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .fv-cv a + a {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px), print {
  .fv-cv a span {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.intro .section-inner {
  padding-bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  .intro .section-inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .intro .section-inner > .flex {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.intro .section-inner > .flex .image {
  flex-basis: 51.75%;
  position: relative;
}
.intro .section-inner > .flex .image .parts {
  bottom: 0;
  left: 0;
  transform: translate(-26%, -20%);
}
@media screen and (max-width: 767px) {
  .intro .section-inner > .flex .image .parts {
    width: 40vw;
  }
}
.intro .section-inner > .flex .text {
  flex-basis: 44.73%;
}
.intro h2 {
  margin-bottom: 1em;
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .intro h2 {
    font-size: 34px;
  }
}
.intro h2 strong {
  color: var(--color-light-blue);
}
.intro p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1080px) {
  .intro p {
    font-size: 1.2rem;
    max-width: 472px;
  }
}

.professional .section-wrap {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  background: linear-gradient(135deg, #ffffff 0%, #e5f0ff 100%);
  box-shadow: inset 0 0 8px #C0D4F2;
  border-radius: 80px 5px 0 5px;
}
@media screen and (min-width: 1080px) {
  .professional .section-wrap {
    width: calc(100% - 80px);
    border-radius: 200px 10px 200px 10px;
  }
}
@media screen and (min-width: 1080px) {
  .professional .section-inner {
    padding-bottom: 80px;
  }
}
.professional .com-ttl-01 {
  margin-bottom: 40px;
}
.professional-item {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}
.professional-item .image {
  flex-basis: 41.633333%;
}
.professional-item .text {
  flex-basis: 48%;
}
.professional-item .text h3 {
  margin-bottom: 0.8em;
  line-height: 1.6;
  font-size: 5vw;
  color: var(--color-light-blue);
}
@media screen and (min-width: 768px), print {
  .professional-item .text h3 {
    font-size: 25px;
  }
}
.professional-item .text h3 + p {
  line-height: 2.285;
}
.professional-item .text p {
  font-weight: 500;
  font-size: 14px;
}
.professional-item .profile {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: inset 0 0 15px #B1CBEA;
  border-radius: 30px;
  padding: 25px;
  line-height: 1.8;
}
.professional-item + .professional-item {
  margin-top: 30px;
}
.professional-collaboration {
  max-width: 940px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .professional-collaboration {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.professional-collaboration .image {
  max-width: 773px;
  margin: auto;
}
.professional-collaboration .text {
  background-color: #fff;
  border-radius: 40px 5px 40px 5px;
  margin-top: -15vw;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .professional-collaboration .text {
    margin-top: -120px;
    border-radius: 80px 10px 80px 10px;
    padding: 35px;
  }
}
.professional-collaboration .text > * {
  max-width: 763px;
  margin: 0 auto;
}
.professional-collaboration .text:before {
  content: url(../img/line-partner/logo_mark.svg);
  width: 206.6px;
  height: 82.11px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(30px, -20px);
}
.professional-collaboration .text h3 {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .professional-collaboration .text h3 {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.professional-collaboration .text h3 span {
  line-height: 1;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .professional-collaboration .text h3 span {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .professional-collaboration .text h3 img {
    width: 80%;
  }
}
.professional-collaboration .text .flex p {
  flex-basis: 45.35%;
  line-height: 2;
}
.professional-collaboration .text .flex > div {
  flex-basis: 49.9%;
}

.services .com-ttl-01 {
  margin-bottom: 2em;
}
.services .service-item {
  flex-basis: 49.1%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 30px 20px 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .services .service-item {
    padding: 55px 45px 35px;
  }
}
.services .service-item .phrase {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 90%;
  height: 80px;
  padding-top: 0.7em;
  color: #fff;
  font-weight: 600;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .services .service-item .phrase {
    width: 340px;
    height: 100px;
    padding-top: 1em;
  }
}
.services .service-item .image img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .services .service-item .image img {
    width: 70%;
  }
}
.services .service-item .text {
  background-color: #FFFFF8;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .services .service-item .text {
    padding: 1rem 50px 35px;
  }
}
.services .service-item .text h3 {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .services .service-item .text h3 {
    font-size: 23px;
  }
}
.services .service-item .text h3 strong {
  font-size: 1.26em;
}
.services .service-item .text p {
  text-align: left;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .services .service-item .text p {
    font-size: 1.2em;
  }
}
.services .service-item .text .btn {
  min-width: 185px !important;
}
.services .service-item .text .btn span {
  font-size: 1rem;
}
.services .service-item.green {
  background: linear-gradient(135deg, #ebe65f 0%, #d0ef7d 100%);
}
.services .service-item.green .phrase {
  background-image: url(../img/line-partner/bg_phrase_01.svg);
}
.services .service-item.blue {
  background: linear-gradient(135deg, #5A9BE4 10%, #B2E4F0 90%);
}
.services .service-item.blue .text {
  background-color: #F2FDFF;
}
@media screen and (min-width: 768px), print {
  .services .service-item.blue .text h3 {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.services .service-item.blue .phrase {
  background-image: url(../img/line-partner/bg_phrase_02.svg);
}
@media screen and (max-width: 767px) {
  .services .service-item + .service-item {
    margin-top: 50px;
  }
}

.service .heading {
  position: relative;
}
.service .heading .base {
  background: linear-gradient(to bottom, #17a4c1 0%, #5bc8a0 100%);
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.service .heading .section-inner {
  padding-top: 0;
  padding-bottom: 80px;
  z-index: 10;
}
.service .heading .section-inner > .flex {
  overflow: hidden;
  border-radius: 20px;
}
.service .heading .text {
  flex-basis: 50%;
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .service .heading .text {
    padding: 20px 60px 40px 50px;
  }
}
.service .heading .text .com-ttl-02 {
  margin-bottom: 0.5em;
}
.service .heading .text p {
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .service .heading .text p {
    font-size: 1.2rem;
  }
}
.service .heading .image {
  flex-basis: 50%;
}
.service .heading .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service#service02 .heading .section-inner {
  padding-top: 100px;
}
.service#service02 .heading .base {
  background: #B5E2F0;
}

.service-detail .circle03 {
  top: 0;
  left: 0;
  transform: translate(-60%, -30%);
}
.service-detail .circle04 {
  bottom: 0;
  right: 0;
  transform: translate(70%, 50%);
}
.service-detail .com-ttl-01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service-detail .problems01 {
    flex-wrap: wrap;
  }
}
.service-detail .problems01 .problem-item {
  width: 25%;
  max-width: 184px;
  background: linear-gradient(135deg, #79c7aa 0%, #cef7cc 100%);
  padding: 5px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .service-detail .problems01 .problem-item {
    width: 45%;
  }
}
.service-detail .problems01 .problem-item > div {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.service-detail .problems01 .problem-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  color: #2E8E57;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}
.service-detail .problems02 {
  row-gap: 10px;
}
.service-detail .problems02 .problem-item {
  flex-basis: 47.36842%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.service-detail .problems02 .problem-item p {
  width: 100%;
  height: 100%;
  background-color: #73A9E8;
  box-shadow: inset 0 0 16px #2474d0;
  border-radius: 14px;
  padding: 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .service-detail .problems02 .problem-item p {
    padding: 20px 30px;
  }
}
.service-detail .problems02 .problem-item p:before {
  content: "";
  display: block;
  width: 17px;
  height: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(-100%, -50%);
  background-color: #5696DF;
}

.service-cv .section-inner:before {
  content: "";
  display: block;
  width: 88px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service-cv h2 {
  margin-bottom: 0.8em;
  color: #fff;
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .service-cv h2 {
    margin-bottom: 1.5em;
    font-size: 34px;
  }
}
.service-cv .flex {
  position: relative;
  z-index: 10;
}
.service-cv .flex .text {
  flex-basis: 44%;
}
.service-cv .flex .text p {
  color: #fff;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .service-cv .flex .text p {
    font-size: 1.2rem;
  }
}
.service-cv .flex .image {
  flex-basis: 43.5%;
}
.service-cv .parts.illust05 {
  top: 0;
  left: 0;
  transform: translateY(-25%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .service-cv .parts.illust05 {
    width: 16vw;
    transform: translate(10px, -25%);
  }
}
.service-cv .parts.illust06 {
  bottom: 0;
  right: 0;
  transform: translate(52%, 15px);
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .service-cv .parts.illust06 {
    width: 20vw;
    transform: translate(0, 30%);
  }
}
.service-cv .parts.circle05 {
  top: 50%;
  left: 0;
  transform: translate(-40%, -50%);
  z-index: 1;
}
.service-cv .catch {
  color: #F9FFA8;
}
.service-cv#service01-cv {
  background: var(--gradient-green);
}
.service-cv#service02-cv {
  background: linear-gradient(135deg, #5a9be4 0%, #b2e4f0 100%);
}
.service-cv#service02-cv h2 {
  margin-bottom: 0.5em;
}
.service-cv#service02-cv .flex .text {
  flex-basis: 51.754%;
}
@media screen and (min-width: 1080px) {
  .service-cv#service02-cv .flex .image div {
    margin-right: -110px;
  }
}

.service01-reason {
  background-color: #F2FAF0;
}
.service01-reason-box {
  background-color: #fff;
  margin-top: 20px;
  padding: 36px 20px;
  border-radius: 60px 0;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service01-reason-box {
    flex-direction: row-reverse;
    gap: 14px;
  }
}
@media screen and (min-width: 768px), print {
  .service01-reason-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .service01-reason-box {
    border-radius: 100px 0;
    padding: 50px 128px 60px;
  }
}
.service01-reason-box .case-legacy h3 {
  background-color: #6581A7;
}
.service01-reason-box .case-line h3 {
  background: var(--gradient-green);
}
.service01-reason-box h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #ccc;
  border-radius: 6px;
  padding: 0.2em 1em;
  font-size: 1.2666666rem;
}
@media screen and (max-width: 767px) {
  .service01-reason-box h3 {
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
  }
}
.service01-reason-box h3 strong {
  font-size: 1.4736842em;
  font-weight: 600;
}

.service01-solution {
  background: linear-gradient(to bottom, #ffffff 0%, #f1ffe0 17%, #30c68d 100%);
}
@media screen and (min-width: 1080px) {
  .service01-solution .section-inner {
    padding-bottom: 70px;
  }
}
.service01-solution .com-ttl-01 span {
  color: #09627C;
}
.service01-solution .com-ttl-01 + .lead {
  color: #09627C;
}
.service01-solution .parts {
  z-index: 1;
}
.service01-solution .parts.illust07 {
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .service01-solution .parts.illust07 {
    width: 25vw;
    transform: translate(10px, -45%);
  }
}
.service01-solution .parts.circle06 {
  top: 0;
  right: 0;
  transform: translate(55%, -30%);
  z-index: 1;
}
.service01-solution .solution-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  .service01-solution .solution-box {
    margin-top: 40px;
    padding: 50px 70px;
  }
}
.service01-solution .solution-box + .solution-box {
  margin-top: 30px;
}
.service01-solution .solution-box .com-ttl-03 {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service01-solution .solution-box .com-ttl-03 {
    flex-direction: column;
  }
}
.service01-solution .solution-box .com-ttl-04 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.service01-solution .solution-box p {
  font-size: 1.06666rem;
  margin-bottom: 1em;
  line-height: 2;
}
.service01-solution .solution-box .label {
  display: inline-block;
  padding: 0 1.5em;
  color: #fff;
  background-color: #2E8E57;
  border-radius: 20px;
  font-weight: 500;
  line-height: 33px;
}
.service01-solution .solution-box .flex > * {
  flex-basis: 49%;
}
.service01-solution .solution-box .effect {
  margin-top: 10px;
}
.service01-solution .solution-box .effect > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service01-solution .solution-box .effect > div span {
  color: #2E8E57;
  font-weight: 500;
}
.service01-solution .solution-box .plan-item {
  background-color: #F4F8F6;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .service01-solution .solution-box .plan-item {
    padding: 30px 30px 20px;
  }
}
.service01-solution .solution-box .plan-item h5 {
  margin-bottom: 0.5em;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .service01-solution .solution-box .plan-item h5 {
    font-size: 5vw;
    text-align: center;
  }
}
.service01-solution .solution-box .plan-item > div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service01-solution .solution-box .plan-item > div {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.service01-solution .solution-box .plan-item > div p {
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service01-solution .solution-box .plan-item > div p {
    font-size: 14px;
  }
}
.service01-solution .solution-box .plan-item .detail {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .service01-solution .solution-box .plan-item .detail {
    display: flex;
    align-items: flex-start;
  }
}
.service01-solution .solution-box .plan-item .detail dt span {
  display: block;
  white-space: nowrap;
  color: #fff;
  background-color: #8DC020;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  padding: 0.5em 1.7em 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .service01-solution .solution-box .plan-item .detail dt span {
    width: 45%;
    padding: 0.3em 1em 0.3em 1.2em;
  }
}
.service01-solution .solution-box .plan-item .detail dd {
  padding: 10px 20px;
}
.service01-solution .solution-box .plan-item .detail dd span {
  display: flex;
  gap: 5px;
  line-height: 1.5;
  font-weight: 500;
}
.service01-solution .solution-box .plan-item .detail dd span:before {
  content: url(../img/line-partner/ico_check.svg);
  width: 15.29px;
  height: 15.29px;
  display: inline-block;
}
.service01-solution .solution-box .plan-item .notice {
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .service01-solution .solution-box .common-cv-button {
    margin-top: 40px;
  }
}

.service01-comparison .parts.circle07_1 {
  top: 0;
  right: 0;
  transform: translate(55%, 15%);
  z-index: 1;
}
.service01-comparison .parts.circle07_2 {
  bottom: 0;
  left: 0;
  transform: translate(-65%, 20%);
  z-index: 1;
}
.service01-comparison .table-wrap {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service01-comparison .table-wrap {
    margin-right: -20px;
  }
}
.service01-comparison table th:not(:empty) {
  background-color: #E3E3E3;
  color: #7B7B7B;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1080px) {
  .service01-comparison table th:not(:empty) {
    padding: 30px 20px;
    font-size: 28px;
  }
}
.service01-comparison table th:not(:empty) small {
  display: inline-block;
  font-size: 11px;
}
@media screen and (min-width: 1080px) {
  .service01-comparison table th:not(:empty) small {
    font-size: 13px;
  }
}
.service01-comparison table td {
  color: #7A7A7A;
  text-align: center;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .service01-comparison table td {
    padding: 40px;
  }
}
.service01-comparison table td small {
  display: block;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 1080px) {
  .service01-comparison table td small {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.service01-comparison table thead th {
  white-space: nowrap;
}
.service01-comparison table thead th:not([class]):not(:empty) {
  position: relative;
  background-color: transparent;
  padding: 30px 0 0 5px;
  width: 13.75%;
}
.service01-comparison table thead th:not([class]):not(:empty) div {
  background-color: #E3E3E3;
  padding: 20px;
}
.service01-comparison table thead th:not([class]):not(:empty):before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 30px);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service01-comparison table thead th:not([class]):not(:empty):last-child div {
  border-radius: 0 30px 0 0;
}
.service01-comparison table thead th.orange {
  color: #fff;
  background: linear-gradient(135deg, #f0b543 0%, #ef7301 100%);
  border-radius: 20px 20px 0 0;
}
.service01-comparison table tbody td {
  background-color: #FBFBFB;
}
.service01-comparison table tbody td.orange:before, .service01-comparison table tbody td.orange:after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #EF7301;
  position: absolute;
  top: 0;
}
.service01-comparison table tbody td.orange:before {
  left: 0;
}
.service01-comparison table tbody td.orange:after {
  right: 0;
}
.service01-comparison table tbody th {
  position: relative;
  font-size: 1rem !important;
}
@media screen and (min-width: 1080px) {
  .service01-comparison table tbody th {
    font-size: 1.2rem !important;
  }
}
.service01-comparison table tbody th:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.service01-comparison table tbody th:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service01-comparison table tbody tr:first-child th {
  border-radius: 30px 0 0 0;
}
.service01-comparison table tbody tr:last-child th {
  border-radius: 0 0 0 30px;
}
.service01-comparison table tbody tr:last-child td.orange {
  border-bottom: 5px solid #EF7301;
}

.service02-support {
  background-image: url(../img/line-partner/service02_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service02-support .com-ttl-01:before {
  width: 63px;
  height: 34px;
  background-image: url(../img/line-partner/ico_round2.svg);
}
.service02-support .com-ttl-01 span {
  color: #2E578E;
}
.service02-support .com-ttl-01 + p.lead {
  color: #2E578E;
}
@media screen and (min-width: 1080px) {
  .service02-support .section-inner {
    padding-top: 100px;
  }
}
.service02-support .figure {
  margin-top: 43px;
}
.service02-support .figure-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .service02-support .figure-inner {
    margin-left: -28vw;
    margin-right: -28vw;
    text-align: center;
    padding: 15vw 0;
  }
}
@media screen and (max-width: 767px) {
  .service02-support .figure-inner img {
    width: 156vw;
  }
}
.service02-support .figure-inner .buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 20px);
  display: flex;
  justify-content: space-between;
}
.service02-support .figure-inner .buttons:nth-of-type(1) {
  top: 0;
}
.service02-support .figure-inner .buttons:nth-of-type(2) {
  bottom: 0;
}
.service02-support .figure-inner .buttons .open-modal {
  flex-basis: 46%;
}
@media screen and (min-width: 768px), print {
  .service02-support .figure-inner .buttons {
    display: none;
  }
}
.service02-support .message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  color: #2E578E;
  line-height: 1.8;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .service02-support .message {
    font-size: 30px;
  }
}
.service02-support .message:before {
  content: "";
  width: 150px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(to bottom, #fff280 0%, #ff9f60 100%);
  display: block;
}
@media screen and (min-width: 768px), print {
  .service02-support .message:before {
    width: 230px;
    height: 62px;
  }
}
.service02-support .parts.circle_11 {
  top: 0;
  right: 0;
  transform: translate(65%, 0);
}
@media screen and (max-width: 767px) {
  .service02-support .troubles {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .service02-support .troubles-slider {
    padding-left: 10px;
  }
}
.service02-support .troubles .slick-track {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .service02-support .troubles .slick-track {
    justify-content: center;
  }
  .service02-support .troubles .slick-track:before, .service02-support .troubles .slick-track:after {
    display: none;
  }
}
.service02-support .troubles .slick-slide {
  height: auto !important;
}
.service02-support .trouble-item {
  flex-basis: 33.3333333333%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .service02-support .trouble-item {
    flex-basis: calc(84vw + 20px);
    margin-top: 0;
  }
}
.service02-support .trouble-item-inner {
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0 0 9px rgba(63, 125, 196, 0.57);
  padding: 30px 20px 30vw;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  .service02-support .trouble-item-inner {
    padding: 40px 24px 120px;
  }
}
.service02-support .trouble-item-inner:before {
  content: "";
  display: block;
  width: 75%;
  height: 13px;
  border-radius: 7px;
  background: linear-gradient(to right, #5a9be4 0%, #b2e4f0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service02-support .trouble-item h3 {
  color: #2E578E;
  text-align: center;
  font-size: 6vw;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .service02-support .trouble-item h3 {
    font-size: 27px;
  }
}
.service02-support .trouble-item p.case {
  background-color: #EBF7FF;
  margin-bottom: 1.2em;
  padding: 0.5em;
  border-radius: 20px;
  text-align: center;
  color: #17A4C1;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .service02-support .trouble-item p.case {
    font-size: 16px;
  }
}
.service02-support .trouble-item p.case:before {
  content: "";
  display: block;
  width: 25px;
  height: 48px;
  background-image: url(../img/line-partner/ico_question.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20%, -55%);
}
@media screen and (min-width: 1080px) {
  .service02-support .trouble-item p.case:before {
    width: 45px;
    height: 70px;
  }
}
.service02-support .trouble-item .comment {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service02-support .trouble-item .comment .image {
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.service02-support .trouble-item .comment p {
  background-color: #F3F3F3;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.service02-support .trouble-item .comment p:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #F3F3F3;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translate(-95%, 0);
}
.service02-support .trouble-item .comment + .comment {
  margin-top: 14px;
}
.service02-support .trouble-item .comment:nth-of-type(2) {
  flex-direction: row-reverse;
}
.service02-support .trouble-item .comment:nth-of-type(2) p:before {
  left: auto;
  right: 0;
  transform: translate(95%, 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.service02-support .trouble-item .result {
  margin-top: 20px;
}
.service02-support .trouble-item .result:before {
  content: "";
  display: block;
  width: 94px;
  height: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(to bottom, #fff280 0%, #ff9f60 100%);
  margin: 0 auto 15px;
}
.service02-support .trouble-item .result p {
  font-size: 16px;
  font-weight: 600;
}
.service02-support .trouble-item .illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
}
.service02-support .trouble-item .illust img {
  display: inline-block;
}
.service02-support .trouble-item .photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  text-align: right;
}
.service02-support .trouble-item.trouble-item03 .photo {
  border-radius: 0 0 23px 0;
  overflow: hidden;
}

.service02-flow .com-ttl-01 {
  margin-bottom: 0.5em;
}
.service02-flow .com-ttl-01 + p {
  margin-bottom: 50px;
}
.service02-flow .flow-item {
  flex-basis: 20.5%;
  position: relative;
}
.service02-flow .flow-item .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 54px;
  color: #028BCD;
  line-height: 1;
}
.service02-flow .flow-item .num small {
  font-size: 0.26em;
}
.service02-flow .flow-item .image img {
  max-width: 205px;
}
.service02-flow .flow-item h3 {
  text-align: center;
  color: #2E578E;
  font-size: 1.2rem;
  margin: 0.7em 0 0.5em;
}
.service02-flow .flow-item p {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service02-flow .flow-item p {
    text-align: center;
  }
}
.service02-flow .flow-item:not(:last-child):after {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(to right, #8cb8ed 0%, rgba(172, 209, 255, 0.2) 100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(300%, -50%);
}
@media screen and (max-width: 767px) {
  .service02-flow .flow-item + .flow-item {
    margin-top: 20px;
  }
}

.service02-plan {
  position: relative;
}
.service02-plan .section-inner {
  z-index: 10;
}
.service02-plan .plans {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .service02-plan .plans {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .service02-plan .plans-slider {
    padding-left: 10px;
  }
}
.service02-plan .plans .slick-track {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .service02-plan .plans .slick-track {
    justify-content: center;
  }
  .service02-plan .plans .slick-track:before, .service02-plan .plans .slick-track:after {
    display: none;
  }
}
.service02-plan .plans .slick-slide {
  height: auto !important;
}
.service02-plan .plan-item {
  flex-basis: 33.3333333333%;
  padding: 100px 15px 10px;
}
@media screen and (max-width: 767px) {
  .service02-plan .plan-item {
    flex-basis: calc(84vw + 20px);
    padding: 100px 10px 10px;
    margin-top: 0;
  }
}
.service02-plan .plan-item-inner {
  background-color: #fff;
  border-radius: 23px;
  padding: 30px 20px 20px;
  position: relative;
  border: 4px solid transparent;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  .service02-plan .plan-item-inner {
    padding: 40px 30px 20px;
  }
}
.service02-plan .plan-item-inner:before {
  content: "";
  display: block;
  width: 75%;
  height: 13px;
  border-radius: 7px;
  background: linear-gradient(to right, #5a9be4 0%, #b2e4f0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 2px));
}
.service02-plan .plan-item h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.service02-plan .plan-item h4 {
  margin-bottom: 0.8em;
  color: #2E578E;
  text-align: center;
  font-weight: 500;
}
.service02-plan .plan-item p {
  margin: 1em 0 1.5em;
  font-size: 1.1rem;
  font-weight: 500;
}
.service02-plan .plan-item .list li {
  font-size: 1.1rem;
  background-color: #E3EEF5;
  padding: 0.35em 1em;
  border-radius: 5px;
  color: #2E578E;
  text-align: center;
  font-weight: 500;
}
.service02-plan .plan-item .list li + li {
  margin-top: 10px;
}
.service02-plan .plan-item.recommend .plan-item-inner {
  border-color: #5F94DB;
}
.service02-plan .plan-item.recommend .plan-item-inner:after {
  content: "";
  display: block;
  width: 164.7px;
  height: 54.44px;
  background-image: url(../img/line-partner/service02_plan_recom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -140%);
}
@media screen and (min-width: 768px), print {
  .service02-plan .plan-item.recommend .plan-item-inner:after {
    width: 164.7px;
    height: 54.44px;
  }
}
.service02-plan .common-cv-button {
  margin-top: 60px;
}
.service02-plan .base {
  background: linear-gradient(135deg, #e5f2f5 0%, #d3e0f2 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.7;
}
.service02-plan .parts {
  z-index: 1;
}
.service02-plan .parts.circle12 {
  top: 0;
  right: 0;
  transform: translate(60%, 20%);
}
@media screen and (min-width: 1080px) {
  .service02-plan .parts.circle12 {
    width: 703px;
    right: auto;
    left: calc(50% + 330px);
    transform: translate(0, 10%);
  }
}
.service02-plan .parts.circle13 {
  bottom: 0;
  left: 0;
  transform: translate(-10%, -30%);
}
@media screen and (min-width: 1080px) {
  .service02-plan .parts.circle13 {
    width: 252px;
    right: auto;
    left: calc(50% - 720px);
    transform: translate(0, -30%);
  }
}

.summary {
  background-image: url(../img/line-partner/bg_summary.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.summary .flex {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: inset 0 0 30px rgba(159, 191, 228, 0.26), 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 20px;
  backdrop-filter: blur(40px);
}
@media screen and (min-width: 1080px) {
  .summary .flex {
    padding: 90px 50px;
  }
}
.summary .flex .mind p {
  font-size: 6vw;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .summary .flex .mind p {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .summary .flex .mind p {
    font-size: 28px;
  }
}
.summary .flex .mind p:before {
  content: "";
  width: 61px;
  height: 34px;
  background-image: url(../img/line-partner/ico_round.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px), print {
  .summary .flex .mind p:before {
    margin: 0 auto 20px 25%;
  }
}
.summary .flex .text {
  max-width: 385px;
}
.summary .flex .text p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .summary .flex .text p {
    font-size: 1.2rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(26, 51, 108, 0.4);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: calc(100vw - 40px);
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close .modal-close-target {
  width: 26px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px), print {
  .modal-close .modal-close-target {
    width: 40px;
    height: 40px;
  }
}
.modal-close .modal-close-target:hover {
  opacity: 0.8;
}
.modal-close .modal-close-target span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #2E578E;
  white-space: nowrap;
}
.modal-content {
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  background-color: #fff;
  border: 2px solid #2E578E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-content h3 {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #2F588E;
  font-weight: 16px;
}
.modal-content h3 img {
  max-width: 30.8px;
}
.modal-content ul {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.modal-content ul li {
  color: #2E578E;
}