/* ==================== Layout ==================== */

p {
  margin: 0;
}

a {
  transition: 0.2s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  /*opacity: 0.8;*/
}

:hover {
  transition: 0.3s;
}

h1 {
  font-size: 3.4rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 28px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 24px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.45;
  margin: 0;
  transition: 0.2s;
  font-weight: bold;
}

.mt-50 {
  margin-top: 5rem;
}

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

.mt-30 {
  margin-top: 3rem;
}

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

.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.block {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .block {
    max-width: 826.7px;
  }
}

@media (max-width: 991px) {
  .block {
    padding-right: 4rem;
    padding-left: 4rem;
    max-width: 992px;
  }
}

@media (max-width: 575px) {
  .block {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 380px;
  }
}

@media (max-width: 379px) {
  .block {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 380px;
  }
}

@media (max-width: 340px) {
  .block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.row-0 {
  margin: 0;
}

.row-20 {
  margin: 0 -1rem;
}

.row-20 .column {
  padding: 0 1rem;
}

.row-30 {
  margin: 0 -1.5rem;
}

.row-30 .column {
  padding: 0 1.5rem;
}

@media (max-width: 575px) {
  .row-20-sp {
    margin: 0 -1rem;
  }
}

@media (max-width: 575px) {
  .row-20-sp .column {
    padding: 0 1rem;
  }
}

@media (max-width: 575px) {
  .row-10 {
    margin: 0 -0.5rem;
  }
}

@media (max-width: 575px) {
  .row-10 .column {
    padding: 0 0.5rem;
  }
}

.container {
  max-width: 100%;
  padding: 0;
}

.btn {
  padding: 0;
}

.button-signup, .button-sub {
  transition: 0.2s;
}

.button-signup:hover, .button-sub:hover {
  opacity: 0.7;
}

.button-signup img {
  width: 531px;
}

@media (max-width: 767px) {
  .button-signup img {
    max-width: 240px;
  }
}

.button-sub img {
  width: 397px;
}

/* ==================== section-arrow ==================== */

.section-contents:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 66px solid #fff;
  left: 50%;
  bottom: -65.5px;
  margin-left: -65px;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-contents:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 28px solid #fff;
    left: 50%;
    bottom: -28px;
    margin-left: -30px;
    z-index: 1;
  }
}

.section-about:after, .section-more:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 66px solid #fff9d9;
  left: 50%;
  bottom: -65.5px;
  margin-left: -65px;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-about:after, .section-more:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 28px solid #fff9d9;
    left: 50%;
    bottom: -28px;
    margin-left: -30px;
    z-index: 1;
  }
}

/* ==================== top ==================== */

.section-top {
  padding: 80px 0 100px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section-top {
    padding: 45px 0 45px 0;
  }
}

.section-top:before {
  content: "";
  background-image: url(../../assets/img/top_deco01_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 261px;
  height: 174px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991px) {
  .section-top::before {
    background-image: url("../../assets/img/top_deco01_sp.png");
    width: calc(264px * 0.75);
    height: calc(174px * 0.75);
  }
}

@media (max-width: 767px) {
  .section-top::before {
    background-image: url("../../assets/img/top_deco01_sp.png");
    width: calc(172px * 0.75);
    height: calc(114px * 0.75);
  }
}

@media (max-width: 575px) {
  .section-top::before {
    width: 86px;
    height: 57px;
  }
}

.section-top::after {
  content: "";
  background-image: url(../../assets/img/top_deco02_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: 0;
  right: 0;
  width: 287px;
  height: 149px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991px) {
  .section-top::after {
    width: calc(287px * 0.75);
    height: calc(149px * 0.75);
  }
}

@media (max-width: 767px) {
  .section-top::after {
    background-image: url(../../assets/img/top_deco02_sp.png);
    width: calc(192px * 0.75);
    height: calc(101px * 0.75);
  }
}

@media (max-width: 575px) {
  .section-top::after {
    width: 96px;
    height: 50.5px;
  }
}

.logo-img {
  margin: 0 auto;
  width: 776px;
}

@media (max-width: 991px) {
  .logo-img {
    width: 75%;
  }
}

/* ==================== about ==================== */

.section-about {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #fff9d9;
  position: relative;
}

@media (max-width: 767px) {
  .section-about {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .section-about:before {
    content: "";
    background-image: url(../../assets/img/deco01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 300px;
    left: -30px;
    width: 157px;
    height: 156px;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .section-about:before {
    content: "";
    top: 158px;
    left: -30px;
    width: 78.5px;
    height: 78px;
    position: absolute;
  }
}

.about {
  text-align: center;
}

.about-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about-title {
    margin-bottom: 12px;
  }
}

.about-title img {
  width: 416px;
}

@media (max-width: 991px) {
  .about-title img {
    width: calc(416px * 0.8);
  }
}

@media (max-width: 767px) {
  .about-title img {
    width: 215px;
  }
}

.about-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 95px;
}

@media (max-width: 991px) {
  .about-text {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.about-text span {
  display: inline-block;
}

.about-list {
  margin-bottom: 90px;
  margin-left: -8px;
  width: 105%;
}

@media (max-width: 991px) {
  .about-list {
    margin-left: -15px;
  }
}

@media (max-width: 575px) {
  .about-list {
    margin-left: -10px;
  }
}

@media (max-width: 767px) {
  .about-list {
    margin-bottom: 35px;
  }
}

@media (max-width: 359px) {
  .about-list {
    width: 100%;
    margin-left: 0;
  }
}

.top_img01 {
  margin-right: 34px;
}

@media (max-width: 1199px) {
  .top_img01 {
    margin-right: 0;
  }
}

.top_img02 {
  margin-right: 26px;
}

@media (max-width: 1199px) {
  .top_img02 {
    margin-right: 0;
  }
}

.top_img01 img {
  max-width: 302px;
}

@media (max-width: 767px) {
  .top_img01 img {
    max-width: 151.5px;
  }
}

@media (max-width: 359px) {
  .top_img01 img {
    max-width: calc(151.5px * 0.8);
  }
}

.top_img02 img {
  max-width: 339px;
}

@media (max-width: 767px) {
  .top_img02 img {
    max-width: 168.5px;
  }
}

@media (max-width: 359px) {
  .top_img02 img {
    max-width: calc(168.5px * 0.8);
  }
}

.top_img03 img {
  max-width: 343px;
}

@media (max-width: 767px) {
  .top_img03 img {
    max-width: 171.5px;
  }
}

@media (max-width: 359px) {
  .top_img03 img {
    max-width: calc(171.5px * 0.8);
  }
}

/* ==================== contents ==================== */

.section-contents {
  position: relative;
  padding-top: 106px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .section-contents {
    padding-top: 58.5px;
    padding-bottom: 56px;
  }
}

.section-contents:before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/deco01_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 279px;
  width: 340px;
  top: -207px;
  right: -145px;
}

@media (max-width: 991px) {
  .section-contents:before {
    background-image: url(../../assets/img/deco02_sp.png);
    width: 240px;
    height: 224px;
    top: -147px;
    right: -145px;
  }
}

@media (max-width: 575px) {
  .section-contents:before {
    width: 120px;
    height: 112px;
    top: -57px;
    right: -56px;
  }
}

.contents-title {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents-title {
    margin-bottom: 25px;
  }
}

.contents-title img {
  width: 868.5px;
}

@media (max-width: 991px) {
  .contents-title img {
    width: calc(868.5px * 0.7);
  }
}

@media (max-width: 767px) {
  .contents-title img {
    width: 300px;
  }
}

.contents01-box {
  margin: 0 auto;
  position: relative;
  background-image: url("../../assets/img/contents01_bg_pc.png");
  max-width: 900px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 135px 35px 50px 40px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .contents01-box {
    padding: 120px 35px 40px 40px;
  }
}

@media (max-width: 991px) {
  .contents01-box {
    background-image: url("../../assets/img/contents01_bg_sp.png");
    max-width: 480px;
    padding: 140px 35px 30px 40px;
  }
}

@media (max-width: 767px) {
  .contents01-box {
    max-width: 300px;
    padding: 68px 20px 21px 20px;
  }
}

.contents02-box {
  margin: 0 auto;
  position: relative;
  background-image: url("../../assets/img/contents02_bg_pc.png");
  max-width: 900px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 135px 35px 50px 40px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .contents02-box {
    padding: 120px 35px 40px 40px;
  }
}

@media (max-width: 991px) {
  .contents02-box {
    background-image: url("../../assets/img/contents02_bg_sp.png");
    max-width: 480px;
    padding: 140px 35px 30px 40px;
  }
}

@media (max-width: 767px) {
  .contents02-box {
    max-width: 300px;
    padding: 68px 20px 21px 20px;
  }
}

.contents03-box {
  margin: 0 auto;
  position: relative;
  background-image: url("../../assets/img/contents03_bg_pc.png");
  max-width: 900px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 135px 35px 50px 40px;
}

@media (max-width: 1199px) {
  .contents03-box {
    padding: 130px 35px 40px 40px;
  }
}

@media (max-width: 991px) {
  .contents03-box {
    background-image: url("../../assets/img/contents03_bg_sp.png");
    max-width: 480px;
    padding: 140px 35px 30px 40px;
  }
}

@media (max-width: 767px) {
  .contents03-box {
    max-width: 300px;
    padding: 68px 20px 21px 20px;
  }
}

.benefit {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .benefit {
    top: 15px;
  }
}

.benefit img {
  width: 68px;
}

@media (max-width: 991px) {
  .benefit img {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .benefit img {
    width: 36px;
  }
}

.contents01_title, .contents02_title, .contents03_title {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .contents01_title, .contents02_title, .contents03_title {
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .contents01_title, .contents02_title, .contents03_title {
    margin-bottom: 8px;
  }
}

.contents01_title img {
  width: 289px;
}

@media (max-width: 767px) {
  .contents01_title img {
    width: 168px;
  }
}

.contents02_title img {
  width: 314px;
}

@media (max-width: 767px) {
  .contents02_title img {
    width: 194.5px;
  }
}

.contents03_title img {
  width: 394px;
}

@media (max-width: 767px) {
  .contents03_title img {
    width: 231px;
  }
}

.contents01_textbox {
  max-width: 484px;
  margin-right: 45px;
}

@media (max-width: 1199px) {
  .contents01_textbox {
    width: 70%;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .contents01_textbox {
    width: 100%;
  }
}

.contents02_textbox {
  /*width: 70%;*/
  max-width: 352px;
  margin-right: 144px;
}

@media (max-width: 1199px) {
  .contents02_textbox {
    max-width: 100%;
    /*width: 70%;*/
    /*max-width: 352px;*/
    margin-right: 0;
  }
}

.contents03_textbox {
  max-width: 418px;
}

.contents_text {
  line-break: strict;
  font-size: 22px;
}

@media (max-width: 767px) {
  .contents_text {
    font-size: 16px;
  }
}

.contents03-img {
  position: absolute;
  bottom: 11px;
  right: 35px;
}

@media (max-width: 991px) {
  .contents03-img {
    position: static;
  }
}

@media (max-width: 991px) {
  .contents01-img, .contents02-img, .contents03-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contents01-img, .contents02-img, .contents03-img {
    margin-bottom: 13px;
  }
}

.contents01-img img {
  max-width: 295px;
}

@media (max-width: 1199px) {
  .contents01-img img {
    width: 247px;
  }
}

@media (max-width: 767px) {
  .contents01-img img {
    width: 156.5px;
  }
}

.contents02-img img {
  max-width: 329px;
}

@media (max-width: 1199px) {
  .contents02-img img {
    max-width: 249px;
  }
}

.contents03-img img {
  max-width: 348px;
}

@media (max-width: 1199px) {
  .contents03-img img {
    max-width: 308px;
  }
}

@media (max-width: 767px) {
  .contents03-img img {
    max-width: 182.5px;
  }
}

/* ==================== function ==================== */

.section-more {
  background-color: #fff9d9;
  padding-top: 110px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .section-more {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-more:before {
  content: "";
  background-image: url("../../assets/img/deco02_pc.png");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: -120px;
  left: -108px;
  margin: auto;
  width: 326px;
  height: 278px;
  z-index: 1;
  display: block;
}

@media (max-width: 1199px) {
  .section-more:before {
    top: -87px;
    left: -110px;
    width: calc(326px * 0.8);
    height: calc(278px * 0.8);
  }
}

@media (max-width: 991px) {
  .section-more:before {
    background-image: url("../../assets/img/deco03_sp.png");
    width: 207px;
    height: 187px;
    top: -131px;
    left: -68px;
  }
}

@media (max-width: 767px) {
  .section-more:before {
    top: -93px;
    width: calc(207px * 0.75);
    height: calc(187px * 0.75);
  }
}

@media (max-width: 575px) {
  .section-more:before {
    top: -41px;
    left: -39px;
    width: calc(207px/2);
    height: calc(187px/2);
  }
}

.more-title {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .more-title {
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

.more-title img {
  max-width: 473px;
  width: 100%;
}

@media (max-width: 767px) {
  .more-title img {
    max-width: 237px;
    width: 100%;
  }
}

.more-contents {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px 50px 30px;
  max-width: 450px;
}

@media (max-width: 1199px) {
  .more-contents {
    padding: 15px 15px 30px 15px;
    max-width: 398px;
  }
}

@media (max-width: 991px) {
  .more-contents {
    padding: 30px 30px 50px 30px;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .more-contents {
    border-radius: 10px;
    padding: 15px 15px 20px 15px;
    max-width: 280px;
  }
}

.more-contents:first-child {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .more-contents:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .more-contents:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .more-contents:first-child {
    margin-bottom: 30px;
  }
}

.more01-img {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .more01-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .more01-img {
    margin-bottom: 10px;
  }
}

.more01-img img {
  max-width: 390px;
  width: 100%;
}

.more-contents-title {
  font-size: 30px;
  font-weight: bold;
  color: #ff4b1b;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
  height: 74px;
  /*background-color: yellow;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .more-contents-title {
    display: block;
    height: auto;
  }
}

@media (max-width: 767px) {
  .more-contents-title {
    font-size: 19px;
    margin-bottom: 8px;
  }
}

.more-contents-title span {
  display: inline-block;
}

.more-contents-title p {
  /*vertical-align: middle;*/
  /*display: inline-block;*/
  /*height: 100%;*/
  /*background-color: rebeccapurple;*/
  /*align-items: center;*/
}

.more-text {
  font-size: 24px;
}

@media (max-width: 767px) {
  .more-text {
    font-size: 16px;
  }
}

.text-link {
  color: #f58600;
  font-weight: bold;
  border-bottom: 2px solid #f58600;
}

.text-link:hover {
  opacity: 0.8;
}

/* ==================== app ==================== */

.section-registration {
  padding-top: 107px;
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .section-registration {
    padding-top: 52px;
    padding-bottom: 50px;
  }
}

.registration {
  text-align: center;
}

.btn_text {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn_text {
    margin-bottom: 4px;
  }
}

.btn_text img {
  width: 430px;
}

@media (max-width: 767px) {
  .btn_text img {
    max-width: 214px;
    width: 100%;
  }
}

