@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 3.125vw;
  }
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  background-color: #D3EDFB;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

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

canvas {
  display: block;
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 130rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.cv {
  position: relative;
}
.cv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1285C8;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cv__inner {
  position: relative;
  z-index: 10;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 130rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 3.8rem;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 750px) {
  .cv__inner {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
@media screen and (max-width: 750px) {
  .cv__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.cv__upper {
  align-items: center;
  justify-content: space-between;
}

.cv__title {
  color: #FFF;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .cv__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .cv__title.cv__title--spTal {
    text-align: left;
  }
}

.cv__lower {
  margin-top: 2rem;
  align-items: flex-end;
  justify-content: center;
}
.cv__buttons {
  gap: 0 4.2rem;
}
@media screen and (max-width: 750px) {
  .cv__buttons {
    gap: 1rem;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

.cv__button {
  width: 54.6rem;
  background-color: #E1A45A;
  color: #191919;
  border: 0.3rem solid #E1A45A;
  height: 8.8rem;
  padding: 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  position: relative;
  transition: all 0.3s;
}
.cv__button:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 750px) {
  .cv__button {
    width: 100%;
    padding: 0.3rem 1.5rem;
    height: 7.3rem;
  }
}
.cv__button.cv__button--small {
  width: 39.9rem;
}
@media screen and (max-width: 750px) {
  .cv__button.cv__button--small {
    width: 100%;
  }
}
.cv__button .cv__buttonText {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .cv__button .cv__buttonText {
    font-size: 1.2rem;
  }
}
.cv__button .cv__buttonText.cv__buttonText--large {
  color: #FFF;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .cv__button .cv__buttonText.cv__buttonText--large {
    font-size: 1.8rem;
  }
}
.cv__button .cv__buttonNum {
  margin-top: 0.2rem;
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .cv__button .cv__buttonNum {
    font-size: 2rem;
  }
}
.cv__button .cv__buttonTime {
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 58.333% */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .cv__button .cv__buttonTime {
    font-size: 1.2rem;
  }
}
.cv__button .cv__buttonAccent {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 58.333% */
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 10rem;
  display: block;
  width: 21.7rem;
  text-align: center;
  color: #E28B8D;
}
@media screen and (max-width: 750px) {
  .cv__button .cv__buttonAccent {
    font-size: 1.2rem;
    width: 16rem;
  }
}
.cv__button.cv__button--color01 {
  border: 0.3rem solid #E28B8D;
  background-color: #E28B8D;
  color: #fff;
}

.cv__img {
  width: 21.7rem;
  margin-top: -10rem;
  margin-bottom: -7.4rem;
}
@media screen and (max-width: 750px) {
  .cv__img {
    position: absolute;
    z-index: 1;
    width: 10rem;
    top: 1.5rem;
    right: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.boxButtonFixedSp {
  display: none;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 750px) {
  .boxButtonFixedSp {
    display: block;
  }
}

.boxButtonFixedSp.is-hidden {
  transform: translateY(100%);
}

.boxButtonFixedSp__inner {
  padding: 0.8rem 2rem;
}

.footer__inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.footer__logo {
  width: 20.5rem;
}

.footer__copyright {
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3333333333; /* 133.333% */
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.header {
  height: 11rem;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .header {
    height: 5rem;
    position: fixed;
  }
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header__logo {
  display: block;
  width: 20.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 10.8rem;
  }
}

.header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1.4rem 0;
}
@media screen and (max-width: 750px) {
  .header__content {
    display: none;
  }
}

.header__upperText {
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3333333333;
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 1.7rem;
  align-items: center;
}
.header__pcList .header__link {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s;
}
.header__pcList .header__link:hover {
  color: #00AFEC;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  height: 3.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
  background: #4DAD32;
  color: #fff;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header__pcList .header__button::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow_white_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9rem;
  height: 1rem;
  position: absolute;
  transform: translateY(-50%);
  right: 0.9rem;
  top: 50%;
}
.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    transform: translateX(100%);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #F7F7F7;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 750px) {
  .header__spList .header__spListIcon {
    position: absolute;
    right: 0;
    top: 10rem;
    width: 19.8rem;
    margin-right: 0;
    margin-top: 0;
    z-index: 1;
    opacity: 0.4;
  }
}
.header__spList .header__list {
  padding: 10rem 2.6rem 0;
  position: relative;
  z-index: 10;
}
.header__spList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
  padding: 1rem 1rem;
}
.header__spList .header__button {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  height: 3.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
  background: #4DAD32;
  color: #fff;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header__spList .header__button::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow_white_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9rem;
  height: 1rem;
  position: absolute;
  transform: translateY(-50%);
  right: 0.9rem;
  top: 50%;
}
.header__spList .header__spText {
  padding: 4rem 2.6rem 10rem;
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3333333333;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-color: #00AFEC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
}

.header__hbBorder {
  display: block;
  background-color: #fff;
  width: 1.4rem;
  height: 0.2rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.3rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.3rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  transform: rotate(45deg) translate(-0.2rem, -0.2rem);
}

.main {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 5rem;
  }
}

.table, .table .table__td, .table .table__th {
  border-collapse: collapse; /* 1pxにする */
  border: 1px solid #666;
}

.table.table--privacy {
  margin: 4rem auto;
}

.table__td, .table .table__th {
  padding: 1rem;
}

.buttonMainWrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .buttonMainWrapper {
    width: 100%;
  }
}

.buttonMain {
  border-radius: 10rem;
  background-color: #00AFEC;
  min-width: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
}
@media screen and (max-width: 750px) {
  .buttonMain {
    min-width: initial;
    width: 100%;
  }
}

.buttonMain__inner {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1; /* 111.111% */
  display: block;
  text-align: center;
}

.buttonLineMv {
  background-color: #4DAD32;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .buttonLineMv {
    width: 100%;
    border-radius: 10rem;
  }
}
.buttonLineMv::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow_white_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0416666667vw;
  height: 0.6944444444vw;
  position: absolute;
  transform: translateY(-50%);
  right: 0.7638888889vw;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .buttonLineMv::after {
    width: 1.5rem;
    height: 1rem;
    right: 1.1rem;
  }
}

.buttonLineMv__inner {
  color: #FFF;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding: 1.1805555556vw 2.5694444444vw;
}
@media screen and (max-width: 750px) {
  .buttonLineMv__inner {
    font-size: 1.8rem;
    padding: 1.2rem 3.2rem 1.2rem 2.4rem;
  }
}

.buttonLineWrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 8.3rem auto 0;
}
@media screen and (max-width: 750px) {
  .buttonLineWrapper {
    margin-top: 3rem;
    width: 100%;
  }
}

.buttonLine {
  border-radius: 10rem;
  background-color: #4DAD32;
  min-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .buttonLine {
    min-width: initial;
    width: 100%;
  }
}
.buttonLine::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow_white_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  transform: translateY(-50%);
  right: 1.1rem;
  top: 50%;
}

.buttonLine__inner {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1; /* 111.111% */
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .buttonLine__inner {
    font-size: 1.2rem;
  }
}

.headTitle {
  position: relative;
}

.headTitle__inner {
  padding-top: 5.3rem;
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 130rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.headTitle__icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.headTitle__icon {
  width: 37.7rem;
}
@media screen and (max-width: 750px) {
  .headTitle__icon {
    width: 12rem;
  }
}

.headTitle__icon--01 {
  position: absolute;
  left: 0;
  top: 0;
}

.headTitle__icon--02 {
  position: absolute;
  right: 0;
  top: 0;
}

.headTitle__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.headTitle__text--jp {
  color: #191919;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitle__text--jp {
    font-size: 2.4rem;
  }
}

.headTitle__text--en {
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitle__text--en {
    font-size: 1.4rem;
  }
}

.headTitle__lead {
  margin-top: 4rem;
  color: #191919;
  text-align: center;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitle__lead {
    font-size: 2.6rem;
  }
}

.headTitle__img--service {
  width: 14.5rem;
  position: absolute;
  right: 4rem;
  top: 7.5rem;
}
@media screen and (max-width: 750px) {
  .headTitle__img--service {
    width: 4.5rem;
    right: 3rem;
    top: 1.5rem;
  }
}

