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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

a:hover {
  cursor: pointer;
}

/* layout START */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  height: 100%;
  overflow-y: scroll;
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #ffffff99;
}

input,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: 900;
  -webkit-appearance: none;
  appearance: none;
}

select,
option {
  font-weight: 900;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

.anchor {
  display: block;
  margin-top: -140px;
  padding-top: 140px;
}
.anchor--feature {
  margin-top: 0px;
  padding-top: 0px;
}

@media screen and (max-width: 970px) {
  .anchor {
    display: block;
    margin-top: -90px;
    padding-top: 90px;
  }
  .anchor--feature {
    margin-top: 50px;
    padding-top: 50px;
  }
}
/* layout END */
/* templates START */
.header {
  max-width: 1366px;
  margin: auto;
  position: relative;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
  box-sizing: border-box;
}
.header__logo {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__company-name {
  color: #0026ac;
  font-size: 8px;
  margin-top: 4px;
}
.header__nav-item {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
  margin-right: 40px;
  display: inline-block;
  padding-bottom: 3px;
}
.header__nav-item:last-child {
  margin-right: 0;
}
.header__nav-item:hover {
  color: #232324;
}
.header__nav-item.active {
  border-bottom: 2px solid #002ac0;
}
.header__link {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 258px;
}
.header__sp-view {
  display: none;
  position: absolute;
  right: 0;
}
.header__hamburger-menu {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  display: block;
  padding: 27px 20px 6px;
  background: #e6f3fc;
}
.header__hamburger-menu:hover {
  cursor: pointer;
}
.header__hamburger-border {
  width: 40px;
  height: 1px;
  background: #002ac0;
  border-radius: 1px;
  margin-bottom: 12px;
  transition: 0.3s;
}
.header__hamburger-border:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
  .header__nav {
    margin-right: 140px;
  }
  .header__nav-item {
    margin-right: 16px;
  }
}
@media screen and (max-width: 970px) {
  .header {
    height: 80px;
  }
  .header__logo-image {
    width: 54px;
  }
  .header__company-name {
    font-size: 5px;
  }
  .header__nav {
    display: none;
  }
  .header__link {
    display: none;
  }
  .header__sp-view {
    display: flex;
  }
}
.openHamburger .header__hamburger-border--first {
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.openHamburger .header__hamburger-border--third {
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
.openHamburger .header__hamburger-border--second {
  opacity: 0;
}
.openHamburger .header__hamburger-menu-menu {
  display: none;
}

.footer {
  padding: 27px 12px 32px;
  background-color: #fff;
}
.footer__links {
  display: flex;
  justify-content: center;
}
.footer__link {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #000;
  margin-right: 56px;
  text-decoration: underline;
}
.footer__link:last-child {
  margin-right: 0;
}
.footer__copyrights {
  margin-top: 24px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 12px;
    margin-right: 28px;
  }
}
.section-head {
  background-size: cover;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.section-head__icon {
  margin-bottom: 10px;
}
.section-head__head-title {
  margin-bottom: 20px;
  font-size: 14px;
  color: #747779;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.section-head__head-sub-title {
  color: #165e83;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.5;
}

.drawer-layer {
  display: block;
  overflow: hidden;
}

.drawer {
  position: fixed;
  width: 260px;
  height: 100vh;
  background: #e6f3fc;
  top: 0;
  box-shadow: -10px 0px 12px 0px #001d841a;
  right: -100%;
  z-index: 200;
  transition: 0.6s;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.drawer::-webkit-scrollbar {
  display: none;
}
.drawer__item {
  display: block;
  position: relative;
  padding: 24px 30px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #000;
  box-sizing: border-box;
  text-align: center;
}
.drawer__item.active {
  text-decoration: underline;
  text-decoration-color: #002ac0;
  text-decoration-thickness: 2px;
}
.drawer__closer {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  margin-right: 26px;
}
.drawer__closer .closer {
  padding: 0;
  height: 40px;
  width: 40px;
}

.drawer__filter {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 180;
  transition: 0.3s;
}

.is-fixed {
  height: 100%;
  overflow: hidden;
}

.slideDrawer {
  display: block;
  right: 0;
}

.showFilter {
  display: block;
}

/* templates END */
/* components START */
.section-title {
  padding: 16px 0;
  margin: 0 -15px;
  display: block;
  background-color: #165e83;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
}
.section-title__main {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.section-title__sub {
  margin-top: 15px;
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
}

.link-button {
  background: linear-gradient(90deg, #ff3d00 0%, #e20000 100%);
  position: relative;
  display: block;
  width: 100%;
  padding: 26px 24px;
  box-sizing: border-box;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 72px;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.96px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.link-button br {
  display: none;
}
.link-button:hover {
  opacity: 0.6;
}
.link-button--head {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16px 22px;
  min-width: none;
}

@media screen and (max-width: 767px) {
  .link-button {
    padding: 20px 16px;
    line-height: 1.25;
    font-size: 16px;
  }
  .link-button br {
    display: block;
  }
  .link-button:after {
    left: 16px;
    width: 18px;
    height: 18px;
  }
}
/* components END */
/* sections START */
.main-view-section {
  padding: 185px 24px 0;
  background: url(./image/main-view_mv_pc.png) no-repeat center center;
  background-size: 100% auto;
}
.main-view-section__sub-heading {
  padding-left: 80px;
  color: #e40303;
  font-family: Noto Sans JP;
  font-size: 32px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
.main-view-section__heading {
  padding-left: 80px;
  margin-top: 32px;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
}
.main-view-section__heading br:nth-of-type(1),
.main-view-section__heading br:nth-of-type(3) {
  display: none;
}
.main-view-section__link {
  padding-left: 80px;
  margin-top: 40px;
  max-width: 444px;
}
.main-view-section__carousels {
  margin-top: 56px;
  margin-left: -24px;
  margin-right: -24px;
}
.main-view-section__carousel {
  width: 95%;
  max-width: 200px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.textanimation {
  font-size: 32px;
  line-height: 32px;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.textanimation span {
  animation: showText 3s backwards;
  display: inline-block;
}

.textanimation > span {
  overflow: hidden;
}

.textanimation > span > span {
  animation: showTextFromBottom 0.3s backwards;
}

@media screen and (max-width: 970px) {
  .main-view-section {
    background: url(./image/main-view_mv_sp.png) no-repeat center center;
    background-size: 100% auto;
    padding: 159px 19px 0;
  }
  .main-view-section__sub-heading {
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .main-view-section__heading {
    margin-top: 8px;
    padding-left: 0;
    font-size: 32px;
    line-height: 48px;
  }
  .main-view-section__heading br:nth-of-type(1),
.main-view-section__heading br:nth-of-type(3) {
    display: block;
  }
  .main-view-section__link {
    margin-top: 32px;
    width: 100%;
    padding-left: 0;
  }
  .main-view-section__carousels {
    margin-top: 96px;
  }
}
@media screen and (max-width: 400px) {
  .main-view-section__carousel {
    max-width: 160px;
  }
}
.features-section__reason-link-section {
  padding: 148px 24px 158px;
  background: url(./image/reason_link_bg.png) no-repeat top center;
  background-size: 100% 100%;
}
.features-section__reason-link-title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}
.features-section__reason-link-title--blue {
  color: #0026ac;
}
.features-section__reason-link-title br:nth-of-type(1) {
  display: none;
}
.features-section__reason-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 82px 24px;
  max-width: 1200px;
  margin: 80px auto 0;
}
.features-section__reason-link {
  display: block;
  box-sizing: border-box;
  width: 568px;
  position: relative;
  background-color: #fff;
  padding: 40px 24px 60px;
  box-shadow: 5px 5px 20px 0px #0026ac1a;
  border-radius: 20px;
  transition: 0.3s ease;
}
.features-section__reason-link:hover {
  opacity: 0.6;
}
.features-section__reason-link-number {
  max-width: 79px;
  position: absolute;
  top: -49px;
  left: 22px;
}
.features-section__reason-link-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}
.features-section__reason-link-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}
.features-section__reason-link-body {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
}
.features-section__reason-link-body--first {
  margin-right: 32px;
}
.features-section__reason-link-body--third {
  margin-right: 24px;
}
.features-section__link {
  text-decoration: underline;
}
.features-section__reasons {
  padding: 85px 24px 76px;
}
.features-section__reason-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 104px;
  gap: 48px;
}
.features-section__reason-container--column {
  flex-direction: column;
  align-items: center;
}
.features-section__reason-container:nth-of-type(3) {
  flex-direction: row-reverse;
}
.features-section__reason-container:last-child {
  margin-bottom: 0;
}
.features-section__reason {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 544px;
}
.features-section__reason--center {
  align-items: center;
  max-width: 959px;
  margin-top: 0;
}
.features-section__reason-number {
  max-width: 78px;
}
.features-section__reason-title {
  margin-top: 32px;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.1em;
}
.features-section__reason-title--center {
  text-align: center;
}
.features-section__reason-description {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 32px auto 0;
}
.features-section__reason-description--small {
  font-size: 11px;
}
.features-section__reason-ilustration-title {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.features-section__reason-ilustration-title--blue {
  color: #6381e8;
}
.features-section__reason-ilustration-title--pink {
  color: #ed82bc;
}
.features-section__reason-ilustration-title br {
  display: none;
}
.features-section__reason-graphs {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.features-section__reason-graph {
  margin-right: 24px;
}
.features-section__reason-graph:last-child {
  margin-right: 0;
}
.features-section__reason-graph--06 {
  width: 588px;
}
.features-section__reason-graph-supplement {
  margin-top: 16px;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.features-section__feature {
  background: url(./image/feature_bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 160px 24px 152px;
}
.features-section__feature-title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}
.features-section__feature-title--color {
  color: #0026ac;
}
.features-section__feature-items {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
.features-section__feature-item {
  max-width: 370px;
  margin-right: 24px;
}
.features-section__feature-item:last-child {
  margin-right: 0;
}
.features-section__feature-image {
  width: 100%;
}
.features-section__feature-item-title {
  margin-top: 24px;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-align: center;
}
.features-section__feature-item-description {
  margin-top: 24px;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .features-section__reason-link-section {
    padding: 47px 12px 66px;
    background: url(./image/reason_link_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .features-section__reason-link-title {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.1em;
  }
  .features-section__reason-link-title br:nth-of-type(1) {
    display: block;
  }
  .features-section__reason-link-title br:nth-of-type(2) {
    display: none;
  }
  .features-section__reason-link {
    box-sizing: border-box;
    width: 568px;
    position: relative;
    background-color: #fff;
    padding: 24px 12px 38px;
  }
  .features-section__reason-link-number {
    max-width: 47px;
    top: -30px;
    left: 13px;
  }
  .features-section__reason-link-icon {
    max-width: 58px;
    right: 16px;
  }
  .features-section__reason-link-arrow {
    max-width: 17px;
    bottom: 20px;
  }
  .features-section__reason-link-body {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  .features-section__reasons {
    padding: 40px 16px 60px;
  }
  .features-section__reason-container {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  }
  .features-section__reason-container:nth-of-type(3) {
    flex-direction: column;
  }
  .features-section__reason {
    align-items: center;
  }
  .features-section__reason-number {
    max-width: 40px;
  }
  .features-section__reason-title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
  }
  .features-section__reason-description {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    margin: 20px auto 0;
  }
  .features-section__reason-ilustration-title {
    font-size: 16px;
    line-height: 24px;
  }
  .features-section__reason-ilustration-title br {
    display: block;
  }
  .features-section__reason-graphs {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .features-section__reason-graph {
    width: 100%;
    margin-right: 24px;
  }
  .features-section__reason-graph:last-child {
    margin-right: 0;
  }
  .features-section__reason-graph-supplement {
    margin-top: 16px;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.04em;
  }
  .features-section__feature {
    background: url(./image/feature_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 79px 16px 80px;
  }
  .features-section__feature-title {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.1em;
    display: block;
  }
  .features-section__feature-items {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .features-section__feature-item {
    margin-right: 0;
    margin-top: 24px;
  }
  .features-section__feature-image {
    width: 100%;
  }
  .features-section__feature-item-title {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.1em;
  }
  .features-section__feature-item-description {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.case-study-section {
  background-color: #fff;
  padding: 96px 24px;
}
.case-study-section__title {
  margin-bottom: 32px;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
}
.case-study-section__title br {
  display: none;
}
.case-study-section__title--color {
  color: #002ac0;
}
.case-study-section__description {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 48px;
  line-height: 30px;
}
.case-study-section__items {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
.case-study-section__item {
  min-width: 568px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #00000033;
}
.case-study-section__item-title {
  padding: 16px 19px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}
.case-study-section__item-title--company {
  font-size: 18px;
}
.case-study-section__item-content {
  width: 100%;
  box-sizing: border-box;
  padding: 32px 24px;
}
.case-study-section__item-logo {
  padding: 11px 14px;
  display: block;
  margin: auto;
  margin-bottom: 32px;
}
.case-study-section__audio {
  display: block;
  width: 85%;
  margin: 16px auto 0;
}

@media screen and (max-width: 1438px) {
  .case-study-section__item {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .case-study-section__title-container {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
  .case-study-section__sub-title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
  }
  .case-study-section__title {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }
  .case-study-section__title-image {
    margin: 0px;
    height: 60px;
  }
  .case-study-section__description {
    text-align: left;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
  .case-study-section__description br {
    display: none;
  }
  .case-study-section__items {
    margin-top: 32px;
  }
  .case-study-section__item {
    width: 100%;
    min-width: auto;
    max-width: 456px;
  }
  .case-study-section__item-title {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.qa-section {
  padding: 104px 24px 120px;
  background: #fff;
}
.qa-section__title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 64px;
}
.qa-section__title--color {
  color: #002ac0;
}
.qa-section__item-container {
  margin: 27px auto 0;
  padding: 32px;
  background: #e6f3fc;
  max-width: 918px;
  border-radius: 20px;
}
.qa-section__item-container:first-of-type {
  margin-top: 0;
}
.qa-section__item-title {
  display: flex;
  color: #002ac0;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.qa-section__item-title::before {
  content: "";
  margin-right: 24px;
  display: inline-block;
  width: 33px;
  min-width: 33px;
  height: 35px;
  background-image: url(./image/icon_q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.qa-section__body {
  margin-top: 24px;
  padding: 24px 35px;
  background: #fff;
  border-radius: 20px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .qa-section {
    padding: 52px 16px 60px;
  }
  .qa-section__title-container {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
  .qa-section__sub-title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
  }
  .qa-section__title {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
  }
  .qa-section__title-image {
    margin: 0px;
    height: 60px;
  }
  .qa-section__item-container {
    margin-top: 24;
    padding: 24px;
  }
  .qa-section__item-title {
    font-size: 19px;
  }
  .qa-section__item-title::before {
    width: 26px;
    height: 28px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .qa-section__body {
    padding: 20px 28px;
    font-size: 16px;
  }
}
.price-section {
  padding: 100px 24px;
  background: url(./image/price-background-image.png) no-repeat top center;
  background-size: 100% 100%;
}
.price-section__title {
  color: #fff;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 32px;
}
.price-section__description {
  color: #fff;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 48px;
}
.price-section__prices {
  display: flex;
  align-items: stretch;
  max-width: 1160px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.price-section__price-detail {
  box-sizing: border-box;
  width: 100%;
  min-height: 188px;
  max-width: 580px;
  background: #edf0ff;
  padding: 23px 12px 23px;
  font-family: Noto Sans JP;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0em;
  text-align: center;
  color: #002ac0;
  border-radius: 20px 0 0 20px;
}
.price-section__price-detail--min {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1em;
}
.price-section__price-detail::before {
  content: "";
  margin-right: 17px;
  margin-top: -10px;
  display: inline-block;
  width: 23px;
  height: 39px;
  background-image: url(./image/radio_mic_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.price-section__price-content-container {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  min-height: 188px;
  border-radius: 0 20px 20px 0;
}
.price-section__price-content {
  margin-top: 16px;
  box-sizing: border-box;
  font-family: Noto Sans CJK JP;
  font-size: 20px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
}
.price-section__price-content--color-bold {
  font-family: Be Vietnam;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 72px;
  color: #002ac0;
}
.price-section__supplement {
  margin-top: 32px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .price-section {
    background-size: cover;
    padding: 60px 16px;
  }
  .price-section__title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .price-section__title br {
    display: block;
  }
  .price-section__description {
    font-size: 16px;
    line-height: 1.75em;
  }
  .price-section__description br:nth-of-type(2) {
    display: none;
  }
  .price-section__price-detail {
    font-size: 26px;
    border-radius: 0;
    padding-left: 28px;
  }
  .price-section__price-detail::before {
    margin-left: -28px;
    margin-right: 4px;
  }
  .price-section__price-detail br:nth-of-type(1) {
    display: block;
  }
  .price-section__price-content-container {
    border-radius: 0;
  }
  .price-section__price-content--color-bold {
    font-size: 56px;
  }
}
.about-us-section {
  background: #fff;
  padding: 152px 113px;
  display: flex;
  justify-content: center;
}
.about-us-section__title {
  font-family: Noto Sans JP;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}
.about-us-section__title--color {
  color: #002ac0;
}
.about-us-section__title--color br {
  display: none;
}
.about-us-section__description {
  margin-top: 24px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000;
}
.about-us-section__image {
  max-width: 412px;
  max-height: 366px;
}
.about-us-section__image--sp {
  margin-top: 32px;
  display: none;
  max-width: 294px;
}

@media screen and (max-width: 1000px) {
  .about-us-section {
    flex-direction: column;
    align-items: center;
    padding: 96px 16px 72px;
  }
  .about-us-section__title {
    font-size: 26px;
    line-height: 42px;
  }
  .about-us-section__title--color br {
    display: block;
  }
  .about-us-section__description {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .about-us-section__description br:nth-of-type(1), .about-us-section__description br:nth-of-type(3), .about-us-section__description br:nth-of-type(6), .about-us-section__description br:nth-of-type(7) {
    display: none;
  }
  .about-us-section__image {
    display: none;
  }
  .about-us-section__image--sp {
    display: block;
  }
}
.bottom-section {
  background: #f8f0f2;
  padding: 56px 24px;
}
.bottom-section__body {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.bottom-section__link {
  max-width: 444px;
  margin: 32px auto 0;
}

@media screen and (max-width: 767px) {
  .bottom-section {
    padding: 28px 16px;
  }
  .bottom-section__body {
    font-size: 12px;
    line-height: 19px;
    text-align: left;
  }
  .bottom-section__body br {
    display: none;
  }
}
/* sections END */
