@charset "UTF-8";
.br-pc {
  display: block;
}
@media screen and (max-width: 520px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .br-sp {
    display: block;
  }
}

.main {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  .main {
    margin-bottom: 60px;
  }
}
.main-top {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main-top {
    display: none;
  }
}
.main-top-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .main-top-sp {
    display: block;
    width: 91%;
    margin: 0 auto;
  }
}
.main-top-balloon-1 {
  font-size: 3rem;
  top: 250px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .main-top-balloon-1 {
    font-size: 2.2rem;
    top: 160px;
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  .main-top-balloon-1 {
    font-size: 1.4rem;
    top: 160px;
  }
}
.main-top-balloon-2 {
  font-size: 3rem;
  top: 80px;
  left: 300px;
}
@media screen and (max-width: 960px) {
  .main-top-balloon-2 {
    font-size: 2.2rem;
    top: 0;
    left: 15%;
  }
}
@media screen and (max-width: 520px) {
  .main-top-balloon-2 {
    font-size: 1.4rem;
    left: 25%;
  }
}
.main-top-visual {
  display: flex;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main-top-visual {
    flex-direction: column;
  }
}
.main-top-visual-img {
  height: 495px;
}
@media screen and (max-width: 960px) {
  .main-top-visual-img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  .main-top-visual-img {
    margin-top: 10px;
    height: 225px;
  }
}
.main-top-visual-logo {
  width: 50%;
  position: relative;
  top: 145px;
  right: 190px;
}
@media screen and (max-width: 960px) {
  .main-top-visual-logo {
    top: 40px;
    left: 55%;
  }
}
@media screen and (max-width: 520px) {
  .main-top-visual-logo {
    top: 20px;
    left: 43%;
  }
}
.main-top-visual-logo-text {
  padding: 3px;
  border: 3px solid #333333;
  background-color: #F7EFDE;
  font-size: 11rem;
}
@media screen and (max-width: 960px) {
  .main-top-visual-logo-text {
    border-width: 3px;
    font-size: 8.1rem;
  }
}
@media screen and (max-width: 520px) {
  .main-top-visual-logo-text {
    font-size: 5.2rem;
  }
}
.main-top-visual-logo-text:not(:first-of-type) {
  border-left: none;
}
.main-top-visual-logo-text:last-of-type {
  border: none;
  border-bottom: 3px solid #333333;
}
.main-top-visual-logo-text:nth-of-type(2) {
  border-bottom: none;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.main-top-visual-logo-top {
  display: flex;
}
.main-top-visual-logo-bottom {
  position: relative;
  left: 125px;
  top: -3px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .main-top-visual-logo-bottom {
    left: 94px;
  }
}
@media screen and (max-width: 520px) {
  .main-top-visual-logo-bottom {
    left: 64px;
  }
}
.main-top-text {
  display: flex;
}
.main-top-text-tag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 45%;
}
@media screen and (max-width: 960px) {
  .main-top-text-tag {
    width: 80%;
    row-gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  .main-top-text-tag {
    width: 100%;
    row-gap: 5px;
  }
}
.main-top-text-tag-outer {
  margin-left: 7%;
  width: 92%;
}
.main-top-text-tag-item {
  font-size: 2.2rem;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .main-top-text-tag-item {
    padding-right: 15px;
  }
}
@media screen and (max-width: 520px) {
  .main-top-text-tag-item {
    font-size: 1.4rem;
    padding-right: 13px;
  }
}
.main-top-text-start {
  font-size: 5.4rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .main-top-text-start {
    margin-top: 80px;
    font-size: 5.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .main-top-text-start {
    margin-top: 50px;
    font-size: 2.8rem;
  }
}
.main-view {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .main-view {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  .main-view {
    width: 91%;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.main-view-text {
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 960px) {
  .main-view-text {
    margin-top: 18px;
  }
}
@media screen and (max-width: 520px) {
  .main-view-text {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.main-view-text-bg-black {
  width: 82%;
  background-color: #333333;
  color: white;
}
@media screen and (max-width: 960px) {
  .main-view-text-bg-black {
    width: 80%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 520px) {
  .main-view-text-bg-black {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.main-view-text-underline {
  background: linear-gradient(transparent 60%, rgba(255, 255, 98, 0.57) 60%);
}
.main-view-text-big {
  display: block;
  margin: 10px 0;
  font-size: 8rem;
  line-height: 1.2125;
  font-weight: 800;
}
@media screen and (max-width: 520px) {
  .main-view-text-big {
    margin: 30px 0;
    font-size: 3.2rem;
    line-height: 1;
  }
}
.main-view-image-list {
  display: flex;
  margin-top: 110px;
}
@media screen and (max-width: 520px) {
  .main-view-image-list {
    margin-top: 30px;
  }
}
.main-view-image-item {
  width: 33%;
}
.main-company-point {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .main-company-point {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  .main-company-point {
    width: 91%;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 80px;
  }
}
.main-company-point-title {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .main-company-point-title {
    font-size: 2rem;
  }
}
.main-company-point-title-accent {
  font-size: 4.2rem;
  color: #EE6117;
  background-image: radial-gradient(circle at center, #EE6117 20%, transparent 20%);
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.3em;
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .main-company-point-title-accent {
    font-size: 3.4rem;
  }
}
.main-company-point-list {
  margin-top: 30px;
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .main-company-point-list {
    margin-top: 35px;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
}
.main-company-point-item {
  width: 33%;
  position: relative;
  background-color: white;
  border: 3px solid #333333;
  border-radius: 20px;
}
@media screen and (max-width: 520px) {
  .main-company-point-item {
    width: -moz-fit-content;
    width: fit-content;
    width: -weblit-fit-content;
  }
}
.main-company-point-item-no {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background-color: #333333;
  color: white;
  font-size: 2rem;
  border-radius: 15px 0 15px 0;
}
@media screen and (max-width: 520px) {
  .main-company-point-item-no {
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}
.main-company-point-item-image {
  display: block;
  margin: 40px auto 15px;
}
.main-company-point-item-title {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #EE6117;
  color: white;
  font-size: 2.4rem;
}
@media screen and (max-width: 520px) {
  .main-company-point-item-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }
}
.main-company-point-item-text {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 93%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 520px) {
  .main-company-point-item-text {
    padding-bottom: 35px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.main-bg-black {
  position: relative;
  background-color: #333333;
}
.main-bg-black::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 150px solid #333333;
}
@media screen and (max-width: 520px) {
  .main-bg-black::after {
    border-top-width: 70px;
  }
}
.main-bg-yellow {
  position: relative;
  background-color: #FFDA77;
}
.main-worry {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .main-worry {
    width: 91%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 10px;
  }
}
.main-worry-title {
  color: white;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .main-worry-title {
    font-size: 2rem;
  }
}
.main-worry-title-emphasis {
  color: white;
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .main-worry-title-emphasis {
    font-size: 3.4rem;
  }
}
.main-worry-balloon-list {
  margin: 31px auto 0;
  width: 85%;
}
@media screen and (max-width: 520px) {
  .main-worry-balloon-list {
    width: 100%;
  }
}
.main-worry-balloon-item {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
}
.main-worry-balloon-item:nth-child(odd) {
  justify-content: flex-end;
}
.main-worry-balloon-item-inner {
  font-size: 2.4rem;
}
@media screen and (max-width: 520px) {
  .main-worry-balloon-item-inner {
    font-size: 1.4rem;
    padding: 15px !important;
    border-radius: 30px !important;
  }
}
@media screen and (max-width: 520px) {
  .main-worry-balloon-item-inner::before {
    top: 65% !important;
  }
}
.main-worry-image {
  display: block;
  margin: 50px auto 0;
}
.main-solution {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relatives;
  display: flex;
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  .main-solution {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 170px;
    width: 90%;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .main-solution {
    width: 91%;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 30px;
  }
}
.main-solution-item {
  display: block;
  width: 50%;
}
@media screen and (max-width: 520px) {
  .main-solution-item {
    width: 100%;
  }
}
.main-solution-item-text {
  margin-top: 56px;
  font-size: 2.8rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 960px) {
  .main-solution-item-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .main-solution-item-text {
    margin-top: 75px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
}
.main-solution-item-button {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-right: auto;
  font-weight: 800;
}
.main-solution-item-button p {
  position: absolute;
  left: 7%;
  color: white;
}
@media screen and (max-width: 960px) {
  .main-solution-item-button p {
    left: 9%;
  }
}
@media screen and (max-width: 520px) {
  .main-solution-item-button p {
    left: 12%;
  }
}
@media screen and (max-width: 960px) {
  .main-solution-item-button {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .main-solution-item-button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 520px) {
  .main-solution-item-img {
    display: block;
    margin-top: 20px;
  }
}
.main-case {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 115px;
}
@media screen and (max-width: 960px) {
  .main-case {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 95px;
  }
}
@media screen and (max-width: 520px) {
  .main-case {
    width: 91%;
    margin: 0 auto;
    margin-top: 77px;
  }
}
.main-case-title {
  text-align: center;
}
.main-case-title-jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .main-case-title-jp {
    font-size: 1.6rem;
  }
}
.main-case-title-en {
  margin-top: 10px;
  font-weight: 800;
  font-size: 5.6rem;
}
@media screen and (max-width: 520px) {
  .main-case-title-en {
    font-size: 3.6rem;
    margin-top: 5px;
  }
}
.main-case-list {
  position: relative;
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 960px) {
  .main-case-list {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 520px) {
  .main-case-list {
    margin-top: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.main-case-item {
  width: 49%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .main-case-item {
    width: 100%;
    justify-content: flex-start;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 520px) {
  .main-case-item {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  .main-case-item-left {
    width: 100%;
  }
}
.main-case-item-right {
  width: 51%;
  border-bottom: 2px solid #333333;
  position: relative;
}
@media screen and (max-width: 520px) {
  .main-case-item-right {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .main-case-item-right::before {
    content: "";
    width: 25%;
    height: 4px;
    background: #F7EFDE;
    display: inline-block;
    position: absolute;
    top: 151px;
  }
}
.main-case-item-right-no_place {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .main-case-item-right-no_place {
    justify-content: flex-start;
  }
}
.main-case-item-right-no {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #EE6117;
}
.main-case-item-right-no-text {
  position: absolute;
  left: 20%;
  top: 20%;
  font-size: 1.3rem;
  color: white;
  text-align: center;
}
.main-case-item-right-no-number {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateX(-50%);
  font-size: 2.4rem;
  font-weight: 800;
  color: white;
  text-align: center;
}
.main-case-item-right-place {
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .main-case-item-right-place {
    display: flex;
    margin-left: 10px;
  }
}
.main-case-item-right-place-option {
  margin-top: 5px;
}
@media screen and (max-width: 520px) {
  .main-case-item-right-place-option {
    margin-top: 0;
    margin-left: 13px;
  }
}
.main-case-item-right-text {
  margin: 10px auto 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 520px) {
  .main-case-item-right-text {
    margin-top: 15px;
    margin-bottom: 37px;
  }
}
.main-case-item-right-revenue {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 6px 12px;
  color: white;
  font-size: 1.4rem;
}
.main-case-item-right-revenue::before {
  content: "";
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
}
.main-case-item-right-revenue-outer {
  position: absolute;
  bottom: -1%;
  right: -2%;
}
.main-two-point {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 130px;
}
@media screen and (max-width: 960px) {
  .main-two-point {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 100px;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point {
    width: 91%;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.main-two-point-title {
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .main-two-point-title {
    font-size: 2rem;
  }
}
.main-two-point-title-accent {
  font-size: 4.2rem;
  color: #EE6117;
  background-image: radial-gradient(circle at center, #EE6117 20%, transparent 20%);
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.3em;
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .main-two-point-title-accent {
    font-size: 3.4rem;
  }
}
.main-two-point-list {
  display: flex;
  margin-top: 20px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .main-two-point-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point-list {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.main-two-point-item {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 960px) {
  .main-two-point-item {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point-item {
    width: 100%;
  }
}
.main-two-point-item-no {
  position: relative;
  text-align: center;
  font-size: 8rem;
  color: #EE6117;
  text-shadow: 3px 3px 0 black;
  font-weight: 800;
  font-style: italic;
  z-index: 2;
}
.main-two-point-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  border-radius: 50%;
  position: relative;
  top: -40px;
  z-index: 1;
  background-color: white;
  border: 3px solid #333333;
  text-align: center;
}
.main-two-point-item-content-img {
  display: inline-block;
}
.main-two-point-item-content-text {
  width: 100%;
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 800;
}
@media screen and (max-width: 520px) {
  .main-two-point-item-content-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.main-two-point-item-content-text-underline {
  background: linear-gradient(transparent 60%, rgba(255, 255, 98, 0.57) 60%);
}
.main-two-point-detail {
  margin-top: 60px;
}
.main-two-point-detail-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.main-two-point-detail-item {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: white;
  border-radius: 30px;
  border: 3px solid #333333;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .main-two-point-detail-item {
    padding-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point-detail-item {
    padding-top: 105px;
  }
}
.main-two-point-detail-item-no {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 27px 0 100% 0;
  background-color: #EE6117;
}
@media screen and (max-width: 960px) {
  .main-two-point-detail-item-no {
    width: 125px;
    height: 125px;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point-detail-item-no {
    width: 100px;
    height: 100px;
  }
}
.main-two-point-detail-item-no-text {
  position: relative;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 800;
  font-size: 12.6rem;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .main-two-point-detail-item-no-text {
    font-size: 7rem;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point-detail-item-no-text {
    font-size: 6rem;
  }
}
.main-two-point-detail-item-title {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 800;
}
@media screen and (max-width: 520px) {
  .main-two-point-detail-item-title {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.main-two-point-detail-item-text {
  margin: 30px auto 0;
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 960px) {
  .main-two-point-detail-item-text {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .main-two-point-detail-item-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    text-align: left;
  }
}
.main-two-point-detail-item-img-list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
.main-two-point-detail-item-img-list-outer {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.main-two-point-detail-item-img-item {
  height: 123px;
  width: 170px;
}
@media screen and (max-width: 520px) {
  .main-two-point-detail-item-img-item {
    height: 63px;
    width: 88px;
  }
}
.main-service {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 115px;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main-service {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 115px;
    margin-bottom: 120px;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  .main-service {
    width: 91%;
    margin: 0 auto;
    margin-top: 77px;
    margin-bottom: 80px;
  }
}
.main-service-title {
  text-align: center;
}
.main-service-title-jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .main-service-title-jp {
    font-size: 1.6rem;
  }
}
.main-service-title-en {
  margin-top: 10px;
  font-weight: 800;
  font-size: 5.6rem;
}
@media screen and (max-width: 520px) {
  .main-service-title-en {
    font-size: 3.6rem;
    margin-top: 5px;
  }
}
.main-service-text {
  margin: 40px auto 0;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 520px) {
  .main-service-text {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.main-service-list {
  position: relative;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 960px) {
  .main-service-list {
    display: none;
  }
}
.main-service-list-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .main-service-list-sp {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 520px) {
  .main-service-list-sp {
    row-gap: 20px;
  }
}
.main-service-list-inner {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  justify-content: center;
}
.main-service-item {
  width: 31%;
  border: 3px solid #333333;
  border-radius: 20px;
  background-color: white;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .main-service-item {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .main-service-item {
    width: 45%;
  }
}
.main-service-item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  border-radius: 15px 15px 0 0;
  background-color: #333333;
  color: white;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 520px) {
  .main-service-item-title {
    height: 60px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .main-service-item-img {
    height: 90px;
  }
}
.main-service-item-text {
  margin: 20px auto;
  width: 90%;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: left;
}
@media screen and (max-width: 520px) {
  .main-service-item-text {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.main-option {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main-option {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .main-option {
    width: 91%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.main-option-title {
  display: inline-block;
  margin: 0 auto;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .main-option-title {
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 520px) {
  .main-option-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.main-option-title-emphasis {
  font-size: 4.2rem;
}
@media screen and (max-width: 520px) {
  .main-option-title-emphasis {
    font-size: 3.4rem;
  }
}
.main-option-title-outer {
  text-align: center;
}
.main-option-list {
  display: flex;
  margin-top: 50px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media screen and (max-width: 960px) {
  .main-option-list {
    flex-wrap: wrap;
  }
}
.main-option-item {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 960px) {
  .main-option-item {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 520px) {
  .main-option-item {
    width: 100%;
  }
}
.main-option-item-no {
  position: relative;
  text-align: center;
  font-size: 8rem;
  color: #EE6117;
  text-shadow: 3px 3px 0 black;
  font-weight: 800;
  font-style: italic;
  z-index: 2;
}
.main-option-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  border-radius: 50%;
  position: relative;
  top: -40px;
  z-index: 1;
  background-color: white;
  border: 3px solid #333333;
  text-align: center;
}
.main-option-item-content-img {
  display: inline-block;
}
.main-option-item-content-text {
  width: 100%;
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 800;
}
@media screen and (max-width: 520px) {
  .main-option-item-content-text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.main-option-item-content-text-underline {
  background: linear-gradient(transparent 60%, rgba(255, 255, 98, 0.57) 60%);
}
.main-price {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 115px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main-price {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 83px;
  }
}
@media screen and (max-width: 520px) {
  .main-price {
    width: 91%;
    margin: 0 auto;
    margin-top: 57px;
  }
}
.main-price-title {
  text-align: center;
}
.main-price-title-jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .main-price-title-jp {
    font-size: 1.6rem;
  }
}
.main-price-title-en {
  margin-top: 10px;
  font-weight: 800;
  font-size: 5.6rem;
}
@media screen and (max-width: 520px) {
  .main-price-title-en {
    font-size: 3.6rem;
    margin-top: 5px;
  }
}
.main-price-list {
  margin-top: 40px;
  width: 100%;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 960px) {
  .main-price-list {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 50px;
  }
}
.main-price-item {
  position: relative;
  width: 50%;
  background-color: white;
  border: 3px solid #333333;
  border-radius: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .main-price-item {
    width: 80%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  .main-price-item {
    width: 100%;
  }
}
.main-price-item-title {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #333333;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 520px) {
  .main-price-item-title {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.main-price-item-title-item {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .main-price-item-title-item {
    width: 80%;
  }
}
.main-price-item-title-small {
  color: white;
  font-size: 2.2rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-title-small {
    font-size: 1.6rem;
  }
}
.main-price-item-title-medium {
  margin-top: 15px;
  color: white;
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .main-price-item-title-medium {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.main-price-item-content {
  position: relative;
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (max-width: 520px) {
  .main-price-item-content {
    margin-top: 40px;
  }
}
.main-price-item-content-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-price {
    margin-bottom: 30px;
  }
}
.main-price-item-content-price-normal {
  font-size: 2.2rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-price-normal {
    font-size: 2rem;
  }
}
.main-price-item-content-price-sales {
  margin-top: 30px;
  font-size: 3.2rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-price-sales {
    margin-top: 25px;
    font-size: 2.6rem;
  }
}
.main-price-item-content-price-sales-emphasis {
  font-size: 7.2rem;
  margin-left: 5px;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-price-sales-emphasis {
    font-size: 6rem;
  }
}
.main-price-item-content-price-annotation {
  margin-top: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-price-annotation {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.main-price-item-content-price-button {
  display: block;
  margin-top: 40px;
  width: 100%;
  padding-bottom: 10px;
  border: 3px solid #333333;
  border-radius: 100px;
  background-color: #EE6117;
  color: white;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-price-button {
    margin-top: 10px;
    padding-top: 5px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.main-price-item-content-price-button-small {
  color: white;
  font-size: 1.4rem;
}
.main-price-item-content-benefits-list {
  display: flex;
  flex-direction: column;
}
.main-price-item-content-benefits-item {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 3px dashed #333333;
  border-bottom: 3px dashed #333333;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.main-price-item-content-benefits-item:not(:first-of-type) {
  border-top: none;
}
.main-price-item-content-benefits-item-inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-inner {
    width: 93%;
    margin-right: 0;
  }
}
.main-price-item-content-benefits-item-title {
  position: relative;
  font-size: 2.2rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-title {
    font-size: 1.8rem;
  }
}
.main-price-item-content-benefits-item-title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 10px;
  top: 0.1em;
  left: -36px;
  transform: rotate(50deg);
  border-right: 3px solid #EE6117;
  border-bottom: 3px solid #EE6117;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-title::before {
    left: -6%;
  }
}
.main-price-item-content-benefits-item-title::after {
  content: "";
  position: absolute;
  top: -0.1em;
  left: -45px;
  width: 20px;
  height: 20px;
  border: 2px solid #EE6117;
  border-radius: 2px;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-title::after {
    width: 16px;
    height: 16px;
    left: -9%;
  }
}
.main-price-item-content-benefits-item-title-invalid {
  position: relative;
  font-size: 2.2rem;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-title-invalid {
    font-size: 1.8rem;
  }
}
.main-price-item-content-benefits-item-list {
  width: 80%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-list {
    row-gap: 15px;
  }
}
.main-price-item-content-benefits-item-item {
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-benefits-item-item {
    font-size: 1.5rem;
  }
}
.main-price-item-content-option {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-option {
    margin-top: 30px;
  }
}
.main-price-item-content-option-title {
  text-align: center;
  font-weight: 800;
}
.main-price-item-content-option-title-jp {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-option-title-jp {
    font-size: 1.4rem;
  }
}
.main-price-item-content-option-title-en {
  margin-top: 5px;
  font-size: 2.6rem;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-option-title-en {
    font-size: 2.3rem;
  }
}
.main-price-item-content-option-content-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-option-content-list {
    margin-top: 20px;
  }
}
.main-price-item-content-option-content-item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333333;
  border-radius: 100px;
  color: white;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .main-price-item-content-option-content-item {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1.6rem;
  }
}
.main-flow {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  .main-flow {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  .main-flow {
    width: 91%;
    margin: 0 auto;
    margin-top: 77px;
  }
}
.main-flow-title {
  text-align: center;
}
.main-flow-title-jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .main-flow-title-jp {
    font-size: 1.6rem;
  }
}
.main-flow-title-en {
  margin-top: 10px;
  font-weight: 800;
  font-size: 5.6rem;
}
@media screen and (max-width: 520px) {
  .main-flow-title-en {
    font-size: 3.6rem;
    margin-top: 5px;
  }
}
.main-flow-text {
  margin: 40px auto 0;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .main-flow-text {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.main-flow-list {
  position: relative;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 45px;
  border: 3px solid #333333;
  border-radius: 20px;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .main-flow-list {
    margin-top: 70px;
    width: 100%;
  }
}
.main-flow-item {
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 0;
  width: 100%;
}
.main-flow-item:nth-child(odd) {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 960px) {
  .main-flow-item:nth-child(odd) {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.main-flow-item:nth-child(even) {
  color: #EE6117;
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .main-flow-item:nth-child(even) {
    font-size: 4rem;
    padding-bottom: 5px;
  }
}
.main-flow-item-step {
  display: flex;
  align-items: center;
  width: 26%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EE6117;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .main-flow-item-step {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.main-flow-item-step-number {
  margin-left: 30px;
  font-size: 4.6rem;
  font-weight: 800;
  font-style: italic;
  color: white;
}
@media screen and (max-width: 520px) {
  .main-flow-item-step-number {
    font-size: 3.6rem;
  }
}
.main-flow-item-step-content {
  margin-left: 30px;
  font-size: 2.4rem;
  color: white;
}
@media screen and (max-width: 520px) {
  .main-flow-item-step-content {
    font-size: 2rem;
  }
}
.main-flow-item-text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .main-flow-item-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.main-contact {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 115px;
}
@media screen and (max-width: 960px) {
  .main-contact {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
    margin-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  .main-contact {
    width: 91%;
    margin: 0 auto;
    margin-top: 70px;
  }
}
.main-contact-title {
  text-align: center;
}
.main-contact-title-jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 520px) {
  .main-contact-title-jp {
    font-size: 1.6rem;
  }
}
.main-contact-title-en {
  margin-top: 10px;
  font-weight: 800;
  font-size: 5.6rem;
}
@media screen and (max-width: 520px) {
  .main-contact-title-en {
    font-size: 3.6rem;
    margin-top: 5px;
  }
}
.main-contact-content {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  border: 3px solid #333333;
  border-radius: 30px;
  background-color: #F5D8C0;
}
@media screen and (max-width: 520px) {
  .main-contact-content {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.main-contact-content-text {
  width: 60%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 960px) {
  .main-contact-content-text {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .main-contact-content-text {
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}
.main-contact-content-form {
  width: 90%;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 520px) {
  .main-contact-content-form {
    width: 95%;
    margin-top: 40px;
    row-gap: 20px;
  }
}
.main-contact-content-form-item {
  display: flex;
  flex-direction: column;
}
.main-contact-content-form-item-label {
  position: relative;
  margin-bottom: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 520px) {
  .main-contact-content-form-item-label {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.main-contact-content-form-item-input-text {
  padding-left: 30px;
  height: 84px;
  border: 3px solid #333333;
  border-radius: 100px;
  font-size: 3rem;
}
@media screen and (max-width: 520px) {
  .main-contact-content-form-item-input-text {
    height: 55px;
  }
}
.main-contact-content-form-item-input-textarea {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: 3px solid #333333;
  border-radius: 30px;
  font-size: 3rem;
  resize: none;
}
@media screen and (max-width: 520px) {
  .main-contact-content-form-item-input-textarea {
    padding-left: 20px;
    border-radius: 20px;
  }
}
.main-contact-content-form-item-input-checkbox {
  margin-right: 20px;
  font-size: 2rem;
  transform: scale(1.5);
}
@media screen and (max-width: 520px) {
  .main-contact-content-form-item-input-checkbox {
    margin-right: 5px;
  }
}
.main-contact-content-form-item-input-submit {
  display: block;
  width: 35%;
  margin: 15px auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-radius: 100px;
  background-color: #EE6117;
  color: white;
  font-size: 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .main-contact-content-form-item-input-submit {
    width: 65%;
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }
}
.main-contact-content-form-item-input-submit[disabled] {
  background-color: gray;
  cursor: not-allowed;
}
.main-contact-content-form-item-check {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.main-contact-content-form-item-submit {
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .main-contact-content-form-item-submit {
    margin-top: 0;
  }
}

.main-top-visual-logo-bottom .main-top-visual-logo-text:last-of-type {
  border-bottom: 3px solid #333333;
}

.required::after {
  content: "*";
  position: absolute;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-35%);
  font-size: 2.6rem;
  color: #EE6117;
}

.footer {
  padding-bottom: 10px;
  background-color: #333333;
}
.footer-inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 520px) {
  .footer-inner {
    width: 91%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.footer-logo {
  color: white;
  font-size: 6.4rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .footer-logo {
    font-size: 4rem;
  }
}
.footer-text {
  margin: 40px auto 0;
  width: 85%;
  color: white;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 520px) {
  .footer-text {
    margin-top: 25px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.footer-text-group {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.footer-group {
  margin: 40px auto 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 960px) {
  .footer-group {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .footer-group {
    margin-top: 30px;
    width: 100%;
    row-gap: 25px;
  }
}
.footer-group-item {
  display: flex;
}
@media screen and (max-width: 520px) {
  .footer-group-item {
    flex-direction: column;
    row-gap: 5px;
  }
}
.footer-group-item-text {
  display: block;
  width: 50%;
  font-size: 1.8rem;
  color: white;
}
@media screen and (max-width: 520px) {
  .footer-group-item-text {
    width: 100%;
    font-size: 1.4rem;
  }
}
.footer-name {
  font-size: 1.4rem;
  color: white;
  text-align: center;
}

/*
吹き出し
参考リンク：https://zero-plus.io/media/blowout-with-css/

〜使い方〜
・クラス名に以下をつける
　balloon balloon-(位置) balloon-(色) balloon-(矢印の向き)
・このクラスではフォントサイズを指定していないので、使いたいクラスでフォントサイズを指定すること！
*/
.balloon {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 15px 23px;
  line-height: 1.3333333333;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  .balloon {
    border-radius: 15px;
    padding: 8px 12px;
    line-height: 1.3333333333;
  }
}
.balloon:before {
  content: "";
  border: 15px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -15;
}
.balloon-cb:before {
  top: 35%;
  border-left-width: 30px;
  border-right-width: 30px;
  border-top-width: 70px;
}
@media screen and (max-width: 520px) {
  .balloon-cb:before {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 30px;
  }
}
.balloon-rb:before {
  top: 35%;
  left: 82%;
  border-left-width: 30px;
  border-right-width: 30px;
  border-top-width: 70px;
}
@media screen and (max-width: 520px) {
  .balloon-rb:before {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 30px;
  }
}
.balloon-rb2:before {
  top: 56%;
  left: 82%;
  border-left-width: 30px;
  border-right-width: 30px;
  border-top-width: 70px;
}
@media screen and (max-width: 520px) {
  .balloon-rb2:before {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 30px;
  }
}
.balloon-lb:before {
  top: 40%;
  left: 0%;
  border-left-width: 30px;
  border-right-width: 30px;
  border-top-width: 70px;
}
@media screen and (max-width: 520px) {
  .balloon-lb:before {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 30px;
  }
}
.balloon-black {
  background-color: #333333;
  color: white;
}
.balloon-black:before {
  border-top-color: #333333 !important;
}
.balloon-white {
  background-color: white;
  color: #333333;
}
.balloon-white:before {
  border-top-color: white !important;
}
.balloon-left:before {
  transform: rotateZ(45deg);
}
.balloon-right:before {
  transform: rotateZ(-45deg);
}

/*
ボタン
*/
.button-campaign {
  position: relative;
  display: block;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.3);
  background-color: #FFE89B;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .button-campaign {
    width: 91%;
    max-width: 780px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .button-campaign {
    width: 91%;
    margin: 0 auto;
  }
}
.button-campaign-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/left.png), url(../images/right.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 30% 80%, 30% 60%;
  border-radius: 20px 20px 0 0;
  font-size: 2.8rem;
  line-height: 1.6071428571;
}
@media screen and (max-width: 520px) {
  .button-campaign-top {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.button-campaign-top-emphasis {
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (max-width: 520px) {
  .button-campaign-top-emphasis {
    font-size: 2.2rem;
  }
}
.button-campaign-top-label {
  position: relative;
  z-index: 1;
  padding: 6px 25px;
  margin-right: 25px;
  color: white;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .button-campaign-top-label {
    font-size: 1.8rem;
    margin-right: 15px;
  }
}
.button-campaign-top-label::before {
  content: "";
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
}
.button-campaign-bottom {
  position: relative;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #EE6117;
  border-radius: 0 0 20px 20px;
  font-size: 2.6rem;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .button-campaign-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.6rem;
  }
}
.button-campaign-bottom::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 750px;
  width: 14px;
  height: 14px;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
@media screen and (max-width: 960px) {
  .button-campaign-bottom::before {
    left: 88%;
  }
}
@media screen and (max-width: 520px) {
  .button-campaign-bottom::before {
    bottom: 35%;
  }
}
.button-campaign-bottom::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 747px;
  width: 20px;
  height: 3px;
  background: white;
  transform: rotate(135deg);
}
@media screen and (max-width: 960px) {
  .button-campaign-bottom::after {
    left: 87.5%;
    bottom: 47%;
  }
}
@media screen and (max-width: 520px) {
  .button-campaign-bottom::after {
    left: 87%;
  }
}
.button-orange-arrow-right {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #EE6117;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.3);
  font-size: 2.8rem;
  color: white;
  width: 460px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .button-orange-arrow-right {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2rem;
    height: 20px;
  }
}
@media screen and (max-width: 520px) {
  .button-orange-arrow-right {
    font-size: 1.8rem;
    padding-top: 20px;
    height: 10px;
  }
}
.button-orange-arrow-right::before {
  content: "";
  position: absolute;
  bottom: 39px;
  left: 87%;
  width: 14px;
  height: 14px;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
@media screen and (max-width: 960px) {
  .button-orange-arrow-right::before {
    bottom: 27px;
    left: 87%;
  }
}
@media screen and (max-width: 520px) {
  .button-orange-arrow-right::before {
    bottom: 18px;
    left: 83%;
  }
}
.button-orange-arrow-right::after {
  content: "";
  position: absolute;
  bottom: 44px;
  left: 86%;
  width: 20px;
  height: 3px;
  background: white;
  transform: rotate(135deg);
}
@media screen and (max-width: 960px) {
  .button-orange-arrow-right::after {
    bottom: 32px;
    left: 86%;
  }
}
@media screen and (max-width: 520px) {
  .button-orange-arrow-right::after {
    bottom: 24px;
    left: 82%;
  }
}

/*
バッジ
*/
.badge {
  position: fixed;
  height: 160px;
  left: 3vw;
  background-color: #EE6117;
  padding: 20px 12px 10px;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .badge {
    display: none;
  }
}
.badge-top {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.badge-top-left {
  writing-mode: vertical-rl;
  color: white;
  font-size: 2.2rem;
}
.badge-top-right {
  color: white;
  font-size: 2.4rem;
}
.badge-top-right-big {
  font-size: 6.8rem;
  font-weight: bold;
  color: white;
}
.badge-label {
  margin: 10px auto 0;
  width: 75%;
  padding-top: 4px;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-color: white;
  color: #EE6117;
  font-size: 2.2rem;
}
.badge-text {
  margin-top: 10px;
  text-align: center;
  color: white;
  font-size: 3.6rem;
}
.badge::before {
  display: block;
  position: absolute;
  top: 189px;
  left: 0;
  height: calc(30px * tan(60deg));
  width: 90px;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #EE6117;
}
.badge::after {
  display: block;
  position: absolute;
  top: 189px;
  right: 0;
  height: calc(30px * tan(60deg));
  width: 90px;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #EE6117;
}

/* WEBフォントを定義 */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
* {
  letter-spacing: 0.05em;
  color: #333333;
}

html {
  font-size: 10px;
  font-weight: 700;
  background-color: #F7EFDE;
}

body {
  font-family: "Montserrat";
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}

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

.accent-color {
  color: #EE6117 !important;
}

.accent-bg-color {
  background-color: #EE6117 !important;
}

.border-bottom-dashed {
  border-bottom: 3px dashed #333333;
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 520px) {
  .mt-100 {
    margin-top: 61px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 520px) {
  .mt-120 {
    margin-top: 48px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.debug {
  height: 1000px;
}

.over-flow {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */