@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  font-size: 0.0909090909vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl dd {
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}

figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
  .p-number-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    bottom: 0rem;
    width: 100%;
    z-index: 200;
  }
  .p-number-wrapper li {
    width: 50%;
  }
}

.p-flex {
  display: flex;
  justify-content: space-between;
}
.p-flex.--align-center {
  align-items: center;
  align-content: center;
}
.p-flex.--text-right {
  justify-content: flex-end !important;
}
.p-flex.--text-left {
  justify-content: left;
}
.p-flex.--text-center {
  justify-content: center;
}
.p-flex.--align-bottom {
  align-items: flex-end !important;
}
.p-flex.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-flex.--sp-wrap {
    flex-wrap: wrap;
  }
}
.p-flex.--justify-center {
  justify-content: center;
}
.p-flex.--justify-between {
  justify-content: space-between !important;
}
.p-flex.--justify-left {
  justify-content: flex-start;
}
.p-flex.--align-top {
  align-items: flex-start !important;
}
.p-flex li:last-child .c-text-link_1 {
  margin-right: 0px;
}
.p-flex.--column-2 li, .p-flex.--column-2 article, .p-flex.--column-2 .p-flex-child, .p-flex.--column-2 table {
  width: calc(50% - 10rem);
}
.p-flex.--column-2 li li, .p-flex.--column-2 article li, .p-flex.--column-2 .p-flex-child li, .p-flex.--column-2 table li {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-flex.--column-2 li, .p-flex.--column-2 article, .p-flex.--column-2 .p-flex-child, .p-flex.--column-2 table {
    width: 100%;
  }
}
.p-flex.--column-2 li figure, .p-flex.--column-2 article figure, .p-flex.--column-2 .p-flex-child figure, .p-flex.--column-2 table figure {
  width: 100%;
}
.p-flex.--column-2 li figure img, .p-flex.--column-2 article figure img, .p-flex.--column-2 .p-flex-child figure img, .p-flex.--column-2 table figure img {
  width: 100%;
}
.p-flex.--column-2-full li, .p-flex.--column-2-full article, .p-flex.--column-2-full .p-flex-child {
  width: 50%;
}
.p-flex.--column-3 article, .p-flex.--column-3 li, .p-flex.--column-3 .p-flex-child {
  width: 409rem;
  margin-right: calc((100% - 1227rem) / 2);
}
.p-flex.--column-3 article:nth-child(3n), .p-flex.--column-3 li:nth-child(3n), .p-flex.--column-3 .p-flex-child:nth-child(3n) {
  margin-right: 0rem;
}
.p-flex.--column-3 article figure, .p-flex.--column-3 li figure, .p-flex.--column-3 .p-flex-child figure {
  width: 100%;
}
.p-flex.--column-3 article figure img, .p-flex.--column-3 li figure img, .p-flex.--column-3 .p-flex-child figure img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-flex.--column-3 article, .p-flex.--column-3 li, .p-flex.--column-3 .p-flex-child {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3 article, .p-flex.--column-3 li, .p-flex.--column-3 .p-flex-child {
    width: 100%;
    margin-right: 0rem;
  }
}
.p-flex.--column-3.--side-l .p-flex-child {
  width: 33.3333% !important;
}
.p-flex.--column-3.--side-l .p-flex-child:nth-child(3n) {
  margin-right: 0rem;
}
.p-flex.--column-3.--side-l .p-flex-child figure {
  width: 100%;
}
.p-flex.--column-3.--side-l .p-flex-child figure img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-flex.--column-3.--side-l .p-flex-child {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3.--side-l .p-flex-child {
    width: 100%;
    margin-right: 0rem;
  }
}
.p-flex.--column-3-full article, .p-flex.--column-3-full li {
  width: 33.33333%;
  border-right: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  padding: 20rem;
  box-sizing: border-box;
}
.p-flex.--column-3-full article figure, .p-flex.--column-3-full li figure {
  width: 100%;
}
.p-flex.--column-3-full article figure img, .p-flex.--column-3-full li figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3-full article, .p-flex.--column-3-full li {
    width: 100%;
    margin-right: 0rem;
  }
}
.p-flex.--column-3_l article, .p-flex.--column-3_l li {
  width: 353rem;
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3_l article, .p-flex.--column-3_l li {
    width: 100%;
  }
}
.p-flex.--column-3_l article figure, .p-flex.--column-3_l li figure {
  width: 100%;
}
.p-flex.--column-3_l article figure img, .p-flex.--column-3_l li figure img {
  width: 100%;
}
.p-flex.--column-4 li, .p-flex.--column-4 table, .p-flex.--column-4 article {
  width: 260rem;
}
.p-flex.--column-4 li:nth-child(4n), .p-flex.--column-4 table:nth-child(4n), .p-flex.--column-4 article:nth-child(4n) {
  margin-right: 0rem;
}
.p-flex.--column-4 li img, .p-flex.--column-4 table img, .p-flex.--column-4 article img {
  width: 100%;
}
.p-flex.--column-4 li figure, .p-flex.--column-4 table figure, .p-flex.--column-4 article figure {
  width: 100%;
}
.p-flex.--column-4 li figure img, .p-flex.--column-4 table figure img, .p-flex.--column-4 article figure img {
  width: 100%;
}
.p-flex.--column-4.--no-padding table {
  width: 265rem;
  margin-right: 10rem;
  margin-bottom: 0rem;
}
.p-flex.--column-5 li, .p-flex.--column-5 article {
  width: calc(20% - 30rem);
}
.p-flex.--column-5 li:nth-child(5n), .p-flex.--column-5 article:nth-child(5n) {
  margin-right: 0rem;
}
.p-flex.--column-5 li img, .p-flex.--column-5 article img {
  width: 100%;
}
.p-flex.--column-5 li figure, .p-flex.--column-5 article figure {
  width: 100%;
}
.p-flex.--column-5 li figure img, .p-flex.--column-5 article figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-flex {
    display: block;
  }
  .p-flex.--flex-sp {
    display: flex;
  }
  .p-flex.--flex-sp.--flex-sp-space_between {
    justify-content: space-between;
  }
  .p-flex.--flex-sp.--flex-sp-space_center {
    justify-content: center;
  }
  .p-flex.--flex-sp.--flex-sp-space_left {
    justify-content: flex-start !important;
  }
  .p-flex.--flex-sp.--sp-reverse {
    flex-direction: row-reverse;
  }
}
.p-flex.--text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-flex.--text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.p-flex.--sp-column-2 {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-flex.--sp-column-2 li, .p-flex.--sp-column-2 article, .p-flex.--sp-column-2 .--column-single {
    width: calc(50% - 15rem) !important;
    margin-right: 0rem;
  }
}
.p-flex.--sp-column-3 {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-flex.--sp-column-3 li, .p-flex.--sp-column-3 article, .p-flex.--sp-column-3 .--column-single {
    width: 31% !important;
    margin-right: 0rem;
  }
}
.p-flex.--reverse {
  flex-direction: row-reverse;
}
.p-flex.--column-6 li, .p-flex.--column-6 article {
  width: calc(16.6666667% - 20rem);
}
.p-flex.--column-6 li:nth-child(6n), .p-flex.--column-6 article:nth-child(6n) {
  margin-right: 0rem;
}
.p-flex.--column-6 li img, .p-flex.--column-6 article img {
  width: 100%;
}
.p-flex.--column-6 li figure, .p-flex.--column-6 article figure {
  width: 100%;
}
.p-flex.--column-6 li figure img, .p-flex.--column-6 article figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-sp-flex {
    display: flex;
    justify-content: space-between;
  }
}

.p-nav.--base li {
  padding-left: 15rem;
}

.p-pagenation-list {
  text-align: center;
  gap: 10rem;
}
.p-pagenation-list a, .p-pagenation-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 10rem;
  box-sizing: border-box;
  border-radius: 50rem;
  color: #fff;
  font-weight: bold;
  border: 1px solid #6391FF;
  width: 36rem;
  height: 36rem;
  color: #6391FF;
}
@media screen and (max-width: 750px) {
  .p-pagenation-list a, .p-pagenation-list span {
    font-size: 24rem;
    padding: 10rem 20rem 10rem 20rem;
    width: 56rem;
    height: 56rem;
  }
}
.p-pagenation-list a.current, .p-pagenation-list span.current {
  border: 1px solid #1D90FF;
  color: #1D90FF;
  background-color: inherit;
}
.p-pagenation-list a:hover, .p-pagenation-list span:hover {
  background: #fff;
  color: #1D90FF;
}
.p-pagenation-list .--over a, .p-pagenation-list .--over span {
  border: 1px solid #6391FF;
  background: #6391FF;
  color: #fff;
}

.p-child-pb-10 > li {
  padding-bottom: 10rem;
}

.p-child-gnav li {
  padding-right: 20rem;
}
.p-child-gnav li img {
  margin-right: 10rem;
}

.p-form {
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0rem 100rem 100rem 100rem;
}
@media screen and (max-width: 750px) {
  .p-form {
    padding: 0rem 40rem 40rem 40rem;
  }
}

.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-footer {
  position: relative;
}
.p-footer img {
  width: 100%;
  position: absolute;
}

.p-center {
  width: 94%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.p-center.--width-small {
  max-width: 1000rem;
}
.p-center.--width-small-2 {
  max-width: 890rem;
}
.p-center.--width-1500 {
  max-width: 1500rem;
}
.p-center.--width-1100 {
  max-width: 1100rem;
}
.p-center.--width-1000 {
  max-width: 1000rem;
}

.p-gnav-sp-wrapper {
  position: fixed;
  z-index: 200;
  top: 0rem;
  right: 0rem;
  background: #fff;
  width: 120rem;
  height: 120rem;
  display: none;
  z-index: 500;
}
@media screen and (max-width: 750px) {
  .p-gnav-sp-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}

.p-text-base p {
  font-size: 16rem;
  line-height: 26rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .p-text-base p {
    font-size: 26rem;
    line-height: 42rem;
  }
}

.p-crumblist {
  display: flex;
}
.p-crumblist li:after {
  content: "";
  display: inline-block;
  margin-left: 10rem;
  margin-right: 10rem;
  width: 10rem;
  height: 10rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.p-crumblist li:last-child:after {
  display: none;
}

.p-sp-nav {
  position: fixed;
  top: 0rem;
  left: 0rem;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 200;
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.p-sp-nav ul {
  width: 100%;
}
.p-sp-nav ul li {
  width: 100%;
}
.p-sp-nav ul li a {
  display: block;
  padding-top: 20rem;
  padding-bottom: 20rem;
  width: 100%;
}
.p-sp-nav.over {
  display: flex;
}

.p-sideber-article {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20rem;
}
.p-sideber-article figure {
  width: 70rem;
  margin-right: 20rem;
}
@media screen and (max-width: 750px) {
  .p-sideber-article figure {
    width: 140rem;
    margin-right: 30rem;
  }
}
.p-sideber-article figure img {
  width: 70rem;
  height: 70rem;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 750px) {
  .p-sideber-article figure img {
    width: 140rem;
    height: 140rem;
  }
}
.p-sideber-article .--text-base {
  font-size: 16rem;
  line-height: 26rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-sideber-article .--text-base {
    font-size: 26rem;
    line-height: 38rem;
  }
}

.p-sideber-article-2 figure {
  width: 320rem;
  height: 240rem;
}
.p-sideber-article-2 figure img {
  width: 320rem;
  height: 240rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 750px) {
  .p-sideber-article-2 figure {
    width: 100%;
    height: 340rem;
  }
  .p-sideber-article-2 figure img {
    width: 100%;
    height: 340rem;
  }
}
.p-sideber-article-2 .--title {
  font-size: 18rem;
  line-height: 28rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-sideber-article-2 .--title {
    font-size: 28rem;
    line-height: 40rem;
  }
}
.p-sideber-article-2 .--text {
  font-size: 12rem;
  line-height: 24rem;
  color: #8B8B8B;
}
@media screen and (max-width: 750px) {
  .p-sideber-article-2 .--text {
    font-size: 24rem;
    line-height: 34rem;
  }
}

.p-article {
  background: #fff;
}

.p-blog-text {
  max-width: 860rem;
  margin-left: auto;
  margin-right: auto;
}
.p-blog-text p {
  font-size: 16rem;
  line-height: 34rem;
  padding-bottom: 60rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .p-blog-text p {
    font-size: 26rem;
    line-height: 56rem;
    padding-bottom: 70rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
  }
}
.p-blog-text p b {
  font-weight: 800;
}
.p-blog-text figure {
  padding-bottom: 60rem;
}
@media screen and (max-width: 860px) {
  .p-blog-text figure {
    padding-bottom: 60rem;
  }
}
.p-blog-text figure img {
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  border-radius: 10rem;
}
.p-blog-text .video {
  margin-bottom: 60rem;
}
.p-blog-text h2 {
  background: #3576D9;
  padding: 20rem;
  color: #fff;
  line-height: 34rem;
  font-size: 20rem;
  border-radius: 5rem;
  margin-top: 20rem;
  margin-bottom: 45rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .p-blog-text h2 {
    font-size: 36rem;
    line-height: 50rem;
    padding: 40rem;
    margin-bottom: 80rem;
    margin-top: 40rem;
  }
}
.p-blog-text h3 {
  font-size: 20rem;
  line-height: 34rem;
  border-bottom: 3rem solid #3576D9;
  padding-bottom: 10rem;
  margin-bottom: 40rem;
  margin-top: 10rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .p-blog-text h3 {
    font-size: 36rem;
    line-height: 50rem;
    margin-bottom: 60rem;
    padding-bottom: 20rem;
    border-bottom: 5rem solid #3576D9;
    margin-top: 20rem;
  }
}
.p-blog-text h4 {
  font-size: 20rem;
  line-height: 34rem;
  border-left: 3rem solid #3576D9;
  padding-left: 15rem;
  margin-bottom: 40rem;
  margin-top: 10rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .p-blog-text h4 {
    font-size: 36rem;
    line-height: 50rem;
    margin-bottom: 60rem;
    padding-left: 30rem;
    margin-top: 20rem;
    border-left: 6rem solid #3576D9;
  }
}
.p-blog-text ul, .p-blog-text ol {
  background: #F9F9F9;
  padding: 40rem;
  font-size: 16rem;
  line-height: 34rem;
  margin-bottom: 40rem;
  padding-left: 60rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .p-blog-text ul, .p-blog-text ol {
    font-size: 28rem;
    line-height: 50rem;
  }
}
.p-blog-text ul li {
  list-style: disc;
}
.p-blog-text ol li {
  list-style: decimal;
}
.p-blog-text a {
  text-decoration: underline;
}

.p-box-2 {
  width: 530rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-box-2 {
    width: 100%;
  }
}

.p-box-3 {
  max-width: 1100rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30rem;
}
.p-box-3 img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-box-3 {
    border-radius: 0rem;
    max-width: 90%;
    border-radius: 50rem;
    overflow: hidden;
  }
  .p-box-3 figure {
    width: 100%;
    max-width: 100%;
  }
  .p-box-3 figure img {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-table {
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-collapse: collapse;
}
.p-table tr th {
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: #F9F9F9;
  padding: 10rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-table tr th {
    width: 200rem !important;
  }
}
.p-table tr td {
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: #fff;
  padding: 10rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-table tr td {
    width: calc(100% - 200rem);
  }
}

.u-top-0 {
  top: 0rem;
}

.u-left-0 {
  left: 0rem;
}

.u-all-full {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-468 {
    padding-left: calc((100% - 468rem) / 2);
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pr-100 {
    padding-right: 100rem;
  }
}

.u-z-300 {
  z-index: 300;
}

.u-position-fixed {
  position: fixed;
}

.c-box-1 {
  background: #fff;
  width: 310rem;
  text-align: center;
  border-radius: 10rem;
  overflow: hidden;
}
.c-box-1 dt {
  background: #6392FF;
  color: #fff;
  padding: 20rem;
  box-sizing: border-box;
  font-weight: bold;
}
.c-box-1 dd {
  padding: 20rem;
}
@media screen and (max-width: 750px) {
  .c-box-1 {
    width: 468rem;
  }
}

.c-select {
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 100rem;
  position: relative;
  font-size: 14rem;
  line-height: 28rem;
  height: 35rem;
}
.c-select select {
  width: 100%;
  border: none;
  background: none;
  font-size: 16rem;
  padding: 0rem;
  box-sizing: border-box;
  border-radius: 100rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  height: 37rem;
}
.c-select:after {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 15rem;
  right: 8rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .c-select {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-comment-box {
  color: #fff;
  text-align: center;
  border-radius: 40rem;
  padding: 15rem;
  display: inline-block;
  background: #5482ED;
  font-size: 20rem;
  position: relative;
  max-width: 800rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 750px) {
  .c-comment-box {
    font-size: 26rem;
    padding: 20rem 40rem 20rem 40rem;
    border-radius: 80rem;
  }
}
.c-comment-box:after {
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  position: absolute;
  transform: rotate(45deg);
  background: #5482ED;
  position: absolute;
  left: 50%;
  bottom: -11rem;
  margin-left: -20rem;
}

.c-btn-3 {
  background: #6391FF;
  border-radius: 50rem;
  border: none;
  color: #fff;
  font-size: 16rem;
  line-height: 28rem;
  width: 107rem;
}
@media screen and (max-width: 750px) {
  .c-btn-3 {
    font-size: 24rem;
    line-height: 38rem;
    width: 200rem;
    height: 80rem;
  }
}

.c-btn-4 {
  background: #6391FF;
  border-radius: 50rem;
  border: none;
  color: #fff;
  font-size: 14rem;
  line-height: 28rem;
  width: 207rem;
  padding: 10rem;
}
@media screen and (max-width: 750px) {
  .c-btn-4 {
    font-size: 24rem;
    line-height: 38rem;
    width: 200rem;
    height: 80rem;
  }
}

.c-input-base {
  width: 100%;
  border: 1px solid #DADADA;
  padding: 10rem 15rem 10rem 15rem;
  box-sizing: border-box;
  border-radius: 100rem;
}

.c-textarea-base {
  width: 100%;
  border: 1px solid #DADADA;
  padding: 10rem 15rem 10rem 15rem;
  box-sizing: border-box;
  border-radius: 10rem;
  min-height: 200rem;
}

@media screen and (max-width: 750px) {
  .c-data-box {
    margin-bottom: 20rem;
  }
}
.c-data-box dt {
  background: #FFF100;
  border: 1px solid #000;
  font-size: 16rem;
  min-width: 100rem;
  text-align: center;
  padding: 2rem 10rem 2rem 10rem;
  margin-right: 15rem;
}
@media screen and (max-width: 750px) {
  .c-data-box dt {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 10rem;
  }
}
.c-data-box dd {
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  .c-data-box dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-text-bg-gradation {
  background: linear-gradient(90deg, #1D90FF 0%, #B1D5F8 100%);
  padding: 10rem;
  display: inline;
  color: #fff;
  line-height: 56rem;
  font-weight: bold;
}

.u-width-117 {
  width: 117rem;
}

.u-text-bg-gradation-2 {
  background: linear-gradient(90deg, #F1F8FF 0%, #DFEFFE 41%, #FFFFF0 100%);
  padding: 10rem;
  display: inline;
  color: #fff;
  line-height: 56rem;
  font-weight: bold;
  color: #000;
}

.u-text-bg-white-1 {
  background: #fff;
  padding: 5rem 20rem 5rem 20rem;
  display: inline;
  color: #000;
  line-height: 56rem;
  font-weight: bold;
  color: #000;
}

.u-font-size-100 {
  font-size: 100rem;
  line-height: 100rem;
}

.u-pt-15 {
  padding-top: 15rem;
}

.u-pb-15 {
  padding-bottom: 15rem;
}

.u-font-size-18 {
  font-size: 18rem;
  line-height: 32rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-18 {
    font-size: 24rem;
    line-height: 44rem;
  }
}

.u-bg-1 {
  background: url(../img/common/bg_1.png);
  background-repeat: no-repeat;
}

.u-bg-2 {
  background: url(../img/common/bg_2.png);
  background-repeat: no-repeat;
}

.u-pr-60 {
  padding-right: 60rem;
  box-sizing: border-box;
}

.u-bg-3 {
  background: url(../img/common/bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bg-4 {
  background: url(../img/common/bg_img_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bg-5 {
  background: url(../img/common/bg_img_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-pr-80 {
  padding-right: 80rem !important;
  box-sizing: border-box;
}

.u-pl-80 {
  padding-left: 80rem !important;
  box-sizing: border-box;
}

.u-bg-6 {
  background: url(../img/common/img_sdgs_bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .u-sp-width-1000 {
    width: 1000rem !important;
    max-width: 1000 !important;
  }
}

.u-gap-40 {
  gap: 40rem;
}

.u-gap-60 {
  gap: 60rem;
}

.u-border-radius-left-20 {
  border-radius: 20rem 0rem 0rem 20rem;
}

.u-width-987 {
  width: 987rem;
}

.u-width-184 {
  width: 184rem !important;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-80 {
    padding-top: 80rem !important;
  }
}

.u-pc-mt-86 {
  margin-top: 86rem;
}
@media screen and (max-width: 750px) {
  .u-pc-mt-86 {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mt-120 {
    margin-top: 120rem;
  }
}

.u-t-0 {
  top: 0rem;
}

.u-l-0 {
  left: 0rem;
}

@media screen and (max-width: 750px) {
  .u-sp-mt-80 {
    margin-top: 80rem;
  }
}

.u-width-823 {
  width: 823rem;
}

.u-br-left-40 {
  border-radius: 20rem 0rem 0rem 20rem;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-height-400 {
  height: 400rem;
  box-sizing: border-box;
}

.u-pb-140 {
  padding-bottom: 140rem;
}

.u-font-size-48 {
  font-size: 48rem;
  line-height: 66rem;
}

@media screen and (max-width: 750px) {
  .u-sp-width-100pc {
    width: 100% !important;
  }
}

.u-font-size-28 {
  font-size: 28rem;
  line-height: 46rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .u-font-size-28 {
    font-size: 40rem;
    line-height: 50rem;
  }
}

.u-label-1 {
  background: #1D90FF;
  display: inline-block;
  color: #fff;
  padding: 5rem 15rem 5rem 15rem;
  border-radius: 5rem;
}

.u-max-width-279 {
  max-width: 279rem;
}

.u-font-size-22 {
  font-size: 22rem;
  line-height: 36rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .u-font-size-22 {
    font-size: 30rem;
    line-height: 40rem;
  }
}

.u-pb-80 {
  padding-bottom: 80rem;
}

.u-n-mt-20 {
  margin-top: -20rem;
}

.u-ml-20 {
  margin-left: 20rem;
}

.u-pr-60 {
  padding-right: 60rem;
  box-sizing: border-box;
}

.u-pl-60 {
  padding-left: 60rem;
}

.u-n-width-550 {
  width: calc(100% - 630rem);
}

.u-filter-shadow {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}

.u-ml-center-side {
  margin-left: calc((100% - 1100rem) / 2);
}
@media screen and (max-width: 750px) {
  .u-ml-center-side {
    margin-left: 0rem;
  }
}

.u-bg-red {
  background: #FF7C7C;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .u-sp-width-200pc {
    width: 200%;
  }
}

.u-width-420 {
  width: 420rem;
}

.u-width-33pc {
  width: 33.333333%;
}
@media screen and (max-width: 750px) {
  .u-width-33pc {
    width: auto;
  }
}

.u-after-bg-1 {
  position: relative;
  padding-bottom: 120rem;
}
.u-after-bg-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 600rem;
  background: linear-gradient(90deg, #F1F8FF 0%, #DFEFFE 41%, #FFFFF0 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: -1;
}

.u-p-90 {
  padding: 90rem;
  box-sizing: border-box;
}

.u-font-size-38 {
  font-size: 38rem;
  line-height: 52rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .u-font-size-38 {
    font-size: 50rem;
    line-height: 70rem;
  }
}

.u-width-529 {
  width: 529rem;
}

.u-object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.u-object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.u-width-480 {
  width: 480rem;
}

.u-n-width-580 {
  width: calc(100% - 580rem);
}

.u-title-line {
  position: relative;
}
.u-title-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-top: 20rem;
  max-width: 200rem;
  margin-left: auto;
  margin-right: auto;
}

.u-height-90pc {
  height: 90%;
}

@media screen and (max-width: 750px) {
  .u-sp-text-center {
    text-align: center;
  }
}

.u-pb-8 {
  padding-bottom: 8rem;
}

.u-pt-50 {
  padding-top: 50rem;
}

.u-height-100pc {
  height: 100%;
}

.u-height-80pc {
  min-height: 300rem;
  height: 80%;
}

.u-font-size-60 {
  font-size: 60rem;
  line-height: 80rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .u-font-size-60 {
    font-size: 80rem;
    line-height: 100rem;
  }
}

.u-ptb-90 {
  padding-top: 90rem;
  padding-bottom: 90rem;
}

.u-p-100 {
  padding: 100rem;
  box-sizing: border-box;
}

.u-width-80pc {
  width: 80%;
  box-sizing: border-box;
}

.u-p-100-50 {
  padding: 100rem 50rem;
  box-sizing: border-box;
}

.u-border-white-3 {
  border: 3px solid #fff;
  box-sizing: border-box;
}

.u-width-185 {
  width: 185rem;
}

.u-mt-n-120 {
  margin-top: -120rem;
}

.u-mt-n-200 {
  margin-top: -200rem;
}

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

.u-b-n-5 {
  position: relative;
  bottom: -5rem;
}

.u-b-n-2 {
  position: relative;
  bottom: -2rem;
}

.c-article.--style-1 {
  width: 33.333333% !important;
  margin-right: 0rem !important;
  padding: 10rem;
  box-sizing: border-box;
  border-right: #00A1E9 solid 1px;
}
@media screen and (max-width: 750px) {
  .c-article.--style-1 {
    width: 100% !important;
    border-right: none;
    border-bottom: #00A1E9 solid 1px;
  }
}
.c-article.--style-1 header {
  text-align: center;
}
.c-article.--style-1 figure img {
  width: 100%;
}

.c-sp-nav {
  position: fixed;
  background: #fff;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.c-sp-nav.active {
  display: flex;
}
.c-sp-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.c-sp-nav ul li {
  width: 100%;
  text-align: center;
}
.c-sp-nav ul li a {
  display: block;
  color: #000;
  padding-top: 20rem;
  padding-bottom: 20rem;
  font-size: 34rem;
}

.c-input {
  width: 100%;
  border: 1px solid #000;
  padding: 10rem;
  box-sizing: border-box;
  border-radius: 100rem;
  height: 35rem;
}
.c-input.--style-1 {
  width: 100%;
  padding: 20rem;
  box-sizing: border-box;
}
.c-input.--style-2 {
  width: 100%;
  padding: 20rem;
  box-sizing: border-box;
  border-radius: 40rem;
  background: #F5F6F7;
  border: none;
}
@media screen and (max-width: 750px) {
  .c-input {
    font-size: 24rem !important;
    line-height: 38rem !important;
    padding: 30rem !important;
  }
}

.c-input-2 {
  background: #F6F6F6;
  width: calc(50% - 20rem);
  border: none;
  border-radius: 30rem;
  box-sizing: border-box;
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .c-input-2 {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem;
  }
}

.c-text.--type-1 {
  font-size: 80rem;
  line-height: 80rem;
  font-family: "Oswald", sans-serif;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-text.--type-1 {
    font-size: 80rem;
    line-height: 80rem;
  }
}
.c-text.--type-1 b {
  font-weight: normal;
}
.c-text.--type-1 b:nth-child(1).--color-orange {
  color: #FF5C00;
}
.c-text.--type-1 b:nth-child(1).--color-yellow {
  color: #FFF100;
}
.c-text.--type-1 b:nth-child(1).--color-blue {
  color: #00A1E9;
}
.c-text.--type-1 b:nth-child(1).--color-black {
  color: #000;
}
.c-text.--type-1 b:nth-child(2) {
  position: absolute;
  left: -3rem;
  top: -3rem;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

.u-pt-140 {
  padding-top: 140rem;
}

.c-flag-2 {
  max-width: 160rem !important;
  width: 160rem;
  position: absolute;
  left: 360rem !important;
  top: 18rem !important;
}

.c-company-figure {
  width: calc(50% - 40rem);
}
.c-company-figure img {
  width: 100%;
  height: 596rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-company-figure {
    width: 100%;
    margin-bottom: 20rem;
  }
}

.c-title-bg {
  position: absolute;
  left: 0rem;
  top: 0rem;
  height: 340rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-title-bg {
    height: 100%;
  }
}

.c-textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10rem;
  box-sizing: border-box;
  border-radius: 10rem;
  min-height: 200rem;
}
.c-textarea.--style-1 {
  width: 100%;
  padding: 20rem;
  box-sizing: border-box;
}
.c-textarea.--style-2 {
  width: 100%;
  padding: 20rem;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #F5F6F7;
  border: none;
}

.c-title-1 {
  font-size: 34rem;
  text-align: center;
  border-radius: 5rem;
  border: 3rem solid #000;
  font-weight: bold;
  padding: 10rem;
  box-sizing: border-box;
  position: relative;
}
.c-title-1:after {
  content: "";
  display: block;
  width: 28rem;
  height: 28rem;
  background: #6392FF;
  border: 3rem solid #000;
  border-radius: 5rem;
  position: absolute;
  bottom: 0rem;
  right: -15rem;
  bottom: -15rem;
}
.c-title-1:before {
  content: "";
  display: block;
  width: 28rem;
  height: 28rem;
  background: #E62D8B;
  border: 3rem solid #000;
  border-radius: 5rem;
  position: absolute;
  bottom: 0rem;
  left: -15rem;
  top: -15rem;
}
@media screen and (max-width: 750px) {
  .c-title-1 {
    padding: 20rem 40rem 20rem 40rem;
  }
}

.c-title-2 {
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: bold;
}
.c-title-2:before {
  content: "";
  width: 27rem;
  background: #fff;
  display: inline-block;
  height: 4rem;
  margin-right: 20rem;
}

.c-title-line-2 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.c-title-line-2:after {
  content: "";
  display: block;
  width: calc(100% - 150rem);
  border-bottom: 1px solid #fff;
}

.c-title-line-3:after {
  content: "";
  display: block;
  width: 300rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #1D90FF;
}

.c-mv {
  background: url(../img/common/img_bg_mv.png) no-repeat center center;
}

.c-title {
  color: #FF5C00;
  font-size: 24rem;
  font-weight: bold;
  margin-bottom: 20rem;
}
.c-title:after {
  content: "";
  display: block;
  width: 180rem;
  border-bottom: #FF5C00 solid 3rem;
  margin-top: 15rem;
}
@media screen and (max-width: 750px) {
  .c-title {
    font-size: 40rem;
    line-height: 50rem;
    padding-top: 20rem;
  }
  .c-title:after {
    width: 100rem;
    margin-top: 20rem;
  }
}

.c-faq dt {
  background: #fff;
  border-radius: 50rem;
  padding: 15rem 30rem 15rem 30rem;
  font-size: 20rem;
  box-sizing: border-box;
  margin-bottom: 30rem;
}
@media screen and (max-width: 750px) {
  .c-faq dt {
    font-size: 28rem;
    line-height: 38rem;
    font-weight: bold;
    padding: 20rem 30rem;
    box-sizing: border-box;
  }
}
.c-faq dd {
  color: #fff;
  font-size: 16rem;
  line-height: 32rem;
  padding-bottom: 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-faq dd {
    font-size: 24rem;
    line-height: 40rem;
  }
}

.c-btn {
  display: block;
  border: none;
}
.c-btn.--style-0 {
  text-align: center;
  background: #1D90FF;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 20rem;
  box-sizing: border-box;
  color: #fff;
}
.c-btn.--style-0 span {
  display: block;
}
.c-btn.--style-1 {
  text-align: center;
  background: #000;
  border-radius: 50rem;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 15rem;
  box-sizing: border-box;
  color: #fff;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.c-btn.--style-1:before {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 7rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  transform: rotate(-45deg);
  margin-right: 15rem;
  position: relative;
  top: 1rem;
}
.c-btn.--style-1.--blue {
  background: #1D90FF;
}
.c-btn.--style-1.--red {
  background: #FF251D;
}
.c-btn.--style-1.--no-center {
  margin-left: 0rem;
  margin-right: 0rem;
}
.c-btn.--style-2 {
  color: #000;
  background-color: #fff;
  padding: 10rem 15rem 10rem 15rem;
  text-align: center;
  border-radius: 80rem;
  box-sizing: border-box;
  max-width: 420rem;
  border: none;
  font-size: 16rem;
}
@media screen and (max-width: 750px) {
  .c-btn.--style-2 {
    width: 100%;
    max-width: 100%;
    padding: 15rem 20rem 15rem 20rem !important;
    font-size: 24rem;
  }
}
.c-btn.--style-2 img {
  position: relative;
  bottom: -7rem;
  margin-right: 5rem;
}
.c-btn.--style-3 {
  color: #FF5C00;
  background-color: #fff;
  padding: 15rem 20rem 20rem 20rem;
  text-align: center;
  border-radius: 80rem;
  box-sizing: border-box;
  max-width: 420rem;
  border: none;
}
.c-btn.--style-3 img {
  position: relative;
  bottom: -7rem;
  margin-right: 5rem;
}

.c-label-style-1 {
  border: 1px solid #55ABFD;
  color: #55ABFD;
  border-radius: 30rem;
  text-align: center;
  padding: 5rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-label-style-1 {
    font-size: 20rem;
    line-height: 30rem;
    padding: 15rem 30rem 15rem 30rem !important;
  }
}

.c-gnav a:hover {
  color: #00A1E9;
  opacity: 1;
}

.c-label-style-2 {
  border: 1px solid #1D90FF;
  color: #1D90FF;
  border-radius: 3rem;
  text-align: center;
  padding: 5rem 20rem 5rem 20rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-label-style-2 {
    font-size: 20rem;
    line-height: 30rem;
    padding: 15rem 30rem 15rem 30rem !important;
  }
}

.c-child-all-pl-10 li {
  padding-left: 10rem;
}

@media screen and (max-width: 750px) {
  .c-sp-child-all-pl-0 li {
    padding-left: 0rem;
  }
}

.c-box-blue {
  background: #1D90FF;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.c-box-white {
  padding: 10rem 20rem 10rem 20rem;
  border-radius: 10rem;
  border: 1px solid white;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin-top: 30rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-box-white {
    padding: 20rem;
  }
}

.c-phone-box {
  background: #fff;
  max-width: 520rem;
  width: 94%;
  border-radius: 5rem;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 24rem;
}
@media screen and (max-width: 750px) {
  .c-phone-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20rem;
  }
}

.c-side-header {
  background: url(../img/common/bg_sub_header.png);
  background-repeat: no-repeat;
  padding-top: 60rem;
  padding-bottom: 60rem;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 750px) {
  .u-sp-width-full {
    width: 100% !important;
  }
}

.c-label {
  font-size: 12rem;
  border: 1px solid #000000;
  display: block;
  max-width: 200rem;
  border-radius: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}

.c-next-arrow-1 {
  position: relative;
  text-align: center;
}
.c-next-arrow-1:after {
  position: absolute;
  content: "";
  width: 40rem;
  height: 40rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  transform: rotate(-45deg);
  top: 34%;
  right: -45rem;
}
@media screen and (max-width: 750px) {
  .c-next-arrow-1:after {
    position: relative;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
    right: 0rem;
    left: 0rem;
    margin-top: 40rem;
    margin-bottom: 60rem;
  }
}

.c-sp-gnav {
  display: none;
  position: fixed;
  background: #F6F8FB;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0rem;
  padding-top: 150rem;
}
.c-sp-gnav ul {
  padding-right: 0rem;
}
.c-sp-gnav ul a {
  padding: 40rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.c-sp-gnav ul a:after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-right: 1px solid #183476;
  border-bottom: 1px solid #183476;
  transform: rotate(-45deg);
  margin-left: 10rem;
}

.c-table {
  border-bottom: 1px solid #EDEDED;
}
.c-table dt {
  width: 200rem;
}
.c-table dd {
  width: calc(100% - 200rem);
}

.c-btn-1 {
  color: #fff;
}

.c-btn-2 {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20rem;
  border-radius: 40rem;
  font-size: 18rem;
  line-height: 30rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  max-width: 500rem;
  width: 100%;
  border: none;
}
.c-btn-2 img {
  position: relative;
  width: 25rem;
  margin-right: 10rem;
}

.c-btn {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #000;
  padding: 10rem 30rem 10rem 30rem;
}

.c-box-2 {
  max-width: 346rem;
  background: #7FA5FF;
  border-radius: 20rem;
}
.c-box-2 figure img {
  width: 100%;
}
.c-box-2 header {
  background: #598AFF;
  padding: 20rem;
  color: #fff;
}
.c-box-2 .--text-base {
  color: #fff;
  padding: 20rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-box-2 {
    max-width: 100%;
  }
}

.c-bg-1 {
  width: 100%;
  height: 1750rem;
  -o-object-position: top center;
     object-position: top center;
}

.c-required {
  background: #FF5C00;
  display: inline-block;
  padding: 5rem 20rem;
  color: #fff;
  font-weight: bold;
  font-size: 12rem;
  border-radius: 30rem;
  margin-left: 10rem;
}
@media screen and (max-width: 750px) {
  .c-required {
    font-size: 20rem;
    line-height: 30rem;
    padding: 10rem 30rem;
  }
}

.c-bg-2 {
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}

.p-table-price-child {
  text-align: center;
  font-weight: bold;
}
.p-table-price-child th {
  background: #fff;
  padding: 20rem;
  font-size: 22rem;
}
.p-table-price-child td {
  background: #fff;
  padding: 20rem;
}
.p-table-price-child td span {
  font-size: 52rem;
}

.c-box-text-white {
  background: #fff;
  padding: 10rem 20rem 10rem 20rem;
  border-radius: 10rem;
  box-sizing: border-box;
  border: 3rem solid #000;
  margin-right: 10rem;
}

.c-box-text-white-2 {
  background: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.c-breadcrumb li:after {
  content: ">";
  margin-left: 10rem;
  margin-right: 10rem;
}
.c-breadcrumb li:last-child:after {
  content: "";
}

.c-sns-icon {
  background: #fff;
  display: flex;
  border-radius: 40rem;
  width: 34rem;
  height: 34rem;
  align-items: center;
  aling-content: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.c-sns-icon img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .c-sns-icon {
    width: 80rem;
    height: 80rem;
    border-radius: 80rem;
  }
}
.c-sns-icon.--size-l {
  width: 42rem;
  height: 42rem;
  border-radius: 80rem;
}
@media screen and (max-width: 750px) {
  .c-sns-icon.--size-l {
    width: 70rem;
    height: 70rem;
    border-radius: 40rem;
  }
}

.c-title-3 {
  background: #6E99FF;
  color: #fff;
  font-weight: bold;
  border-radius: 15rem 15rem 0 0;
}
.c-title-3.--bg-pink {
  background: #E62D8B;
}
.c-title-3.--bg-blue-2 {
  background: #335FC8;
}

.c-title-4 {
  border-bottom: 4rem solid #fff;
}

.c-tab-1 {
  border: 1px solid #000;
  border-radius: 20rem;
  text-align: center;
  padding: 3rem 10rem 3rem 10rem;
}
@media screen and (max-width: 750px) {
  .c-tab-1 {
    font-size: 20rem;
    padding: 5rem;
    border-radius: 30rem;
    padding: 0rem 20rem 0rem 20rem;
    margin-right: 20rem;
    min-width: 163rem;
  }
}

.u-border-pink-10 {
  border: 10rem solid #E62D8B;
  box-sizing: border-box;
}

.u-border-left-pink-10 {
  border-left: 10rem solid #E62D8B;
  box-sizing: border-box;
}

.u-border-right-pink-10 {
  border-right: 10rem solid #E62D8B;
  box-sizing: border-box;
}

.u-border-bottom-pink-10 {
  border-bottom: 10rem solid #E62D8B;
  box-sizing: border-box;
}

.u-p-10 {
  padding: 10rem !important;
}

@media screen and (max-width: 750px) {
  .u-sp-p-20 {
    padding: 20rem !important;
  }
}

.u-bg-blue-1 {
  background-color: #0BAAF1;
}

.u-bg-blue-2 {
  background-color: #6E99FF !important;
}

.u-text-center {
  text-align: center;
}

.u-n-width-185 {
  width: calc(100% - 185rem);
}

.u-logo-main-img {
  width: 221rem;
}
.u-logo-main-img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .u-logo-main-img {
    margin-right: 10rem;
  }
}

.c-tag-2 {
  background: #1D90FF;
  color: #fff;
  border-radius: 40rem;
  display: inline-block;
  font-size: 12rem;
  padding: 5rem 20rem 5rem 20rem;
}
@media screen and (max-width: 750px) {
  .c-tag-2 {
    font-size: 20rem;
    line-height: 30rem;
    padding: 5rem 20rem 5rem 20rem !important;
    display: inline-block;
  }
}

.u-pb-40 {
  padding-bottom: 40rem;
}

.u-logo-main {
  position: absolute;
  left: 0rem;
  top: 0rem;
  background: #00A1E9;
  padding: 15rem 20rem 15rem 20rem;
  border-radius: 0rem 0rem 10rem 0rem;
}
@media screen and (max-width: 750px) {
  .u-logo-main {
    position: relative;
    text-align: left;
    display: flex;
    padding-top: 30rem;
    padding-bottom: 30rem;
    align-items: center;
    align-content: center;
  }
}

.u-pt-5 {
  padding-top: 5rem !important;
}

.u-bg-orange {
  background-color: #FF5C00;
}

.u-bg-yellow {
  background-color: #FFF100;
  color: #000 !important;
}
.u-bg-yellow .u-borer-box {
  border: 1rem solid #000;
}

.u-borer-box {
  border: 1rem solid #fff;
  border-radius: 20rem;
}

.u-p-15 {
  padding: 15rem;
}

.u-color-orange {
  color: #FF5C00;
}

.u-text-decoration-underline {
  line-height: 2.5;
  padding-bottom: 1px;
  display: inline;
  background: linear-gradient(transparent 70%, #FFF100 0%);
}

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

.u-color-white {
  color: #fff;
}
.u-color-white a {
  color: #fff;
}

.u-font-size-10 {
  font-size: 10rem;
  line-height: 14rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-10 {
    font-size: 20rem;
    line-height: 28rem;
  }
}

.u-p-0 {
  padding: 0rem;
}

.u-pt-120 {
  padding-top: 120rem;
}

.u-pt-390 {
  padding-top: 390rem;
}

.u-n-mt-140 {
  margin-top: -400rem;
}

.u-n-mt-300 {
  position: relative;
  top: -300rem;
}

.u-pt-760 {
  padding-top: 760rem;
}

.u-pt-560 {
  padding-top: 560rem;
}

.u-pl-40 {
  padding-left: 40rem !important;
  box-sizing: border-box;
}

.u-mb-20 {
  margin-bottom: 20rem;
}

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

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-pr-100 {
  padding-right: 100rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

.u-font-size-42 {
  font-size: 42rem;
  line-height: 56rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-42 {
    font-size: 60rem;
    line-height: 80rem;
  }
}

.u-font-size-24 {
  font-size: 24rem;
  line-height: 36rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-24 {
    font-size: 40rem;
    line-height: 50rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-bg-gray {
    background: #f9f9f9;
  }
}

.u-ml-10 {
  margin-left: 10rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-24-sp {
    font-size: 24rem;
    line-height: 36rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-24 {
    font-size: 48rem;
    line-height: 54rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-14 {
    font-size: 32rem;
    line-height: 48rem !important;
  }
}

.u-width-23 {
  width: 23rem;
}

.u-font-size-27 {
  font-size: 27rem;
  line-height: 40rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-27 {
    font-size: 40rem;
    line-height: 50rem;
  }
}

.u-font-size-67 {
  font-size: 67rem;
  line-height: 67rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-67 {
    font-size: 80rem;
    line-height: 80rem;
  }
}

.u-font-size-37 {
  font-size: 37rem;
  line-height: 50rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-37 {
    font-size: 62rem;
    line-height: 80rem;
  }
}

.u-overflow-x-scroll {
  overflow-x: scroll;
}

.u-color-pink {
  color: #E62D8B;
}

.u-width-760 {
  width: 760rem;
}
.u-width-760 img {
  width: 100%;
}

.u-width-710 {
  width: 710rem;
}
.u-width-710 img {
  width: 100%;
}

.u-n-width-760 {
  width: calc(100% - 780rem);
}

.u-font-size-36 {
  font-size: 36rem;
  line-height: 50rem;
}

.u-mt-60 {
  margin-top: 60rem;
}

.u-pt-290 {
  padding-top: 290rem;
}

.u-t-n-200 {
  position: relative;
  top: -200rem;
}

.u-mb-50 {
  margin-bottom: 50rem;
}

.u-z-n-1 {
  z-index: -1;
}

.u-pt-160 {
  padding-top: 160rem;
}

.u-gap-30 {
  gap: 30rem;
}

.u-bg-blue {
  background-color: #0D3153;
}

.u-p-80 {
  padding: 80rem;
}

.u-n-t-400 {
  top: -400rem;
}

.u-t-n-60 {
  margin-top: -60rem;
}

.u-font-family-oswald {
  font-family: "Oswald", sans-serif;
}

.u-mt-20 {
  margin-top: 20rem;
}

.u-mt-40 {
  margin-top: 40rem;
}

.u-bg-gray-1 {
  background-color: #F7F7F7;
}

.u-width-780 {
  width: 780rem;
  box-sizing: border-box;
}

.u-width-260 {
  width: 260rem;
}

.u-height-220 {
  height: 220rem;
}
@media screen and (max-width: 750px) {
  .u-height-220 {
    height: inherit;
  }
}

.u-border-right-gray-1 {
  border-right: 1rem solid #D2D2D2;
}

.u-n-width-260 {
  width: calc(100% - 300rem);
}
@media screen and (max-width: 750px) {
  .u-n-width-260 {
    width: calc(100% - 250rem);
  }
}

.u-n-width-780 {
  width: calc(100% - 820rem);
  box-sizing: border-box;
}

.u-border-bottom-gray-1 {
  border-bottom: 1rem solid #D2D2D2;
}
.u-border-bottom-gray-1.--2 {
  border-bottom: 2rem solid #D2D2D2;
}

.u-border-bottom-gray-2 {
  border-bottom: 1rem solid #B2BCC7;
}
.u-border-bottom-gray-2.--2 {
  border-bottom: 2rem solid #B2BCC7;
}

.u-border-bottom-gray-3 {
  border-bottom: 2rem solid #F3F3F3;
}
.u-border-bottom-gray-3.--2 {
  border-bottom: 2rem solid #F3F3F3;
}

.u-max-width-247 {
  max-width: 247rem !important;
  width: 90%;
}

.u-plr-30 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.u-pr-30 {
  padding-right: 30rem !important;
}

@media screen and (max-width: 750px) {
  .u-sp-p-40 {
    padding: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-p-60 {
    padding: 60rem;
  }
}

.u-width-half {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .u-width-half.--sp-full {
    width: 100%;
  }
}

.u-n-mt-100 {
  margin-top: -100rem;
}

.u-height-735 {
  height: 735rem;
}

.u-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.u-position-top-right {
  position: absolute;
  top: 0rem;
  right: 0rem;
}

.u-width-55 {
  width: 55rem;
}

.u-font-size-120 {
  font-size: 120rem;
  line-height: 120rem;
}

.u-z-200 {
  z-index: 200;
}

.u-font-size-12 {
  font-size: 12rem !important;
  line-height: 24rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-12 {
    font-size: 20rem !important;
    line-height: 30rem;
  }
}

.u-font-size-100 {
  font-size: 100rem;
  line-height: 100rem;
}

@media screen and (max-width: 750px) {
  .u-sp-width-auto {
    width: auto !important;
  }
}

.p-bg-img-1 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.u-font-size-14 {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-14 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-font-size-80 {
  font-size: 80rem;
  line-height: 80rem;
}

.u-gap-10 {
  gap: 10rem;
}

.u-pl-30 {
  padding-left: 30rem !important;
}

.u-min-width-350 {
  min-width: 350rem;
}

.u-b-n-20 {
  position: relative;
  bottom: -20rem;
}

.u-width-690 {
  width: 690rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.u-font-size-34 {
  font-size: 34rem;
}

.u-font-size-88 {
  font-size: 88rem;
  line-height: 88rem;
}

.u-pb-30 {
  padding-bottom: 30rem !important;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-30 {
    padding-bottom: 30rem !important;
  }
}

.u-font-familly-oswald {
  font-family: "Oswald", sans-serif;
}

.u-font-weight-normal {
  font-weight: normal;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-color-black {
  color: #000;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-border-radius-right-20 {
  border-radius: 0rem 20rem 20rem 0rem;
}

.u-p-5-20 {
  padding: 5rem 20rem;
}

.u-width-700 {
  width: 700rem;
}

.u-font-size-46 {
  font-size: 46rem;
  line-height: 68rem;
}

.u-width-500 {
  width: 500rem;
}

.u-width-400 {
  width: 400rem;
}

.u-n-width-1100 {
  width: calc(100% - ((100% - 1100rem) / 2 + 380rem));
}

.u-max-width-500 {
  max-width: 500rem;
}

.u-max-width-600 {
  max-width: 600rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-80 {
    padding-left: 80rem !important;
  }
}

.u-width-950 {
  width: 700rem;
}

.u-width-400 {
  width: 90%;
  max-width: 400rem !important;
}

.u-width-1000 {
  width: 1000rem;
}

.u-mv-flag-set {
  position: absolute;
  top: 12rem;
  left: 330rem;
}
.u-mv-flag-set li img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .u-mv-flag-set {
    top: 70rem;
    left: 350rem;
    width: 200rem;
  }
  .u-mv-flag-set li img {
    width: 100rem;
  }
  .u-mv-flag-set li:nth-child(1) img {
    width: 80rem;
  }
}

.u-mg-center {
  margin-left: auto;
  margin-right: auto;
}

.u-width-150 {
  width: 150rem;
}

.u-pr-40 {
  padding-right: 40rem !important;
}

.u-position-relative {
  position: relative;
}

.u-full-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.u-bottom-0 {
  bottom: 0rem;
}

.u-width-407 {
  width: 407rem;
}

.u-text-right {
  text-align: right;
}

.u-width-410 {
  width: 410rem;
}
.u-width-410 img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .u-width-410 {
    width: 100%;
  }
}

.u-n-width-410 {
  width: calc(100% - 450rem);
}

.u-pt-35 {
  padding-top: 35rem;
}

.u-lb-0 {
  left: 0rem;
  bottom: 0rem;
}

.u-n-width-407 {
  width: calc(100% - 467rem);
}

.u-width-290 {
  width: 290rem;
}

.u-left-0 {
  left: 0rem;
}

.u-width-half {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .u-width-half {
    width: 100%;
  }
}

.u-mb-100 {
  margin-bottom: 100rem;
}

.u-line-height-34 {
  line-height: 34rem;
}

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

.u-border-right-1-black {
  border-right: 1rem solid #000;
}

.u-pt-70 {
  padding-top: 70rem;
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-width-250 {
  width: 250rem;
}

@media screen and (max-width: 750px) {
  .u-sp-n-mt-200 {
    margin-top: -200rem;
  }
}

.u-n-width-250 {
  width: calc(100% - 280rem);
}
@media screen and (max-width: 750px) {
  .u-n-width-250 {
    width: 100%;
  }
}

.u-mt-120 {
  margin-top: 120rem;
}

.u-width-550 {
  width: 550rem;
}

.u-n-mt-30 {
  position: relative;
  top: -60rem;
}

.u-pb-460 {
  padding-bottom: 460rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-15 {
    padding-left: 15rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pr-15 {
    padding-right: 15rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mt-50 {
    margin-top: 50rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-28 {
    font-size: 28rem !important;
    line-height: 70rem;
  }
}

.u-n-mt-180 {
  margin-top: -180rem;
}

.u-pt-300 {
  padding-top: 350rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-46 {
    font-size: 46rem !important;
    line-height: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-80 {
    padding-bottom: 80rem !important;
  }
}

.u-pb-530 {
  padding-bottom: 530rem;
}

.u-n-t-60 {
  margin-top: -60rem !important;
}

.u-pb-180 {
  padding-bottom: 180rem;
}

.u-pb-30 {
  padding-bottom: 30rem;
  box-sizing: border-box;
}

.u-pb-70 {
  padding-bottom: 70rem;
}

.u-width-full {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-sp-mb-40 {
    margin-bottom: 40rem;
  }
}

.u-pt-150 {
  padding-top: 150rem;
}

.u-shadow-1 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.u-shadow-2 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.u-max-width-300 {
  max-width: 300rem !important;
}

.u-max-width-350 {
  max-width: 350rem !important;
}

@media screen and (max-width: 750px) {
  .u-width-full-sp {
    width: 100%;
  }
}

.u-z-100 {
  z-index: 100;
}

.u-left-n-200 {
  left: -200rem;
}
@media screen and (max-width: 750px) {
  .u-left-n-200 {
    left: -430rem;
  }
}

.u-text-left {
  text-align: left;
}

.u-decoration-text-1 {
  font-size: 200rem;
  line-height: 170rem;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #00A1E9;
  text-stroke: 1px #00A1E9;
  font-weight: bold;
  overflow: hidden;
}

.u-bg-blue-2 {
  background: url(../img/common/bg_sprite.png) no-repeat center center;
  background-size: cover;
}

.u-font-size-110 {
  font-size: 110rem;
  line-height: 110rem;
}

.u-p-20 {
  padding: 20rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-pt-450 {
  padding-top: 450rem;
}

.u-width-42pc {
  width: 42%;
}

.u-img-width-full-1 {
  height: 370rem;
}
.u-img-width-full-1 img {
  height: 370rem;
  width: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .u-img-width-full-1 {
    height: 300rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30rem;
  }
  .u-img-width-full-1 img {
    height: 300rem;
  }
}

.u-mr-center-side {
  margin-right: calc((100% - 1100rem) / 2);
}

.u-max-width-629 {
  max-width: 629rem;
}

.u-pb-80 {
  padding-bottom: 80rem;
}

.u-pr-20 {
  padding-right: 20rem !important;
}

.u-right-n-200 {
  right: -300rem;
}
@media screen and (max-width: 750px) {
  .u-right-n-200 {
    right: -900rem;
  }
}

.u-position-absolute {
  position: absolute;
}

.u-decoration-text-2 {
  font-size: 200rem;
  line-height: 170rem;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  color: #EAEAEA;
  overflow: hidden;
}
.u-decoration-text-2.--color-white {
  color: #fff;
}

.u-n-pt-80 {
  position: relative;
  margin-top: -80rem;
}

.u-decoration-text-3 {
  font-size: 90rem;
  line-height: 90rem;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #00A1E9;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  padding-bottom: 20rem;
}

.u-width-542 {
  width: 542rem;
}
@media screen and (max-width: 750px) {
  .u-width-542 {
    width: 100%;
  }
}

.u-width-n-542 {
  width: calc(100% - 582rem);
}
@media screen and (max-width: 750px) {
  .u-width-n-542 {
    width: 100%;
  }
}

.u-font-size-38 {
  font-size: 38rem;
  line-height: 52rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-38 {
    font-size: 50rem;
    line-height: 70rem;
  }
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-pb-100 {
  padding-bottom: 100rem;
}

@media screen and (min-width: 750px) {
  .u-pc-pr-40 {
    padding-right: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-60 {
    padding-top: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-60 {
    padding-bottom: 60rem;
  }
}

@media screen and (min-width: 750px) {
  .u-pc-pl-40 {
    padding-left: 40rem;
  }
}

.u-pl-140 {
  padding-left: 140rem;
  box-sizing: border-box;
}

.u-pl-100 {
  padding-left: 100rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-100 {
    padding-left: 100rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pl-10 {
    padding-left: 10rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-border-right-none {
    border-right: none;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-border-bottom-1-black {
    border-bottom: 1rem solid #000;
  }
}

.u-title-underline {
  position: relative;
}
.u-title-underline::after {
  content: "";
  display: block;
  margin-top: 40rem;
  width: 300rem;
  height: 5rem;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}
.u-title-underline.--white::after {
  background: #fff;
}
.u-title-underline.--style-1::after {
  width: 100% !important;
  margin-top: 10rem;
  height: 1px;
}
.u-title-underline.--style-2 {
  text-align: left;
}
.u-title-underline.--style-2::after {
  width: 200rem !important;
  margin-top: 10rem;
  height: 1px;
  margin-left: 0rem;
  margin-top: 20rem;
}

.u-pt-100 {
  padding-top: 100rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-sp-pr-40 {
    padding-right: 40rem;
  }
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-p-50 {
  padding: 50rem;
  box-sizing: border-box;
}

.u-bg-japan {
  background: url(../img/common/img_bg_jp.svg) no-repeat center center;
}

.u-border-top-blue-1 {
  border-top: 1rem solid #00A1E9;
}

.u-border-bottom-blue-1 {
  border-bottom: 1rem solid #00A1E9;
}

.u-n-t-30 {
  margin-top: -30rem;
}

.u-bg-pink {
  background: #E62D8B;
}

.u-clip-bottom-side {
  -webkit-clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
}

.u-pt-80 {
  padding-top: 80rem !important;
}

.u-n-mt-30 {
  margin-top: -30rem;
}

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

.u-width-210 {
  width: 210rem;
}

.u-p-25 {
  padding: 25rem;
}

.u-nav-arrow {
  position: relative;
}
.u-nav-arrow:before {
  content: "";
  display: inline-block;
  width: 7rcap;
  height: 7rem;
  border: 1rem solid transparent;
  border-right: 1rem solid #000;
  border-bottom: 1rem solid #000;
  transform: rotate(-45deg);
  margin-right: 5rem;
}

.u-font-weight-500 {
  font-weight: 500;
}

.u-font-size-16 {
  font-size: 16rem !important;
  line-height: 30rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-16 {
    font-size: 24rem !important;
    line-height: 42rem;
  }
}

.u-line-height-24 {
  line-height: 24rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pt-60 {
  padding-top: 60rem;
}

.u-pb-120 {
  padding-bottom: 120rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-pt-30 {
  padding-top: 30rem;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-sp-pt-10 {
  padding-top: 10rem;
}

.u-n-top-80 {
  top: -200rem;
}

.u-pt-200 {
  padding-top: 200rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-15 {
    padding-top: 15rem !important;
  }
}

.u-caption.--style-1 dt {
  font-size: 20rem;
  line-height: 24rem;
  font-weight: bold;
  padding-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .u-caption.--style-1 dt {
    font-size: 28rem;
    line-height: 38rem;
  }
}
.u-caption.--style-1 dd {
  font-size: 14rem;
  line-height: 24rem;
}
@media screen and (max-width: 750px) {
  .u-caption.--style-1 dd {
    font-size: 28rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 750px) {
  .u-caption.--style-1 {
    margin-bottom: 40rem;
    padding-top: 20rem;
  }
}

.u-border-white-3 {
  border: 3rem solid #fff;
  box-sizing: border-box;
}

.u-border-radius-5 {
  border-radius: 5rem;
}

.u-all-zero {
  line-height: 0rem;
  font-size: 0rem;
}

.u-font-size-50 {
  font-size: 50rem;
  line-height: 64rem;
}

.u-width-220 {
  width: 220rem;
}

.u-margin-center {
  margin-left: auto;
  margin-right: auto;
}

.u-font-size-60 {
  font-size: 60rem;
  line-height: 74rem;
}

.u-line-height-80 {
  line-height: 80rem;
}

.u-line-height-100 {
  line-height: 100rem;
}

.u-line-height-140 {
  line-height: 140rem;
}

.u-line-height-160 {
  line-height: 160rem;
}

.u-font-size-20 {
  font-size: 20rem;
  line-height: 34rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-20 {
    font-size: 28rem;
    line-height: 38rem;
  }
}

.u-bg-stripe-orange {
  background: url(../img/common/bg_stripe_orange.png) repeat;
  background-position: cover;
}

.u-bg-paper {
  background: url(../img/common/bg_section_paper.svg) repeat;
}

.u-bg-paper-2 {
  background: url(../img/common/bg_section_paper_gray.svg) repeat;
}

.u-n-mt-50 {
  margin-top: -50rem;
}

.u-mb-40 {
  margin-bottom: 40rem;
}

.u-n-m-100 {
  margin-top: -100rem;
}

.u-width-596 {
  width: 596rem;
}

.u-width-620 {
  width: 620rem;
}

.u-font-size-54 {
  font-size: 54rem;
  line-height: 70rem;
}

.u-n-width-596 {
  width: calc(100% - 646rem);
}

.u-n-width-620 {
  width: calc(100% - 666rem);
}

.u-mb-80 {
  margin-bottom: 80rem;
}
@media screen and (max-width: 750px) {
  .u-mb-80 {
    margin-bottom: 40rem;
  }
}

.u-n-mt-60 {
  margin-top: -60rem;
}

.u-n-mt-80 {
  margin-top: -80rem;
}

.u-mb-60 {
  margin-bottom: 60rem;
}

.u-height-100 {
  height: 100%;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-20 {
    padding-top: 20rem;
  }
}

.u-bg {
  background: url(../img/common/img_bg_dott_1.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

.u-bg-black {
  background-color: #000 !important;
}

.u-color-blue {
  color: #6E99FF;
}

.u-color-blue-2 {
  color: #335FC8;
}

.u-t-n-120 {
  position: relative;
  top: -120rem;
}

.u-border-radius-20 {
  border-radius: 20rem;
}

.u-border-radius-10 {
  border-radius: 10rem;
}

.u-border-radius-top-10 {
  border-radius: 10rem;
}

.u-bg-gradation-1 {
  background: linear-gradient(90deg, #F1F8FF 0%, #DFEFFE 41%, #FFFFF0 100%);
}

.u-bg-gradation-blue {
  background: linear-gradient(90deg, #1D90FF 0%, #B1D5F8 100%);
}

.u-gap-50 {
  gap: 50rem;
}

.u-font-size-26 {
  font-size: 26rem;
  line-height: 34rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-26 {
    font-size: 34rem;
    line-height: 44rem;
  }
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-p-5 {
  padding: 5rem;
}

@media screen and (max-width: 750px) {
  .u-sp-p-10 {
    padding: 10rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mb-20 {
    margin-bottom: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .u-border-right-none-sp {
    border-right: none;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-30 {
    padding-bottom: 30rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-30 {
    padding-top: 30rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-40 {
    padding-top: 40rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-54 {
    font-size: 54rem !important;
    line-height: 70rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-40 {
    font-size: 40rem !important;
    line-height: 50rem;
  }
}

.u-gap-20 {
  gap: 20rem;
}

.u-mb-30 {
  margin-bottom: 30rem;
}

.u-p-40 {
  padding: 40rem;
  box-sizing: border-box;
}

.u-p-20 {
  padding: 20rem;
}

.u-width-90 {
  width: 90rem;
}

.u-width-157 {
  width: 157rem;
}

.u-pb-20 {
  padding-bottom: 20rem;
}

.u-pb-50 {
  padding-bottom: 50rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pl-20 {
  padding-left: 20rem;
}

.u-p-60 {
  padding: 60rem;
  box-sizing: border-box;
}

.u-width-279 {
  width: 279rem;
  box-sizing: border-box;
}

.u-pt-40 {
  padding-top: 40rem;
}

.u-pt-400 {
  padding-top: 400rem;
}

.u-pb-40 {
  padding-bottom: 40rem;
}

.u-right-20 {
  right: 20rem;
}

.u-width-520 {
  width: 520rem;
}

.u-color-gray {
  color: #999999;
}

.u-color-orange {
  color: #FFA500;
}

.u-n-mb-5 {
  margin-bottom: -5rem;
}

.u-mr-5 {
  margin-right: 5rem;
}

.u-arrow-right {
  position: relative;
}
.u-arrow-right:after {
  content: "";
  display: inline-block;
  width: 9rem;
  height: 9rem;
  border: 1rem solid transparent;
  border-right: 1rem solid #FFA500;
  border-bottom: 1rem solid #FFA500;
  transform: rotate(-45deg);
  margin-left: 5rem;
}

.u-top-n-20 {
  top: -20rem;
}

.u-p-35 {
  padding: 35rem;
  box-sizing: border-box;
}

.u-font-20 {
  font-size: 20rem;
  line-height: 30rem;
}
@media screen and (max-width: 750px) {
  .u-font-20 {
    font-size: 28rem;
    line-height: 38rem;
  }
}

.u-bg-gray {
  background-color: #F5F6F7;
}

.u-font-36 {
  font-size: 36rem;
  line-height: 36rem;
}

.u-pb-40 {
  padding-bottom: 40rem;
}

.u-width-136 {
  width: 136rem;
}

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

.u-radius-left-top-250 {
  border-radius: 250rem 0rem 0rem 0rem;
}

.u-pt-120 {
  padding-top: 120rem;
}

.u-font-size-40 {
  font-size: 40rem;
  line-height: 40rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-10 {
    padding-bottom: 10rem !important;
  }
}

.u-timeline-head-border {
  display: flex;
  position: relative;
}
.u-timeline-head-border:before {
  content: "";
  display: block;
  width: 60rem;
  height: 1rem;
  background: #000;
  margin-right: 10rem;
}
.u-timeline-head-border:after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  background: #1D90FF;
  position: absolute;
  border-radius: 5rem;
  left: -5rem;
  top: -5rem;
}
.u-timeline-head-border span {
  display: inline-block;
  margin-top: -28rem;
}

.u-n-t-15 {
  margin-top: -15rem;
}

.u-border-left-1-black {
  border-left: 1rem solid #000;
}

.u-pb-240 {
  padding-bottom: 240rem;
}

.u-width-300 {
  width: 300rem;
}

.u-n-width-300 {
  width: calc(100% - 340rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-n-width-300 {
    width: 100%;
  }
}

.u-width-320 {
  width: 320rem;
}

.u-max-width-400 {
  max-width: 400rem;
  margin-left: auto;
  margin-right: auto;
}

.u-n-width-320 {
  width: calc(100% - 370rem);
}
@media screen and (max-width: 750px) {
  .u-n-width-320 {
    width: 100%;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-pc-only {
    display: block;
  }
  .u-pc-only.--only-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 750px) {
  .u-width-100-sp {
    width: 100rem;
  }
}

@media screen and (max-width: 750px) {
  .u-width-200-sp {
    width: 200rem;
  }
}

.u-height-86 {
  height: 86rem;
}

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

@media screen and (max-width: 750px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}

.u-radius-20 {
  border-radius: 20rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-80 {
    padding-left: 300rem !important;
  }
}

.u-radius-10 {
  border-radius: 10rem;
}

.u-mt-n-60 {
  margin-top: -60rem;
}

.u-pl-n-1100 {
  padding-left: calc((100% - 1100rem) / 2);
}

.u-p-30 {
  padding: 30rem;
  box-sizing: border-box;
}

.u-max-width-87 {
  max-width: 87rem;
}

.u-font-size-30 {
  font-size: 30rem;
}
@media screen and (max-width: 750px) {
  .u-font-size-30 {
    font-size: 46rem;
  }
}

.u-border-bottom-1-gray {
  border-bottom: 1px solid #C2C2C2;
}

.u-sub-header {
  background: url(../img/common/bg_sub_header.png) no-repeat center center;
  background-size: cover;
}

.u-border-black-1 {
  border: 1rem solid #000;
}

.u-width-280 {
  width: 280rem;
}
@media screen and (max-width: 750px) {
  .u-width-280 {
    width: 100%;
  }
}

.u-bg-color-pink {
  background: #E62D8B;
  color: #fff;
}

.u-bg-color-blue {
  background: #6391FF;
  color: #fff;
}

.u-pl-50 {
  padding-left: 50rem;
  box-sizing: border-box;
}

.u-bg-mv {
  background: url(../img/common/bg_mv.png) no-repeat center center;
  background-size: cover;
}

.u-pr-50 {
  padding-right: 50rem;
  box-sizing: border-box;
}

.u-width-28 {
  width: 28rem;
}

.u-pt-125 {
  padding-top: 125rem;
  box-sizing: border-box;
}

.u-pb-125 {
  padding-bottom: 125rem;
  box-sizing: border-box;
}

.u-width-345 {
  width: 345rem;
}
@media screen and (max-width: 750px) {
  .u-width-345 {
    width: 100%;
  }
}

.u-n-width-345 {
  width: calc(100% - 385rem);
}
@media screen and (max-width: 750px) {
  .u-n-width-345 {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mt-80 {
    margin-top: 80rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-p-0 {
    padding: 0rem;
  }
}

.u-n-t-28 {
  margin-top: -28rem;
}

.u-n-width-280 {
  width: calc(100% - 310rem);
}
@media screen and (max-width: 750px) {
  .u-n-width-280 {
    width: 100%;
  }
}

.u-after-line-1:after {
  content: "";
  display: block;
  max-width: 298rem;
  border-bottom: 3px solid #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pr-0 {
    padding-right: 0rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mr-0 {
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-50 {
    padding-top: 50rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pr-0 {
    padding-right: 0rem !important;
  }
}

.u-font-weight-400 {
  font-weight: 400 !important;
}

.u-font-size-54 {
  font-size: 54rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pr-60 {
    padding-right: 60rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-text-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-width-90pc {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-max-width-400 {
    max-width: 400rem !important;
  }
  .u-sp-max-width-400.--text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-100 {
    padding-bottom: 100rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-160 {
    padding-bottom: 160rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pb-80 {
    padding-bottom: 80rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-width-60pc {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pr-30 {
    padding-right: 30rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pl-30 {
    padding-left: 30rem !important;
  }
}

.u-width-170 {
  width: 170rem;
}

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

.u-n-width-170 {
  width: calc(100% - 210rem);
}

.u-pb-160 {
  padding-bottom: 160rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pr-40 {
    padding-right: 40rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pl-40 {
    padding-left: 40rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pr-20 {
    padding-right: 20rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pl-20 {
    padding-left: 20rem !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-pt-120 {
    padding-top: 120rem;
  }
}

.u-pc-only-flex {
  display: flex;
}
@media screen and (max-width: 750px) {
  .u-pc-only-flex {
    display: none !important;
  }
}

.u-pc-only-flex-1540 {
  display: flex;
}
@media screen and (max-width: 1540px) {
  .u-pc-only-flex-1540 {
    display: none !important;
  }
}

.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-sp-only-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-only-flex-2 {
    display: flex !important;
  }
  .u-sp-only-flex-2.--content {
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .u-sp-only-flex-2.--content img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 260rem;
    height: 335rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-border-right-pink-5 {
    border-right: 10rem solid #E62D8B !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-border-bottom-pink-5 {
    border-bottom: 10rem solid #E62D8B !important;
  }
}

.u-sp-only-flex-1540 {
  display: none;
}
@media screen and (max-width: 1540px) {
  .u-sp-only-flex-1540 {
    display: flex !important;
  }
}

.u-mr-0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-150 {
    padding-top: 150rem;
  }
}

.u-border-radius-40 {
  border-radius: 40rem;
}

@media screen and (max-width: 750px) {
  .js-pop-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
    padding: 40rem;
    z-index: 300;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 500;
  }
  .js-pop-search .js-pop-search-inner {
    border-radius: 20rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-24-j {
    font-size: 24rem;
    line-height: 36rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mr-10 {
    margin-right: 10rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-font-size-56 {
    font-size: 56rem;
    line-height: 70rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mb-40 {
    margin-bottom: 40rem;
  }
}

.u-border-radius-t-20 {
  border-radius: 10rem 10rem 0rem 0rem !important;
}

.u-line-height-22 {
  line-height: 22rem;
}
@media screen and (max-width: 750px) {
  .u-line-height-22 {
    line-height: 33rem;
  }
}

@media screen and (min-width: 751px) {
  .u-pc-min-height-75 {
    min-height: 75rem;
  }
}

@media screen and (min-width: 751px) {
  .u-pc-min-height-35 {
    min-height: 35rem;
  }
}

.u-font-size-14-floor {
  font-size: 14rem;
  line-height: 20rem;
}
@media screen and (max-width: 751px) {
  .u-font-size-14-floor {
    font-size: 24rem;
    line-height: 34rem;
  }
}

.u-width-160 {
  width: 160rem;
}

.u-n-width-160 {
  width: calc(100% - 200rem);
}

.c-close-btn {
  position: absolute;
  z-index: 400;
  right: 10rem;
  margin-right: 40rem;
}
.c-close-btn span:first-child {
  display: block;
  width: 50rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-close-btn span:last-child {
  display: block;
  width: 50rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50rem;
  height: 44rem;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4rem;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 20rem;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  transform: translateY(20rem) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  transform: translateY(-20rem) rotate(45deg);
}
/*# sourceMappingURL=styles.css.map */