@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_32 {
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
}

.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;
  color: #171c61;
}

.line {
  background: #fff1c1;
}

.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: #f0f3fc;
}

.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: #00043a;
  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;
}

.l-spacer.-pt80 {
  padding-top: 5rem;
}

@media screen and (max-width: 1023px) {
  .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: 5rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 3.125rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-ptSmall {
    padding-top: 1.5rem;
  }
  .l-spacer.-pbSmall {
    padding-bottom: 2.5rem;
  }
  .l-spacer.-pt80 {
    padding-top: 1.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_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.-solutions {
  max-width: 920px;
}

.l-container.-seminar {
  max-width: 830px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-functions-ttl {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-functions-under {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-functions-under {
    width: 90%;
  }
}

.l-container.-functions-other {
  max-width: 850px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-functions-other {
    width: 90%;
  }
}

.l-container.-service {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-service {
    width: 90%;
  }
}

.l-container.-case {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-case {
    width: 90%;
  }
}

.l-container.-Large {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-container.-Large {
    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 {
  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: 500;
  border-radius: 5px;
  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.25rem 0rem;
    text-align: center;
    background-position: 93% center;
  }
}

.c-button.-kv {
  margin-top: 3.4375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button.-kv {
    margin-top: 1.5rem;
  }
}

.c-button.-kv a {
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(46, 54, 165) 100%);
  border-radius: 5px;
  width: 95%;
  margin: auto;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.375rem 0rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@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.-kv img {
  width: 23px;
  vertical-align: middle;
  margin-right: 1.25rem;
}

.c-button.-blue a {
  color: #fff;
  background: #171c61;
  background-image: url(../image/front/front-icon-next.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.c-button.top-seminar {
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .c-button.top-seminar {
    margin-top: 1.125rem;
  }
}

.c-button.top-seminar a {
  color: #00043a;
  background: #fff;
  background-image: url(../image/common/icon-seminar.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-button.top-seminar a {
    width: 100%;
  }
}
.c-button.top-seminar a:hover {
  box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.5);
}

.c-button.-seminar {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  margin-top: 1.125rem;
  padding: 1.375rem 4.375rem 1.375rem 3.75rem;
  color: #00043a;
  background: #fff;
  background-image: url(../image/common/icon-seminar.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-button.-seminar {
    width: 90%;
    padding: 1.0625rem 0rem;
    text-align: center;
    background-position: 93% center;
    margin-top: 1rem;
  }
}

.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: #171c61;
  background: #fff;
  background-image: url(../image/common/icon-next-green.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 2px solid #171c61;
  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.-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: #171c61;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border: 2px solid #171c61;
  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: 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-button.-back {
    margin-top: 1.375rem;
  }
}

.c-button.-back a {
  color: #fff;
  background: #171c61;
  background-image: url(../image/contact/icon-back.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  border: 2px solid #171c61;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  padding: 1.25rem 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button.-back a {
    width: 100%;
    padding: 1.125rem 0rem;
  }
}

.c-button.-webinar {
  width: 45%;
  margin: auto;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-webinar {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.c-button.-webinar img {
  width: 23px;
  vertical-align: sub;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .c-button.-webinar img {
    width: 20px;
    margin-right: 16px;
  }
}

.c-button.-webinar a {
  color: #fff;
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(46, 54, 165) 100%);
  padding: 1.375rem 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.-webinar a {
    width: 100%;
    padding: 0.8125rem 0rem;
  }
}

.c-button.-useful {
  margin-top: 1.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-button.-useful {
    margin-top: 1rem;
  }
}
.c-button.-useful a {
  color: #171c61;
  background: #fff;
  background-image: url(../image/common/icon-next-blue.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 2px solid #171c61;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 0.9375rem 0;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 1.7;
  width: 100%;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-button.-useful a {
    width: 100%;
    padding: 0.625rem 0rem;
  }
}
.c-heading.-primary {
  color: #171c61;
  font-size: clamp(1.375rem, 1.119rem + 1.14vw, 2rem);
  text-align: center;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-primary {
    padding-bottom: 1.5625rem;
  }
}

.c-heading.-primary.-point {
  position: relative;
  display: inline-block;
  padding-right: 70px;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .c-heading.-primary.-point {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
  }
}
.c-heading.-primary.-point::before,
.c-heading.-primary.-point::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 55px;
  background-repeat: no-repeat;
  bottom: 55px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-heading.-primary.-point::before,
  .c-heading.-primary.-point::after {
    width: 30px;
    height: 40px;
    bottom: 25px;
  }
}
.c-heading.-primary.-point::before {
  left: 0;
  background-image: url(../image/front/point-icon-left.png);
}
.c-heading.-primary.-point::after {
  background-image: url(../image/front/point-icon-right.png);
  right: 0;
}

.c-heading.front-primary {
  color: #171c61;
  font-size: clamp(1.375rem, 1.119rem + 1.14vw, 2rem);
  text-align: center;
  padding-bottom: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading.front-primary {
    padding-bottom: 2rem;
  }
}

.c-heading.front-subprimary {
  color: #b3b3b3;
  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: rgb(223, 231, 255);
  background: linear-gradient(180deg, rgba(223, 231, 255, 0) 50%, rgb(223, 231, 255) 100%);
  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: #00043a;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1;
}
.c-heading.under span {
  color: #171c61;
  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: rgb(223, 231, 255);
  background: linear-gradient(180deg, rgba(223, 231, 255, 0) 50%, rgb(223, 231, 255) 100%);
  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: #00043a;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1;
}
.c-heading.contact span {
  color: #171c61;
  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: 0.3125rem 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: #171c61;
  display: inline-block;
  font-weight: 500;
}

.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;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .layer.-sub a {
    padding-right: 20px;
    margin-right: 5px;
  }
}

.c-cta {
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(46, 54, 165) 100%);
  padding: 3.75rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 1.875rem 0 2.25rem;
  }
}
.c-cta::before {
  position: absolute;
  content: "";
  background-image: url(../image/common/cta-bg.svg);
  background-size: 70px 70px;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-cta .ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-cta .ttl {
    padding-bottom: 1.25rem;
  }
}
.c-cta .sub {
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
}
.c-cta .under {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
}

.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: 5px;
  transition: all 0.2s ease-in-out;
}
.c-cta__box:hover {
  box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.5);
}
.c-cta__box .image {
  width: 100%;
}
.c-cta__box figure {
  min-width: 200px;
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-cta__box figure {
    width: 50%;
    min-width: 0;
  }
}
.c-cta__box a {
  padding: 2.125rem 0 1.875rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__box a {
    padding: 1.25rem 0 1rem;
  }
}
.c-cta__box p {
  color: #171c61;
  font-weight: 700;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  text-align: center;
  line-height: 1.7;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-cta__box p {
    padding-top: 0.625rem;
  }
}
.c-cta__box p img {
  width: 19px;
  vertical-align: sub;
  margin-left: 0.625rem;
}
.c-cta__box span {
  font-size: 12px;
}

.c-seminar__contents {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #000;
}
.c-seminar__contents img {
  height: 260px;
  transition: transform 0.6s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-seminar__contents img {
    height: 180px;
  }
}
.c-seminar__contents:hover img {
  transform: scale(1.1); /* 拡大 */
}
.c-seminar__contents .c-seminar__box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}
.c-seminar__contents .c-seminar__box .sub {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
.c-seminar__contents .c-seminar__box .ttl {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  font-weight: 500;
  line-height: 1.6;
}

.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: #171c61;
  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: #171c61;
  }
  .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: 1.25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header__body {
    padding: 1.125rem 0;
  }
}

.p-header__left {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0rem 1.875rem;
}

.p-header__right {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .p-header__right {
    display: none;
  }
}

.p-header__title a {
  display: inline-block;
}
.p-header__title img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__title img {
    width: 150px;
    vertical-align: middle;
  }
}

.p-global-nav {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  -moz-column-gap: 0rem;
  column-gap: 0rem;
  transform: translateX(0);
  width: 100%;
  align-items: center;
  max-width: 700px;
  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%;
    max-width: 80%;
    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;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item {
    border-bottom: 1px solid #e6e6e6;
  }
}

.p-global-nav__item a {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 100%;
  padding: 0.75rem 0;
  color: #00100e;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item a {
    padding: 1.25rem 0 1.625rem 2.5rem;
    font-size: 0.9375rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav__item a {
    padding: 0.875rem 0 0.875rem 1.25rem;
    font-size: 0.875rem;
  }
}

.p-global-nav__item.active a {
  color: #171c61;
}

.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: 90%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #171c61;
  border-right: 3px solid #171c61;
  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: 200px;
  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.3125rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.5rem 0rem;
    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 #171c61;
  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: #f0f3fc;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #171c61;
  padding: 1rem 1.25rem;
  line-height: 1.7;
}
@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.875rem 0.625rem;
    line-height: 1.7;
  }
}

