@charset "UTF-8";
/* リセットCSSの読み込み */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

caption,
th {
  text-align: left;
}

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

a:focus {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

/* 共通 */
body {
  overflow: visible;
}

.title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .title {
    font-size: 26px;
  }
}
.title:after {
  content: '';
  background-color: #ff0066;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 100px;
}

.btn {
  width: 250px;
  margin: 0 auto;
}
.btn a {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 22px 0;
  text-align: center;
}
.btn a::after {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;utf-8,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.4571 8.70711C18.8476 8.31658 18.8476 7.68342 18.4571 7.29289L12.0931 0.928932C11.7026 0.538408 11.0695 0.538408 10.6789 0.928932C10.2884 1.31946 10.2884 1.95262 10.6789 2.34315L16.3358 8L10.6789 13.6569C10.2884 14.0474 10.2884 14.6805 10.6789 15.0711C11.0695 15.4616 11.7026 15.4616 12.0931 15.0711L18.4571 8.70711ZM0.25 9H17.75V7H0.25V9Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
}
.btn a:hover {
  background-color: #a5a5a5;
  border: 1px solid #a5a5a5;
  color: #fff;
  opacity: 1;
}
.btn a:hover::after {
  background-image: url('data:image/svg+xml;utf-8,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.4571 8.70711C18.8476 8.31658 18.8476 7.68342 18.4571 7.29289L12.0931 0.928932C11.7026 0.538408 11.0695 0.538408 10.6789 0.928932C10.2884 1.31946 10.2884 1.95262 10.6789 2.34315L16.3358 8L10.6789 13.6569C10.2884 14.0474 10.2884 14.6805 10.6789 15.0711C11.0695 15.4616 11.7026 15.4616 12.0931 15.0711L18.4571 8.70711ZM0.25 9H17.75V7H0.25V9Z" fill="white"/></svg>');
}

.btn02 {
  margin: 30px 0 0;
}
.btn02 a {
  display: block;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 8px;
  width: 126px;
}
.btn02 a span {
  margin-right: 22px;
}
.btn02 a:hover {
  border-bottom: 1px solid #ff0066;
  color: #ff0066;
  opacity: 1;
}

/* slick */
.slick-list {
  padding-bottom: 50px;
}

.slick-prev,
.slick-next {
  background-color: #ff0066;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  transition: 0.3s;
  top: 40%;
  z-index: 1;
  opacity: 1;
}
.slick-next:focus,
.slick-prev:focus {
  background: #ff0066;
}
@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
    top: 35%;
  }
}

@media (max-width: 1024px) {
  .slick-next {
    right: -10px;
  }
}

@media (max-width: 1024px) {
  .slick-prev {
    left: -10px;
  }
}

.slick-prev:hover,
.slick-next:hover {
  background: #ff0066;
  opacity: 0.4;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
}

