@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_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .font_size_30 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 568px) {
  .font_size_30 {
    font-size: 1.4375rem;
  }
}

.font_size_26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .font_size_26 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_26 {
    font-size: 22px;
  }
}

.font_size_24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .font_size_24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_24 {
    font-size: 20px;
  }
}

.font_size_22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .font_size_22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_22 {
    font-size: 18px;
  }
}

.font_size_20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .font_size_20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_20 {
    font-size: 16px;
  }
}

.font_size_18 {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .font_size_18 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_18 {
    font-size: 15px;
  }
}

.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: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .font_size_15 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 568px) {
  .font_size_15 {
    font-size: 0.875rem;
  }
}

.font_size_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .font_size_14 {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 568px) {
  .font_size_14 {
    font-size: 0.75rem;
  }
}

.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: bold;
}

.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%;
  height: auto;
}

.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: #f4f8f9;
}

.bg-gray {
  background-color: #e4e9eb;
}

.bg-yellow {
  background-color: #ffd734;
}

.bg-liteBlue {
  background-color: #0e8ed1;
}

.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: #0e7cd1;
  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;
  }
}

.p-bg {
  position: relative;
}

.p-bg::before {
  position: absolute;
  content: "";
  background-image: url(../image/common/bg_top.svg);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 387px;
  height: 330px;
  z-index: -1;
}
@media screen and (max-width: 568px) {
  .p-bg::before {
    width: 190px;
    height: 165px;
    background-size: contain;
  }
}

.p-bg::after {
  position: absolute;
  content: "";
  background-image: url(../image/common/bg_under.svg);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 393px;
  height: 330px;
  z-index: -1;
}
@media screen and (max-width: 568px) {
  .p-bg::after {
    width: 190px;
    height: 160px;
    background-size: contain;
  }
}

/*
  Base
-----------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "Noto Sans JP", "Yu Gothic", "游ゴシック体", yugothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 568px) {
  body {
    font-size: 0.875rem;
  }
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

[lang="en"] {
  text-transform: uppercase;
}

/*
 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: 7.5rem;
}

.l-spacer.-pbMidium {
  padding-bottom: 8.125rem;
}

.l-spacer.-ptSmall {
  padding-top: 5rem;
}

.l-spacer.-pbSmall {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 1000px) {
  .l-spacer.-ptLarge {
    padding-top: 5rem;
  }
  .l-spacer.-pbMidium {
    padding-bottom: 6.25rem;
  }
  .l-spacer.-ptSmall {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .l-spacer.-ptLarge {
    padding-top: 2.5rem;
  }
  .l-spacer.-pbMidium {
    padding-bottom: 3.125rem;
  }
  .l-spacer.-ptSmall {
    padding-top: 3.125rem;
  }
  .l-spacer.-pbSmall {
    padding-bottom: 2.5rem;
  }
}
.l-spacer.-heading {
  padding: 2.5rem 0 5.625rem;
}

@media screen and (max-width: 1200px) {
  .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: 1200px) {
  .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 .-front,
.l-container .-under {
  max-width: 1290px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .l-container .-front,
  .l-container .-under {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .l-container .-front,
  .l-container .-under {
    width: 90%;
  }
}

.l-container .-subfront {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .l-container .-subfront {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .l-container .-subfront {
    width: 90%;
  }
}

.l-container .-cta {
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .l-container .-cta {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-container .-cta {
    width: 85%;
  }
}

.l-container .-function {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .l-container .-function {
    width: 85%;
  }
}

.l-container .-functionText {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container .-functionText {
    width: 85%;
  }
}

.l-container .-environment {
  max-width: 950px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container .-environment {
    width: 85%;
  }
}

.l-container .-case {
  max-width: 950px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .l-container .-case {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .l-container .-case {
    width: 90%;
  }
}

.l-container .-column {
  max-width: 1150px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .l-container .-column {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-container .-column {
    width: 85%;
  }
}

.l-container .-estimate {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .l-container .-estimate {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-container .-estimate {
    width: 85%;
  }
}

.l-container.-Small {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}

.c-button {
  border-radius: 60px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  min-width: auto;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
}

.c-button.header_contact {
  color: #2d6fa3;
  font-size: 0.875rem;
  border: 2px solid #2d6fa3;
  background-color: #fff;
  padding: 0.625rem 0;
  line-height: 1.2;
  min-width: 182px;
}
@media screen and (max-width: 1200px) {
  .c-button.header_contact {
    width: 80%;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 568px) {
  .c-button.header_contact {
    width: 90%;
    padding: 1rem 0;
  }
}

.c-button.header_download {
  font-size: 0.875rem;
  background-color: #2d6fa3;
  border: 2px solid #2d6fa3;
  padding: 0.625rem 0;
  line-height: 1.2;
  min-width: 182px;
}
@media screen and (max-width: 1200px) {
  .c-button.header_download {
    width: 80%;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 568px) {
  .c-button.header_download {
    width: 90%;
    padding: 1rem 0;
  }
}

.c-button.top_documents {
  background-color: #2d6fa3;
  padding: 0.625rem 2.9375rem;
  position: relative;
  width: 360px;
}
@media screen and (max-width: 414px) {
  .c-button.top_documents {
    width: 100%;
  }
}

.c-button.top_documents::before {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_icon_next.svg);
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 3%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button.cta_download {
  background-color: #fff;
  color: #2d6fa3;
  padding: 0.625rem 2.9375rem;
  position: relative;
  width: 300px;
  border: 2px solid #2d6fa3;
  font-size: 1.375rem;
}
@media screen and (max-width: 568px) {
  .c-button.cta_download {
    width: 100%;
    font-size: 1.125rem;
  }
}

.c-button.cta_download::after {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_cta_next.svg);
  width: 7px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button.function_ex {
  background-color: #2d6fa3;
  padding: 0.625rem 0;
  position: relative;
  width: 100%;
}

.c-button.function_ex::before {
  position: absolute;
  content: "";
  background-image: url(../image/function/icon-search.svg);
  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 15%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .c-button.function_ex::before {
    left: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .c-button.function_ex::before {
    left: 5%;
    width: 15px;
    height: 15px;
  }
}

.c-button.useful {
  background-color: #2d6fa3;
  padding: 0.625rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 568px) {
  .c-button.useful {
    font-size: 0.875rem;
  }
}

.c-button.useful::after {
  position: absolute;
  content: "";
  background-image: url(../image/download/useful_icon_next.svg);
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 5%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-button.useful::after {
    right: 4%;
  }
}
@media screen and (max-width: 568px) {
  .c-button.useful::after {
    right: 6%;
  }
}

.c-card {
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.c-circle {
  position: relative;
  border-radius: 50%;
  margin: auto;
}

.c-circle.-white {
  background-color: #fff;
  width: 170px;
  height: 170px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1400px) {
  .c-circle.-white {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1200px) {
  .c-circle.-white {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-circle.-white {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-white {
    width: 24vw;
    height: 24vw;
  }
}

.c-circle.-blue {
  background-color: #d4e4f1;
  width: 254px;
  height: 254px;
}
@media screen and (max-width: 1000px) {
  .c-circle.-blue {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-circle.-blue {
    width: 28vw;
    height: 28vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-blue {
    width: 50vw;
    height: 50vw;
  }
}

.c-circle.-problems {
  background-color: #fff;
  width: 280px;
  height: 280px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  .c-circle.-problems {
    width: 23vw;
    height: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .c-circle.-problems {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-problems {
    width: 40vw;
    height: 40vw;
  }
}

.c-circle.-smBlue {
  position: absolute;
  background-color: #d4e4f1;
  width: 160px;
  height: 160px;
  bottom: 85%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .c-circle.-smBlue {
    width: 15vw;
    height: 15vw;
    bottom: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c-circle.-smBlue {
    width: 20vw;
    height: 20vw;
    bottom: 85%;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-smBlue {
    width: 25vw;
    height: 25vw;
    bottom: 85%;
  }
}
@media screen and (max-width: 414px) {
  .c-circle.-smBlue {
    width: 35vw;
    height: 35vw;
    bottom: 85%;
  }
}

.c-circle.-smBlue02 {
  position: absolute;
  background-color: #d4e4f1;
  width: 160px;
  height: 160px;
  bottom: 85%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .c-circle.-smBlue02 {
    width: 15vw;
    height: 15vw;
    bottom: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c-circle.-smBlue02 {
    width: 20vw;
    height: 20vw;
    bottom: 85%;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-smBlue02 {
    width: 25vw;
    height: 25vw;
    bottom: 80%;
  }
}
@media screen and (max-width: 414px) {
  .c-circle.-smBlue02 {
    width: 35vw;
    height: 35vw;
    bottom: 78%;
  }
}

.c-circle.-service02 {
  background-color: #f4f8f9;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-circle.-service02 {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-service02 {
    width: 35vw;
    height: 35vw;
  }
}

.c-circle.-case {
  background-color: #fff;
  border: 2px solid #eeeeee;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .c-circle.-case {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-case {
    width: 32vw;
    height: 32vw;
  }
}

.c-circle.-service01 {
  background-color: #fff;
  width: 118px;
  height: 118px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-circle.-service01 {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-service01 {
    width: 21vw;
    height: 21vw;
  }
}

.c-circle.-service {
  background-color: #f4f8f9;
  width: 180px;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-circle.-service {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (max-width: 568px) {
  .c-circle.-service {
    width: 28vw;
    height: 28vw;
  }
}

/*
  Heading
*/
.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;
}

/*
  Humburger
*/
.button-humburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .button-humburger {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    right: 2.5%;
    margin: auto 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 100000;
  }
}

.humburger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2d6fa3;
  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: -7px;
}

.humburger:after {
  bottom: -7px;
}

/*
  front-header
*/
.p-header {
  width: 100%;
  position: absolute;
  top: 1%;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .p-header {
    position: fixed;
    background-color: #fff;
    left: 0;
    width: 100%;
    top: 0;
    transform: none;
    -webkit-transform: translateX(none);
    -ms-transform: translateX(none);
    z-index: 100;
  }
}

.js-header.change-color {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  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;
}
@media screen and (max-width: 1200px) {
  .js-header.change-color {
    background-color: fff;
    padding: 0px;
    box-shadow: none;
    animation-name: none;
  }
}

@keyframes headerAnimation {
  0% {
    top: -10%;
  }
  100% {
    top: 0;
  }
}
.p-header__title img {
  vertical-align: middle;
}
@media screen and (max-width: 568px) {
  .p-header__title img {
    width: 75%;
  }
}

.p-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 1.0625rem 0;
}

@media screen and (max-width: 1300px) {
  .p-header__body {
    width: 98%;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__body {
    margin: 0 1rem;
    padding: 0.625rem 1.25rem;
    width: 100%;
    margin: auto;
    box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 576px) {
  .p-header__body {
    padding: 0.4375rem 0.625rem;
  }
}
.p-header__title figure {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .p-header__title figure {
    width: 110px;
  }
}
@media screen and (max-width: 568px) {
  .p-header__title figure {
    width: 90px;
  }
}

.p-header__title figure img {
  width: 100%;
}

.p-header__download {
  margin-left: 5px;
}

.p-global__box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .p-global__box {
    padding-left: 0;
  }
}
.p-global-nav {
  display: flex;
  transform: translateX(0);
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .p-global-nav {
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    /* width: 100%; */
    width: 70%;
    height: 120%;
    background: #fff;
    z-index: 1000;
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); /* Android, Brackberry  */
    -ms-transform: translateX(100%); /* IE9 */
    padding: 6.25rem 0;
  }
  .is-active-drawer .p-global-nav {
    /* Android, Brackberry  */ /* IE9 */
    transform: translateX(0);
  }
  .is-active-drawer .humburger {
    background-color: transparent;
  }
  .is-active-drawer .humburger:before,
  .is-active-drawer .humburger:after {
    top: 0;
    bottom: 0;
    background-color: #2d6fa3;
  }
  .is-active-drawer .humburger:before {
    transform: rotate(-45deg);
  }
  .is-active-drawer .humburger:after {
    transform: rotate(45deg);
  }
  .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;
  }
}
@media screen and (max-width: 576px) {
  .p-global-nav {
    padding: 3.375rem 0 10rem;
  }
}
.p-global-nav__item {
  position: relative;
  margin-right: 2.125rem;
}