.p-header__download {
  background: rgb(23, 28, 97);
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(46, 54, 165) 100%);
  border-radius: 5px;
  border: 2px solid #171c61;
  margin-right: 0.625rem;
  width: 160px;
  min-width: 140px;
}
@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%;
  letter-spacing: 0.1em;
}
@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: 7px;
}
@media screen and (max-width: 1200px) {
  .p-header__download img {
    width: 18px;
    margin-right: 12px;
  }
}

.p-header__contact {
  border: 2px solid #171c61;
  border-radius: 5px;
  width: 160px;
  min-width: 140px;
}
@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: #171c61;
  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: 19px;
  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: 500;
}

.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: #00043a;
  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: #171c61;
  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: linear-gradient(180deg, rgba(223, 231, 255, 0) 70%, rgb(223, 231, 255) 100%);
  padding: 6.25rem 0 6.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-hero {
    padding: 2.125rem 0 2.5rem;
  }
}
.p-hero::before {
  position: absolute;
  content: "";
  background-image: url(../image/front/point-bg.svg);
  background-size: 70px 70px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.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: 47%;
}
@media screen and (max-width: 768px) {
  .p-hero__copy {
    width: 100%;
  }
}
.p-hero__copy .sub-ttl {
  position: relative;
  background: #fff;
  border-radius: 50px;
  color: #171c61;
  font-weight: 500;
  font-size: clamp(1rem, 0.797rem + 0.9vw, 1.375rem);
  text-align: center;
  padding: 0.4375rem 0;
  filter: drop-shadow(0px 0px 15px rgba(23, 28, 97, 0.1));
}
@media screen and (max-width: 768px) {
  .p-hero__copy .sub-ttl {
    padding: 0.1875rem 0;
    filter: drop-shadow(0px 0px 10px rgba(23, 28, 97, 0.1));
  }
}
.p-hero__copy .sub-ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  filter: drop-shadow(0px 0px 15px 0px rgba(23, 28, 97, 0.1));
}
.p-hero__copy .ttl {
  color: #00043a;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.247rem + 0.57vw, 1.688rem);
  line-height: 1.4;
  padding: 2.625rem 0 1.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .ttl {
    text-align: center;
    padding: 1.375rem 0 0.4375rem;
    line-height: 1.7;
  }
}
.p-hero__copy .ttl span {
  color: #171c61;
  display: inline-block;
  margin-left: 5px;
}
.p-hero__copy .logo {
  text-align: center;
}
.p-hero__copy .logo img {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .logo img {
    width: 80%;
  }
}

.p-hero__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-hero__image {
    width: 80%;
    margin: auto;
    padding-left: 0rem;
    margin-top: 1.75rem;
  }
}

.p-solutions__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-solutions__contents {
    display: block;
  }
}
.p-solutions__contents figure {
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-solutions__contents figure {
    margin-right: 0rem;
    width: 60%;
    margin: -1rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-solutions__contents ul {
    margin-top: 1.5rem;
  }
}
.p-solutions__contents li {
  position: relative;
  background-color: #f0f3fc;
  color: #00043a;
  font-weight: 500;
  border-radius: 5px;
  padding: 1.1875rem 2.125rem;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-solutions__contents li {
    padding: 0.9375rem 0.625rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
  }
}
.p-solutions__contents li:last-child {
  margin-bottom: 0;
}
.p-solutions__contents li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 16px solid #f0f3fc;
}
@media screen and (max-width: 768px) {
  .p-solutions__contents li::before {
    content: none;
  }
}
.p-solutions__contents li img {
  width: 22px;
  vertical-align: middle;
  margin-right: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-solutions__contents li img {
    width: 15px;
    margin-right: 0.625rem;
  }
}

