@charset "UTF-8";
/* reset */
/* ============================================ */
/* # =================================================================
   # Global selectors
   # ================================================================= */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a[class] {
  background-color: transparent;
  color: inherit;
}

a[class] {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img,
picture {
  display: block;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* utility */
/* ============================================ */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

[class^="visible__"] {
  display: none;
}

.visible__sp__block {
  display: block;
}

.visible__sp__iblock {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .visible__sp__block {
    display: none;
  }
  .visible__sp__iblock {
    display: none;
  }
  .visible__pc__block {
    display: block;
  }
  .visible__pc__iblock {
    display: inline-block;
  }
}

/* animation */
/* ============================================ */
.hover_action {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  cursor: pointer;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.hover_action:hover {
  -webkit-transform: translateY(-0.1875em);
  transform: translateY(-0.1875em);
}

.aos__wrap {
  overflow: hidden;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* # =================================================================
   # common selectors
   # ================================================================= */
html {
  -webkit-font-feature-settings: "palt";
  background-color: #FFFFFF;
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.03em;
}

body {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  color: #ff7e7e;
}

.button__wrapper .button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  align-items: center;
  background-color: #ff7e7e;
  border-radius: 65px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  font-size: 1.1875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 65px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  text-align: center;
}

.button__wrapper .button:after {
  -webkit-transform: translate(0, -50%);
  content: "＞";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.section__title__wrapper {
  margin-bottom: 30px;
}

.section__title__wrapper .section__title {
  color: #fb9047;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}

.section__title__wrapper .section__title__sub {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}

.main__section {
  padding-bottom: 20px;
  padding-top: 15px;
  position: relative;
}

.main__section:before {
  background-image: url("../image/mv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: calc(100% - 50px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.main__section .mv__logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  min-width: 75px;
  width: 20%;
}

.main__section .mv__title__wrapper {
  margin-bottom: 30px;
}

.main__section .mv__title__wrapper .mv_text {
  color: #563821;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

.main__section .mv__title__wrapper .mv_title {
  color: #ff7e7e;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}

.main__section .mv__title__wrapper .mv_title .mv_title__bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
  position: relative;
}

.main__section .mv__title__wrapper .mv_title .mv_title__bottom span {
  font-size: 2.125rem;
  margin-left: 10px;
  margin-right: 10px;
}

.main__section .mv__title__wrapper .mv_title .mv_title__bottom:before, .main__section .mv__title__wrapper .mv_title .mv_title__bottom:after {
  background-color: #ff7e7e;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 2px;
  max-width: 100px;
  width: 18vw;
}

.main__section .mv__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
}

.section01 {
  padding-bottom: 30px;
  padding-top: 20px;
}

.section01 .section01__balloon {
  border: 2px solid #fb9047;
  border-radius: 4px;
  padding: 15px 15px;
  position: relative;
}

.section01 .section01__balloon:before {
  border: 18px solid transparent;
  border-top: 18px solid #FFFFFF;
  bottom: -36px;
  content: "";
  left: 50%;
  margin-left: -18px;
  position: absolute;
  z-index: 2;
}

.section01 .section01__balloon:after {
  border: 20px solid transparent;
  border-top: 20px solid #fb9047;
  bottom: -40px;
  content: "";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  z-index: 1;
}

.section01 .section01__balloon .section01__balloon__text {
  color: #563821;
  font-weight: 500;
  text-align: center;
}

.section02 {
  padding-bottom: 40px;
  padding-top: 30px;
}

.section02 .section02__content {
  margin-bottom: 40px;
}

.section02 .section02__item {
  margin-bottom: 40px;
}

.section02 .section02__item .section02__item__top {
  background-image: url("../image/bg1.png");
  background-repeat: repeat;
  margin-bottom: 10px;
  padding: 20px 10px 10px;
  position: relative;
}

.section02 .section02__item .section02__item__top .section02__item__step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ff7e7e;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-family: 'Barlow', sans-serif;
  font-style: initial;
  height: 40px;
  justify-content: center;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 40px;
}

.section02 .section02__item .section02__item__top .section02__item__step span {
  color: #FFFFFF;
  font-weight: 700;
  line-height: initial;
}

.section02 .section02__item .section02__item__top .section02__item__step span:nth-of-type(1) {
  font-size: 1.3125rem;
}

.section02 .section02__item .section02__item__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  min-width: 170px;
  width: 80%;
}

.section02 .section02__item .section02__item__title {
  color: #ff7e7e;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
}

.section03 {
  margin-bottom: 50px;
  padding-bottom: 40px;
  padding-top: 50px;
}

.section03 .section03__content {
  margin-bottom: 40px;
}

.section03 .section03__item {
  margin-bottom: 30px;
}

.section03 .section03__item .section03__item__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
}

.section03 .section03__item .section03__item__image img {
  max-width: 250px;
  min-width: 150px;
  width: 40%;
}

.section03 .section03__item .section03__item__title {
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.section03 .section03__item .section03__item__text {
  margin-top: 10px;
}

.section04 {
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}

.section04:before {
  background-image: url("../image/section04_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: calc(100% - 65px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section04 .section04__content {
  margin-bottom: 40px;
}

.section04 .section04__text__wrapper {
  text-align: center;
}

.section04 .section04__text__wrapper p {
  font-size: 1.1875rem;
  margin-top: 10px;
}

.section05 {
  margin-bottom: 50px;
  overflow-x: hidden;
  padding-bottom: 40px;
  padding-top: 30px;
}

.section05 .section05__content {
  margin-bottom: 40px;
  position: relative;
}

.section05 .section05__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.section05 .section05__image .section05__image__bg {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
}

.section05 .section05__image .section05__image__bg:before {
  background-image: url("../image/bg1.png");
  background-repeat: repeat;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section05 .section05__image .section05__image__bg:after {
  background-color: #fff7f7;
  content: "";
  display: inline-block;
  height: calc(100% - 20px);
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

.section05 .section05__image img {
  position: relative;
}

.section05 .section05__text__wrapper {
  margin-top: 20px;
}

.section05 .section05__text__wrapper p {
  margin-top: 10px;
}

.section06 {
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}

.section06:before {
  background-image: url("../image/bg1.png");
  background-repeat: repeat;
  content: "";
  display: block;
  height: calc(100% - 65px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section06 .section06__content {
  margin-bottom: 40px;
  position: relative;
}

.section06 .section06__move {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.section06 .section06__move iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.section06 .section06__text__title {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 20px;
}

.section06 .section06__text__wrapper {
  margin-top: 15px;
}

.section06 .section06__text__wrapper p {
  margin-top: 10px;
}

.section07 {
  padding-bottom: 40px;
  padding-top: 30px;
}

.section07 .section__title__sub {
  margin-bottom: 5px;
}

.section07 .section__title__sub span {
  border-bottom: 2px solid #ff7e7e;
  margin-right: 5px;
}

.section07 .section__title__sub .section07_title_icon {
  max-width: 41px;
}

.section07 .section07__content {
  margin-bottom: 20px;
}

.section07 .section07__item {
  position: relative;
}

.section07 .section07__item .section07__item__step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ff7e7e;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-family: 'Barlow', sans-serif;
  font-style: initial;
  height: 50px;
  justify-content: center;
  margin-right: 10px;
  width: 50px;
}

.section07 .section07__item .section07__item__step span {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
}

.section07 .section07__item .section07__item__step span:nth-of-type(1) {
  font-size: 0.75rem;
}

.section07 .section07__item .section07__item__step span:nth-of-type(2) {
  font-size: 1.5rem;
}

.section07 .section07__item .section07__item__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  font-size: 1.1875rem;
  font-weight: 700;
  position: relative;
}

.section07 .section07__item .section07__item__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  margin-left: 25px;
  padding-bottom: 20px;
  padding-top: 10px;
  position: relative;
}

.section07 .section07__item .section07__item__block.section07__item__block__line:before {
  background-color: #ececec;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.section07 .section07__item .section07__item__block__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  width: 50%;
}

.section07 .section07__item .section07__item__block__right {
  width: 50%;
}

.section07 .section07__item .section07__item__block__right a {
  font-weight: 700;
}

.footer__wrapper {
  border-top: 1px solid #c3c1c1;
  padding-bottom: 10px;
  padding-top: 30px;
}

.footer__wrapper .footer__link {
  font-size: 0.75rem;
  text-align: center;
}

.footer__wrapper .footer__link a {
  border-bottom: 1px solid #2c2c2c;
  color: inherit;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.footer__wrapper .copyright {
  font-size: 0.625rem;
  margin-top: 20px;
  text-align: center;
}

.page__top__wrapper .page__top {
  border-radius: 50%;
  bottom: 30px;
  display: block;
  font-size: 0;
  height: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
}

.page__top__wrapper .page__top span {
  -webkit-transform: translate(-50%, -50%);
  background-image: url("../image/top_btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
