@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: #f9f9f9;
}

.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: #222222;
  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: 7.5rem;
}

.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: 3.125rem;
  }
  .l-spacer.-ptMedium {
    padding-top: 1.875rem;
  }
  .l-spacer.-pbLarge {
    padding-bottom: 3.75rem;
  }
  .l-spacer.-pbMedium {
    padding-bottom: 1.625rem;
  }
  .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: 1050px;
  margin: 0 auto;
  width: 90%;
}

.l-container.-Small {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-container.-Small {
    width: 90%;
  }
}

.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.-white {
  text-align: center;
}

.c-button.-white a {
  color: #222222;
  background: #fff;
  background-image: url(../image/common/icon-next-black.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .c-button.-white a {
    width: 100%;
    padding: 1.25rem 0rem;
  }
}

.c-button.-black {
  text-align: center;
}

.c-button.-black a {
  color: #fff;
  background: #313131;
  background-image: url(../image/common/icon-next-white.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.-black a {
    line-height: 1.6;
    padding: 0.875rem 0rem;
  }
}

.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: #222222;
}
@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.-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: #003567;
  background-image: url(../image/common/icon-next-white.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border: 2px solid #003567;
  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: #313131;
  background-image: url(../image/contact/icon-back.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  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 h2 {
  position: relative;
  font-size: clamp(1.5rem, 1.207rem + 1.3vw, 2.25rem);
  text-align: center;
  line-height: 1.7;
  padding-bottom: 1.25rem;
  margin-bottom: 3.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading.-primary h2 {
    padding-bottom: 1rem;
    margin-bottom: 1.375rem;
    line-height: 1.7;
  }
}
.c-heading.-primary h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
  background: #003567;
}
@media screen and (max-width: 768px) {
  .c-heading.-primary h2::before {
    width: 55px;
    height: 3px;
  }
}

.c-cta {
  background: #003567;
  padding: 3.75rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 2.1875rem 0 2.1875rem;
  }
}
.c-cta p {
  color: #fff;
  text-align: center;
  font-size: clamp(1.313rem, 0.94rem + 1.66vw, 2rem);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-cta p {
    line-height: 1.7;
    margin-bottom: 1.125rem;
  }
}
.c-cta .button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta .button {
    display: block;
  }
}
.c-cta small {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-cta small {
    font-size: 12px;
  }
}

.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;
  }
}
.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;
  border: 2px solid #fff;
  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) {
  .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: 90%;
  justify-content: space-between;
  max-width: 1025px;
  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: middle;
}
@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: #222222;
  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: #003567;
}

.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 #003567;
  border-right: 3px solid #003567;
  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: #f8f8f8;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  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: #003567;
  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: #003567;
}
@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: #222222;
  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: #454545;
  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: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 60%, rgb(221, 239, 255) 100%);
  padding: 8.125rem 0 9.375rem;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-hero {
    padding: 2.125rem 0 2.5rem;
  }
}

.p-hero__body {
  max-width: 1025px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-hero__body {
    display: block;
  }
}

.p-hero__copy .ttl {
  color: #003567;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.239rem + 2.83vw, 3.5rem);
  letter-spacing: -0.04em;
  padding: 0.9375rem 0 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .ttl {
    text-align: center;
    line-height: 1.5;
    padding: 0.625rem 0 0.9375rem;
  }
}
.p-hero__copy .text {
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-hero__copy .text {
    line-height: 2;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.p-hero__image {
  margin-left: 5.5rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-hero__image {
    width: 65%;
    margin: auto;
  }
}

.p-about .box {
  background: #f4f9fd;
  margin-top: 2.75rem;
  padding: 2.8125rem 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-about .box {
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
}
.p-about .box h3 {
  text-align: center;
  color: #003567;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.047rem + 0.9vw, 1.625rem);
}
.p-about .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-about .inner {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 0.875rem;
  }
}
.p-about .item figure {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-about .item figure {
    width: 30%;
  }
}
.p-about .item p {
  padding-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .item p {
    padding-top: 0.625rem;
  }
}

.p-feature dl {
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-feature dl {
    padding-bottom: 1.375rem;
  }
}
.p-feature dt {
  font-weight: 500;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-feature dt {
    line-height: 1.8;
  }
}
.p-feature dd {
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-feature dd {
    padding-top: 0.3125rem;
  }
}
.p-feature dd figure {
  padding-top: 1.625rem;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-feature dd figure {
    padding-top: 1rem;
    width: 100%;
  }
}
.p-feature .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #003567;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-feature .circle {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}

.p-function dl {
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-function dl {
    padding-bottom: 1.375rem;
  }
}
.p-function dt {
  font-weight: 500;
  font-size: clamp(1.063rem, 0.893rem + 0.75vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-function dt {
    line-height: 1.8;
  }
}
.p-function dd {
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-function dd {
    padding-top: 0.3125rem;
  }
}
.p-function dd figure {
  padding-top: 1.625rem;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-function dd figure {
    padding-top: 1rem;
    width: 100%;
  }
}
.p-function .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #003567;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-function .circle {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}

.p-case p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-case p {
    text-align: left;
  }
}
.p-case .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-case .tbl {
    margin-top: 1.25rem;
  }
}
.p-case .tbl .ttl {
  background: #ffeaf0;
}
.p-case .tbl .detail {
  text-align: center;
}
.p-case .tbl .purpose {
  width: 30%;
  border: 1px solid #cdcdcd;
  padding: 1.25rem 3.75rem;
  background: #edf5fc;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-case .tbl .purpose {
    padding: 0.625rem 0.625rem;
    width: 45%;
  }
}
.p-case .tbl .detail {
  width: 70%;
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: 1.25rem 3.75rem;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-case .tbl .detail {
    width: 55%;
    padding: 0.625rem 0.625rem;
    line-height: 1.8;
  }
}/*# sourceMappingURL=common.css.map */