@charset "UTF-8";
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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, 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;
  outline: 0;
  list-style-type: none;
  font-weight: inherit;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  background: transparent;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
}
html.overflow {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

body {
  background: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", "Albert Sans", sans-serif;
  color: #333;
  line-height: 1.6;
  outline: none;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  transition: 0.3s all linear;
  cursor: pointer;
}
a:hover {
  color: #333;
  text-decoration: none;
}

textarea:focus,
input:focus,
button:focus,
select:focus {
  outline: none;
}
textarea:focus::-ms-input-placeholder,
input:focus::-ms-input-placeholder,
button:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder { /* Edge 12-18 */
  color: #CCC;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
textarea:focus::placeholder,
input:focus::placeholder,
button:focus::placeholder,
select:focus::placeholder {
  color: #CCC;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}

select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

button {
  border: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

:not(output):-moz-ui-invalid {
  box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none;
}

output:-moz-ui-invalid {
  color: none;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

.text-small {
  font-size: 12px !important;
}

.text-lead {
  font-size: 22px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-italic,
.italic {
  font-style: italic !important;
}

.item-center {
  align-items: center !important;
}

.flex-start {
  justify-content: flex-start !important;
}

.flex-center {
  justify-content: center !important;
}

.txt-justify {
  text-align: justify !important;
}

.txt-lowercase {
  text-transform: lowercase !important;
}

.txt-uppercase {
  text-transform: uppercase !important;
}

.nopd {
  padding: 0 !important;
}

.nomg {
  margin: 0 !important;
}

.pc-only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pc-cell {
  display: table-cell !important;
}
@media (max-width: 768px) {
  .pc-cell {
    display: none !important;
  }
}

.sp-cell {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-cell {
    display: table-cell !important;
  }
}

.dl-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .dl-pc {
    display: none !important;
  }
}

.dl-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .dl-sp {
    display: block !important;
  }
}

.dl-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.container {
  max-width: 1060px;
  margin: auto;
}
@media (max-width: 1060px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.container-custom-790 {
  max-width: 790px !important;
}

input {
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  height: 48px;
  padding: 0 16px;
}
input.err {
  border: 1px solid #FC4D4D;
}

.txt-error {
  color: #EC0000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lh1 {
  line-height: 1 !important;
}

.lh150 {
  line-height: 150% !important;
}

.block-title {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%; /* 60.94px */
  letter-spacing: 0.66px;
  text-align: center;
}
.block-title.font-sm {
  font-size: 38px;
}
@media (max-width: 768px) {
  .block-title.font-sm {
    font-size: 26px;
  }
}

.title-detail {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  display: block;
  padding: 12px 0 25px 0;
  border-top: 3px solid #239DF5;
}
@media (max-width: 768px) {
  .title-detail {
    font-size: 16px;
    padding: 10px 0 12px;
    border-top: 2px solid #239DF5;
  }
}

em.keep-all {
  word-break: keep-all;
  font-style: normal;
}

.page-title {
  display: block;
  text-align: center;
  color: #239DF5;
}
.page-title span {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 18.56px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 4px;
  border-color: #239DF5;
  border-width: 2px 0 0 0;
  border-style: solid;
}
.page-title label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%;
  letter-spacing: 0.66px;
  display: block;
  padding-top: 19px;
}
.page-title.color-white {
  color: #fff;
}
.page-title.color-white span {
  border-color: #fff;
}
.page-title.color-blue {
  color: #239DF5;
}
.page-title.color-blue span {
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .page-title span {
    font-size: 14px;
    padding: 10px 3px;
  }
  .page-title label {
    font-size: 32px;
    padding-top: 5px;
  }
}

.sub-title {
  text-align: center;
  padding-bottom: 35px;
}
.sub-title label {
  position: relative;
  color: #239DF5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%; /* 44.32px */
  letter-spacing: 0.48px;
  padding: 0 30px;
  display: inline-block;
}
.sub-title label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  bottom: 0;
  border: 2px solid #239DF5;
  border-left-color: transparent;
}
.sub-title label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  bottom: 0;
  border: 2px solid #239DF5;
  border-right-color: transparent;
}
@media (max-width: 768px) {
  .sub-title {
    padding-bottom: 15px;
  }
  .sub-title label {
    padding: 0 18px;
    font-size: 24px;
    letter-spacing: 0.36px;
  }
  .sub-title label:before, .sub-title label:after {
    width: 8px;
  }
}

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 16px 0 73px;
}
.title label {
  color: #239DF5;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.title p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  position: relative;
  z-index: 2;
}
.title .text-security {
  display: inline-block;
  position: relative;
}
.title .text-security:before {
  content: "";
  background: url("../images/icons/bg-security.svg") left no-repeat;
  background-size: 100%;
  width: 764px;
  height: 186px;
  right: -100px;
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: 36px;
  transform: translate(0%, -50%);
}
.title .text-support {
  display: inline-block;
  position: relative;
}
.title .text-support:before {
  content: "";
  background: url("../images/icons/bg-support.svg") right no-repeat;
  background-size: 100%;
  width: 707px;
  height: 186px;
  left: -50px;
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: 38px;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .title {
    padding: 0;
  }
  .title label {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .title p {
    font-size: 28px;
  }
  .title .text-security:before {
    width: 400px;
    height: 100px;
    margin-top: 23px;
    right: -75px;
  }
  .title .text-support:before {
    width: 388px;
    height: 100px;
    left: -70px;
    margin-top: 40px;
  }
}

.tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.tag label {
  margin: 3px 0;
  color: #239DF5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  border-radius: 5px;
  border: 1px solid #239DF5;
  display: inline-block;
  padding: 1px 7px;
  word-break: break-all;
}

.tag-white {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}
.tag-white label {
  margin: 3px 0;
  font-style: normal;
  border-radius: 19px;
  background: #FFF;
  display: inline-block;
  padding: 6px 15px 7px;
  color: #1489CE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tag-white {
    gap: 6px;
  }
  .tag-white label {
    padding: 5px 12px;
    font-size: 12px;
  }
}

.view-more {
  color: #626264;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  position: relative;
  padding: 0 52px 0 0;
  display: inline-block;
}
.view-more:after {
  content: "";
  background: url("../images/icons/ico-viewmore.svg") center no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .view-more {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
  .view-more:after {
    width: 20px;
    height: 20px;
    background: url("../images/icons/ico-viewmore-sp.svg") center no-repeat;
  }
}
.view-more.color-blue {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 38px 5px 0;
}
.view-more.color-blue:after {
  background: url("../images/icons/ico-viewmore-blue.svg") center no-repeat;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .view-more.color-blue {
    font-size: 12px;
    padding: 0 30px 0 0;
  }
  .view-more.color-blue:after {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

.i-icon {
  display: inline-block;
}
.i-icon.i-link {
  background: url("../images/icons/ico-link.svg") center no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}
@media (max-width: 768px) {
  .i-icon.i-link {
    width: 14px;
    height: 14px;
  }
}
.i-icon.i-info {
  background: url("../images/icons/ico-info.svg") center no-repeat;
  width: 32px;
  height: 32px;
}
.i-icon.i-mail {
  background: url("../images/icons/ico-mail.svg") center no-repeat;
  width: 20px;
  height: 16px;
}
.i-icon.i-flag {
  background: url("../images/icons/ico-flag.svg") center no-repeat;
  width: 86px;
  height: 30px;
}
@media (max-width: 768px) {
  .i-icon.i-flag {
    width: 60px;
    height: 21px;
    background-size: 100%;
    background: url("../images/icons/ico-flag-sp.svg") center no-repeat;
  }
}

.form-control {
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 6px 14px;
  height: 50px;
  outline: none;
  font-family: "Noto Sans JP", "Albert Sans", sans-serif;
  color: #333;
  font-weight: 400;
}
.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #CCC;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
.form-control::placeholder {
  color: #CCC;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (max-width: 768px) {
  .form-control {
    height: 48px;
    border-radius: 5px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .form-control::placeholder {
    font-size: 14px;
  }
}

.textarea-control {
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 6px 14px;
  height: auto;
  outline: none;
  font-family: "Noto Sans JP", "Albert Sans", sans-serif;
  color: #333;
  font-weight: 400;
}

.select-control {
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  width: 100%;
  height: 50px;
  padding: 5px 35px 5px 15px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/icons/ico-select.svg") calc(100% - 15px) no-repeat;
}

.form-group {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
}
.form-group .form-label {
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -0.24px;
  width: calc(30% - 20px);
  padding: 0;
}
.form-group .form-label.required:after {
  color: #EA0000;
  content: "※";
  display: inline;
  vertical-align: text-top;
  font-size: 11px;
  line-height: 1.4;
}
.form-group .form-input {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.form-group .form-input > .row-control {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .form-group {
    padding: 7px 0;
    flex-direction: column;
    ap: 5px;
  }
  .form-group .form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: -0.24px;
    width: calc(30% - 20px);
    padding: 15px 0;
  }
  .form-group .form-label.required:after {
    color: #EA0000;
    content: "※";
    display: inline;
    vertical-align: text-top;
    font-size: 11px;
    line-height: 1.4;
  }
  .form-group .form-input {
    gap: 6px;
  }
}
.form-group .form-note {
  color: #626264;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.grp-btn-colum {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-direction: column;
}

.grp-btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grp-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.grp-btn-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.grp-btn-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.btn.btn-blue {
  border-radius: 63px;
  background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
  height: 70px;
  box-shadow: 8px 12px 20px 0px rgba(4, 101, 191, 0.15);
  padding: 6px 51px 6px 72px;
  position: relative;
  min-width: 333px;
}
.btn.btn-blue span {
  padding: 10px 0;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 145.3%;
}
.btn.btn-blue:after {
  content: "";
  background: url("../images/icons/ico-right.svg") center no-repeat;
  background-size: cover;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn.btn-blue:before {
  content: "無料";
  position: absolute;
  height: 58px;
  width: 58px;
  top: 50%;
  transform: translate(0, -50%);
  left: 6px;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  color: #1489CE;
  background: #FEDB18;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .btn.btn-blue {
    min-width: 286px;
    height: 64px;
  }
  .btn.btn-blue span {
    font-size: 18px;
    padding: 12px 0;
  }
  .btn.btn-blue:before {
    font-size: 15.241px;
    height: 52px;
    width: 52px;
  }
}
.btn.btn-primary {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.3%;
  border-radius: 7px;
  background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
  padding: 12px 45px 12px 28px;
  position: relative;
}
.btn.btn-primary:after {
  content: "";
  background: url("../images/icons/ico-right.svg") center no-repeat;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn.btn-dark {
  border-radius: 63px;
  background: #757578;
  box-shadow: 10px 15px 27px 0px rgba(4, 101, 191, 0.15);
  padding: 20px 10px;
  height: 72px;
  width: 333px;
}
.btn.btn-dark span {
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.3%;
}
.btn.btn-dark span:after {
  content: "";
  background: url("../images/icons/ico-right2.svg") center no-repeat;
  background-size: cover;
  width: 13px;
  height: 16px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .btn.btn-dark {
    padding: 20px 10px;
    height: 64px;
    width: 90%;
    max-width: 286px;
    border-radius: 50px;
    box-shadow: 8px 12px 20px 0px rgba(4, 101, 191, 0.15);
  }
  .btn.btn-dark span {
    font-size: 18px;
    display: block;
  }
  .btn.btn-dark span:after {
    right: 18px;
    width: 10px;
    height: 10px;
  }
}
.btn.btn-default {
  border-radius: 63px;
  background: #0465BF;
  box-shadow: 6px 6px 18px 0px rgba(12, 87, 140, 0.2);
  width: 252px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-default span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.3%;
  position: relative;
}
.btn.btn-default span:after {
  content: "";
  background: url("../images/icons/ico-right2.svg") center no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .btn.btn-default {
    width: 246px;
    height: 54px;
    border-radius: 60px;
  }
  .btn.btn-default span {
    font-size: 16px;
  }
  .btn.btn-default span:after {
    width: 10px;
    height: 10px;
  }
}
.btn.btn-default:hover {
  opacity: 0.5;
}
.btn.btn-secondary {
  border-radius: 63px;
  background: #757578;
  box-shadow: 6px 6px 18px 0px rgba(12, 87, 140, 0.2);
  width: 252px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn.btn-secondary span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.3%;
}
.btn.btn-secondary:after {
  content: "";
  background: url("../images/icons/ico-right2.svg") center no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .btn.btn-secondary {
    width: 246px;
    height: 54px;
    border-radius: 60px;
  }
  .btn.btn-secondary span {
    font-size: 16px;
  }
  .btn.btn-secondary span:after {
    width: 10px;
    height: 10px;
  }
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  opacity: 0.5;
}
.btn.input-submit {
  border-radius: 63px;
  background: #0465BF url("../images/icons/ico-right2.svg") no-repeat;
  background-position-x: calc(100% - 25px);
  background-position-y: center;
  box-shadow: 6px 6px 18px 0px rgba(12, 87, 140, 0.2);
  width: 324px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.3%;
}
@media (max-width: 768px) {
  .btn.input-submit {
    width: 246px;
    height: 54px;
    border-radius: 40px;
    font-size: 16px;
  }
}
.btn.input-submit:hover, .btn.input-submit:focus {
  opacity: 0.5;
}
.btn.btn-link {
  color: #239DF5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}
.btn.btn-info-blue {
  border-radius: 8px;
  background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
  box-shadow: 8px 10px 20px 0px rgba(4, 101, 191, 0.06);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 162%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 40px;
}
.btn.btn-info-blue:after {
  content: "";
  background: url("../images/icons/ico-right.svg") center no-repeat;
  background-size: 100%;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .btn.btn-info-blue {
    font-size: 14px;
  }
  .btn.btn-info-blue:after {
    width: 7px;
    height: 10px;
  }
}
.btn:hover {
  opacity: 0.8;
}

.modal-edit-title input {
  width: 100%;
  margin-bottom: 16px;
}

.form-switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.form-switch .form-check-input {
  width: 56px;
  height: 32px;
  vertical-align: top;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/ico-checked.svg);
  background-repeat: no-repeat;
  background-color: #CCCCCC;
  background-position: left center;
  border-radius: 97.74px;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url(../images/icons/ico-checked.svg);
  background-color: #239DF5;
  border-color: #239DF5;
}
.form-switch .form-check-label {
  color: #3A3A3A;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}

.form-checkbox {
  display: block;
  line-height: 1;
}
.form-checkbox .input-checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-checkbox .label-checkbox {
  position: relative;
}
.form-checkbox .label-checkbox:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #626264;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -3px;
  left: 0px;
}
.form-checkbox .input-checkbox:checked + .label-checkbox {
  color: #239DF5;
}
.form-checkbox .input-checkbox:checked + .label-checkbox:before {
  content: "";
  border: 2px solid #239DF5;
  background: #239DF5;
}
.form-checkbox .input-checkbox:checked + .label-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: -3px;
  bottom: 0;
  margin: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
}
.pagination li .page-link {
  width: 40px;
  height: 40px;
}
.pagination li.prev a {
  background: url("../images/icons/ico-prev.svg") center no-repeat;
}
.pagination li.next a {
  background: url("../images/icons/ico-next.svg") center no-repeat;
}
.pagination li.active a, .pagination li:hover a {
  background: #F4FAFF;
  color: #239DF5;
}
.pagination li a {
  border-radius: 8px;
  color: #626264;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination {
    gap: 4px;
  }
  .pagination li .page-link {
    width: 32px;
    height: 32px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms linear;
  display: none;
}
.modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
.modal__content {
  transition: all 300ms ease-in-out;
  width: 560px;
  margin: auto;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .modal__content {
    width: calc(100% - 32px);
  }
}
.modal__content p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.modal__content .modal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__content .modal__footer .btn {
  cursor: pointer;
}
.modal__content .modal__footer .btn + .btn {
  margin-left: 20px;
}
.modal--active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #333;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease-in;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  height: 48px;
  padding: 0 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.select-styled:after {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff url("../images/icons/ico-select.svg") center center no-repeat;
  position: absolute;
  top: 13px;
  right: 10px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 50%;
  left: 0;
  z-index: 999;
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 0;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #333;
  background: #F4FAFF;
}

.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 15px 15px 25px 0px rgba(0, 0, 0, 0.08);
  top: 50%;
  margin-top: -37px;
  z-index: 2;
}
.slider .slick-arrow.slick-prev {
  left: 0px;
  background: url("../images/icons/ico-prevs.svg") center no-repeat;
  background-size: 100%;
}
.slider .slick-arrow.slick-next {
  right: 0px;
  background: url("../images/icons/ico-next.svg") center no-repeat;
  background-size: 100%;
}
.slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.slider .slick-dots li button {
  font-size: 0;
  border-radius: 27px;
  background: #CFEEFF;
  width: 45px;
  height: 7px;
}
.slider .slick-dots li.slick-active button {
  background: #239DF5;
}
@media (max-width: 768px) {
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -70px;
  }
  .slider .slick-arrow.slick-prev {
    left: 25px;
  }
  .slider .slick-arrow.slick-next {
    right: 25px;
  }
  .slider .slick-dots {
    bottom: -38px;
  }
  .slider .slick-dots li button {
    width: 38px;
    height: 5px;
  }
  .slider p > img {
    margin: auto;
    width: 26px;
    height: 26px;
  }
}

.accordion-faq .accordion {
  margin-bottom: 25px;
}
.accordion-faq .accordion .accordion-header {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 8px 10px 20px 0px rgba(4, 101, 191, 0.06);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  display: block;
  padding: 25px 65px 25px 57px;
  width: 100%;
}
.accordion-faq .accordion .accordion-header:before {
  content: "Q";
  position: absolute;
  color: #239DF5;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: 0.23px;
  text-transform: uppercase;
  left: 25px;
}
.accordion-faq .accordion .accordion-header:after {
  content: "";
  background: url("../images/icons/ico-minus.svg") center no-repeat;
  width: 12px;
  height: 4px;
  position: absolute;
  right: 25px;
  color: #239DF5;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion-faq .accordion[open] .accordion-header:after {
  content: "";
  background: url("../images/icons/ico-plus-blue.svg") center no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 25px;
  color: #239DF5;
}
.accordion-faq .accordion .accordion-content {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  padding: 20px 20px 5px 57px;
}
.accordion-faq .accordion .accordion-content:before {
  content: "A";
  position: absolute;
  left: 25px;
  top: 22px;
  color: #239DF5;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 26.68px */
  letter-spacing: 0.23px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .accordion-faq .accordion {
    margin-bottom: 10px;
  }
  .accordion-faq .accordion .accordion-header {
    border-radius: 8px;
    box-shadow: 8px 12px 25px 0px rgba(4, 101, 191, 0.07);
    font-size: 15px;
    padding: 17px 38px 18px 37px;
  }
  .accordion-faq .accordion .accordion-header:before {
    content: "Q";
    font-size: 20px;
    left: 14px;
  }
  .accordion-faq .accordion .accordion-header:after {
    width: 10px;
    height: 2px;
    right: 15px;
  }
  .accordion-faq .accordion[open] .accordion-header:after {
    background: url("../images/icons/ico-plus-blue-sp.svg") center no-repeat;
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .accordion-faq .accordion .accordion-content {
    position: relative;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
    padding: 10px 0px 10px 37px;
  }
  .accordion-faq .accordion .accordion-content:before {
    left: 14px;
    top: 13px;
    font-size: 20px;
  }
}

.breadcrumb {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.breadcrumb li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.breadcrumb li:last-child {
  white-space: normal;
}
.breadcrumb li:first-child a {
  text-transform: uppercase;
}
.breadcrumb li a {
  color: #0465BF;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: -0.12px;
  text-decoration-line: underline;
  display: inline-block;
}
.breadcrumb li span {
  color: #1A1A1C;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 12px */
  letter-spacing: -0.12px;
  display: inline-block;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrumb li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  border: 1px solid #1A1A1C;
  border-left: 0;
  border-top: 0;
  padding: 2px;
  transform: rotate(-45deg);
  margin-top: -4px;
  pointer-events: none;
  margin-top: -3px;
}
.breadcrumb li + li {
  padding-left: 27px;
}
.breadcrumb li:first-child:before {
  content: none;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
    font-size: 10px;
  }
  .breadcrumb li a {
    font-size: 10px;
  }
  .breadcrumb li span {
    font-size: 10px;
  }
  .breadcrumb li:before {
    left: 6px;
    padding: 2px;
    margin-top: -2px;
  }
  .breadcrumb li + li {
    padding-left: 19px;
  }
}

.banner-heading {
  max-width: 1120px;
  padding: 0 30px;
  margin: auto;
}
.banner-heading .banner-text {
  padding: 32px 0 70px;
}
.banner-heading .banner-text label {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 46.4px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 14px;
  position: relative;
}
.banner-heading .banner-text label:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #FEDB18;
  top: 0%;
  left: 0px;
  transform: rotate(90deg);
}
.banner-heading .banner-text .banner-title {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%; /* 72.02px */
  letter-spacing: 0.78px;
  position: relative;
  display: block;
}
.banner-heading .banner-text.txt-center {
  text-align: center;
}
.banner-heading .banner-text.txt-center label {
  font-size: 20px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
}
.banner-heading .banner-text.txt-center label:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #FEDB18;
  top: 0%;
  left: 0px;
  transform: rotate(90deg);
}
.banner-heading .banner-text.txt-center label:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FEDB18;
  bottom: 0;
  right: 0px;
  transform: rotate(180deg);
}
.banner-heading .banner-text.txt-center .banner-title {
  font-size: 52px;
}
.banner-heading .banner-text.txt-center .banner-title:before {
  content: none;
}
@media (max-width: 768px) {
  .banner-heading .banner-text {
    padding: 30px 0 50px;
  }
  .banner-heading .banner-text label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
  }
  .banner-heading .banner-text label:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #FEDB18;
    top: 2px;
    left: 0px;
    transform: rotate(90deg);
  }
  .banner-heading .banner-text .banner-title {
    font-size: 36px;
    display: block;
    letter-spacing: 0.54px;
  }
  .banner-heading .banner-text.txt-center label {
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .banner-heading .banner-text.txt-center label:before {
    border-top: 8px solid transparent;
    border-left: 8px solid #FEDB18;
  }
  .banner-heading .banner-text.txt-center label:after {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FEDB18;
  }
  .banner-heading .banner-text.txt-center .banner-title {
    font-size: 28px;
  }
}

.w-100 {
  width: 100%;
}

.text-underline {
  text-decoration: underline;
}

.bg-white {
  background-color: #fff !important;
}

.color-default {
  color: #333 !important;
}

.tab-content {
  background: #F4FAFF;
  padding: 60px 30px;
  margin: auto;
}
.tab-content .tab-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 878px;
  margin: auto;
  gap: 30px;
}
.tab-content .tab-inner .btn-tab {
  border-radius: 12px;
  background: #EFEFEF url("../images/icons/ico-arrow-gray.svg") calc(100% - 35px) center no-repeat;
  color: #B4B4B7;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  width: calc(50% - 15px);
  cursor: pointer;
}
.tab-content .tab-inner .btn-tab:hover, .tab-content .tab-inner .btn-tab.tab-active {
  border: 2px solid #239DF5;
  background: #fff url("../images/icons/ico-arrow-blue.svg") calc(100% - 35px) center no-repeat;
  color: #239DF5;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.tab-content .tab-inner .btn-tab.tab-active {
  cursor: default;
}
@media (max-width: 768px) {
  .tab-content {
    padding: 30px;
  }
  .tab-content .tab-inner {
    gap: 10px;
    flex-direction: column;
  }
  .tab-content .tab-inner .btn-tab {
    height: 61px;
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 45px 0 25px;
    box-shadow: 8px 12px 25px rgba(4, 101, 191, 0.07);
  }
  .tab-content .tab-inner .btn-tab.tab-active {
    border: 1px solid #239DF5;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
  padding: 0 30px;
  margin: auto;
  background: #ffffff;
  height: 96px;
}
.header-content .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-content .logo img {
  width: 204px;
}
@media (min-width: 1150px) and (max-width: 1315px) {
  .header-content {
    padding: 0 16px;
  }
  .header-content .logo img {
    width: 180px;
    margin-right: 20px;
  }
}
@media (min-width: 1046px) and (max-width: 1149px) {
  .header-content {
    padding: 0 16px;
  }
  .header-content .logo img {
    width: 150px;
    margin-right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1045px) {
  .header-content {
    height: 54px;
    padding: 0 16px;
  }
  .header-content .logo img {
    width: 100px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .header-content {
    height: 62px;
    padding: 0 23px 0 20px;
  }
  .header-content .logo img {
    width: 136px;
  }
}

.nav-menu .menu-toggle {
  display: none;
  background: url("../images/icons/ico-menu.svg") center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 19px;
}
.nav-menu .item-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-menu li {
  padding: 5px 15px;
  position: relative;
}
.nav-menu li:after {
  content: "|";
  color: #333;
  position: absolute;
  right: -2px;
  top: 2px;
}
@media (min-width: 1011px) and (max-width: 1310px) {
  .nav-menu li {
    padding: 5px 10px;
  }
  .nav-menu li:after {
    top: 2px;
    font-size: 12px;
  }
}
@media (min-width: 901px) and (max-width: 1010px) {
  .nav-menu li {
    padding: 3px 10px;
  }
  .nav-menu li:after {
    top: 2px;
    font-size: 10px;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .nav-menu li {
    padding: 3px 8px;
  }
  .nav-menu li:after {
    top: 2px;
    font-size: 9px;
  }
}
.nav-menu li a {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.nav-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
  transform: scale(0, 1);
  transform-origin: right center 0;
  transition: transform 0.3s ease-in-out;
}
.nav-menu li a:after {
  top: 2px;
}
.nav-menu li a:hover::before {
  transform: scale(1, 1);
  transform-origin: left center 0;
}
.nav-menu li a.link {
  font-size: 16px;
}
.nav-menu li a.btn-reservation {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.3%;
  border-radius: 7px;
  background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
  padding: 12px 45px 12px 28px;
  position: relative;
  word-break: keep-all;
}
.nav-menu li a.btn-reservation:after {
  content: "";
  background: url("../images/icons/ico-right.svg") center no-repeat;
  background-size: 100%;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translate(0, -50%);
}
.nav-menu li a.btn-reservation:before {
  content: none;
}
.nav-menu li a.btn-reservation:hover {
  opacity: 0.8;
}
@media (min-width: 1115px) and (max-width: 1315px) {
  .nav-menu li a {
    font-size: 13px;
  }
  .nav-menu li a.link {
    font-size: 13px;
  }
  .nav-menu li a.btn-reservation {
    padding: 10px 35px 10px 20px;
    font-size: 14px;
  }
}
@media (min-width: 1046px) and (max-width: 1114px) {
  .nav-menu li a {
    font-size: 12px;
  }
  .nav-menu li a.link {
    font-size: 12px;
  }
  .nav-menu li a.btn-reservation {
    padding: 9px 40px 9px 20px;
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1045px) {
  .nav-menu li a {
    font-size: 10px;
  }
  .nav-menu li a .i-icon {
    width: 12px;
    height: 9px;
    background-size: 100%;
  }
  .nav-menu li a.btn-reservation {
    padding: 9px 35px 9px 15px;
    font-size: 10px;
    border-radius: 4px;
  }
  .nav-menu li a.btn-reservation:after {
    width: 6px;
    height: 10px;
    right: 10px;
  }
  .nav-menu li a.link {
    font-size: 10px;
  }
  .nav-menu li a.btn-link {
    padding: 0;
  }
}
@media (min-width: 865px) and (max-width: 910px) {
  .nav-menu li a {
    font-size: 9px;
  }
  .nav-menu li a.link {
    font-size: 9px;
  }
  .nav-menu li a.btn-reservation {
    font-size: 9px;
  }
}
@media (min-width: 769px) and (max-width: 864px) {
  .nav-menu li a {
    font-size: 8px;
  }
  .nav-menu li a.link {
    font-size: 8px;
  }
  .nav-menu li a.btn-reservation {
    font-size: 8px;
  }
}
.nav-menu li:nth-last-child(2):after {
  content: none;
}
.nav-menu li:last-child {
  padding: 0;
}
.nav-menu li:last-child:after {
  content: none;
}
.nav-menu.toggled .menu-toggle {
  background: url("../images/icons/ico-close.svg") center no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .nav-menu .list-menu {
    display: none;
  }
  .nav-menu .menu-toggle {
    display: block;
  }
  .nav-menu.toggled .list-menu {
    display: block;
    position: fixed;
    z-index: 99;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F4FAFF;
    padding: 40px 0 20px;
    overflow-y: scroll;
  }
  .nav-menu.toggled .list-menu .item-menu {
    flex-direction: column;
    gap: 15px;
  }
  .nav-menu.toggled .list-menu .item-menu li {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu.toggled .list-menu .item-menu li:after {
    content: none;
  }
  .nav-menu.toggled .list-menu .item-menu li:nth-last-child(2) {
    border-left: none;
  }
  .nav-menu.toggled .list-menu .item-menu li a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
    padding: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .nav-menu.toggled .list-menu .item-menu li a.link {
    font-size: 18px;
  }
  .nav-menu.toggled .list-menu .item-menu li a.btn-reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 145.3%;
    border-radius: 63px;
    min-width: 286px;
    background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
    height: 64px;
    box-shadow: 8px 12px 20px 0px rgba(4, 101, 191, 0.15);
    padding: 6px 20px;
  }
}

footer {
  background: #fff;
  padding: 65px 0 60px;
}
@media (min-width: 769px) and (max-width: 1130px) {
  footer {
    padding: 40px 30px;
  }
}
footer .footer {
  max-width: 1101px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer .footer-left {
  width: calc(100% - 330px);
  padding-right: 190px;
}
@media (min-width: 769px) and (max-width: 1130px) {
  footer .footer .footer-left {
    padding-right: 80px;
  }
}
footer .footer .footer-left img {
  margin-bottom: 28px;
}
footer .footer .footer-left p {
  color: #1A1A1C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 22.1px */
  letter-spacing: -0.13px;
  margin-bottom: 41px;
}
footer .footer .footer-left p.copyright {
  color: #333;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
}
footer .footer .footer-right ul {
  width: 373px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer .footer-right ul li {
  margin-bottom: 20px;
  width: 191px;
  padding-left: 25px;
}
footer .footer .footer-right ul li:nth-child(odd) {
  width: 182px;
  padding-left: 0;
}
footer .footer .footer-right ul li a {
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
  position: relative;
}
footer .footer .footer-right ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%);
  transform: scale(0, 1);
  transform-origin: right center 0;
  transition: transform 0.3s ease-in-out;
}
footer .footer .footer-right ul li a:hover::before {
  transform: scale(1, 1);
  transform-origin: left center 0;
}
footer .footer .footer-right ul li a.btn {
  padding: 0;
  vertical-align: middle;
  color: #239DF5;
  justify-content: flex-start;
}
footer .footer .footer-right ul li a.btn:before {
  content: none;
}
footer .footer .footer-right .grp-btn-start .btn-primary {
  max-width: 208px;
}
@media (max-width: 768px) {
  footer {
    padding: 60px 30px 20px;
  }
  footer .footer {
    flex-direction: column;
  }
  footer .footer .footer-left {
    width: 100%;
    padding-right: 0px;
  }
  footer .footer .footer-left img {
    margin-bottom: 21px;
  }
  footer .footer .footer-left img.logo {
    width: 173px;
  }
  footer .footer .footer-left img.grp-logo {
    width: 134px;
  }
  footer .footer .footer-left p {
    font-size: 11px;
    margin-bottom: 25px;
  }
  footer .footer .footer-right {
    width: 100%;
  }
  footer .footer .footer-right p.copyright {
    color: #333;
    font-family: "Albert Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 41px;
    text-align: center;
  }
  footer .footer .footer-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer .footer-right ul li {
    margin-bottom: 17px;
    width: calc(50% - 7px);
    padding-left: 0px;
    display: flex;
  }
  footer .footer .footer-right ul li:nth-child(odd) {
    width: calc(50% - 7px);
  }
  footer .footer .footer-right ul li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 389px) {
  footer .footer .footer-right ul li {
    width: calc(100% - 165px);
    padding-left: 0px;
  }
  footer .footer .footer-right ul li:nth-child(odd) {
    width: 165px;
  }
}
@media (max-width: 768px) and (max-width: 345px) {
  footer .footer .footer-right ul li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer-right .grp-btn-start {
    justify-content: center;
  }
  footer .footer-get-started {
    margin-top: 8px;
  }
}

.bg-top {
  background: url("../images/bg-top-pc.svg") top no-repeat;
  background-size: cover;
}

.bg-blue {
  background: linear-gradient(186deg, #85CBFF 1.06%, #239DF5 23.09%, #239DF5 72.49%, #85CBFF 98.34%);
}

.bg-page {
  background: url("../images/bg-page.svg") top no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bg-page {
    background: url("../images/bg-page-sp.svg") top no-repeat;
    background-size: 100%;
  }
}

.bg-light-blue {
  background: #F4FAFF;
}

.bg-dot-blue {
  background: url("../images/bg-dot-blue.svg") top no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .bg-dot-blue {
    background: url("../images/bg-dot-blue-sp.svg") top no-repeat;
    background-size: 100%;
  }
}

.chat-banner {
  background-image: url(../images/bg-banner.svg), linear-gradient(to right, #f7fbff, white);
  background-position: center;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
}
.chat-banner .grp-logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat-banner .banner-text {
  max-width: 1360px;
  margin: auto;
  background: url("../images/banner.svg") right no-repeat;
  padding: 120px 0 74px 150px;
}
@media (min-width: 769px) and (max-width: 1250px) {
  .chat-banner .banner-text {
    background-size: cover;
    padding: 65px 0 73px 30px;
  }
}
.chat-banner .banner-text .banner-title {
  margin-bottom: 16px;
  max-width: 440px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.chat-banner .banner-text .banner-title .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1px 35px;
  position: relative;
  gap: 8px;
}
.chat-banner .banner-text .banner-title .inner:before {
  content: "";
  position: absolute;
  background: url("../images/icons/ico-arista-left.svg") center no-repeat;
  background-size: 100%;
  width: 27px;
  height: 67px;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.chat-banner .banner-text .banner-title .inner:after {
  content: "";
  position: absolute;
  background: url("../images/icons/ico-arista-right.svg") center no-repeat;
  background-size: 100%;
  width: 27px;
  height: 67px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.chat-banner .banner-text .banner-title .inner .inner-text {
  color: #1A1A1C;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  gap: 13px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
.chat-banner .banner-text .banner-title .inner .inner-text strong {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
.chat-banner .banner-text label {
  color: #333;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.chat-banner .banner-text label span {
  color: #239DF5;
  font-size: 52px;
}
.chat-banner .banner-text label span.font-big {
  font-size: 60px;
}
.chat-banner .banner-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .chat-banner .banner-text .banner-title .inner {
    font-size: 18px;
  }
  .chat-banner .banner-text label {
    font-size: 36px;
  }
  .chat-banner .banner-text label span {
    font-size: 46px;
  }
  .chat-banner .banner-text label span.font-big {
    font-size: 46px;
  }
  .chat-banner .banner-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .chat-banner .banner-text {
    background: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .chat-banner {
    padding: 327px 0px 0px;
    background: url("../images/banner-sp.svg") top no-repeat;
    display: block;
  }
  .chat-banner > img {
    width: 100%;
    max-width: 390px;
    margin: auto;
  }
  .chat-banner .banner-text {
    width: 100%;
  }
  .chat-banner .banner-text .banner-title {
    max-width: 100%;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 23px;
  }
  .chat-banner .banner-text .banner-title .inner {
    gap: 5px;
    padding: 1px 25px 1px 22px;
  }
  .chat-banner .banner-text .banner-title .inner i {
    width: 22px;
    height: 22px;
    background-size: 100%;
  }
  .chat-banner .banner-text .banner-title .inner:before {
    width: 18px;
    height: 45px;
  }
  .chat-banner .banner-text .banner-title .inner:after {
    width: 18px;
    height: 45px;
  }
  .chat-banner .banner-text .banner-title .inner .inner-text {
    font-size: 17px;
  }
  .chat-banner .banner-text .banner-title .inner .inner-text strong {
    font-size: 13px;
  }
  .chat-banner .banner-text label {
    font-size: 35px;
    display: block;
    padding: 0 7px 0 30px;
    text-align: center;
  }
  .chat-banner .banner-text label span {
    font-size: 35px;
  }
  .chat-banner .banner-text label span.font-big {
    font-size: 41px;
  }
  .chat-banner .banner-text p {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 16px;
    padding: 0 30px;
  }
}
@media (min-width: 391px) and (max-width: 768px) {
  .chat-banner {
    background: url("../images/banner-sp.svg") top no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .chat-banner {
    padding: 383px 0 0;
  }
}
@media (max-width: 400px) {
  .chat-banner .banner-text label {
    text-align: left;
  }
}
@media (max-width: 375px) {
  .chat-banner .banner-text {
    width: 100%;
  }
  .chat-banner .banner-text .banner-title {
    margin-bottom: 16px;
    max-width: 100%;
    align-items: end;
    padding: 0 20px;
  }
  .chat-banner .banner-text .banner-title i {
    width: 24px;
    background-size: cover;
    height: 24px;
  }
  .chat-banner .banner-text .banner-title .inner {
    font-size: 15px;
  }
  .chat-banner .banner-text label {
    font-size: 30px;
  }
}

.chat-function {
  padding: 0 0 113px 0;
}
.chat-function .function-title {
  display: block;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.945px;
  margin-bottom: 23px;
}
.chat-function .function-title span {
  color: #239DF5;
}
.chat-function ul {
  max-width: 957px;
  height: 169px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 66px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 10px 15px 35px 0px rgba(4, 101, 191, 0.07);
}
.chat-function ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.chat-function ul li span {
  color: #239DF5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}
@media (min-width: 769px) and (max-width: 1024px) {
  .chat-function {
    padding: 0 20px;
  }
  .chat-function ul {
    gap: 45px;
  }
}
@media (max-width: 768px) {
  .chat-function {
    margin-top: 40px;
    padding: 0 20px;
  }
  .chat-function .function-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .chat-function ul {
    flex-wrap: wrap;
    gap: 8px 30px;
    height: auto;
    padding: 15px 37px 30px;
  }
  .chat-function ul li {
    width: calc(33.3333% - 20px);
  }
  .chat-function ul li img {
    width: 71px;
  }
  .chat-function ul li span {
    font-size: 14px;
  }
}

.chat-guide .guide-title {
  text-align: center;
}
.chat-guide .guide-title p {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  margin-bottom: 10px;
}
.chat-guide .guide-title label {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%; /* 71.76px */
}
.chat-guide .guide-title label span {
  color: #239DF5;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .chat-guide {
    margin-top: 50px;
  }
  .chat-guide .guide-title {
    margin-bottom: 12px;
    text-align: center;
  }
  .chat-guide .guide-title p {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .chat-guide .guide-title label {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .chat-guide {
    margin-top: 0px;
    padding: 0 30px 0px;
  }
  .chat-guide .guide-title {
    margin-bottom: 12px;
    text-align: left;
  }
  .chat-guide .guide-title p {
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center;
  }
  .chat-guide .guide-title label {
    font-size: 28px;
    text-align: center;
    display: block;
  }
}

.clients-block {
  max-width: 1062px;
  margin: auto;
  padding: 80px 0 120px;
}
.clients-block .block-title {
  margin-bottom: 35px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .clients-block {
    padding: 60px 20px 100px;
  }
}
.clients-block .clients-inner {
  border-radius: 20px;
  background: #F4FAFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 79px 45px 75px;
  margin-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .clients-block .clients-inner {
    padding: 30px;
  }
}
.clients-block .clients-inner .text {
  width: 57%;
}
.clients-block .clients-inner .text label {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.5%;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.clients-block .clients-inner .text label span {
  color: #239DF5;
}
.clients-block .clients-inner .text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  text-align: left;
}
.clients-block .clients-inner .text p em {
  word-break: keep-all;
}
.clients-block .clients-inner .text p.text-note {
  color: #757578;
  font-size: 12px;
  line-height: 152.5%;
  margin-top: 18px;
  word-break: break-all;
}
.clients-block .clients-inner .img {
  width: 43%;
  padding-left: 2px;
}
.clients-block .clients-inner .img img {
  width: 100%;
  max-width: 388px;
}
@media (max-width: 768px) {
  .clients-block {
    padding: 35px 30px 60px;
  }
  .clients-block .block-title {
    margin-bottom: 20px;
  }
  .clients-block .clients-inner {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 24px;
  }
  .clients-block .clients-inner .text {
    width: 100%;
    padding: 0px 0 20px 0;
  }
  .clients-block .clients-inner .text label {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .clients-block .clients-inner .text p.text-note {
    font-size: 10px;
  }
  .clients-block .clients-inner .img {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .clients-block .clients-inner .img .text-note {
    padding-top: 25px;
    font-size: 10px;
    color: #757578;
    text-align: left;
  }
  .clients-block .clients-inner .img img {
    margin-top: 20px;
  }
}

.security-block {
  padding: 120px 0 40px;
  overflow-x: hidden;
  background: #1489CE url("../images/bg-box.svg") center no-repeat;
}
@media (min-width: 1361px) {
  .security-block {
    background-size: cover;
  }
}
.security-block .box-inner {
  color: #fff;
  padding: 60px 0 0;
  margin-top: 60px;
  position: relative;
}
.security-block .box-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../images/dot.svg") left repeat-x;
}
@media (max-width: 768px) {
  .security-block {
    padding: 60px 10px 30px;
  }
  .security-block .box-inner {
    padding: 35px 0 0;
    margin-top: 30px;
  }
}

ul.box-inner li.info {
  max-width: 100%;
  height: 129px;
  background-color: #fff;
  margin-bottom: 70px;
  text-align: center;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
ul.box-inner li.info label {
  font-weight: 600;
  font-size: 18px;
}
ul.box-inner li.info .sub-info {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
ul.box-inner li.info .sub-info span {
  font-size: 18px;
  font-weight: 300;
}
ul.box-inner li.info .sub-info span.high-light {
  font-size: 28px;
  font-weight: 700;
}
ul.box-inner li.box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
  padding-bottom: 70px;
}
ul.box-inner li.box-item .box-text {
  text-align: left;
  position: relative;
  z-index: 2;
  width: calc(50% - 51px);
}
ul.box-inner li.box-item .box-text > label {
  position: absolute;
  top: -35px;
  color: #F7F7F7;
  font-family: "Albert Sans", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 116%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  z-index: 0;
  opacity: 0.1;
}
ul.box-inner li.box-item .box-text > label.left {
  left: -145px;
}
ul.box-inner li.box-item .box-text > label.right {
  right: -3px;
}
ul.box-inner li.box-item .box-text .text strong {
  border-radius: 19px;
  background: #FFF;
  color: #1489CE;
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 15.08px */
  letter-spacing: 0.13px;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding: 7px 14px;
}
ul.box-inner li.box-item .box-text .text > label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  display: block;
  letter-spacing: -0.09px;
}
ul.box-inner li.box-item .box-text .text > label span {
  font-size: 14px;
}
ul.box-inner li.box-item .box-text .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
}
ul.box-inner li.box-item .box-text .text p span {
  font-size: 14px;
}
ul.box-inner li.box-item .box-img {
  position: relative;
  width: calc(50% - 15px);
  border-radius: 40px;
  box-shadow: 15px 15px 25px 0px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  z-index: 2;
  border: 10px solid #FFF;
  background: var(--Logo-blue-100, #F2F8FC);
}
ul.box-inner li.box-item .box-img img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 768px) {
  ul.box-inner li.box-item {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 30px;
  }
  ul.box-inner li.box-item .box-text {
    width: 100%;
  }
  ul.box-inner li.box-item .box-text > label {
    position: absolute;
    top: 0px;
    color: #F7F7F7;
    font-family: "Albert Sans", sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    z-index: 0;
    opacity: 0.1;
  }
  ul.box-inner li.box-item .box-text > label.left {
    left: -145px;
  }
  ul.box-inner li.box-item .box-text > label.right {
    right: -3px;
  }
  ul.box-inner li.box-item .box-text .text strong {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1;
    padding: 5px 10px;
  }
  ul.box-inner li.box-item .box-text .text > label {
    font-size: 22px;
    margin-bottom: 12px;
  }
  ul.box-inner li.box-item .box-text .text > label span {
    font-size: 12px;
  }
  ul.box-inner li.box-item .box-text .text p {
    font-size: 14px;
    line-height: 170%;
  }
  ul.box-inner li.box-item .box-text .text p span {
    font-size: 11px;
  }
  ul.box-inner li.box-item .box-img {
    width: 100%;
  }
  ul.box-inner li.box-item .box-img img {
    border-radius: 20px;
  }
}
ul.box-inner.sp-different li.box-item {
  gap: 51px;
}
ul.box-inner.sp-different li.box-item .box-img {
  width: calc(50% - 7.5px);
}
ul.box-inner.sp-different li.box-item .box-text {
  width: calc(50% - 43.5px);
}
@media (max-width: 768px) {
  ul.box-inner li.box-item .box-img {
    border-radius: 20px;
    border: 6.408px solid #FFF;
    background: var(--Logo-blue-100, #F2F8FC);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.08);
  }
  ul.box-inner li.box-item:first-child .box-text > label {
    top: -23px;
  }
  ul.box-inner li.box-item:nth-child(2) .box-img {
    order: 1;
  }
  ul.box-inner li.box-item:nth-child(2) .box-text {
    order: 2;
  }
  ul.box-inner li.info {
    margin-bottom: 50px;
    height: 106px;
  }
  ul.box-inner li.info label {
    font-size: 14px;
  }
  ul.box-inner li.info .sub-info {
    gap: 4px;
  }
  ul.box-inner li.info .sub-info span {
    font-size: 14px;
  }
  ul.box-inner li.info .sub-info span.high-light {
    font-size: 22px;
  }
  ul.box-inner.sp-different li.box-item .box-img {
    display: none;
  }
  ul.box-inner.sp-different li.box-item .box-text {
    width: 100%;
  }
  ul.box-inner.sp-different li.box-item .box-text .img {
    margin: 15px 0;
    border-radius: 25px;
    border: 6.408px solid #FFF;
    background: var(--Logo-blue-100, #F2F8FC);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.08);
  }
  ul.box-inner.sp-different li.box-item .box-text .img img {
    width: 100%;
    border-radius: 25px;
  }
  ul.box-inner.sp-different li.box-item .box-text .text {
    text-align: center;
  }
  ul.box-inner.sp-different li.box-item .box-text .text strong {
    font-size: 12px;
    color: #239DF5;
  }
  ul.box-inner.sp-different li.box-item .box-text .text label {
    margin-bottom: 0;
  }
  ul.box-inner.sp-different li.box-item .box-text .text p {
    text-align: left;
    font-size: 13px;
  }
}

.support-block {
  background: #0465BF url("../images/bg-box.svg") top no-repeat;
  padding: 120px 0 50px;
}
@media (min-width: 1361px) {
  .support-block {
    background-size: cover;
  }
}
.support-block ul.box-inner li.box-item .box-text .text strong {
  color: #0465BF;
  line-height: 1;
  padding: 7px 14px 6px;
}
.support-block .box-inner {
  color: #fff;
  padding: 60px 0 0;
  margin-top: 60px;
  position: relative;
}
.support-block .box-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../images/dot.svg") left repeat-x;
}
@media (max-width: 768px) {
  .support-block {
    padding: 60px 10px 30px;
  }
  .support-block ul.box-inner li.box-item .box-text .text strong {
    color: #0465BF;
    line-height: 1;
    padding: 5px 10px 4px;
  }
  .support-block .box-inner {
    padding: 35px 0 0;
    margin-top: 30px;
  }
}

.contract-block {
  background: #fff;
  padding: 80px 0 80px;
}
@media (max-width: 768px) {
  .contract-block {
    padding: 60px 0;
  }
}
.contract-block .contract-content {
  max-width: 1120px;
  margin: 50px auto 20px;
}
.contract-block .contract-content .contract-img > img {
  width: 100%;
}
@media (max-width: 1060px) {
  .contract-block .contract-content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .contract-block .contract-content {
    overflow-x: hidden;
  }
  .contract-block .contract-content .contract-img {
    width: 100%;
    margin: auto;
    overflow-x: scroll;
    padding-bottom: 10px;
    /* Handle */
  }
  .contract-block .contract-content .contract-img::-webkit-scrollbar-track {
    background: #fff;
    height: 4px;
  }
  .contract-block .contract-content .contract-img::-webkit-scrollbar {
    height: 4px;
  }
  .contract-block .contract-content .contract-img::-webkit-scrollbar-thumb {
    border-radius: 27px;
    background: var(--web-bluescale-wbs-200, #CFEEFF);
  }
  .contract-block .contract-content .contract-img > img {
    width: 665px;
    margin: auto;
  }
}

.btn-partner-more {
  display: none;
}
@media (max-width: 768px) {
  .btn-partner-more {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 8px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 8px 12px 25px 0px rgba(4, 101, 191, 0.07);
    color: #626264;
    font-size: 11px;
    font-weight: 600;
    line-height: 128%;
  }
}

.paertner-content {
  background: #F4FAFF;
}

.price-block {
  padding: 0px 0 60px;
}
.price-block .price-carousel {
  max-width: 1064px;
  margin: auto;
}
.price-block .price-carousel .slick-dots {
  bottom: -52px;
}
.price-block .price-carousel .slick-list {
  padding: 0;
  margin: 0 -15px;
}
.price-block .price-carousel .slick-list .slick-arrow {
  margin-top: -27px;
}
.price-block .price-carousel .slick-list .slick-arrow .slick-next {
  right: 150px;
}
.price-block .price-carousel .slick-list .slick-arrow .slick-prev {
  left: 150px;
}
.price-block .price-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 102px;
}
.price-block .price-content .slick-arrow {
  bottom: 140px;
}
.price-block .price-content .carousel-item {
  padding: 0 15px;
}
.price-block .price-content .carousel-item .item-inner {
  border-radius: 8px;
  background: #F4FAFF;
  padding: 15px;
}
.price-block .price-content .carousel-item .item-inner label {
  border-radius: 12px;
  background: #239DF5;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.price-block .price-content .carousel-item .item-inner .item-text {
  border-radius: 8px;
  background: #FFF;
  padding: 0px 42px;
}
.price-block .price-content .carousel-item .item-inner .item-text li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  min-height: 69px;
}
.price-block .price-content .carousel-item .item-inner .item-text li + li {
  border-top: 1px solid #E5E5E5;
}
.price-block .price-content .carousel-item .item-inner .item-text li:first-child {
  min-height: 100px;
}
.price-block .price-content .carousel-item .item-inner .item-text li:nth-child(2) {
  min-height: 90px;
}
.price-block .price-content .carousel-item .item-inner .item-text li:nth-child(3), .price-block .price-content .carousel-item .item-inner .item-text li:last-child {
  min-height: 95px;
}
.price-block .price-content .carousel-item .item-inner .item-text span {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.16px;
  width: 154px;
  display: inline-block;
}
.price-block .price-content .carousel-item .item-inner .item-text img {
  width: 38px;
  height: 38px;
}
.price-block .price-content .carousel-item .item-inner .item-text p {
  width: calc(100% - 154px);
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.price-block .price-content .carousel-item .item-inner .item-text p em {
  font-size: 13px;
  font-style: normal;
  letter-spacing: -0.13px;
  line-height: normal;
  display: block;
}
.price-block .price-content .carousel-item .item-inner .item-text p em.font-small {
  font-size: 12px;
}
.price-block .price-content .carousel-item .item-inner .item-text p strong {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  display: block;
}
@media (min-width: 769px) and (max-width: 1130px) {
  .price-block {
    padding: 0 30px;
  }
  .price-block .price-carousel .slick-list {
    padding: 0;
    margin: 0 -5px;
  }
  .price-block .price-content .carousel-item {
    padding: 0 5px;
  }
  .price-block .price-content .carousel-item .item-inner label {
    font-size: 16px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text {
    padding: 0px 20px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text li {
    padding: 10px 0;
  }
  .price-block .price-content .carousel-item .item-inner .item-text span {
    font-size: 14px;
    width: 125px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text p {
    width: calc(100% - 125px);
    font-size: 16px;
    line-height: 16px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text p em {
    font-size: 12px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text p strong {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .price-block {
    padding: 30px 0 60px;
  }
  .price-block .price-carousel {
    margin-top: 0px;
  }
  .price-block .price-carousel .slick-arrow {
    margin-top: -20px;
    top: 50%;
    bottom: revert;
  }
  .price-block .price-carousel .slick-arrow.slick-prev {
    left: 15px;
  }
  .price-block .price-carousel .slick-arrow.slick-next {
    right: 15px;
  }
  .price-block .price-carousel .slick-dots {
    bottom: -33px;
  }
  .price-block .price-carousel .slick-list {
    padding: 0;
  }
  .price-block .price-content {
    margin-top: 25px;
    margin-bottom: 65px;
  }
  .price-block .price-content .carousel-item {
    padding: 0 30px;
  }
  .price-block .price-content .carousel-item .item-inner {
    border-radius: 20px;
    background: #F4FAFF;
  }
  .price-block .price-content .carousel-item .item-inner label {
    border-radius: 12px;
    font-size: 18px;
    height: 58px;
    margin-bottom: 10px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text {
    border-radius: 16px;
    padding: 5px 25px 33px 25px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text li {
    padding: 13px 0 15px;
    flex-direction: column;
    min-height: 85px;
    justify-content: center;
    gap: 2px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text li:first-child {
    min-height: 126px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text li:nth-child(2) {
    min-height: 116px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text li:nth-child(3), .price-block .price-content .carousel-item .item-inner .item-text li:last-child {
    min-height: 106px;
  }
  .price-block .price-content .carousel-item .item-inner .item-text span {
    width: 100%;
    display: block;
    text-align: center;
  }
  .price-block .price-content .carousel-item .item-inner .item-text p {
    font-size: 18px;
    width: 100%;
    align-items: center;
  }
  .price-block .price-content .carousel-item .item-inner .item-text p i {
    font-size: 11px;
  }
}

.result-block {
  padding: 60px 0;
}
.result-block .result-carousel {
  max-width: 1360px;
  margin: 60px auto;
}
.result-block .result-carousel .result-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 94px;
}
.result-block .result-carousel .result-content.slider .slick-arrow {
  margin-top: -27px;
}
.result-block .result-carousel .result-content.slider .slick-arrow.slick-next {
  right: 260px;
}
.result-block .result-carousel .result-content.slider .slick-arrow.slick-prev {
  left: 260px;
}
.result-block .result-carousel .result-content .slick-list {
  padding: 0 305px;
}
.result-block .result-carousel .result-content .carousel-item {
  padding: 0 10px;
}
.result-block .result-carousel .result-content .carousel-item .item-inner {
  border-radius: 16px;
  border: 8px solid #F4FAFF;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 20px;
}
.result-block .result-carousel .result-content .carousel-item img {
  border-radius: 10px;
  background: lightgray -91.133px -11.451px/146.771% 120.387% no-repeat;
  width: 37%;
}
.result-block .result-carousel .result-content .carousel-item .item-text {
  width: 63%;
  padding-left: 36px;
}
.result-block .result-carousel .result-content .carousel-item .item-text .item-title {
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 6px;
  height: 52px;
}
.result-block .result-carousel .result-content .carousel-item .item-text p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .result-block {
    padding: 30px 0 0px;
  }
  .result-block .result-carousel {
    margin: 25px 0 60px;
  }
  .result-block .result-carousel .result-content {
    margin-bottom: 70px;
  }
  .result-block .result-carousel .result-content.slider .slick-arrow {
    margin-top: -62px;
  }
  .result-block .result-carousel .result-content.slider .slick-arrow.slick-next {
    right: 30px;
  }
  .result-block .result-carousel .result-content.slider .slick-arrow.slick-prev {
    left: 30px;
  }
  .result-block .result-carousel .result-content .slick-list {
    padding: 0px;
  }
  .result-block .result-carousel .result-content .carousel-item {
    padding: 0 30px;
  }
  .result-block .result-carousel .result-content .carousel-item .item-inner {
    background: #ffffff;
    flex-direction: column;
    padding: 15px;
  }
  .result-block .result-carousel .result-content .carousel-item img {
    border-radius: 10px;
    width: 100%;
  }
  .result-block .result-carousel .result-content .carousel-item .item-text {
    padding: 10px 5px 5px;
    width: 100%;
    text-align: center;
  }
  .result-block .result-carousel .result-content .carousel-item .item-text .tag {
    justify-content: center;
  }
  .result-block .result-carousel .result-content .carousel-item .item-text .item-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    height: 45px;
  }
  .result-block .result-carousel .result-content .carousel-item .item-text p {
    margin-top: 7px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 21px;
  }
}

.partners-block {
  padding: 120px 0;
  background: #F4FAFF url("../images/bg-partners.svg") center no-repeat;
}
.partners-block .partners-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px -15px 50px;
}
.partners-block .partners-logo li {
  width: 25%;
  padding: 15px;
}
.partners-block .partners-logo li img {
  max-width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 8px 10px 20px 0px rgba(4, 101, 191, 0.06);
}
@media (max-width: 768px) {
  .partners-block {
    padding: 60px 0px;
    background-size: cover;
  }
  .partners-block .partners-logo {
    margin: 25px 0px 35px;
    padding: 0 10px;
  }
  .partners-block .partners-logo li {
    width: 50%;
    padding: 5px;
  }
  .partners-block .partners-logo li img {
    border-radius: 6.612px;
    background: #FFF;
    box-shadow: 5.28926px 6.61157px 13.22314px 0px rgba(4, 101, 191, 0.06);
  }
}

.partner-description {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.68px;
}
@media (max-width: 768px) {
  .partner-description {
    font-size: 13px;
    text-align: left;
    line-height: 22.1px;
  }
}

.blog-block {
  padding: 60px 0 102px;
}
.blog-block .blog-content {
  max-width: 1100px;
  margin: 45px auto 77px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 38px;
}
.blog-block .blog-content.slider .slick-arrow {
  margin-top: -14px;
}
.blog-block .blog-content.slider .slick-arrow.slick-prev {
  left: -8px;
}
.blog-block .blog-content.slider .slick-arrow.slick-next {
  right: -8px;
}
.blog-block .blog-content.slider .slick-dots {
  bottom: -77px;
}
.blog-block .blog-content .blog-item {
  padding: 0 20px;
}
.blog-block .blog-content .blog-item:hover {
  opacity: 0.6;
}
.blog-block .blog-content .blog-item img {
  border-radius: 8px;
  background: lightgray 50%/cover no-repeat;
  box-shadow: 6px 6px 18px 0px rgba(12, 87, 140, 0.2);
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
  aspect-ratio: 327/171;
}
.blog-block .blog-content .blog-item .item-text .tag {
  margin-bottom: 10px;
}
.blog-block .blog-content .blog-item .item-text .item-title {
  color: #333;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 6px;
  height: 52px;
}
.blog-block .blog-content .blog-item .item-text p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.blog-block .blog-content .blog-item .item-text .date {
  color: #B4B4B7;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
.blog-block .blog-content .blog-item .carousel-item {
  padding: 0 10px;
}
.blog-block .blog-content .blog-item .carousel-item .item-inner {
  border-radius: 16px;
  border: 8px solid #F4FAFF;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 20px 20px;
}
@media (max-width: 768px) {
  .blog-block {
    padding: 60px 0 60px;
  }
  .blog-block .blog-content {
    margin: 25px 0 33px;
  }
  .blog-block .blog-content.slider .slick-dots {
    bottom: -33px;
  }
  .blog-block .blog-content.slider .slick-arrow {
    margin-top: -24px;
  }
  .blog-block .blog-content.slider .slick-arrow.slick-prev {
    left: 30px;
  }
  .blog-block .blog-content.slider .slick-arrow.slick-next {
    right: 30px;
  }
  .blog-block .blog-content .blog-item {
    padding: 0 30px;
  }
  .blog-block .blog-content .blog-item .item-text p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .blog-block .blog-content .blog-item .item-text .date {
    font-size: 12px;
  }
}

.list-logo {
  margin: auto;
}
@media (max-width: 768px) {
  .list-logo .slick-list {
    padding: 0 108px !important;
  }
}
.list-logo .slick-slide {
  border-radius: 10px;
  box-shadow: 8px 10px 20px 10px rgba(4, 101, 191, 0.06);
  margin: 40px 15px 113px;
}
.list-logo .slick-slide img {
  width: 100%;
}
@media (max-width: 768px) {
  .list-logo .slick-slide {
    margin: 30px 5px 60px;
  }
}
.list-logo .slick-slide {
  height: auto;
}

.new-info {
  padding: 146px 0 120px;
  max-width: 1060px;
  margin: auto;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .new-info {
    padding: 60px 20px 60px;
  }
}
.new-info .new-title {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: 1.9px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new-info .new-title a {
  margin-left: 32px;
}
.new-info .new-content {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 -20px;
}
.new-info .new-content li {
  width: 33.3333333333%;
}
.new-info .new-content li a {
  padding: 0 20px;
  display: block;
}
.new-info .new-content li a:hover {
  opacity: 0.6;
}
.new-info .new-content li a .img {
  display: flex;
  border-radius: 8px;
  background: lightgray 50%/cover no-repeat;
  box-shadow: 6px 6px 18px 0px rgba(12, 87, 140, 0.2);
}
.new-info .new-content li a .img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 327/171;
}
.new-info .new-content li .new-text p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new-info .new-content li .new-text span {
  color: #B4B4B7;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .new-info {
    padding: 80px 0 60px;
  }
  .new-info .new-title {
    font-size: 28px;
    justify-content: space-between;
  }
  .new-info .new-title a {
    margin-left: 32px;
  }
  .new-info .new-content {
    padding-top: 30px;
    flex-direction: column;
    margin: 0;
    gap: 20px;
  }
  .new-info .new-content li {
    width: 100%;
  }
  .new-info .new-content li a {
    padding: 0;
    display: block;
  }
  .new-info .new-content li .new-text p {
    font-size: 15px;
    margin-top: 10px;
  }
  .new-info .new-content li .new-text span {
    font-size: 12px;
    margin-top: 10px;
  }
}

.strength-info {
  background: url("../images/bg-strength.svg") bottom no-repeat;
  padding: 120px 0;
}
@media (min-width: 1361px) {
  .strength-info {
    background-size: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .strength-info {
    padding: 60px 20px 100px;
  }
}
.strength-info .strength-content {
  max-width: 1060px;
  margin: auto;
}
.strength-info .strength-content ul {
  display: flex;
  justify-content: space-between;
  margin: 52px -15px 0;
}
.strength-info .strength-content ul li {
  padding: 0 15px;
  width: 25%;
}
.strength-info .strength-content ul li .li-item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 10px 15px 35px 0px rgba(4, 101, 191, 0.07);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  min-height: 267px;
  padding-top: 40px;
}
.strength-info .strength-content ul li .li-item label {
  color: #239DF5;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.strength-info .strength-content ul li .li-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}
.strength-info .strength-content ul li .li-item p span {
  color: #239DF5;
}
.strength-info .strength-content ul li .li-item em {
  color: #757578;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .strength-info {
    padding: 60px 0;
    background: url("../images/bg-strength-sp.svg") bottom no-repeat;
    background-size: 100%;
  }
  .strength-info .strength-content {
    padding: 0 30px;
  }
  .strength-info .strength-content ul {
    flex-direction: column;
    margin: 25px 0px 0;
    gap: 10px;
  }
  .strength-info .strength-content ul li {
    padding: 0;
    width: 100%;
  }
  .strength-info .strength-content ul li .li-item {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 106px;
    gap: 15px;
    text-align: left;
    padding: 8px 15px;
  }
  .strength-info .strength-content ul li .li-item label {
    font-size: 12px;
    text-align: left;
    margin-bottom: 4px;
  }
  .strength-info .strength-content ul li .li-item img {
    width: 90px;
  }
  .strength-info .strength-content ul li .li-item p {
    font-size: 14px;
  }
  .strength-info .strength-content ul li .li-item em {
    font-size: 10px;
  }
}

.contact-block {
  background: var(--Linear-blue, linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%));
  padding: 120px 0;
}
.contact-block .contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}
.contact-block .contact-inner .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 0 0 9px;
}
.contact-block .contact-inner .title strong {
  font-family: "Albert Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.contact-block .contact-inner .title span {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%;
  letter-spacing: 0.33px;
}
.contact-block .contact-inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
}
@media (max-width: 768px) {
  .contact-block {
    padding: 60px 0 55px;
  }
  .contact-block .contact-inner {
    flex-direction: column;
    gap: 15px;
  }
  .contact-block .contact-inner .title {
    flex-direction: column;
    gap: 3px;
    padding: 0 0 12px;
  }
  .contact-block .contact-inner .title strong {
    font-size: 46px;
    display: block;
  }
  .contact-block .contact-inner .title span {
    font-size: 18px;
  }
  .contact-block .contact-inner p {
    font-size: 14px;
    text-align: center;
  }
  .contact-block .contact-inner .btn-icon img {
    width: 72px;
  }
}

.page-contact {
  padding-bottom: 150px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .page-contact {
    border-bottom: none;
    padding-bottom: 60px;
  }
}
.page-contact .contact-content {
  max-width: 938px;
  padding: 0 30px;
  margin: auto;
}
.page-contact .contact-content p {
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.page-contact .contact-content .grp-btn-center {
  margin-top: 70px;
}
.page-contact .contact-content .grp-btn-center p {
  margin-bottom: 0;
}
.page-contact .contact-content .contact-form {
  border-radius: 16px;
  background: #F4FAFF;
  padding: 55px 91px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
.page-contact .contact-content .contact-form p {
  margin-bottom: 0;
  width: 100%;
}
.page-contact .contact-content .contact-form .form-group > p {
  width: calc(30% - 20px);
}
.page-contact .contact-content .contact-form .form-group > p .form-label {
  width: 100%;
}
.page-contact .contact-content .contact-form .textarea-control {
  height: 150px;
}
@media (max-width: 768px) {
  .page-contact .contact-content p {
    font-size: 13px;
    margin-bottom: 25px;
    text-align: left;
  }
  .page-contact .contact-content .grp-btn-center {
    margin-top: 30px;
  }
  .page-contact .contact-content .contact-form {
    padding: 25px 20px;
  }
}

.page-news {
  padding-bottom: 120px;
  border-bottom: 1px solid #E5E5E5;
}
.page-news .active-category {
  display: none;
}
.page-news .page-with-sidebar .content {
  margin-top: -25px;
}
.page-news .pagination_type_2 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .page-news {
    padding-bottom: 60px;
  }
  .page-news .page-with-sidebar .sidebar-block-post {
    margin-bottom: 0;
  }
  .page-news .page-with-sidebar .content {
    margin-top: 0px;
  }
  .page-news .active-category {
    display: block;
    width: 100%;
    padding: 13px 0;
    border: 1px solid #239DF5;
    background: #F4FAFF;
    border-radius: 6px;
    margin-bottom: 5px;
  }
  .page-news .active-category span {
    font-size: 13px;
    font-weight: 700;
    padding-left: 26px;
    position: relative;
    padding-right: 10px;
    display: inline-block;
  }
  .page-news .active-category span:before {
    content: "";
    position: absolute;
    background: #239DF5;
    background-size: 100%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
  }
  .page-news .pagination_type_2 {
    margin-top: 30px;
  }
}

.page-detail {
  padding-bottom: 150px;
  border-bottom: 1px solid #E5E5E5;
}
.page-detail .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 0;
  text-align: start;
}
.page-detail.news .page-with-sidebar {
  margin-top: 35px;
}
.page-detail.news .paragraph p {
  font-weight: 500;
}
.page-detail.news .paragraph p + p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-detail {
    padding-bottom: 40px;
  }
  .page-detail .page-with-sidebar {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 30px;
  }
  .page-detail .paragraph {
    margin: 20px 0;
  }
  .page-detail .paragraph h2:before {
    top: 2px;
    bottom: 2px;
  }
  .page-detail .title {
    font-size: 22px;
    margin-top: 10px;
  }
  .page-detail.news .page-with-sidebar {
    margin-top: 0px;
    border-bottom: none;
  }
  .page-detail.news .page-with-sidebar .sidebar .sidebar-block-post {
    margin-bottom: 20px;
  }
}

span {
  word-break: break-all;
}

.page-policy {
  padding-bottom: 150px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .page-policy {
    padding-bottom: 100px;
  }
}

.page-thank {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  background: url("../images/bg-thanks.svg") top no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .page-thank {
    min-height: calc(100vh - 445px);
  }
}
@media (min-width: 1200px) {
  .page-thank {
    min-height: calc(100vh - 520px);
  }
}
.page-thank .banner-text {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
}
.page-thank .banner-text .banner-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.5%;
}
.page-thank .banner-text .banner-title:before {
  content: none;
}
.page-thank .thank-block {
  max-width: 878px;
  margin: 0 auto;
}
.page-thank .thank-block .paragraph {
  margin: 25px 0;
  font-weight: 500;
  line-height: 162%;
  text-align: center;
}
.page-thank .thank-block .paragraph p {
  margin-bottom: 5px;
}
.page-thank .thank-block .grp-btn-center {
  margin-top: 40px;
}
.page-thank .thank-block .grp-btn-center .btn-secondary {
  width: 324px;
}
@media (max-width: 768px) {
  .page-thank {
    padding-bottom: 62px;
  }
  .page-thank .banner-text .banner-title {
    font-size: 24px;
  }
  .page-thank .thank-block {
    max-width: 330px;
  }
  .page-thank .thank-block .paragraph {
    margin: 15px 0;
  }
  .page-thank .thank-block .paragraph p {
    font-size: 13px;
  }
  .page-thank .thank-block .grp-btn-center {
    margin-top: 30px;
  }
}

.table-price {
  border-spacing: 8px;
  border-collapse: separate;
  margin: 0 auto;
}
.table-price th {
  border-radius: 6px;
  background: #CFEEFF;
  color: #239DF5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: -0.14px;
  text-decoration-line: underline;
}
.table-price th.price-table-title {
  font-size: 16px;
  background-color: #239DF5;
  border-radius: 6px;
  padding: 19px;
  margin: 0 15px;
  width: 216px;
  color: #fff;
  font-weight: 600;
  text-decoration-line: none;
  word-break: keep-all;
}
.table-price th.price-table-title:first-child {
  background-color: transparent;
  width: 164px;
}
.table-price td {
  background-color: #F4FAFF;
  border-radius: 6px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 13px;
}
.table-price td:first-child {
  font-weight: 700;
  background-color: #CFEEFF;
  color: #239DF5;
}
.table-price td .price-des-small {
  font-size: 11px;
}
.table-price tr:last-child td {
  padding: 0;
}
@media (max-width: 768px) {
  .table-price {
    font-size: 9.64px;
    border-spacing: 6px;
  }
  .table-price th {
    border-radius: 4px;
    font-size: 10px;
  }
  .table-price th.price-table-title {
    font-size: 12px;
    border-radius: 4px;
    padding: 14px 31px;
    width: 160px;
  }
  .table-price th.price-table-title:first-child {
    width: 122px;
  }
  .table-price th.price-table-title {
    font-size: 11px;
    word-break: keep-all;
  }
  .table-price td {
    border-radius: 5px;
    font-size: 10px;
    padding: 15px 10px;
  }
  .table-price td img {
    width: 28px;
    height: 28px;
  }
  .table-price td .price-des-small {
    font-size: 8px;
  }
  .table-price tr:last-child td {
    padding: 0;
  }
}

.merge-table {
  display: flex;
  gap: 8px;
}
.merge-table .col-title {
  width: 164px;
  background-color: #CFEEFF;
}
.merge-table .col-data {
  width: 216px;
  background-color: #F4FAFF;
}
.merge-table .td-child {
  height: 80px;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  padding: 0 10px;
  font-size: 14px;
}
.merge-table .child-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.merge-table .col-table {
  padding: 10px;
  display: flex;
  border-radius: 6px;
  flex-direction: column-reverse;
}
.merge-table .col-title .child-title {
  text-decoration: underline;
  font-size: 14px;
  color: #239DF5;
}
@media (max-width: 768px) {
  .merge-table {
    gap: 6px;
  }
  .merge-table .col-title {
    width: 122px;
  }
  .merge-table .col-data {
    width: 160px;
  }
  .merge-table .col-table {
    padding: 10px;
    border-radius: 5px;
  }
  .merge-table .child-title {
    font-size: 10px;
  }
  .merge-table .td-child {
    height: 58px;
    margin-top: 8px;
    border-radius: 6px;
    font-size: 10px;
  }
  .merge-table .col-title .child-title {
    font-size: 10px;
  }
}

.function-block {
  background-color: #F4FAFF;
  padding-top: 64px;
  padding-bottom: 90px;
}
.function-block .function-list {
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .function-block .function-list {
    padding: 0 20px;
  }
}
.function-block .function-list .function-item {
  display: flex;
  padding-bottom: 12px;
}
.function-block .function-list .function-item .function-label {
  display: flex;
  min-height: 183px;
  justify-content: center;
  align-items: center;
  flex: 0 0 200px;
  gap: 5px;
  color: #fff;
  padding: 0 35px;
  border-radius: 12px 0 0 12px;
  background-color: #67BFFF;
  position: relative;
  font-family: "Albert Sans", sans-serif;
}
.function-block .function-list .function-item .function-label:before {
  content: "";
  position: absolute;
  border-left: 16px solid transparent;
  border-top: 16px solid transparent;
  border-bottom: 16px solid #FEE246;
  bottom: 0px;
  right: 0;
}
.function-block .function-list .function-item .function-label .title-function {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.function-block .function-list .function-item .function-label .number-function {
  font-size: 32px;
  font-weight: 700;
}
.function-block .function-list .function-item .function-detail {
  padding: 20px 20px 20px 35px;
  background-color: #fff;
  display: flex;
  min-height: 183px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 12px 12px 0;
  width: 100%;
  gap: 30px;
}
.function-block .function-list .function-item .function-detail .text-detail {
  line-height: 162%;
  font-weight: 400;
}
.function-block .function-list .function-item .function-detail .paragraph {
  margin: 0;
  width: calc(100% - 294px);
}
.function-block .function-list .function-item .function-detail .paragraph h3 {
  font-size: 18px;
  word-break: break-all;
}
.function-block .function-list .function-item .function-detail .paragraph h3:before {
  top: 11px;
}
.function-block .function-list .function-item .function-detail .paragraph .funtion-des {
  font-size: 14px;
  word-break: break-all;
}
.function-block .function-list .function-item .function-detail .image-detail {
  display: block;
  width: 294px;
  text-align: center;
}
.function-block .function-list .function-item .function-detail .image-detail img {
  max-width: 294px;
  max-height: 166px;
}
.function-block .function-list .function-item .function-detail.empty-img .paragraph {
  width: 85%;
}
@media (max-width: 768px) {
  .function-block {
    padding-top: 5px;
    padding-bottom: 45px;
  }
  .function-block .function-list {
    max-width: 330px;
    margin-top: 7px;
  }
  .function-block .function-list .function-item {
    display: flex;
    padding-bottom: 15px;
    flex-direction: column;
  }
  .function-block .function-list .function-item .function-label {
    min-height: 50px;
    padding: 0 25px;
    flex: none;
    border-radius: 6px 6px 0 0;
  }
  .function-block .function-list .function-item .function-label:before {
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #FEE246;
  }
  .function-block .function-list .function-item .function-label .title-function {
    font-size: 14px;
  }
  .function-block .function-list .function-item .function-label .number-function {
    font-size: 23px;
  }
  .function-block .function-list .function-item .function-detail {
    padding: 20px 25px 25px;
    flex-direction: column;
    border-radius: 0 0 6px 6px;
    min-height: auto;
    gap: 15px;
  }
  .function-block .function-list .function-item .function-detail .image-detail img {
    width: 100%;
    border-radius: 4px;
  }
  .function-block .function-list .function-item .function-detail .paragraph {
    margin: 0;
    width: 100%;
  }
  .function-block .function-list .function-item .function-detail .paragraph h3 {
    font-size: 16px;
  }
  .function-block .function-list .function-item .function-detail .paragraph .funtion-des {
    font-size: 13px;
  }
  .function-block .function-list .function-item .function-detail.empty-img .paragraph {
    width: 100%;
  }
}

.paragraph {
  margin: 40px 0;
}
.paragraph .wp-block-image {
  margin-bottom: 40px;
}
.paragraph h2 {
  color: #1A1A1C;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  margin-left: 18px;
  position: relative;
}
.paragraph h2:before {
  content: "";
  position: absolute;
  background-size: 100%;
  width: 1px;
  border-left: 3px solid #239DF5;
  top: 5px;
  bottom: 5px;
  left: -15px;
}
.paragraph h3 {
  color: #239DF5;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
  margin-left: 18px;
  position: relative;
}
.paragraph h3:before {
  content: "";
  position: absolute;
  background: #239DF5;
  background-size: 100%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 13px;
  left: -18px;
}
.paragraph .funtion-des {
  font-size: 14px;
}
@media (max-width: 768px) {
  .paragraph .funtion-des {
    font-size: 13px;
  }
}
.paragraph img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
}
.paragraph p {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 162%;
  word-break: break-all;
}
@media (max-width: 768px) {
  .paragraph h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
  }
  .paragraph h2:before {
    border-left: 2px solid #239DF5;
    left: -16px;
  }
  .paragraph h3 {
    font-size: 18px;
    margin-bottom: 6px;
    margin-left: 10px;
  }
  .paragraph h3:before {
    width: 6px;
    height: 6px;
    left: -10px;
    top: 11px;
  }
  .paragraph p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.row-2-column {
  display: flex;
  gap: 30px;
}
.row-2-column .col {
  flex: 1;
}
.row-2-column .col img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .row-2-column {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.col-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
.col-item label {
  width: 84px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 200%;
  color: #0465BF;
}
.col-item span {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  word-break: break-all;
  color: #333333;
}
@media (max-width: 768px) {
  .col-item {
    gap: 0px;
    flex-direction: column;
  }
  .col-item label {
    width: 100%;
    font-size: 13px;
  }
  .col-item span {
    width: 100%;
    font-size: 13px;
  }
}

.list-block {
  margin-top: 25px;
  background-color: #F4FAFF;
  border-radius: 12px;
  padding: 35px 40px;
}
.list-block ul li {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.list-block ul li + li {
  margin-top: 10px;
}
.list-block ul li span:first-child {
  position: relative;
}
.list-block ul li span:first-child:before {
  content: "";
  position: absolute;
  background: url(../images/icons/ico-check.svg) center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%);
  top: 60%;
  left: -20px;
}

.divider {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  height: 1px;
  background: #E5E5E5;
}

.pagination_type_1 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination_type_1 .pagination-btn {
  border-radius: 50px;
  font-weight: 700;
  font-size: 20.842px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.pagination_type_1 .pagination-btn:hover:not(.page-without) {
  color: #fff !important;
}
.pagination_type_1 .pagination-btn.active {
  color: #fff;
  background-color: #239DF5;
  font-size: 16px;
  line-height: 170%;
}
.pagination_type_1 .pagination-btn.page-char {
  padding: 10px 35px;
}
.pagination_type_1 .pagination-btn.pagination-prev {
  background: url(../images/icons/ico-pagination-left.svg) 20px no-repeat;
  padding: 10px 40px 10px 60px;
}
.pagination_type_1 .pagination-btn.pagination-prev:hover {
  background: rgba(35, 157, 245, 0.8) url(../images/icons/ico-pagination-left-hover.svg) 20px no-repeat;
}
.pagination_type_1 .pagination-btn.pagination-next {
  background: url(../images/icons/ico-pagination-right.svg) calc(100% - 20px) no-repeat;
  padding: 10px 60px 10px 40px;
}
.pagination_type_1 .pagination-btn.pagination-next:hover {
  background: rgba(35, 157, 245, 0.8) url(../images/icons/ico-pagination-right-hover.svg) calc(100% - 20px) no-repeat;
}
@media (max-width: 768px) {
  .pagination_type_1 {
    margin-top: 30px;
    gap: 7px;
  }
  .pagination_type_1 .pagination-btn {
    font-size: 16px;
    gap: 12px;
  }
  .pagination_type_1 .pagination-btn.active {
    padding: 5px 30px;
    font-size: 13px;
  }
  .pagination_type_1 .pagination-btn.page-char {
    padding: 10px 35px;
  }
  .pagination_type_1 .pagination-btn.pagination-prev {
    background: url(../images/icons/ico-pagination-left.svg) 10px no-repeat;
    padding: 10px 10px 10px 30px;
  }
  .pagination_type_1 .pagination-btn.pagination-prev:hover, .pagination_type_1 .pagination-btn.pagination-prev:focus-within, .pagination_type_1 .pagination-btn.pagination-prev:focus {
    background: url(../images/icons/ico-pagination-left.svg) 10px no-repeat;
    color: #333 !important;
  }
  .pagination_type_1 .pagination-btn.pagination-next {
    background: url(../images/icons/ico-pagination-right.svg) calc(100% - 10px) no-repeat;
    padding: 10px 30px 10px 10px;
  }
  .pagination_type_1 .pagination-btn.pagination-next:hover, .pagination_type_1 .pagination-btn.pagination-next:focus-within, .pagination_type_1 .pagination-btn.pagination-next:focus {
    background: url(../images/icons/ico-pagination-right.svg) calc(100% - 10px) no-repeat;
    color: #333 !important;
  }
}

.sidebar .sidebar-title {
  font-size: 26px;
  font-weight: 500;
  margin-left: 18px;
  position: relative;
  padding-bottom: 8px;
  line-height: 1;
}
.sidebar .sidebar-title:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #FEDB18;
  top: 3px;
  left: -15px;
  transform: rotate(90deg);
}
.sidebar .sidebar-block-category {
  margin-bottom: 118px;
}
.sidebar .sidebar-block-category li {
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
}
.sidebar .sidebar-block-category .sidebar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 11px 0;
}
.sidebar .sidebar-block-category .sidebar-item:focus, .sidebar .sidebar-block-category .sidebar-item:focus-within {
  color: #333;
}
.sidebar .sidebar-block-category .sidebar-item.active {
  background-color: #F4FAFF;
  padding: 11px 10px 11px 29px;
  border-radius: 6px;
  color: #333;
}
.sidebar .sidebar-block-category .sidebar-item.active .sidebar-item-btn {
  display: none;
}
.sidebar .sidebar-block-category .sidebar-item.active .sidebar-item-text {
  position: relative;
  padding-right: 0;
}
.sidebar .sidebar-block-category .sidebar-item.active .sidebar-item-text:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #0465BF;
  border-radius: 50%;
  top: 50%; /* Đặt top thành 50% để nằm chính giữa của hàng */
  transform: translate(-50%, -50%); /* Dùng transform để điều chỉnh chính giữa theo cả chiều ngang và chiều dọc */
  left: -15px;
}
.sidebar .sidebar-block-category .sidebar-item .sidebar-item-text {
  line-height: 160%;
  font-weight: 500;
  padding-right: 10px;
  word-break: break-all;
}
.sidebar .sidebar-block-category .sidebar-item .sidebar-item-btn img {
  height: 6px;
  width: 6px;
}
.sidebar .sidebar-block-category .sidebar-item-all {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.sidebar .sidebar-block-category .sidebar-item-all .sidebar-item-text {
  line-height: 160%;
  font-weight: 500;
}
.sidebar .sidebar-block-category .sidebar-item-all .sidebar-item-btn {
  max-height: 16px;
  max-width: 16px;
}
.sidebar .divider {
  padding: 0;
  border: 0;
  outline: 0;
  height: 1px;
  background: #E5E5E5;
  margin: 10px 0;
}
.sidebar .sidebar-block-post {
  margin-bottom: 70px;
}
.sidebar .sidebar-block-post .sidebar-item {
  cursor: pointer;
  padding: 6px 0;
}
.sidebar .sidebar-block-post .sidebar-item:hover {
  opacity: 0.6;
}
.sidebar .sidebar-block-post .sidebar-item .sidebar-item-text {
  line-height: 160%;
  font-weight: 500;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sidebar .sidebar-block-post .sidebar-item .sidebar-item-text-secondary {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #B4B4B7;
}
.sidebar .sidebar-block-post .sidebar-item .sidebar-item-text-secondary .post-category {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sidebar .sidebar-title {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 1;
  }
  .sidebar .sidebar-title:before {
    border-top: 8px solid transparent;
    border-left: 8px solid #FEDB18;
    top: 0;
  }
  .sidebar .sidebar-block-category {
    margin-bottom: 70px;
  }
  .sidebar .sidebar-block-category .sidebar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
  }
  .sidebar .sidebar-block-category .sidebar-item.active .sidebar-item-btn {
    display: none;
  }
  .sidebar .sidebar-block-category .sidebar-item.active .sidebar-item-text:before {
    height: 5px;
    width: 5px;
  }
  .sidebar .sidebar-block-category .sidebar-item .sidebar-item-text {
    font-size: 13px;
  }
  .sidebar .sidebar-block-category hr.divider {
    margin: 3px 0;
  }
  .sidebar .sidebar-block-post .sidebar-item .sidebar-item-text {
    font-size: 13px;
  }
  .sidebar .sidebar-block-post .sidebar-item .sidebar-item-text-secondary {
    font-size: 11px;
  }
}

.page-with-sidebar {
  max-width: 1360px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 90px;
}
@media (max-width: 1359px) {
  .page-with-sidebar {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .page-with-sidebar {
    gap: 40px;
  }
}
.page-with-sidebar .content {
  max-width: 697px;
  flex: 1;
}
.page-with-sidebar .sidebar {
  max-width: 272px;
}
@media (max-width: 768px) {
  .page-with-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
  .page-with-sidebar .content {
    max-width: 100%;
    margin-top: 0;
  }
  .page-with-sidebar .sidebar {
    max-width: 100%;
  }
}

.page-without-sidebar {
  max-width: 878px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-without-sidebar {
    max-width: 100%;
  }
  .page-without-sidebar .content {
    max-width: 100%;
    margin: 0 30px;
  }
}

.post-block {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
  gap: 25px;
  align-items: center;
}
.post-block:hover {
  opacity: 0.6;
}
.post-block .post-img {
  max-width: 207px;
  max-height: 136px;
  border-radius: 6px;
  flex: 1;
}
.post-block .post-text {
  padding-left: 5px;
  flex: 1;
}
.post-block .post-text .post-second-text {
  display: flex;
  gap: 17px;
  color: #B4B4B7;
}
.post-block .post-text .post-second-text .post-category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-block .post-text .post-des {
  line-height: 170%;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.post-block .post-btn {
  max-width: 42px;
  max-height: 42px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .post-block {
    max-width: 100%;
    gap: 12px;
    padding: 20px 0;
    align-items: start;
  }
  .post-block .post-img {
    max-width: 123px;
  }
  .post-block .post-text {
    padding-left: 0;
    font-size: 13px;
  }
  .post-block .post-text .post-second-text {
    display: flex;
    gap: 12px;
    font-size: 11px;
  }
  .post-block .post-text .post-des {
    font-size: 13px;
  }
  .post-block .post-btn {
    display: none;
  }
}

.post-second-detail {
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: #B4B4B7;
}
.post-second-detail .post-category {
  display: inline-block;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .post-second-detail {
    font-size: 14px;
  }
}

.pagination_type_2 {
  display: flex;
  font-size: 20.842px;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 25px;
  gap: 8px;
  align-items: center;
}
.pagination_type_2 .pagination-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 44px;
  height: 44px;
}
.pagination_type_2 .pagination-btn.next-link {
  background: url("../images/icons/ico-pagination-right.svg") center no-repeat;
}
.pagination_type_2 .pagination-btn.prev-link {
  background: url("../images/icons/ico-pagination-left.svg") center no-repeat;
}
.pagination_type_2 .pagination-btn a {
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  line-height: 116%;
  flex-wrap: wrap;
}
.pagination_type_2 .pagination-btn:hover:not(.page-without) a {
  color: #fff;
  background-color: rgba(35, 157, 245, 0.7);
  width: 44px;
  height: 44px;
}
.pagination_type_2 .pagination-btn:hover:not(.page-without).next-link {
  background: url("../images/icons/ico-pagination-right-hover.svg") center no-repeat;
}
.pagination_type_2 .pagination-btn:hover:not(.page-without).prev-link {
  background: url("../images/icons/ico-pagination-left-hover.svg") center no-repeat;
}
.pagination_type_2 .pagination-btn.active {
  background-color: #239DF5;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  line-height: 116%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pagination_type_2 {
    font-size: 16px;
    gap: 0px;
  }
  .pagination_type_2 .pagination-btn {
    width: 34px;
    height: 34px;
  }
  .pagination_type_2 .pagination-btn a {
    width: 34px;
    height: 34px;
  }
  .pagination_type_2 .pagination-btn:hover:not(.page-without) a {
    width: 34px;
    height: 34px;
  }
  .pagination_type_2 .pagination-btn.active {
    width: 34px;
    height: 34px;
  }
}

.input-checkbox-with-link {
  justify-content: start !important;
}

.service-block {
  padding: 120px 0 83px;
  overflow-x: hidden;
  background-color: #F4FAFF;
}
.service-block .container {
  max-width: 1045px;
}
@media (min-width: 1361px) {
  .service-block {
    background-size: cover;
  }
}
.service-block .box-inner {
  border-width: 1px 0 0 0;
  border-color: rgba(255, 255, 255, 0.35);
  border-style: dotted;
  padding: 60px 0 0;
}
.service-block .page-title {
  color: #239DF5;
}
.service-block .page-title .sub-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.service-block .page-title label {
  padding-top: 0;
}
.service-block .box-inner .box-item {
  padding-bottom: 52px;
}
.service-block .box-inner .box-item .box-text .text > label {
  font-size: 30px;
  letter-spacing: 0px;
}
.service-block .box-inner .box-item .box-text .text > label span.with-color {
  color: #239DF5;
  font-size: 30px;
}
@media (max-width: 768px) {
  .service-block {
    padding: 60px 10px 40px;
  }
  .service-block .box-inner {
    padding: 25px 0 0;
    margin-top: 0px;
  }
  .service-block .box-inner .box-item {
    padding-bottom: 15px;
  }
  .service-block .box-inner .box-item .box-text .text > label {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .service-block .box-inner .box-item .box-text .text > label.no-spacing {
    letter-spacing: 0;
  }
  .service-block .box-inner .box-item .box-text .text > label span.with-color {
    font-size: 20px;
  }
}

.content.partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 31px;
}
.content.partners .col-4 {
  width: 33.33%;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
}

.article-partner {
  border-radius: 14px;
  padding: 10px;
  word-break: break-all;
  background: #fff;
  box-shadow: 10px 15px 35px 0px rgba(4, 101, 191, 0.07);
}
.article-partner:hover {
  opacity: 0.6;
}
.article-partner .partner-info {
  padding: 10px;
}
.article-partner .btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 6px;
  background: #F4FAFF;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Albert Sans", sans-serif;
  gap: 8px;
}
.article-partner .btn-more span {
  font-weight: 600;
  font-size: 13px;
  line-height: 116%;
  color: #626264;
}
.article-partner .btn-more img {
  width: 15px;
}
.article-partner .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .article-partner .thumbnail {
    min-height: 140px;
  }
}
@media (min-width: 1000px) {
  .article-partner .thumbnail {
    min-height: 190px;
  }
}
.article-partner .thumbnail img {
  width: 100%;
}
.article-partner .detail {
  display: -webkit-box;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .article-partner {
    padding: 20px;
    border-radius: 10px;
  }
  .article-partner .btn-more {
    margin-top: 12px;
    padding: 15px 0;
  }
  .article-partner .btn-more span {
    font-size: 11px;
  }
  .article-partner .btn-more img {
    width: 13px;
  }
  .article-partner .partner-info {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 0;
  }
  .article-partner .partner-info .thumbnail img {
    aspect-ratio: 134/88;
  }
  .article-partner .partner-info .thumbnail {
    flex: 1;
  }
  .article-partner .partner-info .partner-text {
    flex: 1;
  }
}

.price-title {
  font-size: 16px;
}
@media (max-width: 768px) {
  .price-title {
    font-size: 11.864px;
  }
}

.price-column {
  font-size: 14px;
}
@media (max-width: 768px) {
  .price-column {
    font-size: 10.381px;
  }
}

.price-des-normal {
  font-size: 13px;
}
@media (max-width: 768px) {
  .price-des-normal {
    font-size: 9.64px;
  }
}

.price-des-small {
  font-size: 11px;
}
@media (max-width: 768px) {
  .price-des-small {
    font-size: 8.157px;
  }
}

.price-extra {
  font-size: 13px !important;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .price-extra {
    font-size: 9.64px !important;
  }
}

.funtion-title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .funtion-title {
    font-size: 16px;
  }
}

.page-pricing .banner-heading .banner-text {
  padding: 32px 0 80px;
}
.page-pricing .price-block {
  margin-top: -8px;
  padding: 0 0 120px;
}
@media (max-width: 1110px) {
  .page-pricing .price-block {
    margin: 0 30px 50px;
    padding: 0 0 20px;
    max-width: 1060px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .page-pricing .price-block::-webkit-scrollbar {
    width: 330px;
    height: 4px;
  }
  .page-pricing .price-block::-webkit-scrollbar-track {
    background: #fff;
  }
  .page-pricing .price-block::-webkit-scrollbar-thumb {
    background: #F7F7F7;
  }
  .page-pricing .price-block::-webkit-scrollbar-thumb:hover {
    background: #F7F7F7;
  }
  .page-pricing .price-block::-webkit-scrollbar-button {
    display: none;
  }
}
@media (max-width: 850px) {
  .page-pricing .price-block {
    margin: 0 0px 50px 30px;
    padding: 0 0 20px;
    max-width: 785px;
  }
}
.page-pricing .sub-title {
  padding-bottom: 0;
}
.page-pricing .contact-content {
  padding-top: 60px;
}
.page-pricing .contact-content p {
  text-align: center;
  padding: 35px 0 60px;
  font-size: 14px;
}
.page-pricing .contact-content p.sub-txt {
  font-size: 13px;
}
@media (max-width: 768px) {
  .page-pricing .sub-title {
    padding-bottom: 0;
  }
  .page-pricing .banner-heading .banner-text {
    padding: 32px 0 40px;
  }
  .page-pricing .contact-content {
    padding: 50px 30px 0px;
  }
  .page-pricing .contact-content p {
    text-align: left;
    padding: 15px 0 40px;
    font-size: 13px;
  }
  .page-pricing .contact-content p.sub-txt {
    font-size: 13px;
  }
}

.page-feature .clients-block {
  padding: 8px 0 68px;
}
.page-feature .clients-block .block-title {
  padding: 0 20px;
  margin-bottom: 30px;
}
.page-feature .clients-block .clients-inner {
  margin-bottom: 0;
}
.page-feature .clients-block .clients-inner .text {
  width: calc(57% - 5px);
}
.page-feature .clients-block .clients-inner .text label {
  font-size: 26px;
  margin-bottom: 15px;
  margin-right: -13px;
}
.page-feature .clients-block .clients-inner .text i {
  font-style: normal;
  letter-spacing: -9.36px;
}
@media (max-width: 768px) {
  .page-feature .banner-heading .banner-text {
    padding: 24px 0 57px;
  }
  .page-feature .clients-block {
    padding: 0px 30px 33px;
  }
  .page-feature .clients-block .block-title {
    font-size: 24px;
    padding: 0;
  }
  .page-feature .clients-block .clients-inner {
    padding: 20px 25px;
    border-radius: 6px;
  }
  .page-feature .clients-block .clients-inner .text {
    padding-bottom: 0;
    width: 100%;
  }
  .page-feature .clients-block .clients-inner .text label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-feature .clients-block .clients-inner .text p {
    font-size: 13px;
    line-height: 170%;
    font-weight: 500;
  }
  .page-feature .clients-block .clients-inner .text p.text-note {
    font-size: 11px;
    line-height: 152.5%;
  }
}

.markerobo-form-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
.markerobo-form-wrapper input, .markerobo-form-wrapper .form-input {
  border-radius: 7px;
  border: 1px solid var(--Grayscale-GS300, #E5E5E5);
  background: #FFF;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.markerobo-form-wrapper input::placeholder, .markerobo-form-wrapper .form-input::placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
}
.markerobo-form-wrapper .markerobo-form-innerform {
  border-radius: 16px;
  background: #F4FAFF;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
  max-width: 878px;
  margin: auto;
  padding: 70px 211px 46px;
}
@media (max-width: 900px) {
  .markerobo-form-wrapper .markerobo-form-innerform {
    padding: 25px 20px 1px;
  }
  .markerobo-form-wrapper .markerobo-form-innerform .markerobo-form-page-wrapper {
    max-width: 456px;
    margin: auto;
  }
}
.markerobo-form-wrapper .markerobo-form-freetext p {
  color: #757578;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: -0.195px;
  margin: 6px 0 40px;
}
@media (max-width: 768px) {
  .markerobo-form-wrapper .markerobo-form-freetext p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.markerobo-form-wrapper .markerobo-form-button {
  border-radius: 63px;
  background: var(--Linear-blue, linear-gradient(252deg, #239DF5 5.81%, #23C3F5 92.1%));
  box-shadow: 10px 15px 27px 0px rgba(4, 101, 191, 0.15);
  width: 332px;
  height: 72px;
}
.markerobo-form-wrapper .markerobo-form-button span {
  padding: 20px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .markerobo-form-wrapper .markerobo-form-button {
    width: 286px;
    height: 64px;
  }
  .markerobo-form-wrapper .markerobo-form-button span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 10px;
  }
}
.markerobo-form-wrapper .markerobo-form-errormsg {
  font-size: 14px;
  color: #EA0000;
  line-height: 1;
  margin-top: 6px;
  display: block;
}
.markerobo-form-wrapper .markerobo-form-page-item, .markerobo-form-wrapper .markerobo-form-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  flex-direction: column;
}
.markerobo-form-wrapper .markerobo-form-page-item.markerobo-form-item-row, .markerobo-form-wrapper .markerobo-form-row.markerobo-form-item-row {
  flex-direction: row;
  margin-bottom: 0;
}
.markerobo-form-wrapper .markerobo-form-page-item .select-control, .markerobo-form-wrapper .markerobo-form-row .select-control {
  max-width: 220px;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-help-note, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-help-note {
  padding-bottom: 4px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.21px;
}
@media (max-width: 768px) {
  .markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-help-note, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-help-note {
    font-weight: 400;
    font-size: 13px;
  }
}
.markerobo-form-wrapper .markerobo-form-page-item .textarea-control, .markerobo-form-wrapper .markerobo-form-row .textarea-control {
  height: 50px;
  padding: 10px 15px;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-helpmessage, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-helpmessage {
  color: #757578;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: -0.195px;
  margin-top: 4px;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-helpmessage a, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-helpmessage a {
  color: #239DF5;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: -0.195px;
  text-decoration-line: underline;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-label, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-label {
  display: block;
  color: #333;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -0.24px;
  padding: 0px 0 12px;
  width: 100%;
  position: relative;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-label.required:after, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-label.required:after {
  color: #EA0000;
  content: "※";
  display: inline;
  vertical-align: text-top;
  font-size: 11px;
  line-height: 1.4;
  position: absolute;
  top: 1px;
}
.markerobo-form-wrapper .markerobo-form-page-item.markerobo-form-checkboxgrp, .markerobo-form-wrapper .markerobo-form-row.markerobo-form-checkboxgrp {
  width: 100%;
}
.markerobo-form-wrapper .markerobo-form-page-item.markerobo-form-checkboxgrp .markerobo-form-errormsg, .markerobo-form-wrapper .markerobo-form-row.markerobo-form-checkboxgrp .markerobo-form-errormsg {
  display: block;
  width: 100%;
  text-align: center;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-row, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-row {
  width: 100%;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-label, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 0px;
  gap: 8px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -0.24px;
}
@media (max-width: 768px) {
  .markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-label, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-label {
    padding: 16px 0 0px;
  }
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-label .markerobo-form-checkboxgrp-checkbox, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-label .markerobo-form-checkboxgrp-checkbox {
  display: none;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-label label, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-label label {
  position: relative;
  cursor: pointer;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-label label:before, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-label label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  top: -3px;
}
.markerobo-form-wrapper .markerobo-form-page-item .markerobo-form-checkboxgrp-label input:checked + label:after, .markerobo-form-wrapper .markerobo-form-row .markerobo-form-checkboxgrp-label input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 9px;
  border: solid #239DF5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.terms-list {
  list-style-type: disc;
  padding-left: 20px;
}
.terms-list li {
  margin-bottom: 5px;
  position: relative;
}
.terms-list li:before {
  content: "•";
  position: absolute;
  left: -15px;
  font-size: 20px;
  transform: translateY(-20%);
}

.link {
  color: #14a1e9;
}

.table-terms {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table-terms td, .table-terms th {
  border: 1px dotted #8b898a;
  text-align: left;
  padding: 8px;
  border-left: 0;
  border-right: 0;
}
.table-terms th {
  background-color: #dddddd;
  font-weight: bold;
}
.table-terms td:first-child {
  background-color: #dddddd;
}

.page-detail.partners .img-detail {
  display: flex;
  margin-top: 30px;
}
.page-detail.partners .img-detail img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
}
.page-detail.partners .col-item span, .page-detail.partners .col-item label {
  line-height: 170%;
}
.page-detail.partners .description p {
  word-break: break-all;
}
.page-detail.partners .block-partners {
  margin: 60px 0;
}
.page-detail.partners .block-partners .row-2-column {
  gap: 48px;
}
.page-detail.partners .block-partners p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  word-break: break-all;
}
.page-detail.partners .block-partners .col-item + .col-item {
  margin-top: 15px;
}
.page-detail.partners .page-without-sidebar {
  max-width: 756px;
}
.page-detail.partners .title {
  margin-bottom: 30px;
  word-break: break-all;
  font-size: 34px;
}
.page-detail.partners .description {
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-detail.partners .description p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.page-detail.partners .divider.partners {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  height: 3px;
  background: #239DF5;
}
.page-detail.partners .list-block {
  background: transparent;
  margin-top: 0;
  padding: 0;
}
.page-detail.partners .list-block ul li {
  font-size: 15px;
  font-weight: 700;
  line-height: 170%;
  padding-left: 15px;
  position: relative;
}
.page-detail.partners .list-block ul li + li {
  margin-top: 6px;
}
.page-detail.partners .list-block ul li:before {
  content: "・";
  background: none;
  top: 0;
  position: absolute;
  left: 0;
  color: #239DF5;
}
.page-detail.partners .pagination_type_1 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-detail.partners {
    padding-bottom: 65px;
  }
  .page-detail.partners .pagination_type_1 {
    margin-top: -10px;
  }
  .page-detail.partners .title {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 24px;
  }
  .page-detail.partners .description {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page-detail.partners .description p {
    font-size: 13px;
  }
  .page-detail.partners .img-detail {
    margin-top: 20px;
  }
  .page-detail.partners hr.divider.partners {
    height: 2px;
  }
  .page-detail.partners .block-partners {
    margin: 30px 0 32px;
  }
  .page-detail.partners .block-partners p {
    font-size: 13px;
  }
  .page-detail.partners .block-partners .row-2-column {
    gap: 20px;
  }
  .page-detail.partners .list-block ul li {
    font-size: 13px;
  }
  .page-detail.partners .list-block ul li + li {
    margin-top: 4px;
  }
}

.page-detail.case {
  background: url(../images/bg-case.svg) top no-repeat;
  background-size: 100%;
}
.page-detail.case .company-employees {
  flex-direction: column;
  gap: 6px;
}
.page-detail.case .company-employees .company-name {
  max-width: 100%;
}
.page-detail.case .company-employees .employees-number {
  max-width: 100%;
}
.page-detail.case .company-employees .employees-number:after {
  content: none;
}
.page-detail.case .page-without-sidebar {
  max-width: 756px;
  margin-top: 32px;
}
.page-detail.case .block-case {
  margin: 60px 0;
}
.page-detail.case .block-case p {
  word-break: break-all;
}
.page-detail.case .title {
  margin-bottom: 20px;
  font-size: 34px;
  word-break: break-all;
}
.page-detail.case .description {
  margin-top: 30px;
}
.page-detail.case .tag {
  margin-top: 10px;
}
.page-detail.case .thumbnail {
  display: flex;
  padding: 50px 0;
}
.page-detail.case .thumbnail img {
  width: 100%;
  border-radius: 10px;
  background: lightgray 0px -0.299px/100% 103.094% no-repeat;
}
.page-detail.case .title-h2 {
  color: #1A1A1C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 0.45px;
  position: relative;
  padding-left: 27px;
  margin: 0 0 35px 0;
  word-break: break-all;
}
.page-detail.case .title-h2:before {
  content: "";
  position: absolute;
  background-size: 100%;
  width: 1px;
  border-left: 3px solid #239DF5;
  top: 5px;
  bottom: 5px;
  left: 0px;
}
.page-detail.case .title-h3 {
  color: #239DF5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-bottom: 30px;
  word-break: break-all;
}
.page-detail.case .title-h4 {
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  padding-top: 10px;
}
.page-detail.case .title-h4 span {
  background-color: white;
  font-weight: 700;
  color: #239DF5;
  padding-right: 16px;
  word-break: break-all;
}
.page-detail.case .title-h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  right: 0;
  border-bottom: 1px solid #239DF5;
  z-index: -1;
  margin-top: 5px;
}
.page-detail.case .col-item {
  gap: 15px;
  margin-bottom: 15px;
}
.page-detail.case .col-item.no-margin {
  margin-bottom: 0;
}
.page-detail.case .col-item label {
  color: #0465BF;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  width: 84px;
}
.page-detail.case .col-item span {
  color: #1A1A1C;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  width: calc(100% - 100px);
}
.page-detail.case .case-image img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}
.page-detail.case .case-before, .page-detail.case .case-after {
  border-radius: 10px;
  padding: 15px 15px 30px 15px;
}
.page-detail.case .case-before .heading, .page-detail.case .case-after .heading {
  padding: 16px 0;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.page-detail.case .case-before .row-2-column-case, .page-detail.case .case-after .row-2-column-case {
  padding: 0 25px;
  margin-top: 25px;
  display: flex;
  gap: 30px;
}
.page-detail.case .case-before .row-2-column-case .col:first-child, .page-detail.case .case-after .row-2-column-case .col:first-child {
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 166%;
}
.page-detail.case .case-before .row-2-column-case .col:last-child, .page-detail.case .case-after .row-2-column-case .col:last-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  font-family: "Noto Sans JP", sans-serif;
}
.page-detail.case .case-before {
  background: #F7F7F7;
  color: #757578;
}
.page-detail.case .case-before .heading {
  background: #B4B4B7;
}
.page-detail.case .case-detail {
  gap: 35px;
}
.page-detail.case .case-detail .col-case-1 {
  flex: 0.56;
}
.page-detail.case .case-detail .col-case-2 {
  flex: 0.44;
}
.page-detail.case .case-after {
  background: #F4FAFF;
  margin-bottom: 75px;
  color: #239DF5;
}
.page-detail.case .case-after .heading {
  background: #239DF5;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-content: center;
}
.page-detail.case .case-next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-detail.case {
    background: url(../images/bg-case-sp.svg) top no-repeat;
    padding-bottom: 60px;
  }
  .page-detail.case .page-without-sidebar {
    margin-top: 30px;
  }
  .page-detail.case .title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .page-detail.case .thumbnail {
    padding: 30px 0;
  }
  .page-detail.case .case-detail {
    gap: 20px;
  }
  .page-detail.case .post-second-detail {
    margin-top: 15px;
  }
  .page-detail.case .description {
    margin-top: 20px;
  }
  .page-detail.case .block-case {
    margin: 30px 0;
  }
  .page-detail.case .title-h2 {
    font-size: 20px;
    padding-left: 15px;
    margin: 0 0 15px 0;
  }
  .page-detail.case .title-h2:before {
    border-left: 2px solid #239DF5;
  }
  .page-detail.case .title-h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-detail.case .title-h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-detail.case .case-next img {
    width: 36px;
  }
  .page-detail.case .case-before, .page-detail.case .case-after {
    padding: 10px 10px 20px 10px;
  }
  .page-detail.case .case-before .heading, .page-detail.case .case-after .heading {
    font-size: 16px;
    padding: 14px 0;
    margin-bottom: 15px;
  }
  .page-detail.case .case-before .row-2-column-case, .page-detail.case .case-after .row-2-column-case {
    gap: 10px;
    padding: 0 10px;
    margin-top: 6px;
  }
  .page-detail.case .case-before .row-2-column-case .col:first-child, .page-detail.case .case-after .row-2-column-case .col:first-child {
    font-size: 15px;
    margin-top: -1px;
  }
  .page-detail.case .case-before .row-2-column-case .col:last-child, .page-detail.case .case-after .row-2-column-case .col:last-child {
    font-size: 14px;
  }
  .page-detail.case .col-item {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 16px;
  }
  .page-detail.case .col-item.no-margin {
    margin-bottom: 0;
  }
  .page-detail.case .col-item label, .page-detail.case .col-item span {
    width: 100%;
    font-size: 13px;
  }
}

.row-2-column.case {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .row-2-column.case {
    gap: 5px;
  }
}

.row-2-column.case-detail {
  gap: 20px;
}

.col-case-1 {
  flex: 0.55;
}

.col-case-2 {
  flex: 0.45;
}

.col-case-2.case-image img {
  object-fit: cover;
  aspect-ratio: 313/235;
}

.nowrap-col {
  white-space: nowrap;
  flex: 0.3 !important;
}

.links-block {
  background: #fff;
  padding: 80px 0;
}
.links-block .links-inner {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.links-block .links-inner .btn {
  padding: 25px 25px;
  width: 100%;
  text-align: start;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 162%;
}
@media (max-width: 768px) {
  .links-block {
    padding: 40px 10px;
  }
  .links-block .links-inner {
    flex-direction: column;
    gap: 15px;
  }
  .links-block .links-inner .btn {
    padding: 19px 25px;
    font-size: 14px;
  }
}

.page-case {
  padding: 0 30px;
}
.page-case .banner-heading .banner-text {
  padding: 30px 0 95px;
}
.page-case .page-without-sidebar {
  max-width: 1061px;
}
.page-case .page-without-sidebar .company-employees {
  flex-direction: column;
  gap: 6px;
}
.page-case .page-without-sidebar .company-employees .company-name {
  max-width: 100%;
}
.page-case .page-without-sidebar .company-employees .employees-number {
  max-width: 100%;
}
.page-case .page-without-sidebar .company-employees .employees-number:after {
  content: none;
}
.page-case .page-without-sidebar .case-list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}
.page-case .page-without-sidebar .case-list .row .divider.pc-only {
  margin: 30px 0;
  width: 100%;
}
.page-case .page-without-sidebar .case-list .row .col {
  flex: 0 0 calc((100% - 62px) / 3);
}
.page-case .page-without-sidebar .case-list .row .col:hover {
  opacity: 0.6;
}
.page-case .page-without-sidebar .case-list .row .col .main-image {
  width: 100%;
  border-radius: 6px;
}
.page-case .page-without-sidebar .case-list .row .col .post-second-detail {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-case .page-without-sidebar .case-list .row .col .post-second-detail .post-category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}
.page-case .page-without-sidebar .case-list .row .col .heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.page-case .page-without-sidebar .case-list .row .col .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .page-case .page-without-sidebar .case-list .row .col .thumbnail {
    height: 140px;
  }
}
@media (min-width: 1000px) {
  .page-case .page-without-sidebar .case-list .row .col .thumbnail {
    height: 174px;
  }
}
.page-case .page-without-sidebar .case-list .row .col .thumbnail img {
  width: 100%;
  max-height: 100%;
}
.page-case .page-without-sidebar .case-list .row .col .tag {
  margin-top: 10px;
}
.page-case .page-without-sidebar .case-list .row .col .row-2-column {
  gap: 0;
  justify-content: start;
}
.page-case .page-without-sidebar .case-list .row .col .row-2-column .col:first-child {
  flex: none !important;
  font-weight: 500;
}
.page-case .page-without-sidebar .case-list .row .col .row-2-column .col {
  flex: 1;
}
@media (max-width: 768px) {
  .page-case {
    padding: 0px;
  }
  .page-case .banner-heading .banner-text {
    padding: 30px 0 50px;
  }
  .page-case .page-without-sidebar .case-list .row {
    display: flex;
    flex-direction: column;
  }
  .page-case .page-without-sidebar .case-list .row .col {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 27px;
  }
  .page-case .page-without-sidebar .case-list .row .col .tag {
    margin-top: 7px;
  }
  .page-case .page-without-sidebar .case-list .row .col .post-second-detail {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .page-case .page-without-sidebar .case-list .row .col .heading {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .page-case .page-without-sidebar .case-list .row .col .row-2-column {
    flex-direction: row;
  }
}

.company-employees {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.company-employees .company-name {
  font-size: 14px;
  color: #239DF5;
  font-weight: 500;
  max-width: calc(70% - 22px);
  word-break: break-all;
}
.company-employees .employees-number {
  font-size: 12px;
  color: #757578;
  font-weight: 500;
  max-width: 30%;
  position: relative;
}
.company-employees .employees-number:after {
  content: "";
  position: absolute;
  background-size: 100%;
  width: 1px;
  border-left: 1px solid #757578;
  top: 4px;
  bottom: 4px;
  left: -11px;
}
@media (max-width: 768px) {
  .company-employees {
    justify-content: start;
    gap: 20px;
  }
  .company-employees .company-name {
    font-size: 12px;
  }
  .company-employees .employees-number {
    font-size: 10px;
    line-height: 200%;
  }
}

.company-employees.detail {
  justify-content: start;
  gap: 20px;
}

.partner-block {
  background: #F4FAFF;
  padding-bottom: 147px;
}
@media (max-width: 768px) {
  .partner-block {
    padding-bottom: 60px;
  }
}

.title-partner {
  padding: 0 30px 30px 30px;
}
@media (max-width: 768px) {
  .title-partner {
    padding: 0 30px 20px 30px;
  }
}

.partner-content {
  max-width: 1061px;
  margin: 0 auto;
}
.partner-content .contact-content > p {
  text-align: center;
}
.partner-content .partner-list hr.divider {
  margin: 60px 0;
}
.partner-content .partner-list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}
.partner-content .partner-list .row .col {
  flex: 0 0 calc((100% - 62px) / 3);
}
.partner-content .partner-list .row .col img {
  max-width: 100%;
  border-radius: 6px;
}
.partner-content .partner-list .row .col .post-second-detail {
  margin-top: 20px;
  margin-bottom: 10px;
}
.partner-content .partner-list .row .col .heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 162%;
  text-align: center;
  display: -webkit-box;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
}
.partner-content .partner-list .row .col .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 162%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
  height: 46px;
}
.partner-content .partner-list .row .col .row-2-column {
  justify-content: space-between;
}
.partner-content .partner-list .row .col .row-2-column .col:first-child {
  flex: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .partner-content {
    padding: 0 30px;
  }
  .partner-content .contact-content > p {
    text-align: left;
  }
  .partner-content .partner-list .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .partner-content .partner-list .row .col .post-second-detail {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .partner-content .partner-list .row .col .heading {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
  }
  .partner-content .partner-list .row .col .txt {
    font-size: 10px;
    -webkit-line-clamp: 2;
    line-height: 170%;
    margin-top: 4px;
    height: auto;
  }
  .partner-content .partner-list .row .col .row-2-column {
    justify-content: space-between;
  }
  .partner-content .partner-list .row .col .row-2-column .col:first-child {
    flex: 1;
    font-weight: 500;
  }
}

.page-generative-ai {
  max-width: 1360px;
  margin: auto;
}
.page-generative-ai .generative-ai-content .ai-title {
  padding: 100px 0 0;
}
.page-generative-ai .generative-ai-content .ai-title > p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 162%;
  padding-bottom: 100px;
}
.page-generative-ai .generative-ai-inner {
  padding: 60px 10px;
}
.page-generative-ai .generative-ai-inner .list-ai {
  padding: 60px 0;
}
.page-generative-ai .generative-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-generative-ai .generative-block .item-img {
  width: 50%;
  padding-left: 15px;
}
.page-generative-ai .generative-block .item-img img {
  width: 100%;
  border-radius: 40px;
  border: 10px solid #FFF;
  background: var(--Logo-blue-100, #F2F8FC);
  box-shadow: 15px 15px 25px 0px rgba(0, 0, 0, 0.08);
}
.page-generative-ai .generative-block .item-txt {
  width: 50%;
  padding-right: 50px;
}
.page-generative-ai .generative-block .item-txt p.textlink {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  word-break: break-all;
}
.page-generative-ai .generative-block .item-txt .url {
  color: #239DF5;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 28px;
  word-break: break-all;
}
@media (max-width: 768px) {
  .page-generative-ai .generative-block .item-txt p.textlink {
    font-size: 13px;
    line-height: 22px;
  }
  .page-generative-ai .generative-block .item-txt .url {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
  }
}
.page-generative-ai .generative-block .item-txt h2 {
  padding-left: 22px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.page-generative-ai .generative-block .item-txt h2:before {
  content: "";
  position: absolute;
  background: #239DF5;
  background-size: 100%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: -22px;
  top: 18px;
}
.page-generative-ai .generative-block .item-txt h2 span {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  max-width: calc(100% - 103px);
}
.page-generative-ai .generative-block .item-txt h2 i {
  margin-left: 17px;
  width: 86px;
  margin-top: 10px;
}
.page-generative-ai .generative-block .item-txt .tag-white {
  margin-top: 12px;
}
.page-generative-ai .generative-block .item-txt > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  margin-bottom: 20px;
}
.page-generative-ai .generative-block .item-txt .grp-price {
  margin-top: 22px;
  border-top: 1px dashed rgba(117, 117, 120, 0.35);
  border-bottom: 1px dashed rgba(117, 117, 120, 0.35);
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-bottom: 18px;
}
.page-generative-ai .generative-block .item-txt .grp-price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../images/dot.svg") left repeat-x;
}
.page-generative-ai .generative-block .item-txt .grp-price:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../images/dot.svg") left repeat-x;
}
.page-generative-ai .generative-block .item-txt .grp-price label {
  border-radius: 19px;
  background: #239DF5;
  color: #F4FAFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 6px 15px 7px;
  display: inline-block;
}
.page-generative-ai .generative-block .item-txt .grp-price p {
  color: #239DF5;
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  line-height: 36px;
}
.page-generative-ai .list-note {
  display: flex;
  justify-content: space-between;
}
.page-generative-ai .list-note ul {
  padding: 6px 0 0;
  margin: 0;
}
.page-generative-ai .list-note ul li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
}
.page-generative-ai .list-note ul li + li {
  margin-top: 4px;
}
.page-generative-ai .list-note ul li:before {
  content: "";
  position: absolute;
  background: #239DF5;
  background-size: 100%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: -10px;
  top: 10px;
}
@media (max-width: 768px) {
  .page-generative-ai .list-note ul li:before {
    top: 8px;
  }
}
.page-generative-ai .list-note .doing {
  padding: 30px 40px;
  width: calc(50% - 15px);
  border-radius: 12px;
  background: #FFF;
}
.page-generative-ai .list-note .doing label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  padding-left: 24px;
  position: relative;
}
.page-generative-ai .list-note .doing label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  background: url("../images/icons/light-bulb.svg") center center no-repeat;
  background-size: 100%;
}
.page-generative-ai .list-note .plans-cost {
  padding: 30px 40px;
  width: calc(50% - 15px);
  border-radius: 12px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-generative-ai .list-note .plans-cost .plan-item {
  width: 50%;
  padding-right: 10px;
}
.page-generative-ai .list-note .plans-cost .plan-item label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  padding-left: 28px;
  position: relative;
}
.page-generative-ai .list-note .plans-cost .plan-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  background: url("../images/icons/ico-add-file.svg") center center no-repeat;
  background-size: 100%;
}
.page-generative-ai .list-note .plans-cost .cost-item {
  width: 50%;
  padding-left: 40px;
  position: relative;
}
.page-generative-ai .list-note .plans-cost .cost-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: url("../images/icons/dot-y.svg") top repeat-y;
}
.page-generative-ai .list-note .plans-cost .cost-item label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  padding-left: 24px;
  position: relative;
}
.page-generative-ai .list-note .plans-cost .cost-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  background: url("../images/icons/ico-cost.svg") left center no-repeat;
  background-size: 100%;
}
.page-generative-ai .list-note .plans-cost .cost-item ul li {
  padding-left: 0;
}
.page-generative-ai .list-note .plans-cost .cost-item ul li:before {
  content: none;
}
.page-generative-ai .grp-btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 30px;
  max-width: 1120px;
  margin: auto;
}
.page-generative-ai .grp-btn-list .btn {
  width: calc(25% - 23px);
  height: 76px;
}
@media (max-width: 768px) {
  .page-generative-ai .generative-ai-content .ai-title {
    padding: 50px 30px 0;
  }
  .page-generative-ai .generative-ai-content .ai-title > p {
    font-size: 13px;
    padding-bottom: 60px;
    text-align: left;
  }
  .page-generative-ai .generative-ai-inner {
    padding: 30px 0;
  }
  .page-generative-ai .generative-ai-inner .list-ai {
    padding: 30px 10px;
  }
  .page-generative-ai .generative-block {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page-generative-ai .generative-block .item-img {
    padding-left: 0px;
    width: 100%;
    margin-top: 18px;
  }
  .page-generative-ai .generative-block .item-img img {
    border-radius: 8px;
    border: 4px solid var(--Web-Bluescale-WBS100, #F4FAFF);
    background: #FFF;
    box-shadow: 8px 12px 25px 0px rgba(4, 101, 191, 0.07);
  }
  .page-generative-ai .generative-block .item-txt {
    width: 100%;
    padding-right: 0px;
  }
  .page-generative-ai .generative-block .item-txt h2 {
    padding-left: 16px;
  }
  .page-generative-ai .generative-block .item-txt h2:before {
    width: 8px;
    height: 8px;
    margin-left: -16px;
    top: 14px;
  }
  .page-generative-ai .generative-block .item-txt h2 i {
    width: 60px;
    margin-left: 12px;
    margin-top: 8px;
  }
  .page-generative-ai .generative-block .item-txt h2 span {
    max-width: calc(100% - 72px);
    font-size: 24px;
  }
  .page-generative-ai .generative-block .item-txt .tag-white {
    margin-top: 9px;
  }
  .page-generative-ai .generative-block .item-txt > p {
    font-size: 13px;
    font-weight: 500;
  }
  .page-generative-ai .generative-block .item-txt .grp-price {
    margin-top: 15px;
    padding: 19px 0;
    gap: 10px;
  }
  .page-generative-ai .generative-block .item-txt .grp-price label {
    border-radius: 19px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
  }
  .page-generative-ai .generative-block .item-txt .grp-price p {
    font-size: 20px;
    line-height: 24px;
  }
  .page-generative-ai .list-note {
    flex-direction: column;
  }
  .page-generative-ai .list-note ul {
    padding: 6px 0 0;
    margin: 0;
  }
  .page-generative-ai .list-note ul li {
    font-size: 13px;
  }
  .page-generative-ai .list-note ul li + li {
    margin-top: 2px;
  }
  .page-generative-ai .list-note .doing {
    padding: 20px;
    width: 100%;
    border-radius: 8px;
  }
  .page-generative-ai .list-note .doing label {
    font-size: 14px;
    padding-left: 19px;
  }
  .page-generative-ai .list-note .doing label:before {
    width: 16px;
    height: 16px;
  }
  .page-generative-ai .list-note .plans-cost {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    border-radius: 8px;
  }
  .page-generative-ai .list-note .plans-cost .plan-item label {
    font-size: 14px;
    padding-left: 22px;
  }
  .page-generative-ai .list-note .plans-cost .plan-item label:before {
    width: 18px;
    height: 18px;
  }
  .page-generative-ai .list-note .plans-cost .cost-item {
    padding-left: 20px;
  }
  .page-generative-ai .list-note .plans-cost .cost-item label {
    font-size: 14px;
    padding-left: 22px;
  }
  .page-generative-ai .list-note .plans-cost .cost-item label:before {
    width: 16px;
    height: 16px;
  }
  .page-generative-ai .grp-btn-list {
    flex-direction: column;
    padding: 40px 30px;
    gap: 10px;
  }
  .page-generative-ai .grp-btn-list .btn {
    width: 100%;
    height: 61px;
  }
}

.post-category a {
  color: #B4B4B7;
}

.page-number {
  font-family: "Albert Sans", sans-serif;
}

.page-char {
  font-family: "Noto Sans JP", sans-serif;
}

.post-second-text.post-list {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .post-second-text.post-list {
    font-size: 11px;
  }
}

.post-second-text.post-list {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .post-second-text.post-list {
    font-size: 11px;
  }
}

.post-text-paragraph {
  font-size: 15px;
}
@media (max-width: 768px) {
  .post-text-paragraph {
    font-size: 13px;
  }
}

.err-page {
  position: relative;
  width: 100%;
  height: 100vh;
}
.err-page .err-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 24px;
  text-align: center;
}
.err-page .err-content label {
  background: linear-gradient(221deg, #239DF5 0%, #23C3F5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.err-page .err-content p {
  color: #239DF5;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.err-page .logo-footer {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translate(-50%);
  width: 240px;
}
@media (max-width: 768px) {
  .err-page .err-content {
    width: calc(100% - 32px);
  }
  .err-page .err-content label {
    font-size: 100px;
  }
  .err-page .err-content p {
    font-size: 20px;
  }
  .err-page .logo-footer {
    bottom: 32px;
  }
}

.company-info {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.company-info .name {
  color: #239DF5;
  font-size: 14px;
  white-space: nowrap;
}
.company-info .employees {
  font-size: 12px;
  color: #757578;
}
@media (max-width: 768px) {
  .company-info .name {
    white-space: normal;
  }
}

.divider-partner {
  margin: 30px auto;
  height: 2px;
  width: 74px;
  background: #239DF5;
}
@media (max-width: 768px) {
  .divider-partner {
    margin: 20px auto;
    width: 62px;
  }
}

.subtitle-partner {
  padding-top: 70px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #239DF5;
  line-height: 138%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .subtitle-partner {
    padding-top: 50px;
    font-size: 20px;
  }
}

.page-partner .title-partner {
  padding: 0 30px 47px 30px;
}
.page-partner .sub-title {
  padding-bottom: 16px;
}
.page-partner .subtitle-partner {
  padding-top: 118px;
}
.page-partner .partner-list {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .page-partner .title-partner {
    padding: 0 30px 30px 30px;
  }
  .page-partner .subtitle-partner {
    padding-top: 60px;
  }
  .page-partner .partner-list {
    margin-top: 25px;
  }
}

.post-password-form {
  max-width: 1060px;
  margin: auto;
  padding: 60px 20px;
  text-align: center;
}
.post-password-form p + p {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.post-password-form p + p label {
  display: flex;
  align-items: center;
}
@media (max-width: 389px) {
  .post-password-form p + p label {
    max-width: 150px;
  }
}

.acf-map {
  width: 100%;
  aspect-ratio: 354/286;
}
.acf-map img {
  max-width: inherit !important;
}
@media (max-width: 768px) {
  .acf-map {
    aspect-ratio: 330/176;
  }
}

.url-detail {
  text-decoration: underline !important;
  color: #239DF5 !important;
}

.line-banner {
  background: #239DF5;
  padding: 15px 30px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .line-banner {
    font-size: 18px;
    line-height: normal;
    padding: 9px 30px;
  }
}

.product-item {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
  width: 100%;
}
.product-item .product-img {
  width: 46%;
  max-width: 314px;
  display: flex;
}
.product-item .product-img img {
  width: 100%;
  border-radius: 12px;
}
.product-item .product-text {
  width: 54%;
  color: #000;
}
.product-item .product-text label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  word-break: break-all;
  margin-bottom: 8px;
  display: inline-block;
}
.product-item .product-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  word-break: break-all;
}
.product-item .product-text .show-detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
.product-item .product-text .show-detail a {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.06em;
  text-align: right;
  justify-content: center;
  display: flex;
  gap: 4px;
}
.product-item .product-text .show-detail a img {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .product-item {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .product-item .product-img {
    width: 100%;
    max-width: 100%;
  }
  .product-item .product-text {
    width: 100%;
  }
}

.pickup-block {
  padding: 95px 0 12px;
}
.pickup-block .btn-pickup span:after {
  content: "";
  background: url("../images/icons/ico-openinnew.svg") center no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .pickup-block {
    padding: 0 30px;
  }
  .pickup-block .btn-pickup span:after {
    width: 18px;
    height: 18px;
  }
}
.pickup-block .pickup-content {
  background: linear-gradient(71.77deg, #239DF5 14.09%, #23C3F5 91.02%);
  padding: 69px 0 54px 70px;
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: auto;
  border-radius: 20px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.pickup-block .pickup-content .pickup-text {
  color: #fff;
  width: 50%;
}
.pickup-block .pickup-content .pickup-text label {
  font-size: 32px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.pickup-block .pickup-content .pickup-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.pickup-block .pickup-content .pickup-img {
  display: flex;
  width: 50%;
  padding-left: 50px;
}
.pickup-block .pickup-content .pickup-img img {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .pickup-block .pickup-content {
    flex-direction: column;
    background: linear-gradient(196.21deg, #239DF5 47.07%, #23C3F5 68.93%);
    gap: 16px;
    padding: 16px 0 20px 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .pickup-block .pickup-content .pickup-text {
    color: #fff;
    padding-right: 20px;
    width: 100%;
  }
  .pickup-block .pickup-content .pickup-text label {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .pickup-block .pickup-content .pickup-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }
  .pickup-block .pickup-content .pickup-img {
    width: 100%;
    padding-left: 0px;
  }
  .pickup-block .pickup-content .pickup-img img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .pickup-block .page-title-pick-up {
    width: 92px;
  }
}

/*# sourceMappingURL=styles.css.map */
