@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@400;600;700&display=swap");
/* 基本スタイル */
* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  background-size: 100%;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

p {
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  border: 0;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* 個別スタイル */
.header_inner {
  padding: 14px 20px;
  height: 50px;
}
.header_inner .head_logo {
  width: 80px;
  height: 20px;
}
.header_inner .head_logo img {
  vertical-align: top;
}

main {
  max-width: 430px;
  margin: 0 auto;
  padding-top: 36px;
  text-align: center;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 228px;
  background: url("../assets/images/bg1.png") no-repeat;
  background-size: cover;
}
.mv .fukidashi1 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 332px;
  height: 60px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #387DE0;
  background: url("../assets/images/fukidashi1.png") no-repeat;
  background-size: contain;
}
.mv .fukidashi1 .small {
  font-size: 13px;
}
.mv .inner {
  padding: 24px 0 10px;
}
.mv .mv_txt1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}
.mv .mv_txt1 .mv_img1 img {
  width: 93px;
  margin-right: 10px;
  vertical-align: middle;
}
.mv .mv_txt1 .small {
  font-size: 24px;
}
.mv .mv_txt2 {
  font-size: 13px;
}
.mv .mv_txt2 .color1 {
  color: #387DE0;
}

.movie .inner {
  padding: 16px 0 30px;
}
.movie .inner .movie_txt1 {
  width: 105px;
  height: 19px;
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: bold;
  color: #FF6A6C;
  background: url("../assets/images/bg_txt1.png") no-repeat;
  background-size: contain;
}
.movie .inner .movie_txt2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 8px;
  text-align: left;
}
.movie .inner .movie_txt2 .movie_txt2_1 {
  width: 30%;
  font-size: 12px;
  font-weight: bold;
}
.movie .inner .movie_txt2 .movie_txt2_1 .small {
  font-size: 10px;
  font-weight: normal;
}
.movie .inner .movie_txt2 .movie_txt2_2 {
  position: relative;
  width: 70%;
}
.movie .inner .movie_txt2 .movie_txt2_2 .fukidashi2 {
  width: 172px;
  height: 53px;
  padding-top: 4px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #387DE0;
  background: url("../assets/images/fukidashi2.png") no-repeat;
  background-size: contain;
}
.movie .inner .movie_txt2 .movie_txt2_2 .movie_txt3 {
  position: absolute;
  top: -10px;
  right: 3px;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #387DE0;
  border-radius: 29px;
  transform: rotate(15deg);
}
.movie .inner .movie_cont {
  width: 100%;
  max-width: 302px;
  margin: 0 auto 23px;
}
.movie .inner .movie_link {
  margin-bottom: 15px;
}
.movie .inner .movie_txt4 {
  text-align: left;
  font-size: 11px;
  color: #FF6A6C;
}

.link_list1 {
  width: 100%;
  max-width: 297px;
  margin: 0 auto;
}
.link_list1 li a {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #387DE0;
  border-radius: 21px;
}
.link_list1 li a:after {
  position: absolute;
  top: 15px;
  right: 17px;
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url("../assets/images/icon_link1.svg") no-repeat;
  background-size: 6px 10px;
}

.problem {
  position: relative;
  padding: 18px 0 10px;
  background: #4CBFBF;
}
.problem:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  background: url("../assets/images/bg2.png") no-repeat;
  background-size: auto 220px;
  z-index: 1;
}
.problem:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  background: url("../assets/images/bg3.png") no-repeat;
  background-size: auto 220px;
  background-position: bottom right;
  z-index: 1;
}
.problem .inner {
  position: relative;
  z-index: 5;
}
.problem .inner .problem_txt1 {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.problem .inner .problem_txt1 .big {
  font-size: 26px;
}
.problem .inner .box1 {
  width: 100%;
  max-width: 322px;
  margin: 0 auto 19px;
  padding: 15px;
  text-align: left;
  background: #fff;
  border-radius: 15px;
}
.problem .inner .box1 .box1_img1 {
  margin-bottom: 5px;
}
.problem .inner .box1 .box1_txt1 {
  font-size: 12px;
}
.problem .inner .box1 .box1_txt2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #4CBFBF;
}
.problem .inner .box1 .box1_txt2 .small {
  font-size: 13px;
}
.problem .inner .box1 .box1_txt2 .color1 {
  color: #387DE0;
}
.problem .inner .box1 .box1_list1 li {
  padding-left: 18px;
  line-height: 1.8;
  font-size: 13.5px;
  font-weight: bold;
  background: url("../assets/images/icon_list1.svg") no-repeat;
  background-position: top 6px left;
  background-size: 8px 10px;
}