.p-global-nav__hasitem {
  position: relative;
  padding-right: 2.6875rem;
}

@media screen and (max-width: 1200px) {
  .p-global-nav__hasitem {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    padding: 1.875rem 2.5rem;
    font-size: 1.125rem;
    background-position: 90% center;
  }
  .p-global-nav__hasitem:hover {
    background-position: 90% center;
  }
  .p-global-nav__item {
    margin-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 576px) {
  .p-global-nav__hasitem {
    padding: 0;
  }
}
.p-global-nav__item a,
.p-global-nav__hasitem a {
  display: block;
  font-size: 0.875rem;
  color: #2d6fa3;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .p-global-nav__item a,
  .p-global-nav__hasitem a {
    font-weight: bold;
    padding: 1.875rem 2.5rem;
    font-size: 1.125rem;
  }
  .p-global-nav__hasitem a {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-global-nav__hasitem a {
    font-size: 1rem;
    padding: 1rem 0.625rem 5px;
  }
}
@media screen and (max-width: 576px) {
  .p-global-nav__item a {
    font-size: 1rem;
    padding: 1rem 0.625rem;
  }
}
/*headerの矢印*/
.global-under::before {
  content: "";
  position: absolute;
  left: 70%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2d6fa3;
  border-right: 2px solid #2d6fa3;
  transform: rotate(135deg);
}
@media screen and (max-width: 1200px) {
  .global-under::before {
    display: none;
  }
}

.global-under02::before {
  content: "";
  position: absolute;
  left: 82%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2d6fa3;
  border-right: 2px solid #2d6fa3;
  transform: rotate(135deg);
}
@media screen and (max-width: 1200px) {
  .global-under02::before {
    display: none;
  }
}

/*2階層目のul*/
.p-global-nav__subitem {
  position: absolute;
  left: 0;
  top: 50px;
  background: #f4f8f9;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

/*hoverしたら2階層目を表示させる*/
.p-global-nav__hasitem:hover > ul,
.p-global-nav__hasitem:active > ul {
  visibility: visible;
  opacity: 1;
}

/*表示させたaタグのデザイン*/
.p-global-nav__subitem li a {
  color: #2d6fa3;
  border-bottom: 1px solid #2d6fa3;
  padding: 0.625rem 1rem;
}

@media screen and (max-width: 1200px) {
  .p-global-nav__hasitem::before {
    left: 85%;
    width: 10px;
    height: 10px;
  }
  .p-global-nav__subitem {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: none;
    margin: 30px 0 20px;
  }
  .p-global-nav__hasitem.active::before {
    transform: rotate(-45deg);
  }
  .p-global-nav__subitem li a {
    border-bottom: 10px solid #fff;
  }
}
@media screen and (max-width: 576px) {
  .p-global-nav__subitem {
    width: 90%;
    margin: 0px auto 10px;
  }
}
/*
  下層 header
*/
.p-header__under {
  width: 100%;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .p-header__under {
    position: fixed;
    background-color: #fff;
    left: 0;
    width: 100%;
    top: 0;
    transform: none;
    -webkit-transform: translateX(none);
    -ms-transform: translateX(none);
    z-index: 10000;
  }
}

@media screen and (max-width: 1200px) {
  .p-header__body {
    padding: 0.625rem;
  }
}
.p-heading {
  position: relative;
  background-color: #2d6fa3;
  height: 330px;
}
@media screen and (max-width: 1200px) {
  .p-heading {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-heading {
    height: 220px;
  }
}
.p-heading .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 568px) {
  .p-heading .ttl {
    width: 85%;
  }
}
.p-heading h1 {
  color: #fff;
  line-height: 1.5;
}

.p-heading__text {
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
  padding-top: 3.125rem;
}
@media screen and (max-width: 1000px) {
  .p-heading__text {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-heading__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-heading__text {
    padding-top: 1rem;
    font-size: 0.75rem;
    text-align: left;
  }
}

/*
  ぱんくずリスト
*/
.pan {
  padding-top: 2.5rem;
}
@media screen and (max-width: 568px) {
  .pan {
    padding-top: 0.625rem;
  }
}

#breadcrumbs span img {
  vertical-align: middle;
}
@media screen and (max-width: 568px) {
  #breadcrumbs span img {
    width: 18px;
  }
}

#breadcrumbs span.home {
  position: relative;
  padding-right: 0.75rem;
}
@media screen and (max-width: 568px) {
  #breadcrumbs span.home {
    padding-right: 0.625rem;
  }
}

#breadcrumbs span.home::after {
  content: "";
  display: inline-block;
  background-image: url(../image/common/icon-pan.svg);
  width: 6px;
  height: 10px;
  margin-left: 0.75rem;
}
@media screen and (max-width: 568px) {
  #breadcrumbs span.home::after {
    margin-left: 0.625rem;
  }
}

#breadcrumbs span.layer a {
  color: #aabfd1;
}

@media screen and (max-width: 1200px) {
  .p-header__contact {
    text-align: center;
    margin-top: 1.25rem;
  }
  .p-header__download {
    text-align: center;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-header__contact {
    text-align: center;
    margin-top: 1.25rem;
  }
  .p-header__download {
    text-align: center;
    margin-top: 0.875rem;
  }
}
.p-header__under.-contact {
  position: static;
}
.p-header__under.-contact .p-header__body {
  padding: 0.625rem 0;
  width: 95%;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-header__under.-contact .p-header__body {
    padding: 0.3125rem 0;
  }
}
.p-header__under.-contact .p-header__body figure {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-header__under.-contact .p-header__body figure {
    width: 80px;
  }
}

/*
  footer
*/
.p-footer {
  background-color: #0a436e;
}

.p-footer__contents {
  max-width: 980px;
  margin: auto;
  padding: 3.75rem 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: #fff;
  display: block;
}

.p-footer__item a::after {
  content: "｜";
  position: absolute;
  display: inline-block;
  bottom: 0;
  padding-left: 4px;
}

.p-footer__item:nth-child(7) a::after {
  display: none;
}

.p-footer__copyright {
  font-size: 0.6875rem;
  color: #fff;
  text-align: center;
  padding-top: 2.1875rem;
}

.p-footerBtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .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__contents {
    padding: 3.125rem 0;
  }
  .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 #fff;
    margin-right: 0;
  }
  .p-footer__item:nth-child(1) {
    border-top: 1px solid #fff;
  }
  .p-footer__item:nth-child(2) {
    border-top: 1px solid #fff;
  }
  .p-footer__item:nth-child(2n-1) {
    border-right: 1px solid #fff;
  }
  .p-footer__copyright {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-footer__contents {
    padding: 2.5rem 0;
  }
  .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-footer__copyright {
    padding-top: 1.25rem;
  }
  .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: #2d6fa3;
  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: #dff1f5;
  position: relative;
  z-index: 1;
}
.p-hero::after {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_hero_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 786px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .p-hero::after {
    width: 760px;
  }
}
@media screen and (max-width: 1200px) {
  .p-hero::after {
    width: 740px;
  }
}
@media screen and (max-width: 1200px) {
  .p-hero::after {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero::after {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .p-hero::after {
    width: 200px;
    background-position: center center;
  }
}

.p-hero__body {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 7.5rem 0 1.875rem;
  width: 90%;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-hero__body {
    padding: 7.5rem 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__body {
    display: block;
    padding: 6.25rem 0 2.5rem;
    width: 90%;
  }
}

.p-hero__left {
  margin-left: 2.5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1400px) {
  .p-hero__left {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-hero__left {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__left {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
}

.p-hero__copy {
  color: #0e7cd1;
  line-height: 1.6;
  word-break: keep-all;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-hero__copy {
    text-align: center;
    line-height: 1.7;
    word-break: normal;
    font-size: 1.375rem;
  }
}
.p-hero__copy span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.p-hero__text {
  padding: 1.25rem 0 2.5rem;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-hero__text {
    text-align: center;
    line-height: 1.8;
    font-size: 0.875rem;
    padding: 0.75rem 0 0.625rem;
  }
}

.p-hero__right {
  width: 45%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .p-hero__right {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__right {
    width: 70%;
    margin: auto;
    padding-bottom: 0.625rem;
  }
}

.p-hero__img img {
  width: 100%;
}

.p-front__primary {
  color: #2d6fa3;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 568px) {
  .p-front__primary {
    padding-bottom: 1.625rem;
  }
}
.p-front__primary span {
  color: #333333;
  font-weight: 400;
}

.p-topics__primary {
  color: #2d6fa3;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-topics__primary {
    padding-bottom: 1.625rem;
  }
}
.p-topics__primary span {
  color: #333333;
  font-weight: 400;
}

span.p-front__subprimary {
  font-weight: bold;
  color: #2d6fa3;
  font-size: 1.625rem;
}

.p-company-logo {
  max-width: 1200px;
  margin: auto;
  width: 85%;
  padding: 2.1875rem 0;
}
@media screen and (max-width: 768px) {
  .p-company-logo {
    padding: 1.875rem 0;
  }
}
.p-company-logo ul {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-company-logo ul {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
  }
}
.p-company-logo li img {
  width: 100%;
}

.loopSlide {
  display: flex;
  width: 100vw;
  height: 150px;
  overflow: hidden;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .loopSlide {
    height: 100px;
  }
}
.loopSlide figure img {
  width: auto;
  height: 100%;
}
.loopSlide figure:first-child {
  animation: slide1 100s -50s linear infinite;
}
.loopSlide figure:last-child {
  animation: slide2 100s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-problems h2 {
  color: #0e7cd1;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-problems h2 {
    padding-bottom: 1.5rem;
  }
}
.p-problems h2 span {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-problems__inner ul li figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
}
.p-problems__inner ul li figure img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-problems__inner ul li figure {
    width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .p-problems__inner ul li figure {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-problems__inner ul li figure {
    width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .p-problems__inner ul li figure {
    width: 30vw;
  }
}
.p-problems__inner ul li p {
  padding-top: 1.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .p-problems__inner ul li p {
    padding-top: 1.125rem;
    font-size: 1.0625rem;
  }
}

.p-problems__text {
  position: relative;
  text-align: center;
  padding: 1.875rem 1.25rem;
  border-top: 4px solid #0a436e;
  border-bottom: 4px solid #0a436e;
}
@media screen and (max-width: 568px) {
  .p-problems__text {
    border-top: 3px solid #0a436e;
    border-bottom: 3px solid #0a436e;
    padding: 1.5rem 0;
  }
}
.p-problems__text::before {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  top: -38px;
  margin: auto;
  background-color: #fff;
  width: 4.375rem;
  height: 4.375rem;
  transform: rotate(45deg);
  z-index: 1;
  content: "";
  border: 4px solid #0a436e;
}
@media screen and (max-width: 768px) {
  .p-problems__text::before {
    width: 50px;
    height: 50px;
    top: -28px;
  }
}
@media screen and (max-width: 768px) {
  .p-problems__text::before {
    width: 40px;
    height: 40px;
    top: -23px;
    border: 3px solid #0a436e;
  }
}
.p-problems__text::after {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  top: -33px;
  margin: auto;
  background-color: #fff;
  width: 4.375rem;
  height: 4.375rem;
  transform: rotate(45deg);
  z-index: 15;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-problems__text::after {
    width: 40px;
    height: 40px;
    top: -19px;
  }
}
.p-problems__text p {
  font-size: 2.5625rem;
  letter-spacing: 0.1em;
  color: #2d6fa3;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .p-problems__text p {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-problems__text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-problems__text p {
    font-size: 1.5rem;
  }
}
.p-problems__text p::before {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_problems_woman.svg);
  width: 145px;
  height: 145px;
  bottom: -100%;
  left: -20%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .p-problems__text p::before {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-problems__text p::before {
    width: 10vw;
    left: -3%;
  }
}
@media screen and (max-width: 768px) {
  .p-problems__text p::before {
    left: -3%;
    height: 10vw;
  }
}
@media screen and (max-width: 568px) {
  .p-problems__text p::before {
    width: 15vw;
    height: 15vw;
    top: 72%;
  }
}
.p-problems__text p::after {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_problems_man.svg);
  width: 145px;
  height: 145px;
  bottom: 0;
  bottom: -100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .p-problems__text p::after {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-problems__text p::after {
    height: 10vw;
  }
}
@media screen and (max-width: 568px) {
  .p-problems__text p::after {
    width: 15vw;
    height: 15vw;
    top: 72%;
  }
}
.p-problems__text img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-problems__text img {
    width: 110px;
  }
}
@media screen and (max-width: 568px) {
  .p-problems__text img {
    width: 120px;
  }
}

.p-resolution h3 {
  word-break: keep-all;
  font-size: 2rem;
  color: #0e7cd1;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 1000px) {
  .p-resolution h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-resolution h3 {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    word-break: normal;
  }
}

.p-resolution__inner {
  width: 44%;
}
@media screen and (max-width: 1400px) {
  .p-resolution__inner {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .p-resolution__inner {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-resolution__inner {
    width: 100%;
  }
}

.p-resolution__ttl {
  font-size: 1.25rem;
  color: #0a436e;
  font-weight: bold;
  border-left: 5px solid #0a436e;
  padding-left: 1rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 568px) {
  .p-resolution__ttl {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-resolution__item {
  border-left: 5px solid #e4e9eb;
  padding-left: 1rem;
  padding-top: 0.625rem;
  color: #0a436e;
}
.p-resolution__item li span {
  font-weight: bold;
}

.p-resolution__demo {
  padding-top: 2.5rem;
  padding-left: 4.375rem;
}
@media screen and (max-width: 1400px) {
  .p-resolution__demo {
    padding-top: 4.375rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-resolution__demo {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 568px) {
  .p-resolution__demo {
    padding-top: 2.125rem;
  }
}
.p-resolution__demo img {
  width: 100%;
}

.p-function__bg {
  position: relative;
}

.p-function__bg::before {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_utilization_topbg.svg);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 1070px;
  height: 1040px;
  opacity: 0.4;
  z-index: -10;
}
@media screen and (max-width: 1400px) {
  .p-function__bg::before {
    width: 535px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .p-function__bg::before {
    width: 280px;
    height: 199px;
    background-size: contain;
  }
}

.p-function__bg::after {
  position: absolute;
  content: "";
  background-image: url(../image/front/top_utilization_btmbg.svg);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 1009px;
  height: 776px;
  opacity: 0.4;
  z-index: -10;
}
@media screen and (max-width: 1400px) {
  .p-function__bg::after {
    width: 500px;
    height: 388px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .p-function__bg::after {
    width: 250px;
    height: 199px;
    background-size: contain;
  }
}

.p-front__function ul li {
  font-size: 1.25rem;
  color: #2d6fa3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-front__function ul li {
    font-size: 1.0625rem;
  }
}
.p-front__function ul li figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-front__function ul li figure img {
  width: 100%;
}
.p-front__function ul li span {
  padding-top: 1.75rem;
}
@media screen and (max-width: 1000px) {
  .p-front__function ul li span {
    padding-top: 1.125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-front__function ul li span {
    padding-top: 0.625rem;
  }
}

.border-right,
.border-left {
  position: relative;
}

.border-left::before {
  position: absolute;
  content: "";
  width: 38%;
  height: 268px;
  background-color: #f4f8f9;
  z-index: -10;
  top: 25%;
  left: 0%;
}

.border-right::before {
  position: absolute;
  content: "";
  width: 38%;
  height: 268px;
  background-color: #f4f8f9;
  z-index: -10;
  top: 25%;
  right: 0%;
}

.p-utilization .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #b9d2e6;
  font-weight: bold;
  font-size: 5.8125rem;
}
@media screen and (max-width: 1000px) {
  .p-utilization .en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-utilization .en {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 568px) {
  .p-utilization .en {
    font-size: 3.125rem;
  }
}
.p-utilization .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #b9d2e6;
  font-weight: bold;
  font-size: 8.625rem;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-utilization .num {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-utilization .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-utilization .num {
    font-size: 3.75rem;
  }
}
.p-utilization figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-utilization figure {
    width: 95%;
    margin: auto;
    padding-bottom: 1rem;
  }
}
.p-utilization figure img {
  width: 100%;
}
.p-utilization h3 {
  color: #0e7cd1;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-utilization h3 {
    font-size: 1.625rem;
    padding-bottom: 0.625rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 568px) {
  .p-utilization h3 {
    font-size: 1.25rem;
  }
}
.p-utilization p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-utilization p {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.p-utilization__text {
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 2.5rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 1.5rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-utilization__text {
    width: 95%;
    margin: auto;
    padding: 1.75rem 2rem;
  }
}

.p-reason {
  position: relative;
}
.p-reason div {
  padding: 2.1875rem 1.25rem 1.875rem;
}
@media screen and (max-width: 568px) {
  .p-reason div {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}
.p-reason .num {
  font-size: 7.5rem;
  color: #f4f8f9;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-reason .num {
    font-size: 5.625rem;
  }
}
.p-reason figure {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-reason figure {
    width: 65%;
  }
}
@media screen and (max-width: 568px) {
  .p-reason figure {
    width: 70%;
  }
}
.p-reason figure img {
  width: 100%;
}
.p-reason h3 {
  font-size: 1.25rem;
  color: #2d6fa3;
  font-weight: bold;
  line-height: 1.5;
  border-left: 5px solid #2d6fa3;
  padding-left: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason h3 {
    font-size: 1.125rem;
  }
}
.p-reason p {
  font-size: 0.875rem;
  line-height: 1.7;
  padding-top: 1.25rem;
  border-left: 5px solid #e6e6e6;
  padding-left: 1rem;
}
@media screen and (max-width: 568px) {
  .p-reason p {
    padding-top: 1rem;
  }
}
.p-reason p > span {
  font-weight: bold;
  color: #0e7cd1;
}

.p-reason__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-reason__inner {
    margin-bottom: 1rem;
  }
}

.p-front__case {
  flex-direction: column-reverse;
}
.p-front__case h3 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #2d6fa3;
  width: 200px;
  margin: auto;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-front__case h3 {
    padding-top: 0.625rem;
    padding-bottom: 0.3125rem;
  }
}
.p-front__case figure {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .p-front__case figure {
    width: 150px;
  }
}
.p-front__case figure img {
  width: 100%;
}
.p-front__case p {
  font-size: 0.875rem;
  font-weight: bold;
  color: #2d6fa3;
  text-align: center;
  line-height: 1.5;
  padding-top: 68%;
}

.p-flow picture img {
  width: 100%;
}

.p-worry {
  position: relative;
}

.p-worry__inner {
  background-color: rgba(254, 254, 254, 0.8);
  border-radius: 20px;
  width: 690px;
  padding: 2.5rem 2.5rem 3.75rem 2.5rem;
}
@media screen and (max-width: 1200px) {
  .p-worry__inner {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .p-worry__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__inner {
    padding: 1.875rem 2.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-worry__inner {
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}
.p-worry__inner h2 {
  color: #0e7cd1;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-worry__inner h2 {
    text-align: center;
  }
}
.p-worry__inner h2 span {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-worry__box {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .p-worry__box {
    text-align: center;
  }
}
.p-worry__box h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #2d6fa3;
  padding-top: 3.375rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 1000px) {
  .p-worry__box h3 {
    font-size: 1.75rem;
    line-height: 1.5;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-worry__box h3 {
    font-size: 1.5rem;
  }
}
.p-worry__box ul {
  font-weight: bold;
  border-left: 5px solid #fafafa;
  padding-left: 1.125rem;
  padding-top: 0.875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-worry__box ul {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-worry__box ul {
    padding-left: 1.25rem;
  }
}

.p-worry__text {
  font-size: 1.25rem;
  color: #0e7cd1;
  font-weight: bold;
  border-left: 5px solid #0a436e;
  padding-left: 1.125rem;
  margin-top: 2.8125rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .p-worry__text {
    margin-top: 1.25rem;
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-worry__text {
    padding-left: 1.25rem;
  }
}

.p-worry__btn {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .p-worry__btn {
    text-align: center;
  }
}

.p-worry__btn a {
  font-weight: 500;
  background-image: url(../image/front/top_cta_next.svg);
  background-size: 6px 9px;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-right: 0.9375rem;
  margin-bottom: 0.625rem;
  border-bottom: 5px solid #0a436e;
  line-height: 2.5;
  display: inline-block;
  text-align: right;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-worry__btn a {
    margin-top: 1.25rem;
  }
}

.p-worry__guide {
  position: absolute;
  bottom: -18.5%;
  width: 66%;
  right: -15%;
}
@media screen and (max-width: 1400px) {
  .p-worry__guide {
    width: 50vw;
    right: -5%;
    bottom: -18.5%;
  }
}
@media screen and (max-width: 1000px) {
  .p-worry__guide {
    position: static;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__guide {
    width: 70%;
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__guide {
    width: 85vw;
  }
}
.p-worry__guide img {
  width: 100%;
}

.p-topics {
  padding-left: 6.5625rem;
}
@media screen and (max-width: 1400px) {
  .p-topics {
    padding-left: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topics {
    padding-left: 0;
  }
}
.p-topics article {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 568px) {
  .p-topics h3 {
    padding-top: 0.1875rem;
  }
}

.p-topics__inner {
  display: flex;
  padding: 2rem 0;
  padding-right: 15.625rem;
  background-image: url(../image/front/top_topics_next.svg);
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 1400px) {
  .p-topics__inner {
    padding-right: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__inner {
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-topics__inner {
    padding: 1.25rem 0;
    padding-right: 3.125rem;
    display: block;
  }
}
.p-topics__inner p {
  padding-right: 2.0625rem;
}
@media screen and (max-width: 568px) {
  .p-topics__inner p {
    padding-right: 1.25rem;
  }
}

.p-movie {
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-movie {
    padding-top: 3.125rem;
    padding-bottom: 0.625rem;
  }
}
.movie-text {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  color: #0e7cd1;
  padding-top: 1.875rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .movie-text {
    line-height: 1.6;
    padding-top: 1.25rem;
  }
}
#movie {
  width: 60%;
  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%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .play-btn {
    width: 17%;
  }
}
.play-btn.playActive {
  display: none;
}

.p-cta {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-cta {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-cta {
    display: block;
  }
}
.p-cta figure {
  width: 470px;
}
@media screen and (max-width: 768px) {
  .p-cta figure {
    width: 65%;
    margin: auto;
  }
}
.p-cta figure img {
  width: 100%;
}

.p-cta__ttl {
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: keep-all;
}
@media screen and (max-width: 1000px) {
  .p-cta__ttl {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cta__ttl {
    padding-top: 1.5rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-cta__ttl {
    font-size: 1.5rem;
    word-break: normal;
  }
}

.p-cta__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 1000px) {
  .p-cta__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}

.p-cta__btn {
  padding-top: 1.25rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-cta__btn {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cta__btn {
    width: 100%;
  }
}

.p-system {
  position: relative;
}
.p-system::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 100px;
  background-color: #f4f8f9;
  bottom: 0%;
  display: inline-block;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-system::before {
    height: 50px;
    bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .p-system::before {
    height: 40px;
    bottom: 0;
  }
}
.p-system::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  background-color: #f4f8f9;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  display: inline-block;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-system::after {
    width: 70px;
    height: 70px;
    bottom: -2%;
  }
}
@media screen and (max-width: 568px) {
  .p-system::after {
    width: 45px;
    height: 45px;
    bottom: -1.5%;
  }
}
.p-system li {
  position: relative;
}
.p-system ul li figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.p-system ul li figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-system ul li:nth-child(2) {
    margin: 7.5rem 0;
  }
}
@media screen and (max-width: 568px) {
  .p-system ul li:nth-child(2) {
    margin: 4.375rem 0;
  }
}
@media screen and (max-width: 414px) {
  .p-system ul li:nth-child(2) {
    margin: 6.25rem 0;
  }
}
.p-system__download {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(45, 111, 163, 0.3);
  max-width: 1000px;
  margin: auto;
  padding: 2.5rem 4.375rem;
  display: flex;
  align-items: center;
  margin-top: 4.375rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-system__download {
    display: block;
    margin-top: 1.875rem;
    padding: 1.25rem 1.25rem;
  }
}
.p-system__download figure img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-system__download figure img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-system__download figure {
    text-align: center;
  }
}
.p-system__download .left {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-system__download .left {
    margin-right: 0;
  }
}
.p-system__download .text {
  font-weight: 700;
  color: #2d6fa3;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-system__download .text {
    text-align: center;
    line-height: 1.7;
    padding-top: 0.625rem;
  }
}
.p-system__download .btn {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-system__download .btn {
    padding-top: 0.625rem;
  }
}
.p-system__download .btn a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background: #2d6fa3;
  display: inline-block;
  padding: 0.625rem;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-system__download .btn a {
    padding: 0.3125rem;
  }
}
.p-system__download .btn a:hover {
  opacity: 0.9;
}
.p-system__download .btn img {
  vertical-align: middle;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-system__download .btn img {
    margin-left: 0.3125rem;
    width: 18px;
  }
}

.p-system__box {
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 5.375rem 1.625rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-system__box {
    padding: 4.375rem 1.625rem 2.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-system__box {
    padding: 4.375rem 1.625rem 1.875rem;
  }
}

.p-system__ttl {
  color: #2d6fa3;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-system__ttl {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
}
.p-system__ttl .em {
  font-size: 1.625rem;
}
@media screen and (max-width: 568px) {
  .p-system__ttl .em {
    font-size: 1.375rem;
  }
}

.p-system__point h2 {
  color: #0e7cd1;
  line-height: 1.6;
}

.p-system__item {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 1000px) {
  .p-system__item {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-system__item {
    padding-bottom: 2rem;
  }
}

.p-system__top {
  background-color: #2d6fa3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4.125rem 1rem 6.25rem;
}
@media screen and (max-width: 1200px) {
  .p-system__top {
    padding: 1rem 3.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-system__top {
    padding: 1rem 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-system__top {
    display: block;
    padding: 1.25rem 2.8125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-system__top {
    padding: 1.125rem 1.25rem;
  }
}
.p-system__top h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-system__top h3 {
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 568px) {
  .p-system__top h3 {
    font-size: 1.375rem;
  }
}
.p-system__top h3 span {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-system__top h3 span {
    font-size: 1.875rem;
    padding-right: 0.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-system__top h3 span {
    font-size: 1.625rem;
  }
}
.p-system__top ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-system__top ul {
    justify-content: center;
    margin-top: 0.625rem;
  }
}
.p-system__top ul li {
  height: -moz-fit-content;
  height: fit-content;
  color: #2d6fa3;
  font-weight: bold;
  background-color: #fff;
  line-height: 1;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-system__top ul li {
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-system__top ul li {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.3125rem 0.5rem;
  }
}
.p-system__top ul li + li {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .p-system__top ul li + li {
    margin-left: 0.625rem;
  }
}

.p-system__under {
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-system__under {
    padding: 1.75rem 2.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-system__under {
    padding: 1.5rem 1.75rem;
  }
}
.p-system__under .box-before {
  height: 127px;
  background-color: #e8e8e8;
  border-radius: 10px;
  display: grid;
  position: relative;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1200px) {
  .p-system__under .box-before {
    height: 160px;
  }
}
@media screen and (max-width: 568px) {
  .p-system__under .box-before {
    height: 85px;
    margin-bottom: 2.5rem;
  }
}
.p-system__under .box-before::after {
  position: absolute;
  content: "";
  background-image: url(../image/use/icon_under.svg);
  width: 45px;
  height: 20px;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .p-system__under .box-before::after {
    top: 185px;
  }
}
@media screen and (max-width: 568px) {
  .p-system__under .box-before::after {
    top: 95px;
  }
}
.p-system__under .before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  line-height: 1.6;
}
.p-system__under .box-after {
  border-radius: 10px;
  background-color: #f4f8f9;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-system__under .box-after {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-system__under .box-after {
    height: 270px;
  }
}
@media screen and (max-width: 568px) {
  .p-system__under .box-after {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-system__under .after {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  text-align: center;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .p-system__under .after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .p-system__under .after {
    position: static;
    transform: none;
    width: 100%;
    flex-direction: column;
    padding: 1rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-system__under .after {
    padding: 1rem 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-system__under .after {
    padding: 1rem 1rem;
  }
}
.p-system__under .after span {
  text-align: left;
  line-height: 1.7;
}
.p-system__under .after img {
  margin-right: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .p-system__under .after img {
    width: 30px;
    margin-right: 0.3125rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-system__under .after img {
    padding-bottom: 0.3125rem;
    margin: auto;
    width: 25px;
  }
}
@media screen and (max-width: 568px) {
  .p-system__under .after img {
    width: 23px;
  }
}
.p-system__under .after .point {
  font-weight: bold;
  color: #0e7cd1;
}

@media screen and (max-width: 568px) {
  .second {
    margin: 1.25rem 0;
  }
}
.p-system__cando {
  border: 5px solid #f4f8f9;
  border-radius: 10px;
  padding: 2.5rem 4.375rem;
  position: relative;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-system__cando {
    padding: 1.625rem 1.25rem;
  }
}
.p-system__cando .point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
}
.p-system__cando .point span {
  background: #2d6fa3;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  text-align: center;
  border-radius: 50px;
  padding: 0.3125rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-system__cando .point span {
    padding: 0.125rem 2.5rem;
  }
}
.p-system__cando h4 {
  color: #2d6fa3;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  text-align: center;
  font-weight: 700;
}
.p-system__cando .text {
  text-align: center;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-system__cando .text {
    padding-top: 0.3125rem;
    text-align: left;
  }
}
.p-system__cando .box {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: auto;
  padding-top: 1.875rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-system__cando .box {
    padding-top: 0.625rem;
    display: block;
  }
}
.p-system__cando .box-01 {
  display: flex;
  justify-content: space-between;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .p-system__cando .box-01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.p-system__cando .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-system__cando .item {
    margin: 0 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-system__cando .item figure {
    width: 90%;
  }
}
.p-system__cando .item figure img {
  width: 100%;
}
.p-system__cando .item p {
  font-weight: 700;
  font-size: clamp(1rem, 0.902rem + 0.43vw, 1.25rem);
  color: #2d6fa3;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-system__cando .item p {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-system__cando .plus {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-system__cando .plus img {
    display: inline-block;
    width: 30px;
  }
}

.p-function__list {
  display: flex;
  justify-content: center;
}
.p-function__list li {
  width: 25%;
}
.p-function__list li a {
  text-align: center;
  color: #0e7cd1;
  background-color: #fff;
  font-size: 1.0625rem;
  display: inline-block;
  padding: 0.8125rem 3.625rem 0.8125rem 4.375rem;
  border: 2px solid #0e7cd1;
  border-radius: 30px;
  line-height: 1.2;
  background-image: url(../image/function/function_icon_under.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background-position: 20% center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-function__list li a {
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.625rem 1.875rem;
    background-position: 10% center;
  }
}
.p-function__list li a:hover {
  background-position: 20% 65%;
}

.p-function__primary {
  background: #2d6fa3;
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-function__primary {
    font-size: 1.5rem;
    padding: 1.25rem 0;
  }
}

.p-function__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem 3.125rem;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-function__contents {
    grid-template-columns: 1fr;
    gap: 1.25rem 0rem;
    padding: 1.875rem 0 3.125rem;
  }
}

.p-function__box {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  border: 3px solid #ebebeb;
  padding: 2.5rem 3.125rem 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-function__box {
    display: block;
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-function__box figure {
    text-align: center;
  }
}
.p-function__box figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-function__box figure img {
    width: 25%;
  }
}
.p-function__box .p-function__text {
  width: 78%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .p-function__box .p-function__text {
    width: 100%;
    margin-left: 0%;
  }
}
.p-function__box h3 {
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  color: #2d6fa3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-function__box h3 {
    text-align: center;
  }
}
.p-function__box p {
  padding: 0.625rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-function__box p {
    padding: 0.3125rem 0 1rem;
  }
}
.p-function__box ul {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 1.375rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-function__box ul {
    padding: 1rem 1rem;
  }
}
.p-function__box li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-function__box li {
    padding-left: 15px;
  }
}
.p-function__box li::before {
  position: absolute;
  content: "";
  background: #2d6fa3;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .p-function__box li::before {
    top: 10px;
  }
}

.p-function__point {
  position: relative;
  background: #f4f8f9;
  padding: 4.375rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-function__point {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-function__point .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-function__point .contents {
    grid-template-columns: 1fr;
    gap: 1.25rem 0rem;
  }
}
.p-function__point .ttl {
  position: absolute;
  color: #fff;
  background: #2d6fa3;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  border-radius: 50px;
  display: inline-block;
  width: 220px;
  text-align: center;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-function__point .ttl {
    width: 60%;
  }
}
.p-function__point .box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(45, 111, 163, 0.16);
  padding: 2.125rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-function__point .box {
    padding: 1.25rem 1.25rem;
  }
}
.p-function__point h3 {
  color: #2d6fa3;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-function__point h3 {
    line-height: 1.7;
  }
}
.p-function__point .txt {
  padding: 0.625rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-function__point .txt {
    padding: 0.3125rem 0 0.625rem;
  }
}
.p-function__point .txt span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-function__point .txt span {
    padding-left: 15px;
  }
}
.p-function__point .txt span::before {
  position: absolute;
  content: "";
  background: #2d6fa3;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .p-function__point .txt span::before {
    top: 10px;
  }
}
.p-function__point .link {
  text-align: center;
}
.p-function__point .link a {
  color: #0e7cd1;
  font-weight: 700;
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  text-decoration: underline;
}

.p-function__report {
  position: relative;
  margin: 6.875rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-function__report {
    margin: 3.75rem 0 3.125rem;
  }
}
.p-function__report .ttl {
  position: absolute;
  color: #fff;
  background: #2d6fa3;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-function__report .ttl {
    padding: 0 0rem;
    width: 100%;
    font-size: 18px;
  }
}
.p-function__report .box {
  background: #f4f8f9;
  padding: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-function__report .box {
    padding: 2.1875rem 1.25rem 1.875rem;
  }
}
.p-function__report ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.4375rem 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-function__report ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem 0.625rem;
  }
}
.p-function__report li {
  background: #fff;
  color: #2d6fa3;
  text-align: center;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-function__report li {
    line-height: 1.7;
    font-size: 14px;
    padding: 0.3125rem 0.3125rem;
  }
}
.p-function__report .txt {
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-function__report .txt {
    padding-top: 1.25rem;
  }
}

.p-environment {
  padding: 9.375rem 0;
  border-top: 1px solid #e4e4e4;
}
@media screen and (max-width: 1000px) {
  .p-environment {
    padding: 5.625rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-environment {
    padding: 3.125rem 0;
  }
}
.p-environment h2 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-environment h2 {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-environment h2 {
    padding-bottom: 1.25rem;
  }
}
.p-environment dl {
  display: flex;
  border-bottom: 1px solid #d6d7d8;
}
@media screen and (max-width: 768px) {
  .p-environment dl {
    display: block;
    border-bottom: none;
  }
}
.p-environment dl dt {
  width: 28%;
  background-color: #fafafa;
  padding: 10px 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-environment dl dt {
    width: 100%;
    padding: 10px 30px;
  }
}
.p-environment dl dd {
  width: 72%;
  padding: 1.375rem 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-environment dl dd {
    width: 100%;
    padding: 13px 30px;
  }
}

.p-function__text a {
  color: #2d6fa3;
  text-decoration: underline;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
}

.content {
  max-width: 55%;
  max-height: 55%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .content {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .content {
    max-width: 90%;
  }
}

.is-active {
  overflow: hidden;
}

.p-service {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-service {
    width: 100%;
  }
}
.p-service span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 3.125rem;
  color: #629fcf;
  border-bottom: 3px solid #629fcf;
  display: block;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .p-service span {
    font-size: 2.1875rem;
  }
}

.p-service__box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-top: 1.875rem;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 1.875rem 3.75rem 3.75rem;
}
@media screen and (max-width: 1000px) {
  .p-service__box {
    padding: 1.25rem 1.875rem 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service__box {
    margin-top: 1.25rem;
    padding: 1rem 1.875rem 1.625rem;
  }
}
.p-service__box figure {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  .p-service__box figure {
    width: 45vw;
  }
}
.p-service__box figure img {
  width: 100%;
}
.p-service__box h2 {
  font-weight: bold;
  color: #2d6fa3;
  line-height: 1.25;
  padding-top: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .p-service__box h2 {
    padding-top: 0.625rem;
  }
}
.p-service__box .ttl {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.875rem 0;
}
@media screen and (max-width: 1000px) {
  .p-service__box .ttl {
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 568px) {
  .p-service__box .ttl {
    font-size: 1.0625rem;
    line-height: 1.7;
    padding: 0.875rem 0;
  }
}
.p-service__box .btn {
  margin-top: auto;
}
.p-service__box .page-next {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 2.5rem;
  border-bottom: 5px solid #2d6fa3;
}
@media screen and (max-width: 1000px) {
  .p-service__box .page-next {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service__box .page-next {
    padding-top: 0.625rem;
    font-size: 0.9375rem;
    border-bottom: 4px solid #2d6fa3;
  }
}
.p-service__box .page-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}

.p-service01 {
  position: relative;
}
.p-service01::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 100px;
  background-color: #f4f8f9;
  bottom: 0%;
  display: inline-block;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-service01::before {
    height: 50px;
    bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .p-service01::before {
    height: 40px;
    bottom: 0;
  }
}
.p-service01::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #f4f8f9;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  display: inline-block;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-service01::after {
    width: 70px;
    height: 70px;
    bottom: -2%;
  }
}
@media screen and (max-width: 568px) {
  .p-service01::after {
    width: 45px;
    height: 45px;
    bottom: -1.5%;
  }
}
.p-service01 section {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 1.875rem 5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service01 section {
    padding: 1.875rem 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service01 section {
    padding: 1.25rem 1.875rem 1.25rem;
  }
}
.p-service01 .en {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-service01 .en {
    text-align: center;
  }
}
.p-service01 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 3.4375rem;
  color: #629fcf;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-service01 span {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service01 span {
    font-size: 2.5rem;
  }
}
.p-service01 .inner {
  display: flex;
  padding-top: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service01 .inner {
    display: block;
    padding-top: 0.3125rem;
  }
}
.p-service01 .inner figure {
  width: 250px;
  margin: auto;
}
@media screen and (max-width: 568px) {
  .p-service01 .inner figure {
    width: 45vw;
  }
}
.p-service01 .inner figure img {
  width: 100%;
}
.p-service01 .text {
  padding-left: 5.25rem;
}
@media screen and (max-width: 1200px) {
  .p-service01 .text {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service01 .text {
    padding-left: 0;
  }
}
.p-service01 .text h2 {
  color: #2d6fa3;
  font-weight: bold;
  line-height: 1.7;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-service01 .text h2 {
    text-align: center;
    padding-top: 0rem;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service01 .text h2 {
    font-size: 1.25rem;
  }
}
.p-service01 .text .ttl {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-service01 .text .ttl {
    text-align: center;
    line-height: 1.7;
    padding: 0.625rem 0;
  }
}
@media screen and (max-width: 568px) {
  .p-service01 .text .ttl {
    font-size: 1rem;
    text-align: left;
  }
}

.p-service01__inner h2 {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 568px) {
  .p-service01__inner h2 {
    padding-bottom: 0.875rem;
    line-height: 1.6;
  }
}
.p-service01__inner .box-before {
  height: 127px;
  background-color: #e8e8e8;
  border-radius: 10px;
  display: grid;
  position: relative;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1200px) {
  .p-service01__inner .box-before {
    height: 160px;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__inner .box-before {
    height: 85px;
    margin-bottom: 2.5rem;
  }
}
.p-service01__inner .box-before::after {
  position: absolute;
  content: "";
  background-image: url(../image/use/icon_under.svg);
  width: 45px;
  height: 20px;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .p-service01__inner .box-before::after {
    top: 185px;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__inner .box-before::after {
    top: 95px;
  }
}
.p-service01__inner .before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  line-height: 1.6;
}
.p-service01__inner .box-after {
  border-radius: 10px;
  background-color: #f4f8f9;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service01__inner .box-after {
    height: 150px;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__inner .box-after {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-service01__inner .after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  text-align: center;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .p-service01__inner .after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .p-service01__inner .after {
    position: static;
    transform: none;
    width: 100%;
    flex-direction: column;
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service01__inner .after {
    padding: 1rem 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service01__inner .after {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__inner .after {
    align-items: center;
  }
}
.p-service01__inner .after span {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .p-service01__inner .after span {
    text-align: center;
  }
}
.p-service01__inner .after img {
  margin-right: 1.25rem;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .p-service01__inner .after img {
    width: 30px;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-service01__inner .after img {
    padding-bottom: 0.625rem;
    margin: auto;
    width: 25px;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__inner .after img {
    width: 23px;
  }
}
.p-service01__inner .after .point {
  font-weight: bold;
  color: #0e7cd1;
}

.p-service01__step .next-icon {
  position: relative;
  flex: 1;
}
.p-service01__step h3 {
  font-size: 3.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #b9d2e6;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-service01__step h3 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service01__step h3 {
    font-size: 1.875rem;
  }
}
.p-service01__step .box {
  height: 160px;
  background-color: #f4f8f9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service01__step .box {
    height: 180px;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__step .box {
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px 10px;
  }
}
.p-service01__step .next-icon::after {
  position: absolute;
  content: "";
  background-image: url(../image/service/service_icon_step.svg);
  top: 0;
  bottom: 0;
  right: 0%;
  margin: auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 22px;
  right: -10%;
}
@media screen and (max-width: 1400px) {
  .p-service01__step .next-icon::after {
    right: -10%;
  }
}
@media screen and (max-width: 768px) {
  .p-service01__step .next-icon::after {
    width: 10px;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__step .next-icon::after {
    position: static;
  }
}
.p-service01__step p {
  color: #2d6fa3;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .p-service01__step p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service01__step p {
    position: static;
    transform: none;
    width: 100%;
  }
}
.p-service01__step .step-third {
  font-size: 0.9375rem;
}

.p-service01_case {
  background-color: #f4f8f9;
  max-width: 1000px;
  margin: auto;
  padding: 2.25rem 0;
}
@media screen and (max-width: 568px) {
  .p-service01_case {
    padding: 1.5rem 0;
  }
}
.p-service01_case figure {
  width: 380px;
  margin: auto;
}
@media screen and (max-width: 568px) {
  .p-service01_case figure {
    width: 85%;
  }
}
.p-service01_case figure img {
  width: 100%;
}

.p-service__flow {
  position: relative;
}
.p-service__flow .p-service__item {
  position: relative;
  flex: 1;
}
.p-service__flow .p-service__item::after {
  position: absolute;
  content: "";
  background-image: url(../image/service/service_icon_step.svg);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 22px;
  right: -22%;
}
@media screen and (max-width: 1400px) {
  .p-service__flow .p-service__item::after {
    right: -15%;
  }
}
@media screen and (max-width: 1000px) {
  .p-service__flow .p-service__item::after {
    width: 10px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__flow .p-service__item::after {
    bottom: 70%;
    right: -8%;
  }
}
@media screen and (max-width: 568px) {
  .p-service__flow .p-service__item::after {
    position: static;
  }
}
.p-service__flow span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2d6fa3;
  font-size: 3.75rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-service__flow span {
    line-height: 1.5;
  }
}
@media screen and (max-width: 568px) {
  .p-service__flow span {
    font-size: 3.125rem;
    line-height: 1.5;
  }
}
.p-service__flow .num {
  text-align: center;
}
.p-service__flow h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  color: #2d6fa3;
  text-align: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 568px) {
  .p-service__flow h3 {
    font-size: 1.125rem;
    padding: 0.875rem 0;
  }
}
.p-service__flow p {
  font-size: 0.9375rem;
}
@media screen and (max-width: 568px) {
  .p-service__flow p {
    font-size: 0.875rem;
  }
}
.p-service__flow .notes {
  text-align: center;
  padding-top: 4.125rem;
}
@media screen and (max-width: 568px) {
  .p-service__flow .notes {
    font-size: 0.8125rem;
    padding-top: 1.25rem;
  }
}
.p-service__flow figure {
  position: absolute;
  right: 0;
  bottom: 10%;
}
@media screen and (max-width: 1000px) {
  .p-service__flow figure {
    width: 45%;
  }
}
@media screen and (max-width: 568px) {
  .p-service__flow figure {
    position: static;
    margin: auto;
    padding-top: 1rem;
    width: 60%;
  }
}
.p-service__flow figure img {
  width: 100%;
}

.p-service02__item {
  background-color: #fff;
  padding: 3.125rem 2.1875rem;
  border: 2px solid #eeeeee;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service02__item {
    padding: 2.125rem 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service02__item {
    padding: 2.125rem 1.25rem 1.5rem;
  }
}
.p-service02__item h2 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #2d6fa3;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service02__item h2 {
    font-size: 1.375rem;
  }
}
.p-service02__item figure {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-service02__item figure {
    width: 80px;
  }
}
@media screen and (max-width: 568px) {
  .p-service02__item figure {
    width: 20vw;
  }
}
.p-service02__item figure img {
  width: 100%;
}
.p-service02__item .ttl {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-top: 1.5625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service02__item .ttl {
    font-size: 1rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 568px) {
  .p-service02__item .ttl {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 1.7;
  }
}

.p-service02__text {
  color: #0e7cd1;
  font-weight: bold;
  line-height: 2;
  font-size: 1.875rem;
  margin-bottom: 3.125rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-service02__text {
    font-size: 1.125rem;
    padding-top: 1rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 0.9375rem;
    padding-top: 3.125rem;
  }
}

.p-service02__image img {
  width: 100%;
}

.p-service02__partner {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-service02__partner {
    margin-top: 40px;
  }
}
.p-service02__partner .p-service02__partner-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service02__partner .p-service02__partner-box {
    font-size: 1.4375rem;
    padding-bottom: 10px;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 1.375rem;
  }
}
.p-service02__partner .p-service02__partner-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-service02__partner h3 {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-service02__partner h3 {
    font-size: 1.4375rem;
    padding-bottom: 12px;
  }
}
.p-service02__partner h4 {
  font-weight: 700;
  font-size: 1.875rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service02__partner h4 {
    font-size: 1.25rem;
    text-align: center;
    padding-top: 0.75rem;
  }
}
.p-service02__partner img {
  width: 100%;
}
.p-service02__partner .text {
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-service02__partner .text {
    font-size: 0.9375rem;
  }
}
.p-service02__partner .btn {
  text-align: right;
  margin-top: auto;
}
.p-service02__partner .btn a {
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  font-size: 1.0625rem;
  border-bottom: 5px solid #2d6fa3;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-service02__partner .btn a {
    font-size: 0.875rem;
    padding-bottom: 5px;
  }
}
.p-service02__partner .btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}

.p-service02__data {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-service02__data {
    margin-top: 20px;
  }
}
.p-service02__data .p-service02__data-item {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-service02__data .p-service02__data-item {
    margin-top: 1.25rem;
  }
}
.p-service02__data .text {
  font-size: 1.125rem;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service02__data .text {
    font-size: 0.9375rem;
    text-align: left;
    padding-top: 1.25rem;
  }
}
.p-service02__data h3 {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-service02__data h3 {
    font-size: 1.4375rem;
    padding-bottom: 12px;
  }
}
.p-service02__data ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-service02__data ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-service02__data li {
  border-radius: 10px;
  border: 3px solid #ebebeb;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-service02__data li {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    border: 2px solid #ebebeb;
  }
}
.p-service02__data li p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d6fa3;
  text-align: center;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-service02__data li p {
    padding-top: 0rem;
    font-size: 1.125rem;
    margin: auto;
  }
}
.p-service02__data li figure {
  max-width: 170px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service02__data li figure {
    width: 25%;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 20px;
  }
}
.p-service02__data li figure img {
  width: 100%;
}

.p-flowguide {
  background-color: #f4f8f9;
}

.p-flowguide__inner {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 3.125rem 7.5rem 3.125rem 5.4375rem;
}
@media screen and (max-width: 1200px) {
  .p-flowguide__inner {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flowguide__inner {
    display: block;
    padding: 1.25rem 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-flowguide__inner {
    padding: 0.625rem 1.5rem 1.875rem;
  }
}
.p-flowguide__inner figure {
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .p-flowguide__inner figure {
    width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .p-flowguide__inner figure {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-flowguide__inner figure {
    margin: auto;
  }
}
@media screen and (max-width: 568px) {
  .p-flowguide__inner figure {
    width: 70vw;
  }
}
.p-flowguide__inner figure img {
  width: 100%;
}

.p-flowguide__ttl {
  font-size: 1.875rem;
  color: #2d6fa3;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-flowguide__ttl {
    text-align: center;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 568px) {
  .p-flowguide__ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-flowguide__ttl span {
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-flowguide__ttl span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-flowguide__ttl span {
    font-size: 1rem;
  }
}

.p-flowguide__right {
  padding-left: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .p-flowguide__right {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-flowguide__right {
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flowguide__right {
    padding-left: 0;
  }
}
.p-flowguide__right ul {
  padding-top: 1.125rem;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 568px) {
  .p-flowguide__right ul {
    padding-top: 0.3125rem;
    padding-bottom: 1rem;
  }
}
.p-flowguide__right ul li img {
  vertical-align: middle;
  padding-right: 0.75rem;
}

@media screen and (max-width: 768px) {
  .p-flowguide__btn {
    text-align: center;
  }
}
.p-case__interview {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-case__interview figure img {
  width: 100%;
}
.p-case__interview .box {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 1.5rem 1.5625rem 2.375rem;
}
@media screen and (max-width: 568px) {
  .p-case__interview .box {
    padding: 1.375rem 1.5625rem 1.875rem;
  }
}
.p-case__interview h3 {
  font-size: 0.9375rem;
  line-height: 1.25;
}
.p-case__interview p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 1.25rem 0;
}
@media screen and (max-width: 568px) {
  .p-case__interview p {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}
.p-case__interview a:hover {
  color: #333;
  opacity: 1;
  text-decoration: underline;
}
.p-case__interview p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}
.p-case__interview ul {
  display: flex;
  margin-top: auto;
}
.p-case__interview ul li {
  font-size: 0.875rem;
  color: #0e7cd1;
}
@media screen and (max-width: 568px) {
  .p-case__interview ul li {
    font-size: 0.8125rem;
  }
}
.p-case__interview ul li + li {
  padding-left: 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-case__interview ul li + li {
    padding-left: 0.625rem;
  }
}
.p-case__interview ul li img {
  vertical-align: middle;
  padding-right: 0.3125rem;
}
@media screen and (max-width: 568px) {
  .p-case__interview ul li img {
    width: 20px;
  }
}

.p-case__ex {
  background-color: #fff;
  border: 2px solid #eeeeee;
  padding: 1.6875rem 1.875rem;
}
@media screen and (max-width: 1200px) {
  .p-case__ex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-case__ex {
    padding: 1.6875rem 1.25rem;
  }
}
.p-case__ex .p-case__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-case__ex .p-case__top {
    display: block;
  }
}
.p-case__ex figure {
  position: absolute;
  width: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 568px) {
  .p-case__ex figure {
    width: 20vw;
  }
}
.p-case__ex figure img {
  width: 100%;
}
.p-case__ex .box {
  width: 366px;
  background-color: #f4f8f9;
  padding: 1.375rem 1.875rem;
}
@media screen and (max-width: 1400px) {
  .p-case__ex .box {
    width: 70%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .p-case__ex .box {
    width: 100%;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-case__ex .box {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-case__ex .box {
    padding: 1.25rem 0.625rem;
  }
}
.p-case__ex dl {
  display: flex;
  padding-bottom: 0.625rem;
}
.p-case__ex dl dt {
  width: 130px;
  background-color: #2d6fa3;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.3125rem 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-case__ex dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 568px) {
  .p-case__ex dl dt {
    font-size: 0.8125rem;
  }
}
.p-case__ex dl dd {
  width: 55%;
  font-weight: bold;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-case__ex dl dd {
    padding-left: 0.625rem;
    font-size: 0.9375rem;
    width: 50%;
  }
}
@media screen and (max-width: 568px) {
  .p-case__ex dl dd {
    font-size: 0.875rem;
  }
}
.p-case__ex p {
  padding-top: 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-case__ex p {
    padding-top: 1rem;
  }
}

.p-case__voice .box {
  padding: 5.625rem 0;
  max-width: 960px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-case__voice .box {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 568px) {
  .p-case__voice .box {
    padding: 2.5rem 0;
  }
}
.p-case__voice .item {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.p-case__voice ul li p {
  flex: 1;
  border-radius: 40px 40px 40px 0px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 1.125rem;
  font-weight: bold;
  padding: 3.125rem 2.5rem;
}
@media screen and (max-width: 1000px) {
  .p-case__voice ul li p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .p-case__voice ul li p {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-case__voice ul li p {
    font-size: 0.875rem;
    padding: 1.25rem 1.5rem;
    line-height: 1.5;
    border-radius: 20px 20px 20px 20px;
  }
}
.p-case__voice ul li p span {
  font-size: 1.375rem;
  color: #0e7cd1;
}
@media screen and (max-width: 568px) {
  .p-case__voice ul li p span {
    font-size: 1rem;
  }
}
.p-case__voice figure {
  padding-top: 1.25rem;
  width: 98px;
}
@media screen and (max-width: 568px) {
  .p-case__voice figure {
    padding-top: 1.125rem;
    width: 20vw;
    margin: auto;
  }
}
.p-case__voice figure img {
  width: 100%;
}

.p-interview__top h2 {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .p-interview__top h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-interview__top h2 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-interview__top figure {
  width: 70%;
  margin: auto;
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .p-interview__top figure {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .p-interview__top figure {
    padding: 1.875rem 0;
  }
}
.p-interview__top figure img {
  width: 100%;
}
.p-interview__top .company-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2d6fa3;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .p-interview__top .company-name {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.p-interview__top .text {
  font-size: 1.0625rem;
  font-weight: 400;
  padding: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 568px) {
  .p-interview__top .text {
    font-size: 0.9375rem;
    padding: 1.25rem 0 1.875rem;
  }
}
.p-interview__top .box {
  margin-bottom: 10rem;
  padding: 1.875rem 5rem;
}
@media screen and (max-width: 1000px) {
  .p-interview__top .box {
    padding: 1.875rem 3.125rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-interview__top .box {
    padding: 1.875rem 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.p-interview__top .box p {
  font-size: 1.375rem;
  line-height: 1.6;
  color: #2d6fa3;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .p-interview__top .box p {
    font-size: 1.125rem;
  }
}
.p-interview__top .box dl dd {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.625rem;
}
@media screen and (max-width: 568px) {
  .p-interview__top .box dl dd {
    font-size: 1rem;
  }
}
.p-interview__top .box dl dd img {
  vertical-align: middle;
  width: 30px;
  padding-right: 0.625rem;
}
@media screen and (max-width: 568px) {
  .p-interview__top .box dl dd img {
    width: 25px;
    padding-right: 0.3125rem;
  }
}
.p-interview__top .box dl dt {
  font-size: 1.375rem;
  font-weight: bold;
  color: #2d6fa3;
  padding-left: 30px;
}
@media screen and (max-width: 568px) {
  .p-interview__top .box dl dt {
    font-size: 1.0625rem;
    padding-left: 0px;
  }
}

.p-interview__inner {
  letter-spacing: 0.015em;
}
.p-interview__inner h2 {
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
  line-height: 1.3;
  border-bottom: 2px solid #2d6fa3;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 568px) {
  .p-interview__inner h2 {
    font-size: 1.125rem;
    line-height: 1.7;
    word-break: keep-all;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-interview__inner .ttl {
  font-size: 1.375rem;
  font-weight: 500;
  color: #2d6fa3;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-interview__inner .ttl {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}
.p-interview__inner .text {
  font-size: 1.0625rem;
  padding: 1.125rem 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-interview__inner .text {
    font-size: 0.9375rem;
  }
}
.p-interview__inner .text span {
  font-weight: bold;
  background-color: #d4e4f1;
}
.p-interview__inner .talk {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-interview__inner .talk {
    width: 100%;
  }
}
.p-interview__inner .talk p {
  padding-top: 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-interview__inner .talk p {
    padding-top: 1rem;
  }
}
.p-interview__inner .figure {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-interview__inner .figure {
    width: 100%;
  }
}
.p-interview__inner figure img {
  width: 100%;
}

.p-interview__company {
  border: 1px solid #8d8d8d;
  padding: 2.5rem 4.1875rem 3.75rem;
}
@media screen and (max-width: 568px) {
  .p-interview__company {
    padding: 2.5rem 1.5rem 1.875rem;
  }
}
.p-interview__company .name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .p-interview__company .name {
    display: block;
  }
}
.p-interview__company figure {
  padding-right: 2.1875rem;
}
@media screen and (max-width: 568px) {
  .p-interview__company figure {
    padding-right: 0;
  }
}
.p-interview__company figure img {
  width: 100%;
}
.p-interview__company .text {
  padding: 0.625rem 0 1.875rem;
}
@media screen and (max-width: 568px) {
  .p-interview__company .text {
    padding: 1.375rem 0 1.875rem;
  }
}
.p-interview__company dl {
  display: flex;
  padding: 0.875rem;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 568px) {
  .p-interview__company dl {
    padding: 0.625rem;
    font-size: 0.8125rem;
  }
}
.p-interview__company dl dd {
  width: 25%;
}
@media screen and (max-width: 568px) {
  .p-interview__company dl dd {
    width: 30%;
  }
}
.p-interview__company dl dt {
  width: 75%;
}
@media screen and (max-width: 568px) {
  .p-interview__company dl dt {
    width: 70%;
  }
}

.tab-item {
  letter-spacing: 0.015em;
  line-height: 2;
  white-space: nowrap;
}

.tab {
  text-align: center;
  color: #b8b8b8;
  background-color: #f7f8fa;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 50px;
  padding: 0.8125rem 2.25rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1200px) {
  .tab {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .tab {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 568px) {
  .tab {
    font-size: 0.8125rem;
    padding: 0.3125rem 1.125rem;
  }
}

.tab:hover {
  opacity: 0.9;
}

.tab.active {
  background-color: #222;
  color: #fff;
}

.contents-tab-area li + li {
  margin-left: 1.75rem;
}
@media screen and (max-width: 1400px) {
  .contents-tab-area li + li {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .contents-tab-area li + li {
    margin-left: 0.625rem;
  }
}

@media screen and (max-width: 700px) {
  .contents-tab-area li + li:nth-child(5) {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 584px) {
  .contents-tab-area li + li:nth-child(4) {
    margin-right: 0.625rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 462px) {
  .contents-tab-area li + li:nth-child(3) {
    margin-top: 0.625rem;
  }
}
.panel-area {
  padding-top: 3.5rem;
}
@media screen and (max-width: 1000px) {
  .panel-area {
    padding-top: 2.1875rem;
  }
}
@media screen and (max-width: 568px) {
  .panel-area {
    padding-top: 0.625rem;
  }
}
@media screen and (max-width: 568px) {
  .panel-area {
    padding-top: 1.875rem;
  }
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.p-useful__top {
  display: flex;
  max-width: 1400px;
  margin: auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .p-useful__top {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .p-useful__top {
    display: block;
  }
}
.p-useful__top p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .p-useful__top p {
    margin-right: 0px;
    text-align: center;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-useful__top p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-useful__top p {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .p-useful__top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-useful__item {
  background-color: #fafafa;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.p-useful__item .box {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 2.125rem 1.5rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-useful__item .box {
    padding: 1.75rem 1.25rem 2.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-useful__item .box {
    padding: 1.5rem 1.25rem 1.875rem;
  }
}
.p-useful__item figure {
  background-color: #fff;
}
.p-useful__item figure img {
  width: 100%;
}
@media screen and (max-width: 568px) {
  .p-useful__item figure img {
    width: 80%;
    margin: auto;
  }
}
.p-useful__item h2 {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-useful__item h2 {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-useful__item h2 {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
.p-useful__item .ttl {
  line-height: 1.5;
  display: inline-block;
  font-size: 0.9375rem;
  color: #0e7cd1;
  border: 1px solid #0e7cd1;
  padding: 0.3125rem 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-useful__item .ttl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-useful__item .ttl {
    font-size: 0.8125rem;
  }
}
.p-useful__item .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-useful__item .text {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  .p-useful__item .text {
    font-size: 0.875rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
.p-useful__item .btn {
  margin-top: auto;
}

.p-webinar {
  padding: 1.875rem 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-webinar {
    padding: 0rem 0 3.125rem;
  }
}
.p-webinar .box {
  background: #f4f8f9;
  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: #2d6fa3;
  font-weight: 700;
}
.p-webinar .box h2 .sub-ttl {
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  color: #2d6fa3;
  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: #2d6fa3;
  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: 70%;
  height: auto;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #movie {
    width: 100%;
  }
}

#movie::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* ※1)ココがアスペクト比（縦横比）*/
}

#movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.play-btn {
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .play-btn {
    width: 17%;
  }
}

.play-btn.playActive {
  display: none;
}

.p-movie .txt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: red;
}

.c-button.-webinar {
  display: block;
  width: 45%;
  margin: auto;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .c-button.-webinar {
    width: 100%;
    margin-top: 1.625rem;
  }
}
.c-button.-webinar a {
  color: #fff;
  background: #2d6fa3;
  padding: 1.375rem 0;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 1.7;
  width: 100%;
  /* display: block; */
}

@media screen and (max-width: 768px) {
  .c-button.-webinar a {
    padding: 1rem 0;
  }
}
.c-button.-webinar img {
  width: 23px;
  vertical-align: sub;
  margin-right: 20px;
}

.p-column__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-column__box {
    display: block;
  }
}

.p-column__left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-column__left {
    width: 100%;
  }
}

.p-column__right {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-column__right {
    width: 100%;
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__right {
    padding-top: 2.5rem;
  }
}

.p-column__left article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 568px) {
  .p-column__left article {
    display: block;
    margin-bottom: 1.875rem;
  }
}
.p-column__left article figure {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-column__left article figure {
    width: 38%;
  }
}
@media screen and (max-width: 568px) {
  .p-column__left article figure {
    width: 100%;
  }
}
.p-column__left article figure img {
  width: 100%;
}
.p-column__left article .box {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .p-column__left article .box {
    width: 58%;
  }
}
@media screen and (max-width: 568px) {
  .p-column__left article .box {
    width: 100%;
  }
}
.p-column__left article h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.3125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-column__left article h3 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 568px) {
  .p-column__left article h3 {
    font-size: 1.0625rem;
    padding-top: 1rem;
    padding-bottom: 0.125rem;
  }
}
.p-column__left article .time {
  font-size: 0.9375rem;
  color: #ababab;
}
@media screen and (max-width: 768px) {
  .p-column__left article .time {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__left article .time {
    font-size: 0.75rem;
  }
}
.p-column__left article .text {
  padding: 0.3125rem 0 1rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-column__left article .text {
    font-size: 0.9375rem;
    padding: 0rem 0 0.625rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__left article .text {
    font-size: 0.8125rem;
    line-height: 1.6;
    padding: 0 0 1rem;
  }
}
.p-column__left article .page-next {
  text-align: left;
}
@media screen and (max-width: 568px) {
  .p-column__left article .page-next {
    text-align: center;
  }
}
.p-column__left article .page-next a {
  width: 200px;
  font-size: 1rem;
  color: #fafafa;
  font-weight: bold;
  display: inline-block;
  background-color: #2d6fa3;
  padding: 0.625rem 0rem;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column__left article .page-next a {
    font-size: 0.8125rem;
    padding: 0.3125rem 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__left article .page-next a {
    width: 100%;
    padding: 0.625rem 3rem;
  }
}

.p-column__right .document h3 {
  font-size: 1.5rem;
  color: #2d6fa3;
  font-weight: bold;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #2d6fa3;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .p-column__right .document h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__right .document h3 {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .p-column__right .document h3 {
    font-size: 1.0625rem;
  }
}
.p-column__right .document figure {
  padding: 1.875rem 0 0.75rem;
}
@media screen and (max-width: 568px) {
  .p-column__right .document figure {
    width: 80%;
    margin: auto;
    padding: 1.25rem 0 0.75rem;
  }
}
.p-column__right .document figure img {
  width: 100%;
}
.p-column__right .document p {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-column__right .document p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__right .document p {
    text-align: center;
  }
}
.p-column__right .recommend {
  padding-top: 3.75rem;
}
@media screen and (max-width: 568px) {
  .p-column__right .recommend {
    padding-top: 1.875rem;
  }
}
.p-column__right .recommend h3 {
  font-size: 1.5rem;
  color: #2d6fa3;
  font-weight: bold;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #2d6fa3;
}
@media screen and (max-width: 1000px) {
  .p-column__right .recommend h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__right .recommend h3 {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .p-column__right .recommend h3 {
    font-size: 1.0625rem;
  }
}
.p-column__right .recommend ul {
  padding-top: 1.25rem;
  line-height: 1.5;
}
.p-column__right .recommend ul li a {
  font-size: 0.75rem;
  color: #2d6fa3;
}

.p-column__top h2 {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .p-column__top h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__top h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    padding-bottom: 0.625rem;
  }
}
.p-column__top time {
  font-size: 1.125rem;
  color: #ababab;
}
@media screen and (max-width: 768px) {
  .p-column__top time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__top time {
    font-size: 0.875rem;
  }
}
.p-column__top figure {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__top figure {
    padding-top: 1.25rem;
  }
}
.p-column__top figure img {
  width: 100%;
}
.p-column__top .text {
  padding-top: 3.125rem;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-column__top .text {
    padding-top: 1.25rem;
    line-height: 2;
  }
}

.p-column__inner h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #e3e8ea;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 568px) {
  .p-column__inner h3 {
    font-size: 1.125rem;
    line-height: 1.8;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-column__inner h3::after {
  content: "";
  position: absolute;
  width: 6%;
  border-bottom: solid 2px #2d6fa3;
  bottom: -2px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-column__inner h3::after {
    width: 10%;
  }
}
.p-column__inner h4 {
  font-size: 1.375rem;
  color: #2d6fa3;
  font-weight: bold;
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 568px) {
  .p-column__inner h4 {
    font-size: 1.0625rem;
    padding-top: 1.375rem;
  }
}
.p-column__inner p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-column__inner p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.p-column__inner p span {
  font-weight: bold;
  color: #2d6fa3;
}
.p-column__inner p span.bold {
  font-size: 1.0625rem;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .p-column__inner p span.bold {
    font-size: 1rem;
  }
}
.p-column__inner ul li {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 568px) {
  .p-column__inner ul li {
    font-size: 0.9375rem;
  }
}
.p-column__inner a {
  font-weight: bold;
  color: #2d6fa3;
  text-decoration: underline;
}
.p-column__inner ul {
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner ul {
    padding-left: 0rem;
  }
}
.p-column__inner h5 {
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 568px) {
  .p-column__inner h5 {
    font-size: 1.0625rem;
    padding-top: 1.375rem;
  }
}
.p-column__inner .ref {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner .ref {
    margin-top: 0.75rem;
  }
}
.p-column__inner .ref:last-child {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner .ref:last-child {
    margin-top: 0.1875rem;
  }
}
.p-column__inner .under-ref p {
  font-size: clamp(0.75rem, 0.614rem + 0.6vw, 1rem);
}
.p-column__inner .under-ref a {
  color: #333333;
  font-weight: 500;
  word-break: break-all;
}
.p-column__inner .pt-10 {
  padding-top: 0.625rem;
}
.p-column__inner .pt-20 {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner .pt-20 {
    padding-top: 1.25rem;
  }
}
.p-column__inner .pt-none {
  padding-top: 0px;
}

.p-column__cta {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: 2px solid #e3e8ea;
}
@media screen and (max-width: 568px) {
  .p-column__cta {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
.p-column__cta .ttl {
  color: #0e7cd1;
  font-weight: bold;
}
.p-column__cta .ttl p {
  font-size: 1.875rem;
  line-height: 1.7;
  background-color: #d4e4f1;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  .p-column__cta .ttl p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-column__cta .ttl p + p {
  margin-top: 0.875rem;
}
@media screen and (max-width: 568px) {
  .p-column__cta .ttl p + p {
    margin-top: 0.625rem;
  }
}
.p-column__cta .text {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 568px) {
  .p-column__cta .text {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
.p-column__cta .text p a {
  color: #2d6fa3;
  text-decoration: underline;
}
.p-column__cta ul {
  padding-top: 1.25rem;
}
.p-column__cta ul li {
  font-size: 1.125rem;
}
@media screen and (max-width: 568px) {
  .p-column__cta ul li {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-column__pageback {
  padding-top: 2.5rem;
  border-top: 2px solid #e3e8ea;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .p-column__pageback {
    padding-top: 1.25rem;
  }
}

.p-column__pageback a {
  display: inline-block;
  font-size: 1.125rem;
  color: #2d6fa3;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .p-column__pageback a {
    font-size: 0.9375rem;
  }
}

.table {
  background-color: #fafafa;
  padding: 1.875rem 2.5rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .table {
    padding: 1.25rem 1.125rem;
    margin-top: 1.75rem;
  }
}
.table p {
  color: #2d6fa3;
  font-size: clamp(1rem, 0.729rem + 1.2vw, 1.5rem);
}
.table li {
  padding: 1.125rem 0;
}
@media screen and (max-width: 768px) {
  .table li {
    padding: 0.9375rem 0;
    line-height: 1.7;
  }
}
.table li + li {
  border-top: dashed 1px #ced4dc;
}
.table li a {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
}
.table li a:hover {
  text-decoration: underline;
}
.table ul {
  margin-left: 2.25rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .table ul {
    margin-left: 0.625rem;
  }
}
.table ul li {
  padding: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .table ul li {
    padding: 0.1875rem 0;
  }
}
.table ul li + li {
  border-top: none;
}

.faq {
  background-color: #f4f8f9;
  padding: 1.875rem 2.5rem;
  margin-top: 4.375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 1.25rem 1.125rem;
    margin-top: 2.125rem;
    margin-bottom: 0.625rem;
  }
}
.faq dt {
  display: flex;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq dt {
    align-items: flex-start;
    padding-bottom: 0.625rem;
  }
}
.faq .-q {
  color: #2d6fa3;
  font-weight: bold;
  font-size: clamp(1.063rem, 0.622rem + 1.96vw, 1.875rem);
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .faq .-q {
    margin-right: 0.625rem;
  }
}
.faq .answer {
  font-weight: bold;
  font-size: clamp(1.063rem, 0.758rem + 1.36vw, 1.625rem);
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .faq .answer {
    padding-top: 0rem;
  }
}
.faq dd {
  display: flex;
  align-items: flex-start;
}
.faq .-a {
  color: #dc000c;
  font-weight: bold;
  font-size: clamp(1.063rem, 0.622rem + 1.96vw, 1.875rem);
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq .-a {
    margin-right: 0.625rem;
  }
}
.faq .answer-text {
  padding-top: 0.625rem;
  font-size: clamp(1rem, 0.898rem + 0.45vw, 1.188rem);
}
@media screen and (max-width: 768px) {
  .faq .answer-text {
    padding-top: 0.125rem;
  }
}
.faq .answer-text ul {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .faq .answer-text ul {
    padding: 0.625rem;
  }
}

.p-column__banner figure {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-column__banner figure {
    width: 100%;
  }
}

.p-column__banner a:hover {
  opacity: 0.8;
}

.column-point {
  vertical-align: sub;
  width: 30px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .column-point {
    width: 25px;
    margin-right: 3px;
  }
}

/* テーブル */
.tbl-estimate {
  width: 100%;
  line-height: 1.5em;
  background: #fff;
  border: #eee 1px solid;
  margin: 0 auto;
  font-size: 18px;
}

.tbl-estimate th {
  border: #eee 1px solid;
  box-sizing: border-box;
  font-weight: normal;
  padding: 1.875rem 2.5rem;
  text-align: left;
  background: #fafafa;
}

.tbl-estimate td {
  padding: 1.875rem 2.5rem;
  border: #eee 1px solid;
  text-align: right;
}

.tbl-std a {
  color: #000;
}

.input-box {
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-align: right;
  border: #2d6fa3 1px solid;
}

.err-msg {
  margin-left: 20px;
  border: none;
  color: red;
  font-size: 16px;
  width: 300px;
}

.btn-estimate {
  border: 2px #2d6fa3 solid;
  background: #2d6fa3;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  text-decoration: none;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
}

.btn-estimate:hover {
  background: #f4f8f9;
  color: #001;
  border: 2px #2d6fa3 solid;
}

.estimate-btn-area {
  text-align: center;
  margin: 40px 0 50px;
}

.output-box {
  border: #2d6fa3 1px solid;
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-align: right;
  width: 100px;
}

.btn-std {
  background: #2d6fa3;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 1% 2%;
  box-sizing: border-box;
  border: 2px #fff solid;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 40px;
}

.txt-right {
  text-align: right;
}

.tbl-text {
  font-size: 0.9375rem;
  text-align: right;
  padding-top: 1.5625rem;
}

.tbl-note {
  color: #0e7cd1;
}

.contact-tel-text {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

.contact-tel-num {
  text-align: center;
}

.contact-tel-num a {
  color: #333;
  font-weight: bold;
  font-size: 3.125rem;
}

.contact-tel-num a img {
  width: 4%;
  vertical-align: middle;
}

.contact-tel-time {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tbl-estimate {
    line-height: 1.5em;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
  }
  .tbl-estimate th {
    box-sizing: border-box;
    font-weight: normal;
    padding: 1.5%;
    text-align: left;
  }
  .tbl-estimate td {
    padding: 2%;
    text-align: right;
  }
  .tbl-std a {
    color: #000;
  }
  .input-box {
    padding: 10px;
    text-align: right;
    width: 50%;
  }
  .err-msg {
    border: none;
    color: red;
    width: 100%;
    text-align: right;
  }
  .btn-estimate {
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    text-decoration: none;
    width: 50%;
  }
  .estimate-btn-area {
    text-align: center;
    margin: 30px 0;
  }
  .output-box {
    padding: 10px;
    margin-left: 20px;
    font-size: 16px;
    text-align: right;
    width: 100px;
  }
}
@media screen and (max-width: 568px) {
  .tbl-estimate {
    background: #fff;
    width: 100%;
    font-size: 16px;
  }
  .tbl-estimate th {
    font-weight: normal;
    padding: 2%;
    text-align: left;
    box-sizing: border-box;
    font-size: 15px;
  }
  .tbl-estimate td {
    padding: 5%;
    box-sizing: border-box;
    text-align: right;
    font-size: 15px;
  }
  .tbl-estimate tr,
  .tbl-estimate td,
  .tbl-estimate th {
    display: block;
  }
  .tbl-std a {
    color: #000;
  }
  .input-box {
    padding: 3%;
    text-align: right;
    box-sizing: border-box;
  }
  .err-msg {
    border: none;
    color: red;
    width: 100%;
    text-align: right;
    margin-left: 0;
  }
  .btn-estimate {
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    padding: 5%;
    text-decoration: none;
    width: 100%;
  }
  .estimate-btn-area {
    text-align: center;
    margin: 20px 0;
  }
  .output-box {
    padding: 10px;
    margin-left: 20px;
    text-align: right;
    width: 100px;
  }
  .btn-std {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .tbl-text {
    font-size: 13px;
    text-align: left;
  }
  .contact-tel-text {
    font-size: 18px;
    line-height: 1.7;
  }
  .contact-tel-num a {
    font-size: 38px;
  }
  .contact-tel-num a img {
    width: 8%;
  }
}
.l-spacer.-contact {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-spacer.-contact {
    padding-top: 0.625rem;
  }
}

.header-contact {
  background: #2d6fa3;
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .header-contact {
    padding: 1.625rem 0;
  }
}

.p-contact {
  border-bottom: 2px solid #f8f8f8;
}

.p-contact__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    display: block;
  }
}

.p-contact__txt {
  padding-top: 10px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-contact__txt {
    padding-top: 16px;
    width: 100%;
  }
}
.p-contact__txt .ttl {
  color: #2d6fa3;
  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);
  color: #333;
}
.p-contact__txt figure {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact__txt figure {
    padding: 0.625rem 0 0.625rem;
    width: 80%;
    margin: auto;
  }
}
.p-contact__txt figure img {
  width: 100%;
}
.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 li {
  display: flex;
  align-items: flex-start;
}
.p-contact__txt .box p {
  font-weight: 700;
}
.p-contact__txt .box .circle {
  display: inline-block;
  margin-right: 8px;
  background: #2d6fa3;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .box .circle {
    margin-right: 7px;
    margin-top: 10px;
  }
}

.p-contact__txt .link {
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .link {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    line-height: 1.7;
  }
}

.p-contact__txt .btn {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .btn {
    text-align: center;
  }
}

.p-contact__txt .btn a {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #2d6fa3;
  padding: 16px 50px;
  border-radius: 10px;
}

@media screen and (max-width: 568px) {
  .p-contact__txt .btn a {
    font-size: 16px;
    padding: 10px 50px;
  }
}

.p-contact__txt .btn a img {
  vertical-align: middle;
  width: 18px;
  margin-left: 15px;
}

@media screen and (max-width: 568px) {
  .p-contact__txt .btn a img {
    width: 15px;
  }
}

.p-contact__form {
  margin-top: -40px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 0px;
    width: 100%;
  }
}

.l-spacer.-pbLarge {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-spacer.-pbLarge {
    padding-bottom: 3.125rem;
  }
}

.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: #2d6fa3;
  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: #333333;
}
.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: #2d6fa3;
  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;
  }
}

.c-button {
  text-align: center;
}

.c-button a {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  border-radius: 50px;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.375rem 4.375rem 1.375rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-button a {
    width: 100%;
    padding: 1.125rem 0rem;
    text-align: center;
    background-position: 93% center;
  }
}

.c-button.-back {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-back {
    margin-top: 1.375rem;
    width: 100%;
  }
}

.c-button.-back a {
  color: #2d6fa3;
  background: #fff;
  background-image: url(../image/contact/icon-back.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  border: 2px solid #2d6fa3;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1.375rem 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button.-back a {
    width: 100%;
    padding: 1.125rem 0rem;
  }
}

/*
  サポート専用 1カラム
*/
.p-support__inner {
  padding: 30px 0;
}

@media screen and (max-width: 568px) {
  .p-support__inner {
    padding: 20px 0;
  }
}
.slick-dots li button:before {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 10px;
  }
}

.slick-dots li.slick-active button:before {
  color: #2d6fa3;
}

.slick-next:before,
.slick-prev:before {
  color: #2d6fa3;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 3.125rem;
}

.slick-slide img {
  width: 100%;
}

.slider {
  padding-top: 1.5625rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .slider {
    padding-top: 1.25rem;
  }
}

.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 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .box {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.p-download__thanks figure img {
  width: 100%;
}
.p-download__thanks .item {
  border-radius: 10px;
  padding: 1.875rem 1.25rem 2.5rem;
  box-shadow: 0px 0px 15px 0px rgba(45, 111, 163, 0.16);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .item {
    padding: 1.25rem;
    grid-template-rows: auto;
  }
}
.p-download__thanks .ttl {
  color: #2d6fa3;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.027rem + 0.43vw, 1.375rem);
  line-height: 1.5;
}
.p-download__thanks figure {
  width: 90%;
  margin: auto;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks figure {
    width: 70%;
    padding-top: 0.3125rem;
  }
}
.p-download__thanks .text-back {
  display: inline-block;
  text-decoration: underline;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .text-back {
    padding-top: 1.25rem;
  }
}
.p-download__thanks .text-back a {
  color: #00100e;
}
.p-download__thanks .btn {
  padding-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .btn {
    padding-top: 0.625rem;
  }
}
.p-download__thanks .btn a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background: #2d6fa3;
  display: inline-block;
  padding: 0.3125rem;
  font-size: clamp(1rem, 0.902rem + 0.43vw, 1.25rem);
  width: 100%;
  background-image: url(../image/download/icon-next.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .btn a {
    padding: 0.3125rem;
  }
}
.p-download__thanks .btn a:hover {
  opacity: 0.9;
}
.p-download__thanks .youtube {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .youtube {
    padding-top: 1rem;
  }
}
.p-download__thanks .youtube a {
  text-decoration: underline;
  color: #333333;
} /*# sourceMappingURL=common.css.map */
