@charset "UTF-8";
/*
  Reset
-----------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.center_left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center_left {
    text-align: left;
  }
}

.left_center {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .left_center {
    text-align: center;
  }
}

.right_center {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .right_center {
    text-align: center;
  }
}

.font_size_42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 1000px) {
  .font_size_42 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 568px) {
  .font_size_42 {
    font-size: 1.625rem;
  }
}

.font_size_36 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .font_size_36 {
    font-size: 26px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_36 {
    font-size: 26px;
  }
}

.font_size_34 {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
}

.font_size_30 {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
}

.font_size_28 {
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
}

.font_size_26 {
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
}

.font_size_24 {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
}

.font_size_23 {
  font-size: clamp(1.125rem, 0.956rem + 0.75vw, 1.438rem);
}

.font_size_22 {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
}

.font_size_20 {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}

.font_size_18 {
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}

.font_size_17 {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
}

.font_size_16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .font_size_16 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_16 {
    font-size: 14px;
  }
}

.font_size_15 {
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
}

.font_size_14 {
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
}

.font_size_12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .font_size_12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_12 {
    font-size: 11px;
  }
}

.font_size_10 {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .font_size_10 {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_10 {
    font-size: 10px;
  }
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: 700;
}

.corners {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

@media screen and (min-width: 569px) {
  .hide_ssp {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .hide_md {
    display: none;
  }
}

.display_none {
  display: none;
}

.sp_link {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sp_link {
    pointer-events: inherit;
  }
}

.wth-100 {
  width: 100%;
}

.wth-85 {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-85 {
    width: 100%;
  }
}

.wth-70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-70 {
    width: 100%;
  }
}

.wth-60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-60 {
    width: 100%;
  }
}

.position_relative {
  position: relative;
}

.overflow_hidden {
  overflow: hidden;
}

.unselectable { /* IE 10+ */
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.newline {
  display: block;
}

.l-grid {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-grid {
    display: block;
  }
}

.grid-center {
  align-items: center;
}