.headTitle__phrase {
  margin-top: 3.3rem;
}
@media screen and (max-width: 750px) {
  .headTitle__phrase {
    margin-top: 2rem;
  }
}

.headTitle__phraseUpper {
  display: flex;
  justify-content: center;
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitle__phraseUpper {
    font-size: 3rem;
  }
}

.headTitle__phraseUpper--right {
  margin-left: -2.5rem;
}
@media screen and (max-width: 750px) {
  .headTitle__phraseUpper--right {
    margin-left: -1.2rem;
  }
}

.headTitle__phraseLower {
  display: block;
  margin-top: 1.4rem;
  color: #191919;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitle__phraseLower {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.titleSec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.titleSec--large {
  color: #191919;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .titleSec--large {
    font-size: 2.4rem;
  }
}

.titleSec--small {
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .titleSec--small {
    font-size: 1.4rem;
  }
}

.singleStyle {
  position: relative;
}

.singleStyle .singleStyle__content {
  font-family: "Inter", sans-serif;
}
.singleStyle .singleStyle__content * {
  margin-top: 2rem;
}
.singleStyle .singleStyle__content *:first-child {
  margin-top: 0;
}
.singleStyle .singleStyle__content p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content p {
    font-size: 1.4rem;
  }
}
.singleStyle .singleStyle__content .wp-block-image {
  border-radius: 1rem;
  overflow: hidden;
}
.singleStyle .singleStyle__content .wp-block-image img {
  margin-top: 0;
}
.singleStyle .singleStyle__content h2.wp-block-heading {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h2.wp-block-heading {
    font-size: 2rem;
  }
}
.singleStyle .singleStyle__content h3.wp-block-heading {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h3.wp-block-heading {
    font-size: 1.8rem;
  }
}
.singleStyle .singleStyle__content h4.wp-block-heading {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h4.wp-block-heading {
    font-size: 1.6rem;
  }
}
.singleStyle .singleStyle__content h5.wp-block-heading {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h5.wp-block-heading {
    font-size: 1.4rem;
  }
}
.singleStyle .singleStyle__content h6.wp-block-heading {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h6.wp-block-heading {
    font-size: 1.2rem;
  }
}
.singleStyle .singleStyle__content .wp-block-quote {
  background-color: #D9EAF7;
  border-radius: 1rem;
  padding: 2rem;
}
.singleStyle .singleStyle__content a {
  color: #008ED8;
  text-decoration: underline;
}
.singleStyle .singleStyle__content a:hover {
  text-decoration: none;
}

.articleStyle__button {
  width: 18rem;
  margin: 3rem auto 0;
}

