@charset "UTF-8";
a, ins {
  text-decoration: none;
}

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

a, button, img, input, select, textarea {
  margin: 0;
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

img {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*========================================
break point
========================================*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.7;
  letter-spacing: 1.4px;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

* {
  word-break: normal !important;
  word-wrap: break-word;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

a {
  cursor: pointer;
  color: #242E2C;
}

button, label {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  vertical-align: bottom;
}

@-webkit-keyframes background-size {
  from {
    width: 0;
    background-size: 0 100%;
  }
  to {
    width: 100%;
    background-size: 100% 100%;
  }
}

@keyframes background-size {
  from {
    width: 0;
    background-size: 0 100%;
  }
  to {
    width: 100%;
    background-size: 100% 100%;
  }
}
.c-animation.js-line {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #FFE386));
  background-image: linear-gradient(transparent 60%, #FFE386 30%);
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-animation: background-size 1.2s;
          animation: background-size 1.2s;
  z-index: -1;
}

.c-cv {
  padding: 4.5rem 6rem;
  background-color: #4AADB5;
}
@media (max-width: 600px) {
  .c-cv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 3.2rem 2rem 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-cvContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.5rem 5.5rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .c-cvContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 2rem;
  }
}
.c-cvContent__title img {
  width: 18px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .c-cvContent__title img {
    width: 12px;
  }
}
.c-cvContent__items {
  width: 55%;
  text-align: center;
}
@media (max-width: 1024px) {
  .c-cvContent__items {
    width: 100%;
  }
}
.c-cvContent__items:first-of-type {
  width: 45%;
}
@media (max-width: 1024px) {
  .c-cvContent__items:first-of-type {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.c-cvContent__items h4 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .c-cvContent__items h4 {
    font-size: 1.8rem;
  }
}
.c-cvContent__items p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .c-cvContent__items p {
    font-size: 1.5rem;
  }
}
.c-cvContent__link {
  font-size: 4.2rem;
  font-weight: 800;
  color: #C93232;
}
@media (max-width: 600px) {
  .c-cvContent__link {
    font-size: 3.4rem;
  }
}
.c-cv__title {
  text-align: center;
}
.c-cv__title h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 3.2rem;
  border-radius: 25px;
  font-size: 2.8rem;
  font-weight: 600;
  border: 3px solid #fff;
  color: #fff;
}
@media (max-width: 600px) {
  .c-cv__title h3 {
    width: 100%;
    padding: 0.4rem 0;
    font-size: 2.4rem;
  }
}
.c-cv__title h2 {
  white-space: nowrap;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #fff;
}
@media (max-width: 600px) {
  .c-cv__title h2 {
    font-size: 3.2rem;
  }
}
.c-cv__title h2 span {
  font-size: 5.4rem;
  color: #FFD446;
}
@media (max-width: 600px) {
  .c-cv__title h2 span {
    font-size: 3.4rem;
  }
}
.c-cv__title h2 span b {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 6.4rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-cv__title h2 span b.js-rotate {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation: rotate 0.7s;
          animation: rotate 0.7s;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.c-cv__title h2 span b::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -18px;
  background-image: url(../img/ttl-cv.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 600px) {
  .c-cv__title h2 span b::before {
    background-image: url(../img/ttl-cv-sp.png);
    width: 32px;
    height: 22px;
  }
}
@media (max-width: 600px) {
  .c-cv__title h2 span b {
    font-size: 4.8rem;
  }
}

.c-button, .c-buttonManual, .c-buttonContact {
  display: inline-block;
  width: 28.5rem;
  padding: 1em 0;
  text-align: center;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background: #FFF0E1;
  color: #F4614A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1201px) {
  .c-button, .c-buttonManual, .c-buttonContact {
    width: 32rem;
  }
}
@media (max-width: 600px) {
  .c-button, .c-buttonManual, .c-buttonContact {
    max-width: 295px;
    font-size: 2rem;
  }
}
.c-button:hover, .c-buttonManual:hover, .c-buttonContact:hover {
  opacity: 0.75;
}
.c-button:hover.c-button span::before, .c-buttonManual:hover span::before, .c-buttonContact:hover span::before {
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
.c-buttonContact {
  background: #F4614A;
  color: #fff;
}
.c-buttonManual {
  background: #fff;
  color: #F4614A;
  border: 1px solid #F4614A;
}

.c-button__header, .c-button__headerContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF0E1;
  color: #F4614A;
  font-size: 1.5rem;
  font-weight: bold;
  height: 8rem;
  width: 15rem;
}
.c-button__headerContact {
  background: #F4614A;
  color: #fff;
}
@media (max-width: 1024px) {
  .c-button__header, .c-button__headerContact {
    height: 5.8rem;
    max-width: 28.5rem;
    width: 100%;
    border-radius: 3rem;
    font-size: 1.8rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
}

.c-title__h2, .c-title--wh .c-title__h2 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .c-title__h2, .c-title--wh .c-title__h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 600px) {
  .c-title__h2, .c-title--wh .c-title__h2 {
    font-size: 2.4rem;
  }
}
.c-title__h2 span, .c-title--wh .c-title__h2 span {
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .c-title__h2 span, .c-title--wh .c-title__h2 span {
    font-size: 2rem;
  }
}
.c-title__h3, .c-title--wh .c-title__h3 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .c-title__h3, .c-title--wh .c-title__h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 600px) {
  .c-title__h3, .c-title--wh .c-title__h3 {
    font-size: 2.4rem;
  }
}
.c-title__h3 span, .c-title--wh .c-title__h3 span {
  font-size: 2rem;
  color: #F4614A;
}
@media (max-width: 600px) {
  .c-title__h3 span, .c-title--wh .c-title__h3 span {
    font-size: 1.6rem;
  }
}
.c-title--blue {
  color: #59ADF1;
}
.c-title--wh .c-title__h2 {
  color: #fff;
}
.c-title--wh .c-title__h3 {
  color: #fff;
}
.c-title--wh .c-title__h3::before {
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8rem;
  padding: 0 0 0 2rem;
  background: #fff;
}
@media (max-width: 1024px) {
  .header__inner {
    height: 5.8rem;
    padding: 0 0 0 1.6rem;
  }
}
.header__logo {
  max-width: 16rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 13rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
    padding: 8rem 0 0;
    z-index: 9980;
    overflow-y: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.6rem;
}
@media (min-width: 1201px) {
  .header__btn {
    padding-left: 3rem;
  }
}
@media (max-width: 1024px) {
  .header__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (min-width: 1201px) {
  .header__list {
    gap: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .header__list {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .header__listItems {
    margin-bottom: 1.5rem;
  }
}
.header__listLink {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .header__listLink {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    display: block;
    padding: 1rem 0;
  }
}
.header__menu {
  display: none;
}
@media (max-width: 1024px) {
  .header__menu {
    display: block;
    position: relative;
    width: 5.8rem;
    height: 5.8rem;
    z-index: 9999;
    cursor: pointer;
  }
}
.header__menu span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #333;
}
.header__menu span:nth-child(1) {
  top: 19px;
}
.header__menu span:nth-child(2) {
  top: 28px;
}
.header__menu span:nth-child(3) {
  top: 37px;
}

.is-open .header__menu {
  position: fixed;
  right: 0;
}
.is-open .header__menu span {
  left: 32%;
}
.is-open .header__menu span:nth-child(1) {
  top: 46%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-open .header__menu span:nth-child(2) {
  display: none;
}
.is-open .header__menu span:nth-child(3) {
  top: 46%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fv {
  padding: 0 0 1rem;
  background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
}
@media (max-width: 600px) {
  .fv {
    padding: 0 0 1rem;
  }
}
.fvContent {
  position: relative;
  min-height: 100vh;
  margin-bottom: 5vw;
}
@media (max-width: 1024px) {
  .fvContent {
    min-height: 60rem;
  }
}
@media (max-width: 440px) {
  .fvContent {
    min-height: 84rem;
  }
}
.fvContent::after {
  position: absolute;
  content: "";
  top: 14rem;
  right: 0;
  width: 55vw;
  height: 62vh;
  background: url(../img/fv-img.png) top right/contain no-repeat;
}
@media (min-width: 1201px) {
  .fvContent::after {
    right: 4vw;
    height: 76vh;
  }
}
@media (max-width: 1024px) {
  .fvContent::after {
    top: 16rem;
    height: 44vw;
  }
}
@media (max-width: 767px) {
  .fvContent::after {
    top: 37%;
    width: 58vw;
    height: 44vw;
  }
}
@media (max-width: 440px) {
  .fvContent::after {
    top: 38rem;
    right: 2rem;
    width: calc(100% - 4rem);
    height: 60%;
  }
}
.fvContentDetail {
  position: absolute;
  content: "";
  top: 20%;
  left: 8rem;
  color: #fff;
  z-index: 10;
}
@media (min-width: 1201px) {
  .fvContentDetail {
    top: 22%;
    left: 8vw;
  }
}
@media (max-width: 1024px) {
  .fvContentDetail {
    top: 15%;
    left: 30px;
  }
}
@media (max-width: 600px) {
  .fvContentDetail {
    top: 10rem;
    left: 2rem;
  }
}
.fvContentDetail__lead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 77%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #59ADF1;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .fvContentDetail__lead {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.fvContentDetail__title {
  padding-bottom: 2rem;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1201px) {
  .fvContentDetail__title {
    font-size: 6.2rem;
  }
}
@media (max-width: 767px) {
  .fvContentDetail__title {
    font-size: 4.6rem;
  }
}
@media (max-width: 600px) {
  .fvContentDetail__title {
    font-size: 3.6rem;
  }
}
.fvContentDetail__title rt {
  font-size: 0.3em;
  padding: 10px 0 6px;
  color: #FFE27C;
}
.fvContentDetail__title span.small {
  font-size: 0.8em;
  padding-right: 0.08em;
}
.fvContentDetail__text {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2.5px;
}
@media (max-width: 767px) {
  .fvContentDetail__text {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .fvContentDetail__text {
    font-size: 1.8rem;
  }
}
.fvContentDetail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-top: 2.4rem;
}
@media (max-width: 767px) {
  .fvContentDetail__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 440px) {
  .fvContentDetail__btn {
    width: calc(100vw - 4rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    padding-top: 80%;
  }
}

.worry {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(15%, #f5f5f5), to(#e9e9e9));
  background: linear-gradient(0deg, #ffffff, #f5f5f5 15%, #e9e9e9);
  padding-top: 16rem;
}
@media (max-width: 1024px) {
  .worry {
    padding-top: 8rem;
  }
}
.worry__title {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .worry__title {
    margin-bottom: 3rem;
  }
}
.worryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .worryContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.worryContent > img {
  width: 45%;
  height: auto;
  border-radius: 4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .worryContent > img {
    max-width: 44rem;
    width: 100%;
    border-radius: 2.5rem;
  }
}
.worryContent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .worryContent__list {
    max-width: 60rem;
    width: 100%;
    margin-top: 4rem;
  }
}
.worryContent__items {
  color: #fff;
  font-size: 1.8rem;
  background: #5C5C5C;
  border-radius: 2rem;
  text-align: center;
  padding: 1.6rem 1rem;
}
@media (max-width: 1024px) {
  .worryContent__items {
    border-radius: 1rem;
  }
}
@media (max-width: 600px) {
  .worryContent__items {
    font-size: 1.5rem;
  }
}
.worryArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 8rem;
}
@media (max-width: 600px) {
  .worryArrow {
    padding-top: 6rem;
  }
}
.worryArrow__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 24px solid #F4614A;
  border-bottom: 0;
}
@media (max-width: 600px) {
  .worryArrow__triangle {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 16px solid #F4614A;
  }
}

.about {
  padding: 10rem 0 12rem;
}
@media (max-width: 600px) {
  .about {
    padding: 6rem 0 8rem;
  }
}
.aboutContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .aboutContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutContent > img {
  width: 50%;
  height: auto;
}
@media (max-width: 1024px) {
  .aboutContent > img {
    max-width: 56rem;
    width: 100%;
  }
}
.aboutContent__inner {
  position: relative;
  width: 50%;
  height: auto;
}
@media (max-width: 1024px) {
  .aboutContent__inner {
    max-width: 60rem;
    width: 100%;
  }
}
.aboutContent__title {
  margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
  .aboutContent__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .aboutContent__title {
    margin-bottom: 3.2rem;
  }
}
.aboutContent__title > img {
  max-width: 28rem;
  height: auto;
  vertical-align: middle;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .aboutContent__title > img {
    max-width: 18rem;
  }
}
.aboutContent__title span {
  vertical-align: middle;
}
.aboutContent__subTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #59ADF1;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .aboutContent__subTitle {
    font-size: 1.8rem;
  }
}
.aboutContent__subTitle::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #59ADF1;
  margin-left: 1em;
}
.aboutContent__bg {
  position: absolute;
  top: 41%;
  left: -10%;
  width: 24%;
  height: auto;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 600px) {
  .aboutContent__bg {
    top: -10%;
    left: 8%;
    width: 28%;
  }
}

.merit {
  padding: 16rem 0 18rem;
  position: relative;
  background: #FFF0E1;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}
@media (max-width: 600px) {
  .merit {
    clip-path: polygon(0 2.5%, 100% 0%, 100% 97.5%, 0% 100%);
    padding: 10rem 0;
  }
}
.meritContent__title {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .meritContent__title {
    margin-bottom: 8rem;
  }
}
.meritContentPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11rem 4rem;
}
@media (max-width: 1024px) {
  .meritContentPoint__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .meritContentPoint__list {
    gap: 9rem;
  }
}
.meritContentPoint__items {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2rem);
          flex: 0 1 calc(50% - 2rem);
  background: #fff;
  border-radius: 4rem;
  padding: 8rem 3.2rem 4.8rem;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .meritContentPoint__items {
    max-width: 52rem;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .meritContentPoint__items {
    padding: 7rem 2rem 4.8rem;
  }
}
.meritContentPoint__icon {
  position: absolute;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  height: 12rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 600px) {
  .meritContentPoint__icon {
    top: -4.6rem;
    width: 9.2rem;
    height: 9.2rem;
  }
}
.meritContentPoint__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #F4614A;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .meritContentPoint__title {
    font-size: 1.8rem;
  }
}
.meritContentPoint__text {
  color: #333;
  text-align: left;
  text-align: justify;
}
.meritContentPoint__price {
  margin: 0 auto;
  margin-top: 2rem;
  border-collapse: separate;
}
.meritContentPoint__price-label {
  border: 1px solid #F4614A;
  color: #F4614A;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 1.4rem;
}
@media (max-width: 600px) {
  .meritContentPoint__price-label {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.meritContentPoint__price-text {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.6rem;
}
@media (max-width: 600px) {
  .meritContentPoint__price-text {
    font-size: 1.6rem;
  }
}
.meritContentPoint__price-text strong {
  font-size: 5.6rem;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .meritContentPoint__price-text strong {
    font-size: 4rem;
  }
}
.meritContentPoint__price-tax {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 4px;
}

.feature {
  padding: 18rem 0 16rem;
}
@media (max-width: 1024px) {
  .feature {
    padding: 10rem 0;
  }
}
@media (max-width: 600px) {
  .feature {
    padding: 10rem 0 8rem;
  }
}
.feature > .inner {
  max-width: 1400px;
  padding: 0 4rem;
}
@media (max-width: 1024px) {
  .feature > .inner {
    padding: 0 2rem;
  }
}
.featureContent__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .featureContent__title {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 600px) {
  .featureContent__title {
    font-size: 2.4rem;
  }
}
.featureContent__title > img {
  max-width: 28rem;
  height: auto;
  vertical-align: middle;
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .featureContent__title > img {
    max-width: 18rem;
  }
}
.featureContent__title span {
  vertical-align: middle;
}
.featureContentPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14rem;
}
@media (max-width: 1024px) {
  .featureContentPoint__list {
    gap: 10rem;
  }
}
@media (max-width: 600px) {
  .featureContentPoint__list {
    gap: 6rem;
  }
}
.featureContentPoint__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .featureContentPoint__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .featureContentPoint__items {
    gap: 3.2rem;
  }
}
.featureContentPoint__items.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.featureContentPoint__items > img {
  width: 50%;
  border-radius: 4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .featureContentPoint__items > img {
    border-radius: 2.5rem;
    max-width: 56rem;
    width: 100%;
    margin: 0 auto;
  }
}
.featureContentPoint__detail {
  max-width: 48rem;
}
@media (max-width: 1024px) {
  .featureContentPoint__detail {
    text-align: center;
    max-width: 58rem;
    width: 100%;
    margin: 0 auto;
  }
}
.featureContentPoint__detail_subTitle {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 1rem 2rem;
  border-radius: 5rem;
  background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-left: -1rem;
}
@media (max-width: 600px) {
  .featureContentPoint__detail_subTitle {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
  }
}
.featureContentPoint__detail_title {
  font-size: 3.2rem;
  margin: 2.4rem 0 3.2rem;
}
@media (max-width: 1024px) {
  .featureContentPoint__detail_title {
    margin: 1.6rem 0 2.4rem;
  }
}
@media (max-width: 600px) {
  .featureContentPoint__detail_title {
    font-size: 2rem;
    margin: 1.6rem 0;
  }
}
.featureContentPoint__detail_text {
  font-size: 1.6rem;
  text-align: justify;
}

.case {
  padding: 16rem 0 16rem;
  position: relative;
  background: #FFF0E1;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  z-index: 0;
}
@media (max-width: 1024px) {
  .case {
    padding-bottom: 18rem;
  }
}
@media (max-width: 767px) {
  .case {
    clip-path: polygon(0 2.5%, 100% 0%, 100% 97.5%, 0% 100%);
    padding-top: 12rem;
  }
}
.caseContent__title {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .caseContent__title {
    margin-bottom: 4rem;
  }
}
.caseContent picture {
  display: block;
  max-width: 80rem;
  width: 100%;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .caseContent picture {
    max-width: 50rem;
  }
}

.gap-fill {
  position: relative;
  height: 15rem;
  background: #FFF0E1;
  margin-top: -10rem;
  margin-bottom: -10rem;
  z-index: 0;
}
@media (max-width: 1024px) {
  .gap-fill {
    margin-bottom: -14rem;
    margin-top: -14rem;
  }
}

.relationship {
  position: relative;
  padding: 16rem 0;
  background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .relationship {
    clip-path: polygon(0 3.5%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 600px) {
  .relationship {
    padding: 10rem 0 8rem;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
  }
}
.relationshipContent__title {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 6rem;
}
.relationshipContentPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem 4rem;
}
@media (max-width: 1024px) {
  .relationshipContentPoint__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.relationshipContentPoint__items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2rem);
          flex: 0 1 calc(50% - 2rem);
  background: #fff;
  border-radius: 4rem;
  padding: 5rem 3.2rem;
}
@media (max-width: 1024px) {
  .relationshipContentPoint__items {
    max-width: 52rem;
    border-radius: 2rem;
  }
}
.relationshipContentPoint__items p {
  text-align: justify;
  line-height: 1.8;
}
.relationshipContentPoint__title {
  position: relative;
  text-align: center;
  color: #F4614A;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  z-index: 0;
}
@media (max-width: 600px) {
  .relationshipContentPoint__title {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.relationshipContentPoint__title span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 7rem;
  opacity: 0.8;
  font-family: "Roboto", sans-serif;
  color: #FFF0E1;
  z-index: -1;
}
@media (max-width: 600px) {
  .relationshipContentPoint__title span {
    font-size: 6rem;
  }
}
.relationshipContentPoint__info {
  background: #FAF6F1;
  font-size: 1.4rem;
  margin-top: 3.2rem;
  padding: 2rem;
}
@media (max-width: 600px) {
  .relationshipContentPoint__info {
    margin-top: 2.4rem;
  }
}

.voice {
  padding: 16rem 0;
}
@media (max-width: 1024px) {
  .voice {
    padding: 8rem 0;
  }
}
.voiceContent__list {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .voiceContent__listPc {
    display: none;
  }
}
.voiceContent__listPc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw;
}
@media (max-width: 1024px) {
  .voiceContent__listPc ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8rem 4vw;
  }
}
.voiceContent__listPc ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 8vw) / 3);
          flex: 0 1 calc((100% - 8vw) / 3);
}
@media (max-width: 1024px) {
  .voiceContent__listPc ul li {
    max-width: 32rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 4vw) / 2);
            flex: 0 1 calc((100% - 4vw) / 2);
  }
}
.voiceContent__listPc ul li > img {
  width: 100%;
  border-radius: 2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.voiceContent__listSp {
  display: none;
}
@media (max-width: 767px) {
  .voiceContent__listSp {
    display: block;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .voiceContent__listSp .slider-2 .slick-slide {
    width: 30rem;
    height: auto;
    margin: 0 2.5rem;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) and (max-width: 440px) {
  .voiceContent__listSp .slider-2 .slick-slide {
    max-width: 28rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .voiceContent__listSp .slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voiceContent__listSp .slider-2 .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 46%;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .voiceContent__listSp .slider-2 .slick-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 18px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .voiceContent__listSp .slider-2 .slick-next {
    right: 15%;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .voiceContent__listSp .slider-2 .slick-next {
    right: 9%;
  }
}
@media (max-width: 767px) and (max-width: 440px) {
  .voiceContent__listSp .slider-2 .slick-next {
    right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .voiceContent__listSp .slider-2 .slick-prev {
    left: 15%;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .voiceContent__listSp .slider-2 .slick-prev {
    left: 9%;
  }
}
@media (max-width: 767px) and (max-width: 440px) {
  .voiceContent__listSp .slider-2 .slick-prev {
    left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .voiceContent__listSp .slider-2 .slick-next::before {
    left: 15px;
  }
  .voiceContent__listSp .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 15px;
  }
  .voiceContent__listSp .dots-2 .slick-dots {
    text-align: center;
  }
  .voiceContent__listSp .dots-2 .slick-dots li {
    display: inline-block;
  }
  .voiceContent__listSp .dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .voiceContent__listSp .dots-2 .slick-dots .slick-active button {
    background-color: #59ADF1;
  }
}
.voiceContent__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #59ADF1;
  margin: 3.2rem 0 0.5rem;
}
.voiceContent__profile {
  text-align: center;
  font-weight: bold;
}
.voiceContent__text {
  margin-top: 1rem;
}

.service {
  padding: 12rem 0 16rem;
  background: #FFF0E1;
}
@media (max-width: 1024px) {
  .service {
    padding: 8rem 0;
  }
}
.serviceFlow {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .serviceFlow {
    margin-bottom: 8rem;
  }
}
.serviceFlow__title {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .serviceFlow__title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .serviceFlow__title {
    margin-bottom: 5rem;
  }
}
.serviceFlowPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .serviceFlowPoint__list {
    max-width: 52rem;
    width: 100%;
  }
}
.serviceFlowPoint__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #fff;
  border-radius: 5rem;
}
@media (max-width: 600px) {
  .serviceFlowPoint__items {
    display: block;
    text-align: left;
    border-radius: 0 1rem 1rem 1rem;
  }
}
.serviceFlowPoint__items:not(:last-child)::after {
  content: "▼";
  position: absolute;
  left: 50%;
  bottom: -4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.3em;
  color: #F4614A;
}
.serviceFlowPoint__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #F4614A;
  border-radius: 5rem;
  padding: 1rem 2.4rem;
}
@media (max-width: 767px) {
  .serviceFlowPoint__number {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .serviceFlowPoint__number {
    position: absolute;
    top: -22%;
    left: 0;
    display: inline-block;
    padding: 0.5rem 2rem;
  }
}
.serviceFlowPoint__text {
  font-size: 2rem;
  font-weight: bold;
  padding: 1.5rem 0 1.5rem 2rem;
}
@media (max-width: 767px) {
  .serviceFlowPoint__text {
    font-size: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 600px) {
  .serviceFlowPoint__text {
    padding: 3rem 2rem;
  }
}
.servicePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #F4614A;
  border-radius: 50rem;
  max-width: 1100px;
  padding: 2rem 0 4rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .servicePrice {
    border-radius: 0;
  }
}
.servicePrice > img {
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .servicePrice > img {
    width: 16rem;
  }
}
.servicePriceContent__price {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .servicePriceContent__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicePriceContent__price > img {
    width: 12rem;
  }
}
.servicePriceContent__priceText {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .servicePriceContent__priceText {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .servicePriceContent__priceText {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.servicePriceContent__priceText strong {
  font-family: "Roboto", sans-serif;
  font-size: 5.6rem;
}
@media (max-width: 767px) {
  .servicePriceContent__priceText strong {
    font-size: 4.8rem;
  }
}
.servicePriceContent__priceText strong span {
  font-size: 0.6em;
  padding-right: 4px;
}
.servicePriceContent__priceTax {
  font-weight: normal;
  font-size: 1.5rem;
}
.servicePriceContent__text {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .servicePriceContent__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .servicePriceContent__text {
    text-align: center;
    font-weight: normal;
  }
}
.serviceManual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding-top: 16rem;
}
@media (max-width: 1024px) {
  .serviceManual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 8rem;
    gap: 2rem;
  }
}
.serviceManual > img {
  max-width: 41.5rem;
  width: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .serviceManual > img {
    max-width: 42rem;
    width: 100%;
  }
}
.serviceManualContent p {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .serviceManualContent p {
    max-width: 54rem;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .serviceManualContent__title {
    text-align: center;
  }
}
.serviceManualContent__button {
  margin: 2.4rem 0 2rem;
}
@media (max-width: 1024px) {
  .serviceManualContent__button {
    display: block;
    margin: 2.4rem auto 2rem;
  }
}

.contact {
  background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
  padding: 16rem 0;
}
@media (max-width: 1024px) {
  .contact {
    padding: 8rem 0;
  }
}
.contact__title {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 3rem;
}
.contact__text {
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  .contact__text {
    text-align: left;
  }
}
.contact__text span {
  color: #E0111F;
}
.contactForm {
  background: #fff;
  border-radius: 4rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .contactForm {
    border-radius: 2rem;
  }
}

.company {
  padding: 12rem 0;
}
@media (max-width: 1024px) {
  .company {
    padding: 8rem 0;
  }
}
.company a {
  color: #59ADF1;
  text-decoration: underline;
}
.companyContent {
  text-align: center;
}
.companyContent > img {
  width: 10rem;
  height: auto;
}
.companyInfo {
  max-width: 920px;
  padding-bottom: 4rem;
  margin: 0 auto;
}
.companyInfo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E5E5E5;
  padding: 2.4rem 5% 1.6rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .companyInfo__text {
    padding: 2.4rem 3% 1.6rem;
  }
}
@media (max-width: 600px) {
  .companyInfo__text {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2.4rem;
  }
}
.companyInfo__title {
  width: 20rem;
}
@media (max-width: 767px) {
  .companyInfo__title {
    width: 15rem;
  }
}
@media (max-width: 600px) {
  .companyInfo__title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 1rem 0.8rem;
  }
}
@media (max-width: 600px) {
  .companyInfo__detail {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 1.2rem 1rem 0;
  }
}

.footer {
  background: linear-gradient(45deg, rgb(89, 173, 241), rgb(165, 222, 212));
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  padding: 4rem 0;
}
@media (max-width: 600px) {
  .footer {
    font-size: 1.2rem;
  }
}

.thanks {
  min-height: calc(100vh - 10rem);
}
.thanks .inner {
  max-width: 72rem;
}
.thanks .inner > img {
  display: block;
  margin: 0 auto 4rem;
  padding-top: 12vh;
  max-width: 24rem;
}
@media (max-width: 600px) {
  .thanks .inner > img {
    max-width: 18rem;
  }
}
.thanks .inner p {
  padding-top: 2rem;
}
.thanks__title {
  text-align: center;
  margin-bottom: 2rem;
}
.thanks__button {
  display: block;
  margin: 8rem auto;
}
@media (max-width: 600px) {
  .thanks__button {
    margin: 6rem auto 8rem;
  }
}

.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 2rem;
}

.u-position__left {
  text-align: left;
}
.u-position__center {
  text-align: center;
}
.u-position__right {
  text-align: right;
}
.u-position__mgLeft {
  margin-right: auto;
}
.u-position__mgCenter {
  margin: 0 auto;
}
.u-position__mgRight {
  margin-left: auto;
}
@media (max-width: 767px) {
  .u-positionSp__left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .u-positionSp__center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-positionSp__right {
    text-align: right;
  }
}

.u-mg--0 {
  margin: 0;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgTop--105 {
  margin-top: 105px;
}

.u-mgTop--110 {
  margin-top: 110px;
}

.u-mgTop--115 {
  margin-top: 115px;
}

.u-mgTop--120 {
  margin-top: 120px;
}

.u-mgTop--125 {
  margin-top: 125px;
}

.u-mgTop--130 {
  margin-top: 130px;
}

.u-mgTop--135 {
  margin-top: 135px;
}

.u-mgTop--140 {
  margin-top: 140px;
}

.u-mgTop--145 {
  margin-top: 145px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgLeft--105 {
  margin-left: 105px;
}

.u-mgLeft--110 {
  margin-left: 110px;
}

.u-mgLeft--115 {
  margin-left: 115px;
}

.u-mgLeft--120 {
  margin-left: 120px;
}

.u-mgLeft--125 {
  margin-left: 125px;
}

.u-mgLeft--130 {
  margin-left: 130px;
}

.u-mgLeft--135 {
  margin-left: 135px;
}

.u-mgLeft--140 {
  margin-left: 140px;
}

.u-mgLeft--145 {
  margin-left: 145px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgRight--105 {
  margin-right: 105px;
}

.u-mgRight--110 {
  margin-right: 110px;
}

.u-mgRight--115 {
  margin-right: 115px;
}

.u-mgRight--120 {
  margin-right: 120px;
}

.u-mgRight--125 {
  margin-right: 125px;
}

.u-mgRight--130 {
  margin-right: 130px;
}

.u-mgRight--135 {
  margin-right: 135px;
}

.u-mgRight--140 {
  margin-right: 140px;
}

.u-mgRight--145 {
  margin-right: 145px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

.u-mgBottom--105 {
  margin-bottom: 105px;
}

.u-mgBottom--110 {
  margin-bottom: 110px;
}

.u-mgBottom--115 {
  margin-bottom: 115px;
}

.u-mgBottom--120 {
  margin-bottom: 120px;
}

.u-mgBottom--125 {
  margin-bottom: 125px;
}

.u-mgBottom--130 {
  margin-bottom: 130px;
}

.u-mgBottom--135 {
  margin-bottom: 135px;
}

.u-mgBottom--140 {
  margin-bottom: 140px;
}

.u-mgBottom--145 {
  margin-bottom: 145px;
}

@media (max-width: 1024px) {
  .u-tab-mg--0 {
    margin: 0;
  }
  .u-tab-mgTop--0 {
    margin-top: 0px;
  }
  .u-tab-mgTop--5 {
    margin-top: 5px;
  }
  .u-tab-mgTop--10 {
    margin-top: 10px;
  }
  .u-tab-mgTop--15 {
    margin-top: 15px;
  }
  .u-tab-mgTop--20 {
    margin-top: 20px;
  }
  .u-tab-mgTop--25 {
    margin-top: 25px;
  }
  .u-tab-mgTop--30 {
    margin-top: 30px;
  }
  .u-tab-mgTop--35 {
    margin-top: 35px;
  }
  .u-tab-mgTop--40 {
    margin-top: 40px;
  }
  .u-tab-mgTop--45 {
    margin-top: 45px;
  }
  .u-tab-mgTop--50 {
    margin-top: 50px;
  }
  .u-tab-mgTop--55 {
    margin-top: 55px;
  }
  .u-tab-mgTop--60 {
    margin-top: 60px;
  }
  .u-tab-mgTop--65 {
    margin-top: 65px;
  }
  .u-tab-mgTop--70 {
    margin-top: 70px;
  }
  .u-tab-mgTop--75 {
    margin-top: 75px;
  }
  .u-tab-mgTop--80 {
    margin-top: 80px;
  }
  .u-tab-mgTop--85 {
    margin-top: 85px;
  }
  .u-tab-mgTop--90 {
    margin-top: 90px;
  }
  .u-tab-mgTop--95 {
    margin-top: 95px;
  }
  .u-tab-mgTop--100 {
    margin-top: 100px;
  }
  .u-tab-mgTop--105 {
    margin-top: 105px;
  }
  .u-tab-mgTop--110 {
    margin-top: 110px;
  }
  .u-tab-mgTop--115 {
    margin-top: 115px;
  }
  .u-tab-mgTop--120 {
    margin-top: 120px;
  }
  .u-tab-mgTop--125 {
    margin-top: 125px;
  }
  .u-tab-mgTop--130 {
    margin-top: 130px;
  }
  .u-tab-mgTop--135 {
    margin-top: 135px;
  }
  .u-tab-mgTop--140 {
    margin-top: 140px;
  }
  .u-tab-mgTop--145 {
    margin-top: 145px;
  }
  .u-tab-mgLeft--0 {
    margin-left: 0px;
  }
  .u-tab-mgLeft--5 {
    margin-left: 5px;
  }
  .u-tab-mgLeft--10 {
    margin-left: 10px;
  }
  .u-tab-mgLeft--15 {
    margin-left: 15px;
  }
  .u-tab-mgLeft--20 {
    margin-left: 20px;
  }
  .u-tab-mgLeft--25 {
    margin-left: 25px;
  }
  .u-tab-mgLeft--30 {
    margin-left: 30px;
  }
  .u-tab-mgLeft--35 {
    margin-left: 35px;
  }
  .u-tab-mgLeft--40 {
    margin-left: 40px;
  }
  .u-tab-mgLeft--45 {
    margin-left: 45px;
  }
  .u-tab-mgLeft--50 {
    margin-left: 50px;
  }
  .u-tab-mgLeft--55 {
    margin-left: 55px;
  }
  .u-tab-mgLeft--60 {
    margin-left: 60px;
  }
  .u-tab-mgLeft--65 {
    margin-left: 65px;
  }
  .u-tab-mgLeft--70 {
    margin-left: 70px;
  }
  .u-tab-mgLeft--75 {
    margin-left: 75px;
  }
  .u-tab-mgLeft--80 {
    margin-left: 80px;
  }
  .u-tab-mgLeft--85 {
    margin-left: 85px;
  }
  .u-tab-mgLeft--90 {
    margin-left: 90px;
  }
  .u-tab-mgLeft--95 {
    margin-left: 95px;
  }
  .u-tab-mgLeft--100 {
    margin-left: 100px;
  }
  .u-tab-mgLeft--105 {
    margin-left: 105px;
  }
  .u-tab-mgLeft--110 {
    margin-left: 110px;
  }
  .u-tab-mgLeft--115 {
    margin-left: 115px;
  }
  .u-tab-mgLeft--120 {
    margin-left: 120px;
  }
  .u-tab-mgLeft--125 {
    margin-left: 125px;
  }
  .u-tab-mgLeft--130 {
    margin-left: 130px;
  }
  .u-tab-mgLeft--135 {
    margin-left: 135px;
  }
  .u-tab-mgLeft--140 {
    margin-left: 140px;
  }
  .u-tab-mgLeft--145 {
    margin-left: 145px;
  }
  .u-tab-mgRight--0 {
    margin-right: 0px;
  }
  .u-tab-mgRight--5 {
    margin-right: 5px;
  }
  .u-tab-mgRight--10 {
    margin-right: 10px;
  }
  .u-tab-mgRight--15 {
    margin-right: 15px;
  }
  .u-tab-mgRight--20 {
    margin-right: 20px;
  }
  .u-tab-mgRight--25 {
    margin-right: 25px;
  }
  .u-tab-mgRight--30 {
    margin-right: 30px;
  }
  .u-tab-mgRight--35 {
    margin-right: 35px;
  }
  .u-tab-mgRight--40 {
    margin-right: 40px;
  }
  .u-tab-mgRight--45 {
    margin-right: 45px;
  }
  .u-tab-mgRight--50 {
    margin-right: 50px;
  }
  .u-tab-mgRight--55 {
    margin-right: 55px;
  }
  .u-tab-mgRight--60 {
    margin-right: 60px;
  }
  .u-tab-mgRight--65 {
    margin-right: 65px;
  }
  .u-tab-mgRight--70 {
    margin-right: 70px;
  }
  .u-tab-mgRight--75 {
    margin-right: 75px;
  }
  .u-tab-mgRight--80 {
    margin-right: 80px;
  }
  .u-tab-mgRight--85 {
    margin-right: 85px;
  }
  .u-tab-mgRight--90 {
    margin-right: 90px;
  }
  .u-tab-mgRight--95 {
    margin-right: 95px;
  }
  .u-tab-mgRight--100 {
    margin-right: 100px;
  }
  .u-tab-mgRight--105 {
    margin-right: 105px;
  }
  .u-tab-mgRight--110 {
    margin-right: 110px;
  }
  .u-tab-mgRight--115 {
    margin-right: 115px;
  }
  .u-tab-mgRight--120 {
    margin-right: 120px;
  }
  .u-tab-mgRight--125 {
    margin-right: 125px;
  }
  .u-tab-mgRight--130 {
    margin-right: 130px;
  }
  .u-tab-mgRight--135 {
    margin-right: 135px;
  }
  .u-tab-mgRight--140 {
    margin-right: 140px;
  }
  .u-tab-mgRight--145 {
    margin-right: 145px;
  }
  .u-tab-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-tab-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-tab-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-tab-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-tab-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-tab-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-tab-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-tab-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-tab-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-tab-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-tab-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-tab-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-tab-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-tab-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-tab-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-tab-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-tab-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-tab-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-tab-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-tab-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-tab-mgBottom--100 {
    margin-bottom: 100px;
  }
  .u-tab-mgBottom--105 {
    margin-bottom: 105px;
  }
  .u-tab-mgBottom--110 {
    margin-bottom: 110px;
  }
  .u-tab-mgBottom--115 {
    margin-bottom: 115px;
  }
  .u-tab-mgBottom--120 {
    margin-bottom: 120px;
  }
  .u-tab-mgBottom--125 {
    margin-bottom: 125px;
  }
  .u-tab-mgBottom--130 {
    margin-bottom: 130px;
  }
  .u-tab-mgBottom--135 {
    margin-bottom: 135px;
  }
  .u-tab-mgBottom--140 {
    margin-bottom: 140px;
  }
  .u-tab-mgBottom--145 {
    margin-bottom: 145px;
  }
}
@media (max-width: 600px) {
  .u-sp-mg--0 {
    margin: 0;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgTop--105 {
    margin-top: 105px;
  }
  .u-sp-mgTop--110 {
    margin-top: 110px;
  }
  .u-sp-mgTop--115 {
    margin-top: 115px;
  }
  .u-sp-mgTop--120 {
    margin-top: 120px;
  }
  .u-sp-mgTop--125 {
    margin-top: 125px;
  }
  .u-sp-mgTop--130 {
    margin-top: 130px;
  }
  .u-sp-mgTop--135 {
    margin-top: 135px;
  }
  .u-sp-mgTop--140 {
    margin-top: 140px;
  }
  .u-sp-mgTop--145 {
    margin-top: 145px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgLeft--105 {
    margin-left: 105px;
  }
  .u-sp-mgLeft--110 {
    margin-left: 110px;
  }
  .u-sp-mgLeft--115 {
    margin-left: 115px;
  }
  .u-sp-mgLeft--120 {
    margin-left: 120px;
  }
  .u-sp-mgLeft--125 {
    margin-left: 125px;
  }
  .u-sp-mgLeft--130 {
    margin-left: 130px;
  }
  .u-sp-mgLeft--135 {
    margin-left: 135px;
  }
  .u-sp-mgLeft--140 {
    margin-left: 140px;
  }
  .u-sp-mgLeft--145 {
    margin-left: 145px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgRight--105 {
    margin-right: 105px;
  }
  .u-sp-mgRight--110 {
    margin-right: 110px;
  }
  .u-sp-mgRight--115 {
    margin-right: 115px;
  }
  .u-sp-mgRight--120 {
    margin-right: 120px;
  }
  .u-sp-mgRight--125 {
    margin-right: 125px;
  }
  .u-sp-mgRight--130 {
    margin-right: 130px;
  }
  .u-sp-mgRight--135 {
    margin-right: 135px;
  }
  .u-sp-mgRight--140 {
    margin-right: 140px;
  }
  .u-sp-mgRight--145 {
    margin-right: 145px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
  .u-sp-mgBottom--105 {
    margin-bottom: 105px;
  }
  .u-sp-mgBottom--110 {
    margin-bottom: 110px;
  }
  .u-sp-mgBottom--115 {
    margin-bottom: 115px;
  }
  .u-sp-mgBottom--120 {
    margin-bottom: 120px;
  }
  .u-sp-mgBottom--125 {
    margin-bottom: 125px;
  }
  .u-sp-mgBottom--130 {
    margin-bottom: 130px;
  }
  .u-sp-mgBottom--135 {
    margin-bottom: 135px;
  }
  .u-sp-mgBottom--140 {
    margin-bottom: 140px;
  }
  .u-sp-mgBottom--145 {
    margin-bottom: 145px;
  }
}
.u-color--bk {
  color: #000;
}

.u-color--red {
  color: #C93232;
}

.u-lh--15 {
  line-height: 1.5;
}

.u-lh--2 {
  line-height: 2;
}

.u-lh--3 {
  line-height: 3;
}

.p-x--20 {
  padding: 0 2rem;
}

.u-text--title {
  display: inline-block;
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .u-text--title {
    font-size: 1.6rem;
  }
}

.u-text--attention {
  font-size: 1.4rem;
}

.u-block {
  display: block;
}

.u-inlineBlock {
  display: inline-block;
}

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

.u-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 600px) {
  .u-wrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.u-size--small {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .u-size--small {
    font-size: 1.2rem;
  }
}

.u-flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--verticalCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--horizontalCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--onlypc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .u-flex--onlypc {
    display: block;
  }
}

.u-flex--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .u-flex--tab {
    display: block;
  }
}

.u-pc--hidden {
  display: none;
}
@media (max-width: 600px) {
  .u-pc--hidden {
    display: block;
  }
}

.u-tab--hidden {
  display: none;
}
@media (max-width: 1024px) {
  .u-tab--hidden {
    display: block;
  }
}

.u-imin--hidden {
  display: block;
}
@media (max-width: 767px) {
  .u-imin--hidden {
    display: none;
  }
}

.u-imin--block {
  display: none;
}
@media (max-width: 767px) {
  .u-imin--block {
    display: block;
  }
}

.u-mob--hidden {
  display: block;
}
@media (max-width: 1024px) {
  .u-mob--hidden {
    display: none;
  }
}

.u-sp--block {
  display: none;
}
@media (max-width: 600px) {
  .u-sp--block {
    display: block;
  }
}

.u-sp--hidden {
  display: block;
}
@media (max-width: 600px) {
  .u-sp--hidden {
    display: none;
  }
}

.u-indent {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media (max-width: 600px) {
  .u-indent {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}

@media (max-width: 600px) {
  .u-none--sp {
    display: none;
  }
}

.u-vertical--middle {
  vertical-align: middle;
}

.u-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-col--def {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-row--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-ws-noWrap {
  white-space: nowrap;
}

.u-no-events {
  pointer-events: none;
}
/*# sourceMappingURL=style.min.css.map */