@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-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  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: #f2f6f6;
}

.bg-gray {
  background-color: #f5f5f5;
}

.p-pageLink ul {
  display: flex;
  justify-content: center;
}
.p-pageLink ul li + li {
  margin-left: 6.25rem;
}
@media screen and (max-width: 1000px) {
  .p-pageLink ul li + li {
    margin-left: 3.75rem;
  }
}
@media screen and (max-width: 568px) {
  .p-pageLink ul li + li {
    margin-left: 1rem;
  }
}
.p-pageLink li a {
  display: inline-block;
  color: #0098e1;
  font-size: 1.25rem;
  font-weight: bold;
  background-image: url(../image/common/icon_next.svg);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 568px) {
  .p-pageLink li a {
    font-size: 0.9375rem;
    padding-right: 1.375rem;
  }
}

/*
  Base
-----------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  color: #222222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 2;
  height: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #222222;
  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: 13.75rem;
}

.l-spacer.-ptMedium {
  padding-top: 8.125rem;
}

.l-spacer.-pbLarge {
  padding-bottom: 10rem;
}

.l-spacer.-pbMedium {
  padding-bottom: 8.125rem;
}

.l-spacer.-ptSmall {
  padding-top: 1.875rem;
}

.l-spacer.-pbSmall {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .l-spacer.-ptLarge {
    padding-top: 7.5rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 6.25rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 6.25rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-spacer.-ptLarge {
    padding-top: 4.375rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 3.125rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 3.125rem;
  }
  .l-spacer.-ptSmall {
    padding-top: 0.625rem;
  }
  .l-spacer.-pbSmall {
    padding-bottom: 2.5rem;
  }
}
.l-spacer.-heading {
  padding: 2.5rem 0 5.625rem;
}

@media screen and (max-width: 1023px) {
  .l-spacer.-heading {
    padding: 6.25rem 0 5.625rem;
  }
}
@media screen and (max-width: 568px) {
  .l-spacer.-heading {
    padding: 3.75rem 0 3.125rem;
  }
}
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_30 {
    margin-top: 20px;
  }
  .mt_50 {
    margin-top: 40px;
  }
  .mt_100 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .mt_30 {
    margin-top: 10px;
  }
}
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_110 {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 30px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .mb_110 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 568px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 20px;
  }
  .mb_100 {
    margin-bottom: 26px;
  }
  .mb_110 {
    margin-bottom: 70px;
  }
}
.mr_05 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.ml_05 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_90 {
  margin-left: 90px;
}

@media screen and (max-width: 1023px) {
  .ml_90 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ml_90 {
    margin-left: 0px;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .ml_90 {
    margin-top: 1.25rem;
  }
}
.pt_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-spacer.-cta {
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-spacer.-cta {
    padding: 3.125rem 0 3.75rem;
  }
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.l-container__case {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container__case {
    width: 100%;
  }
}

.l-container.-Midium {
  max-width: 1100px;
  margin: 0 auto;
}

.l-container.-Small {
  max-width: 950px;
  margin: 0 auto;
}

.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%;
  }
}

.c-button.-kv {
  display: inline-block;
  line-height: 1.5;
  border: 1px solid #fff;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.375rem 5rem 1.375rem 4.375rem;
  background-image: url(../image/common/icon_next_blue.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button.-kv {
    width: 100%;
    padding: 1.125rem 0rem;
    text-align: center;
    background-position: 95% center;
  }
}

.c-button.-white {
  display: inline-block;
  line-height: 1;
  border: 1px solid #222222;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.375rem 4.375rem 1.375rem 3.75rem;
  background-image: url(../image/common/icon_next_blue.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-button.-white {
    width: 100%;
    padding: 1.125rem 0rem;
    text-align: center;
    background-position: 95% center;
  }
}

.c-button__back.-white {
  display: inline-block;
  line-height: 1.5;
  border: 1px solid #222222;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.375rem 0;
  background-image: url(../image/common/icon_back_blue.svg);
  background-repeat: no-repeat;
  background-position: 15% center;
  letter-spacing: 0.02em;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button__back.-white {
    width: 100%;
    padding: 1.125rem 0rem;
    text-align: center;
    background-position: 15% center;
  }
}

.c-button.-white.-useful {
  padding: 1.25rem 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-button.-white.-useful {
    padding: 1rem 0;
  }
}

.c-button.-blue {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.625rem 4.375rem 1.625rem 3.75rem;
  background-image: url(../image/common/icon_next_white.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  background: linear-gradient(128deg, rgb(18, 42, 136) 0%, rgb(0, 152, 225) 97%, rgb(0, 152, 225) 100%);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-button.-blue {
    width: 100%;
    padding: 1.625rem 0rem;
    text-align: center;
    background-position: 95% center;
  }
}
.c-button.-blue:after {
  position: absolute;
  content: "";
  background-image: url(../image/common/icon_next_white.svg);
  width: 12px;
  height: 14px;
  right: 8%;
}

.c-button__back.-blue {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.625rem 6.25rem 1.625rem 6.25rem;
  background-image: url(../image/common/icon_next_white.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  background: linear-gradient(128deg, rgb(18, 42, 136) 0%, rgb(0, 152, 225) 97%, rgb(0, 152, 225) 100%);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-button__back.-blue {
    width: 100%;
    padding: 1.625rem 0rem;
    text-align: center;
    background-position: 95% center;
  }
}
.c-button__back.-blue:after {
  position: absolute;
  content: "";
  background-image: url(../image/common/icon_back_white.svg);
  width: 12px;
  height: 14px;
  left: 10%;
}

.c-button.-back {
  width: 40%;
  margin: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-back {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.c-button.-back a {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.4375rem 0;
  background-image: url(../image/common/icon_back_white.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  background: linear-gradient(128deg, rgb(18, 42, 136) 0%, rgb(0, 152, 225) 97%, rgb(0, 152, 225) 100%);
  letter-spacing: 0.02em;
  width: 100%;
}
.c-button.-back a:after {
  position: absolute;
  content: "";
  background-image: url(../image/common/icon_back_white.svg);
  width: 12px;
  height: 14px;
  left: 10%;
}

.c-heading.-primary {
  font-size: clamp(1.375rem, 1.091rem + 1.42vw, 2rem);
  text-align: center;
  color: #0d2c48;
  line-height: 1.6;
}
.c-heading.-primary span {
  background-color: #e0e4f0;
}
.c-heading.-primary .dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  background-color: #0d2c48;
}

.c-heading__text {
  padding-top: 1.125rem;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
}
@media screen and (max-width: 768px) {
  .c-heading__text {
    padding-top: 0.875rem;
  }
}

.c-heading.-primary.-point {
  color: #ffffff;
}

.c-heading__ttl {
  width: 100%;
  background-color: #3d6091;
  background-position: center center;
  background-size: cover;
  padding: 14.375rem 0 10.9375rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-heading__ttl {
    padding: 9.375rem 0 8.125rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__ttl {
    padding: 8.75rem 0 7.5rem;
  }
}
.c-heading__ttl h1 {
  color: #ffffff;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  letter-spacing: 0.01em;
}

.c-heading__ttl.-useful {
  background-image: url(../image/useful/useful_heading_image.png);
}

.c-heading__ttl.-faq {
  background-image: url(../image/faq/faq_heading_image.png);
}

.c-heading__ttl.-sample {
  background-image: url(../image/sample/sample_heading_image.png);
}

.c-heading__ttl.-column {
  background-image: url(../image/column/column_heading_image.png);
}

.c-heading__ttl.-products {
  background-image: url(../image/products/products_heading_image.png);
}

.pan {
  padding: 2.5rem 0;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .pan {
    padding: 1.25rem 0;
  }
}

.pan p {
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}

.home,
.layer.-sub {
  position: relative;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .home,
  .layer.-sub {
    padding-right: 0.3125rem;
  }
}

.home a {
  color: #0098e1;
}

.home::after,
.layer.-sub::after {
  content: "";
  background: #b3b3b3;
  height: 1px;
  width: 10px;
  display: inline-block;
  margin-left: 1.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .home::after,
  .layer.-sub::after {
    margin-left: 0.25rem;
  }
}

.c-heading__ttl.-contact {
  background: #0d2c48;
  position: static;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-heading__ttl.-contact {
    padding: 1.25rem 0;
  }
}

/*
  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: 768px) {
  .button-humburger {
    display: block;
    position: fixed;
    top: 0;
    width: 30px;
    height: 30px;
    right: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 100000;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.humburger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0d2c48;
  margin: auto;
  border-radius: 4px;
}

.humburger:before,
.humburger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  transition: all 0.3s ease-in-out;
}

.humburger:before {
  top: -8px;
}

.humburger:after {
  bottom: -8px;
}

/*
  front-header
*/
.p-header {
  width: 100%;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-header {
    position: absolute;
    background-color: transparent;
    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: #fff;
  top: 0;
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.1);
  animation-name: headerAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  z-index: 1000000;
}
@media screen and (max-width: 768px) {
  .js-header.change-color {
    position: static;
  }
}

