@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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 {
  border-style: none;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* common styles */

html {
  box-sizing: border-box;
  font-size: 14px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media only screen and (max-width: 390px) {
  html {
    font-size: 3.589744vw;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 880px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1040px) {
  html {
    font-size: 20px;
  }
}

body {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  color: #000;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}

p {
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.centerText {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

a:hover {
  opacity: 0.7;
}

.pageWrap {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

.innerWrap {
  margin: 0 auto;
  padding: 0 2.564103%;
  width: 100%;
  max-width: 1040px;
}

.textImg1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .mainHeader {
    font-size: 3.589743vw;
  }
}

@media only screen and (min-width: 768px) {
  .innerWrap {
    padding: 0 1em;
  }
}

.mainHeader {
  margin: 0 0 1.6em;
  background: url(../images/mainTitleBg__sp.jpg) no-repeat center top;
  background-size: cover;
  height: 150.923077vw;
  width: 100%;
  padding: 4.285714em 2.564103% 0;
}

.mainHeader > .headerInner {
  position: relative;
  height: 100%;
}

.mainTitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.728571em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-align: center;
}

.mainTitle span {
  font-size: 0.818182em;
}

.introText {
  text-align: center;
  font-size: 1.071429em;
  margin: 0 0 1em;
}

.checkList1 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkList1 > li {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 0 0.75em;
  display: flex;
  align-items: center;
  line-height: 1;
}

.checkList1 > li:first-child {
  margin-left: 0;
}

.checkBox {
  display: inline-block;
  width: 0.571429em;
  height: 0.571429em;
  border: 1px solid #000;
  position: relative;
  margin: 0 0.5em 0 0;
}

.checkList1 .checkBox {
  margin-right: 0.25em;
}

.checkList2 .checkBox {
  width: 0.75em;
  height: 0.75em;
}

@keyframes bottomCheck {
  0% {
    height: 0;
  }
  100% {
    height: 0.457143em;
  }
}

@keyframes topCheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 1.057143em;
  }
}

.checkBox::before,
.checkBox::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: left top;
  height: 0;
}

.checkBox::before {
  width: 0.2em;
  background-image: url(../images/check_1.png);
  transform: rotate(-60deg);
  top: 0.15em;
  left: -0.15em;
}

.checkBox::after {
  width: 0.171429em;
  background-image: url(../images/check_2.png);
  transform: rotate(-135deg);
  top: 0.35em;
  left: 0.25em;
}

.checkList2 .checkBox::before {
  top: 0.3em;
}

.checkList2 .checkBox::after {
  top: 0.5em;
}

.checkBox.scrolled::before {
  animation: bottomCheck 0.3s ease forwards;
}

.checkBox.scrolled::after {
  animation: topCheck 0.5s ease forwards;
}

.checkList1 > li:nth-child(2) .checkBox.scrolled::before,
.checkList1 > li:nth-child(2) .checkBox.scrolled::after {
  animation-delay: 0.4s;
}

.checkList1 > li:nth-child(3) .checkBox.scrolled::before,
.checkList1 > li:nth-child(3) .checkBox.scrolled::after {
  animation-delay: 0.7s;
}

.dioneLogo {
  line-height: 1;
  margin: 0;
  position: absolute;
  width: 7.357143em;
  bottom: 0;
  left: 1.357143em;
}

.headerLabel {
  line-height: 1;
  margin: 0;
  position: absolute;
  width: 4.75em;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .mainHeader {
    margin-bottom: 4.5em;
    background-color: #fff;
    background-image: url(../images/mainTitleBg__pc.jpg);
    height: 39.5vw;
    min-height: 31.75em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainHeader > .headerInner {
    width: calc(100% - 2em);
    max-width: 960px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .mainTitle {
    font-size: 2.5em;
    margin-bottom: 0.75em;
    text-align: left;
  }
  
  .mainTitle span {
    font-size: 0.8em;
  }

  .introText {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 2.916667em;
    line-height: 1.875;
  }

  .checkList1 {
    margin: 0;
    justify-content: flex-start;
  }
  
  .checkList1 > li {
    font-size: 1.75em;
  }

  .dioneLogo {
    width: 5.35em;
    bottom: auto;
    top: 1em;
    left: 1em;
  }
  
  .headerLabel {
    width: 9.75em;
    bottom: -1em;
    right: 0;
  }
}

.iconList1 {
  margin: 0 auto 2em;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 26.785714em;
}

.iconList1 > li {
  width: 7.857143em;
  height: 7.857143em;
  margin: 0.785714em 0.392857em 0;
}

.iconList1 > li:nth-child(-n+3) {
  margin-top: 0;
}

.iconList1 > li.icon01 {
  background-image: url(../images/icon_01.png);
}

.iconList1 > li.icon02 {
  background-image: url(../images/icon_02.png);
}

.iconList1 > li.icon03 {
  background-image: url(../images/icon_03.png);
}

.iconList1 > li.icon04 {
  background-image: url(../images/icon_04.png);
}

.iconList1 > li.icon05 {
  background-image: url(../images/icon_05.png);
}

.iconList1 > li.icon06 {
  background-image: url(../images/icon_06.png);
}

@media only screen and (min-width: 768px) {
  .iconList1 {
    max-width: none;
  }

  .iconList1 > li {
    width: 15.5%;
    height: 0;
    padding-bottom: 15.5%;
    margin: 0 0 0 1.4%;
  }
  
  .iconList1 > li:first-child {
    margin-left: 0;
  }
}

.sectionBlock1 {
  background-image: url(../images/bg1_top.png), url(../images/bg1_bottom.png), url(../images/bg1_middle.png);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 3.9em 0;
}

.title1 {
  text-align: center;
  font-size: 1.607143em;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.22;
  margin: 0 0 1em;
  background: url(../images/line1.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 0.5em;
  text-align: center;
}

.title1 strong {
  font-weight: 500;
  color: #29abe2;
}

.title1 + p {
  font-size: 1.071429em;
  margin-bottom: 1.5em;
}

.wrapBlock1 {
  margin: 0;
}

.fig1 {
  margin: 0 auto 1em;
  width: 19.642857em;
  line-height: 1;
  text-align: center;
}

.checkList2 {
  margin: 0 auto;
  padding: 1em;
  list-style: none;
  max-width: 25em;
}

.checkList2 > li {
  margin: 0 0 0.25em;
}

.checkList2 > li:last-child {
  margin-bottom: 0;
}

.checkList2 strong {
  font-size-adjust: 1.178571em;
  font-weight: 700;
  color: #29abe2;
}

@media only screen and (min-width: 768px) {
  .sectionBlock1 {
    padding: 3.3em 0 5em;
  }

  .title1 {
    font-size: 1.7em;
    padding-bottom: 0.75em;
  }

  .title1 + p {
    font-size: 1.2em;
  }

  .wrapBlock1 {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 21em;
  }

  .fig1 {
    margin: 0;
    width: 27.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3.8em;
  }

  .checkList2 {
    position: relative;
    z-index: 100;
    max-width: none;
    margin: 0;
  }

  .checkList2 > li {
    font-size: 1.4em;
  }
}

.sectionBlock2 {
  margin: 2.7em 0;
}

.wrapBlock2 {
  margin: 2.5em auto 0;
}

.fig2 {
  margin: 0 auto 1em;
  line-height: 1;
  text-align: center;
  width: 19.642857em;
}

.textBlock1 {
  margin: 0;
}

.textBlock1 > dt {
  text-align: center;
  font-size: 1.607143em;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  color: #29abe2;
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  background: url(../images/line2.png) no-repeat center bottom;
  background-size: 1.2em auto;
}

.textBlock1 > dd {
  margin: 0;
  padding: 0 1em;
}

@media only screen and (min-width: 768px) {
  .sectionBlock2 {
    margin: 4em 0 6.5em;
  }

  .wrapBlock2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fig2 {
    margin: 0;
    width: 27.5em;
  }

  .inverted .fig2 {
    order: 1;
  }

  .textBlock1 {
    width: calc(100% - 29.75em);
  }

  .textBlock1 > dt {
    font-size: 2em;
  }

  .textBlock1 > dd {
    padding: 0;
  }
}

.sectionBlock3 {
  border: 4px solid #82b4ff;
  background-color: #fff;
  border-radius: 0.5em;
  margin: 0 0 3.2em;
  padding: 0 0.85em 1.35em;
}

.title2 {
  margin: 0 auto 1.785714em;
  width: 21.428571em;
  max-width: 100%;
  height: 8.678571em;
  background-image: url(../images/heading_01__sp.png);
  background-position: center top;
}

.title3 {
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.428571em;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  height: 1.9em;
  border-radius: 0.95em;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 17.75em;
}

.catchText1 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25em;
  margin: 0 0 1.25em;
}

.catchText1 strong {
  font-weight: 700;
  font-size: 1.142857em;
}

.catchText2 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1.25em;
}

.catchText2 strong {
  font-size: 1.571429em;
  color: #f15a24;
}

.catchText2 > span {
  display: inline-block;
  position: relative;
}

.catchText2 > span::before,
.catchText2 > span::after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
}

.catchText2 > span::before {
  left: -0.6em;
  transform: rotate(-20deg);
}

.catchText2 > span::after {
  right: -0.6em;
  transform: rotate(20deg);
}

.catchText2 + p {
  width: 22em;
  margin: 0 auto 1.25em;
}

.wrapBlock3 .catchText2 + p {
  margin-bottom: 0;
  width: 100%;
}

.wrapBlock3 {
  margin: 0 auto 1.785714em;
  width: 22.5em;
  border-radius: 0.5em;
  background-color: #f2f2f2;
  padding: 1.5em 1em;
}

.fig3 {
  margin: 0 auto 1em;
  width: 18.75em;
  line-height: 1;
}

.fig3 img:nth-child(2) {
  margin-top: 1.5em;
  margin-left: -1em;
  width: 19.75em;
  max-width: none;
}

.wrapBlock3 .catchText2 > span::before {
  transform: rotate(20deg);
}

.wrapBlock3 .catchText2 > span::after {
  transform: rotate(-20deg);
}

@media only screen and (min-width: 768px) {
  .sectionBlock3 {
    border-width: 6px;
    margin-bottom: 4.25em;
    padding-bottom: 1.25em;
    border-radius: 0.75em;
  }

  .title2 {
    margin-bottom: 1.25em;
    width: 45em;
    height: 8.6em;
    background-image: url(../images/heading_01__pc.png);
  }

  .title3 {
    font-size: 2em;
  }

  .catchText1,
  .catchText2 {
    font-size: 1.75em;
  }

  .catchText2 > span::before,
  .catchText2 > span::after {
    width: 6px;
  }

  .catchText2 + p {
    line-height: 1.9;
    width: 37em;
  }

  .wrapBlock3 {
    margin-bottom: 2.5em;
    width: 100%;
    padding: 2em 2.25em;
  }

  .fig3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }

  .fig3 img:nth-child(1) {
    width: 46.352941%;
  }
  
  .fig3 img:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    width: 49.647059%;
    max-width: 100%;
  }

  .wrapBlock3 .catchText2 + p {
    width: 37em;
  }
}

