* {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

.inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

@media print, screen and (max-width: 820px) {
  .inner {
    max-width: 350px;
    width: 95%;
    margin: auto;
  }
}
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 821px) {
  .flex_pc {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_pc.c2 .item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
  }
  .flex_pc.c2 .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 821px) {
  .boxwrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .boxwrap .item4 {
    width: 40%;
  }
  .boxwrap .item6 {
    width: calc(60% - 25px);
  }
  .boxwrap .item3 {
    width: 30%;
  }
  .boxwrap .item7 {
    width: calc(70% - 20px);
  }
  .boxwrap .item2 {
    width: 20%;
  }
  .boxwrap .item8 {
    width: calc(80% - 10px);
  }
}
@media print, screen and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media print, screen and (min-width: 821px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.fv {
  background: linear-gradient(246deg, #07B7BE 0%, #07B7BE 62%, #F7F6F5 38%, #F7F6F5 100%);
  overflow: hidden;
}
.fv header {
  padding-top: 25px;
  width: 95%;
  margin: auto;
}
.fv header .header {
  justify-content: space-between;
}
.fv header .header .logo {
  max-width: 200px;
}
.fv header .header_btn {
  background: linear-gradient(90deg, #5B247A, #1BCEDF);
  width: 200px;
  height: 56px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  position: fixed;
  z-index: 100;
  right: 3%;
}
.fv header .header_btn img {
  width: 20px;
  margin-right: 10px;
}
.fv_main {
  margin-top: 45px;
  max-width: 1200px;
  width: 90%;
  margin-left: 6%;
}
.fv_main .boxwrap .item6 {
  position: relative;
  font-weight: bold;
}
.fv_main .boxwrap .item6 .fv_img {
  width: 46px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.fv_main .boxwrap .item6 h2 {
  font-weight: bold;
  font-size: 48px;
  padding-top: 15px;
  padding-right: 15px;
}
.fv_main .boxwrap .item6 h2 .w_bg {
  font-size: 72px;
  background-color: #fff;
  padding: 0 10px;
}
.fv_main .boxwrap .item6 p {
  margin-top: 100px;
  font-size: 24px;
  margin-bottom: 100px;
  letter-spacing: 0.08em;
}
.fv_main .boxwrap .item4 {
  max-height: 590px;
  display: flex;
}
.fv_main .boxwrap .item4 img {
  height: 100%;
}
.fv_main .boxwrap .item4 p {
  writing-mode: vertical-rl;
  font-size: 10px;
  margin: 0 0 auto 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: SemiBold;
  padding-bottom: 30px;
}

.fv header .header_btn:hover {
  transform: scale(1.1);
}

@media print, screen and (min-width: 1500px) {
  .fv_main {
    margin: auto;
  }
}
@media print, screen and (max-width: 820px) {
  .fv {
    background: linear-gradient(255deg, #07B7BE 0%, #07B7BE 40%, #F7F6F5 40%, #F7F6F5 100%);
  }
  .fv header {
    width: 95%;
    margin: auto;
  }
  .fv header .header .logo {
    width: 115px;
  }
  .fv header .header_btn {
    display: none;
  }
  .fv_main {
    width: 95%;
    margin: 45px auto 0;
    text-align: center;
  }
  .fv_main .boxwrap .item6 .fv_img {
    width: 30px;
    right: 22%;
    top: -20px;
  }
  .fv_main .boxwrap .item6 h2 {
    font-size: 24px;
    padding-top: 0;
    padding-right: 0;
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique";
  }
  .fv_main .boxwrap .item6 h2 .w_bg {
    font-size: 40px;
    padding: 0 10px;
  }
  .fv_main .boxwrap .item6 p {
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .fv_main .boxwrap .item4 {
    height: auto;
    justify-content: right;
    align-items: end;
  }
  .fv_main .boxwrap .item4 img {
    width: 200px;
  }
  .fv_main .boxwrap .item4 p {
    margin-top: auto;
    margin-bottom: auto;
    text-align: start;
  }
}
@media print, screen and (max-width: 500px) {
  .fv_main .boxwrap .item6 .fv_img {
    right: 0px;
    top: -20px;
  }
}
.worries {
  margin-top: 50px;
  position: relative;
}
.worries .en {
  color: rgba(7, 183, 190, 0.07);
  position: absolute;
  top: 20%;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
  z-index: -1;
}
.worries .inner .allow {
  text-align: center;
}
.worries .inner .allow img {
  width: 60px;
}
.worries .inner .flex_pc {
  margin-top: 50px;
}
.worries .inner .flex_pc .item h3.pc {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
}
.worries .inner .flex_pc .item .img {
  width: 310px;
}
.worries .inner .flex_pc .item .li {
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0;
}
.worries .inner .flex_pc .item .li img {
  width: 35px;
  margin-right: 10px;
}
.worries .inner .flex_pc .item .li p {
  letter-spacing: 0.01em;
}
.worries .inner .flex_pc .item .li .btn {
  background: linear-gradient(90deg, #5B247A, #1BCEDF);
  width: 200px;
  height: 56px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.worries .inner .flex_pc .item .li .btn img {
  width: 20px;
  margin-right: 10px;
}
.worries .inner .flex_pc .item .line {
  background-size: 11px 3px;
  background-image: linear-gradient(to right, #07B7BE, #07B7BE 8px, transparent 8px, transparent 3px);
  height: 2px;
  background-repeat: repeat-x;
}
.worries .bg {
  position: absolute;
}
.worries .bg:last-child {
  margin-top: -2px;
}
.worries .c_btn {
  background-color: #07B7BE;
  font-weight: bold;
  font-size: 24px;
  padding: 170px 0 50px;
  text-align: center;
  margin-top: 1px;
}
.worries .c_btn .flex {
  justify-content: center;
}
.worries .c_btn .flex p {
  padding: 0 20px;
  letter-spacing: 0.1em;
}
.worries .c_btn .flex img {
  width: 44px;
}
.worries .c_btn .btn {
  margin: 40px auto 0;
  display: inline-block;
  max-width: 600px;
  width: 95%;
  background-color: #FFDA2A;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.worries .c_btn .btn div {
  color: #000;
}
.worries .c_btn .btn div .free {
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  width: 73px;
  padding: 4px 0;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
}

.worries .c_btn .btn:hover {
  transform: scale(1.1);
}

@media print, screen and (max-width: 1200px) {
  .worries .en {
    font-size: 100px;
  }
}
@media print, screen and (max-width: 820px) {
  .worries {
    margin-top: 40px;
  }
  .worries .en {
    top: 25%;
    font-size: 45px;
  }
  .worries .inner {
    padding-bottom: 40px;
  }
  .worries .inner .allow img {
    width: 40px;
  }
  .worries .inner .flex_pc {
    margin-top: 30px;
  }
  .worries .inner .flex_pc .item:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .worries .inner .flex_pc .item:first-child h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  .worries .inner .flex_pc .item:first-child .btn {
    background: linear-gradient(90deg, #5B247A, #1BCEDF);
    width: 180px;
    height: 56px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
  }
  .worries .inner .flex_pc .item:first-child .btn img {
    width: 18px;
    margin-right: 10px;
  }
  .worries .inner .flex_pc .item .img {
    width: 150px;
  }
  .worries .inner .flex_pc .item .li {
    font-size: 16px;
    padding: 10px 0;
  }
  .worries .inner .flex_pc .item .li img {
    width: 25px;
    margin-right: 10px;
  }
  .worries .inner .flex_pc .item .li .btn {
    width: 200px;
    height: 56px;
    font-size: 20px;
  }
  .worries .inner .flex_pc .item .li .btn img {
    width: 20px;
    margin-right: 10px;
  }
  .worries .c_btn {
    font-size: 18px;
    padding: 100px 0 0px;
  }
  .worries .c_btn .flex p {
    padding: 0 10px;
  }
  .worries .c_btn .flex img {
    width: 35px;
  }
  .worries .c_btn a {
    width: 100%;
  }
}
.what {
  position: relative;
  margin-top: 200px;
}
.what .en {
  color: rgba(7, 183, 190, 0.07);
  position: absolute;
  top: 20%;
  right: 0;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
}
.what .inner {
  padding-bottom: 100px;
}
.what .inner h3 {
  font-weight: bold;
  font-size: 40px;
  display: flex;
  align-items: center;
}
.what .inner h3 span {
  color: #07B7BE;
  font-size: 56px;
  font-weight: Black;
}
.what .inner h3:after {
  border-top: 1px solid #07B7BE;
  content: "";
  flex-grow: 1;
  margin-left: 20px;
}
.what .inner p {
  margin-top: 50px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.what .bg {
  position: absolute;
  z-index: 2;
}

@media print, screen and (max-width: 820px) {
  .what {
    margin-top: 60px;
  }
  .what .en {
    top: 10%;
    font-size: 50px;
  }
  .what .inner {
    padding-bottom: 50px;
  }
  .what .inner h3 {
    font-size: 18px;
  }
  .what .inner h3 span {
    font-size: 32px;
  }
  .what .inner p {
    margin-top: 30px;
  }
}
.how {
  background-color: #F7F6F5;
  padding: 200px 0 130px;
  position: relative;
}
.how .en {
  color: #fff;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
}
.how .atsushi {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 240px;
  display: flex;
}
.how .atsushi p {
  writing-mode: vertical-rl;
  margin-bottom: auto;
  font-size: 10px;
  font-family: "Montserrat";
  font-weight: SemiBold;
}
.how .inner {
  text-align: center;
  position: relative;
  font-weight: bold;
}
.how .inner h3 {
  color: #07B7BE;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.how .inner p {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.how .inner .border {
  border-top: 1.5px solid #07B7BE;
  width: 100px;
  margin: 40px auto 0;
}
.how .inner .allow {
  text-align: center;
  margin: 30px auto;
}
.how .inner .allow img {
  width: 60px;
}
.how .inner .p {
  font-size: 24px;
}
.how .inner .image {
  margin-top: 45px;
  position: relative;
}
.how .inner .image h4 {
  font-weight: bold;
  font-size: 32px;
}
.how .inner .image .bg {
  background-color: #07B7BE;
  opacity: 0.1;
  width: 90%;
  max-width: 960px;
  height: 630px;
  position: absolute;
  top: 25px;
  margin-left: 40px;
}
.how .inner .image .flow {
  position: relative;
}
.how .inner .image .flow .flow_line {
  border-top: #07B7BE solid 4px;
  border-left: #07B7BE solid 4px;
  border-right: #07B7BE solid 4px;
  width: 530px;
  height: 50px;
  margin: 40px auto 0;
}
.how .inner .image .flow .flex_pc.c2 .item > p {
  padding: 15px 0;
  width: 215px;
  margin: auto;
  font-weight: bold;
  font-size: 24px;
}
.how .inner .image .flow .flex_pc.c2 .item .line {
  width: 4px;
  height: 50px;
  background-color: #07B7BE;
  margin: auto;
}
.how .inner .image .flow .flex_pc.c2 .item .box {
  background-color: #fff;
  border: #07B7BE 4px solid;
  border-radius: 15px;
  padding-bottom: 30px;
}
.how .inner .image .flow .flex_pc.c2 .item .box :first-child {
  font-size: 20px;
}
.how .inner .image .flow .flex_pc.c2 .item .box_img {
  margin: 15px auto;
}
.how .inner .image .flow .flex_pc.c2 .item .box :nth-child(3) {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.how .inner .image .flow .flex_pc.c2 .l {
  opacity: 0.6;
}
.how .inner .image .flow .flex_pc.c2 .l > p {
  background-color: #FFED9A;
}
.how .inner .image .flow .flex_pc.c2 .l .box_img {
  width: 140px;
}
.how .inner .image .flow .flex_pc.c2 .r > p {
  background-color: #FFDA2A;
}
.how .inner .image .flow .flex_pc.c2 .r .box_img {
  width: 100px;
}
.how .inner .image .flow .flex_pc.c2 .r .box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media print, screen and (max-width: 1200px) {
  .how .atsushi {
    right: 3%;
  }
}
@media print, screen and (max-width: 820px) {
  .how {
    padding: 70px 0 100px;
  }
  .how .en {
    top: 21%;
    font-size: 50px;
  }
  .how .atsushi {
    top: -50px;
    right: 30px;
    width: 100px;
    z-index: 2;
    margin-right: 5px;
  }
  .how .inner h3 {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
  }
  .how .inner h3:nth-child(3) {
    margin-top: 20px;
  }
  .how .inner p {
    margin-top: 40px;
  }
  .how .inner .border {
    margin: 70px auto 0;
  }
  .how .inner .allow {
    margin: 40px auto 25px;
  }
  .how .inner .allow img {
    width: 40px;
  }
  .how .inner .p {
    font-size: 16px;
  }
  .how .inner .image {
    margin-top: 40px;
  }
  .how .inner .image h4 {
    font-size: 20px;
  }
  .how .inner .image .bg {
    width: 100%;
    margin: auto;
    height: 100%;
    top: 15px;
  }
  .how .inner .image .flow .flow_line {
    width: 530px;
    height: 50px;
    margin: 40px auto 0;
  }
  .how .inner .image .flow .flex_pc.c2 .item {
    margin-top: 30px;
  }
  .how .inner .image .flow .flex_pc.c2 .item > p {
    width: 195px;
    font-size: 20px;
    padding: 3px 0;
  }
  .how .inner .image .flow .flex_pc.c2 .item .line {
    height: 30px;
  }
  .how .inner .image .flow .flex_pc.c2 .item .box :first-child {
    font-size: 16px;
  }
  .how .inner .image .flow .flex_pc.c2 .item .box_img {
    margin: 15px auto;
  }
  .how .inner .image .flow .flex_pc.c2 .item .box :nth-child(3) {
    font-size: 20px;
  }
}
.bg_img {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_img .inner {
  padding: 100px 0 80px;
  text-align: center;
}
.bg_img .inner p {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media print, screen and (max-width: 820px) {
  .bg_img {
    background-position: center;
  }
  .bg_img .inner {
    text-align: left;
  }
  .bg_img .inner p {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.surprise {
  background-color: #07B7BE;
  padding-top: 170px;
  position: relative;
}
.surprise .en {
  color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
}
.surprise .bg {
  background-color: #fff;
}
.surprise .bg1 {
  width: 90%;
  max-width: 930px;
  border-top-right-radius: 30px;
}
.surprise .bg1 .boxwrap {
  padding: 80px 0;
  width: 82%;
  margin: auto;
}
.surprise .bg1 .boxwrap .item7 {
  font-weight: bold;
  font-size: 20px;
}
.surprise .bg1 .boxwrap .item7 .line {
  background-size: 11px 3px;
  background-image: linear-gradient(to right, #07B7BE, #07B7BE 8px, transparent 8px, transparent 3px);
  height: 2px;
  background-repeat: repeat-x;
  width: 500px;
}
.surprise .bg1 .boxwrap .item7 .li {
  padding: 15px 0;
}
.surprise .bg1 .boxwrap .item7 .li img {
  width: 30px;
  margin-right: 20px;
}
.surprise .bg1 .boxwrap .item7 .li p {
  letter-spacing: 0.04em;
}
.surprise .bg2 {
  max-width: 1300px;
  width: 90%;
  border-bottom-left-radius: 30px;
  margin-left: auto;
}
.surprise .bg2 .boxwrap {
  padding: 70px 0 80px 110px;
  margin-top: -50px;
  height: 275px;
}
.surprise .bg2 .boxwrap .item7 {
  text-align: center;
}
.surprise .bg2 .boxwrap .item7 > p {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.04em;
}
.surprise .bg2 .boxwrap .item7 > p span {
  font-weight: normal;
  font-size: 20px;
  display: block;
}
.surprise .bg2 .boxwrap .item7 .allow {
  margin: 40px auto 25px;
}
.surprise .bg2 .boxwrap .item7 .allow img {
  width: 40px;
}
.surprise .bg2 .boxwrap .item7 .flex .flex_pc .star {
  width: 60px;
}
.surprise .bg2 .boxwrap .item7 .flex .flex_pc .leaf {
  width: 40px;
}
.surprise .bg2 .boxwrap .item7 .flex .text {
  display: flex;
  flex-direction: column;
}
.surprise .bg2 .boxwrap .item7 .flex .text p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.surprise .bg2 .boxwrap .item7 .flex .text p span {
  font-size: 40px;
  letter-spacing: 0.04em;
}
.surprise .bg2 .boxwrap .item7 .flex .text .small {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.04em;
}
.surprise .bg2 .boxwrap .item3 {
  display: flex;
  position: relative;
  top: -150px;
}
.surprise .bg2 .boxwrap .item3 img {
  scale: 1.1;
}
.surprise .bg2 .boxwrap .item3 p {
  writing-mode: vertical-rl;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: SemiBold;
  margin-right: 25px;
}
.surprise .yel {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
.surprise .yel span {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  background: linear-gradient(transparent 70%, #FFDA2A 0%);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1600px) {
  .surprise .bg2 .boxwrap .item3 {
    top: -125px;
  }
  .surprise .bg2 .boxwrap .item3 img {
    scale: 1;
  }
}
@media print, screen and (max-width: 1400px) {
  .surprise .bg2 .boxwrap .item3 {
    top: -105px;
  }
}
@media print, screen and (max-width: 1300px) {
  .surprise .bg2 .boxwrap .item3 {
    top: -65px;
  }
}
@media print, screen and (max-width: 1200px) {
  .surprise .bg2 .boxwrap .item3 {
    top: -20px;
  }
}
@media print, screen and (max-width: 1100px) {
  .surprise .bg2 .boxwrap .item3 {
    top: 0;
  }
  .surprise .bg2 {
    width: 95%;
  }
  .surprise .bg2 .boxwrap .item7 .flex .flex_pc .star {
    width: 30px;
  }
}
@media print, screen and (max-width: 820px) {
  .surprise .en {
    top: 80px;
    font-size: 50px;
  }
  .surprise .bg1 {
    width: 95%;
  }
  .surprise .bg1 .boxwrap {
    padding: 40px 0 80px;
    width: 90%;
    margin: auto;
  }
  .surprise .bg1 .boxwrap .hum {
    width: 220px;
    margin: 0 auto 40px;
  }
  .surprise .bg1 .boxwrap .item7 .line {
    width: 100%;
  }
  .surprise .bg1 .boxwrap .item7 .li {
    padding: 15px 0;
    flex-wrap: nowrap;
    align-items: center;
  }
  .surprise .bg1 .boxwrap .item7 .li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .surprise .bg2 {
    width: 95%;
  }
  .surprise .bg2 .boxwrap {
    padding: 30px 0 0;
    margin-top: -45px;
    height: auto;
  }
  .surprise .bg2 .boxwrap .item7 > p {
    font-size: 16px;
  }
  .surprise .bg2 .boxwrap .item7 > p span {
    font-size: 16px;
  }
  .surprise .bg2 .boxwrap .item7 .allow {
    margin: 25px auto 15px;
  }
  .surprise .bg2 .boxwrap .item7 .allow img {
    width: 40px;
  }
  .surprise .bg2 .boxwrap .item7 .flex {
    justify-content: space-around;
  }
  .surprise .bg2 .boxwrap .item7 .flex .flex_pc {
    display: flex;
    flex-direction: column;
  }
  .surprise .bg2 .boxwrap .item7 .flex .flex_pc .star {
    width: 25px;
  }
  .surprise .bg2 .boxwrap .item7 .flex .flex_pc .leaf {
    width: 20px;
  }
  .surprise .bg2 .boxwrap .item7 .flex .flex_pc:last-child {
    flex-direction: column-reverse;
  }
  .surprise .bg2 .boxwrap .item7 .flex .text p {
    font-size: 14px;
  }
  .surprise .bg2 .boxwrap .item7 .flex .text p span {
    font-size: 24px;
  }
  .surprise .bg2 .boxwrap .item7 .flex .text .small {
    font-size: 10px;
  }
  .surprise .bg2 .boxwrap .item3 {
    top: 0;
    flex-direction: row-reverse;
    margin-top: 5px;
    margin-right: 10px;
  }
  .surprise .bg2 .boxwrap .item3 img {
    scale: 1;
    width: 100px;
    vertical-align: bottom;
  }
  .surprise .bg2 .boxwrap .item3 p {
    writing-mode: horizontal-tb;
    margin-top: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .surprise .yel {
    text-align: left;
    width: 95%;
    margin: 50px auto 0;
  }
  .surprise .yel span {
    font-size: 20px;
  }
}
.merrit {
  background-color: #F2F6F7;
  position: relative;
  padding-bottom: 60px;
  margin-top: -5px;
}
.merrit .en {
  color: rgba(7, 183, 190, 0.07);
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
}
.merrit .inner {
  padding-top: 100px;
}
.merrit .inner h3 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.03em;
}
.merrit .inner h3 span {
  color: #07B7BE;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: Black;
}
.merrit .inner h3::before {
  border-top: 1px solid #07B7BE;
  content: "";
  flex-grow: 1;
  margin-right: 20px;
  display: inline-block;
  width: 10%;
  vertical-align: middle;
}
.merrit .inner .box {
  position: relative;
  margin-top: 70px;
}
.merrit .inner .box > p {
  position: absolute;
  top: -25%;
  right: 20%;
  font-family: "Montserrat", sans-serif;
  font-weight: Bold;
  font-size: 120px;
  opacity: 0.04;
}
.merrit .inner .box .flex_pc {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
  max-width: 760px;
  width: 80%;
  padding-left: 10px;
}
.merrit .inner .box .flex_pc .item:nth-child(2) {
  order: 1;
  width: 270px;
}
.merrit .inner .box .flex_pc .item:nth-child(1) {
  order: 2;
  padding-top: 7%;
  letter-spacing: 0.08em;
}
.merrit .inner .box .flex_pc .item:nth-child(1) h4 {
  background: linear-gradient(transparent 70%, #07B7BE 0%);
  display: inline;
  font-weight: Black;
  font-size: 24px;
}
.merrit .inner .box .flex_pc .item:nth-child(1) p {
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.8;
}
.merrit .inner .box .flex_pc .item:nth-child(1) .small {
  font-weight: Light;
  font-size: 10px;
  margin-left: 10%;
}
.merrit .inner .box:nth-child(odd) > p {
  right: -10%;
}
.merrit .inner .box:nth-child(odd) .flex_pc {
  margin-left: auto;
}
.merrit .inner .box3 .flex_pc .item:nth-child(1) {
  padding-bottom: 18px;
}

@media print, screen and (max-width: 1300px) {
  .merrit .inner .box .flex_pc {
    width: 680px;
  }
  .merrit .inner .box .flex_pc .item:nth-child(1) {
    width: 50%;
  }
  .merrit .inner .box:nth-child(odd) > p {
    right: 0;
  }
}
@media print, screen and (max-width: 820px) {
  .merrit {
    padding-bottom: 60px;
  }
  .merrit .en {
    top: 80px;
    font-size: 50px;
  }
  .merrit .inner {
    padding-top: 70px;
  }
  .merrit .inner h3 {
    font-size: 18px;
    text-align: right;
  }
  .merrit .inner h3 span {
    font-size: 32px;
  }
  .merrit .inner h3::before {
    margin-right: 10px;
    width: 23%;
  }
  .merrit .inner .box > p {
    top: -60px;
    right: 0;
    font-size: 80px;
  }
  .merrit .inner .box .flex_pc {
    width: 100%;
    height: 210px;
    padding-left: 0;
  }
  .merrit .inner .box .flex_pc .item:nth-child(2) {
    width: 110px;
    margin: 20px auto 0;
  }
  .merrit .inner .box .flex_pc .item:nth-child(1) {
    width: 85%;
    margin: auto;
    padding-top: 7%;
  }
  .merrit .inner .box .flex_pc .item:nth-child(1) h4 {
    font-size: 18px;
  }
  .merrit .inner .box .flex_pc .item:nth-child(1) p {
    margin-top: 14px;
    font-style: 14px;
  }
  .merrit .inner .box .flex_pc .item:nth-child(1) .small {
    font-size: 10px;
    margin-left: 10%;
  }
  .merrit .inner .box:nth-child(3) .flex_pc {
    height: 260px;
  }
  .merrit .inner .box:nth-child(odd) > p {
    right: 0;
  }
  .merrit .inner .box:nth-child(odd) .flex_pc {
    margin-left: auto;
  }
  .merrit .inner .box2 .flex_pc .item:nth-child(2) {
    margin: -10px auto 0;
  }
  .merrit .inner .box3 .flex_pc {
    height: 290px;
  }
  .merrit .inner .box3 .flex_pc .item:nth-child(1) {
    padding-bottom: 0;
  }
}
.point {
  padding-bottom: 70px;
}
.point .bg {
  background-color: #FAFAFA;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 1100px;
  width: 80%;
  margin-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.point .bg .inner {
  max-width: 750px;
}
.point .bg .inner .fukidashi {
  width: 100px;
}
.point .bg .inner p {
  font-weight: bold;
  font-size: 24px;
  padding-left: 110px;
  letter-spacing: 0.02em;
}
.point .bg .inner p:last-child {
  margin-top: 20px;
}
.point .bg .atsushi {
  position: absolute;
  top: -80px;
  right: -100px;
  width: 170px;
  display: flex;
}
.point .bg .atsushi p {
  writing-mode: vertical-rl;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: SemiBold;
  margin-bottom: auto;
  padding-bottom: 30px;
}

@media print, screen and (max-width: 820px) {
  .point {
    padding-bottom: 70px;
  }
  .point .bg {
    width: 93%;
    margin-top: 130px;
    padding: 30px 0 40px 10px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .point .bg .inner .fukidashi {
    width: 100px;
  }
  .point .bg .inner p {
    font-size: 18px;
    padding-left: 0;
  }
  .point .bg .inner p:last-child {
    margin-top: 20px;
  }
  .point .bg .atsushi {
    top: -150px;
    right: 15px;
    width: 95px;
    margin-right: 10px;
  }
  .point .bg .atsushi p {
    font-size: 10px;
    margin-bottom: auto;
  }
}
.contact {
  position: relative;
  background-color: #EFEFEF;
  padding-top: 130px;
}
.contact .en {
  color: rgba(7, 183, 190, 0.07);
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
}
.contact .inner {
  text-align: center;
}
.contact .inner h3 {
  font-weight: bold;
  font-size: 24px;
}
.contact .inner .border {
  border-top: 1.5px solid #07B7BE;
  width: 100px;
  margin: 40px auto 0;
}
.contact .inner > p {
  margin-top: 30px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.contact .inner .form {
  max-width: 750px;
  margin: auto;
  padding-bottom: 140px;
  overflow: hidden;
  letter-spacing: 0.08em;
}
.contact .inner .form .boxwrap {
  margin-top: 50px;
}
.contact .inner .form .boxwrap .l {
  font-weight: bold;
}
.contact .inner .form .boxwrap .l .req {
  background-color: #D40301;
  color: #fff;
  border-radius: 5px;
  width: 60px;
  margin-right: 15px;
}
.contact .inner .form .boxwrap .r {
  text-align: right;
}
.contact .inner .form .boxwrap .r input, .contact .inner .form .boxwrap .r select {
  background-color: #F5F5F5;
  max-width: 380px;
  width: 100%;
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
}
.contact .inner .form .boxwrap .select {
  position: relative;
}
.contact .inner .form .boxwrap .select select {
  max-width: 400px;
}
.contact .inner .form .boxwrap .select::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5.5px solid #C4C4C4;
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 0;
}
.contact .inner .form .textarea {
  margin-top: 40px;
  margin-left: auto;
  max-width: 560px;
}
.contact .inner .form .textarea p {
  text-align: left;
  font-weight: bold;
}
.contact .inner .form .textarea textarea {
  background-color: #F5F5F5;
  padding: 5px 10px;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}
.contact .inner .form .scroll {
  border: 1px solid #000;
  height: 290px;
  overflow-y: scroll;
  padding: 0 10px 10px;
  margin-top: 40px;
  text-align: left;
}
.contact .inner .form .scroll p {
  margin-top: 15px;
  letter-spacing: 0.08em;
}
.contact .inner .form .prz {
  margin-top: 30px;
}
.contact .inner .form .check {
  margin-top: 25px;
}
.contact .inner .form .check input {
  margin-right: 10px;
  scale: 1.5;
  vertical-align: middle;
}
.contact .inner .form .submit {
  margin-top: 50px;
  background-color: #fff;
  border: 1px solid #000;
  width: 560px;
  padding: 17px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.contact .inner .form .submit input {
  font-weight: bold;
}
.contact .inner .form .submit::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em; /* arrow size */
  height: 0.4em; /* arrow size */
  border-top: 1px solid #141934;
  border-right: 1px solid #141934;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact .inner .form .submit:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.contact .inner .form .submit:hover {
  background-color: #141934;
  border: #141934 solid 1px;
}
.contact .inner .form .submit:hover input {
  color: #fff;
}

@media print, screen and (max-width: 820px) {
  .contact {
    padding-top: 80px;
  }
  .contact .en {
    top: 40px;
    font-size: 50px;
  }
  .contact .inner h3 {
    font-size: 24px;
  }
  .contact .inner .border {
    margin: 25px auto 0;
  }
  .contact .inner > p {
    line-height: 1.8;
  }
  .contact .inner .form {
    padding-bottom: 80px;
  }
  .contact .inner .form .boxwrap {
    margin-top: 30px;
  }
  .contact .inner .form .boxwrap .l {
    font-size: 14px;
  }
  .contact .inner .form .boxwrap .l .req {
    font-size: 13px;
  }
  .contact .inner .form .boxwrap .r {
    margin-top: 15px;
  }
  .contact .inner .form .boxwrap .r input, .contact .inner .form .boxwrap .r select {
    padding: 8px 10px;
  }
  .contact .inner .form .boxwrap .select::after {
    top: 15px;
  }
  .contact .inner .form .textarea {
    margin-top: 30px;
  }
  .contact .inner .form .scroll {
    height: 200px;
    font-size: 14px;
    background-color: #fff;
  }
  .contact .inner .form .prz {
    margin-top: 15px;
    font-size: 12px;
  }
  .contact .inner .form .check {
    margin-top: 20px;
    font-size: 12px;
  }
  .contact .inner .form .check input {
    margin-right: 10px;
    scale: 1.3;
  }
  .contact .inner .form .submit {
    margin-top: 25px;
    width: 98%;
    padding: 12px 0;
  }
  .contact .inner .form .submit::after {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;
    width: 0.4em; /* arrow size */
    height: 0.4em; /* arrow size */
    border-top: 1px solid #141934;
    border-right: 1px solid #141934;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.about {
  position: relative;
}
.about .en {
  color: rgba(7, 183, 190, 0.07);
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 140px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 0.9;
}
.about .inner {
  margin: 80px auto 90px;
}
.about .inner > p {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.about .inner h3 {
  width: 350px;
  margin: 10px auto 0;
}
.about .inner .text {
  margin-top: 40px;
  letter-spacing: 0.03em;
}
.about .inner .text p {
  line-height: 1.8;
}

@media print, screen and (max-width: 820px) {
  .about .en {
    top: 65%;
    font-size: 50px;
  }
  .about .inner {
    margin: 80px auto 90px;
  }
  .about .inner > p {
    font-size: 20px;
  }
  .about .inner h3 {
    width: 100%;
  }
  .about .inner .text {
    font-size: 14px;
  }
}
footer {
  background-color: #F2F6F7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  padding-top: 50px;
  letter-spacing: 0.04em;
}
footer .inner {
  max-width: 1300px;
  margin: auto;
}
footer .inner .boxwrap {
  max-width: 500px;
}
footer .inner .boxwrap .item2 img {
  width: 90px;
}
footer .inner .boxwrap .item8 {
  margin-top: 20px;
}
footer .inner .small {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 820px) {
  footer {
    padding-top: 15px;
  }
  footer .inner {
    max-width: 95%;
  }
  footer .inner .boxwrap {
    width: 100%;
    margin: auto;
  }
  footer .inner .boxwrap .item2 {
    text-align: center;
  }
  footer .inner .boxwrap .item2 img {
    width: 60px;
  }
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}/*# sourceMappingURL=style.css.map */

#spn_submit {
  font-weight: bold;
  color: #141934;
}
.contact .inner .form .submit:hover #spn_submit {
  color: #fff;
}


/* 間取り */
label {
  margin-bottom: 6px;
  }
  label input {
  display: none;
  }
  label span {
  color: #c4c4c4;
  text-align: center;
  font-size: 14px;
  border: 1.5px solid #c4c4c4;
  border-radius: 4px;
  padding: 5px 20px;
  display: inline-block;
  width: 55px;
  margin-bottom: 4px;
  }
  label input:checked + span {
  color: #07B7BE;
  border: 1.5px solid #07B7BE;
  }

  .surprise_illust {
    width: 243px;
  }