.JsInview {
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10, .JsInviewBox__11, .JsInviewBox__12 {
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10, .is-active .JsInviewBox__11, .is-active .JsInviewBox__12 {
  opacity: 1;
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}
.JsInviewBox__11 {
  transition-delay: 2s;
}
.JsInviewBox__12 {
  transition-delay: 2.2s;
}

.JsInviewLeftToRight {
  opacity: 0;
  transition: all 1.2s;
  transform: translateX(-2rem);
}
.JsInviewLeftToRight.is-active {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewLeftToRightBox__01, .JsInviewLeftToRightBox__02, .JsInviewLeftToRightBox__03, .JsInviewLeftToRightBox__04, .JsInviewLeftToRightBox__05, .JsInviewLeftToRightBox__06, .JsInviewLeftToRightBox__07, .JsInviewLeftToRightBox__08, .JsInviewLeftToRightBox__09, .JsInviewLeftToRightBox__10, .JsInviewLeftToRightBox__11, .JsInviewLeftToRightBox__12 {
  opacity: 0;
  transition: all 1.2s;
  transform: translateX(-2rem);
}
.is-active .JsInviewLeftToRightBox__01, .is-active .JsInviewLeftToRightBox__02, .is-active .JsInviewLeftToRightBox__03, .is-active .JsInviewLeftToRightBox__04, .is-active .JsInviewLeftToRightBox__05, .is-active .JsInviewLeftToRightBox__06, .is-active .JsInviewLeftToRightBox__07, .is-active .JsInviewLeftToRightBox__08, .is-active .JsInviewLeftToRightBox__09, .is-active .JsInviewLeftToRightBox__10, .is-active .JsInviewLeftToRightBox__11, .is-active .JsInviewLeftToRightBox__12 {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewLeftToRightBox__01 {
  transition-delay: 0;
}
.JsInviewLeftToRightBox__02 {
  transition-delay: 0.2s;
}
.JsInviewLeftToRightBox__03 {
  transition-delay: 0.4s;
}
.JsInviewLeftToRightBox__04 {
  transition-delay: 0.6s;
}
.JsInviewLeftToRightBox__05 {
  transition-delay: 0.8s;
}
.JsInviewLeftToRightBox__06 {
  transition-delay: 1s;
}
.JsInviewLeftToRightBox__07 {
  transition-delay: 1.2s;
}
.JsInviewLeftToRightBox__08 {
  transition-delay: 1.4s;
}
.JsInviewLeftToRightBox__09 {
  transition-delay: 1.6s;
}
.JsInviewLeftToRightBox__10 {
  transition-delay: 1.8s;
}
.JsInviewLeftToRightBox__11 {
  transition-delay: 2s;
}
.JsInviewLeftToRightBox__12 {
  transition-delay: 2.2s;
}

.JsInviewRightToLeft {
  opacity: 0;
  transition: all 1.2s;
  transform: translateX(2rem);
}
.JsInviewRightToLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewRightToLeftBox__01, .JsInviewRightToLeftBox__02, .JsInviewRightToLeftBox__03, .JsInviewRightToLeftBox__04, .JsInviewRightToLeftBox__05, .JsInviewRightToLeftBox__06, .JsInviewRightToLeftBox__07, .JsInviewRightToLeftBox__08, .JsInviewRightToLeftBox__09, .JsInviewRightToLeftBox__10, .JsInviewRightToLeftBox__11, .JsInviewRightToLeftBox__12 {
  opacity: 0;
  transition: all 1.2s;
  transform: translateX(2rem);
}
.is-active .JsInviewRightToLeftBox__01, .is-active .JsInviewRightToLeftBox__02, .is-active .JsInviewRightToLeftBox__03, .is-active .JsInviewRightToLeftBox__04, .is-active .JsInviewRightToLeftBox__05, .is-active .JsInviewRightToLeftBox__06, .is-active .JsInviewRightToLeftBox__07, .is-active .JsInviewRightToLeftBox__08, .is-active .JsInviewRightToLeftBox__09, .is-active .JsInviewRightToLeftBox__10, .is-active .JsInviewRightToLeftBox__11, .is-active .JsInviewRightToLeftBox__12 {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewRightToLeftBox__01 {
  transition-delay: 0;
}
.JsInviewRightToLeftBox__02 {
  transition-delay: 0.2s;
}
.JsInviewRightToLeftBox__03 {
  transition-delay: 0.4s;
}
.JsInviewRightToLeftBox__04 {
  transition-delay: 0.6s;
}
.JsInviewRightToLeftBox__05 {
  transition-delay: 0.8s;
}
.JsInviewRightToLeftBox__06 {
  transition-delay: 1s;
}
.JsInviewRightToLeftBox__07 {
  transition-delay: 1.2s;
}
.JsInviewRightToLeftBox__08 {
  transition-delay: 1.4s;
}
.JsInviewRightToLeftBox__09 {
  transition-delay: 1.6s;
}
.JsInviewRightToLeftBox__10 {
  transition-delay: 1.8s;
}
.JsInviewRightToLeftBox__11 {
  transition-delay: 2s;
}
.JsInviewRightToLeftBox__12 {
  transition-delay: 2.2s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

.show-pc2 {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .show-pc2 {
    display: none;
  }
}
.animeUpDoun {
  animation: bob 3s ease-in-out infinite;
  transform-origin: 50% 100%; /* 下を基準に揺れる感じ */
}

@keyframes bob {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(2px);
  }
  80% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}