.slick-next:before {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;utf-8,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.03418 13.8062L7.04005 7.83038L1.03418 1.8546" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;utf-8,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.04004 13.8062L1.03416 7.83038L7.04004 1.8546" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots {
  position: relative;
  bottom: 0;
}

.slick-dots li button:before {
  color: #c9c9c9;
}

.slick-dots li.slick-active button:before {
  color: #ff0066;
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dots li button {
  width: 50px;
  height: 50px;
}

.slick-dots li button:before {
  font-size: 28px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
@media (max-width: 1024px) {
  .slick-dots li button:before {
    font-size: 22px;
  }
}

/* fadein 02 */
.fade-out {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.fade-out-none {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fade-out {
  0% {
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/* title animation */
.top-ttl {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.top-ttl span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.top-ttl span:nth-child(2) {
  transition-delay: 0.06s;
}
.top-ttl span:nth-child(3) {
  transition-delay: 0.12s;
}
.top-ttl span:nth-child(4) {
  transition-delay: 0.18s;
}
.top-ttl span:nth-child(5) {
  transition-delay: 0.24s;
}
.top-ttl span:nth-child(6) {
  transition-delay: 0.3s;
}
.top-ttl span:nth-child(7) {
  transition-delay: 0.36s;
}
.top-ttl span:nth-child(8) {
  transition-delay: 0.42s;
}
.top-ttl span:nth-child(9) {
  transition-delay: 0.48s;
}
.top-ttl span:nth-child(10) {
  transition-delay: 0.54s;
}
.top-ttl span:nth-child(11) {
  transition-delay: 0.6s;
}
.top-ttl span:nth-child(12) {
  transition-delay: 0.66s;
}
.top-ttl span:nth-child(13) {
  transition-delay: 0.72s;
}
.top-ttl span:nth-child(14) {
  transition-delay: 0.78s;
}
.top-ttl span:nth-child(15) {
  transition-delay: 0.84s;
}

.top-ttl.is-active span {
  transform: translate(0, 0);
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0;
  }
}
section:first-of-type {
  background-image: url(../img/mv_bg.jpg);
  padding: 90px 0;
  margin-top: 120px;
}
@media (max-width: 1024px) {
  section:first-of-type {
    background-image: url(../img/mv_bg-sp.jpg);
    padding: 5% 0 0;
    height: 100vh;
    margin-top: 82px;
  }
}
section:nth-of-type(2) {
  padding: 115px 0 30px;
}
@media (max-width: 1024px) {
  section:nth-of-type(2) {
    padding: 15% 0;
    background-image: url(../img/topabout-bg-sp.png);
  }
}
section:nth-of-type(3) {
  padding: 80px 0 100px;
  background-image: url(../img/topreason-bg.png);
}
@media (max-width: 1024px) {
  section:nth-of-type(3) {
    background-image: url(../img/topreason-bg-sp.jpg);
    background-position: bottom center;
  }
}
section:nth-of-type(6) {
  background-image: url(../img/topintroduce-bg.jpg);
}
@media (max-width: 1024px) {
  section:nth-of-type(6) {
    background-image: url(../img/topintroduce-bg-sp.jpg);
  }
}
#introduction {
  background-color: #feebc5;
  padding: 100px 0 0;
}
@media (max-width: 1024px) {
  section:nth-of-type(6) {
    padding: 60px 0 0;
  }
}
section:last-of-type {
  padding: 100px 0 120px;
}
@media (max-width: 1024px) {
  section:last-of-type {
    padding: 60px 0;
  }
}

.block01_container {
  position: relative;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1024px) {
  .block01_container {
    flex-direction: column-reverse;
  }
}
.block01_container .block01_box {
  position: absolute;
  bottom: 22%;
  left: 15%;
  transform: translate(10%, 0);
  width: 315px;
}
@media (max-width: 1024px) {
  .block01_container .block01_box {
    transform: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.block01_container .block01_box .block01_text {
  background-color: #00b0f0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding: 8px;
}
@media (max-width: 1024px) {
  .block01_container .block01_box .block01_text {
    padding: 20px 10px;
  }
}
@media (max-width: 1024px) {
  .block01_container .block01_box .block01_img {
    width: 80%;
    margin: 0 auto 5%;
  }
}
.block01_container .block01_box02 {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 1024px) {
  .block01_container .block01_box02 {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block01_container .block01_box02 {
    margin-top: 6%;
  }
}
.block01_container .block01_box02 .block01_subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block01_container .block01_box02 .block01_subtitle {
    font-size: 32px;
  }
}
.block01_container .block01_box02 .block01_title {
  color: #ff0066;
  font-size: 47px;
  font-weight: 900;
  line-height: 1;
  border-bottom: 17px dotted #f9b700;
  display: inline-block;
  margin: 20px 0;
  padding: 0 0 16px;
}
@media (max-width: 1024px) {
  .block01_container .block01_box02 .block01_title {
    border-bottom: unset;
    font-size: 44px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block01_container .block01_box02 .block01_title {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .block01_container .block01_box02 .block01_title span {
    border-bottom: 11px dotted #f9b700;
  }
}
@media (max-width: 1024px) {
  .block01_container .block01_box02 .block01_title span:first-of-type {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
.block01_container .block01_box02 .block01_subtitle02 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
}
.block01_container .block01_box02 .block01_flexbox {
  width: 85%;
}
@media (max-width: 1024px) {
  .block01_container .block01_box02 .block01_flexbox {
    display: none;
  }
}
.block01_container .block01_box02 .block01_flexbox .block01_item {
  width: 28%;
  text-align: center;
}
.block01_container .block01_box02 .block01_flexbox .block01_item .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 13px 0 4px;
}
.block01_container .block01_box02 .block01_flexbox .block01_item .furigana {
  font-size: 13px;
  font-weight: 400;
}
.block01_container .block01_box02 .block01_flexbox .block01_item .txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  border-top: 0.62px solid #cca99d;
  padding: 10px 0 0;
  margin: 6px 0 0;
}

.block02_container {
  position: relative;
  text-align: center;
  padding: 0 0 10%;
}
@media (max-width: 1024px) {
  .block02_container {
    padding: 0;
  }
}
.block02_container .block02_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .block02_container .block02_title {
    margin-bottom: 5%;
  }
}
.block02_container .block02_title img {
  margin: 0 10px 0 0;
  width: 115px;
}
.block02_container .block02_title02 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .block02_container .block02_title02 {
    margin: 0 auto;
    font-size: 26px;
  }
}
.block02_container .text {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .block02_container .text {
    width: 90%;
    margin: 5% auto 0;
  }
}
.block02_container::after {
  content: '';
  display: block;
  background-image: url(../img/topabout-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 29%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .block02_container::after {
    background-image: unset;
    padding: 0;
  }
}

.block03_container .block03_text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 50px 0 48px;
}
@media (max-width: 1024px) {
  .block03_container .block03_text {
    font-size: 16px;
    width: 90%;
    margin: 60px auto 10%;
  }
}
.block03_container .block03_box {
  justify-content: center;
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block03_container .block03_box {
    justify-content: space-evenly;
  }
}
.block03_container .block03_box .block03_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 22px;
  height: 220px;
  width: 260px;
}
.block03_container .block03_box .block03_item .number {
  color: #ff0066;
  font-size: 28px;
  font-weight: 700;
}
.block03_container .block03_box .block03_item .img {
  width: 28%;
  margin: -4% auto 8%;
}
@media (max-width: 1024px) {
  .block03_container .block03_box .block03_item .img {
    margin: 4% auto 8%;
  }
}
.block03_container .block03_box .block03_item .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.block03_container
  .block03_box
  .block03_item:not(:nth-of-type(4):last-of-type) {
  margin-right: 2.5%;
}
@media (max-width: 1024px) {
  .block03_container
    .block03_box
    .block03_item:not(:nth-of-type(4):last-of-type) {
    margin-right: 0;
  }
}
.block03_container .block03_box .block03_item:nth-of-type(-n + 4) {
  margin-bottom: 2.5%;
}
@media (max-width: 1024px) {
  .block03_container .block03_box .block03_item:nth-of-type(-n + 4) {
    margin-bottom: 0;
  }
}
.block03_container .block03_box .block03_item:not(:last-of-type) {
  margin-bottom: 5%;
}

.block04_container .block04_wrapper {
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper {
    width: 90%;
    margin: 60px auto 0;
  }
}
.block04_container .block04_wrapper .block04_box {
  display: flex;
}
/* @media (max-width: 1024px) {
  .block04_container .block04_wrapper .block04_box {
    display: flex;
  }
} */
.block04_container .block04_wrapper .block04_box li:first-of-type {
  box-shadow: 20px 20px 20px rgba(182, 184, 185, 0.1);
  width: 46%;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper .block04_box li:first-of-type {
    box-shadow: 10px 10px 10px rgba(182, 184, 185, 0.1);
    width: 100%;
  }
}
.block04_container .block04_wrapper .block04_box li:last-of-type {
  width: 48%;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper .block04_box li:last-of-type {
    margin: 5% auto 0;
    width: 100%;
  }
}
.block04_container .block04_wrapper .block04_box li:last-of-type .number {
  color: #ff0066;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper .block04_box li:last-of-type .number {
    font-size: 22px;
  }
}
.block04_container .block04_wrapper .block04_box li:last-of-type .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 6px 0 20px;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper .block04_box li:last-of-type .ttl {
    font-size: 25px;
  }
}
.block04_container .block04_wrapper .block04_box:not(:nth-of-type(3)) {
  margin: 0 0 50px;
}
.block04_container .block04_wrapper .imgbox {
  width: 51%;
  height: 1%;
  position: -webkit-sticky;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper .imgbox {
    display: none;
  }
}
.block04_container .block04_wrapper .imgbox li {
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  transition: 0.7s;
  opacity: 0;
  width: 100%;
}
.block04_container .block04_wrapper .imgbox li.active {
  visibility: visible;
  opacity: 1;
}
.block04_container .block04_wrapper .textbox {
  width: 47%;
}
@media (max-width: 1024px) {
  .block04_container .block04_wrapper .textbox {
    display: none;
  }
}
.block04_container .block04_wrapper .textbox > li {
  padding: 13% 0;
}
.block04_container .block04_wrapper .textbox > li:last-child {
  padding-bottom: 23%;
}
.block04_container .block04_wrapper .textbox > li .number {
  color: #ff0066;
  font-size: 24px;
  font-weight: 700;
}
.block04_container .block04_wrapper .textbox > li .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 6px 0 20px;
}

.block05_container .block05_wrapper {
  width: 60%;
  margin: 60px auto 0;
}
.block05_container .block05_wrapper .block05_box {
  position: relative;
  margin: 0 20px;
}
.block05_container .block05_wrapper .block05_box .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64%;
}
.block05_container .block05_wrapper .block05_box .block05_item {
  background-color: #f4f4f4;
  border-radius: 5px 5px 0 0;
  /* width: 290px; */
  width: 240px;
  position: absolute;
  /* bottom: -20px; */
  top: 80%;
  left: 20px;
}
@media (max-width: 1024px) {
  .block05_container .block05_wrapper {
    width: 90%;
  }
  .block05_container .block05_wrapper .block05_box .block05_item {
    width: 85%;
    bottom: -40px;
    /* bottom: -80px; */
  }
}
@media (max-width: 480px) {
  .block05_container .block05_wrapper .block05_box .block05_item {
    bottom: -80px;
  }
}
.block05_container .block05_wrapper .block05_box .block05_item .namebox {
  background-color: #ff0066;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
}
.block05_container .block05_wrapper .block05_box .block05_item .namebox .name {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 24px; */
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .block05_container
    .block05_wrapper
    .block05_box
    .block05_item
    .namebox
    .name {
    font-size: 18px;
  }
}
.block05_container
  .block05_wrapper
  .block05_box
  .block05_item
  .namebox
  .name
  span {
  /* font-size: 14px; */
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin-left: 10px;
}
.block05_container .block05_wrapper .block05_box .block05_item .position {
  display: flex;
  justify-content: center;
}
.block05_container .block05_wrapper .block05_box .block05_item .position p {
  /* font-size: 14px; */
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin: 10px auto;
  /* padding: 0 33px; */
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .block05_container .block05_wrapper .block05_box .block05_item .position p {
    padding: 0 7%;
  }
}
.block05_container .btn {
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  .block05_container .btn {
    margin: 5% auto 0;
  }
}

.block06_container {
  position: relative;
}
.block06_container .block06_catch {
  line-height: 1.5;
  margin: 50px 0 0 7%;
  max-width: 1160px;
}
@media (min-width: 1367px) {
  .block06_container .block06_catch {
    margin: 50px auto 0 17%;
  }
}
@media (max-width: 1024px) {
  .block06_container .block06_catch {
    margin: 10% auto 5%;
    width: 90%;
  }
}
.block06_container .block06_catch img {
  width: 277px;
}
@media (max-width: 1024px) {
  .block06_container .block06_catch img {
    width: 210px;
  }
}
.block06_container .block06_catch span:first-of-type {
  font-size: 39px;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .block06_container .block06_catch span:first-of-type {
    font-size: 25px;
  }
}
.block06_container .block06_catch .img {
  display: inline-block;
  margin-top: 28px;
  width: 62%;
}
@media (max-width: 1024px) {
  .block06_container .block06_catch .img {
    margin-top: 16px;
    width: 75%;
  }
}
.block06_container .block06_catch .img img {
  width: 100%;
}
.block06_container .block06_slider {
  margin: 120px 0 0;
}
.block06_container .block06_slider .slick-list {
  padding: 0;
}
.block06_container::after {
  content: '';
  display: block;
  background-image: url(../img/toparea-map.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44%;
  height: 41%;
  position: absolute;
  bottom: 23%;
  right: 0%;
  transform: translate(-30%, -10%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .block06_container::after {
    width: 64%;
    height: 21%;
    transform: translate(-10%, -10%);
  }
}

.block07_container .block07_wrapper {
  border: 1px solid #d9d9d9;
  margin: 80px auto 56px;
}
@media (max-width: 1024px) {
  .block07_container .block07_wrapper {
    flex-direction: column-reverse;
    margin: 60px auto 10%;
  }
}
.block07_container .block07_wrapper .block07_box:first-of-type {
  padding: 94px 0 6% 84px;
  position: relative;
  width: 55%;
}
@media (max-width: 1024px) {
  .block07_container .block07_wrapper .block07_box:first-of-type {
    width: 90%;
    margin: 5% auto;
    padding: 5% 3%;
  }
}
.block07_container .block07_wrapper .block07_box:first-of-type .img {
  position: absolute;
  top: -40px;
  left: 40px;
  width: 94px;
}
@media (max-width: 1024px) {
  .block07_container .block07_wrapper .block07_box:first-of-type .img {
    left: -10px;
    width: 70px;
    top: -55px;
  }
}
.block07_container .block07_wrapper .block07_box:first-of-type .ttl {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .block07_container .block07_wrapper .block07_box:first-of-type .ttl {
    font-size: 28px;
  }
}
.block07_container .block07_wrapper .block07_box:first-of-type .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  width: 78%;
}
@media (max-width: 1024px) {
  .block07_container .block07_wrapper .block07_box:first-of-type .txt {
    width: 100%;
    font-size: 16px;
  }
}
.block07_container .block07_wrapper .block07_box:last-of-type {
  width: 45%;
}
@media (max-width: 1024px) {
  .block07_container .block07_wrapper .block07_box:last-of-type {
    width: 100%;
  }
}

.price {
  padding: 0;
}
.price .wrapper {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  margin-top: 4.5%;
}
.price .top_block {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
.price .top_block .box {
  overflow: hidden;
  flex: 0 0 23.5%;
  margin-right: 2%;
  border-radius: 10px;
}
.price .top_block .box:last-child {
  margin-right: 0;
}
.price .top_block .box h3 {
  padding: 10px 0;
  background-color: #ff0066;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.price .top_block .box .money {
  padding: 5% 0 10%;
  text-align: center;
  background-color: #ffeae3;
}
.price .top_block .box .money .num {
  font-size: 60px;
  color: #ff0066;
  line-height: 1;
  text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff,
    4px -4px 0 #fff, 0px 4px 0 #fff, 0 -4px 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff;
}
.price .top_block .box .money .en {
  font-size: 32px;
  text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff,
    4px -4px 0 #fff, 0px 4px 0 #fff, 0 -4px 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff;
}
.price .wrapper .icon {
  max-width: 64px;
  margin: 4% auto;
}
.price .wrapper .bottom_block {
  padding: 2% 4%;
  border-radius: 10px;
  background-color: #ffeae3;
}
.price .wrapper .bottom_block .top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.price .wrapper .bottom_block .top .num_box {
  display: flex;
  align-items: baseline;
}
.price .wrapper .bottom_block .top .num_box .sub_f {
  font-weight: bold;
  font-size: 32px;
}
.price .wrapper .bottom_block .top .num_box .sub_s {
  margin: 0 15px;
  font-size: 76px;
  color: #ff0066;
  line-height: 1;
  font-weight: bold;
  text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff,
    4px -4px 0 #fff, 0px 4px 0 #fff, 0 -4px 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff;
}
.price .wrapper .bottom_block .top .num_box .sub_t {
  font-size: 32px;
  font-weight: bold;
}
.price .wrapper .bottom_block .top .num_box .sub_t .tax {
  font-size: 20px;
}
.price .wrapper .bottom_block .top .first {
  padding: 4px 2%;
  color: #fff;
  background-color: #ff0066;
  border-radius: 50px;
  font-size: 26px;
  margin-right: 3%;
}
.price .wrapper .bottom_block .bottom {
  padding: 2% 0;
  margin-top: 4%;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
  line-height: calc(24 / 16);
}

@media (max-width: 768px) {
  .price .wrapper {
    margin-top: 7%;
  }
  .price .top_block .box h3 {
    font-size: 15px;
  }
  .price .top_block .box .money .num {
    font-size: 50px;
  }
  .price .wrapper .icon {
    max-width: 50px;
    margin: 3% auto;
  }
  .price .wrapper .bottom_block .top .num_box .sub_s {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .price .wrapper {
    margin-top: 12%;
  }
  .price .top_block .box {
    flex: 0 0 49%;
  }
  .price .top_block .box:nth-child(2n) {
    margin-right: 0;
  }
  .price .top_block .box:nth-child(n + 3) {
    margin-top: 4%;
  }
  .price .top_block .box .money .num {
    font-size: 40px;
  }
  .price .wrapper .bottom_block {
    padding: 6% 4%;
  }
  .price .wrapper .bottom_block .top {
    flex-wrap: wrap;
  }
  .price .wrapper .bottom_block .top .first {
    width: 100%;
    flex: 0 0 50%;
    text-align: center;
    font-size: 22px;
    margin: auto;
  }
  .price .wrapper .bottom_block .top .num_box .sub_f {
    font-size: 18px;
  }
  .price .wrapper .bottom_block .top .num_box .sub_s {
    font-size: 40px;
  }
  .price .wrapper .bottom_block .top .num_box .sub_t {
    font-size: 24px;
  }
  .price .wrapper .bottom_block .top .num_box .sub_t .tax {
    font-size: 12px;
  }
  .price .wrapper .bottom_block .top .num_box {
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .price .wrapper .bottom_block .bottom {
    padding: 12px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */

