@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 700;
  letter-spacing: 1px;
  color: #212121;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  z-index: 100;
  font-size: clamp(0.813rem, 0.782rem + 0.13vw, 0.938rem);
}

.wrap-s, .wrap, .wrap-l {
  width: calc(100% - 60px);
  margin-inline: auto;
}

.wrap-s {
  max-width: 1000px;
}

.wrap {
  max-width: 1200px;
}

.wrap-l {
  max-width: 1500px;
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.site-header {
  position: relative;
  background: #10488D;
}
.site-header__container {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo img {
  width: 140px;
}
.site-header__entry-btn a {
  display: inline-block;
  padding: 15px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}

/*
main
================================*/
@media screen and (min-width: 768px) {
  .site-main .kv__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .site-main .kv__column__img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .site-main .kv__column__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  }
}
.site-main .kv__column__info .kv__slogan {
  text-align: center;
  margin: clamp(2.188rem, 1.657rem + 2.27vw, 4.375rem) 0;
}
@media screen and (min-width: 768px) {
  .site-main .kv__column__info .kv__slogan {
    margin: 0;
  }
}
.site-main .kv__column__info .kv__slogan img {
  width: 100%;
  max-width: clamp(15.625rem, 14.108rem + 6.47vw, 21.875rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-main .kv__column__info .kv__btn {
    margin-top: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
  }
}
.site-main .kv__column__info .kv__btn a {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 2px solid #10488D;
  text-align: center;
  padding: 15px 0;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  color: #10488D;
}
@media screen and (min-width: 768px) {
  .site-main .kv__column__info .kv__btn a {
    padding: 20px 0;
    border: 3px solid #10488D;
  }
}
.site-main .solution {
  background: #F7F7F7;
}
.site-main .solution__column {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .solution__column:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../image/solution-arrow-pt.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 22.4px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column:before {
    background-image: url("../../image/solution-arrow-lt.svg");
    width: 24px;
    height: 22.4px;
  }
}
.site-main .solution__column__block {
  max-width: 554px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column__block {
    width: calc(50% - 50px);
    margin-right: 100px;
  }
}
.site-main .solution__column__block:nth-child(2) {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column__block:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
  }
}
.site-main .solution__column__block .title {
  text-align: center;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .site-main .solution__column__block .title {
    padding: 20px 0;
  }
}
.site-main .solution__column__block ul {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column__block ul {
    padding: 30px;
  }
}
.site-main .solution__column__block ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column__block ul li {
    font-size: 16px;
    padding-left: 35px;
  }
}
.site-main .solution__column__block ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.site-main .solution__column__block ul li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main .solution__column__block ul li:not(:first-child) {
    margin-top: 25px;
  }
}
.site-main .solution__column .problem__title {
  background: #212121;
  color: #fff;
}
.site-main .solution__column .problem__list-item:before {
  background-image: url("../../image/check-problem.svg");
}
.site-main .solution__column .solution__title {
  background: #10488D;
  color: #fff;
}
.site-main .solution__column .solution__list-item:before {
  background-image: url("../../image/check-solution.svg");
}
.site-main .feature__list-item:not(:first-child) {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item:nth-child(odd) .feature__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item:nth-child(odd) .feature__info {
    margin-right: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item:nth-child(even) .feature__info {
    margin-left: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item .feature__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item .feature__column .feature__img {
    width: 50%;
  }
}
.site-main .feature__list-item .feature__column .feature__info {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item .feature__column .feature__info {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
}
.site-main .feature__list-item .feature__column .feature__info__num {
  color: #10488D;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  letter-spacing: 0;
  font-weight: 900;
}
.site-main .feature__list-item .feature__column .feature__info__title {
  margin-top: 15px;
  font-weight: 900;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item .feature__column .feature__info__title {
    margin-top: 25px;
  }
}
.site-main .feature__list-item .feature__column .feature__info__desc {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main .feature__list-item .feature__column .feature__info__desc {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main .flow__list-item {
  padding: 20px 0;
  border: 2px solid #10488D;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item {
    padding: 30px 0;
    border: 3px solid #10488D;
    width: calc(33.3% - 33.3px);
    margin-top: 0;
    margin-right: 50px;
  }
}
.site-main .flow__list-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main .flow__list-item .step {
  position: relative;
  width: 60px;
  height: 60px;
  background: #10488D;
  border-radius: 100vh;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item .step {
    width: 80px;
    height: 80px;
  }
}
.site-main .flow__list-item .step__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0;
}
.site-main .flow__list-item .step__info p {
  text-align: center;
}
.site-main .flow__list-item .step__num {
  margin-top: 3px;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item .step__num {
    margin-top: 5px;
  }
}
.site-main .flow__list-item__title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item__title {
    margin-top: 20px;
  }
}
.site-main .flow__list-item__img {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item__img {
    margin-top: 25px;
  }
}
.site-main .flow__list-item__desc {
  padding: 15px 20px 0;
}
@media screen and (min-width: 1024px) {
  .site-main .flow__list-item__desc {
    padding: 20px 30px 0;
  }
}
.site-main .curriculum {
  background: #e7ecf3;
}
.site-main .curriculum__title {
  color: #10488D;
}
.site-main .curriculum__block__title {
  padding: 15px;
  text-align: center;
  background: #10488D;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .site-main .curriculum__block__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.site-main .curriculum__block__list .item {
  border: 1px solid #aaa;
}
.site-main .curriculum__block__list .item:not(:first-child) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .site-main .curriculum__block__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .curriculum__block__list .item dt, .site-main .curriculum__block__list .item dd {
  line-height: 1.5em;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .site-main .curriculum__block__list .item dt, .site-main .curriculum__block__list .item dd {
    padding: 15px;
  }
}
.site-main .curriculum__block__list .item dt {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .site-main .curriculum__block__list .item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
  }
}
.site-main .curriculum__block__list .item dd {
  border-top: 1px solid #aaa;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .site-main .curriculum__block__list .item dd {
    border-top: none;
    border-left: 1px solid #aaa;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main .price {
  background: #f7f7f7;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .price .price-list .item {
  border-radius: 10px;
  border: 1px solid #212121;
  padding: 30px;
  background: #fff;
  color: #212121;
  margin-top: 25px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item {
    margin-top: 0;
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
.site-main .price .price-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.site-main .price .price-list .item .plan-name {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-main .price .price-list .item .plan-name__en {
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
  letter-spacing: 0;
  color: #10488D;
}
.site-main .price .price-list .item .plan-name__ja {
  margin-top: 5px;
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  line-height: 1.4em;
  font-weight: 900;
}
.site-main .price .price-list .item .price {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  font-weight: 900;
  color: #10488D;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item .price {
    margin-top: 25px;
  }
}
.site-main .price .price-list .item .price span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item .price span {
    font-size: 18px;
  }
}
.site-main .price .price-list .item .overview-list {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item .overview-list {
    margin-top: 40px;
  }
}
.site-main .price .price-list .item .overview-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item .overview-list__item {
    font-size: 14px;
  }
}
.site-main .price .price-list .item .overview-list__item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #aaa;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item .overview-list__item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.site-main .price .price-list .item .overview-list__item dt, .site-main .price .price-list .item .overview-list__item dd {
  line-height: 1.4em;
}
.site-main .price .price-list .item .overview-list__item dt {
  width: 100px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main .price .price-list .item .overview-list__item dt {
    margin-right: 25px;
  }
}
.site-main .price .price-list .item .overview-list__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-main .price__details {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .site-main .price__details {
    margin-top: -10px;
  }
}
.site-main .price__amount {
  font-size: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
  letter-spacing: 0;
}
.site-main .price__currency {
  font-size: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
  margin-left: 3px;
}
@media screen and (min-width: 1024px) {
  .site-main .price__currency {
    margin-left: 5px;
  }
}
.site-main .price__caution {
  margin-top: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
  padding: 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
  max-width: 650px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .site-main .price__caution {
    padding: 30px;
  }
}
.site-main .price__caution-title {
  text-align: center;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}
.site-main .price__caution-list {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main .price__caution-list {
    margin-top: 20px;
  }
}
.site-main .price__caution-list-item {
  position: relative;
  padding-left: 20px;
  line-height: 1.4em;
}
.site-main .price__caution-list-item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.site-main .price__caution-list-item:not(:first-child) {
  margin-top: 10px;
}
.site-main .entry {
  background: #10488D;
  color: #fff;
}
.site-main .entry__desc {
  margin-top: -5px;
}
.site-main .entry__desc p {
  text-align: center;
}
.site-main .entry__btn {
  margin-top: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}
.site-main .entry__btn a {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: center;
  padding: 15px 0;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  color: #fff;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-main .entry__btn a {
    padding: 20px 0;
    border: 3px solid #fff;
  }
}

/*
footer
================================*/
.site-footer {
  padding-bottom: 50px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .site-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__logo {
    width: auto;
  }
}
.site-footer__logo img {
  width: 140px;
}
.site-footer__info {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .site-footer__info {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-footer__menuList-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .site-footer__menuList-item:not(:first-child) {
    margin-top: 0;
    margin-left: clamp(1.563rem, 1.183rem + 1.62vw, 3.125rem);
  }
}
.site-footer__copyright {
  margin-top: 30px;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .site-footer__copyright {
    text-align: right;
  }
}

.site-footer-home {
  padding: 50px 0;
}

/*===============================
module
================================*/
/*
h-style
================================*/
.h-style1 {
  margin-top: -5px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4em;
  font-size: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  margin-bottom: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}

/*
p-style
================================*/
.p-style .title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  margin-bottom: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}
.p-style .block:not(:first-child) {
  margin-top: 40px;
}
.p-style .block__title {
  font-size: clamp(0.875rem, 0.792rem + 0.36vw, 1.125rem);
  line-height: 1.8em;
  padding-bottom: 5px;
  border-bottom: 1px solid #212121;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-style .block__title {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}
.p-style .block__desc {
  line-height: 1.8em;
}
.p-style .block__desc p:not(:first-child) {
  margin-top: 10px;
}
.p-style .block__list li {
  line-height: 1.8em;
  position: relative;
  padding-left: 20px;
}
.p-style .block__list li:not(:first-child) {
  margin-top: 10px;
}
.p-style .block__list li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-style .block ol li:nth-child(1):before {
  content: "1.";
}
.p-style .block ol li:nth-child(2):before {
  content: "2.";
}
.p-style .block ol li:nth-child(3):before {
  content: "3.";
}
.p-style .block ol li:nth-child(4):before {
  content: "4.";
}
.p-style .block ol li:nth-child(5):before {
  content: "5.";
}
.p-style .block ol li:nth-child(6):before {
  content: "6.";
}
.p-style .block ol li:nth-child(7):before {
  content: "7.";
}
.p-style .block ol li:nth-child(8):before {
  content: "8.";
}
.p-style .block ul li:before {
  content: "・";
}

/*
news-style
================================*/
/*
space
================================*/
.pad-tb {
  padding: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 0;
}

.pad-t {
  padding-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}

.pad-b {
  padding-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
font
================================*/
.gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*
font-weight
================================*/
/*
color
================================*/
/*
paragraph
================================*/
.ps p {
  line-height: 1.8em;
}
.ps p:not(:first-child) {
  margin-top: 15px;
}