.traiangle {
  position: relative;
  filter: drop-shadow(0px 15px 10px rgba(23, 28, 97, 0.07));
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .traiangle {
    margin-top: 0.3125rem;
    filter: drop-shadow(0px 5px 4px rgba(23, 28, 97, 0.07));
  }
}
.traiangle::after {
  position: absolute;
  content: "";
  height: 134px;
  max-width: 1280px;
  width: 100%;
  -webkit-clip-path: polygon(49% 100%, 0 51%, 100% 50%);
  clip-path: polygon(49% 100%, 0 51%, 100% 50%);
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .traiangle::after {
    height: 50px;
  }
}

.p-point {
  background-image: url(../image/front/point-bg.svg);
  background-size: 70px 70px;
  background-repeat: repeat;
}
.p-point h2 img {
  width: 246px;
  vertical-align: sub;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-point h2 img {
    max-width: 200px;
    width: 90%;
  }
}

.p-point__box {
  background: #f8f8f8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.75rem 4.375rem;
  margin-bottom: 3.125rem;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  position: relative;
}
.p-point__box::after {
  position: absolute;
  content: "";
  height: 200px;
  width: 2px;
  background-color: #ddd;
  left: 50%;
  bottom: -30%;
  z-index: -10;
}
.p-point__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-point__box {
    display: block;
    padding: 1.625rem 1.25rem;
    margin-bottom: 1.75rem;
  }
}
.p-point__box .p-point__text {
  padding-right: 0rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-point__box .p-point__text {
    width: 100%;
    padding-right: 0rem;
    text-align: center;
  }
}
.p-point__box h3 {
  font-weight: 700;
  color: #171c61;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  line-height: 1.7;
  padding: 1.125rem 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-point__box h3 {
    padding: 0.5rem 0 0.75rem;
  }
}
.p-point__box .sub-title {
  color: #171c61;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-point__box .sub-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-point__box p {
    text-align: left;
  }
}
.p-point__box .number {
  display: inline-block;
  font-size: clamp(2.188rem, 1.679rem + 2.26vw, 3.125rem);
  margin-left: 0.625rem;
  font-weight: 500;
}
.p-point__box figure {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-point__box figure {
    width: 55%;
    margin: auto;
    padding-top: 0.875rem;
  }
}

.p-point__box.-reverse {
  flex-direction: row-reverse;
}
.p-point__box.-reverse .p-point__text {
  padding-left: 2rem;
  padding-right: 0rem;
}
@media screen and (max-width: 768px) {
  .p-point__box.-reverse .p-point__text {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.p-point__under {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-point__under {
    margin-top: 1.875rem;
  }
}
.p-point__under h3 {
  background: #171c61;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
  line-height: 1.7;
  padding: 1.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-point__under h3 {
    padding: 1.5rem 1.75rem;
  }
}
.p-point__under .box {
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  display: flex;
  padding: 2.5rem 3.75rem;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-point__under .box {
    display: block;
    padding: 1.375rem 1.25rem 1.875rem;
  }
}
.p-point__under .box figure {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-point__under .box figure {
    width: 80%;
    margin: auto;
  }
}
.p-point__under .box p {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-point__under .box p {
    width: 100%;
    padding-top: 1rem;
  }
}

.p-reason {
  background: #f0f3fc;
}
.p-reason h2 img {
  width: 65px;
  vertical-align: text-top;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-reason h2 img {
    width: 50px;
  }
}

.p-reason__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-reason__contents {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}

.p-reason__box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  padding: 1.875rem 1.5625rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__box {
    padding: 1.5rem 1.25rem 1.875rem;
  }
}
.p-reason__box .num {
  color: #171c61;
  font-weight: 500;
  font-size: clamp(1.875rem, 1.619rem + 1.14vw, 2.5rem);
  text-align: center;
  line-height: 1;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-reason__box .num {
    padding-bottom: 0.625rem;
  }
}
.p-reason__box figure {
  width: 120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__box figure {
    width: 35%;
  }
}
.p-reason__box h3 {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: #171c61;
  text-align: center;
  font-weight: 700;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-reason__box h3 {
    padding: 0.5rem 0;
  }
}

.p-seminar {
  background: rgb(23, 28, 97);
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(46, 54, 165) 100%);
}

.p-seminar__contents {
  display: flex;
  justify-content: space-between;
}
.p-seminar__contents .box {
  color: #ffffff;
  padding: 3.875rem 0 4.375rem;
  width: 50%;
  font-weight: 400;
  margin-left: 5.375rem;
}
@media screen and (max-width: 1200px) {
  .p-seminar__contents .box {
    margin-left: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-seminar__contents .box {
    width: 100%;
    margin-left: 0rem;
    padding: 2.125rem 0 2.5rem;
  }
}
.p-seminar__contents .box .sub {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 500;
}
.p-seminar__contents .box .ttl {
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  font-weight: 700;
  line-height: 1;
  padding: 1.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-seminar__contents .box .ttl {
    padding: 0.625rem 0 1rem;
  }
}
.p-seminar__contents figure {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-seminar__contents figure {
    display: none;
  }
}
.p-seminar__contents figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  margin-top: -0.9375rem;
}
@media screen and (max-width: 768px) {
  .slider {
    margin-top: -0.9375rem;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 2.8125rem;
  }
}

.slick-dots {
  bottom: -42px;
}
@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: #171c61;
}

.slick-next {
  right: -50px;
  width: 35px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
  }
}

.slick-prev {
  left: -50px;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
  }
}

.slick-next:before,
.slick-prev:before {
  color: #171c61;
  font-size: 35px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 30px;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.p-flow {
  background: #f0f3fc;
}

.p-flow__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-flow__contents {
    grid-template-columns: 1fr;
  }
}