.wrapBlock4 {
  border-radius: 0.5em;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 0 0 1em;
  width: 22.5em;
  margin: 0 auto;
}

.title4 {
  text-align: center;
  color: #fff;
  background-color: #333;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.428571em;
  margin: 0 0 1em;
  padding: 0.5em 0;
}

.textBlock2 {
  margin: 0 auto 2em;
  width: 18.75em;
}

.textBlock2 > dt {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.964286em;
  margin: 0 0 0.5em;
}

.textBlock2 > dd {
  margin: 0;
}

.fig5 {
  margin: 0 0 0 auto;
  width: 20.571429em;
}

.fig5 + .fig5 {
  margin-top: 1.5em;
  margin-right: auto;
  width: 21em;
}

.fig5 figcaption {
  margin-top: 1em;
  font-size: 0.892857em;
  padding-left: 1em;
}

.catchText3 {
  margin: 0 auto 2.142857em;
  width: 24.285714em;
  height: 13.857143em;
}

.catchText3:last-child {
  margin-bottom: 4em;
}

.catchText3 > span {
  width: 100%;
  height: 100%;
  background-image: url(../images/text_01__sp.png);
  position: relative;
  overflow: hidden;
}

.catchText3 > span::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) {
  .wrapBlock4 {
    padding-bottom: 2em;
    width: 100%;
  }

  .title4 {
    font-size: 2em;
  }

  .textBlock2 {
    width: 35em;
  }

  .textBlock2 > dt {
    font-size: 2.75em;
  }

  .textBlock2 p {
    line-height: 1.9;
  }

  .wrapBlock5 {
    width: 89.473684%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fig5 {
    margin-left: 0;
    width: 48.352941%;
  }

  .fig5 + .fig5 {
    margin-top: 0;
    margin-right: 0;
    width: 48.823529%;
  }

  .fig5 figcaption {
    font-size: 1.25em;
  }

  .catchText3 {
    margin-bottom: 3.75em;
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    position: relative;
  }
  
  .catchText3 > span {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/text_01__pc.png);
  }

  .catchText3:last-child {
    margin-bottom: 3.75em;
  }
}

.sectionBlock4 {
  margin: 0 0 3em;
}

.wrapBlock6 {
  background-color: #29abe2;
  padding: 1.4em 0 2em;
  margin: calc(4.0625vw + 1em) 0;
  position: relative;
}

.wrapBlock6::before,
.wrapBlock6::after {
  content: '';
  display: block;
  width: 100%;
  height: 4.0625vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

.wrapBlock6::before {
  background-image: url(../images/bg2_top.png);
  background-position: center bottom;
  top: -4.0625vw;
}

.wrapBlock6::after {
  background-image: url(../images/bg2_bottom.png);
  background-position: center top;
  bottom: -4.0625vw;
}

.title5 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.964286em;
  margin: 0 0 0.5em;
  color: #fff;
}

.title5 span {
  font-size: 0.818182em;
}

.voiceList1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.voiceList1 > li {
  margin: 0 auto 2em;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 1.25em 2em;
  width: 87.837838%;
}

.voiceList1 p {
  margin-bottom: 0;
}

.voiceList1 .author {
  font-weight: 700;
  color: #fff;
  background-color: #000;
  width: 11.785714em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 1.785714em;
  line-height: 1;
  border-radius: 0.892857em;
  position: absolute;
  bottom: -0.892857em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.catchText4 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.785714em;
  height: 4.32em;
  background: url(../images/textBg1.png) no-repeat center center;
  background-size: auto 100%;
  margin: 0 0 0.5em;
}

.catchText5 {
  margin: 0 auto;
  width: 26.428571em;
  height: 16.785714em;
}

.catchText5 > span {
  width: 100%;
  height: 100%;
  background-image: url(../images/text_02__sp.png);
  position: relative;
  overflow: hidden;
}

.catchText5 > span::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

@media only screen and (min-width: 768px) {
  .sectionBlock4 {
    margin-bottom: 5em;
  }

  .wrapBlock6 {
    padding: 2.5em 0 3.5em;
    margin: calc(4.0625vw + 3em) 0;
  }

  .title5 {
    font-size: 2.75em;
  }

  .voiceList1 > li {
    margin-bottom: 3.5em;
    border-top-width: 2px;
    border-bottom-width: 2px;
    width: 80%;
  }

  .voiceList1 .author {
    font-size: 1.1em;
    height: 1.818182em;
    width: 12em;
    bottom: -0.909091em;
    border-radius: 0.909091em;
    transform: translateX(0);
    left: auto;
    right: 1.636364em;
  }

  .catchText4 {
    font-size: 2.5em;
  }

  .catchText5 {
    width: 100%;
    height: 0;
    padding-bottom: 47%;
    position: relative;
  }

  .catchText5 > span {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/text_02__pc.png);
  }
}

.sectionBlock5 {
  margin: 0 0 3.2em;
}

.sectionBlock5::before,
.sectionBlock5::after {
  content: '';
  display: block;
  width: 100%;
  height: 4.0625vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.sectionBlock5::before {
  background-image: url(../images/bg3_top.png);
  background-position: center bottom;
}

.sectionBlock5::after {
  background-image: url(../images/bg3_bottom.png);
  background-position: center top;
}

.wrapBlock7 {
  background-color: #82b4ff;
  padding: 1.5em 0 2.5em;
}

.title6 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.964286em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 auto 1em;
  width: 9.781818em;
  height: 1.890909em;
  background: url(../images/textBg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.textBlock3 {
  margin: 0 auto 1.5em;
  position: relative;
  width: 14.444444em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.607143em;
  padding: 0 0.5em;
  color: #fff;
  text-shadow: 0.155556em 0.155556em 0.2em rgba(0, 0, 0, 0.3);
}

.textBlock3::before,
.textBlock3::after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.textBlock3::before {
  left: 0.5em;
  transform: rotate(-10deg);
}

.textBlock3::after {
  right: 0.5em;
  transform: rotate(10deg);
}

.textBlock3 > dt {
  text-align: center;
  margin: 0;
  color: #ffe500;
}

.textBlock3 > dd {
  margin: 0;
  display: flex;
  justify-content: center;
}

.textBlock3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.textBlock3 li:nth-child(1) strong {
  background: linear-gradient(to bottom, rgba(247, 147, 30, 0) 0%, rgba(247, 147, 30, 0) 70%, rgba(247, 147, 30, 1) 70%, rgba(247, 147, 30, 1) 100%);
}

.textBlock3 li:nth-child(2) strong {
  background: linear-gradient(to bottom, rgba(41, 171, 226, 0) 0%, rgba(41, 171, 226, 0) 70%, rgba(41, 171, 226, 1) 70%, rgba(41, 171, 226, 1) 100%);
}

.textBlock3 li:nth-child(3) strong {
  background: linear-gradient(to bottom, rgba(237, 60, 121, 0) 0%, rgba(237, 60, 121, 0) 70%, rgba(237, 60, 121, 1) 70%, rgba(237, 60, 121, 1) 100%);
}

.figBlock1 {
  margin: 0 auto 0.5em;
  background-color: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  width: 23.214286em;
  position: relative;
  padding: 2.642857em 1.25em 1.25em;
}

.figBlock1:nth-child(1) {
  padding-top: 1em;
}

.figBlock1:last-child {
  margin-bottom: 0;
}

.figBlock1 > dt {
  width: 5.821429em;
  height: 3.5em;
  position: absolute;
  background-position: left top;
  left: 0;
  top: 0;
}

.figBlock1 > .face {
  background-image: url(../images/label2.png);
}

.figBlock1 > .body {
  background-image: url(../images/label3.png);
}

.figBlock1 > dd {
  margin: 0;
}

.text1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.071429em;
  line-height: 1.1;
  color: #f7931e;
  margin: 0 0 1em;
}

.text1 > span {
  display: inline-block;
  background-color: #ffe500;
  padding: 0.5em;
  min-width: 10em;
}

.text1 .color1 {
  color: #ed3c79;
  font-weight: 400;
}

.text1 .color2 {
  color: #29abe2;
  font-weight: 400;
}

.fig6 {
  margin: 0 auto;
  text-align: center;
}

.fig6 img {
  width: 10.428571em;
}

.fig6 figcaption {
  color: #603813;
  font-size: 1.071429em;
  margin: 0.5em 0 0;
}

.fig7 {
  margin: 0 auto 1.5em;
  text-align: center;
}

.figBlock2 {
  margin: 0 auto;
}

.figBlock2 > figure {
  margin: 0 0 0.642857em;
  border: 1px dashed #000;
  border-radius: 1em;
  padding: 1em;
  line-height: 1;
}

.figBlock2 > figure:nth-child(1) {
  text-align: center;
}

.figBlock2 > figure:nth-child(2) {
  padding-left: 3.4em;
}

.figBlock2 > figure:nth-child(3) {
  padding-left: 2.4em;
}

.figBlock2 > figure img {
  width: auto;
  height: 7.142857em;
}

@media only screen and (min-width: 768px) {
  .sectionBlock5 {
    margin-bottom: 3.8em;
  }

  .wrapBlock7 {
    padding-bottom: 3.5em;
  }

  .title6 {
    font-size: 2.75em;
  }

  .textBlock3 {
    font-size: 2.25em;
  }

  .textBlock3::before,
  .textBlock3::after {
    width: 4px;
  }

  .figBlock1 {
    width: 100%;
    padding: 3.65em 7.4% 3em;
  }

  .figBlock1:nth-child(1) {
    padding-top: 1.5em;
  }
  
  .figBlock1 > dt {
    width: 9.8em;
    height: 5.9em;
  }

  .text1 {
    font-size: 1.5em;
  }

  .fig6 img {
    width: 14.65em;
  }
  
  .fig6 figcaption {
    font-size: 1.5em;
  }

  .fig7 {
    margin-bottom: 2em;
  }

  .fig7 img {
    max-width: 39.4em;
  }

  .figBlock2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 832px;
  }
  
  .figBlock2 > figure {
    margin: 0;
    padding: 1.25em 1em;
    text-align: center;
  }
  
  .figBlock2 > figure:nth-child(2),
  .figBlock2 > figure:nth-child(3) {
    padding-left: 1.25em;
  }
  
  .figBlock2 > figure:nth-child(1) {
    width: 29em;
    margin: 0 auto 1em;
  }

  .figBlock2 > figure:nth-child(2) {
    width: calc(44.110577% - 0.5em);
  }

  .figBlock2 > figure:nth-child(3) {
    width: calc(55.889423% - 0.5em);
  }
  
  .figBlock2 > figure img {
    height: 10.05em;
  }
}

.title7 {
  margin: 0 auto 1em;
  font-size: 1em;
}

.title7 > span {
  width: 8.928571em;
  height: 4.571429em;
  background-image: url(../images/heading_02.png);
  margin: 0 auto;
}

.title7::after {
  content: '';
  display: block;
  width: 23.214286em;
  height: 2px;
  background-color: #29abe2;
  margin: 1em auto 0;
}

.faq {
  margin: 0 auto 1em;
  width: 87.837838%;
}

.faq:last-child {
  margin-bottom: 0;
}

.faq > dt {
  border-radius: 0.5em 0.5em 0 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.071429em;
  background: #29abe2 url(../images/faq_q.png) no-repeat 0.714286rem center;
  background-size: 2.821429rem auto;
  min-height: 3.928571rem;
  line-height: 1.33;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
}

.faq > dd {
  margin: 0;
  padding: 0.75rem 1rem 1rem 4rem;
  background: #eaf7fc url(../images/faq_a.png) no-repeat 0.714286rem 0.75rem;
  background-size: 2.821429rem auto;
}

.faq > dd p {
  font-size: 0.892857em;
}

@media only screen and (min-width: 768px) {
  .title7 {
    margin-bottom: 1.25em;
  }

  .title7 > span {
    width: 12.55em;
    height: 6.45em;
  }
  
  .title7::after {
    width: 32.5em;
    max-width: 100%;
    margin-top: 1.25em;
  }

  .faq {
    margin-bottom: 2em;
    width: 90%;
  }
  
  .faq > dt {
    border-radius: 1em 1em 0 0;
    font-size: 1.6em;
    background-position: 0.85rem center;
    background-size: 4rem auto;
    min-height: 5.5rem;
    padding: 0.5rem 1.5rem 0.5rem 5.6rem;
  }
  
  .faq > dd {
    padding: 0.75rem 1rem 1rem 5.6rem;
    background-position: 0.85rem 1rem;
    background-size: 4rem auto;
  }
  
  .faq > dd p {
    font-size: 1em;
    line-height: 1.75;
  }
}

.stepsList1 {
  margin: 0 auto;
  list-style: none;
  padding: 0 1em;
}

.stepsList1 > li {
  margin: 0 0 1em;
}

.stepsList1 > li:last-child {
  margin-bottom: 0;
}

.stepCard {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.stepCard > dt {
  margin: 0 1em 0 0;
  width: 9.535714em;
  height: 9.535714em;
}

.stepCard > .step1 {
  background-image: url(../images/step1.png);
}

.stepCard > .step2 {
  background-image: url(../images/step2.png);
}

.stepCard > .step3 {
  background-image: url(../images/step3.png);
}

.stepCard > dd {
  margin: 0;
  width: calc(100% - 10.535714em);
}

.stepCard p {
  font-size: 0.892857em;
}

@media only screen and (min-width: 768px) {
  .stepsList1 {
    padding: 0;
    width: 78%;
  }

  .stepsList1 > li {
    margin-bottom: 0.75em;
  }

  .stepCard > dt {
    width: 10.7em;
    height: 10.7em;
  }

  .stepCard > dd {
    width: calc(100% - 11.7em);
  }

  .stepCard p {
    font-size: 1em;
    line-height: 1.75;
  }
}

.mainFooter {
  background-color: #3287ff;
  padding: 1em 0;
  margin: 9em 0 0;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 0.714286em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.footerLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footerLinks > li {
  font-size: 0.785714em;
  font-weight: 500;
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid #fff;
  color: #fff;
}

.footerLinks > li:first-child {
  border-left: 1px solid #fff;
}

.mainButton {
  width: 27.857143em;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1000;
  left: 50%;
  bottom: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainButton.sticky {
  position: fixed;
  bottom: 1em;
}

.mainButton > a {
  display: block;
  height: 3.964286em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

.mainButton > .mainButton1 {
  background-image: url(../images/mainButton1Bg__sp.png);
  width: 11.321429em;
}

.mainButton > .mainButton2 {
  background-image: url(../images/mainButton2Bg__sp.png);
  width: 15.892857em;
}

.mainButton > a > span {
  transition: opacity 0.2s ease-out;
  width: 100%;
  height: 100%;
}

.mainButton > a:hover {
  opacity: 1;
}

.mainButton > a:hover > span {
  opacity: 0.7;
}

.mainButton > .mainButton1 > span {
  background-image: url(../images/mainButton1__sp.png);
}

.mainButton > .mainButton2 > span {
  background-image: url(../images/mainButton2__sp.png);
}

@media only screen and (min-width: 768px) {
  .mainFooter {
    margin-top: 17em;
    padding: 1.5em 0;
  }

  .mainFooter .innerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .copyright {
    margin: 0;
    text-align: left;
    font-size: 1em;
  }

  .footerLinks > li {
    font-size: 1.1em;
  }

  .mainButton {
    width: 100vw;
    bottom: 9em;
  }
  
  .mainButton > a {
    height: 12.7vw;
  }
  
  .mainButton > .mainButton1 {
    background-image: url(../images/mainButton1Bg__pc.png);
    width: 44vw;
  }
  
  .mainButton > .mainButton2 {
    background-image: url(../images/mainButton2Bg__pc.png);
    width: 58.4vw;
  }
  
  .mainButton > .mainButton1 > span {
    background-image: url(../images/mainButton1__pc.png);
  }
  
  .mainButton > .mainButton2 > span {
    background-image: url(../images/mainButton2__pc.png);
  }
}

@media only screen and (min-width: 1000px) {
  .mainButton {
    width: 50em;
  }

  .mainButton > a {
    height: 6.35em;
  }

  .mainButton > .mainButton1 {
    width: 22em;
  }

  .mainButton > .mainButton2 {
    width: 29.2em;
  }
}