@keyframes headerAnimation {
  0% {
    top: -10%;
  }
  100% {
    top: 0;
  }
}
.p-header__title img {
  vertical-align: middle;
}

.js-header.change-color .header {
  display: none;
}

.header-move-logo {
  display: none;
}

.js-header.change-color .header-move-logo {
  display: inline-block;
}

.useful-sp-logo {
  display: none;
}

.js-header.change-color .useful-sp-logo {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .js-header.change-color .useful-sp-logo {
    display: none;
  }
}
.p-header__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  max-width: 2000px;
  margin: auto;
  padding: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .p-header__body {
    padding: 2.5rem 0;
    width: 95%;
  }
}

.js-header.change-color .p-header__body {
  padding: 1.75rem 0;
}

@media screen and (max-width: 768px) {
  .p-header__body {
    margin: 0 1rem;
    width: 90%;
    margin: auto;
    padding: 1.25rem 0 1.25rem;
  }
}
.p-header__title figure {
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .p-header__title figure {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__title figure {
    width: 120px;
  }
}

.p-global__box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-global__box {
    padding-left: 0;
  }
}
.p-global-nav {
  display: flex;
  transform: translateX(0);
  align-items: center;
  position: relative;
  padding-left: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .p-global-nav {
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-global-nav {
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    /* width: 100%; */
    width: 80%;
    height: 120%;
    background: #fff;
    z-index: 1000;
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); /* Android, Brackberry  */
    -ms-transform: translateX(100%); /* IE9 */
    padding: 5.5rem 0;
  }
  .is-active-drawer .button-humburger {
    box-shadow: none;
  }
  .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: #0d2c48;
  }
  .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: 4.375rem 0;
  }
}
.p-global-nav__item {
  position: relative;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-global-nav__item {
    margin-right: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-global-nav__item {
    margin-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
.p-global-nav__item img {
  width: 14px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .p-global-nav__item img {
    display: none;
  }
}

.p-global-nav__item a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
}

.js-header.change-color .p-global-nav li a {
  color: #0d2c48;
}

@media screen and (max-width: 768px) {
  .p-global-nav__item a {
    color: #0d2c48;
    padding: 1.875rem 2.5rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-global-nav__item a {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
}
.p-global-nav__cta {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  background: linear-gradient(128deg, rgb(18, 42, 136) 0%, rgb(0, 152, 225) 97%, rgb(0, 152, 225) 100%);
  box-shadow: 0 7px 10px 0 rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
  .p-global-nav__cta {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav__cta {
    display: none;
  }
}

.js-header.change-color .p-global-nav__cta {
  width: 200px;
  height: 100%;
  overflow: hidden;
}

.p-global-nav__cta a {
  padding: 2.625rem 0;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  display: grid;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-global-nav__cta a {
    padding: 1.875rem 0;
  }
}

.js-header.change-color .p-global-nav__cta a {
  padding: 1.25rem 0;
  vertical-align: middle;
}

.p-global-nav__cta img {
  width: 25px;
  margin: auto;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-global-nav__cta img {
    width: 20px;
  }
}

.js-header.change-color .p-global-nav__cta img {
  width: 20px;
  padding-bottom: 0.125rem;
}

.p-global-nav__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-global-nav__sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-global-nav__sp {
    background: linear-gradient(128deg, rgb(18, 42, 136) 0%, rgb(0, 152, 225) 97%, rgb(0, 152, 225) 100%);
    width: 90%;
    margin: auto;
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-global-nav__sp p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .js-header.change-color .p-global-nav .p-global-nav__sp p a {
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .p-global-nav__sp img {
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-global-nav__sp a {
    color: #fff;
    padding: 1.25rem 0;
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 1.125rem;
  }
}

.p-header.-contact {
  position: static;
}

.p-header__body.-contact {
  padding: 1.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-header__body.-contact {
    padding: 0.625rem 0;
  }
}

/*
  footer
*/
.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: #0d2c48;
  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: #0d2c48;
  text-align: center;
  padding-top: 2.1875rem;
}

.p-footerBtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-footerBtn {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 0;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .p-footer__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 #0d2c48;
    margin-right: 0;
  }
  .p-footer__item:nth-child(1) {
    border-top: 1px solid #0d2c48;
  }
  .p-footer__item:nth-child(2) {
    border-top: 1px solid #0d2c48;
  }
  .p-footer__item:nth-child(2n-1) {
    border-right: 1px solid #0d2c48;
  }
  .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: #0d2c48;
  box-shadow: 1.5px 1.5px 10px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 60px;
    height: 60px;
    font-size: 0.75rem;
    font-size: 11px;
    line-height: 1.4;
  }
}

#page-top a::before {
  content: "";
  position: absolute;
  left: 60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 20%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 568px) {
  #page-top a::before {
    top: 15%;
  }
}

#page-top a:hover {
  opacity: 100%;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200%);
  }
}
.p-hero {
  position: relative;
}

.p-hero__copy {
  width: 40%;
  position: absolute;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -15%;
}
@media screen and (max-width: 1500px) {
  .p-hero__copy {
    top: 55%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .p-hero__copy {
    top: 50%;
    margin-left: -20%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__copy {
    width: 80%;
    margin-left: 0;
    margin: 0 auto;
    top: 52%;
  }
}
@media screen and (max-width: 350px) {
  .p-hero__copy {
    width: 90%;
  }
}

.p-hero__emphasis {
  font-size: clamp(1.5rem, 1.229rem + 1.2vw, 2rem);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-hero__emphasis {
    text-align: center;
  }
}

.p-hero__text {
  width: 70%;
  line-height: 2.1;
  padding: 1.875rem 0 3.125rem;
}
@media screen and (max-width: 1500px) {
  .p-hero__text {
    width: 100%;
    padding: 1.25rem 0 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-hero__text {
    width: 100%;
  }
}

.p-front__primary {
  position: relative;
}
.p-front__primary img {
  position: absolute;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
@media screen and (max-width: 768px) {
  .p-front__primary img {
    width: 80%;
    bottom: 50%;
  }
}

.p-front__subprimary {
  position: relative;
}
.p-front__subprimary img {
  position: absolute;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front__subprimary img {
    width: 80%;
    bottom: 85%;
  }
}

.p-front__thirdprimary {
  position: relative;
}
.p-front__thirdprimary img {
  position: absolute;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front__thirdprimary img {
    width: 80%;
    bottom: 80%;
  }
}

.p-problems {
  position: relative;
}

.p-problems__contents {
  display: flex;
  margin-left: -3.125rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-problems__contents {
    display: block;
    margin-left: 0;
    margin-bottom: -1.625rem;
    padding-top: 0.625rem;
  }
}

.p-problems__inner {
  width: 33.333%;
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-problems__inner {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.625rem;
  }
}
.p-problems__inner figure {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-problems__inner figure {
    width: 70%;
  }
}
.p-problems__inner h3 {
  color: #0d2c48;
  font-size: clamp(1.188rem, 1.052rem + 0.6vw, 1.438rem);
  text-align: center;
  line-height: 1.6;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-problems__inner h3 {
    padding: 0.625rem 0;
  }
}
.p-problems__inner h3 img {
  vertical-align: middle;
  padding-right: 0.9375rem;
  display: inline-block;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .p-problems__inner h3 img {
    width: 28px;
    padding-right: 0.625rem;
  }
}
.p-problems__inner p {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
}

.p-problems__under {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 98%;
}
@media screen and (max-width: 768px) {
  .p-problems__under {
    top: 99%;
  }
}

.p-problems__under img {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p-problems__under img {
    width: 150px;
  }
}

.p-movie {
  padding-top: 3.75rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding-top: 1.875rem;
    padding-bottom: 0rem;
  }
}
.p-movie p {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  color: #0d2c48;
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-movie p {
    line-height: 1.6;
  }
}

#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;
}

#movie-flow {
  width: 70%;
  height: auto;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #movie-flow {
    width: 100%;
  }
}

#movie-flow::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* ※1)ココがアスペクト比（縦横比）*/
}

#movie-flow video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.play-btn-flow {
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .play-btn-flow {
    width: 17%;
  }
}

.play-btn-flow.playActive {
  display: none;
}

.p-features__inner {
  align-items: center;
  padding-top: 5.625rem;
}
@media screen and (max-width: 1023px) {
  .p-features__inner {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-features__inner {
    padding-top: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-features__text {
    text-align: center;
  }
}
.p-features__text h3 {
  font-size: clamp(1.188rem, 1.052rem + 0.6vw, 1.438rem);
  color: #0d2c48;
  padding: 1.875rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-features__text h3 {
    line-height: 1.7;
    padding: 1.125rem 0 0.625rem;
  }
}
.p-features__text span {
  color: #0d2c48;
  font-size: clamp(1.125rem, 0.989rem + 0.6vw, 1.375rem);
}
.p-features__text span img {
  width: 85px;
  vertical-align: middle;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-features__text span img {
    width: 60px;
    padding-right: 0.3125rem;
  }
}
.p-features__text .num {
  width: 66px;
  padding-left: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-features__text .num {
    width: 60px;
  }
}
.p-features__text p {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-features__text p {
    text-align: left;
  }
}
.p-features__text p span {
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
}

.p-feature__odd {
  padding-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-feature__odd {
    padding-right: 0;
  }
}

.p-feature__even {
  padding-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-feature__even {
    padding-left: 0;
  }
}

.p-feature__odd img,
.p-feature__even img {
  width: 500px;
}
@media screen and (max-width: 1023px) {
  .p-feature__odd img,
  .p-feature__even img {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__odd img,
  .p-feature__even img {
    width: 100%;
  }
}

.p-features__next {
  padding-top: 1.25rem;
}

.p-features__btn {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-features__btn {
    padding-top: 1.875rem;
  }
}

.p-point {
  background: #0d2c48;
}

.p-point__bg {
  position: relative;
  overflow: hidden;
}

.point-bg-left {
  position: absolute;
  background-image: url(../image/front/front_point_left.svg);
  background-size: cover;
  width: 556px;
  height: 351px;
  top: 75%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .point-bg-left {
    top: 88%;
    left: -80%;
  }
}

.point-bg-right {
  position: absolute;
  background-image: url(../image/front/front_point_right.svg);
  background-size: cover;
  width: 556px;
  height: 351px;
  top: 25%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .point-bg-right {
    top: 12%;
    right: -80%;
  }
}

.p-point__contents {
  display: flex;
  background-color: #ffffff;
  padding: 3.75rem 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-point__contents {
    display: block;
    padding: 1.5rem 1.25rem 2.5rem;
    margin-top: 1.875rem;
  }
}

.p-point__inner {
  width: 33.333%;
  position: relative;
  padding: 0.625rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-point__inner {
    padding: 0.625rem 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-point__inner {
    width: 100%;
    padding: 0;
  }
}
.p-point__inner h3 {
  font-size: clamp(1.188rem, 1.052rem + 0.6vw, 1.438rem);
  color: #0d2c48;
  text-align: center;
  padding: 1rem 0 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-point__inner h3 {
    padding: 0.625rem 0 0.3125rem;
  }
}
.p-point__inner p {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
}
.p-point__inner figure {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .p-point__inner figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-point__inner figure {
    width: 60%;
  }
}

.p-point__inner:nth-child(1):after,
.p-point__inner:nth-child(2):after {
  position: absolute;
  content: "";
  background-color: #ced4dc;
  width: 1px;
  height: 100%;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .p-point__inner:nth-child(1):after,
  .p-point__inner:nth-child(2):after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-point__inner:nth-child(1) {
    padding-bottom: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-point__inner:nth-child(2) {
    padding: 1.875rem 0;
    border-bottom: 1px solid #ced4dc;
    border-top: 1px solid #ced4dc;
  }
}

@media screen and (max-width: 768px) {
  .p-point__inner:nth-child(3) {
    padding-top: 1.875rem;
  }
}

.p-case {
  background: #f5f5f5;
}

.p-case__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-case__ttl {
    display: block;
  }
}
.p-case__ttl img {
  position: absolute;
  width: 55%;
  left: 27%;
  transform: translateX(-50%);
  bottom: 40%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-case__ttl img {
    width: 65%;
    bottom: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-heading__text {
  padding-left: 1.875rem;
  padding-right: 11.25rem;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
}
@media screen and (max-width: 1023px) {
  .p-heading__text {
    padding-left: 5rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-heading__text {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0.875rem;
    text-align: center;
  }
}

.p-case__contents {
  display: flex;
  padding-top: 2.5rem;
  flex-wrap: wrap;
}

.p-case__inner h3 {
  padding-top: 1.75rem;
  font-size: clamp(1.063rem, 0.95rem + 0.57vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-case__inner h3 {
    padding-top: 1rem;
  }
}
.p-case__inner dl {
  padding-top: 0.9375rem;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
}
@media screen and (max-width: 768px) {
  .p-case__inner dl {
    padding-top: 0.3125rem;
  }
}
.p-case__inner dd span + span::before {
  content: "/";
  padding-right: 0.5rem;
}

.slider {
  width: 100%;
  margin: 0 auto;
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .slider {
    padding-top: 1.625rem;
  }
}
.slider .p-case__inner {
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .slider .p-case__inner {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.slider img {
  width: 100%;
  height: auto;
}

.slider-dots {
  padding-top: 2.5rem;
  width: 80%;
  text-align: center;
  list-style: none;
  padding-left: 12px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .slider-dots {
    padding-top: 0.9375rem;
    padding-left: 1.25rem;
    width: 60%;
  }
}
.slider-dots li {
  display: inline-block;
  width: 12.5%;
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #ccc;
  font-size: 0;
}
.slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.slider-dots .slick-active button:after {
  background-color: #0d2c48;
  animation: progress 5.5s linear forwards;
}

@keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 100%;
  }
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-arrow {
  border: 1px solid #222;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 1000px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 38px;
    height: 38px;
  }
}

.p-voice__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-voice__contents {
    display: block;
    padding-top: 1.5rem;
  }
}

.p-voice__inner {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    width: 100%;
  }
}
.p-voice__inner div {
  display: flex;
  flex-direction: column;
  border: 1px solid #ced4dc;
  padding: 3.125rem 1.875rem 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner div {
    padding: 1.875rem 1.25rem 1.875rem;
  }
}
.p-voice__inner figure {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-voice__inner figure {
    width: 40%;
  }
}
.p-voice__inner h3 {
  color: #0d2c48;
  font-size: clamp(1.188rem, 1.052rem + 0.6vw, 1.438rem);
  line-height: 1.7;
  padding: 1.875rem 0 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner h3 {
    padding: 1.125rem 0 0.75rem;
  }
}
.p-voice__inner p {
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
}
.p-voice__inner .p-voice__name {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner .p-voice__name {
    padding-top: 1rem;
  }
}

.p-voice__inner:nth-child(1),
.p-voice__inner:nth-child(2) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner:nth-child(1),
  .p-voice__inner:nth-child(2) {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-voice__inner:nth-child(3) {
    margin-bottom: 1.5rem;
  }
}

.p-voice__btn {
  padding-top: 3.75rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-voice__btn {
    display: block;
    padding-top: 2.5rem;
  }
}
.p-voice__btn p {
  text-align: center;
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .p-voice__btn p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-voice__btn p + p {
    padding-top: 1.375rem;
  }
}

.p-flow {
  position: relative;
  overflow: hidden;
}

.flow-bg-left {
  position: absolute;
  width: 680px;
  height: 467px;
  top: 22%;
  transform: translateY(-50%);
  left: 0;
  z-index: -5;
}
@media screen and (max-width: 1023px) {
  .flow-bg-left {
    top: 15%;
    left: -30%;
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .flow-bg-left {
    top: 20%;
    left: -90%;
  }
}

.p-flow__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__contents {
    padding-top: 1.5rem;
  }
}

.p-flow__inner {
  width: calc(16% - 3.3333333333px);
  background-color: #fafafa;
  padding: 2rem 0.8125rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__inner {
    width: calc(33.333% - 16.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    width: calc(50% - 5px);
    padding: 1.25rem 0.625rem 1.25rem;
  }
}
.p-flow__inner .p-flow__num {
  position: relative;
  color: #0d2c48;
  font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
  padding-bottom: 0.375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__inner .p-flow__num {
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
.p-flow__inner .p-flow__num::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #0d2c48;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-flow__inner figure {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .p-flow__inner figure {
    width: 50%;
  }
}
.p-flow__inner h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  padding: 1.125rem 0 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-flow__inner h3 {
    padding: 0.25rem 0 0.5rem;
  }
}
.p-flow__inner p {
  line-height: 1.7;
}
.p-flow__inner .p-flow__link {
  padding-top: 1.0625rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-flow__inner .p-flow__link {
    padding-top: 0.625rem;
  }
}
.p-flow__inner .p-flow__link a {
  color: #0d2c48;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .p-flow__inner:nth-child(1),
  .p-flow__inner:nth-child(2),
  .p-flow__inner:nth-child(3) {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__inner:nth-child(1),
  .p-flow__inner:nth-child(2),
  .p-flow__inner:nth-child(3) {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__inner:nth-child(4) {
    margin-bottom: 0.625rem;
  }
}

.p-frontfaq {
  background-color: #f2f6f6;
}

.p-frontfaq__inner {
  position: relative;
  background-color: #fff;
  padding: 2.5rem 7.5rem 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-frontfaq__inner {
    padding: 1.875rem 5rem 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-frontfaq__inner {
    margin-top: 1.5rem;
    padding: 0.875rem 1.375rem 1.875rem;
  }
}
.p-frontfaq__inner dt {
  display: flex;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-frontfaq__inner dt {
    padding-top: 1.25rem;
  }
}
.p-frontfaq__inner dd {
  display: flex;
  margin-top: 0.625rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-frontfaq__inner dd {
    padding-bottom: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-frontfaq__inner dt:nth-child(3),
.p-frontfaq__inner dt:nth-child(5) {
  border-top: 1px solid #ced4dc;
}

.p-faq__label {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__label {
    margin-right: 0.875rem;
  }
}
.p-faq__label.-q {
  color: #122a88;
}
.p-faq__label.-a {
  color: #0098e1;
}

.p-faq__title {
  display: block;
  padding-top: 0.625rem;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    padding-top: 0.3125rem;
  }
}

.p-faq__answer {
  display: block;
  padding-top: 0.625rem;
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
}
@media screen and (max-width: 768px) {
  .p-faq__answer {
    padding-top: 0.3125rem;
  }
}

.p-faq__answer a {
  text-decoration: underline;
  color: #0098e1;
}

.p-faq__btn {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-faq__btn {
    padding-top: 2.5rem;
  }
}

.p-front__faqlogo {
  position: absolute;
  top: 95%;
  right: -5%;
}

.p-front__faqlogo img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-front__faqlogo img {
    width: 80px;
  }
}

.p-topics__contents {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-topics__contents {
    padding-top: 0rem;
  }
}

.p-topics__inner a {
  display: flex;
  background-image: url(../image/front/front_qa_next.svg);
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 1.875rem 4.375rem 0.625rem 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-topics__inner a {
    display: block;
    background-image: none;
    padding: 0.9375rem 0;
    border-bottom: 1px solid #ced4dc;
  }
}
.p-topics__inner a:hover {
  transition: 0.4s;
  left: 20px;
}
.p-topics__inner h3 {
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
  line-height: 1.8;
}
.p-topics__inner p {
  padding-right: 2.5rem;
  color: #122a88;
}

.p-cta {
  background-color: #051305;
  position: relative;
  overflow: hidden;
}
.p-cta::before {
  position: absolute;
  content: "";
  background-image: url(../image/common/cta_bg.svg);
  left: -0.3%;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 590px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-cta::before {
    left: -2%;
    top: 60%;
  }
}
.p-cta h2 {
  color: #fff;
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  line-height: 1.7;
}
.p-cta p {
  color: #ffffff;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height: 1.8;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-cta p {
    padding-top: 0.625rem;
  }
}

.p-cta__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-cta__contents {
    display: block;
    padding-top: 1.5rem;
  }
}
.p-cta__contents li {
  width: calc(33.333% - 20px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-cta__contents li {
    width: 100%;
  }
}
.p-cta__contents p {
  padding-top: 0;
}
.p-cta__contents a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-cta__contents li + li {
    padding-top: 1rem;
  }
}

.p-cta__inner {
  position: relative;
}

.p-cta__image:hover {
  transform: scale(1.1, 1.1);
  transition: transform 1s ease;
}

.p-cta__title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.p-cta__title p {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}
.p-cta__title figure {
  padding-top: 0.625rem;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cta__title figure {
    width: 60%;
    margin: auto;
    padding-top: 0.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-cta__image {
    width: 85%;
    margin: auto;
  }
}

.products-select {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .products-select {
    margin-top: 1.25rem;
  }
}
.products-select h2 {
  font-size: clamp(0.938rem, 0.87rem + 0.3vw, 1.063rem);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .products-select h2 {
    width: 100%;
    text-align: left;
    padding-bottom: 0.5rem;
  }
}
.products-select .products-select-inner {
  align-items: center;
  padding-bottom: 1.625rem;
  padding-left: 0.625rem;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .products-select .products-select-inner {
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .products-select .products-category01 ul,
  .products-select .products-category02 ul,
  .products-select .products-category03 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .products-select .products-category01 ul li,
  .products-select .products-category02 ul li,
  .products-select .products-category03 ul li {
    width: 50%;
  }
}
.products-select li label .el_checkbox {
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 13px;
  border: 1px solid #333;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .products-select li label .el_checkbox {
    margin-right: 10px;
  }
}
.products-select li label .el_checkbox:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  cursor: pointer;
}

.category-check input[type=checkbox]:checked + label .el_checkbox::after {
  background-color: #0097e0;
}

.p-products__primary h2 {
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  color: #0d2c48;
  text-align: center;
  line-height: 1.7;
  padding-top: 2.125rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-products__primary h2 {
    padding-top: 1rem;
    padding-bottom: 1.625rem;
  }
}
.p-products__primary img {
  width: 85px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-products__primary img {
    width: 55px;
  }
}

.p-products__contents li {
  position: relative;
  border: 1px solid #0d2c48;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-products__contents li {
    margin-bottom: 1.5rem;
  }
}
.p-products__contents h3 {
  background-color: #0d2c48;
  color: #fff;
  line-height: 1.7;
  font-size: clamp(1.063rem, 0.859rem + 0.9vw, 1.438rem);
  padding: 0.8125rem 0 0.8125rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-products__contents h3 {
    padding: 0.625rem 0;
    text-align: center;
  }
}
.p-products__contents figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}

.p-products__inner {
  padding: 2.25rem 3.125rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-products__inner {
    display: block;
    padding: 0.625rem 1.25rem 1.25rem;
  }
}
.p-products__inner figure {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .p-products__inner figure {
    width: 80%;
    margin: auto;
    padding-bottom: 0.875rem;
  }
}
.p-products__inner dl {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .p-products__inner dl {
    width: 100%;
  }
}
.p-products__inner .p-products__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-products__inner .p-products__item {
    display: block;
  }
}
.p-products__inner dt {
  color: #0d2c48;
  font-size: clamp(0.938rem, 0.87rem + 0.3vw, 1.063rem);
  text-align: center;
  background-color: #f2f6f6;
  padding: 0.3125rem 0.625rem;
  width: 32%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-products__inner dt {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-products__inner dt {
    width: 100%;
    padding: 0.1875rem 0.625rem;
    margin-bottom: 0.1875rem;
  }
}
.p-products__inner dd {
  padding-left: 3%;
  width: 82%;
  line-height: 1.8;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-products__inner dd {
    width: 100%;
  }
}
.p-products__inner .p-products__item:nth-child(2) {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-products__inner .p-products__item:nth-child(2) {
    padding: 0.75rem 0;
  }
}
.p-products__inner dd span + span::before {
  content: "/";
  padding-right: 0.5rem;
}

.p-products__category {
  padding: 5rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-products__category {
    padding: 2.125rem 0 2.5rem;
  }
}
.p-products__category dl {
  width: 100%;
}
.p-products__category .p-products__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-products__category .p-products__item {
    display: block;
  }
}
.p-products__category .p-products__item:nth-child(2) {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-products__category .p-products__item:nth-child(2) {
    padding: 0.75rem 0;
  }
}
.p-products__category dt {
  color: #0d2c48;
  font-size: clamp(0.938rem, 0.87rem + 0.3vw, 1.063rem);
  text-align: center;
  background-color: #f2f6f6;
  padding: 0.3125rem 0.625rem;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-products__category dt {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-products__category dt {
    width: 100%;
    padding: 0.1875rem 0.625rem;
    margin-bottom: 0.1875rem;
  }
}
.p-products__category dd {
  padding-left: 3%;
  width: 82%;
  line-height: 1.8;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-products__category dd {
    width: 100%;
  }
}
.p-products__category dd span + span::before {
  content: "/";
  padding-right: 0.5rem;
}

.p-products__ttl {
  color: #0d2c48;
  font-size: clamp(1.125rem, 0.786rem + 1.51vw, 1.75rem);
  background-color: #f2f6f6;
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .p-products__ttl {
    padding: 6.25rem 0 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-products__ttl {
    line-height: 1.7;
    padding: 2.5rem 0 2.5rem;
  }
}

.products-contents {
  display: flex;
  justify-content: space-between;
}

.products-select-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .products-select-contents {
    display: block;
  }
}

.l-productscontents__left {
  width: 20%;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .l-productscontents__left {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}

.l-products__left {
  width: 20%;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .l-products__left {
    margin-bottom: 4.375rem;
  }
}
.l-products__left aside {
  position: sticky;
  top: 15%;
  margin-bottom: 180px;
}
.l-products__left li {
  text-align: left;
}
.l-products__left li a {
  font-size: clamp(1rem, 0.966rem + 0.15vw, 1.063rem);
  line-height: 1.7;
  padding: 1.25rem 0 1.25rem 1.25rem;
  color: #c8c8c8;
  display: inline-block;
  background: #f3f4f6;
  width: 85%;
  border-bottom: 1px solid #ced4dc;
}
.l-products__left li:last-of-type a {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .l-products__left {
    display: none;
  }
}
.l-products__left li a.color-change {
  background: #0d2c48;
  color: #fff;
}

.l-products__right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .l-products__right {
    width: 100%;
  }
}

.products-item {
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 768px) {
  .products-item {
    padding-bottom: 2.5rem;
  }
}
.products-item section + section {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .products-item section + section {
    padding-top: 1.25rem;
  }
}
.products-item h2 {
  color: #0d2c48;
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
  border-left: 5px solid #0d2c48;
  padding: 0.3125rem 0 0.3125rem 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .products-item h2 {
    line-height: 1;
    border-left: 4px solid #0d2c48;
    padding: 0.3125rem 0 0.3125rem 1rem;
    margin-bottom: 1.5rem;
  }
}
.products-item h3 {
  color: #0d2c48;
  font-size: clamp(1.063rem, 0.825rem + 1.05vw, 1.5rem);
  display: flex;
  align-items: center;
  padding-bottom: 2.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .products-item h3 {
    padding-bottom: 1.25rem;
  }
}
.products-item h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #0098e1;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .products-item h3::before {
    width: 10px;
    height: 10px;
    margin-right: 0.125rem;
  }
}

.list-blue {
  display: flex;
  align-items: baseline;
}

.list-blue::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0099e2;
  display: inline-block;
  margin-right: 0.875rem;
}
@media screen and (max-width: 768px) {
  .list-blue::before {
    width: 8px;
    height: 8px;
    margin-right: 0.3125rem;
    margin-left: 2px;
  }
}

.p-products__btn {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-products__btn {
    margin-top: 1.25rem;
  }
}

.p-products__back {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-products__back {
    margin-bottom: 4.375rem;
  }
}

.products-way h2 {
  color: #0d2c48;
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
  border-left: 5px solid #0d2c48;
  padding: 0.3125rem 0 0.3125rem 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .products-way h2 {
    line-height: 1;
    border-left: 4px solid #0d2c48;
    padding: 0.3125rem 0 0.3125rem 1rem;
    margin-bottom: 4px;
  }
}
.products-way dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .products-way dl {
    display: block;
  }
}
.products-way dt {
  width: 22%;
  padding: 1.875rem 0 1.875rem 1.25rem;
  border-bottom: 1px solid #0d2c48;
}
@media screen and (max-width: 768px) {
  .products-way dt {
    width: 100%;
    border-bottom: none;
    padding: 1.25rem 0 0.1875rem;
  }
}
.products-way dd {
  width: 78%;
  padding: 1.875rem 0 1.875rem 2.5rem;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .products-way dd {
    width: 100%;
    padding: 0 0 1.125rem 0;
  }
}
.products-way dd li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0099e2;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .products-way dd li::before {
    width: 8px;
    height: 8px;
    margin-right: 0.3125rem;
    margin-left: 2px;
  }
}
.products-way .text {
  display: inline-block;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .products-way .text {
    padding-left: 1.25rem;
  }
}
.products-way .products-way-item dl {
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .products-way .products-way-item dl {
    line-height: 1.7;
  }
}
.products-way .products-way-item dt {
  border-bottom: none;
  padding: 0;
  width: 32%;
}
.products-way .products-way-item dl + dl {
  padding-top: 0.625rem;
}
.products-way .products-way-item dd {
  border-bottom: none;
  padding: 0;
  width: 68%;
}
.products-way .products-equipment {
  padding-top: 1.5rem;
}

.products-function dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .products-function dl {
    display: block;
  }
}
.products-function dt {
  width: 30%;
  padding: 1.875rem 0 1.875rem 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .products-function dt {
    width: 100%;
    border-bottom: none;
    padding: 1.25rem 0 0.1875rem;
  }
}
.products-function dt::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0099e2;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .products-function dt::before {
    width: 8px;
    height: 8px;
    margin-right: 0.3125rem;
    margin-left: 2px;
  }
}
.products-function dd {
  width: 70%;
  padding: 1.875rem 0 1.875rem 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .products-function dd {
    width: 100%;
    padding: 0 0 1.125rem 0;
  }
}
.products-function figure {
  padding-top: 1rem;
}
.products-function li {
  padding: 1.875rem 0 1.875rem 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .products-function li {
    padding: 0.9375rem 0;
  }
}
.products-function li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0099e2;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .products-function li::before {
    width: 8px;
    height: 8px;
    margin-right: 0.3125rem;
    margin-left: 2px;
  }
}
.products-function li:nth-child(1) {
  padding-top: 0px;
}
.products-function .sub {
  font-weight: 500;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .products-function .sub {
    padding-top: 0.625rem;
  }
}
.products-function .sub li {
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .products-function .sub li {
    line-height: 1.7;
  }
}
.products-function .sub li::before {
  display: none;
}
.products-function .text {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  padding-bottom: 1.5rem;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .products-function .text {
    padding-bottom: 0.625rem;
  }
}

.products-technique h3 span {
  font-size: clamp(0.813rem, 0.643rem + 0.75vw, 1.125rem);
}
.products-technique p {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  padding-bottom: 1.25rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .products-technique p {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.products-technique p, .products-technique ul {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .products-technique p, .products-technique ul {
    margin-left: 0px;
  }
}
.products-technique .text {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.feature-text {
  padding-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .feature-text {
    padding-top: 1.25rem;
  }
}

input {
  display: none;
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: block;
}

.category-check label {
  display: inline;
}

.js_release {
  cursor: pointer;
}

.products-category01,
.products-category02,
.products-category03 {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .products-category01,
  .products-category02,
  .products-category03 {
    margin-top: 0;
  }
}

.products-select-title {
  font-size: clamp(1.063rem, 0.961rem + 0.45vw, 1.25rem);
  color: #fff;
  background-color: #0d2c48;
  padding: 0.875rem 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .products-select-title {
    text-align: left;
    padding: 0.625rem 1.25rem;
  }
}

.products-select-title span {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.products-select-primary01,
.products-select-primary02,
.products-select-primary03 {
  position: relative;
}

.products-select-primary01::before,
.products-select-primary01::after,
.products-select-primary02::before,
.products-select-primary02::after,
.products-select-primary03::before,
.products-select-primary03::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2.5px;
  background-color: #0097e0;
  position: absolute;
  right: 20px;
  top: 30%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}

.products-select-primary01::after,
.products-select-primary02::after,
.products-select-primary03::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s;
}

.products-select-primary01.show::before,
.products-select-primary02.show::before,
.products-select-primary03.show::before {
  opacity: 0;
}

.products-select-primary01.show::after,
.products-select-primary02.show::after,
.products-select-primary03.show::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-faq {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  .p-faq {
    padding-bottom: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-bottom: 3.125rem;
  }
}

.p-faq__contents {
  padding-top: 6.875rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__contents {
    padding-top: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__contents {
    padding-top: 2.5rem;
  }
}
.p-faq__contents h2 {
  color: #0d2c48;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
}
.p-faq__contents h2 img {
  width: 85px;
  vertical-align: middle;
  margin-right: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__contents h2 img {
    width: 43px;
    margin-right: 0rem;
  }
}

.p-faq__item {
  padding: 2.5rem 3.125rem;
  border: 1px solid #ced4dc;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 1.375rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-faq__inner {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    padding-top: 1.25rem;
  }
}
.p-faq__inner dt {
  display: flex;
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-faq__inner dt {
    padding-bottom: 1.125rem;
  }
}
.p-faq__inner dd {
  display: flex;
  border-top: 1px solid #ced4dc;
  padding-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-faq__inner dd {
    padding-top: 1rem;
  }
}

.p-useful {
  padding-top: 7.5rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 1023px) {
  .p-useful {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-useful {
    padding-top: 2.125rem;
    padding-bottom: 1.875rem;
  }
}

.p-useful__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-useful__inner {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 23.3333333333px);
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-useful__inner {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-useful__inner h2 {
  position: relative;
  color: #0d2c48;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.7;
  padding: 1.25rem 0 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-useful__inner h2 {
    padding: 1rem 0 0.375rem;
  }
}
.p-useful__inner h2 span {
  display: block;
  line-height: 1.5;
}
.p-useful__inner h2 .new {
  color: #ff0000;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  top: 20px;
  left: 0;
}

.p-useful__category {
  color: #fff;
  background-color: #0d2c48;
  padding: 0.1875rem 0;
}

.p-useful__btn {
  padding-top: 1.5rem;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-useful__btn {
    padding-top: 1rem;
  }
}

.p-useful__btn a {
  width: 100%;
  letter-spacing: 0.01em;
}

.p-useful__type {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-useful__type {
    display: block;
  }
}
.p-useful__type p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #0d2c48;
  margin-right: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-useful__type p {
    margin-right: 0;
    padding-bottom: 1.375rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-useful__type p {
    padding-bottom: 1.125rem;
  }
}
.p-useful__type ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-useful__type ul {
    flex-wrap: wrap;
  }
}

.tab {
  text-align: center;
  color: #0d2c48;
  background-color: #f2f6f6;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  line-height: 1.5;
  padding: 1.0625rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .tab {
    padding: 1.0625rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    width: calc(50% - 5px);
    padding: 0.75rem 0.75rem;
    margin-bottom: 0.625rem;
  }
}

.tab + .tab {
  margin-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .tab + .tab {
    margin-left: 0;
  }
}

.tab:hover {
  opacity: 0.9;
}

.tab.active {
  background-color: #0d2c48;
  color: #fff;
}

.panel-area {
  padding-top: 6.875rem;
}
@media screen and (max-width: 1023px) {
  .panel-area {
    padding-top: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .panel-area {
    padding-top: 3.125rem;
  }
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.p-column__container {
  display: flex;
  padding: 7.5rem 0 9.375rem;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-column__container {
    padding: 5.625rem 0 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__container {
    display: block;
    padding: 2.5rem 0 3.75rem;
  }
}

.p-column__left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-column__left {
    width: 100%;
    padding-right: 0;
  }
}
.p-column__left article {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-column__left article {
    margin-bottom: 1.875rem;
  }
}

.p-column__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    display: block;
  }
}
.p-column__inner figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-column__inner figure {
    width: 100%;
    padding-bottom: 0.875rem;
  }
}

.p-column__text {
  width: 74%;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .p-column__text {
    width: 100%;
    padding-left: 0;
  }
}
.p-column__text h2 {
  color: #0d2c48;
  font-size: clamp(1rem, 0.797rem + 0.9vw, 1.375rem);
  line-height: 1.7;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-column__text h2 {
    padding-bottom: 0.5rem;
  }
}
.p-column__text p {
  line-height: 1.7;
}

.p-aside__right {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-aside__right {
    width: 100%;
    padding-top: 0.875rem;
  }
}

.p-aside__right h2 {
  color: #0d2c48;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ced4dc;
}
.p-aside__right li {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-aside__right li {
    padding-top: 1rem;
  }
}

.p-column__right {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-column__right {
    width: 100%;
    padding-top: 0.875rem;
  }
}
.p-column__right aside {
  position: sticky;
  top: 13%;
}

.p-column__right h2 {
  color: #0d2c48;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ced4dc;
}
.p-column__right li {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-column__right li {
    padding-top: 1rem;
  }
}

.p-column__recommend {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-column__recommend {
    margin-top: 1.875rem;
  }
}

.p-article__inner {
  font-size: clamp(0.938rem, 0.87rem + 0.3vw, 1.063rem);
}

.ttl h1 {
  color: #0d2c48;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1.7;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .ttl h1 {
    padding-bottom: 1.25rem;
  }
}
.ttl p {
  padding: 2.5rem 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .ttl p {
    padding: 1.25rem 0 1.25rem;
  }
}

.table {
  background-color: #f7f8f9;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .table {
    padding: 1.25rem 1.125rem;
  }
}
.table p {
  color: #0d2c48;
  font-size: clamp(0.938rem, 0.768rem + 0.75vw, 1.25rem);
}
.table li {
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .table li {
    padding: 0.3125rem 0;
  }
}
.table li + li {
  border-top: dashed 1px #ced4dc;
}
.table li a {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
}
.table li a:hover {
  text-decoration: underline;
}

.contents {
  padding-bottom: 6.25rem;
  border-bottom: 3px solid #0d2c48;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-bottom: 1.875rem;
  }
}
.contents .column {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .contents .column {
    margin-top: 2.5rem;
  }
}
.contents h2 {
  color: #0d2c48;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  padding-bottom: 1.375rem;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #ced4dc;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contents h2 {
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.contents h3 {
  color: #0d2c48;
  font-size: clamp(1.063rem, 0.825rem + 1.05vw, 1.5rem);
  padding-bottom: 1.25rem;
  padding-top: 3.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contents h3 {
    padding-bottom: 0.5rem;
    padding-top: 1.375rem;
  }
}
.contents ul {
  padding: 1.625rem 0;
}
@media screen and (max-width: 768px) {
  .contents ul {
    padding: 1.25rem 0;
  }
}
.contents li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: inline-block;
  margin-right: 1.25rem;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .contents li::before {
    margin-right: 1rem;
  }
}
.contents .images {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .contents .images {
    padding-top: 1.375rem;
  }
}
.contents .banner {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .contents .banner {
    padding-top: 1.375rem;
  }
}

.p-column__btn {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-column__btn {
    padding-top: 1.875rem;
    margin-bottom: 2.5rem;
  }
}

.p-sample__ttl {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1023px) {
  .p-sample__ttl {
    padding: 5rem 0 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sample__ttl {
    padding: 2.125rem 0 3.125rem;
  }
}
.p-sample__ttl h2 {
  color: #0d2c48;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  line-height: 1.7;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-sample__ttl h2 {
    padding-bottom: 0.875rem;
  }
}
.p-sample__ttl p {
  font-size: clamp(0.875rem, 0.739rem + 0.6vw, 1.125rem);
}

.p-sample__line {
  position: relative;
}

.p-sample__line::after {
  position: absolute;
  content: "";
  height: 96px;
  width: 0.5px;
  background-color: #0d2c48;
  left: 50%;
  bottom: -10%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-sample__line::after {
    height: 50px;
    bottom: -6%;
  }
}

.p-sample__primary h2 {
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  color: #0d2c48;
  text-align: center;
  line-height: 1.7;
  padding-top: 2.125rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-sample__primary h2 {
    padding-top: 1rem;
    padding-bottom: 1.625rem;
  }
}
.p-sample__primary .white-color {
  color: #ffffff;
}
.p-sample__primary img {
  width: 85px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sample__primary img {
    width: 55px;
  }
}

.p-sample__reportprimary h2 {
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  color: #0d2c48;
  text-align: center;
  line-height: 1.7;
  padding-top: 2.125rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-sample__reportprimary h2 {
    padding-top: 0.875rem;
  }
}
.p-sample__reportprimary p {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-sample__reportprimary p {
    padding-bottom: 1.625rem;
  }
}
.p-sample__reportprimary img {
  width: 85px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sample__reportprimary img {
    width: 55px;
  }
}

.p-sample__bg {
  position: relative;
  overflow: hidden;
}

.sample-bg-left {
  position: absolute;
  background-image: url(../image/sample/sample_bg_left.png);
  background-size: cover;
  width: 420px;
  height: 325px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .sample-bg-left {
    left: -25%;
  }
}
@media screen and (max-width: 768px) {
  .sample-bg-left {
    left: -75%;
    opacity: 0.4;
  }
}

.sample-bg-right {
  position: absolute;
  background-image: url(../image/sample/sample_bg_right.png);
  background-size: cover;
  width: 420px;
  height: 325px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1023px) {
  .sample-bg-right {
    right: -25%;
  }
}
@media screen and (max-width: 768px) {
  .sample-bg-right {
    right: -75%;
    opacity: 0.4;
  }
}

.p-sample__inner {
  background-color: #fff;
  padding: 3.75rem 3.75rem;
  display: flex;
  margin-bottom: 3.125rem;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-sample__inner {
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sample__inner {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}
.p-sample__inner figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-sample__inner figure {
    width: 100%;
  }
}
.p-sample__inner .p-sample__text {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-sample__inner .p-sample__text {
    padding-left: 0;
    width: 100%;
  }
}
.p-sample__inner h3 {
  color: #0d2c48;
  font-size: clamp(1.188rem, 0.984rem + 0.9vw, 1.563rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-sample__inner h3 {
    line-height: 2;
    text-align: center;
    padding-top: 1rem;
  }
}
.p-sample__inner p {
  padding-top: 1rem;
  font-size: clamp(0.938rem, 0.836rem + 0.45vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-sample__inner p {
    padding-top: 0.3125rem;
  }
}
.p-sample__inner dl {
  background-color: #f2f6f6;
  margin-top: 1.25rem;
  padding: 1.6875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-sample__inner dl {
    margin-top: 1.125rem;
    padding: 1.25rem 1.25rem;
  }
}
.p-sample__inner dt {
  font-size: clamp(0.938rem, 0.836rem + 0.45vw, 1.125rem);
}
.p-sample__inner dt::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0098e1;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1px;
}
.p-sample__inner dd span + span::before {
  content: "/";
  padding-right: 0.5rem;
}
.p-sample__inner dl dd + dd {
  padding-top: 1.25rem;
}

.p-sample__camera {
  padding-top: 0.625rem;
}

.p-sample__btn {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-sample__btn {
    padding-top: 0.625rem;
  }
}

.p-flow__contents.-sample {
  padding-top: 0;
}

.p-sample.-form {
  position: relative;
}

.sample-bg {
  position: absolute;
  background-color: #0d2c48;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.p-sample__form {
  background-color: #fff;
  font-size: clamp(0.938rem, 0.768rem + 0.75vw, 1.25rem);
  padding: 4.375rem;
  box-shadow: 0px 1px 4px 0 rgba(13, 44, 72, 0.5);
  margin-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  .p-sample__form {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sample__form {
    margin-bottom: 3.75rem;
    padding: 1.875rem 1.25rem;
  }
}
.p-sample__form .form {
  width: 90%;
  margin: auto;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-sample__form .form {
    width: 100%;
    padding-top: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-sample__form p {
    line-height: 1.8;
  }
}

.p-contact {
  border-bottom: 2px solid #f8f8f8;
}

.p-contact__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.25rem;
  column-gap: 2.25rem;
  padding-top: 0rem;
}

@media screen and (max-width: 768px) {
  .p-contact__contents {
    display: block;
  }
}
.p-contact__txt {
  padding-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-contact__txt {
    padding-top: 1.25rem;
  }
}
.p-contact__txt .ttl {
  color: #0d2c48;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .ttl {
    text-align: center;
  }
}
.p-contact__txt .ttl span {
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
}

.p-contact__txt figure {
  padding: 1.25rem 0;
}

@media screen and (max-width: 768px) {
  .p-contact__txt figure {
    padding: 1rem 0 0.625rem;
    width: 70%;
    margin: auto;
  }
}
.p-contact__txt .point li {
  padding-bottom: 0.3125rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .point li {
    padding-bottom: 0.125rem;
  }
}
.p-contact__txt .point li > img {
  width: 22px;
  display: inline-block;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .point li > img {
    width: 20px;
    margin-right: 0.5rem;
  }
}
.p-contact__txt .box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 1.25rem 2.6875rem;
  margin: 1.75rem 0;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .box {
    padding: 0.875rem 1.75rem;
    margin: 1rem 0;
  }
}
.p-contact__txt .box p {
  font-weight: 700;
  color: #0d2c48;
}

.p-contact__txt .box ul li {
  display: flex;
  align-items: baseline;
}

.p-contact__txt .box .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0098e1;
  flex-shrink: 0;
  margin-right: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .p-contact__txt .box .dot {
    margin-right: 0.5rem;
  }
}
.p-contact__form {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 0px;
  }
}

.p-contact__thanks {
  text-align: center;
  padding-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-contact__thanks {
    padding-top: 1.25rem;
  }
}
.p-contact__thanks .ttl {
  line-height: 1.8;
  color: #0d2c48;
  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: #222222;
}

.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: #0d2c48;
  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;
  }
}
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(0, 0, 0, 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: #0d2c48;
  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: #0d2c48;
  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: 93% center;
  position: relative;
}

.p-download__thanks .btn a::after {
  position: absolute;
  content: "";
  background-image: url(../image/common/icon_next_white.svg);
  width: 12px;
  height: 14px;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

@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: #222222;
}/*# sourceMappingURL=common.css.map */