.p-flow__box {
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 1.25rem 0 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-flow__box {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__box:last-child {
    margin-bottom: 0;
  }
}
.p-flow__box p {
  color: #171c61;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-flow__box p {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 0.3125rem;
  }
}
.p-flow__box h3 {
  font-weight: 700;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  text-align: center;
  line-height: 1.5;
  padding-top: 1rem;
  color: #00043a;
}
@media screen and (max-width: 768px) {
  .p-flow__box h3 {
    padding-top: 0rem;
    text-align: left;
    width: 50%;
  }
}
.p-flow__box figure {
  width: 100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__box figure {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__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/topics-icon-next.svg);
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 1.625rem 3.125rem 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: #171c61;
  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-functions h2 {
  position: relative;
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  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.375rem;
  }
}
.p-functions h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
  background: #171c61;
}
@media screen and (max-width: 768px) {
  .p-functions h2::before {
    width: 55px;
    height: 3px;
  }
}

.p-functions__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem 3.125rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-functions__contents {
    grid-template-columns: 1fr;
    gap: 1.125rem 0rem;
    padding-top: 1.875rem;
  }
}
.p-functions__contents .item {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  border-radius: 5px;
  padding: 2.5rem 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-functions__contents .item {
    padding: 1.25rem 0.875rem;
  }
}
.p-functions__contents .item:hover {
  box-shadow: 0px 0px 40px 0px rgba(23, 28, 97, 0.1);
}
.p-functions__contents .item figure {
  width: 110px;
  margin-right: 1.6875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-functions__contents .item figure {
    width: 110px;
    margin-right: 0rem;
  }
}
@media screen and (max-width: 568px) {
  .p-functions__contents .item figure {
    width: 20vw;
    margin-right: 0rem;
  }
}
.p-functions__contents .item h3 {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  color: #171c61;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-functions__contents .item h3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    line-height: 1.7;
  }
}
.p-functions__contents .item h3 span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
}
.p-functions__contents .item a {
  color: #00100e;
  display: flex;
  align-items: center;
}
.p-functions__contents .item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-functions__contents .item .box {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-functions__contents .item .box {
    padding-left: 1.25rem;
  }
}

.function-under-ttl {
  background: #f0f3fc;
  padding: 3.75rem 0 4.375rem;
}
@media screen and (max-width: 768px) {
  .function-under-ttl {
    padding: 1.75rem 0 1.875rem;
  }
}
.function-under-ttl h2 {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  color: #171c61;
  text-align: center;
}
.function-under-ttl .sub {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  line-height: 1;
  text-align: center;
  color: #171c61;
  padding-top: 0.3125rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .function-under-ttl .sub {
    padding-bottom: 0.75rem;
  }
}
.function-under-ttl p {
  color: #171c61;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.714rem + 0.71vw, 1.25rem);
  text-align: center;
  padding: 0.625rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .function-under-ttl p {
    padding: 0.5rem 0 2.75rem;
    line-height: 1.7;
    font-weight: 700;
  }
}
.function-under-ttl .box {
  position: relative;
  background: #fff;
}
.function-under-ttl .box p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90%;
  background: #171c61;
  color: #fff;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  border-radius: 50px;
  padding: 0.25rem 0;
  width: 43%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .function-under-ttl .box p {
    width: 80%;
    bottom: 85%;
  }
}
.function-under-ttl .box p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #171c61;
}
.function-under-ttl .box ul {
  font-size: clamp(0.875rem, 0.714rem + 0.71vw, 1.25rem);
  font-weight: 500;
  border-radius: 5px;
  padding: 3.75rem 0 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .function-under-ttl .box ul {
    padding: 2.1875rem 1.25rem 1rem;
    line-height: 1.8;
    margin-left: 0;
  }
}
.function-under-ttl .box .one-line {
  margin-left: 4.375rem;
}
@media screen and (max-width: 768px) {
  .function-under-ttl .box .one-line {
    margin-left: 0;
  }
}
.function-under-ttl .box img {
  width: 23px;
  vertical-align: sub;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .function-under-ttl .box img {
    width: 16px;
    margin-right: 0.5rem;
  }
}

.function-under-item {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .function-under-item {
    padding-top: 2.1875rem;
  }
}
.function-under-item .box {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .function-under-item .box {
    margin-bottom: 1.75rem;
  }
}
.function-under-item .box:last-child {
  margin-bottom: 0rem;
}
.function-under-item .box h3 {
  color: #171c61;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 700;
  background: #f8f8f8;
  padding: 0.5rem 2.1875rem;
  border-left: 4px solid #171c61;
}
@media screen and (max-width: 768px) {
  .function-under-item .box h3 {
    padding: 0.3125rem 1.25rem;
  }
}
.function-under-item .box p,
.function-under-item .box ul {
  padding: 1.5rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .function-under-item .box p,
  .function-under-item .box ul {
    padding: 0.875rem 0 0.625rem;
  }
}
.function-under-item .box .text {
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .function-under-item .box .text {
    padding: 0.875rem 0 0;
  }
}
.function-under-item .box li {
  display: flex;
  align-items: flex-start;
}
.function-under-item .box .dot {
  display: inline-block;
  background: #171c61;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 0.6875rem;
  margin-top: 0.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .function-under-item .box .dot {
    width: 7px;
    height: 7px;
    margin-right: 0.5rem;
  }
}
.function-under-item .point {
  position: relative;
  background: #f0f3fc;
  padding: 3.4375rem;
  margin-top: 6.25rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .function-under-item .point {
    padding: 1.625rem 1.25rem 1.375rem;
    margin-top: 2.5rem;
  }
}
.function-under-item .point .ttl {
  position: absolute;
  display: inline-block;
  color: white;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  background: #171c61;
  font-weight: 700;
  border-radius: 50px;
  line-height: 1;
  padding: 0.5rem 0;
  width: 17%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .ttl {
    width: 40%;
    padding: 0.4375rem 0;
  }
}
.function-under-item .point .ttl.-function03 {
  bottom: 90%;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .ttl.-function03 {
    bottom: 95%;
  }
}
.function-under-item .point .ttl.-function04 {
  bottom: 97%;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .ttl.-function04 {
    bottom: 99%;
  }
}
.function-under-item .point h3 {
  color: #171c61;
  font-weight: 700;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  text-align: center;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .function-under-item .point h3 {
    line-height: 1.7;
    padding-bottom: 0.625rem;
  }
}
.function-under-item .point .item {
  background: #fff;
  border-radius: 5px;
  padding: 1.875rem 3.375rem 3.125rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .item {
    margin-top: 1.25rem;
    padding: 1.25rem 1.25rem 1.5rem;
  }
}
.function-under-item .point .item p {
  color: #171c61;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #171c61;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .item p {
    line-height: 1.7;
    padding-bottom: 0.875rem;
    margin-bottom: 1.125rem;
  }
}
.function-under-item .point .item ul {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.9375rem 0rem;
  padding-left: 0.625rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .item ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.8125rem 0.3125rem;
    padding-left: 0rem;
  }
}
.function-under-item .point .item li {
  display: flex;
  align-items: flex-start;
}
.function-under-item .point .item img {
  width: 21px;
  vertical-align: sub;
  margin-right: 0.5rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .function-under-item .point .item img {
    width: 15px;
    margin-right: 0.3125rem;
  }
}

.p-function-other {
  background: #f8f8f8;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-function-other {
    padding: 1.875rem 0;
  }
}
.p-function-other h2 {
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-function-other h2 {
    padding-bottom: 1.5rem;
  }
}
.p-function-other ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0rem 0rem;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-function-other ul {
    grid-template-columns: 1fr;
    gap: 0rem 0rem;
  }
}
.p-function-other li {
  position: relative;
  padding: 1.75rem 2.125rem;
  border-right: 2px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-function-other li {
    border-right: 0px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding: 0.625rem 1.25rem 0.875rem;
  }
}
.p-function-other li:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-function-other li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .p-function-other .item {
    display: flex;
    align-items: center;
  }
}
.p-function-other figure {
  width: 85px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-function-other figure {
    width: 70px;
    margin: 0;
    flex-shrink: 0;
  }
}
.p-function-other .ttl {
  font-weight: 700;
  color: #171c61;
  text-align: center;
  line-height: 1.5;
  padding: 0.625rem 0 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-function-other .ttl {
    text-align: left;
  }
}
.p-function-other .text {
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-function-other .text {
    text-align: left;
  }
}
.p-function-other .explanation {
  padding-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-function-other .explanation {
    padding-top: 1.25rem;
  }
}
.p-function-other p {
  color: #00100e;
}
@media screen and (max-width: 768px) {
  .p-function-other .inner {
    margin-left: 1.25rem;
  }
}
.p-function-other a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}
.p-function-other .disable {
  pointer-events: none;
}
.p-function-other .disable:before {
  background: #eaeaea;
  opacity: 0.8;
}

.p-case-interview h2 {
  position: relative;
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-case-interview h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.75rem;
  }
}
.p-case-interview h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
  background: #171c61;
}
@media screen and (max-width: 768px) {
  .p-case-interview h2::before {
    width: 55px;
    height: 3px;
  }
}
.p-case-interview .box {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  border-radius: 5px;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-case-interview .box {
    margin-bottom: 1.5rem;
  }
}
.p-case-interview .box:hover {
  box-shadow: 0px 0px 40px 0px rgba(23, 28, 97, 0.1);
}
.p-case-interview .box:last-child {
  margin-bottom: 0;
}
.p-case-interview .box a {
  padding: 3.125rem;
  display: flex;
  align-items: center;
  color: #00100e;
}
@media screen and (max-width: 768px) {
  .p-case-interview .box a {
    padding: 1.25rem 1.25rem;
    display: block;
  }
}
.p-case-interview .box figure {
  width: 33%;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-case-interview .box figure {
    margin-right: 0;
    width: 100%;
    margin: auto;
  }
}
.p-case-interview .box .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-case-interview .box .name {
    display: block;
  }
}
.p-case-interview .box .category span {
  display: inline-block;
  background: #f5f8fa;
  color: #171c61;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
  padding: 0.125rem 0.875rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-case-interview .box .category span {
    padding: 0rem 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-case-interview .box .category {
    text-align: right;
    margin-top: 0.5rem;
  }
}
.p-case-interview .box h3 {
  color: #171c61;
  font-weight: 700;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-case-interview .box h3 {
    padding: 0.625rem 0 0.1875rem;
  }
}
.p-case-interview .box .ttl {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 500;
  color: #171c61;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-case-interview .box .ttl {
    line-height: 1.8;
    padding: 0rem 0 0.3125rem;
  }
}

.p-case-company h2 {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  color: #171c61;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case-company h2 {
    padding-bottom: 1.75rem;
  }
}
.p-case-company ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.9375rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-case-company ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem 0.625rem;
  }
}
.p-case-company li {
  background: #f0f3fc;
  padding: 0.625rem 0;
  color: #171c61;
  font-size: clamp(0.875rem, 0.768rem + 0.48vw, 1.125rem);
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-case-company li {
    line-height: 1.6;
  }
}

.p-case__page .top h1 {
  font-weight: 700;
  color: #171c61;
  font-size: clamp(1.063rem, 0.791rem + 1.2vw, 1.563rem);
  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: 2.5rem 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 figure.result {
  width: 60%;
  margin: auto;
  padding: 2.5rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .top figure.result {
    width: 80%;
    padding: 0.9375rem 0 0.1875rem;
  }
}
.p-case__page .top .company-name {
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .top .company-name {
    padding-top: 0.3125rem;
  }
}
.p-case__page .top .company {
  color: #171c61;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  padding-bottom: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-case__page .top .company {
    padding-bottom: 0.1875rem;
  }
}
.p-case__page .top .name {
  display: inline-block;
  color: #171c61;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.836rem + 0.45vw, 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 .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: #171c61;
  color: #fff;
  font-weight: 500;
  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 0.875rem;
    line-height: 1.7;
  }
}
.p-case__page .inner .ttl {
  color: #171c61;
  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 .text .bold {
  color: #00100e;
}
.p-case__page .inner .result-text {
  padding-top: 1.875rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .result-text {
    padding-top: 1rem;
    line-height: 2;
  }
}
.p-case__page .inner .result-text li {
  display: flex;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .result-text li {
    padding-bottom: 0.625rem;
  }
}
.p-case__page .inner .result-text .num {
  display: inline-block;
  margin-right: 0.6875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .result-text .num {
    margin-right: 0.5rem;
  }
}
.p-case__page .inner .company-image figure {
  width: 50%;
  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 .company-image-65 figure {
  width: 65%;
  margin: auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .company-image-65 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 .inner .dot {
  display: inline-block;
  background: #171c61;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 0.6875rem;
  margin-top: 0.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-case__page .inner .dot {
    width: 7px;
    height: 7px;
    margin-right: 0.5rem;
  }
}
.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: #171c61;
  font-weight: bold;
  font-size: 1.25rem;
  justify-content: space-between;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-case__info .name {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.p-case__info img {
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .p-case__info img {
    width: 95%;
    margin: auto;
    padding: 0.5rem 0;
    display: inline-block;
  }
}
.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: 25%;
  }
}
.p-case__info dt {
  width: 75%;
}
.p-case__info dt a {
  color: #00100e;
}
.p-case__info dt img {
  width: 14px;
  margin-left: 0.625rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-case__info dt img {
    width: 10px;
    margin-left: 0.125rem;
  }
}

.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-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-case__page .point p {
  color: #171c61;
  font-weight: 700;
  background: #f8f8f8;
  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: #171c61;
  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-service-reason h2 {
  color: #00043a;
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  text-align: center;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service-reason h2 {
    padding-bottom: 1.25rem;
    line-height: 1.8;
  }
}
.p-service-reason h2 img {
  width: 65px;
  vertical-align: text-top;
  margin: 0 0.5rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service-reason h2 img {
    width: 50px;
    margin: 0 0.5rem 0 0rem;
  }
}
.p-service-reason .box {
  background: #f8f8f8;
  border-radius: 5px;
  display: flex;
  padding: 2.5rem 3.125rem;
  align-items: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service-reason .box {
    display: block;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-service-reason .box:last-child {
  margin-bottom: 0;
}
.p-service-reason figure {
  width: 18%;
  flex-shrink: 0;
  margin-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service-reason figure {
    margin-right: 0rem;
    width: 32%;
    margin: auto;
  }
}
.p-service-reason .point {
  color: #171c61;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-service-reason .point {
    margin: auto;
    text-align: center;
  }
}
.p-service-reason .num {
  display: inline-block;
  font-size: clamp(2.188rem, 1.679rem + 2.26vw, 3.125rem);
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service-reason .num {
    margin-left: 0.3125rem;
    padding-bottom: 0.75rem;
  }
}
.p-service-reason h3 {
  font-weight: 700;
  color: #171c61;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  line-height: 1.7;
  padding: 1.125rem 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-reason h3 {
    padding: 0.625rem 0 0.3125rem;
  }
}

.p-service-support {
  background: #f0f3fc;
}
.p-service-support h2 {
  position: relative;
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-support h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.p-service-support h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
  background: #171c61;
}
@media screen and (max-width: 768px) {
  .p-service-support h2::before {
    width: 55px;
    height: 3px;
  }
}
.p-service-support .box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(23, 28, 97, 0.1);
  padding: 3.125rem 4.0625rem;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service-support .box {
    padding: 1.875rem 1.25rem 1.25rem;
    margin-top: 3.75rem;
  }
}
.p-service-support .box h3 {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  width: 40%;
  border-radius: 50px;
  text-align: center;
  padding: 0.3125rem 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 94%;
}
@media screen and (max-width: 768px) {
  .p-service-support .box h3 {
    width: 85%;
    bottom: 98%;
    padding: 0.1875rem 0;
  }
}
.p-service-support .box h3.-navy {
  background: #171c61;
}
.p-service-support .box h3.-blue {
  background: #040f97;
}
.p-service-support .box .top {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-support .box .top {
    display: block;
    padding-bottom: 0.375rem;
  }
}
.p-service-support .box .top p {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 700;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .p-service-support .box .top p {
    padding-top: 0.75rem;
  }
}
.p-service-support .box .top p.-navy {
  color: #171c61;
}
.p-service-support .box .top p.-blue {
  color: #040f97;
}
.p-service-support .box .top figure {
  width: 25%;
  flex-shrink: 0;
  margin-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service-support .box .top figure {
    width: 65%;
    margin: auto;
  }
}

.p-service-price h2 {
  position: relative;
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  text-align: center;
  line-height: 1;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service-price h2 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.p-service-price h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
  background: #171c61;
}
@media screen and (max-width: 768px) {
  .p-service-price h2::before {
    width: 55px;
    height: 3px;
  }
}

.table-container {
  overflow-x: auto;
}

.service-price {
  border: 1px solid #dddee9;
  color: #171c61;
  font-weight: 500;
  width: 100%;
  margin-top: 2.5rem;
  min-width: 500px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .service-price {
    margin-top: 1.25rem;
  }
}
.service-price .ttl {
  border: 1px solid #fff;
  border-bottom: 1px solid #dddee9;
}
.service-price .service01,
.service-price .service02 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
  width: 26%;
}
@media screen and (max-width: 768px) {
  .service-price .service01,
  .service-price .service02 {
    padding: 0.625rem;
    line-height: 1.7;
    min-width: 170px;
  }
}
.service-price .service01 {
  background: #171c61;
}
.service-price .service02 {
  background: #040f97;
}
.service-price .overview {
  background: #e2e6f2;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .service-price .overview {
    padding: 0.625rem;
    width: 15%;
  }
}
.service-price .name {
  background: #f0f3fc;
  padding: 1rem 0 1rem 2.0625rem;
  border: 1px solid #dddee9;
  width: 38%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service-price .name {
    padding: 0.3125rem 0.625rem;
    line-height: 1.5;
  }
}
.service-price .item {
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.188rem, 1.018rem + 0.75vw, 1.5rem);
  border: 1px solid #dddee9;
  width: 26%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service-price .item {
    padding: 0.625rem;
    min-width: 170px;
    width: 20%;
  }
}
.service-price .noitem {
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.188rem, 1.018rem + 0.75vw, 1.5rem);
  color: #dddee9;
  border: 1px solid #dddee9;
  width: 26%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .service-price .noitem {
    padding: 0.625rem;
    min-width: 170px;
  }
}
.service-price .item-line {
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.188rem, 1.018rem + 0.75vw, 1.5rem);
  border: 1px solid #dddee9;
  width: 26%;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service-price .item-line {
    padding: 0.625rem;
    min-width: 170px;
  }
}
.service-price .item-line span {
  font-size: 10px;
  display: block;
  line-height: 1;
  padding-top: 7px;
}

.project-priod {
  border: 1px solid #dddee9;
  color: #171c61;
  font-weight: 500;
  width: 100%;
  margin-top: 1.875rem;
  min-width: 500px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .project-priod {
    margin-top: 1.25rem;
  }
}
.project-priod .name {
  background: #f0f3fc;
  border: 1px solid #dddee9;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .project-priod .name {
    padding: 0 0rem;
  }
}
.project-priod .item {
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
  border: 1px solid #dddee9;
  width: 26%;
  color: #00100e;
  font-weight: 500;
  padding: 1.875rem 0.9375rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .project-priod .item {
    padding: 0.625rem;
    line-height: 1.7;
    width: 35%;
  }
}

.p-service-poc .box {
  border-radius: 5px;
  border: 1px solid #171c61;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-service-poc .box {
    padding: 1.25rem 1.25rem;
  }
}
.p-service-poc h2 {
  color: #171c61;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service-poc h2 {
    padding-bottom: 0.5rem;
  }
}
.p-service-poc .under {
  display: flex;
  align-items: center;
  padding-top: 1.125rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-service-poc .under {
    flex-direction: column-reverse;
  }
}
.p-service-poc .under figure {
  width: 18%;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service-poc .under figure {
    width: 40%;
    margin-right: 0rem;
    margin: auto;
    padding-top: 0.9230769231rem;
  }
}
.p-service-poc .under ul {
  background: #f0f3fc;
  border-radius: 5px;
  padding: 1.75rem 2.375rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-service-poc .under ul {
    padding: 1rem 1.25rem;
  }
}
.p-service-poc .under .dot {
  display: inline-block;
  background: #171c61;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 0.6875rem;
  margin-top: 0.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-service-poc .under .dot {
    width: 7px;
    height: 7px;
    margin-right: 0.5rem;
  }
}

.p-column__container {
  display: flex;
  padding: 7.5rem 0 9.375rem;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-column__container {
    padding: 5.625rem 0 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__container {
    display: block;
    padding: 2.5rem 0 3.75rem;
  }
}

.p-column__left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-column__left {
    width: 100%;
    padding-right: 0;
  }
}
.p-column__left article {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-column__left article {
    margin-bottom: 1.875rem;
  }
}

.p-column__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    display: block;
  }
}
.p-column__inner figure {
  width: 30%;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner figure {
    width: 100%;
    padding-bottom: 0.875rem;
  }
}

.p-column__text {
  width: 74%;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .p-column__text {
    width: 100%;
    padding-left: 0;
  }
}
.p-column__text h2 {
  color: #171c61;
  font-size: clamp(1rem, 0.797rem + 0.9vw, 1.375rem);
  line-height: 1.8;
  padding-bottom: 0.625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-column__text h2 {
    padding-bottom: 0.5rem;
  }
}
.p-column__text p {
  color: #00100e;
}
@media screen and (max-width: 768px) {
  .p-column__text p {
    line-height: 1.8;
  }
}

.p-aside__right {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-aside__right {
    width: 100%;
    padding-top: 0.875rem;
  }
}

.p-aside__right h2 {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ced4dc;
}
.p-aside__right li {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-aside__right li {
    padding-top: 1rem;
  }
}

.p-column__right {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-column__right {
    width: 100%;
    padding-top: 0.875rem;
  }
}
.p-column__right aside {
  position: sticky;
  top: 13%;
}

.p-column__right h2 {
  color: #171c61;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ced4dc;
}
.p-column__right li {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-column__right li {
    padding-top: 1rem;
  }
}

.p-column__recommend {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-column__recommend {
    margin-top: 1.875rem;
  }
}

.p-column__contents {
  max-width: 950px;
  padding: 2.0625rem 0 9.375rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-column__contents {
    padding: 1.875rem 0;
  }
}
.p-article__inner {
  font-size: clamp(0.938rem, 0.87rem + 0.3vw, 1.063rem);
}

.ttl h1 {
  color: #171c61;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1.7;
  padding-bottom: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttl h1 {
    padding-bottom: 1.25rem;
  }
}
.ttl p {
  padding: 2.5rem 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .ttl p {
    padding: 1.25rem 0 1.25rem;
  }
}
.ttl ul {
  padding: 1.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .ttl ul {
    padding: 1rem 0 0;
  }
}
.ttl li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: inline-block;
  margin-right: 1.25rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .ttl li::before {
    margin-right: 1rem;
  }
}

.table {
  background-color: #f8f8f8;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .table {
    padding: 1.25rem 1.125rem;
  }
}
.table p {
  color: #171c61;
  font-size: clamp(0.938rem, 0.768rem + 0.75vw, 1.25rem);
}
.table li {
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .table li {
    padding: 0.3125rem 0;
  }
}
.table li + li {
  border-top: dashed 1px #ced4dc;
}
.table li a {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  font-weight: 500;
  color: #00100e;
}
.table li a:hover {
  text-decoration: underline;
}

.contents {
  padding-bottom: 6.25rem;
  border-bottom: 3px solid #0d2c48;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-bottom: 1.875rem;
  }
}
.contents .column {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .contents .column {
    margin-top: 2.5rem;
  }
}
.contents h2 {
  color: #00100e;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  padding-bottom: 1.75rem;
  margin-bottom: 2.8125rem;
  border-bottom: 3px solid #171c61;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents h2 {
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.contents h3 {
  border-left: solid 4px #171c61;
  font-weight: 500;
  font-size: clamp(1.063rem, 0.825rem + 1.05vw, 1.5rem);
  padding-left: 24px;
  margin-bottom: 1.625rem;
  margin-top: 3.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contents h3 {
    margin-bottom: 1rem;
    margin-top: 1.875rem;
  }
}
.contents ul {
  padding: 1.625rem 0;
}
@media screen and (max-width: 768px) {
  .contents ul {
    padding: 1.25rem 0;
  }
}
.contents li {
  /* display: flex; */
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contents li {
    padding-bottom: 0.125rem;
  }
}
.contents li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 14px;
  background-color: #d9d9d9;
  display: inline-block;
  margin-right: 1.25rem;
  margin-bottom: 1px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contents li::before {
    margin-right: 0.75rem;
    margin-top: 10px;
  }
}
.contents .images {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .contents .images {
    padding-top: 1.375rem;
  }
}
.contents .banner {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .contents .banner {
    padding-top: 1.375rem;
  }
}

.p-column__btn {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-column__btn {
    padding-top: 1.875rem;
    margin-bottom: 2.5rem;
  }
}

.contents p span {
  font-weight: 700;
}

.contents a {
  font-weight: 700;
  color: #171c61;
  text-decoration: underline;
}

.contents .cta {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
}

.contents .cta span {
  background-color: #f0f3fc;
}

.pt-20 {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .pt-20 {
    padding-top: 10px;
  }
}
.pt-50 {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .pt-50 {
    padding-top: 30px;
  }
}
.tbl-col-2 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .tbl-col-2 {
    margin: 1.375rem 0;
  }
}
.tbl-col-2 .ttl {
  background: #f8f8f8;
}

.tbl-col-2 .item {
  width: 30%;
  border: 1px solid #bab9b9;
  padding: 14px 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tbl-col-2 .item {
    padding: 10px 0;
  }
}
.tbl-col-2 .detail {
  width: 70%;
  border: 1px solid #bab9b9;
  padding: 14px 60px;
}

@media screen and (max-width: 768px) {
  .tbl-col-2 .detail {
    padding: 10px 10px;
    line-height: 1.8;
  }
}
.tbl-col-4 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  /* min-width: 500px; */
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .tbl-col-4 {
    margin: 1.375rem 0;
    line-height: 1.5;
  }
}
.tbl-col-4 .ttl {
  background: #f8f8f8;
}

.tbl-col-4 th {
  width: 20%;
  border: 1px solid #bab9b9;
  padding: 14px 0;
}

.tbl-col-4 td {
  width: 20%;
  border: 1px solid #bab9b9;
  text-align: left;
  padding: 14px 20px;
}

@media screen and (max-width: 768px) {
  .tbl-col-4 td {
    padding: 10px 0;
  }
}
.tbl-col-4 .kinds {
  width: 25%;
}

.p-useful {
  padding-bottom: 6.875rem;
}
@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: 500;
  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;
  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: 500;
  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: #171c61;
  color: #fff;
  font-weight: 500;
  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: #171c61;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  text-align: center;
  padding-top: 1.125rem;
  line-height: 1.7;
}
@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-webinar {
  padding: 1.875rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-webinar {
    padding: 1.25rem 0 3.125rem;
  }
}
.p-webinar .box {
  background: #f0f3fc;
  border-radius: 10px;
  padding: 3.75rem 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-webinar .box {
    margin-top: 2.5rem;
    padding: 1.5rem 1.25rem;
  }
}
.p-webinar .box h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-webinar .box h2 {
    line-height: 1.7;
  }
}
.p-webinar .box h2 .ttl {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: #171c61;
  font-weight: 700;
}
.p-webinar .box h2 .sub-ttl {
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  color: #171c61;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-webinar .box h2 .sub-ttl {
    padding-top: 0.625rem;
  }
}
.p-webinar .box .note {
  text-align: center;
}
.p-webinar .box .stream {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  font-weight: 700;
  padding: 1.25rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-webinar .box .stream {
    padding: 0.625rem 0 0.625rem;
    line-height: 1.7;
  }
}
.p-webinar .box .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #171c61;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-webinar .box .circle {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
.p-webinar .box .inner {
  background: #fff;
  border-radius: 10px;
  margin-top: 2.5rem;
  padding: 2rem 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-webinar .box .inner {
    margin-top: 1.5rem;
    padding: 1.25rem 1.25rem;
  }
}

.p-movie .note {
  text-align: center;
  padding-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-movie .note {
    padding-top: 1rem;
  }
}

#movie {
  width: 90%;
  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;
}

#movie-flow {
  width: 70%;
  height: auto;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #movie-flow {
    width: 100%;
  }
}

#movie-flow::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* ※1)ココがアスペクト比（縦横比）*/
}

#movie-flow 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-flow {
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .play-btn-flow {
    width: 17%;
  }
}

.play-btn-flow.playActive {
  display: none;
}

.p-movie .txt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: red;
}

.p-download {
  border-bottom: 2px solid #f8f8f8;
}

.p-download__thanks {
  text-align: center;
  padding-top: 2.5rem;
}

@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 {
  background: #f0f3fc;
  border-radius: 10px;
  padding: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-download__thanks .box {
    padding: 1.25rem;
  }
}
.p-download__thanks .ttl {
  color: #171c61;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
}

.p-download__thanks figure {
  width: 50%;
  margin: auto;
  padding-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-download__thanks figure {
    width: 70%;
    padding-top: 0.625rem;
  }
}
.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-contact {
  border-bottom: 2px solid #f8f8f8;
}

.p-contact__contents {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50%;
  -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: #171c61;
  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: 1rem 0 0.625rem;
    width: 70%;
    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;
  color: #171c61;
}

.p-contact__txt .box ul li {
  display: flex;
  align-items: baseline;
}

.p-contact__txt .box .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #171c61;
  flex-shrink: 0;
  margin-right: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .box .dot {
    margin-right: 0.5rem;
  }
}
.p-contact__form {
  margin-top: -10px;
}
@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: #171c61;
  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: #171c61;
  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: 1.875rem;
}
@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;
  }
}

.slider-useful {
  padding-top: 1.5625rem;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .slider-useful {
    padding-top: 1.25rem;
  }
}
.slider-useful .slick-next:before,
.slider-useful .slick-prev:before {
  color: #171c61;
  font-size: 20px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider-useful .slick-next:before,
  .slider-useful .slick-prev:before {
    font-size: 10px;
  }
}
.slider-useful .slick-dots li button:before {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .slider-useful .slick-dots li button:before {
    font-size: 10px;
  }
}
.slider-useful .slick-dots {
  bottom: -25px;
}

.slider-useful.slick-dots li.slick-active button:before {
  color: #171c61;
}

.slider-useful.slick-dotted.slick-slider {
  margin-bottom: 3.125rem;
}

.slider-useful .slick-next {
  right: -30px;
}

.slider-useful .slick-prev {
  left: -30px;
}

.p-download__thanks .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0rem 3.125rem;
}

@media screen and (max-width: 768px) {
  .p-download__thanks .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.slider-useful li img {
  border: 1px solid #bababa;
  width: 99%;
} /*# sourceMappingURL=common.css.map */