.l-grid-rv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-grid-rv {
    display: block;
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.bg-blue {
  background-color: #f6f8f8;
}

.bg-gray {
  background-color: #f5f5f5;
}

.p-pageLink ul {
  display: flex;
  justify-content: center;
}
.p-pageLink ul li + li {
  margin-left: 6.25rem;
}
@media screen and (max-width: 1000px) {
  .p-pageLink ul li + li {
    margin-left: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-pageLink ul li + li {
    margin-left: 1rem;
  }
}
.p-pageLink li a {
  display: inline-block;
  color: #002e33;
  font-size: 1.25rem;
  font-weight: bold;
  background-image: url(../image/common/icon_next.svg);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 568px) {
  .p-pageLink li a {
    font-size: 0.9375rem;
    padding-right: 1.375rem;
  }
}

/*
  Base
-----------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  color: #00100e;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 2;
  height: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

[lang=en] {
  font-family: "Poppins", sans-serif;
}

/*
 Settings
--------------------------------- */
/*
  Base
--------------------------------- */
/*
  <div class="grid">
    <div class="grid__item">A</div>
    <div class="grid__item">B</div>
    <div class="grid__item">C</div>
  </div>
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.grid__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
}

/*
  Direction
--------------------------------- */
/*
  <div class="grid" data-dir="reverse">
    <div class="grid__item">A</div>
    <div class="grid__item">B</div>
    <div class="grid__item">C</div>
  </div>
*/
.grid[data-dir=normal] {
  flex-direction: row;
}

.grid[data-dir=reverse] {
  flex-direction: row-reverse;
}

/*
  Alignment
--------------------------------- */
/*
  <div class="grid" data-align="center">
    <div class="grid__item">A</div>
    <div class="grid__item">B</div>
    <div class="grid__item" data-align="end middle">C</div>
  </div>
*/
.grid[data-align~=start] {
  justify-content: flex-start;
}

.grid[data-align~=center] {
  justify-content: center;
}

.grid[data-align~=end] {
  justify-content: flex-end;
}

.grid[data-align~=justify] {
  justify-content: space-between;
}

.grid[data-align~=top] {
  align-items: flex-start;
}

.grid[data-align~=middle] {
  align-items: center;
}

.grid[data-align~=bottom] {
  align-items: flex-end;
}

.grid__item[data-align~=start] {
  align-items: flex-start;
}

.grid__item[data-align~=center] {
  align-items: center;
}

.grid__item[data-align~=end] {
  align-items: flex-end;
}

.grid__item[data-align~=top] {
  justify-content: flex-start;
  align-self: stretch;
}

.grid__item[data-align~=middle] {
  justify-content: center;
  align-self: stretch;
}

.grid__item[data-align~=bottom] {
  justify-content: flex-end;
  align-self: stretch;
}

/*
  Grid
--------------------------------- */
/*
  <div class="grid" data-gutter="normal">
    <div class="grid__item" data-grid="sp12 tab4 lap6">A</div>
    <div class="grid__item" data-grid="sp6 tab4 lap3">B</div>
    <div class="grid__item" data-grid="sp6 tab4 lap3">C</div>
  </div>
*/
.grid[data-gutter] {
  width: auto;
}

.grid[data-gutter] > .grid__item {
  border: solid transparent;
  background-clip: padding-box;
}

.grid[data-gutter=small] {
  margin: -2.2vw;
}

.grid[data-gutter=small] > .grid__item {
  border-width: 2.2vw;
}

.grid[data-gutter=normal] {
  margin: -2.5vw;
}

.grid[data-gutter=normal] > .grid__item {
  border-width: 2.5vw;
}

.grid[data-gutter=large] {
  margin: -3.75vw;
}

.grid[data-gutter=large] > .grid__item {
  border-width: 3.75vw;
}

.grid__item[data-grid~=ssp1] {
  width: 8.33333%;
}

.grid__item[data-grid~=ssp2] {
  width: 16.66667%;
}

.grid__item[data-grid~=ssp3] {
  width: 25%;
}

.grid__item[data-grid~=ssp4] {
  width: 33.33333%;
}

.grid__item[data-grid~=ssp5] {
  width: 41.66667%;
}

.grid__item[data-grid~=ssp6] {
  width: 50%;
}

.grid__item[data-grid~=ssp7] {
  width: 58.33333%;
}

.grid__item[data-grid~=ssp8] {
  width: 66.66667%;
}

.grid__item[data-grid~=ssp9] {
  width: 75%;
}

.grid__item[data-grid~=ssp10] {
  width: 83.33333%;
}

.grid__item[data-grid~=ssp11] {
  width: 91.66667%;
}

.grid__item[data-grid~=ssp12] {
  width: 100%;
}

.grid__item[data-grid~=sspFive] {
  width: 20%;
}

@media screen and (min-width: 569px) {
  .grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .grid[data-gutter=small] > .grid__item {
    border-width: 1.4vw;
  }
  .grid[data-gutter=normal] {
    margin: -1vw;
  }
  .grid[data-gutter=normal] > .grid__item {
    border-width: 1vw;
  }
  .grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .grid[data-gutter=large] > .grid__item {
    border-width: 1.5vw;
  }
  .grid__item[data-grid~=sp1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=sp2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=sp3] {
    width: 25%;
  }
  .grid__item[data-grid~=sp4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=sp5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=sp6] {
    width: 50%;
  }
  .grid__item[data-grid~=sp7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=sp8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=sp9] {
    width: 75%;
  }
  .grid__item[data-grid~=sp10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=sp11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=sp12] {
    width: 100%;
  }
  .grid__item[data-grid~=spFive] {
    width: 20%;
  }
  .grid__item[data-grid~=spAuto] {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .grid[data-gutter=small] > .grid__item {
    border-width: 1.4vw;
  }
  .grid[data-gutter=normal] {
    margin: -1vw;
  }
  .grid[data-gutter=normal] > .grid__item {
    border-width: 2.5vw;
  }
  .grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .grid[data-gutter=large] > .grid__item {
    border-width: 1.5vw;
  }
  .grid__item[data-grid~=tab1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=tab2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=tab3] {
    width: 25%;
  }
  .grid__item[data-grid~=tab4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=tab5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=tab6] {
    width: 50%;
  }
  .grid__item[data-grid~=tab7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=tab8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=tab9] {
    width: 75%;
  }
  .grid__item[data-grid~=tab10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=tab11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=tab12] {
    width: 100%;
  }
  .grid__item[data-grid~=tabFive] {
    width: 20%;
  }
  .grid__item[data-grid~=tabAuto] {
    width: auto;
  }
}
@media screen and (min-width: 1001px) {
  .grid__item[data-grid~=lap1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=lap2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=lap3] {
    width: 25%;
  }
  .grid__item[data-grid~=lap4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=lap5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=lap6] {
    width: 50%;
  }
  .grid__item[data-grid~=lap7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=lap8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=lap9] {
    width: 75%;
  }
  .grid__item[data-grid~=lap10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=lap11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=lap12] {
    width: 100%;
  }
  .grid__item[data-grid~=lapFive] {
    width: 20%;
  }
  .grid__item[data-grid~=lapAuto] {
    width: auto;
  }
}
@media screen and (mix-width: 1201px) {
  .grid__item[data-grid~=desk1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=desk2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=desk3] {
    width: 25%;
  }
  .grid__item[data-grid~=desk4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=desk5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=desk6] {
    width: 50%;
  }
  .grid__item[data-grid~=desk7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=desk8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=desk9] {
    width: 75%;
  }
  .grid__item[data-grid~=desk10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=desk11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=desk12] {
    width: 100%;
  }
  .grid__item[data-grid~=deskFive] {
    width: 20%;
  }
  .grid__item[data-grid~=deskAuto] {
    width: auto;
  }
}
.l-spacer.-ptLarge {
  padding-top: 13.75rem;
}

.l-spacer.-ptMedium {
  padding-top: 6.25rem;
}

.l-spacer.-pbLarge {
  padding-bottom: 6.875rem;
}

.l-spacer.-pbMedium {
  padding-bottom: 6.25rem;
}

.l-spacer.-ptSmall {
  padding-top: 2.5rem;
}

.l-spacer.-pbSmall {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .l-spacer.-ptLarge {
    padding-top: 7.5rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 6.25rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 6.25rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-spacer.-ptLarge {
    padding-top: 4.375rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 2.5rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 3.125rem;
  }
  .l-spacer.-ptSmall {
    padding-top: 0.625rem;
  }
  .l-spacer.-pbSmall {
    padding-bottom: 2.5rem;
  }
}
.l-spacer.-heading {
  padding: 2.5rem 0 5.625rem;
}

@media screen and (max-width: 1023px) {
  .l-spacer.-heading {
    padding: 6.25rem 0 5.625rem;
  }
}
@media screen and (max-width: 568px) {
  .l-spacer.-heading {
    padding: 3.75rem 0 3.125rem;
  }
}
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_30 {
    margin-top: 20px;
  }
  .mt_50 {
    margin-top: 40px;
  }
  .mt_100 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .mt_30 {
    margin-top: 10px;
  }
}
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_110 {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 30px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .mb_110 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 568px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 20px;
  }
  .mb_100 {
    margin-bottom: 26px;
  }
  .mb_110 {
    margin-bottom: 70px;
  }
}
.mr_05 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.ml_05 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_90 {
  margin-left: 90px;
}

@media screen and (max-width: 1023px) {
  .ml_90 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ml_90 {
    margin-left: 0px;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .ml_90 {
    margin-top: 1.25rem;
  }
}
.pt_20 {
  padding-top: 1.25rem;
}

.pt_50 {
  padding-top: 3.125rem;
}

.pt_90 {
  padding-top: 5.625rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pt_200 {
  padding-top: 12.5rem;
}

.pt_160 {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .pt_50 {
    padding-top: 2.5rem;
  }
  .pt_90 {
    padding-top: 4.375rem;
  }
  .pt_100 {
    padding-top: 5rem;
  }
  .pt_200 {
    padding-top: 10.625rem;
  }
  .pt_160 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 568px) {
  .pt_30 {
    padding-top: 1.875rem;
  }
  .pt_90 {
    padding-top: 2.5rem;
  }
  .pt_100 {
    padding-top: 3.75rem;
  }
  .pt_200 {
    padding-top: 7.5rem;
  }
  .pt_160 {
    padding-top: 3.125rem;
  }
}
.pb_90 {
  padding-bottom: 5.625rem;
}

.pb_110 {
  padding-bottom: 6.875rem;
}

.pb_160 {
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .pb_90 {
    padding-bottom: 4.375rem;
  }
  .pb_110 {
    padding-bottom: 6.25rem;
  }
  .pb_160 {
    padding-bottom: 6.875rem;
  }
}
@media screen and (max-width: 568px) {
  .pb_90 {
    padding-bottom: 2.5rem;
  }
  .pb_110 {
    padding-bottom: 3.125rem;
  }
  .pb_160 {
    padding-bottom: 3.125rem;
  }
}
.l-spacer.-pbworry {
  padding-bottom: 8.125rem;
}

@media screen and (max-width: 1000px) {
  .l-spacer.-pbworry {
    padding-bottom: 0;
  }
}
.l-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-case,
.l-container.-function {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-case,
  .l-container.-function {
    width: 90%;
  }
}

.l-container.-operation {
  max-width: 940px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-operation {
    width: 90%;
  }
}

.l-container.-solution {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-solution {
    width: 90%;
  }
}

.l-container.-Midium {
  max-width: 1100px;
  margin: 0 auto;
}

.l-container.-Small {
  max-width: 950px;
  margin: 0 auto;
}

.c-button {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-button {
    margin-top: 1.75rem;
  }
}

.c-button a {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  border-radius: 50px;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.375rem 4.375rem 1.375rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-button a {
    width: 100%;
    padding: 1.125rem 0rem;
    text-align: center;
    background-position: 93% center;
  }
}

.c-button.-kv {
  margin-top: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-button.-kv {
    margin-top: 1.75rem;
  }
}

.c-button.-kv a {
  width: 60%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #3cb5b1;
  line-height: 1;
  font-weight: 700;
  border-radius: 50px;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.375rem 0rem 1.375rem 1.375rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  background-image: url(../image/front/header-download.svg);
  background-repeat: no-repeat;
  background-position: 15% center;
}
@media screen and (max-width: 768px) {
  .c-button.-kv a {
    width: 100%;
    padding: 1.125rem 0rem;
    text-align: center;
    background-position: 15% center;
  }
}

.c-button.-green a {
  color: #fff;
  background: #3cb5b1;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.c-button.-white {
  margin-top: 1.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-button.-white {
    margin-top: 0.875rem;
    text-align: center;
  }
}

.c-button.-white a {
  color: #3cb5b1;
  background: #fff;
  background-image: url(../image/common/icon-next-green.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .c-button.-white a {
    width: 100%;
    padding: 1rem 0rem;
  }
}

.c-button.-solution {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button.-solution {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.c-button.-solution a {
  color: #3cb5b1;
  background: #fff;
  background-image: url(../image/linkage/icon-link.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .c-button.-solution a {
    width: 100%;
    padding: 1rem 0rem;
  }
}

.c-button.-useful {
  margin-top: 1.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-button.-useful {
    margin-top: 1rem;
    text-align: center;
  }
}

.c-button.-useful a {
  color: #3cb5b1;
  background: #fff;
  background-image: url(../image/common/icon-next-green.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1.125rem 0;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-useful a {
    width: 100%;
    padding: 0.625rem 0rem;
  }
}

.c-button.-linkage {
  text-align: left;
  margin-top: 0;
  padding: 0 1.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-button.-linkage {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.c-button.-linkage a {
  color: #3cb5b1;
  background: #fff;
  background-image: url(../image/common/icon-next-green.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-linkage a {
    width: 100%;
    padding: 1rem 0rem;
  }
}

.c-button.-document {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-button.-document {
    margin-top: 0.625rem;
  }
}

.c-button.-document a {
  color: #fff;
  background: #3cb5b1;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 0;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-document a {
    width: 100%;
    padding: 0.625rem 0rem;
  }
}

.c-button.-back {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-back {
    margin-top: 1.375rem;
  }
}

.c-button.-back a {
  color: #3cb5b1;
  background: #fff;
  background-image: url(../image/contact/icon-back.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1.375rem 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button.-back a {
    width: 100%;
    padding: 1.125rem 0rem;
  }
}

.c-button.-cta {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-cta {
    margin-top: 1.25rem;
  }
}

.c-button.-cta a {
  color: #fff;
  background: #002e33;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.c-heading.front-primary {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #002e33;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-heading.front-primary {
    padding-bottom: 2rem;
  }
}
.c-heading.front-primary span {
  color: #3cb5b1;
}

.c-heading.front-subprimary {
  color: #d6d6d6;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  text-align: center;
  padding-bottom: 0.5625rem;
}

.c-heading.under {
  background: #eef9f6;
  text-align: center;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-heading.under {
    padding: 1.875rem 0 2.5rem;
  }
}
.c-heading.under h1 {
  color: #002e33;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1;
}
.c-heading.under span {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding-bottom: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading.under span {
    padding-bottom: 0.3125rem;
  }
}

.c-heading.contact {
  background: #eef9f6;
  text-align: center;
  padding: 1.875rem 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-heading.contact {
    padding: 1.25rem 0 1.875rem;
  }
}
.c-heading.contact h1 {
  color: #002e33;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1;
}
.c-heading.contact span {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding-bottom: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading.contact span {
    padding-bottom: 0.3125rem;
  }
}

.pan {
  padding: 1.625rem 0;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .pan {
    padding: 1.25rem 0;
  }
}
.pan p {
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
}

.home a {
  color: #00100e;
  display: inline-block;
  background-image: url(../image/common/icon-nav.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 30px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .home a {
    padding-right: 20px;
    margin-right: 8px;
  }
}

.layer a {
  color: #7a7a7a;
  display: inline-block;
}

.layer.-sub a {
  color: #00100e;
  display: inline-block;
  background-image: url(../image/common/icon-nav.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 30px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .layer.-sub a {
    padding-right: 20px;
    margin-right: 5px;
  }
}

.c-cta {
  background-image: url(../image/common/cta-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 1.875rem 0 2.25rem;
  }
}
.c-cta .ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1.7;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-cta .ttl {
    line-height: 1.6;
    padding-bottom: 1.25rem;
  }
}

.c-cta__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-cta__contents {
    grid-template-columns: 1fr;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 1.125rem;
  }
}

.c-cta__box {
  background: #fff;
  border-radius: 10px;
  padding: 1.875rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-cta__box {
    padding: 0.875rem 1.25rem;
  }
}
.c-cta__box .item {
  border-radius: 10px 10px 0 0;
  background: #f8f8f8;
}
.c-cta__box figure {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-cta__box figure {
    width: 75%;
  }
}
.c-cta__box p {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  text-align: center;
  line-height: 1.7;
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-cta__box p {
    padding-top: 0.3125rem;
  }
}
.c-cta__box p img {
  width: 19px;
  vertical-align: sub;
  margin-left: 1.25rem;
}
.c-cta__box span {
  font-size: 12px;
}

.is-active-drawer .overlay {
  background-color: #212121;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120%;
  width: 100%;
  overflow: hidden;
}

.button-humburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .button-humburger {
    display: block;
    position: absolute;
    top: 0;
    right: 2.5%;
    bottom: 0;
    left: auto;
    margin: auto 0;
    width: 48px;
    height: 48px;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 10000000;
  }
}

.humburger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #3cb5b1;
  margin: auto;
  border-radius: 4px;
}

.humburger:before,
.humburger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  transition: all 0.3s ease-in-out;
}

.humburger:before {
  top: -8px;
}

.humburger:after {
  bottom: -8px;
}

@media screen and (max-width: 1200px) {
  .is-active-drawer .humburger {
    background-color: transparent;
  }
  .is-active-drawer .humburger:before,
  .is-active-drawer .humburger:after {
    top: 0;
    bottom: 0;
    background-color: #3cb5b1;
  }
  .is-active-drawer .humburger:before {
    transform: rotate(-45deg);
  }
  .is-active-drawer .humburger:after {
    transform: rotate(45deg);
  }
}
.p-header {
  width: 100%;
  z-index: 100;
  box-shadow: 0px 10px 10px -5px rgba(112, 104, 104, 0.1);
  position: relative;
}

.p-header__body {
  display: flex;
  width: 95%;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding: 0.875rem 0;
}
@media screen and (max-width: 1200px) {
  .p-header__body {
    margin: 0 1rem;
    width: 90%;
    margin: auto;
    padding: 0.625rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header__body {
    padding: 0.875rem 0;
  }
}

.p-header__left {
  display: flex;
  align-items: center;
}

.p-header__right {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .p-header__right {
    display: none;
  }
}

.p-header__title {
  padding-right: 3.5625rem;
}
.p-header__title a {
  display: inline-block;
}
.p-header__title img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__title img {
    width: 120px;
  }
}

.p-global__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-global__box {
    padding-left: 0;
  }
}

.p-global-nav {
  display: flex;
  transform: translateX(0);
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-global-nav {
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    /* width: 100%; */
    width: 80%;
    height: 120%;
    background: #fff;
    z-index: 1000;
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); /* Android, Brackberry  */
    -ms-transform: translateX(100%); /* IE9 */
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    padding: 1.875rem 0;
  }
}

.p-global-nav__item {
  position: relative;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1320px) {
  .p-global-nav__item {
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item {
    margin-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}

.p-global-nav__item a {
  display: inline-block;
  font-size: 0.875rem;
  color: #676767;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 100%;
  padding: 0.75rem 0;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item a {
    padding: 1.25rem 0 1.625rem 2.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav__item a {
    padding: 0.625rem 0 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}

.p-global-nav__item.active a {
  color: #3cb5b1;
}

.p-global-nav__item.-function {
  padding-right: 0.5rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item.-function {
    padding-right: 0px;
    margin-right: 0px;
  }
}

.p-global-nav__item.-function::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #3cb5b1;
  border-right: 3px solid #3cb5b1;
  transform: rotate(135deg);
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item.-function::before {
    display: none;
  }
}

.child-menu {
  position: absolute;
  visibility: hidden; /*非表示*/
  transform: scale(1, 0); /*高さを0に*/
  transform-origin: top; /*上からアニメーション*/
  opacity: 0;
  transition: 0.3s;
  width: 180%;
  top: 130%;
}
@media screen and (max-width: 1200px) {
  .child-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0.5rem;
    width: 100%;
    padding: 0 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .child-menu {
    padding: 0 1.25rem;
    gap: 0.3125rem 0.3125rem;
    margin-bottom: 1.25rem;
  }
}

.p-global-nav > .p-global-nav__item:hover .child-menu {
  visibility: visible; /*表示*/
  opacity: 1;
  transform: scale(1, 1); /*高さを100%に*/
}

.child-menu li {
  border-bottom: 1.5px solid #3cb5b1;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .child-menu li {
    border-bottom: none;
  }
}
.child-menu li:last-child {
  border-bottom: none;
}

.child-menu li a {
  background: #eef9f6;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3cb5b1;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 1200px) {
  .child-menu li a {
    padding: 0.875rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .child-menu li a {
    text-align: center;
    padding: 0.5rem 0.625rem;
    line-height: 1.7;
  }
}

.p-header__download {
  background: #3cb5b1;
  border: 2px solid #3cb5b1;
  border-radius: 50px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .p-header__download {
    margin-right: 0rem;
    width: 90%;
    margin: auto;
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__download {
    margin-top: 1.25rem;
  }
}
.p-header__download a {
  color: #fff;
  display: flex;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-header__download a {
    padding: 1rem 0;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__download a {
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}
.p-header__download img {
  width: 17px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .p-header__download img {
    width: 18px;
    margin-right: 12px;
  }
}

.p-header__contact {
  border: 2px solid #3cb5b1;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .p-header__contact {
    margin-right: 0rem;
    width: 90%;
    margin: auto;
    margin-top: 0.75rem;
  }
}
.p-header__contact a {
  color: #3cb5b1;
  display: flex;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-header__contact a {
    padding: 1rem 0;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__contact a {
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}
.p-header__contact img {
  width: 17px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .p-header__contact img {
    width: 20px;
    margin-right: 12px;
  }
}

.p-global__cta {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-global__cta {
    display: block;
  }
}

.js-header.change-color {
  position: fixed;
  background-color: #fff;
  top: 0;
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.1);
  animation-name: headerAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  z-index: 1000000;
}

@keyframes headerAnimation {
  0% {
    top: -10%;
  }
  100% {
    top: 0;
  }
}
.js-header.change-color .p-header__body {
  padding: 0.875rem 0;
}

@media screen and (max-width: 1200px) {
  .is-active-drawer .p-global-nav { /* Android, Brackberry  */ /* IE9 */
    transform: translateX(0);
  }
  .is-active-drawer .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.6);
  }
  .fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
/*
  footer
*/
.p-footer__nav {
  max-width: 980px;
  margin: auto;
  padding: 2.125rem 0;
}

.p-footer__nav {
  display: flex;
  justify-content: space-between;
}

.p-footer__item a,
.p-footer__item__last a {
  position: relative;
  font-size: 0.875rem;
  color: #00100e;
  display: block;
  font-weight: 700;
}

.p-footer__item a::after {
  content: "｜";
  position: absolute;
  display: inline-block;
  bottom: 0;
  padding-left: 11px;
}

.p-footer__item:nth-child(7) a::after {
  display: none;
}

.p-footer__copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0.8125rem 0;
  background: #002e33;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    font-size: 12px;
  }
}

.p-footerBtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-footerBtn {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 0;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .p-footer__item a::after {
    display: none;
  }
  .p-footer__item {
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    width: 50%;
    border-bottom: 1px solid #00100e;
    margin-right: 0;
  }
  .p-footer__item:nth-child(1) {
    border-top: 1px solid #00100e;
  }
  .p-footer__item:nth-child(2) {
    border-top: 1px solid #00100e;
  }
  .p-footer__item:nth-child(2n-1) {
    border-right: 1px solid #00100e;
  }
  .p-footer__copyright {
    padding: 0.875rem 0;
  }
}
@media screen and (max-width: 568px) {
  .p-footer__nav {
    display: block;
    margin: auto;
  }
  .p-footer__item {
    border-bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 0.1875rem 0;
  }
  .p-footer__item:nth-child(1) {
    border-top: 0px;
  }
  .p-footer__item:nth-child(2) {
    border-top: 0px;
  }
  .p-footer__item:nth-child(2n-1) {
    border-right: 0px;
  }
  .p-footerBtn {
    padding: 0.625rem 0;
  }
  .p-footerBtn__container {
    margin: auto;
    width: 100%;
  }
}
/*リンクの形状*/
#page-top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002e33;
  box-shadow: 1.5px 1.5px 10px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 60px;
    height: 60px;
    font-size: 0.75rem;
    font-size: 11px;
    line-height: 1.4;
  }
}

#page-top a::before {
  content: "";
  position: absolute;
  left: 60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 20%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 568px) {
  #page-top a::before {
    top: 15%;
  }
}

#page-top a:hover {
  opacity: 100%;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200%);
  }
}
.p-hero {
  background-image: url(../image/front/hero-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-hero {
    padding: 2.125rem 0 2.5rem;
  }
}

.p-hero__body {
  max-width: 1100px;
  margin: auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-hero__body {
    display: block;
    width: 90%;
  }
}

.p-hero__copy {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-hero__copy {
    width: 100%;
  }
}
.p-hero__copy .sub-ttl {
  color: #676767;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.802rem + 0.6vw, 1.188rem);
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .sub-ttl {
    padding-top: 0rem;
    text-align: center;
    line-height: 1.8;
  }
}
.p-hero__copy .ttl {
  color: #002e33;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.265rem + 2.71vw, 3rem);
  line-height: 1.4;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .ttl {
    text-align: center;
    padding: 0.3125rem 0 0.625rem;
  }
}
.p-hero__copy .ttl span {
  color: #3cb5b1;
  display: inline-block;
  margin-left: 5px;
}
.p-hero__copy .txt {
  font-weight: 500;
  font-size: clamp(0.938rem, 0.802rem + 0.6vw, 1.188rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .txt {
    text-align: center;
  }
}

.p-hero__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-hero__image {
    width: 85%;
    margin: auto;
    padding-left: 0.875rem;
  }
}

.p-companylogo {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-companylogo {
    padding-top: 2.5rem;
  }
}
.p-companylogo p {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .p-companylogo p {
    width: 90%;
    margin: auto;
    line-height: 1.6;
  }
}
.p-companylogo p span {
  color: #3cb5b1;
}

.p-companylogo__contents {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-companylogo__contents {
    margin-top: 1.25rem;
  }
}

.loopSlide {
  display: flex;
  width: 100vw;
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .loopSlide {
    height: 40px;
  }
}
.loopSlide figure img {
  width: auto;
  height: 100%;
}
.loopSlide figure:first-child {
  animation: slide1 100s -50s linear infinite;
}
.loopSlide figure:last-child {
  animation: slide2 100s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-solutions__box {
  position: relative;
  margin-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .p-solutions__box {
    margin-top: 2.75rem;
  }
}
.p-solutions__box:nth-child(1) {
  margin-top: 1.875rem;
}
.p-solutions__box h3 {
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
  font-weight: 700;
  color: #fff;
  background: #3cb5b1;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-solutions__box h3 {
    width: 80%;
    top: -5%;
  }
}
.p-solutions__box .p-solution__item {
  background: #f6f8f8;
  border-radius: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 230px auto;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  padding: 2.625rem 3.5rem 2.0625rem 5.1875rem;
}
@media screen and (max-width: 768px) {
  .p-solutions__box .p-solution__item {
    display: block;
    padding: 2.125rem 1.25rem 1.5rem;
  }
}
.p-solutions__box dt {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.956rem + 0.75vw, 1.438rem);
  padding-bottom: 0.625rem;
  color: #002e33;
}
@media screen and (max-width: 768px) {
  .p-solutions__box dt {
    text-align: center;
    padding-bottom: 0.1875rem;
    padding-top: 0.3125rem;
  }
}
.p-solutions__box dd {
  display: flex;
}
.p-solutions__box dd img {
  width: 20px;
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-solutions__box dd img {
    width: 15px;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-solutions__box figure {
    width: 60%;
    margin: auto;
  }
}

.p-about {
  background: #f6f8f8;
}

.p-about__box {
  background: #ffffff;
  padding: 3.125rem 5rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about__box {
    padding: 1.5rem 1.25rem;
  }
}
.p-about__box h3 {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.956rem + 0.75vw, 1.438rem);
  line-height: 1.8;
}
.p-about__box .p-about__inner {
  display: flex;
  align-items: center;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-about__box .p-about__inner {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 1rem;
  }
}
.p-about__box .p-about__text {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__box .p-about__text {
    margin-right: 0rem;
  }
}
.p-about__box .logo {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-about__box .logo {
    width: 80%;
    margin: auto;
    padding-bottom: 0.75rem;
    padding-top: 0.3125rem;
  }
}
.p-about__box p {
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-about__box p {
    padding: 0.3125rem 0;
  }
}
.p-about__box .notes {
  padding: 0;
}

.p-industry__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-industry__contents {
    grid-template-columns: 1fr;
    gap: 1.375rem 0rem;
  }
}

.p-industry__box {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 1.875rem 2.1875rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-industry__box {
    padding: 1.25rem 1.25rem;
  }
}
.p-industry__box h3 {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 700;
  order: 2;
  text-align: center;
  line-height: 1.7;
  color: #002e33;
}
.p-industry__box .p-industry__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 40% 53%;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-industry__box .p-industry__inner {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
    grid-template-columns: 35% 65%;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
.p-industry__box .kinds {
  padding: 0.875rem 0 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-industry__box .kinds {
    padding: 0.75rem 0 0.5rem;
  }
}
.p-industry__box .process {
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.p-industry__box .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3cb5b1;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-industry__box .circle {
    width: 12px;
    height: 12px;
  }
}
.p-industry__box .ptn-20 {
  padding-top: 0.875rem;
}

.p-industry__text {
  text-align: center;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-industry__text {
    padding-top: 1.25rem;
  }
}
.p-industry__text a {
  color: #3cb5b1;
  font-weight: 700;
  text-decoration: underline;
}

.p-frontfunctions {
  background: #f6f8f8;
}

.p-frontfunctions__contents {
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.p-frontfunctions__contents ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-frontfunctions__contents ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p-frontfunctions__contents li {
  padding: 1.875rem 1.25rem;
  border: 1.5px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .p-frontfunctions__contents li {
    padding: 1.125rem 0.625rem;
  }
}
.p-frontfunctions__contents p {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  text-align: center;
  line-height: 1.7;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-frontfunctions__contents p {
    padding-top: 0.3125rem;
  }
}
.p-frontfunctions__contents figure {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-frontfunctions__contents figure {
    width: 65%;
  }
}

.p-reasons__box {
  background: #f6f8f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 3.125rem 3.75rem;
  margin-bottom: 2.5rem;
}
.p-reasons__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-reasons__box {
    display: block;
    padding: 1.625rem 1.25rem;
    margin-bottom: 1.375rem;
  }
}
.p-reasons__box .p-reasons__text {
  padding-right: 2rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-reasons__box .p-reasons__text {
    width: 100%;
    padding-right: 0rem;
    text-align: center;
  }
}
.p-reasons__box h3 {
  font-weight: 700;
  color: #002e33;
  font-size: clamp(1.125rem, 0.956rem + 0.75vw, 1.438rem);
  line-height: 1.7;
  padding: 1.125rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reasons__box h3 {
    padding: 0.625rem 0 0.625rem;
  }
}
.p-reasons__box .sub-title {
  color: #3cb5b1;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-reasons__box .sub-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-reasons__box p {
    text-align: left;
  }
}
.p-reasons__box .number {
  display: inline-block;
  font-size: clamp(2.188rem, 1.679rem + 2.26vw, 3.125rem);
  margin-left: 0.3125rem;
}
.p-reasons__box small {
  font-size: 0.75rem;
}
.p-reasons__box figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-reasons__box figure {
    width: 60%;
    margin: auto;
    padding-top: 0.5rem;
  }
}
.p-reasons__box a {
  color: #3cb5b1;
  font-weight: 700;
  text-decoration: underline;
}

.p-reasons__box.-reverse {
  flex-direction: row-reverse;
}
.p-reasons__box.-reverse .p-reasons__text {
  padding-left: 2rem;
  padding-right: 0rem;
}
@media screen and (max-width: 768px) {
  .p-reasons__box.-reverse .p-reasons__text {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 45px;
  }
}

.slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -27px;
  }
}

.slider .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    margin-right: 0;
    margin-left: 0;
    width: 90%;
    margin: auto;
  }
}

.slick-list {
  padding-bottom: 10px;
}

.slick-dots li button:before {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 10px;
  }
}

.slick-dots li.slick-active button:before {
  color: #3cb5b1;
}

.slick-next {
  right: -50px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
  }
}

.slick-prev {
  left: -50px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
  }
}

.slick-next:before,
.slick-prev:before {
  color: #3cb5b1;
  font-size: 40px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 30px;
  }
}

.p-cases__box {
  display: flex;
  flex-direction: column;
}

.p-case__txt {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-case__txt {
    margin-top: -10px;
    padding-bottom: 1.625rem;
  }
}

.p-cases__box {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.p-cases__box .p-cases__item {
  padding: 1.125rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-cases__box .p-cases__item {
    padding: 0.875rem 1.25rem;
  }
}
.p-cases__box h3 {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
.p-cases__box .text {
  font-weight: 700;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-cases__box .text {
    padding-top: 0rem;
  }
}
.p-cases__box .category {
  text-align: right;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-cases__box .category {
    margin-top: 0.3125rem;
  }
}
.p-cases__box .category span {
  display: inline-block;
  background: #eef9f6;
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
  padding: 0.125rem 0.625rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-cases__box .category span {
    padding: 0rem 0.875rem;
  }
}
.p-cases__box a {
  color: #00100e;
}
.p-cases__box a:hover {
  text-decoration: underline;
}
.p-cases__box .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}

.p-frontflow {
  background: #f6f8f8;
}

.p-frontflow__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-frontflow__contents {
    grid-template-columns: 1fr;
  }
}

