@charset "UTF-8";
/*
  Reset
-----------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.center_left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center_left {
    text-align: left;
  }
}

.left_center {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .left_center {
    text-align: center;
  }
}

.right_center {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .right_center {
    text-align: center;
  }
}

.font_size_42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 1000px) {
  .font_size_42 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 568px) {
  .font_size_42 {
    font-size: 1.625rem;
  }
}

.font_size_36 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .font_size_36 {
    font-size: 26px;
  }
}
@media screen and (max-width: 568px) {
  .font_size_36 {
    font-size: 26px;
  }
}

.font_size_34 {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
}

.font_size_32 {
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
}

.font_size_30 {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
}

.font_size_28 {
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
}

.font_size_26 {
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
}

.font_size_24 {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
}

.font_size_23 {
  font-size: clamp(1.125rem, 0.956rem + 0.75vw, 1.438rem);
}

.font_size_22 {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
}

.font_size_20 {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}

.font_size_18 {
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}

.font_size_17 {
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
}

.font_size_16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .font_size_16 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_16 {
    font-size: 14px;
  }
}

.font_size_15 {
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
}

.font_size_14 {
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
}

.font_size_12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .font_size_12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_12 {
    font-size: 11px;
  }
}

.font_size_10 {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .font_size_10 {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .font_size_10 {
    font-size: 10px;
  }
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: 700;
}

.line {
  background: #fff1c1;
}

.corners {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

@media screen and (min-width: 569px) {
  .hide_ssp {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .hide_md {
    display: none;
  }
}

.display_none {
  display: none;
}

.sp_link {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sp_link {
    pointer-events: inherit;
  }
}

.wth-100 {
  width: 100%;
}

.wth-85 {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-85 {
    width: 100%;
  }
}

.wth-70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-70 {
    width: 100%;
  }
}

.wth-60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wth-60 {
    width: 100%;
  }
}

.position_relative {
  position: relative;
}

.overflow_hidden {
  overflow: hidden;
}

.unselectable { /* IE 10+ */
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.newline {
  display: block;
}

.l-grid {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-grid {
    display: block;
  }
}

.grid-center {
  align-items: center;
}

.l-grid-rv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-grid-rv {
    display: block;
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.bg-blue {
  background-color: #f5f8fa;
}

.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: #243c4b;
  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: #343434;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 2;
  height: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

[lang=en] {
  font-family: "Poppins", sans-serif;
}

/*
 Settings
--------------------------------- */
/*
  Base
--------------------------------- */
/*
  <div class="grid">
    <div class="grid__item">A</div>
    <div class="grid__item">B</div>
    <div class="grid__item">C</div>
  </div>
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.grid__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
}

/*
  Direction
--------------------------------- */
/*
  <div class="grid" data-dir="reverse">
    <div class="grid__item">A</div>
    <div class="grid__item">B</div>
    <div class="grid__item">C</div>
  </div>
*/
.grid[data-dir=normal] {
  flex-direction: row;
}

.grid[data-dir=reverse] {
  flex-direction: row-reverse;
}

/*
  Alignment
--------------------------------- */
/*
  <div class="grid" data-align="center">
    <div class="grid__item">A</div>
    <div class="grid__item">B</div>
    <div class="grid__item" data-align="end middle">C</div>
  </div>
*/
.grid[data-align~=start] {
  justify-content: flex-start;
}

.grid[data-align~=center] {
  justify-content: center;
}

.grid[data-align~=end] {
  justify-content: flex-end;
}

.grid[data-align~=justify] {
  justify-content: space-between;
}

.grid[data-align~=top] {
  align-items: flex-start;
}

.grid[data-align~=middle] {
  align-items: center;
}

.grid[data-align~=bottom] {
  align-items: flex-end;
}

.grid__item[data-align~=start] {
  align-items: flex-start;
}

.grid__item[data-align~=center] {
  align-items: center;
}

.grid__item[data-align~=end] {
  align-items: flex-end;
}

.grid__item[data-align~=top] {
  justify-content: flex-start;
  align-self: stretch;
}

.grid__item[data-align~=middle] {
  justify-content: center;
  align-self: stretch;
}

.grid__item[data-align~=bottom] {
  justify-content: flex-end;
  align-self: stretch;
}

/*
  Grid
--------------------------------- */
/*
  <div class="grid" data-gutter="normal">
    <div class="grid__item" data-grid="sp12 tab4 lap6">A</div>
    <div class="grid__item" data-grid="sp6 tab4 lap3">B</div>
    <div class="grid__item" data-grid="sp6 tab4 lap3">C</div>
  </div>
*/
.grid[data-gutter] {
  width: auto;
}

.grid[data-gutter] > .grid__item {
  border: solid transparent;
  background-clip: padding-box;
}

.grid[data-gutter=small] {
  margin: -2.2vw;
}

.grid[data-gutter=small] > .grid__item {
  border-width: 2.2vw;
}

.grid[data-gutter=normal] {
  margin: -2.5vw;
}

.grid[data-gutter=normal] > .grid__item {
  border-width: 2.5vw;
}

.grid[data-gutter=large] {
  margin: -3.75vw;
}

.grid[data-gutter=large] > .grid__item {
  border-width: 3.75vw;
}

.grid__item[data-grid~=ssp1] {
  width: 8.33333%;
}

.grid__item[data-grid~=ssp2] {
  width: 16.66667%;
}

.grid__item[data-grid~=ssp3] {
  width: 25%;
}

.grid__item[data-grid~=ssp4] {
  width: 33.33333%;
}

.grid__item[data-grid~=ssp5] {
  width: 41.66667%;
}

.grid__item[data-grid~=ssp6] {
  width: 50%;
}

.grid__item[data-grid~=ssp7] {
  width: 58.33333%;
}

.grid__item[data-grid~=ssp8] {
  width: 66.66667%;
}

.grid__item[data-grid~=ssp9] {
  width: 75%;
}

.grid__item[data-grid~=ssp10] {
  width: 83.33333%;
}

.grid__item[data-grid~=ssp11] {
  width: 91.66667%;
}

.grid__item[data-grid~=ssp12] {
  width: 100%;
}

.grid__item[data-grid~=sspFive] {
  width: 20%;
}

@media screen and (min-width: 569px) {
  .grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .grid[data-gutter=small] > .grid__item {
    border-width: 1.4vw;
  }
  .grid[data-gutter=normal] {
    margin: -1vw;
  }
  .grid[data-gutter=normal] > .grid__item {
    border-width: 1vw;
  }
  .grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .grid[data-gutter=large] > .grid__item {
    border-width: 1.5vw;
  }
  .grid__item[data-grid~=sp1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=sp2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=sp3] {
    width: 25%;
  }
  .grid__item[data-grid~=sp4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=sp5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=sp6] {
    width: 50%;
  }
  .grid__item[data-grid~=sp7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=sp8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=sp9] {
    width: 75%;
  }
  .grid__item[data-grid~=sp10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=sp11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=sp12] {
    width: 100%;
  }
  .grid__item[data-grid~=spFive] {
    width: 20%;
  }
  .grid__item[data-grid~=spAuto] {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .grid[data-gutter=small] > .grid__item {
    border-width: 1.4vw;
  }
  .grid[data-gutter=normal] {
    margin: -1vw;
  }
  .grid[data-gutter=normal] > .grid__item {
    border-width: 2.5vw;
  }
  .grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .grid[data-gutter=large] > .grid__item {
    border-width: 1.5vw;
  }
  .grid__item[data-grid~=tab1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=tab2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=tab3] {
    width: 25%;
  }
  .grid__item[data-grid~=tab4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=tab5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=tab6] {
    width: 50%;
  }
  .grid__item[data-grid~=tab7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=tab8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=tab9] {
    width: 75%;
  }
  .grid__item[data-grid~=tab10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=tab11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=tab12] {
    width: 100%;
  }
  .grid__item[data-grid~=tabFive] {
    width: 20%;
  }
  .grid__item[data-grid~=tabAuto] {
    width: auto;
  }
}
@media screen and (min-width: 1001px) {
  .grid__item[data-grid~=lap1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=lap2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=lap3] {
    width: 25%;
  }
  .grid__item[data-grid~=lap4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=lap5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=lap6] {
    width: 50%;
  }
  .grid__item[data-grid~=lap7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=lap8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=lap9] {
    width: 75%;
  }
  .grid__item[data-grid~=lap10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=lap11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=lap12] {
    width: 100%;
  }
  .grid__item[data-grid~=lapFive] {
    width: 20%;
  }
  .grid__item[data-grid~=lapAuto] {
    width: auto;
  }
}
@media screen and (mix-width: 1201px) {
  .grid__item[data-grid~=desk1] {
    width: 8.33333%;
  }
  .grid__item[data-grid~=desk2] {
    width: 16.66667%;
  }
  .grid__item[data-grid~=desk3] {
    width: 25%;
  }
  .grid__item[data-grid~=desk4] {
    width: 33.33333%;
  }
  .grid__item[data-grid~=desk5] {
    width: 41.66667%;
  }
  .grid__item[data-grid~=desk6] {
    width: 50%;
  }
  .grid__item[data-grid~=desk7] {
    width: 58.33333%;
  }
  .grid__item[data-grid~=desk8] {
    width: 66.66667%;
  }
  .grid__item[data-grid~=desk9] {
    width: 75%;
  }
  .grid__item[data-grid~=desk10] {
    width: 83.33333%;
  }
  .grid__item[data-grid~=desk11] {
    width: 91.66667%;
  }
  .grid__item[data-grid~=desk12] {
    width: 100%;
  }
  .grid__item[data-grid~=deskFive] {
    width: 20%;
  }
  .grid__item[data-grid~=deskAuto] {
    width: auto;
  }
}
.l-spacer.-ptLarge {
  padding-top: 13.75rem;
}

.l-spacer.-ptMedium {
  padding-top: 6.25rem;
}

.l-spacer.-pbLarge {
  padding-bottom: 6.875rem;
}

.l-spacer.-pbMedium {
  padding-bottom: 6.25rem;
}

.l-spacer.-ptSmall {
  padding-top: 2.5rem;
}

.l-spacer.-pbSmall {
  padding-bottom: 2.5rem;
}

.l-spacer.-pt80 {
  padding-top: 5rem;
}

@media screen and (max-width: 1023px) {
  .l-spacer.-ptMedium {
    padding-top: 6.25rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 6.25rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-spacer.-ptLarge {
    padding-top: 5rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 3.125rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-ptSmall {
    padding-top: 1.5rem;
  }
  .l-spacer.-pbSmall {
    padding-bottom: 2.5rem;
  }
  .l-spacer.-pt80 {
    padding-top: 1.5rem;
  }
}
.l-spacer.-heading {
  padding: 2.5rem 0 5.625rem;
}

@media screen and (max-width: 1023px) {
  .l-spacer.-heading {
    padding: 6.25rem 0 5.625rem;
  }
}
@media screen and (max-width: 568px) {
  .l-spacer.-heading {
    padding: 3.75rem 0 3.125rem;
  }
}
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_30 {
    margin-top: 20px;
  }
  .mt_50 {
    margin-top: 40px;
  }
  .mt_100 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .mt_20 {
    margin-top: 15px;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .mt_30 {
    margin-top: 10px;
  }
}
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_110 {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 30px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .mb_110 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 568px) {
  .mb_20 {
    margin-bottom: 15px;
  }
  .mb_30 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 20px;
  }
  .mb_100 {
    margin-bottom: 26px;
  }
  .mb_110 {
    margin-bottom: 70px;
  }
}
.mr_05 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.ml_05 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_90 {
  margin-left: 90px;
}

@media screen and (max-width: 1023px) {
  .ml_90 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ml_90 {
    margin-left: 0px;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 568px) {
  .ml_90 {
    margin-top: 1.25rem;
  }
}
.pt_50 {
  padding-top: 3.125rem;
}

.pt_90 {
  padding-top: 5.625rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pt_200 {
  padding-top: 12.5rem;
}

.pt_160 {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .pt_50 {
    padding-top: 2.5rem;
  }
  .pt_90 {
    padding-top: 4.375rem;
  }
  .pt_100 {
    padding-top: 5rem;
  }
  .pt_200 {
    padding-top: 10.625rem;
  }
  .pt_160 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 568px) {
  .pt_30 {
    padding-top: 1.875rem;
  }
  .pt_90 {
    padding-top: 2.5rem;
  }
  .pt_100 {
    padding-top: 3.75rem;
  }
  .pt_200 {
    padding-top: 7.5rem;
  }
  .pt_160 {
    padding-top: 3.125rem;
  }
}
.pb_90 {
  padding-bottom: 5.625rem;
}

.pb_110 {
  padding-bottom: 6.875rem;
}

.pb_160 {
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .pb_90 {
    padding-bottom: 4.375rem;
  }
  .pb_110 {
    padding-bottom: 6.25rem;
  }
  .pb_160 {
    padding-bottom: 6.875rem;
  }
}
@media screen and (max-width: 568px) {
  .pb_90 {
    padding-bottom: 2.5rem;
  }
  .pb_110 {
    padding-bottom: 3.125rem;
  }
  .pb_160 {
    padding-bottom: 3.125rem;
  }
}
.l-spacer.-pbworry {
  padding-bottom: 8.125rem;
}

@media screen and (max-width: 1000px) {
  .l-spacer.-pbworry {
    padding-bottom: 0;
  }
}
.l-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-seminar {
  max-width: 830px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-functions-ttl {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-functions-under {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-functions-under {
    width: 90%;
  }
}

.l-container.-functions-other {
  max-width: 850px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-functions-other {
    width: 90%;
  }
}

.l-container.-service {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-service {
    width: 90%;
  }
}

.l-container.-case {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-case {
    width: 90%;
  }
}

.l-container.-Large {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-container.-Large {
    width: 90%;
  }
}

.l-container.-case,
.l-container.-function {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-case,
  .l-container.-function {
    width: 90%;
  }
}

.l-container.-operation {
  max-width: 940px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-operation {
    width: 90%;
  }
}

.l-container.-solution {
  max-width: 950px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-solution {
    width: 90%;
  }
}

.l-container.-Midium {
  max-width: 1100px;
  margin: 0 auto;
}

.l-container.-Small {
  max-width: 950px;
  margin: 0 auto;
}

.c-button a {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.5rem 4.375rem 1.5rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-button a {
    width: 100%;
    padding: 1.25rem 0rem;
    text-align: center;
    background-position: 93% center;
  }
}

.c-button.-blue a {
  color: #fff;
  background: #243c4b;
  background-image: url(../image/front/front-icon-next.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-button.-blue a {
    line-height: 1.6;
    padding: 0.75rem 0rem;
  }
}

.c-button.-kv {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-kv {
    margin-top: 1.25rem;
  }
}

.c-button.-kv a {
  color: #fff;
  background: #243c4b;
  background-image: url(../image/front/front-icon-next.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 360px;
}
@media screen and (max-width: 768px) {
  .c-button.-kv a {
    width: 100%;
  }
}

.c-button.-kv-sailess {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-button.-kv-sailess {
    margin-top: 1.25rem;
  }
}

.c-button.-kv-sailess a {
  color: #fff;
  background: #243c4b;
  background-image: url(../image/front/front-icon-next.svg);
  background-repeat: no-repeat;
  background-position: 93% center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 500px;
}
@media screen and (max-width: 768px) {
  .c-button.-kv-sailess a {
    width: 100%;
    background-position: 97% center;
  }
}

.c-button.-seminar {
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  border-radius: 50px;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  margin-top: 1.125rem;
  padding: 1.375rem 4.375rem 1.375rem 3.75rem;
  background: #fff;
  background-image: url(../image/common/icon-seminar.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  width: 40%;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .c-button.-seminar {
    width: 90%;
    padding: 1.0625rem 0rem;
    text-align: center;
    background-position: 93% center;
    margin-top: 1rem;
  }
}

.c-button.-white {
  margin-top: 1.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-button.-white {
    margin-top: 0.875rem;
    text-align: center;
  }
}

.c-button.-white a {
  color: #e36413;
  background: #fff;
  background-image: url(../image/common/icon-next-green.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 2px solid #e36413;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .c-button.-white a {
    width: 100%;
    padding: 1rem 0rem;
  }
}

.c-button.-document {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-button.-document {
    margin-top: 0.625rem;
  }
}

.c-button.-document a {
  color: #fff;
  background: #e36413;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border: 2px solid #e36413;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 0;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-document a {
    width: 100%;
    padding: 0.625rem 0rem;
  }
}

.c-button.-back {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-button.-back {
    margin-top: 1.375rem;
  }
}

.c-button.-back a {
  color: #fff;
  background: #e36413;
  background-image: url(../image/contact/icon-back.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  border: 2px solid #e36413;
  box-shadow: 0px 0px 15px 0px rgba(227, 100, 19, 0.1);
  padding: 1.25rem 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button.-back a {
    width: 100%;
    padding: 1.125rem 0rem;
  }
}

.c-button.-useful {
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-button.-useful {
    margin-top: 1rem;
  }
}

.c-button.-useful a {
  color: #fff;
  background: #243c4b;
  background-image: url(../image/useful/useful_icon_next.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  padding: 0.9375rem 0;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  line-height: 1.7;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-button.-useful a {
    width: 100%;
    padding: 0.625rem 0rem;
  }
}

.c-button__back {
  position: relative;
  display: inline-block;
  background-color: #243c4b;
  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-back.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-button__back {
    width: 100%;
    padding: 1.25rem 0rem;
    text-align: center;
    background-position: 10% center;
  }
}
.c-button__back :after {
  position: absolute;
  content: "";
  background-image: url(../image/common/icon_back_white.svg);
  width: 12px;
  height: 14px;
  left: 10%;
}

.c-button__next {
  position: relative;
  display: inline-block;
  background-color: #243c4b;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1.063rem);
  padding: 1.25rem 6.25rem 1.25rem 6.25rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../image/front/front-icon-next.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media screen and (max-width: 768px) {
  .c-button__next {
    width: 100%;
    padding: 1.25rem 0rem;
    text-align: center;
    background-position: 93% center;
    font-size: 16px;
  }
}

.c-button.-sailess a {
  color: #fff;
  background: #243c4b;
  background-image: url(../image/front/front-icon-next.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-button.-sailess a {
    background-position: 97% center;
  }
}

.c-heading.-primary {
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
  padding-bottom: 3.125rem;
  line-height: 1.7;
  font-weight: 400;
}
.c-heading.-primary span {
  color: #e36413;
}
@media screen and (max-width: 768px) {
  .c-heading.-primary {
    padding-bottom: 1.5625rem;
  }
}

.c-heading.under {
  background: linear-gradient(180deg, rgb(255, 255, 255) 38%, rgb(242, 242, 242) 100%);
  text-align: center;
  padding: 4.375rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading.under {
    padding: 1.875rem 0 2.1875rem;
  }
}
.c-heading.under h1 {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-heading.under h1 {
    line-height: 1.7;
    font-size: 1.25rem;
  }
}
.c-heading.under::before {
  position: absolute;
  content: "";
  background-image: url(../image/common/under-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-heading.-underprimary h2 {
  position: relative;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
  line-height: 1.7;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-heading.-underprimary h2 {
    padding-bottom: 1rem;
    margin-bottom: 1.375rem;
    line-height: 1.7;
  }
}
.c-heading.-underprimary h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
  background: #e36413;
}
@media screen and (max-width: 768px) {
  .c-heading.-underprimary h2::before {
    width: 55px;
    height: 3px;
  }
}

.pan {
  padding: 1.625rem 0;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .pan {
    padding: 0.3125rem 0;
  }
}
.pan p {
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
}

.home a {
  color: #343434;
  display: inline-block;
  background-image: url(../image/common/icon-nav.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 30px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .home a {
    padding-right: 20px;
    margin-right: 8px;
  }
}

.layer a {
  color: #e36413;
  display: inline-block;
  font-weight: 500;
}

.layer.-sub a {
  color: #343434;
  display: inline-block;
  background-image: url(../image/common/icon-nav.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 30px;
  margin-right: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .layer.-sub a {
    padding-right: 20px;
    margin-right: 5px;
  }
}

.c-heading.contact {
  background: #f5f8fa;
  text-align: center;
  padding: 2.5rem 0 3.125rem;
}
.c-heading.contact h1 {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-heading.contact h1 {
    line-height: 1.7;
    font-size: 1.25rem;
  }
}

.c-heading.-sailessflow h2 {
  position: relative;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
  line-height: 1.7;
  padding-bottom: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-heading.-sailessflow h2 {
    padding-bottom: 1rem;
    line-height: 1.7;
  }
}

.c-cta {
  background-image: url(../image/common/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.125rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 2.5rem 0;
  }
}
.c-cta .ttl {
  color: #fff;
  text-align: center;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .c-cta .ttl {
    line-height: 1.7;
  }
}
.c-cta .text {
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0.625rem 0 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-cta .text {
    line-height: 1.8;
    padding: 0.75rem 0 1.25rem;
  }
}
.c-cta .button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta .button {
    display: block;
  }
}

.c-button__cta {
  max-width: 400px;
  flex-grow: 1;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-button__cta {
    padding: 0;
    margin: auto;
    padding-bottom: 0.875rem;
  }
}
.c-button__cta a {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding: 1.5rem 0rem;
  color: #fff;
  background: #e36413;
  background-repeat: no-repeat;
  background-position: 90% center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button__cta a {
    width: 100%;
    padding: 1.25rem 0rem;
    text-align: center;
    background-position: 93% center;
  }
}
.c-button__cta img {
  width: 23px;
  margin-right: 10px;
  vertical-align: top;
}

.is-active-drawer .overlay {
  background-color: #212121;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120%;
  width: 100%;
  overflow: hidden;
}

.button-humburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .button-humburger {
    display: block;
    position: absolute;
    top: 0;
    right: 2.5%;
    bottom: 0;
    left: auto;
    margin: auto 0;
    width: 48px;
    height: 48px;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 10000000;
  }
}

.humburger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #243c4b;
  margin: auto;
  border-radius: 4px;
}

.humburger:before,
.humburger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  transition: all 0.3s ease-in-out;
}

.humburger:before {
  top: -8px;
}

.humburger:after {
  bottom: -8px;
}

@media screen and (max-width: 1200px) {
  .is-active-drawer .humburger {
    background-color: transparent;
  }
  .is-active-drawer .humburger:before,
  .is-active-drawer .humburger:after {
    top: 0;
    bottom: 0;
    background-color: #243c4b;
  }
  .is-active-drawer .humburger:before {
    transform: rotate(-45deg);
  }
  .is-active-drawer .humburger:after {
    transform: rotate(45deg);
  }
}
.p-header {
  width: 100%;
  z-index: 100;
  box-shadow: 0px 10px 10px -5px rgba(112, 104, 104, 0.1);
  position: relative;
}

.p-header__body {
  display: flex;
  width: 95%;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding: 0.875rem 0;
}
@media screen and (max-width: 1200px) {
  .p-header__body {
    margin: 0 1rem;
    width: 90%;
    margin: auto;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header__body {
    padding: 1.125rem 0;
  }
}

.p-header__left {
  display: flex;
  align-items: center;
}

.p-header__right {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .p-header__right {
    display: none;
  }
}

.p-header__title a {
  display: inline-block;
}
.p-header__title img {
  width: 100%;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .p-header__title img {
    max-width: 200px;
  }
}

.p-global-nav {
  display: flex;
  transform: translateX(0);
  width: 100%;
  align-items: center;
  position: relative;
  margin-left: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .p-global-nav {
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    max-width: 80%;
    background: #fff;
    z-index: 1000;
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); /* Android, Brackberry  */
    -ms-transform: translateX(100%); /* IE9 */
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    padding: 1.875rem 0;
  }
}

.p-global-nav__item {
  position: relative;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item {
    border-bottom: 1px solid #e6e6e6;
  }
}

.p-global-nav__item a {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.75rem 0;
  color: #343434;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item a {
    padding: 1.25rem 0 1.625rem 2.5rem;
    font-size: 0.9375rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav__item a {
    padding: 0.875rem 0 0.875rem 1.25rem;
    font-size: 0.875rem;
  }
}

.p-global-nav__item.active a {
  color: #e36413;
}

.p-global-nav__item.-function {
  padding-right: 0.5rem;
  margin-right: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item.-function {
    padding-right: 0px;
    margin-right: 0px;
  }
}

.p-global-nav__item.-function::before {
  content: "";
  position: absolute;
  left: 102%;
  top: -5%;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #e36413;
  border-right: 3px solid #e36413;
  transform: rotate(135deg);
}
@media screen and (max-width: 1200px) {
  .p-global-nav__item.-function::before {
    display: none;
  }
}

.child-menu {
  position: absolute;
  visibility: hidden; /*非表示*/
  transform: scale(1, 0); /*高さを0に*/
  transform-origin: top; /*上からアニメーション*/
  opacity: 0;
  transition: 0.3s;
  width: 280px;
  top: 126%;
}
@media screen and (max-width: 1200px) {
  .child-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0.5rem;
    width: 100%;
    padding: 0 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .child-menu {
    padding: 0.3125rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.5rem 0rem;
    margin-bottom: 1.25rem;
  }
}

.p-global-nav > .p-global-nav__item:hover .child-menu {
  visibility: visible; /*表示*/
  opacity: 1;
  transform: scale(1, 1); /*高さを100%に*/
}

.child-menu li {
  border-bottom: 1.5px solid #243c4b;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .child-menu li {
    border-bottom: none;
  }
}
.child-menu li:last-child {
  border-bottom: none;
}

.child-menu li a {
  background: #f7f7f7;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #243c4b;
  padding: 1.125rem 1.25rem;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .child-menu li a {
    padding: 0.875rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .child-menu li a {
    text-align: left;
    padding: 0.875rem 0.625rem;
    line-height: 1.7;
  }
}

.p-header__download {
  background: #e36413;
  border-radius: 50px;
  margin-right: 0.625rem;
  width: 200px;
  min-width: 140px;
}
@media screen and (max-width: 1200px) {
  .p-header__download {
    margin-right: 0rem;
    width: 90%;
    margin: auto;
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__download {
    margin-top: 1.25rem;
  }
}
.p-header__download a {
  color: #fff;
  display: flex;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-header__download a {
    padding: 1rem 0;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__download a {
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}
.p-header__download img {
  width: 17px;
  vertical-align: sub;
  margin-right: 7px;
}
@media screen and (max-width: 1200px) {
  .p-header__download img {
    width: 18px;
    margin-right: 12px;
  }
}

.p-header__contact {
  border-radius: 50px;
  width: 200px;
  min-width: 140px;
  background: #243c4b;
}
@media screen and (max-width: 1200px) {
  .p-header__contact {
    margin-right: 0rem;
    width: 90%;
    margin: auto;
    margin-top: 0.75rem;
  }
}
.p-header__contact a {
  color: #fff;
  display: flex;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-header__contact a {
    padding: 1rem 0;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__contact a {
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}
.p-header__contact img {
  width: 19px;
  vertical-align: sub;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .p-header__contact img {
    width: 20px;
    margin-right: 12px;
  }
}

.p-global__cta {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-global__cta {
    display: block;
  }
}

.js-header.change-color {
  position: fixed;
  background-color: #fff;
  top: 0;
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.1);
  animation-name: headerAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  z-index: 1000000;
}

@keyframes headerAnimation {
  0% {
    top: -10%;
  }
  100% {
    top: 0;
  }
}
.js-header.change-color .p-header__body {
  padding: 0.875rem 0;
}

@media screen and (max-width: 1200px) {
  .is-active-drawer .p-global-nav { /* Android, Brackberry  */ /* IE9 */
    transform: translateX(0);
    overflow-y: scroll;
  }
  .is-active-drawer .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.6);
  }
  .fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
/*
  footer
*/
.p-footer__nav {
  max-width: 980px;
  margin: auto;
  padding: 2.125rem 0;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    padding: 1.5rem 0 1.5rem;
  }
}

.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: #343434;
  display: block;
  font-weight: 500;
}

.p-footer__item a::after {
  content: "｜";
  position: absolute;
  display: inline-block;
  bottom: 0;
  padding-left: 11px;
}

.p-footer__item:nth-child(7) a::after {
  display: none;
}

.p-footer__copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 1.5625rem 0;
  background: #252525;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    font-size: 12px;
  }
}

.p-footerBtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-footerBtn {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 0;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .p-footer__item a::after {
    display: none;
  }
  .p-footer__item {
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    width: 50%;
    border-bottom: 1px solid #00100e;
    margin-right: 0;
  }
  .p-footer__item:nth-child(1) {
    border-top: 1px solid #00100e;
  }
  .p-footer__item:nth-child(2) {
    border-top: 1px solid #00100e;
  }
  .p-footer__item:nth-child(2n-1) {
    border-right: 1px solid #00100e;
  }
  .p-footer__copyright {
    padding: 0.875rem 0;
  }
}
@media screen and (max-width: 568px) {
  .p-footer__nav {
    display: block;
    margin: auto;
  }
  .p-footer__item {
    border-bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 0.1875rem 0;
  }
  .p-footer__item:nth-child(1) {
    border-top: 0px;
  }
  .p-footer__item:nth-child(2) {
    border-top: 0px;
  }
  .p-footer__item:nth-child(2n-1) {
    border-right: 0px;
  }
  .p-footerBtn {
    padding: 0.625rem 0;
  }
  .p-footerBtn__container {
    margin: auto;
    width: 100%;
  }
}
/*リンクの形状*/
#page-top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #243c4b;
  box-shadow: 1.5px 1.5px 10px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 60px;
    height: 60px;
    font-size: 0.75rem;
    font-size: 11px;
    line-height: 1.4;
  }
}

#page-top a::before {
  content: "";
  position: absolute;
  left: 60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 20%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 568px) {
  #page-top a::before {
    top: 15%;
  }
}

#page-top a:hover {
  opacity: 100%;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200%);
  }
}
.p-hero {
  background: linear-gradient(180deg, rgb(255, 255, 255) 38%, rgb(242, 242, 242) 100%);
  padding: 8.125rem 0 9.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-hero {
    padding: 3.75rem 0 3.125rem;
  }
}
.p-hero::before {
  position: absolute;
  content: "";
  background-image: url(../image/front/kv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-hero__body {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

.p-hero__copy .sub-ttl {
  font-weight: 700;
  color: #e36413;
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .p-hero__copy .sub-ttl {
    text-align: center;
  }
}
.p-hero__copy .ttl {
  color: #243c4b;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.343rem + 1.81vw, 2.5rem);
  letter-spacing: -0.1em;
  padding: 0.5rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .ttl {
    text-align: center;
    line-height: 1.5;
    padding: 0.3125rem 0 0.9375rem;
  }
}
.p-hero__copy .text {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-hero__copy .text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-front-request .box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-front-request .box {
    grid-template-columns: 1fr;
    padding: 1.875rem 1.25rem;
    gap: 1.5rem;
  }
}
.p-front-request .item h3 {
  background: #e36413;
  color: #fff;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  line-height: 1.7;
}
.p-front-request .item figure {
  width: 80%;
  margin: auto;
  padding: 0.9375rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-front-request .item figure {
    width: 70%;
    padding: 0.9375rem 0 0.625rem;
  }
}

.p-front-point {
  position: relative;
  background: #243c4b;
  padding: 3.125rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-front-point {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
.p-front-point p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-front-point p {
    font-size: 1.0625rem;
  }
}
.p-front-point span {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  background-color: #243c4b;
}
.p-front-point::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #243c4b;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}

.p-front-solution {
  background: #f5f8fa;
}
.p-front-solution .box {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 3.125rem 3.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box {
    padding: 1.875rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-front-solution .box h2 {
  text-align: center;
  color: #e36413;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .p-front-solution .box h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
  }
}
.p-front-solution .box h2 img {
  width: 75px;
  vertical-align: middle;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box h2 img {
    margin-right: 0rem;
    margin-bottom: 0.625rem;
  }
}
.p-front-solution .box .text {
  text-align: center;
  padding: 1rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box .text {
    text-align: left;
    padding: 0.625rem 0 1.25rem;
  }
}
.p-front-solution .box .example {
  text-align: left;
  font-weight: 500;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box .example {
    text-align: center;
  }
}
.p-front-solution .box .item {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box .item {
    margin-top: 1.25rem;
  }
}
.p-front-solution .box .item .inner {
  background-image: url(../image/front/solution-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.6875rem 2.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box .item .inner {
    padding: 1.25rem 1.25rem;
    display: block;
  }
}
.p-front-solution .box .item .inner:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.p-front-solution .box .item .inner h3 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-front-solution .box .item .inner h3 {
    text-align: center;
    padding-bottom: 0.625rem;
  }
}
.p-front-solution .box .item .inner .detail {
  color: #fff;
  font-weight: 400;
  width: 65%;
  margin-left: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-front-solution .box .item .inner .detail {
    width: 100%;
    margin-left: 0rem;
    line-height: 1.7;
  }
}
.p-front-solution .button {
  text-align: center;
}
.p-front-solution .button .text {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-front-solution .button .text {
    padding-bottom: 0.875rem;
  }
}

.p-front-merit .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-front-merit .box {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-front-merit .item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 1.75rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-front-merit .item {
    display: flex;
    padding: 1.25rem 1.875rem;
    align-items: center;
  }
}
.p-front-merit .item figure {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front-merit .item figure {
    width: 27%;
    margin: 0%;
    margin-right: 1.875rem;
    flex-shrink: 0;
  }
}
.p-front-merit .item h3 {
  color: #e36413;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  padding: 0.3125rem 0 0rem;
}
@media screen and (max-width: 768px) {
  .p-front-merit .item h3 {
    text-align: left;
    padding: 0;
    line-height: 1;
    padding-bottom: 0.625rem;
  }
}
.p-front-merit .item li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front-merit .item li {
    line-height: 1.7;
  }
}
.p-front-merit .item li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e36413;
  border-radius: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-front-merit .item li .circle {
    margin-top: 8px;
  }
}

.p-front-reason {
  background: #f5f8fa;
}
.p-front-reason .item {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 2.875rem 4rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-front-reason .item {
    padding: 1.875rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-front-reason .item h3 {
  color: #e36413;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-front-reason .item h3 {
    line-height: 1.7;
  }
}
.p-front-reason .item p {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-reason .item p {
    padding: 0.75rem 0;
  }
}
.p-front-reason .item:last-child {
  margin-bottom: 0;
}

.p-topics__inner {
  border-bottom: 3px solid #f8f8f8;
}
.p-topics__inner a {
  display: flex;
  background-image: url(../image/front/topics-icon-next.svg);
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 1.625rem 3.125rem 1.625rem 0;
  position: relative;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-topics__inner a {
    padding: 0.9375rem 0;
    display: block;
    background-image: none;
  }
}
.p-topics__inner p {
  color: #e36413;
  font-weight: 700;
  padding-right: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-topics__inner p {
    padding-right: 0rem;
  }
}
.p-topics__inner a {
  color: #343434;
}
.p-topics__inner a:hover {
  transition: 0.4s;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-topics__inner a:hover {
    transition: 0;
    left: 0px;
  }
}

.p-solution-about .text {
  max-width: 900px;
  margin: auto;
}
.p-solution-about .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution-about .box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}
.p-solution-about .item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-about .item {
    padding: 1.875rem 1.25rem;
  }
}
.p-solution-about .item h3 {
  background: #e36413;
  color: #fff;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  line-height: 1.7;
}
.p-solution-about .item figure {
  width: 110px;
  margin: auto;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-solution-about .item figure {
    width: 35%;
    padding: 0.9375rem 0 0.625rem;
  }
}
.p-solution-about .item p {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  line-height: 1.8;
}

.p-solution-effect {
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .p-solution-effect .box {
    margin-top: 1.5rem;
  }
}
.p-solution-effect ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution-effect ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem 0.625rem;
  }
}
.p-solution-effect li {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  color: #e36413;
  font-weight: 500;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  text-align: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-solution-effect li {
    padding: 0.625rem 0.3125rem;
  }
}

.p-solution-list .box {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}
.p-solution-list .item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-list .item {
    margin-top: 1.25rem;
  }
}
.p-solution-list .item .inner {
  background-image: url(../image/front/solution-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.6875rem 2.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-solution-list .item .inner {
    padding: 1.25rem 1.25rem;
    display: block;
  }
}
.p-solution-list .item .inner:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.p-solution-list .item .inner h3 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-solution-list .item .inner h3 {
    text-align: center;
    padding-bottom: 0.625rem;
  }
}
.p-solution-list .item .inner .detail {
  color: #fff;
  font-weight: 400;
  width: 65%;
  margin-left: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-solution-list .item .inner .detail {
    width: 100%;
    margin-left: 0rem;
    line-height: 1.7;
  }
}

.p-solution-hero {
  background: linear-gradient(180deg, rgb(255, 255, 255) 38%, rgb(242, 242, 242) 100%);
  padding: 6.25rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-solution-hero {
    padding: 2.8125rem 0 3.125rem;
  }
}
.p-solution-hero::after {
  position: absolute;
  content: "";
  background-image: url(../image/solution/kv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-solution-hero .box {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.p-solution-hero .copy .sub-ttl {
  font-size: clamp(1.125rem, 0.956rem + 0.75vw, 1.438rem);
}
@media screen and (max-width: 768px) {
  .p-solution-hero .copy .sub-ttl {
    text-align: center;
    line-height: 1.7;
  }
}
.p-solution-hero .copy .ttl {
  color: #243c4b;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.343rem + 1.81vw, 2.5rem);
  padding: 0.5rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-solution-hero .copy .ttl {
    text-align: center;
    line-height: 1.5;
    padding: 0.75rem 0 0.9375rem;
  }
}
.p-solution-hero .copy .ttl-sailess {
  padding: 1.125rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-hero .copy .ttl-sailess {
    text-align: center;
    padding: 0.75rem 0 1rem;
  }
}
.p-solution-hero .copy .ttl-sailess img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-solution-hero .copy .ttl-sailess img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .p-solution-hero .copy .text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-solution-problem .box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 0.625rem 2.5rem 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-problem .box {
    grid-template-columns: 1fr;
    padding: 0.625rem 1.25rem 1.25rem;
    gap: 0.625rem;
  }
}
.p-solution-problem .item h3 {
  color: #e36413;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  text-align: center;
  line-height: 1.7;
}
.p-solution-problem .item figure {
  width: 80%;
  margin: auto;
  padding: 0.875rem 0;
}
@media screen and (max-width: 768px) {
  .p-solution-problem .item figure {
    width: 70%;
    padding: 0rem 0;
  }
}
.p-solution-problem .item p {
  padding-top: 0.625rem;
}

.p-solution-point {
  position: relative;
  background: #243c4b;
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-solution-point {
    padding: 1.875rem 1.25rem 1.875rem;
  }
}
.p-solution-point p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-solution-point p {
    font-size: 1.0625rem;
  }
}
.p-solution-point span {
  display: inline-block;
  margin: 0 0.625rem;
}
.p-solution-point::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #243c4b;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-solution-point::after {
    bottom: -20px;
  }
}

.p-solution-flow {
  background: #f5f8fa;
}
.p-solution-flow .box {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-solution-flow .box {
    width: 100%;
  }
}
.p-solution-flow .item {
  background: #fff;
  padding: 1.875rem 3.125rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution-flow .item {
    padding: 1.25rem 1.25rem;
    display: block;
  }
}
.p-solution-flow .item::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  background-color: #e36413;
  left: 50%;
  bottom: -25px;
}
.p-solution-flow .item:last-child::after {
  content: none;
}
.p-solution-flow .item:last-child {
  margin-bottom: 0;
}
.p-solution-flow .item h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-solution-flow .item h3 {
    flex-direction: column;
    padding-top: 0.3125rem;
    padding-bottom: 0.1875rem;
  }
}
.p-solution-flow .item .ttl {
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
.p-solution-flow .item .num {
  color: #e36413;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 300;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-flow .item .num {
    margin-right: 0rem;
    line-height: 1.5;
  }
}
.p-solution-flow .item figure {
  margin-right: 3.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-solution-flow .item figure {
    margin-right: 0;
    width: 32%;
    margin: auto;
  }
}

.p-solution-case {
  background: #f7f7f7;
}
.p-solution-case .box h3 {
  text-align: center;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  font-weight: 400;
}
.p-solution-case .item {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 3.75rem 5.4375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .item {
    padding: 1.875rem 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-solution-case .under {
  width: 54px;
  margin: auto;
  padding: 1.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-solution-case .under {
    width: 35px;
    padding: 0.625rem 0 0.9375rem;
  }
}
.p-solution-case .before {
  background: #f7f7f7;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .before {
    padding: 1.25rem 1.25rem;
  }
}
.p-solution-case .before .ttl {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
}
.p-solution-case .before .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .before .inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 0.75rem;
  }
}
.p-solution-case .before .sub-ttl {
  background: #434343;
  color: #fff;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .before .sub-ttl {
    margin-bottom: 0.625rem;
  }
}
.p-solution-case .suggestion {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(227, 100, 19, 0.2);
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .suggestion {
    padding: 1.25rem 1.25rem;
  }
}
.p-solution-case .suggestion .suggestion01,
.p-solution-case .suggestion .suggestion02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-solution-case .suggestion .suggestion01,
  .p-solution-case .suggestion .suggestion02 {
    width: 100%;
    margin: 0.625rem 0;
  }
}
.p-solution-case .suggestion figure {
  width: 25%;
  margin: auto;
}
.p-solution-case .suggestion .ttl {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  color: #e36413;
}
.p-solution-case .suggestion .inner {
  display: flex;
  margin-top: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-solution-case .suggestion .inner {
    display: block;
    margin-top: 0.75rem;
  }
}
.p-solution-case .suggestion .sub-ttl {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .suggestion .sub-ttl {
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
  }
}
.p-solution-case .suggestion .text {
  text-align: center;
}
.p-solution-case .suggestion .mul {
  width: 40px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .p-solution-case .suggestion .mul {
    margin: auto;
    width: 30px;
    height: 36px;
  }
}
.p-solution-case .after {
  background: #fff0e7;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .after {
    padding: 1.25rem 1.25rem;
  }
}
.p-solution-case .after .ttl {
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  text-align: center;
  color: #e36413;
}
.p-solution-case .after .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .after .inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 0.75rem;
  }
}
.p-solution-case .after .sub-ttl {
  background: #e36413;
  color: #fff;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-solution-case .after .sub-ttl {
    margin-bottom: 0.625rem;
  }
}

.p-solution-system .item {
  display: flex;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-solution-system .item {
    display: block;
    margin-bottom: 3.125rem;
  }
}
.p-solution-system figure {
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-solution-system figure {
    width: 85%;
    margin: auto;
    padding-top: 0rem;
  }
}
.p-solution-system .text {
  margin-left: 3.4375rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-solution-system .text {
    width: 100%;
    margin-left: 0rem;
  }
}
.p-solution-system .text h3 {
  color: #e36413;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-solution-system .text h3 {
    text-align: center;
    padding-top: 0.875rem;
    padding-bottom: 0.3125rem;
  }
}
.p-solution-system .text .ttl {
  color: #fff;
  background: #e36413;
  display: inline-block;
  font-size: 1.0625rem;
  padding: 0 0.625rem;
  line-height: 1.7;
  margin-top: 1.25rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-system .text .ttl {
    display: block;
    text-align: center;
    margin-top: 1.0625rem;
    margin-bottom: 0.75rem;
  }
}
.p-solution-system .text li {
  display: flex;
}
.p-solution-system .text a {
  margin-top: 1.25rem;
  display: inline-block;
  color: #343434;
  text-decoration: underline;
  font-weight: 500;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-solution-system .text a {
    text-align: center;
    display: block;
    margin-top: 0.625rem;
  }
}
.p-solution-system .item.-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-solution-system .item.-reverse {
    display: block;
  }
}
.p-solution-system .item.-reverse .text {
  margin-right: 3.4375rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-solution-system .item.-reverse .text {
    width: 100%;
    margin-left: 0rem;
  }
}
.p-solution-system .button {
  text-align: center;
}
.p-solution-system .button .txt {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-system .button .txt {
    padding-bottom: 0.875rem;
  }
}

.p-solution-service .item {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 3.75rem 5.4375rem 4.375rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .item {
    padding: 1.875rem 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-solution-service .border {
  border-top: 1px solid #b1b1b1;
  padding-top: 70px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-solution-service .border {
    padding-top: 30px;
    margin-top: 40px;
  }
}
.p-solution-service h3 {
  text-align: center;
  color: #e36413;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .p-solution-service h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
  }
}
.p-solution-service h3 img {
  width: 75px;
  vertical-align: middle;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service h3 img {
    margin-right: 0rem;
    margin-bottom: 0.625rem;
  }
}
.p-solution-service .txt {
  text-align: center;
  padding: 1rem 0 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .txt {
    text-align: left;
    padding: 0.625rem 0 1.25rem;
  }
}
.p-solution-service .under {
  width: 54px;
  margin: auto;
  padding: 1.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-solution-service .under {
    width: 35px;
    padding: 0.625rem 0 0.9375rem;
  }
}
.p-solution-service .before {
  background: #f7f7f7;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .before {
    padding: 1.25rem 1.25rem;
  }
}
.p-solution-service .before .ttl {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
}
.p-solution-service .before .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .before .inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 0.75rem;
  }
}
.p-solution-service .before .sub-ttl {
  background: #434343;
  color: #fff;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .before .sub-ttl {
    margin-bottom: 0.625rem;
  }
}
.p-solution-service .before .text span {
  text-align: center;
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
}
.p-solution-service .after {
  background: #fff0e7;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .after {
    padding: 1.25rem 1.25rem;
  }
}
.p-solution-service .after .ttl {
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  text-align: center;
  font-weight: 300;
  color: #e36413;
  line-height: 1.6;
}
.p-solution-service .after .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .after .inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 0.75rem;
  }
}
.p-solution-service .after .sub-ttl {
  background: #e36413;
  color: #fff;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .after .sub-ttl {
    margin-bottom: 0.625rem;
  }
}
.p-solution-service .after .text span {
  text-align: center;
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
  color: #e36413;
}
.p-solution-service .button {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .button {
    margin-top: 0.625rem;
  }
}
.p-solution-service .button .txt {
  text-align: center;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-solution-service .button .txt {
    padding-bottom: 0.875rem;
  }
}

.p-pisystem-data p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pisystem-data p {
    text-align: left;
  }
}
.p-pisystem-data figure {
  width: 65%;
  margin: auto;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-data figure {
    width: 100%;
    padding-top: 0.625rem;
  }
}

.p-pisystem-package {
  background: #f5f8fa;
}
.p-pisystem-package h2 {
  color: #e36413;
  padding-bottom: 1.25rem;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pisystem-package h2 {
    padding-bottom: 0.625rem;
  }
}
.p-pisystem-package p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pisystem-package p {
    text-align: left;
    padding-bottom: 0.625rem;
  }
}
.p-pisystem-package figure {
  width: 60%;
  margin: auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-package figure {
    width: 100%;
    padding-top: 0.625rem;
  }
}

.p-pisystem-system figure {
  width: 60%;
  margin: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-system figure {
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.p-pisystem-system .text {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-pisystem-system .text {
    padding-bottom: 0.75rem;
  }
}
.p-pisystem-system li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-pisystem-system li {
    line-height: 1.7;
    padding-bottom: 0.3125rem;
  }
}
.p-pisystem-system li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e36413;
  border-radius: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-pisystem-system li .circle {
    margin-top: 8px;
  }
}
.p-pisystem-system .box {
  background: #fff0e7;
  max-width: 900px;
  margin: auto;
  padding: 1.875rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-system .box {
    padding: 1.25rem 1.25rem;
  }
}
.p-pisystem-system .box p {
  color: #e36413;
  font-weight: 300;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
}
.p-pisystem-system .note {
  text-align: center;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-system .note {
    padding-top: 1.25rem;
  }
}
.p-pisystem-system .note a {
  text-decoration: underline;
  color: #343434;
}

.p-pisystem-consul figure {
  width: 65%;
  margin: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul figure {
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.p-pisystem-consul .text {
  max-width: 700px;
  margin: auto;
}
.p-pisystem-consul .box-gray {
  background: #f7f7f7;
  max-width: 900px;
  margin: auto;
  padding: 1.875rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-gray {
    padding: 1.25rem 1.25rem;
  }
}
.p-pisystem-consul .box-gray p {
  font-weight: 300;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
}
.p-pisystem-consul .box-gray ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-gray ul {
    grid-template-columns: 1fr;
    gap: 0.1875rem 0rem;
  }
}
.p-pisystem-consul .box-gray li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-gray li {
    line-height: 1.7;
    padding-bottom: 0.125rem;
  }
}
.p-pisystem-consul .box-gray li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #343434;
  border-radius: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-gray li .circle {
    margin-top: 8px;
  }
}
.p-pisystem-consul .under {
  width: 54px;
  margin: auto;
  padding: 1.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .under {
    width: 35px;
    padding: 0.625rem 0 0.9375rem;
  }
}
.p-pisystem-consul .text {
  color: #e36413;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
  line-height: 1.7;
  padding-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .text {
    padding-bottom: 0.625rem;
  }
}
.p-pisystem-consul .note {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .note {
    text-align: left;
  }
}
.p-pisystem-consul .box-orange {
  background: #fff0e7;
  max-width: 900px;
  margin: auto;
  padding: 1.875rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-orange {
    padding: 1.25rem 1.25rem;
  }
}
.p-pisystem-consul .box-orange p {
  color: #e36413;
  font-weight: 300;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  text-align: center;
}
.p-pisystem-consul .box-orange li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-orange li {
    line-height: 1.7;
  }
}
.p-pisystem-consul .box-orange li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e36413;
  border-radius: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-pisystem-consul .box-orange li .circle {
    margin-top: 8px;
  }
}

.p-pisystem-flow {
  background: #f7f7f7;
}
.p-pisystem-flow .box {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .box {
    width: 100%;
  }
}
.p-pisystem-flow .item {
  background: #fff;
  padding: 1.875rem 3.125rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .item {
    padding: 1.25rem 1.25rem;
    display: block;
  }
}
.p-pisystem-flow .item::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  background-color: #e36413;
  left: 50%;
  bottom: -25px;
}
.p-pisystem-flow .item:last-child::after {
  content: none;
}
.p-pisystem-flow .item:last-child {
  margin-bottom: 0;
}
.p-pisystem-flow .item h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .item h3 {
    flex-direction: column;
    padding-top: 0.3125rem;
    padding-bottom: 0.1875rem;
  }
}
.p-pisystem-flow .item .ttl {
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
.p-pisystem-flow .item .num {
  color: #e36413;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 300;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .item .num {
    margin-right: 0rem;
    line-height: 1.5;
  }
}
.p-pisystem-flow .item figure {
  margin-right: 3.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .item figure {
    margin-right: 0;
    width: 32%;
    margin: auto;
  }
}
.p-pisystem-flow .item li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .item li {
    line-height: 1.7;
  }
}
.p-pisystem-flow .item li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e36413;
  border-radius: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-pisystem-flow .item li .circle {
    margin-top: 8px;
  }
}

.p-pisystem-seminar {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-seminar {
    margin-top: 3.125rem;
  }
}
.p-pisystem-seminar .box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #000;
}
.p-pisystem-seminar .box img {
  height: 260px;
  transition: transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-pisystem-seminar .box img {
    height: 250px;
    -o-object-fit: none;
       object-fit: none;
  }
}
.p-pisystem-seminar .box:hover img {
  transform: scale(1.1); /* 拡大 */
}
.p-pisystem-seminar .box .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}
.p-pisystem-seminar .box .inner .sub {
  line-height: 1.7;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 400;
}
.p-pisystem-seminar .box .inner .ttl {
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  font-weight: 500;
  line-height: 1.6;
}

.p-pisystem-partner {
  background: #f7f7f7;
}
.p-pisystem-partner .box figure {
  width: 140px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-pisystem-partner .box figure {
    width: 30%;
  }
}
.p-pisystem-partner .box p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pisystem-partner .box p {
    line-height: 1.7;
  }
}
.p-pisystem-partner .box .text {
  padding-top: 1.25rem;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
}
.p-pisystem-partner .box .link {
  padding-top: 0.3125rem;
  text-decoration: underline;
}
.p-pisystem-partner .box .link a {
  color: #343434;
}

/*
  Heading
*/
.heading-primary {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #e36413;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 992px) {
  .heading-primary {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-primary {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .heading-primary {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.heading-secondry {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #e36413;
}

@media screen and (max-width: 992px) {
  .heading-secondry {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .heading-secondry {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.heading-secondry span {
  font-size: 1.3125rem;
  font-weight: 500;
  display: block;
  padding-bottom: 1rem;
  color: #343434;
}

@media screen and (max-width: 576px) {
  .heading-secondry span {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
  }
}
/*
  common
*/
.secondry-text {
  padding: 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .secondry-text {
    padding: 1.25rem 0;
  }
}

.image-mockup {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .image-mockup {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .image-mockup {
    padding-top: 0;
    width: 90%;
  }
}
/*
  about
*/
.p-cando {
  background-color: #f5f8fa;
}

.p-about .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .text {
    text-align: left;
  }
}

.p-about__title {
  padding: 3.5625rem 0 2.125rem;
  max-width: 830px;
  width: 64.3%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-about__title {
    padding: 1.875rem 0;
    width: 85%;
  }
}
@media screen and (max-width: 576px) {
  .p-about__title {
    padding: 1.625rem 0;
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .p-about__title {
    width: 100%;
  }
}
.p-about__title img {
  width: 100%;
}

.p-about__logo {
  padding-bottom: 0.8125rem;
  width: 35%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-about__logo {
    width: 30%;
  }
}
@media screen and (max-width: 576px) {
  .p-about__logo {
    width: 40%;
  }
}
.p-about__logo img {
  width: 100%;
}

.p-about__supplement {
  text-align: center;
}
.p-about__supplement p {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 115px;
}
.p-about__supplement p:before, .p-about__supplement p:after {
  position: absolute;
  content: "";
  top: 50%;
  display: inline-block;
  width: 107px;
  height: 1px;
  background-color: #707070;
}
.p-about__supplement p:before {
  left: 0;
}
.p-about__supplement p:after {
  right: 0;
}

@media screen and (max-width: 360px) {
  .p-about__supplement {
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 54px;
  }
  .p-about__supplement:before,
  .p-about__supplement:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #707070;
  }
}
/* @media screen and (max-width: 336px) {
  .p-about__supplement:before,
  .p-about__supplement:after {
    content: none;
  }
} */
.p-about__inner {
  padding-top: 3rem;
}

@media screen and (max-width: 576px) {
  .p-about__inner {
    padding-top: 1.875rem;
  }
}
.p-about__result {
  font-size: 1.25rem;
  font-weight: 500;
  color: #243c4b;
  border-left: 5px solid #243c4b;
  padding-left: 1.125rem;
}

@media screen and (max-width: 576px) {
  .p-about__result {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-about__item {
  border-left: 5px solid #e6e6e6;
  padding: 1.125rem 0 1.125rem 1.125rem;
}

.p-about__item li {
  position: relative;
  padding-left: 1.5rem;
}

.p-about__item li::before {
  content: "";
  position: absolute;
  background-image: url(../image/sailess/icon-check.svg);
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0%;
}

/*
  worries
*/
.p-worries {
  position: relative;
  border-top: 2px solid #bebebe;
}

.p-worries__contents {
  margin: auto;
}

@media screen and (max-width: 576px) {
  .p-worries__contents:nth-of-type(2) {
    padding: 1.625rem 0 1.625rem;
  }
}
.p-worries::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #bebebe;
  width: 100%;
}

.p-worries__container::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 60px;
  background-color: #fff;
  bottom: 0%;
  display: inline-block;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
}

.p-worries__container::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  display: inline-block;
  z-index: 5;
  border: 2px solid #bebebe;
}

@media screen and (max-width: 576px) {
  .p-worries__container::before {
    height: 30px;
  }
  .p-worries__container::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .p-worries__container::before {
    bottom: 0%;
  }
  .p-worries__container::after {
    bottom: -1%;
  }
}
.p-worries__primary {
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .p-worries__primary {
    line-height: 1.8;
    text-align: center;
  }
}
.p-worries__primary span {
  display: block;
  color: #e36413;
  font-weight: 400;
}

.p-worries__image {
  margin: auto;
  text-align: center;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 992px) {
  .p-worries__image {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .p-worries__image {
    padding-bottom: 0rem;
    width: 60%;
  }
}
.p-worries__image img {
  width: 100%;
}

.p-worries__text {
  font-size: 0.875rem;
  line-height: 1.7;
  padding-top: 1rem;
}

@media screen and (max-width: 576px) {
  .p-worries__text {
    padding-top: 0.625rem;
  }
}
/*
  cando
*/
.p-cando__inner.-second {
  margin-top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .p-cando__inner {
    padding-top: 0.635rem;
  }
}
.p-cando__contents {
  margin-top: 3.75rem;
  background-color: #fff;
  padding: 1.875rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-cando__contents {
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-cando__item {
  position: relative;
  z-index: 1;
}

.p-cando__image {
  width: 80%;
  margin: auto;
  padding-bottom: 1.125rem;
}

@media screen and (max-width: 992px) {
  .p-cando__image {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .p-cando__image {
    width: 85%;
  }
}
.p-cando__image img {
  width: 100%;
}

.p-cando__num {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 7.5rem;
  color: #f5f8fa;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  z-index: -1;
}

@media screen and (max-width: 576px) {
  .p-cando__num {
    font-size: 5.625rem;
  }
}
.p-cando__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #243c4b;
  border-left: 5px solid #243c4b;
  padding-left: 1.125rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-cando__title {
    font-size: 1.125rem;
    line-height: 1.7;
    padding-left: 0;
  }
}

.p-cando__text {
  font-size: 0.875rem;
  line-height: 1.7;
  border-left: 5px solid #e6e6e6;
  padding: 1.125rem 0 1.125rem 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-cando__text {
    padding: 0.625rem 0.875rem;
  }
}

.p-cando__text span {
  color: #243c4b;
  font-weight: 700;
}

.p-cando__point {
  padding-top: 3rem;
}

@media screen and (max-width: 576px) {
  .p-cando__point {
    padding-top: 2.5rem;
  }
}
.p-cando__point img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-cando__cta {
    padding-top: 0.635rem;
    width: 100%;
  }
}
/*
  service
*/
.p-service {
  background-image: url("../image/service/service-background.png");
  /* background-position: center center; */
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .p-service__contents:nth-child(2) {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-service__contents:nth-child(2) {
    padding: 1.5rem 0;
  }
}
.p-service__title,
.p-service__rgtitle {
  font-size: 2rem;
  color: #e36413;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.25rem;
}

.p-service__rgtitle {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .p-service__title,
  .p-service__rgtitle {
    padding-bottom: 1.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__title,
  .p-service__rgtitle {
    font-size: 1.75rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-service__title,
  .p-service__rgtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-service__box {
  position: relative;
}

.p-service__title span,
.p-service__rgtitle span {
  font-size: 7.5rem;
  letter-spacing: 0;
  padding-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__title span,
  .p-service__rgtitle span {
    font-size: 5.625rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-service__title span,
  .p-service__rgtitle span {
    font-size: 4.375rem;
    display: block;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.p-service__first {
  color: #fff0e7;
}

.p-service__second {
  color: #fff0e7;
}

.p-service__third {
  color: #fff0e7;
}

.p-service__imgright {
  padding-right: 3.125rem;
}

@media screen and (max-width: 992px) {
  .p-service__imgright {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__imgright {
    width: 60%;
  }
}
.p-service__imgright img {
  width: 100%;
}

.p-service__imgleft {
  padding-left: 3.125rem;
}

@media screen and (max-width: 992px) {
  .p-service__imgleft {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__imgleft {
    width: 60%;
  }
}
.p-service__imgleft img {
  width: 100%;
}

.p-service__inner {
  background-color: #fff;
  padding: 2.75rem 2.625rem 2.25rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .p-service__inner {
    margin-top: 1rem;
    padding: 1.875rem 1.25rem;
  }
}
.p-service__text {
  font-size: 1.125rem;
  padding-bottom: 1.4375rem;
  line-height: 1.55;
}

@media screen and (max-width: 768px) {
  .p-service__text {
    font-size: 1rem;
  }
}
.p-service__text span {
  color: #e36413;
  font-weight: 500;
}

.p-service__system:nth-child(1) {
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 576px) {
  .p-service__system:nth-child(1) {
    padding-bottom: 1.5rem;
  }
}
.p-service__sytitle {
  font-size: 1.625rem;
  color: #e36413;
  font-weight: 500;
  border-left: 5px solid #e36413;
  padding-left: 1.125rem;
}

@media screen and (max-width: 768px) {
  .p-service__sytitle {
    font-size: 1.125rem;
  }
}
.p-service__sytext {
  font-size: 1.125rem;
  padding-bottom: 1.4375rem;
  line-height: 1.55;
  font-weight: 400;
  border-left: 5px solid #e6e6e6;
  padding: 1.125rem 0 1.125rem 1.125rem;
}

@media screen and (max-width: 768px) {
  .p-service__sytext {
    font-size: 1rem;
  }
}
.p-service__sytext span {
  color: #e36413;
  font-weight: 500;
}

.p-service__btn {
  padding-top: 5rem;
  text-align: center;
}

.p-service__btn a {
  position: relative;
}

.p-service__btn a::after {
  position: absolute;
  content: "";
  background-image: url(../image/icon/icon-btn.svg);
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-service__btn {
    padding-top: 1.875rem;
  }
}
.p-movie {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-movie {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.movie-text {
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
  color: #e36413;
  padding-top: 1.375rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .movie-text {
    line-height: 1.6;
  }
}
#movie {
  width: 60%;
  height: auto;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #movie {
    width: 100%;
  }
}
#movie::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* ※1)ココがアスペクト比（縦横比）*/
}

#movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #343434;
}

.play-btn {
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .play-btn {
    width: 17%;
  }
}
.play-btn.playActive {
  display: none;
}

.p-sailess-flow {
  background: #f7f7f7;
}
.p-sailess-flow .box {
  max-width: 900px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .box {
    width: 100%;
  }
}
.p-sailess-flow .item {
  background: #fff;
  padding: 1.875rem 3.125rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .item {
    padding: 1.25rem 1.25rem;
    display: block;
  }
}
.p-sailess-flow .item::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  background-color: #e36413;
  left: 50%;
  bottom: -25px;
}
.p-sailess-flow .item:last-child::after {
  content: none;
}
.p-sailess-flow .item:last-child {
  margin-bottom: 0;
}
.p-sailess-flow .item h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .item h3 {
    flex-direction: column;
    padding-top: 0.3125rem;
    padding-bottom: 0.1875rem;
  }
}
.p-sailess-flow .item .ttl {
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
.p-sailess-flow .item .num {
  color: #e36413;
  font-size: clamp(1.375rem, 1.104rem + 1.2vw, 1.875rem);
  font-weight: 300;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .item .num {
    margin-right: 0rem;
    line-height: 1.5;
  }
}
.p-sailess-flow .item figure {
  margin-right: 3.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .item figure {
    margin-right: 0;
    width: 32%;
    margin: auto;
  }
}
.p-sailess-flow .item li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .item li {
    line-height: 1.7;
  }
}
.p-sailess-flow .item li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e36413;
  border-radius: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-sailess-flow .item li .circle {
    margin-top: 8px;
  }
}

.p-pisystem-list ul {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-pisystem-list ul {
    margin-top: 1.875rem;
    margin-bottom: 0.875rem;
  }
}
.p-pisystem-list li {
  position: relative;
}
.p-pisystem-list a {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: #002e33;
  display: inline-block;
  background-image: url(../image/common/icon-under.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  padding: 0 167px 45px 167px;
  background-position: center 80%;
}
@media screen and (max-width: 768px) {
  .p-pisystem-list a {
    padding: 0 14px 34px;
  }
}
.p-pisystem-list a:hover {
  background-position: center 100%;
}

.p-case__company .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-case__company .box {
    grid-template-columns: 1fr;
    gap: 1.375rem 0rem;
  }
}
.p-case__company .item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.p-case__company a {
  color: #343434;
}
.p-case__company a:hover {
  text-decoration: underline;
}
.p-case__company .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}
.p-case__company .item {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.p-case__company .item .p-cases__item {
  padding: 1.125rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-case__company .item .p-cases__item {
    padding: 0.875rem 1.25rem;
  }
}
.p-case__company .item h3 {
  color: #e36413;
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .p-case__company .item h3 {
    text-align: center;
  }
}
.p-case__company .item .text {
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-case__company .item .text {
    padding-top: 0rem;
  }
}
.p-case__company .item .category {
  text-align: right;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-case__company .item .category {
    margin-top: 0.3125rem;
  }
}
.p-case__company .item .category span {
  display: inline-block;
  background: #fff0e7;
  color: #e36413;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
  padding: 0.125rem 0.625rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-case__company .item .category span {
    padding: 0rem 0.875rem;
  }
}
.p-case__company .item a {
  color: #343434;
}
.p-case__company .item a:hover {
  text-decoration: underline;
}
.p-case__company .item .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  transform: none;
  z-index: 0;
}

.p-case-example {
  background: #f7f7f7;
}
.p-case-example .box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-case-example .box {
    margin-bottom: 30px;
  }
}
.p-case-example h3 {
  background: #243c4b;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-case-example h3 {
    line-height: 1.7;
    padding: 14px 10px;
    font-size: 18px;
  }
}
.p-case-example .item {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 70px 20px;
}
@media screen and (max-width: 768px) {
  .p-case-example .item {
    padding: 20px 20px 10px;
  }
}
.p-case-example .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-case-example .inner {
    display: block;
  }
}
.p-case-example figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-case-example figure {
    width: 65%;
    margin: auto;
    padding-bottom: 20px;
  }
}
.p-case-example figure img {
  width: 100%;
}
.p-case-example .text {
  width: 100%;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .p-case-example .text {
    margin-left: 0px;
  }
}
.p-case-example dl dt {
  background: #f7f7f7;
  font-weight: 500;
  display: inline-block;
  width: 110px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-case-example dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-case-example dl dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-case-example dl dd {
    line-height: 1.7;
  }
}

.case-example-btn {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .case-example-btn {
    margin-top: 26px;
  }
}

/*
  導入実績 単独ページ
*/
.p-interview__top h2 {
  font-size: clamp(1.25rem, 0.979rem + 1.2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.7;
  padding-top: 2.5rem;
}

.p-interview__top figure {
  width: 70%;
  margin: auto;
  padding: 3.125rem 0;
}

@media screen and (max-width: 768px) {
  .p-interview__top figure {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .p-interview__top figure {
    padding: 1.875rem 0;
  }
}
.p-interview__top figure img {
  width: 100%;
}

.p-interview__top .company-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #e36413;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .p-interview__top .company-name {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.p-interview__top .text {
  font-size: 1.0625rem;
  font-weight: 400;
  padding: 2.5rem 0 3.75rem;
}

@media screen and (max-width: 568px) {
  .p-interview__top .text {
    font-size: 0.9375rem;
    padding: 1.25rem 0 1.875rem;
  }
}
.p-interview__top .box {
  margin-bottom: 10rem;
  padding: 1.875rem 5rem;
}

@media screen and (max-width: 1000px) {
  .p-interview__top .box {
    padding: 1.875rem 3.125rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 568px) {
  .p-interview__top .box {
    padding: 1.875rem 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.p-interview__top .box p {
  font-size: 1.375rem;
  line-height: 1.6;
  color: #2d6fa3;
  font-weight: bold;
}

@media screen and (max-width: 568px) {
  .p-interview__top .box p {
    font-size: 1.125rem;
  }
}
.p-interview__top .box dl dd {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.625rem;
}

@media screen and (max-width: 568px) {
  .p-interview__top .box dl dd {
    font-size: 1rem;
  }
}
.p-interview__top .box dl dd img {
  vertical-align: middle;
  width: 30px;
  padding-right: 0.625rem;
}

@media screen and (max-width: 568px) {
  .p-interview__top .box dl dd img {
    width: 25px;
    padding-right: 0.3125rem;
  }
}
.p-interview__top .box dl dt {
  font-size: 1.375rem;
  font-weight: bold;
  color: #2d6fa3;
  padding-left: 30px;
}

@media screen and (max-width: 568px) {
  .p-interview__top .box dl dt {
    font-size: 1.0625rem;
    padding-left: 0px;
  }
}
.p-interview__inner {
  letter-spacing: 0.015em;
}

.p-interview__inner h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
  background: #243c4b;
  color: #fff;
  padding: 0.625rem 1.5rem;
}

@media screen and (max-width: 568px) {
  .p-interview__inner h2 {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }
}
.p-interview__inner .ttl {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  color: #243c4b;
}

@media screen and (max-width: 568px) {
  .p-interview__inner .ttl {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}
.p-interview__inner .text {
  font-size: 1.0625rem;
}

@media screen and (max-width: 568px) {
  .p-interview__inner .text {
    font-size: 0.9375rem;
  }
}
.p-interview__inner .period {
  text-align: right;
  padding-top: 2rem;
}

.p-interview__inner .text span {
  font-weight: bold;
  background-color: #d4e4f1;
}

.p-interview__inner .talk {
  width: 45%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-interview__inner .talk {
    width: 100%;
  }
}
.p-interview__inner .talk p {
  padding-top: 1.25rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 568px) {
  .p-interview__inner .talk p {
    padding-top: 1rem;
  }
}
.p-interview__inner figure img {
  width: 100%;
}

.p-interview__company {
  border: 1px solid #8d8d8d;
  padding: 2.5rem 4.1875rem 3.75rem;
}

@media screen and (max-width: 568px) {
  .p-interview__company {
    padding: 2.5rem 1.5rem 1.875rem;
  }
}
.p-interview__company .name {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  color: #e36413;
  font-weight: 500;
  font-size: 1.25rem;
}

@media screen and (max-width: 568px) {
  .p-interview__company .name {
    display: block;
  }
}
.p-interview__company figure {
  padding-right: 2.1875rem;
}

@media screen and (max-width: 568px) {
  .p-interview__company figure {
    padding-right: 0;
  }
}
.p-interview__company figure img {
  width: 100%;
}

.p-interview__company .text {
  padding: 0.625rem 0 1.875rem;
}

@media screen and (max-width: 568px) {
  .p-interview__company .text {
    padding: 1.375rem 0 1.875rem;
  }
}
.p-interview__company dl {
  display: flex;
  padding: 0.875rem;
  border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 568px) {
  .p-interview__company dl {
    padding: 0.625rem;
    font-size: 0.8125rem;
  }
}
.p-interview__company dl dd {
  width: 25%;
}

@media screen and (max-width: 568px) {
  .p-interview__company dl dd {
    width: 30%;
  }
}
.p-interview__company dl dt {
  width: 75%;
}

@media screen and (max-width: 568px) {
  .p-interview__company dl dt {
    width: 70%;
  }
}
.p-column__container {
  display: flex;
  padding: 5.625rem 0 6.875rem;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-column__container {
    padding: 5.625rem 0 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__container {
    display: block;
    padding: 2.5rem 0 3.75rem;
  }
}

.p-column__left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-column__left {
    width: 100%;
    padding-right: 0;
  }
}
.p-column__left article {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-column__left article {
    margin-bottom: 1.875rem;
  }
}

.p-column__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    display: block;
  }
}
.p-column__inner figure {
  width: 30%;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-column__inner figure {
    width: 100%;
    padding-bottom: 0.875rem;
  }
}

.p-column__text {
  width: 74%;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .p-column__text {
    width: 100%;
    padding-left: 0;
  }
}
.p-column__text h2 {
  color: #e36413;
  font-size: clamp(1rem, 0.797rem + 0.9vw, 1.375rem);
  line-height: 1.8;
  padding-bottom: 0.625rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-column__text h2 {
    padding-bottom: 0.5rem;
  }
}
.p-column__text p {
  color: #00100e;
}
@media screen and (max-width: 768px) {
  .p-column__text p {
    line-height: 1.8;
  }
}

.p-aside__right {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-aside__right {
    width: 100%;
    padding-top: 0.875rem;
  }
}

.p-aside__right h2 {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ced4dc;
  font-weight: 500;
}
.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: #e36413;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ced4dc;
}
.p-column__right li {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-column__right li {
    padding-top: 1rem;
  }
}

.p-column__recommend {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-column__recommend {
    margin-top: 1.875rem;
  }
}

.p-column__contents {
  max-width: 950px;
  padding: 2.0625rem 0 9.375rem;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-column__contents {
    padding: 0.625rem 0;
  }
}

.p-article__inner {
  font-size: clamp(0.938rem, 0.87rem + 0.3vw, 1.063rem);
}

.ttl h1 {
  color: #e36413;
  font-size: clamp(1.375rem, 0.968rem + 1.81vw, 2.125rem);
  line-height: 1.7;
  padding-bottom: 1.875rem;
  font-weight: 400;
  text-shadow: none;
}
@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-bottom: 1.25rem;
  }
}
.ttl .ttl figure img {
  width: 100%;
}

/*
  コラム記事 目次
*/
.table {
  background-color: #f7f7f7;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .table {
    padding: 1.25rem 1.125rem;
  }
}
.table p {
  color: #e36413;
  font-weight: 500;
  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);
  color: #222;
  font-weight: 500;
}
.table li a:hover {
  text-decoration: underline;
}

/*
  コラム記事 本文
*/
.contents {
  padding-bottom: 6.25rem;
  border-bottom: 3px solid #e36413;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-bottom: 1.875rem;
  }
}
.contents .column {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contents .column {
    padding-top: 2.5rem;
  }
}
.contents h2 {
  color: #222;
  font-size: clamp(1.25rem, 0.911rem + 1.51vw, 1.875rem);
  padding-bottom: 1.75rem;
  margin-bottom: 2.8125rem;
  border-bottom: 3px solid #e36413;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents h2 {
    padding-bottom: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.contents h3 {
  color: #222;
  border-left: solid 4px #e36413;
  font-weight: 500;
  font-size: clamp(1.063rem, 0.825rem + 1.05vw, 1.5rem);
  padding-left: 24px;
  margin-bottom: 1.625rem;
  margin-top: 3.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contents h3 {
    margin-top: 1.875rem;
    margin-bottom: 1rem;
    padding-left: 12px;
  }
}
.contents p {
  line-height: 2.2;
}
.contents ul {
  padding: 1.625rem 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents ul {
    padding: 1.25rem 0;
  }
}
.contents li {
  display: flex;
  align-items: baseline;
}
.contents ul li span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: inline-block;
  margin-right: 1.25rem;
  margin-bottom: 1px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contents ul li span {
    margin-right: 0.625rem;
  }
}
.contents ol {
  padding: 1.625rem 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents ol {
    padding: 1.25rem 0;
  }
}
.contents a {
  font-weight: 500;
  color: #e36413;
  text-decoration: underline;
}
.contents p span {
  font-weight: 700;
}
.contents .images figure img {
  width: 100%;
}
.contents .iso-tbl-01 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  /* min-width: 500px; */
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-01 {
    margin: 1.375rem 0;
    line-height: 1.5;
  }
}
.contents .iso-tbl-01 th {
  width: 20%;
  background: #f7f7f7;
  border: 1px solid #bab9b9;
  padding: 14px 0;
}
.contents .iso-tbl-01 td {
  width: 20%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-01 td {
    padding: 10px 0;
  }
}
.contents .iso-tbl-02 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-02 {
    margin: 1.375rem 0;
  }
}
.contents .iso-tbl-02 .ttl {
  background: #f7f7f7;
}
.contents .iso-tbl-02 .ttl .detail {
  text-align: center;
}
.contents .iso-tbl-02 .purpose {
  width: 30%;
  border: 1px solid #bab9b9;
  padding: 14px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-02 .purpose {
    padding: 10px 0;
  }
}
.contents .iso-tbl-02 .detail {
  width: 70%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-02 .detail {
    padding: 10px 10px;
    line-height: 1.8;
  }
}
.contents .iso-tbl-03 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-03 {
    margin: 1.375rem 0;
  }
}
.contents .iso-tbl-03 th {
  width: 50%;
  background: #f7f7f7;
  border: 1px solid #bab9b9;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-03 th {
    padding: 10px 0;
  }
}
.contents .iso-tbl-03 td {
  width: 50%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .contents .iso-tbl-03 td {
    padding: 10px 5px;
    line-height: 1.8;
  }
}

.contents .iot-tbl-01 {
  border: 2px solid #bab9b9;
  width: 100%;
  /* margin: 2.5rem 0; */
  margin: 20px 0;
  /* min-width: 500px; */
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .contents .iot-tbl-01 {
    margin: 1.375rem 0;
  }
}
.contents .iot-tbl-01 .ttl {
  background: #f7f7f7;
}

.contents .iot-tbl-01 .ttl .detail {
  text-align: center;
}

.contents .iot-tbl-01 .purpose {
  width: 30%;
  border: 1px solid #bab9b9;
  background: #f4f8f9;
  padding: 14px 0;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contents .iot-tbl-01 .purpose {
    padding: 10px 0;
  }
}
.contents .iot-tbl-01 .detail {
  width: 70%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 60px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contents .iot-tbl-01 .detail {
    padding: 10px 10px;
    line-height: 1.8;
  }
}
.contents .maintenance-tbl-01 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  /* min-width: 500px; */
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .contents .maintenance-tbl-01 {
    margin: 1.375rem 0;
    line-height: 1.5;
  }
}
.contents .maintenance-tbl-01 th {
  width: 20%;
  background: #f4f8f9;
  border: 1px solid #bab9b9;
  padding: 14px 0;
}

.contents .maintenance-tbl-01 td {
  width: 20%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 10px;
}

@media screen and (max-width: 768px) {
  .contents .maintenance-tbl-01 td {
    padding: 10px 0;
  }
}
.contents .maintenance-tbl-01 .kinds {
  width: 15%;
}

.contents .maintenance-tbl-02 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  /* min-width: 500px; */
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .contents .maintenance-tbl-02 {
    margin: 1.375rem 0;
  }
}
.contents .maintenance-tbl-02 .ttl {
  background: #f4f8f9;
}

.contents .maintenance-tbl-02 .ttl .detail {
  text-align: center;
}

.contents .maintenance-tbl-02 .purpose {
  width: 50%;
  border: 1px solid #bab9b9;
  padding: 14px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents .maintenance-tbl-02 .purpose {
    padding: 10px 0;
  }
}
.contents .maintenance-tbl-02 .detail {
  width: 50%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents .maintenance-tbl-02 .detail {
    padding: 10px 10px;
    line-height: 1.8;
  }
}
.contents .iso-tbl-02 {
  border: 2px solid #bab9b9;
  width: 100%;
  margin: 2.5rem 0;
  /* min-width: 500px; */
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .contents .iso-tbl-02 {
    margin: 1.375rem 0;
  }
}
.contents .iso-tbl-02 .ttl {
  background: #f7f7f7;
}

.contents .iso-tbl-02 .ttl .detail {
  text-align: center;
}

.contents .iso-tbl-02 .purpose {
  width: 30%;
  border: 1px solid #bab9b9;
  padding: 14px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents .iso-tbl-02 .purpose {
    padding: 10px 0;
  }
}
.contents .iso-tbl-02 .detail {
  width: 70%;
  border: 1px solid #bab9b9;
  text-align: center;
  padding: 14px 60px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contents .iso-tbl-02 .detail {
    padding: 10px 10px;
    line-height: 1.8;
  }
}
.p-column__btn {
  padding-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-column__btn {
    padding-top: 1.875rem;
    margin-bottom: 2.5rem;
  }
}
.contents .btn {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents .btn {
    padding-top: 16px;
  }
}
.contents .btn a {
  color: #fff;
  text-decoration: none;
  background-color: #243c4b;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.pt-20 {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .pt-20 {
    padding-top: 10px;
  }
}
.pt-36 {
  padding-top: 36px;
}

@media screen and (max-width: 768px) {
  .pt-36 {
    padding-top: 20px;
  }
}
.pt-70 {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .pt-70 {
    padding-top: 50px;
  }
}
.p-useful {
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-useful {
    padding-bottom: 3.75rem;
  }
}

.p-useful__type {
  display: flex;
  margin-bottom: 4.375rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .p-useful__type {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-useful__type {
    margin-bottom: 1.875rem;
  }
}
.p-useful__type p {
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  margin-right: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .p-useful__type p {
    text-align: center;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-useful__type p {
    margin-bottom: 0.625rem;
  }
}
.p-useful__type ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.875rem 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-useful__type ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0.3125rem;
  }
}
.p-useful__type li {
  line-height: 1.5;
  font-size: clamp(0.813rem, 0.711rem + 0.45vw, 1rem);
  font-weight: 500;
  background: #f8f8f8;
  border-radius: 30px;
  text-align: center;
  padding: 0.625rem 1.875rem;
}

.tab.active {
  background-color: #00100e;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.p-useful__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.75rem 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-useful__contents {
    grid-template-columns: 1fr;
    gap: 1.875rem 0rem;
  }
}

.p-useful__box {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.p-useful__box .category {
  color: #243c4b;
  border: 1.5px solid #243c4b;
  padding: 0.125rem 0;
  text-align: center;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-useful__box .category {
    padding: 0rem 0;
  }
}
.p-useful__box .inner {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 0.3125rem 1.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-useful__box .inner {
    padding: 0.3125rem 1.25rem 1.25rem;
  }
}
.p-useful__box h3 {
  font-weight: 500;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  text-align: center;
  padding-top: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-useful__box h3 {
    padding-top: 0.625rem;
    line-height: 1.7;
  }
}
.p-useful__box span {
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 0.938rem);
  display: inline-block;
}
.p-useful__box .txt {
  text-align: left;
  padding-top: 0.75rem;
  font-size: clamp(0.813rem, 0.711rem + 0.45vw, 1rem);
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-useful__box .txt {
    padding-top: 0.3125rem;
    line-height: 1.8;
  }
}
.p-useful__box .btn {
  margin-top: auto;
}

.p-contact {
  border-bottom: 2px solid #f8f8f8;
}

.p-contact__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  padding-top: 0rem;
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    display: block;
  }
}

.p-contact__txt {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__txt {
    padding-top: 16px;
  }
}
.p-contact__txt .ttl {
  color: #243c4b;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .ttl {
    text-align: center;
  }
}
.p-contact__txt .ttl span {
  color: #e36413;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
}
.p-contact__txt figure {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact__txt figure {
    padding: 1rem 0 0.625rem;
    width: 70%;
    margin: auto;
  }
}
.p-contact__txt .point li {
  padding-bottom: 0.3125rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .point li {
    padding-bottom: 0.125rem;
  }
}
.p-contact__txt .point li > img {
  width: 26px;
  display: inline-block;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .point li > img {
    width: 20px;
    margin-right: 0.5rem;
  }
}
.p-contact__txt .box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 1.25rem 2.6875rem;
  margin: 1.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact__txt .box {
    padding: 0.875rem 1.75rem;
    margin: 1rem 0;
  }
}
.p-contact__txt .box p {
  font-weight: 700;
}
.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: #e36413;
  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: -35px;
}
@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: #e36413;
  font-weight: 500;
  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: #343434;
}
.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: #e36413;
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box .ttl {
    text-align: center;
  }
}
.p-contact__thanks .box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box ul {
    padding-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.5rem 0rem;
  }
}
.p-contact__thanks .box .name {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 700;
  padding-top: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks .box .name {
    padding-top: 0.625rem;
  }
}

.p-download__thanks {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-download__thanks {
    padding-top: 1.25rem;
  }
}
.p-download__thanks .tel {
  display: inline-block;
  text-decoration: underline;
}
.p-download__thanks .txt {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  padding: 3.125rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .txt {
    line-height: 1.7;
    padding: 1.875rem 0 1.25rem;
  }
}
.p-download__thanks .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .box {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.p-download__thanks figure img {
  width: 100%;
}
.p-download__thanks .item {
  border-radius: 10px;
  padding: 1.875rem 1.25rem 2.5rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  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: #343434;
  font-weight: 400;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  line-height: 1.5;
}
.p-download__thanks figure {
  width: 90%;
  margin: auto;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks figure {
    width: 70%;
    padding-top: 0.875rem;
    padding-bottom: 0.625rem;
  }
}
.p-download__thanks .text-back {
  display: inline-block;
  text-decoration: underline;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-download__thanks .text-back {
    padding-top: 1.25rem;
  }
}
.p-download__thanks .text-back a {
  color: #00100e;
}
.p-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: #243c4b;
  display: inline-block;
  padding: 0.75rem;
  font-size: 1rem;
  width: 100%;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
}
@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: #343434;
}/*# sourceMappingURL=common.css.map */