.begin {
  position: relative;
  padding: 25px 0 36px;
  background: url("../assets/images/bg4.png");
  background-size: 100%;
}
.begin .begin_txt1 {
  width: 100%;
  max-width: 295px;
  margin: 0 auto 5px;
  line-height: 1.3;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #387DE0;
}
.begin .begin_txt1 .small1 {
  font-size: 13px;
  color: #333;
}
.begin .begin_txt1 .small2 {
  font-size: 23px;
}
.begin .begin_txt1 .begin_txt2 {
  display: block;
  margin: 5px 0 22px;
  text-align: right;
  font-size: 13px;
  color: #333;
}
.begin .begin_img1 {
  width: 100%;
  max-width: 333px;
  margin: 0 auto 33px;
}
.begin .fukidashi2 {
  position: relative;
  width: 100%;
  max-width: 316px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  background: #387DE0;
  border-radius: 15px;
}
.begin .fukidashi2:after {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  margin: auto;
  border: solid 20px transparent;
  border-bottom: solid 30px #387DE0;
}
.begin .fukidashi2 .fukidashi2_txt1 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.begin .fukidashi2 .fukidashi2_txt1 .small {
  font-size: 15px;
}
.begin .fukidashi2 .box2 {
  padding: 15px;
  text-align: left;
  color: #333;
  background: #fff;
  border-radius: 15px;
}
.begin .fukidashi2 .box2 .box2_list1 li {
  padding-left: 18px;
  line-height: 1.8;
  font-size: 14px;
  background: url("../assets/images/icon_list2.svg") no-repeat;
  background-position: top 8px left;
  background-size: 9px 6px;
}
.begin .fukidashi2 .fukidashi2_txt2 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
}
.begin .fukidashi2 .fukidashi2_txt2 .small {
  font-size: 15px;
}

.howto {
  padding: 18px 0 27px;
  color: #fff;
  background: #4CBFBF url("../assets/images/bg5.png");
  background-size: 100%;
}
.howto .howto_txt1 {
  position: relative;
  margin-bottom: 20px;
}
.howto .howto_txt1 .howto_txt1_1 {
  font-size: 14px;
  font-weight: bold;
}
.howto .howto_txt1 .howto_txt1_1 .big {
  font-size: 27px;
}
.howto .howto_txt1 .howto_icon {
  position: absolute;
  top: -4px;
  right: 17px;
  width: 62px;
}
.howto .box3 {
  margin-bottom: 8px;
  padding: 19px;
  text-align: left;
  color: #333;
  background: #fff;
  border-radius: 15px;
}
.howto .box3 .box3_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.howto .box3 .box3_col .box3_col1 {
  width: 27px;
  margin-right: 26px;
}
.howto .box3 .box3_col .box_col2 {
  width: calc(100% - 53px);
}

.register {
  position: relative;
  padding: 50px 0 40px;
}
.register:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  background: url("../assets/images/bg6.png") no-repeat;
  background-size: auto 220px;
  z-index: 1;
}
.register:after {
  position: absolute;
  bottom: -50px;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  background: url("../assets/images/bg7.png") no-repeat;
  background-size: auto 220px;
  background-position: bottom right;
  z-index: 1;
}
.register .inner {
  position: relative;
  z-index: 5;
}
.register .inner .register_txt1 {
  margin-bottom: 30px;
  font-size: 19px;
}
.register .inner .register_txt1 .big {
  font-size: 26px;
}
.register .inner .register_txt1 .color1 {
  color: #387DE0;
}
.register .inner .register_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 295px;
  margin: 0 auto 18px;
}
.register .inner .register_list li {
  position: relative;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 10px;
  text-align: center;
}
.register .inner .register_list li:nth-child(2n) {
  margin-right: 0;
}
.register .inner .register_list li .register_list_txt1 {
  position: absolute;
  top: 12px;
  left: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #387DE0;
}
.register .inner .register_txt2 {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
}
.register .inner .register_txt2 .big {
  font-size: 17px;
  font-weight: bold;
  color: #4CBFBF;
}