.p-frontflow__box {
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1.25rem 0 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-frontflow__box {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-frontflow__box:last-child {
    margin-bottom: 0;
  }
}
.p-frontflow__box p {
  color: #3cb5b1;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-frontflow__box p {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 0.3125rem;
  }
}
.p-frontflow__box h3 {
  font-weight: 700;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  text-align: center;
  line-height: 1.5;
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-frontflow__box h3 {
    padding-top: 0rem;
    text-align: left;
    width: 50%;
  }
}
.p-frontflow__box figure {
  width: 100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-frontflow__box figure {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .p-frontflow__box .txt {
    display: flex;
    align-items: center;
  }
}

.p-topics__inner {
  border-bottom: 3px solid #f8f8f8;
}
.p-topics__inner a {
  display: flex;
  background-image: url(../image/front/icon-topics-next.svg);
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 1.625rem 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-topics__inner a {
    padding: 0.9375rem 0;
    display: block;
    background-image: none;
  }
}
.p-topics__inner p {
  color: #3cb5b1;
  font-weight: 700;
  padding-right: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-topics__inner p {
    padding-right: 0rem;
  }
}
.p-topics__inner a {
  color: #00100e;
}
.p-topics__inner a:hover {
  transition: 0.4s;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-topics__inner a:hover {
    transition: 0;
    left: 0px;
  }
}

.p-movie {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding-bottom: 1.25rem;
  }
}
.p-movie p {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  color: #002e33;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-movie p {
    line-height: 1;
  }
}
.p-movie p span {
  color: #3cb5b1;
  -webkit-text-emphasis: filled;
          text-emphasis: filled;
}

#movie {
  width: 70%;
  height: auto;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #movie {
    width: 100%;
  }
}

#movie::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* ※1)ココがアスペクト比（縦横比）*/
}

#movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.play-btn {
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .play-btn {
    width: 17%;
  }
}

.play-btn.playActive {
  display: none;
}

.p-list__flow ul {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-list__flow ul {
    margin-top: 0.625rem;
  }
}
.p-list__flow li {
  position: relative;
}
.p-list__flow a {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: #002e33;
  display: inline-block;
  background-image: url(../image/common/icon-under.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  padding: 0 90px 45px 90px;
  background-position: center 80%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-list__flow a {
    padding: 0 16px 30px 16px;
    line-height: 1.7;
    background-position: center 95%;
  }
}
.p-list__flow a:hover {
  background-position: center 100%;
}

.p-flow {
  background: #f6f8f8;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-flow {
    margin-top: 1.625rem;
  }
}
.p-flow h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-flow h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.p-flow h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-flow h2::before {
    width: 60px;
    height: 4px;
  }
}

.p-flow__box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5rem 3.125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__box {
    padding: 1.5rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-flow__box::before {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 51.9615242271px;
  width: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  top: 98%;
  display: inline-block;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-flow__box::before {
    height: 35.7526077778px;
    width: 70px;
  }
}
.p-flow__box h3 {
  color: #002e33;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  padding-top: 0.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-flow__box h3 {
    text-align: center;
    padding-top: 0.3125rem;
  }
}
.p-flow__box .p-flow__subttl {
  color: #3cb5b1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-flow__box .p-flow__subttl {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
.p-flow__box .step {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  display: inline-block;
  margin-right: 5px;
}
.p-flow__box .num {
  font-size: clamp(1.875rem, 1.197rem + 3.01vw, 3.125rem);
  display: inline-block;
}
.p-flow__box .p-flow__txt {
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__box .p-flow__txt {
    padding-top: 0.375rem;
  }
}

.p-flow__form {
  background: #f6f8f8;
  border-radius: 5px;
  padding: 2.125rem 2.75rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__form {
    display: block;
    padding: 1.25rem 1.25rem;
    margin-top: 0.875rem;
  }
}
.p-flow__form dl {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-flow__form dl {
    width: 100%;
    text-align: center;
  }
}
.p-flow__form dl:first-child {
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__form dl:first-child {
    padding-right: 0rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.375rem;
    margin-bottom: 0.875rem;
  }
}
.p-flow__form dl:last-child {
  padding-left: 2.5rem;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .p-flow__form dl:last-child {
    padding-left: 0rem;
    border-left: none;
  }
}
.p-flow__form dt {
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  font-weight: 700;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__form dt {
    line-height: 1.8;
    text-align: center;
  }
}
.p-flow__form .tel {
  font-weight: 700;
  font-size: clamp(1.625rem, 1.218rem + 1.81vw, 2.375rem);
  line-height: 1;
  display: inline-block;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__form .tel {
    text-align: center;
    display: inline;
  }
}
.p-flow__form .tel img {
  width: 35px;
  vertical-align: -10%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-flow__form .tel img {
    width: 26px;
  }
}
.p-flow__form .tel a {
  color: #3cb5b1;
}
.p-flow__form .tel a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-flow__form .tel a[href*="tel:"] {
    pointer-events: painted;
    cursor: painted;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__form .time {
    line-height: 1.7;
    display: inline-block;
    padding-top: 0.3125rem;
  }
}
.p-flow__form .p-flow__contact a {
  margin-top: 0.625rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  border-radius: 50px;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.375rem 4.375rem 1.375rem 3.75rem;
  color: #3cb5b1;
  background: #fff;
  border: 2px solid #3cb5b1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-flow__form .p-flow__contact a {
    width: 100%;
    padding: 1rem 0rem;
    margin-top: 0.1875rem;
  }
}
.p-flow__form .p-flow__contact img {
  width: 23px;
  margin-right: 20px;
}

.p-flow__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    display: block;
  }
}
.p-flow__item .p-flow__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-flow__item .p-flow__left {
    width: 100%;
  }
}
.p-flow__item figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-flow__item figure {
    width: 85%;
    margin: auto;
    padding-top: 1.25rem;
  }
}
.p-flow__item ul {
  display: flex;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item ul {
    padding-top: 0.75rem;
    justify-content: center;
  }
}
.p-flow__item li {
  background: #3cb5b1;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 0.125rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item li {
    padding: 0rem 1.25rem;
  }
}
.p-flow__item li:first-child {
  margin-right: 10px;
}

.p-schedule h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-schedule h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1rem;
  }
}
.p-schedule h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-schedule h2::before {
    width: 60px;
    height: 4px;
  }
}
.p-schedule p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-schedule p {
    text-align: left;
  }
}

.p-schedule__box {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-schedule__box {
    padding-top: 1.25rem;
  }
}
.p-schedule__box p {
  display: flex;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-schedule__box p {
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
  }
}
.p-schedule__box span img {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-schedule__box span img {
    width: 12px;
    margin-right: 0.5rem;
    vertical-align: 2%;
  }
}

.p-useful {
  padding-bottom: 6.875rem;
  border-bottom: 2px solid #f8f8f8;
}
@media screen and (max-width: 768px) {
  .p-useful {
    padding-bottom: 3.75rem;
  }
}

.p-useful__type {
  display: flex;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1200px) {
  .p-useful__type {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-useful__type {
    margin-bottom: 1.875rem;
  }
}
.p-useful__type p {
  font-weight: 700;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  margin-right: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .p-useful__type p {
    text-align: center;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-useful__type p {
    margin-bottom: 0.625rem;
  }
}
.p-useful__type ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.875rem 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-useful__type ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0.3125rem;
  }
}
.p-useful__type li {
  line-height: 1.5;
  font-size: clamp(0.813rem, 0.711rem + 0.45vw, 1rem);
  font-weight: 700;
  background: #f8f8f8;
  border-radius: 30px;
  text-align: center;
  padding: 0.625rem 0.875rem;
}

.tab.active {
  background-color: #00100e;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.p-useful__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.75rem 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-useful__contents {
    grid-template-columns: 1fr;
    gap: 1.875rem 0rem;
  }
}

.p-useful__box {
  display: flex;
  flex-direction: column;
}
.p-useful__box .category {
  background: #3cb5b1;
  color: #fff;
  font-weight: 700;
  padding: 0.125rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-useful__box .category {
    padding: 0rem 0;
  }
}
.p-useful__box h3 {
  font-weight: 700;
  color: #002e33;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  text-align: center;
  padding-top: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-useful__box h3 {
    padding-top: 0.625rem;
    line-height: 1.7;
  }
}
.p-useful__box span {
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
  display: inline-block;
}
.p-useful__box .txt {
  text-align: left;
  padding-top: 0.75rem;
  font-size: clamp(0.813rem, 0.711rem + 0.45vw, 1rem);
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-useful__box .txt {
    padding-top: 0.3125rem;
    line-height: 1.8;
  }
}
.p-useful__box .btn {
  margin-top: auto;
}

.p-case__logo p {
  text-align: center;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  color: #002e33;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-case__logo p {
    line-height: 1.7;
  }
}
.p-case__logo p span {
  color: #3cb5b1;
}
.p-case__logo ul {
  padding-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-case__logo ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem 0.625rem;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.p-case__logo .note {
  text-align: right;
}
.p-case__logo .note span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  color: #00100e;
}

.p-case__company {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-case__company {
    padding-top: 2.5rem;
  }
}
.p-case__company h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-case__company h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.p-case__company h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-case__company h2::before {
    width: 60px;
    height: 4px;
  }
}
.p-case__company .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-case__company .box {
    grid-template-columns: 1fr;
    gap: 1.375rem 0rem;
  }
}
.p-case__company a {
  color: #00100e;
}
.p-case__company a:hover {
  text-decoration: underline;
}
.p-case__company .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}

.p-case__page .top h1 {
  font-weight: 700;
  color: #002e33;
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-case__page .top h1 {
    line-height: 1.7;
  }
}
.p-case__page .top figure {
  width: 80%;
  margin: auto;
  padding: 1.875rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .top figure {
    width: 100%;
    padding: 1.25rem 0 0.625rem;
  }
}
.p-case__page .top .company-name {
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .top .company-name {
    padding-top: 0.5rem;
  }
}
.p-case__page .top .company {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
}
.p-case__page .top .name {
  display: inline-block;
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-case__page .top .name {
    line-height: 1.7;
  }
}
.p-case__page .top .text {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .top .text {
    padding-top: 0.625rem;
  }
}
.p-case__page .point p {
  color: #3cb5b1;
  font-weight: 700;
  background: #eef9f6;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  border-radius: 5px;
  padding: 0.4375rem 2.0625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .point p {
    margin-top: 1.5rem;
    padding: 0.3125rem 1.25rem;
  }
}
.p-case__page .point dl {
  display: flex;
  padding: 1.625rem 1.25rem;
  justify-content: space-between;
  border-bottom: 2px solid #ececec;
}
@media screen and (max-width: 768px) {
  .p-case__page .point dl {
    display: block;
    padding: 0.875rem 0;
  }
}
.p-case__page .point dl:last-child {
  border-bottom: none;
}
.p-case__page .point dt {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  color: #3cb5b1;
  font-weight: 700;
  width: 15%;
  line-height: 1;
  padding-top: 6px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-case__page .point dt {
    width: 100%;
  }
}
.p-case__page .point dt img {
  width: 19px;
  margin-right: 0.8125rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-case__page .point dt img {
    width: 17px;
    vertical-align: middle;
    margin-right: 0.625rem;
  }
}
.p-case__page .point .list {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-case__page .point .list {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.p-case__page .point dd {
  display: flex;
}
.p-case__page .point dd img {
  display: inline-block;
  width: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-case__page .point dd img {
    width: 9px;
  }
}
.p-case__page .point ul {
  padding: 1.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .point ul {
    padding: 0.875rem 0;
  }
}
.p-case__page .point li img {
  display: inline-block;
  width: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-case__page .point li img {
    width: 9px;
  }
}
.p-case__page .inner {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner {
    padding-top: 1.875rem;
  }
}
.p-case__page .inner h2 {
  background: #3cb5b1;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  padding: 0.3125rem 2.0625rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner h2 {
    padding: 0.3125rem 1.25rem;
    line-height: 1.7;
  }
}
.p-case__page .inner .ttl {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .ttl {
    padding-top: 1.25rem;
    line-height: 1.8;
  }
}
.p-case__page .inner .text {
  padding-top: 0.625rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .text {
    padding-top: 0.625rem;
    line-height: 2;
  }
}
.p-case__page .inner .company-image figure {
  width: 65%;
  margin: auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .company-image figure {
    width: 85%;
    padding-top: 1.25rem;
  }
}
.p-case__page .inner .comment {
  line-height: 1.8;
  padding-top: 0.9375rem;
}
.p-case__page .inner .text-chart figure {
  width: 80%;
  margin: auto;
  padding: 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .text-chart figure {
    width: 90%;
    padding: 1.25rem 0;
  }
}
.p-case__page .inner .chart figure {
  width: 80%;
  margin: auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .chart figure {
    width: 90%;
    padding-top: 1.25rem;
  }
}
.p-case__page .message {
  font-weight: 700;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .message {
    padding-top: 1.25rem;
    line-height: 1.8;
  }
}

.p-case__info {
  border: 1px solid #8d8d8d;
  padding: 2.5rem 4.1875rem 3.75rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-case__info {
    padding: 1.375rem 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-case__info .name {
  display: flex;
  align-items: center;
  color: #3cb5b1;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-case__info .name {
    display: block;
  }
}
.p-case__info .category {
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-case__info .category {
    padding-top: 0.125rem;
  }
}
.p-case__info figure {
  padding-right: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-case__info figure {
    padding-right: 0;
  }
}
.p-case__info figure img {
  width: 100%;
}
.p-case__info .text {
  padding: 0.875rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-case__info .text {
    padding: 0.3125rem 0 0.625rem;
  }
}
.p-case__info dl {
  display: flex;
  padding: 0.875rem;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-case__info dl {
    padding: 0.625rem;
    font-size: 0.8125rem;
  }
}
.p-case__info dd {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-case__info dd {
    width: 30%;
  }
}
.p-case__info dt {
  width: 75%;
}

.tbl-case {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .tbl-case {
    margin-top: 1.25rem;
  }
}

.tbl-case-history {
  line-height: 2em;
  background: #fff;
  border: #ccc 2px solid;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tbl-case-history {
    width: 100%;
  }
}

.tbl-case-history th {
  border: #ccc 1px solid;
  box-sizing: border-box;
  font-weight: normal;
  padding: 15px 20px;
  text-align: center;
  background: #eef9f6;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .tbl-case-history th {
    width: 20%;
    padding: 2% 2% 0 3%;
    line-height: 1;
  }
}

.tbl-case-history td {
  padding: 15px 20px;
  border: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .tbl-case-history td {
    width: 80%;
    padding: 2% 2% 0 3%;
  }
}

.tbl-case-history a {
  color: #ccc;
}

.dl-case-inner-kansai dt {
  font-weight: bold;
}

.dl-case-inner-kansai dd {
  padding: 0 1.5%;
  box-sizing: border-box;
}

.tbl-sche {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .tbl-sche {
    margin-top: 1.25rem;
  }
}

.tbl-case-sche {
  line-height: 2em;
  background: #fff;
  border: #ccc 2px solid;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tbl-case-sche {
    line-height: 1.5em;
    background: #fff;
    border: #ccc 2px solid;
    margin-top: 2%;
    width: 100%;
  }
}

.tbl-sche p {
  color: #3cb5b1;
  font-weight: 700;
  font-size: 18px;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .tbl-sche p {
    padding: 0.3125rem 0;
    font-size: 16px;
  }
}

.wth-80 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-80 {
    width: 100%;
  }
}

.tbl-case-sche th {
  border: #ccc 1px solid;
  box-sizing: border-box;
  font-weight: normal;
  padding: 15px 20px;
  text-align: left;
  background: #eef9f6;
}
@media screen and (max-width: 768px) {
  .tbl-case-sche th {
    border: #ccc 1px solid;
    box-sizing: border-box;
    font-weight: normal;
    padding: 3%;
    text-align: left;
    display: block;
  }
}

.tbl-case-sche td {
  padding: 15px 20px;
  border: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .tbl-case-sche td {
    padding: 3%;
    border: #ccc 0.5px solid;
    display: block;
  }
}

.tbl-case-sche a {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .tbl-case-sche tr {
    display: block;
  }
}

.p-list__function ul {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-list__function ul {
    margin-top: 0.625rem;
  }
}
.p-list__function li {
  position: relative;
}
.p-list__function a {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: #002e33;
  display: inline-block;
  background-image: url(../image/common/icon-under.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  padding: 0 167px 45px 167px;
  background-position: center 80%;
}
@media screen and (max-width: 768px) {
  .p-list__function a {
    padding: 0 40px 30px 40px;
  }
}
.p-list__function a:hover {
  background-position: center 100%;
}

.p-functions {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-functions {
    padding-top: 1.25rem;
  }
}
.p-functions h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-functions h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.p-functions h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-functions h2::before {
    width: 60px;
    height: 4px;
  }
}
.p-functions .chart figure {
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-functions .chart figure {
    width: 100%;
  }
}
.p-functions .p-functions__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 3.125rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-functions .p-functions__contents {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem;
    padding-top: 1.875rem;
  }
}
.p-functions .item {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2.125rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-functions .item {
    padding: 1rem 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-functions .item p {
    line-height: 1.8;
  }
}
.p-functions .item figure {
  width: 150px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-functions .item figure {
    width: 28vw;
  }
}
.p-functions h3 {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  color: #3cb5b1;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-functions h3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    line-height: 1.7;
  }
}
.p-functions .next {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-left: 0.75rem;
}
.p-functions h3 {
  background-image: url(../image/function/icon-next.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 80% center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-functions h3 {
    background-position: 90% center;
  }
}
.p-functions a {
  color: #00100e;
}
.p-functions a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}
.p-functions .hht {
  background-image: url(../image/function/icon-next.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-functions .hht {
    background-image: none;
  }
}

.p-features {
  background: #f6f8f8;
}
.p-features h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-features h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.p-features h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-features h2::before {
    width: 60px;
    height: 4px;
  }
}

.p-features__box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  padding: 4.375rem 3.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-features__box {
    padding: 0.5rem 1.25rem 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.p-features__box:last-child {
  margin-bottom: 0;
}
.p-features__box .p-features__ttl {
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #e7e7e7;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__ttl {
    margin-bottom: 0.1875rem;
    padding-bottom: 0.75rem;
  }
}
.p-features__box .p-features__ttl span {
  color: #3cb5b1;
  display: inline-block;
}
.p-features__box .p-features__ttl .sub-ttl {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(30%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__ttl .sub-ttl {
    position: static;
    justify-content: center;
  }
}
.p-features__box .p-features__ttl .name {
  line-height: 1;
  font-size: clamp(1.063rem, 0.961rem + 0.45vw, 1.25rem);
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__ttl .name {
    padding-right: 3px;
  }
}
.p-features__box .p-features__ttl .num {
  line-height: 1;
  font-size: clamp(3.125rem, 2.108rem + 4.52vw, 5rem);
}
.p-features__box .p-features__ttl h3 {
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
  font-weight: 700;
  color: #002e33;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__ttl h3 {
    padding-top: 0.875rem;
  }
}
.p-features__box p {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-features__box p {
    padding-top: 0.875rem;
  }
}
.p-features__box .p-features__item {
  background: #eef9f6;
  border-radius: 10px;
  padding: 2.125rem 4.375rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__item {
    padding: 1.25rem 1.25rem;
    margin-top: 1.125rem;
  }
}
.p-features__box .p-features__item p {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__item p {
    padding-bottom: 0.875rem;
    line-height: 1.7;
  }
}
.p-features__box .p-features__btn p {
  padding-top: 0;
}
.p-features__box .p-features__txt {
  text-align: center;
  background: #eef9f6;
  border-radius: 10px;
  padding: 1.125rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__txt {
    margin-top: 1.125rem;
    padding: 0.875rem 1.25rem;
    line-height: 1.8;
    text-align: left;
  }
}
.p-features__box .p-features__txt p {
  padding-top: 0;
}
.p-features__box .p-features__specific {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-features__box .p-features__specific {
    padding-top: 1.125rem;
  }
}

.p-operation h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-operation h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.p-operation h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-operation h2::before {
    width: 60px;
    height: 4px;
  }
}
.p-operation p a {
  color: #3cb5b1;
  text-decoration: underline;
}

.p-operation__box {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-operation__box {
    margin-bottom: 1rem;
  }
}
.p-operation__box h3 {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-operation__box h3 {
    padding-bottom: 0.75rem;
  }
}
.p-operation__box dl {
  display: flex;
  border-bottom: 1px solid #d6d7d8;
}
@media screen and (max-width: 768px) {
  .p-operation__box dl {
    display: block;
    border-bottom: none;
  }
}
.p-operation__box dl:last-child {
  border-bottom: none;
}
.p-operation__box dt {
  width: 28%;
  background-color: #fafafa;
  padding: 1.375rem 2.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-operation__box dt {
    width: 100%;
    padding: 0.625rem 1.875rem;
  }
}
.p-operation__box dd {
  width: 72%;
  padding: 1.375rem 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-operation__box dd {
    width: 100%;
    padding: 0.8125rem 1.875rem;
  }
}

.p-function__under h2 {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  font-weight: 700;
  color: #3cb5b1;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-function__under h2 {
    text-align: left;
  }
}
.p-function__under figure {
  width: 73%;
  margin: auto;
  padding: 2.75rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-function__under figure {
    width: 100%;
    padding: 1.125rem 0 0rem;
  }
}
.p-function__under dl {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-function__under dl {
    padding-top: 1.375rem;
  }
}
.p-function__under dt {
  font-weight: 700;
  color: #002e33;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-function__under dt {
    line-height: 1.8;
  }
}
.p-function__under dd {
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-function__under dd {
    padding-top: 0.3125rem;
  }
}
.p-function__under .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #3cb5b1;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-function__under .circle {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}
.p-function__under .bg-line {
  background: #eef9f6;
  padding: 0.0625rem 0;
}

.movie-area {
  background: #eef9f6;
  border-radius: 10px;
  padding: 2.875rem 5rem;
  display: flex;
  margin-top: 3.125rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .movie-area {
    display: block;
    margin-top: 2rem;
    padding: 1.5rem 1.25rem;
  }
}
.movie-area .banner {
  padding-right: 3.125rem;
  padding-top: 0;
  padding-bottom: 0;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .movie-area .banner {
    width: 100%;
    padding-right: 0;
  }
}
.movie-area .text {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .movie-area .text {
    width: 100%;
  }
}
.movie-area .ttl {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .movie-area .ttl {
    text-align: center;
    padding-top: 0.3125rem;
  }
}

.hht-under h3 {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  padding-bottom: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .hht-under h3 {
    margin-top: 1.625rem;
    padding-bottom: 0.875rem;
  }
}
.hht-under .box {
  background: #eef9f6;
  border-radius: 10px;
  padding: 3.75rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .hht-under .box {
    padding: 1.875rem 1.25rem;
  }
}
.hht-under figure {
  width: 60%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .hht-under figure {
    width: 85%;
  }
}
.hht-under dl {
  padding-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .hht-under dl {
    padding-top: 1rem;
  }
}
.hht-under dt {
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}
.hht-under dt img {
  width: 17px;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.hht-under dd {
  padding-top: 0rem;
  padding-left: 1.625rem;
}
@media screen and (max-width: 768px) {
  .hht-under dd {
    padding-left: 0rem;
    padding-top: 0.1875rem;
  }
}
.hht-under .model {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hht-under .model {
    display: block;
  }
}
.hht-under .model figure {
  padding-right: 3.125rem;
  width: 35%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hht-under .model figure {
    width: 50%;
    margin: auto;
    padding-right: 0rem;
  }
}
.hht-under .model ul li img {
  width: 13px;
  vertical-align: middle;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .hht-under .model ul li img {
    width: 12px;
    margin-right: 0.5rem;
    vertical-align: 2%;
  }
}
.hht-under .model ul {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hht-under .model ul {
    padding-top: 0.875rem;
  }
}

.p-other-function {
  background: #f8f8f8;
}
.p-other-function h2 {
  position: relative;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-other-function h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.p-other-function h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 6px;
  transform: translateX(-50%);
  background: #3cb5b1;
}
@media screen and (max-width: 768px) {
  .p-other-function h2::before {
    width: 60px;
    height: 4px;
  }
}
.p-other-function p {
  background-image: url(../image/function/icon-next.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 90% 70%;
  display: block;
}
.p-other-function li {
  position: relative;
}
.p-other-function a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}
.p-other-function .disable::before {
  background: #e7e7e7;
  opacity: 0.8;
}
.p-other-function .disable {
  pointer-events: none;
}

.p-linkage p {
  text-align: center;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  color: #002e33;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-linkage p {
    line-height: 1.8;
  }
}
.p-linkage p span {
  color: #3cb5b1;
}

.p-linkage__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-linkage__contents {
    grid-template-columns: 1fr;
    gap: 1.375rem 0rem;
    padding-top: 1.5rem;
  }
}

.p-linkage__box {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.p-linkage__box .logo {
  background: white;
  border-radius: 10px 10px 0 0;
}
.p-linkage__box figure {
  padding: 3.75rem 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-linkage__box figure {
    padding: 2.5rem 0;
    width: 85%;
  }
}
.p-linkage__box h2 {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.989rem + 0.6vw, 1.375rem);
  text-align: center;
  line-height: 1.8;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-linkage__box h2 {
    padding-top: 1rem;
  }
}
.p-linkage__box .txt {
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  font-weight: 400;
  text-align: left;
  padding: 0.625rem 1.375rem 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-linkage__box .txt {
    padding: 0.3125rem 1.375rem 0.875rem;
  }
}
.p-linkage__box .p-linkage__btn {
  margin-top: auto;
}

p.p-linkage__note {
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  font-weight: 400;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  p.p-linkage__note {
    padding-top: 1.625rem;
  }
}
p.p-linkage__note a {
  font-weight: 700;
  color: #3cb5b1;
  text-decoration: underline;
}

.p-solution__box {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-solution__box {
    padding-top: 1.75rem;
  }
}
.p-solution__box h2 {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 700;
  color: #002e33;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution__box h2 {
    padding-bottom: 0.625rem;
    margin-bottom: 0.75rem;
  }
}
.p-solution__box h2 img {
  width: 14px;
  display: inline-block;
  vertical-align: 3%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-solution__box h2 img {
    width: 12px;
    margin-right: 8px;
    vertical-align: 1%;
  }
}

.p-solution__logo {
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-solution__logo {
    width: 80%;
  }
}

.p-solution01__item02 section {
  padding-bottom: 2.5rem;
}
.p-solution01__item02 section:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-solution01__item02 section {
    padding-bottom: 1.375rem;
  }
}
.p-solution01__item02 h3 {
  font-weight: 700;
}
.p-solution01__item02 p {
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution01__item02 p {
    padding-left: 0rem;
    padding-top: 0.3125rem;
  }
}
.p-solution01__item02 h3 > img {
  width: 30px;
  display: inline-block;
  vertical-align: -30%;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-solution01__item02 h3 > img {
    width: 22px;
    margin-right: 0.5rem;
    vertical-align: -20%;
  }
}
.p-solution01__item02 figure {
  width: 80%;
  margin: auto;
  padding-top: 1.25rem;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-solution01__item02 figure {
    padding-top: 1rem;
    padding-left: 0rem;
  }
}
.p-solution01__item02 figure.wth-70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-solution01__item02 figure.wth-70 {
    width: 100%;
  }
}
.p-solution01__item02 figure.wth-60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-solution01__item02 figure.wth-60 {
    width: 100%;
  }
}

.p-solution01__item03 figure {
  width: 100%;
  margin: auto;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution01__item03 figure {
    padding-top: 0.75rem;
  }
}

.p-solution01__item04 dt {
  font-weight: 700;
}
.p-solution01__item04 dl {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution01__item04 dl {
    padding-bottom: 0.625rem;
  }
}
.p-solution01__item04 dl:last-child {
  padding-bottom: 0;
}
.p-solution01__item04 figure {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution01__item04 figure {
    padding-top: 0.625rem;
  }
}

.p-solution02__item01 {
  border-radius: 10px;
  background: #eef9f6;
  padding: 1.875rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item01 {
    margin-top: 1rem;
    padding: 1.25rem 1.25rem;
  }
}
.p-solution02__item01 dl {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item01 dl {
    padding-bottom: 0.875rem;
  }
}
.p-solution02__item01 dl:last-child {
  padding-bottom: 0rem;
}
.p-solution02__item01 dt {
  font-weight: 700;
}
.p-solution02__item01 img {
  display: inline-block;
  width: 17px;
  vertical-align: -10%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-solution02__item01 img {
    margin-right: 5px;
    vertical-align: -12%;
  }
}
.p-solution02__item01 dd {
  padding-left: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item01 dd {
    padding-left: 0rem;
  }
}
.p-solution02__item01 p {
  font-weight: 700;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item01 p {
    padding-bottom: 0.1875rem;
    text-align: center;
  }
}

.p-solution02__item02 section {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item02 section {
    padding-top: 0.875rem;
  }
}
.p-solution02__item02 h3 {
  font-weight: 700;
}
.p-solution02__item02 p {
  padding-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item02 p {
    padding-left: 0rem;
    padding-top: 0.3125rem;
  }
}
.p-solution02__item02 h3 > img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item02 h3 > img {
    width: 22px;
    margin-right: 0.1875rem;
  }
}
.p-solution02__item02 figure {
  width: 100%;
  margin: auto;
  padding-top: 1.25rem;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item02 figure {
    padding-top: 1rem;
    padding-left: 0rem;
  }
}
.p-solution02__item02 figure img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-solution02__item02 figure img {
    width: 100%;
  }
}

.p-solution02__item03 figure {
  width: 70%;
  margin: auto;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item03 figure {
    padding-top: 0.75rem;
  }
}

.p-solution02__item04 dt {
  font-weight: 700;
}
.p-solution02__item04 dl {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution02__item04 dl {
    padding-bottom: 0.625rem;
  }
}
.p-solution02__item04 dl:last-child {
  padding-bottom: 0;
}

.p-solution03__item01 {
  border-radius: 10px;
  background: #eef9f6;
  padding: 1.875rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item01 {
    margin-top: 1rem;
    padding: 1.25rem 1.25rem;
  }
}
.p-solution03__item01 dl {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item01 dl {
    padding-bottom: 0.875rem;
  }
}
.p-solution03__item01 dl:last-child {
  padding-bottom: 0rem;
}
.p-solution03__item01 dt {
  font-weight: 700;
}
.p-solution03__item01 img {
  display: inline-block;
  width: 17px;
  vertical-align: -10%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-solution03__item01 img {
    margin-right: 5px;
    vertical-align: -12%;
  }
}
.p-solution03__item01 dd {
  padding-left: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item01 dd {
    padding-left: 0rem;
  }
}

.p-solution__chart {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution__chart {
    padding-top: 1.625rem;
  }
}

.p-solution03__item02 {
  border-radius: 10px;
  background: #eef9f6;
  padding: 1.875rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item02 {
    margin-top: 1rem;
    padding: 1.375rem 1.25rem;
  }
}
.p-solution03__item02 p {
  font-weight: 700;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item02 p {
    padding-bottom: 0.625rem;
    text-align: center;
  }
}
.p-solution03__item02 p span {
  color: #3cb5b1;
}
.p-solution03__item02 dl {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item02 dl {
    padding-bottom: 0.875rem;
  }
}
.p-solution03__item02 dl:last-child {
  padding-bottom: 0rem;
}
.p-solution03__item02 dt {
  font-weight: 700;
}
.p-solution03__item02 img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item02 img {
    width: 22px;
    margin-right: 0.1875rem;
  }
}
.p-solution03__item02 .circle-small img {
  width: 7px;
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .p-solution03__item02 .circle-small img {
    margin-right: 10px;
  }
}
.p-solution03__item02 dd {
  padding-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-solution03__item02 dd {
    padding-left: 0rem;
  }
}

.p-contact {
  border-bottom: 2px solid #f8f8f8;
}

.p-contact__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  padding-top: 0rem;
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    display: block;
  }
}

.p-contact__txt {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__txt {
    padding-top: 16px;
  }
}
.p-contact__txt .ttl {
  color: #3cb5b1;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .ttl {
    text-align: center;
  }
}
.p-contact__txt .ttl span {
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
}
.p-contact__txt figure {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact__txt figure {
    padding: 0.625rem 0 0.625rem;
    width: 80%;
    margin: auto;
  }
}
.p-contact__txt .point li {
  padding-bottom: 0.3125rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .point li {
    padding-bottom: 0.125rem;
  }
}
.p-contact__txt .point li > img {
  width: 26px;
  display: inline-block;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .point li > img {
    width: 20px;
    margin-right: 0.5rem;
  }
}
.p-contact__txt .box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 1.25rem 2.6875rem;
  margin: 1.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .box {
    padding: 0.875rem 1.75rem;
    margin: 1rem 0;
  }
}
.p-contact__txt .box p {
  font-weight: 700;
}
.p-contact__txt .box li {
  position: relative;
  padding-left: 16px;
}
.p-contact__txt .box li::before {
  position: absolute;
  content: "";
  background: #3cb5b1;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  left: 0;
  top: 17px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-contact__txt .box li::before {
    top: 15px;
  }
}

.p-contact__form {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 0px;
  }
}

.p-contact__thanks {
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks {
    padding-top: 1.25rem;
  }
}
.p-contact__thanks .ttl {
  line-height: 1.8;
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .ttl {
    padding-bottom: 0.875rem;
  }
}
.p-contact__thanks span {
  display: inline-block;
  text-decoration: underline;
}
.p-contact__thanks .youtube {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .youtube {
    padding-top: 1rem;
  }
}
.p-contact__thanks .youtube a {
  text-decoration: underline;
  color: #00100e;
}
.p-contact__thanks .box {
  text-align: center;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box {
    padding-bottom: 0.625rem;
  }
}
.p-contact__thanks .box .ttl {
  color: #3cb5b1;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box .ttl {
    text-align: center;
  }
}
.p-contact__thanks .box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box ul {
    padding-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.5rem 0rem;
  }
}
.p-contact__thanks .box .name {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 700;
  padding-top: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box .name {
    padding-top: 0.625rem;
  }
}

.p-download__thanks {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-download__thanks {
    padding-top: 1.25rem;
  }
}
.p-download__thanks .tel {
  display: inline-block;
  text-decoration: underline;
}
.p-download__thanks .txt {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  padding: 3.125rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .txt {
    line-height: 1.7;
    padding: 1.875rem 0 1.25rem;
  }
}
.p-download__thanks .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .box {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.p-download__thanks figure img {
  width: 100%;
}
.p-download__thanks .item {
  border-radius: 10px;
  padding: 1.875rem 1.25rem 2.5rem;
  box-shadow: 0px 0px 15px 0px rgba(60, 181, 177, 0.16);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .item {
    padding: 1.25rem;
    grid-template-rows: auto;
  }
}
.p-download__thanks .ttl {
  color: #3cb5b1;
  font-weight: 700;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  line-height: 1.5;
}
.p-download__thanks figure {
  width: 90%;
  margin: auto;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks figure {
    width: 70%;
    padding-top: 0.3125rem;
  }
}
.p-download__thanks .text-back {
  display: inline-block;
  text-decoration: underline;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .text-back {
    padding-top: 1.25rem;
  }
}
.p-download__thanks .text-back a {
  color: #00100e;
}
.p-download__thanks .btn {
  padding-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .btn {
    padding-top: 0.625rem;
  }
}
.p-download__thanks .btn a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background: #3cb5b1;
  display: inline-block;
  padding: 0.75rem;
  font-size: 1rem;
  width: 100%;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-download__thanks .btn a {
    padding: 0.3125rem;
  }
}
.p-download__thanks .btn a:hover {
  opacity: 0.9;
}
.p-download__thanks .youtube {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .youtube {
    padding-top: 1rem;
  }
}
.p-download__thanks .youtube a {
  text-decoration: underline;
  color: #00100e;
}/*# sourceMappingURL=common.css.map */