.other {
  position: relative;
  padding-bottom: 55px;
  z-index: 5;
}
.other .other_title {
  width: 100%;
  max-width: 298px;
  height: 47px;
  margin: 0 auto;
  padding-top: 13px;
  color: #fff;
  background: #8F79FF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.other .other_title .other_txt1 {
  width: 100%;
  max-width: 252px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  background: url("../assets/images/bg_txt2.png") no-repeat;
  background-size: contain;
}
.other .box4 {
  width: 100%;
  max-width: 333px;
  margin: 0 auto 44px;
  padding: 20px;
  color: #333;
  background: #fff url("../assets/images/bg8.png");
  background-size: 100%;
  border-radius: 15px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.other .box4 .box4_list1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 290px;
  margin: 0 auto 17px;
}
.other .box4 .box4_list1 li {
  width: 91px;
  height: 91px;
  margin-right: 8px;
  padding-top: 20px;
  line-height: 1.3;
  color: #fff;
  background: #8F79FF;
  border-radius: 46px;
}
.other .box4 .box4_list1 li:nth-child(3n) {
  margin-right: 0;
}
.other .box4 .box4_list1 li .box4_list1_txt1 {
  font-size: 12px;
}
.other .box4 .box4_list1 li .box4_list1_txt2 {
  font-size: 17px;
  font-weight: bold;
}
.other .box4 .box4_list1 li .box4_list1_txt3 {
  font-size: 11px;
}
.other .box4 .box4_list1 li .box4_list1_txt4 {
  font-size: 15px;
  font-weight: bold;
}
.other .box4 .box4_list1 li .box4_list1_txt4 .small {
  font-size: 13px;
}
.other .box4 .other_img1 {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 15px;
}
.other .box4 .box4_list2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 198px;
  margin: 0 auto;
}
.other .box4 .box4_list2 li {
  width: 91px;
  height: 91px;
  margin-right: 16px;
  padding-top: 26px;
  line-height: 1.3;
  color: #fff;
  background: #8F79FF;
  border-radius: 46px;
}
.other .box4 .box4_list2 li:nth-child(2n) {
  margin-right: 0;
}
.other .box4 .box4_list2 li .box4_list2_txt1 {
  letter-spacing: -.1em;
  font-size: 11px;
  font-weight: bold;
}
.other .box4 .box4_list2 li .box4_list2_txt2 {
  font-size: 11px;
  font-weight: bold;
}
.other .box4 .box4_list2 li .box4_list2_txt3 {
  font-size: 13px;
  font-weight: bold;
}
.other .box4 .box4_list2 li .box4_list2_txt4 {
  font-size: 13px;
  font-weight: bold;
}
.other .box4 .box4_list2 li .box4_list2_txt4 .small {
  font-size: 10px;
}

.btn1 a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 315px;
  height: 57px;
  margin: 0 auto;
  padding-top: 16px;
  font-size: 16px;
  color: #fff;
  background: #387DE0;
  border-radius: 29px;
  filter: drop-shadow(0 7px 0 #1fc4ff);
}

.profile .box5 {
  padding: 34px 0 33px;
  background: #FFDADA;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.profile .box5 .fukidashi3 {
  width: 130px;
  height: 46px;
  margin: 0 auto 11px;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  background: url("../assets/images/fukidashi3.png") no-repeat;
  background-size: 130px 46px;
}
.profile .box5 .box6 {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
  padding: 28px 22px;
  background: #fff;
  border-radius: 15px;
}
.profile .box5 .box6 .box6_img1 {
  width: 96px;
  margin: 0 auto 20px;
}
.profile .box5 .box6 .box6_txt1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.profile .box5 .box6 .box6_txt2 {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.profile .box5 .box6 .box6_txt3 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 12px;
}
.profile .box5 .sns_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 226px;
  margin: 0 auto;
}
.profile .box5 .sns_list li {
  width: 46px;
  margin-right: 14px;
}
.profile .box5 .sns_list li:nth-child(4n) {
  margin-right: 0;
}

.footer-c {
  padding: 20px;
  /* margin: 20px; */
  background-color: #555555;
  color: #FFF;
  font-size: 0.8em;
}

.footer-c ul {
  padding-inline-start: 0 !important;
  font-size: 0.5em;
  color: #D5D5D5;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.footer-mark-c {
  max-width: 100px;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.f_logo {
  text-align: center;
  padding: 10px;
  background: #fff;
}
.f_logo img {
  width: 95px;
}
