@charset "UTF-8";
/*
Theme Name: 
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 
Version: 0.01 (2019/09/30)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

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

ol, ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto;
}

html {
  overflow: hidden;
}

body {
  overflow: hidden;
  margin: 0;
}

/* 
			Scroll and Show
*********************************************/
.ssb {
  transform: translateY(3em);
  transition: all 0.8s ease;
  opacity: 0;
}

.ss_on.ssb,
.ss2_on.ssb,
.ss3_on.ssb,
.ss30_on.ssb {
  transform: translateY(0);
  opacity: 1;
}

.sso {
  opacity: 0;
}
.sso.ss_on {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* 
			eachTextAnime
*********************************************/
.eachTextAnime span,
.eachTextAnime2 span,
.eachTextAnime3 span {
  opacity: 0;
}

.eachTextAnime.appeartext span,
.eachTextAnime2.appeartext span,
.eachTextAnime3.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
			アニメーション
*********************************************/
.a_fin.inview {
  transition: 1.2s all ease;
  opacity: 0;
  filter: blur(12px);
}

.a_fin.inview.in-view {
  filter: blur(0px);
  opacity: 1;
}

/**
 * ----------------------------------------
 * inview a_bu
 * ----------------------------------------
 */
.inview.a_bu {
  overflow: hidden;
}

.inview.a_bu > * {
  transition: 0.8s all ease;
  transform: translateY(100%);
  display: block;
}

.inview.a_bu.in-view > * {
  transform: none;
}

/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #1f2762;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
}

body a {
  color: #1f2762;
  text-decoration: none;
}

.font_a {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

/* 
			Responsive
*********************************************/
.xl_show,
.lg_show,
.md_show,
.sm_show,
.xs_show,
.xl_showin,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 20px;
    font-size: 1.3333333333vw;
    line-height: 1.4em;
  }
  .xl_hide {
    display: none;
  }
  .xl_show {
    display: block;
  }
  .xl_showin {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 13.65px;
    font-size: 1.3333333333vw;
    line-height: 1.4em;
  }
  .lg_hide {
    display: none;
  }
  .lg_show {
    display: block;
  }
  .lg_showin {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .md_hide {
    display: none;
  }
  .md_show {
    display: block;
  }
  .md_showin {
    display: inline;
  }
  body {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .sm_hide {
    display: none;
  }
  .sm_show {
    display: block;
  }
  .sm_showin {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .xs_hide {
    display: none;
  }
  .xs_show {
    display: block;
  }
  .xs_showin {
    display: inline;
  }
}
/***************************************************************
 *
 * 				 婚活LP
 *
***************************************************************/
/* scrollsmoother
============================ */
#smooth-wrapper {
  overflow: hidden; /* スクロールバーを非表示にする */
}

#smooth-content {
  will-change: transform; /* GPUアクセラレーションを有効にしてスムーズなスクロールをサポート */
  max-width: 100vw;
  overflow: hidden;
  background: #e6f6f6;
}

/* ローディング
============================ */
body.no-scroll {
  overflow: hidden;
}

body.no-scroll #smooth-wrapper {
  opacity: 0;
  pointer-events: none;
}

/* Main
============================ */
header {
  background: url("img/010.jpg?v2.2") no-repeat center top;
  height: 76em;
  margin-bottom: -13em;
}
@media screen and (max-width: 1500px) {
  header {
    background: url("img/010m.jpg?v2.2") no-repeat center top/contain;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: url("img/010s.jpg?v2.2") no-repeat center top/contain;
    height: 57em;
    margin-bottom: 0;
  }
}
header > nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3em;
}
header > nav > h1 {
  width: 22em;
}
header > nav > a {
  display: block;
  width: 11.15em;
}
@media screen and (max-width: 768px) {
  header > nav > a {
    display: none;
  }
}
header > div {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10em 0 13em 9em;
}
@media screen and (max-width: 768px) {
  header > div {
    padding: 18em 0 5em 1em;
  }
}
header > div > h2 > span {
  display: block;
  margin-bottom: 1.7em;
  /* ローディングアニメ */
  transition: 1.2s all ease;
  opacity: 0;
  filter: blur(12px);
}
header > div > h2 > span.fv_on {
  filter: blur(0px);
  opacity: 1;
}
header > div > h2 > span {
  /* ローディングアニメ  ここまで*/
}
header > div > h2 > span:nth-child(1) {
  width: 18.725em;
}
header > div > h2 > span:nth-child(2) {
  width: 15.675em;
}
header > div > h2 > span:nth-child(3) {
  width: 17.25em;
}
header > div > h3 {
  width: 20.425em;
  /* ローディングアニメ */
  transition: 1.2s all ease;
  opacity: 0;
  filter: blur(12px);
}
header > div > h3.fv_on {
  filter: blur(0px);
  opacity: 1;
}
header > div > h3 {
  /* ローディングアニメ  ここまで*/
}
header > h2 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 4.5em 0 0;
}
@media screen and (max-width: 768px) {
  header > h2 {
    padding: 0 2em 0 8em;
  }
}
header > h2 > span {
  display: block;
  width: 47.625em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  header > h2 > span {
    width: 100%;
  }
}
header > h2 > span {
  /* ローディングアニメ */
  transition: 1.2s all ease;
  opacity: 0;
  filter: blur(12px);
}
header > h2 > span.fv_on {
  filter: blur(0px);
  opacity: 1;
}
header > h2 > span {
  /* ローディングアニメ  ここまで*/
}
header > p {
  position: absolute;
  width: 1.075em;
  height: 11.3em;
  top: 24em;
  left: 3vw;
}
@media screen and (max-width: 768px) {
  header > p {
    top: 44em;
  }
}
header > span {
  position: absolute;
  width: 1.025em;
  height: 20.125em;
  top: 20em;
  right: 3vw;
}
@media screen and (max-width: 768px) {
  header > span {
    top: 10em;
  }
}

#update {
  padding: 11em 0 10em;
}
#update::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 7.5em;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 1px solid #1f2762;
}
#update > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#update > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #update > aside > span {
    font-size: 0.6em;
  }
}
#update > aside > span:nth-child(1) {
  width: 9.6em;
  height: 16.75em;
  top: 14%;
  left: 11%;
}
@media screen and (max-width: 768px) {
  #update > aside > span:nth-child(1) {
    top: 3%;
    left: -4%;
  }
}
#update > aside > span:nth-child(2) {
  width: 19.9em;
  height: 12.65em;
  top: 2.7%;
  right: 9.25%;
}
@media screen and (max-width: 768px) {
  #update > aside > span:nth-child(2) {
    top: 0;
    right: -4%;
  }
}
#update > aside > span:nth-child(3) {
  width: 12.6em;
  height: 16.35em;
  top: 34%;
  left: 0%;
}
#update > aside > span:nth-child(4) {
  width: 6.55em;
  height: 5.45em;
  top: 35.8%;
  left: 29%;
}
@media screen and (max-width: 768px) {
  #update > aside > span:nth-child(4) {
    top: 13%;
    left: 6%;
  }
}
#update > aside > span:nth-child(5) {
  width: 18.6em;
  height: 25.6em;
  top: 23%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  #update > aside > span:nth-child(5) {
    right: -10%;
  }
}
#update > aside > span:nth-child(6) {
  z-index: 5;
  width: 13em;
  height: 8.15em;
  top: 47%;
  right: 14%;
}
@media screen and (max-width: 768px) {
  #update > aside > span:nth-child(6) {
    font-size: 0.4em;
  }
}
#update > aside > span:nth-child(7) {
  z-index: 4;
  width: 4.55em;
  height: 6.8em;
  top: 60%;
  left: 25%;
}
#update > aside > span:nth-child(8) {
  z-index: 5;
  width: 5.15em;
  height: 6.05em;
  top: 51%;
  left: 51%;
}
#update > aside > span:nth-child(9) {
  z-index: 0;
  width: 12.5em;
  height: 22.55em;
  top: 64%;
  left: 6%;
}
#update > aside > span:nth-child(10) {
  z-index: 0;
  width: 17.3em;
  height: 23.7em;
  bottom: 0%;
  right: 0%;
}
#update > aside > span:nth-child(11) {
  z-index: 2;
  width: 5.75em;
  height: 3.35em;
  bottom: 4%;
  left: 44%;
}
#update > h2 {
  width: 26.275em;
  margin: 0 auto 3.5em;
}
#update > p {
  text-align: center;
  margin-bottom: 2em;
}
#update > p > span {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2.1em;
}
@media screen and (max-width: 768px) {
  #update > p > span {
    font-size: 1.3em;
  }
}
#update > div {
  max-width: 1500px;
  margin: 3em auto 0;
}
@media screen and (max-width: 768px) {
  #update > div {
    margin: 10em auto 0;
    padding: 10em 0 0;
  }
}
#update > div > span:nth-child(1) {
  z-index: 5;
  display: block;
  width: 16em;
  height: 16em;
  margin: 0 0 6em 23em;
}
@media screen and (max-width: 768px) {
  #update > div > span:nth-child(1) {
    margin: 0 auto;
  }
}
#update > div > span:nth-child(1) > img {
  animation: rotation 15s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
#update > div > span:nth-child(2) {
  z-index: 1;
  display: block;
  width: 43.2em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #update > div > span:nth-child(2) {
    width: 18em;
    height: 23em;
    top: -3em;
  }
  #update > div > span:nth-child(2) > img {
    width: 100%;
    height: 100%;
  }
}
#update > div > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#update > div > div > span:nth-child(1) {
  z-index: 2;
  position: absolute;
  display: block;
  width: 25.175em;
  height: 25.175em;
  top: 2.5em;
  left: 3.5em;
}
@media screen and (max-width: 768px) {
  #update > div > div > span:nth-child(1) {
    left: -2.5em;
  }
}
#update > div > div > span:nth-child(2) {
  z-index: 3;
  position: absolute;
  display: block;
  width: 25.5em;
  height: 15.7em;
  top: 12em;
  left: 36.5em;
}
@media screen and (max-width: 768px) {
  #update > div > div > span:nth-child(2) {
    width: 18em;
    left: auto;
    right: 0;
    top: 0;
  }
}
#update > div > div > span:nth-child(3) {
  z-index: 4;
  position: absolute;
  display: block;
  width: 21.95em;
  height: 19.825em;
  top: 26.5em;
  left: 16em;
}
@media screen and (max-width: 768px) {
  #update > div > div > span:nth-child(3) {
    width: 19em;
    height: 19em;
    left: 7em;
    overflow: hidden;
  }
}
#update > div > div > p {
  z-index: 5;
  position: absolute;
  width: 15em;
  height: 8em;
  bottom: 0em;
  left: 10em;
}
#update > div > div > p > span {
  font-size: 1.3em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #update > div > div > p {
    left: 2em;
  }
}

#wcd {
  padding: 0 0 11em;
}
#wcd > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#wcd > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wcd > aside > span {
    font-size: 0.6em;
  }
}
#wcd > aside > span:nth-child(1) {
  width: 18.05em;
  height: 31.7em;
  top: 30%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  #wcd > aside > span:nth-child(1) {
    left: -7%;
  }
}
#wcd > aside > span:nth-child(2) {
  z-index: 2;
  width: 7.4em;
  height: 13.2em;
  top: 33%;
  right: 4%;
}
#wcd > aside > span:nth-child(3) {
  width: 13.7em;
  height: 19.4em;
  bottom: 5%;
  left: 0%;
}
#wcd > aside > span:nth-child(4) {
  width: 6.55em;
  height: 5.45em;
  top: 75%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  #wcd > aside > span:nth-child(4) {
    z-index: 2;
  }
}
#wcd > h3 {
  width: 10.45em;
  margin: 0 auto 3em;
}
#wcd > h2 {
  width: 34.25em;
  margin: 0 auto 2em;
}
#wcd > div {
  max-width: 1500px;
  margin: 0 auto 6em;
  padding: 0 5em;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #wcd > div {
    display: block;
  }
}
#wcd > div > span {
  display: block;
  width: 54%;
  border-radius: 0.8em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wcd > div > span {
    width: 100%;
  }
}
#wcd > div > span > video {
  width: 100%;
}
#wcd > div > div {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #wcd > div > div {
    width: 100%;
  }
}
#wcd > div > div > h5 {
  margin-bottom: 2.5em;
}
#wcd > div > div > h4 {
  margin-bottom: 2.5em;
}
#wcd > div > div > h4 > span {
  font-size: 1.7em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #wcd > div > div > h4 > span {
    font-size: 1.8em;
  }
}
#wcd > div > div > p > span {
  font-size: 1em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #wcd > div > div > p > span {
    font-size: 1.2em;
  }
}
#wcd > div#wcd_one {
  padding: 3em 5em 0;
}
@media screen and (max-width: 768px) {
  #wcd > div#wcd_one {
    padding: 3em 3em;
  }
}
#wcd > div#wcd_one > div {
  padding: 0 3em 0 0;
}
@media screen and (max-width: 768px) {
  #wcd > div#wcd_one > div {
    padding: 0 0 2em;
  }
}
#wcd > div#wcd_one > div > h5 {
  width: 9.45em;
}
#wcd > div#wcd_one > strong {
  display: block;
  position: absolute;
  width: 9.35em;
  height: 15em;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #wcd > div#wcd_one > strong {
    display: none;
  }
}
#wcd > div#wcd_two {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #wcd > div#wcd_two {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 3em;
  }
}
#wcd > div#wcd_two > div {
  padding: 0 0 0 3em;
}
@media screen and (max-width: 768px) {
  #wcd > div#wcd_two > div {
    padding: 0 0 2em;
  }
}
#wcd > div#wcd_two > div > h5 {
  width: 12.15em;
}

.plans > span {
  display: block;
  position: absolute;
  width: 5.9em;
  height: 5.15em;
  top: 40%;
  left: -4%;
}
.plans > h2 {
  width: 20.325em;
  margin: 0 auto 3em;
}
.plans > ul {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  .plans > ul {
    display: block;
  }
}
.plans > ul > li {
  width: 26em;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .plans > ul > li {
    width: 80%;
    margin: 0 auto 4em;
    padding: 0;
  }
}
.plans > a {
  display: block;
  width: 18.225em;
  margin: 0 auto;
}

#method {
  padding: 7.5em 0 0;
}
#method > ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#method > ul > li {
  width: 24em;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #method > ul > li {
    width: 14em;
    padding: 0 0.5em;
  }
}
#method > ul > li:nth-child(2n) {
  padding-top: 2em;
}
#method > h3 {
  width: 72.05em;
  margin: 0 auto;
  top: -5.5em;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #method > h3 {
    width: 100%;
    top: -3em;
  }
}
#method > h3 > img {
  mix-blend-mode: overlay;
  mix-blend-mode: color-burn;
}

#mthda {
  padding: 0 0 11em;
}
#mthda > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mthda > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #mthda > aside > span {
    font-size: 0.6em;
  }
}
#mthda > aside > span:nth-child(1) {
  z-index: 2;
  width: 7.55em;
  height: 15.1em;
  top: 0%;
  left: 0%;
}
#mthda > aside > span:nth-child(2) {
  width: 6.55em;
  height: 5.45em;
  top: 25%;
  left: 16%;
}
#mthda > aside > span:nth-child(3) {
  width: 25.5em;
  height: 26.15em;
  top: 24%;
  right: 10%;
}
#mthda > aside > span:nth-child(4) {
  z-index: 2;
  width: 9.45em;
  height: 12.65em;
  top: 55%;
  right: 0%;
}
#mthda > aside > span:nth-child(5) {
  width: 10.25em;
  height: 17.95em;
  top: 90%;
  left: 0%;
}
#mthda > h2 {
  width: 25.75em;
  margin: 0 auto 18.5em;
}
#mthda::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 11em;
  top: 9.5em;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 1px solid #1f2762;
}
#mthda > h5 {
  width: 2.75em;
  margin: 0 auto 2.5em;
}
#mthda > h4 {
  width: 9.8em;
  margin: 0 auto 2.5em;
}
#mthda > h3 {
  width: 24.375em;
  margin: 0 auto 5em;
}
#mthda > div {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #mthda > div {
    display: block;
  }
}
#mthda > div > div {
  width: 44%;
  padding: 1em 0 0 10em;
}
@media screen and (max-width: 768px) {
  #mthda > div > div {
    width: 100%;
    padding: 0 1em;
  }
}
#mthda > div > div > h3 {
  width: 8.6em;
  margin: 0 0 7em;
}
@media screen and (max-width: 768px) {
  #mthda > div > div > h3 {
    margin: 0 0 7em 1.5em;
  }
}
#mthda > div > div > p {
  margin-bottom: 2em;
}
#mthda > div > div > p > span {
  font-size: 1.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #mthda > div > div > p > span {
    font-size: 1.2em;
    font-weight: 600;
  }
}
#mthda > div > div > h4 {
  width: 9.8em;
}
#mthda > div > span {
  display: block;
  width: 56%;
  padding: 0 4em 0 0;
}
@media screen and (max-width: 768px) {
  #mthda > div > span {
    position: absolute;
    top: 0;
    right: 1em;
    width: 60%;
    padding: 0;
  }
}
#mthda > div > span > img {
  border-radius: 0 0 0 2.5em;
}
#mthda > div > span > strong {
  position: absolute;
  left: 5em;
  bottom: -6.5em;
}
@media screen and (max-width: 768px) {
  #mthda > div > span > strong {
    bottom: -1.5em;
  }
}
#mthda > div > span > strong > img {
  mix-blend-mode: overlay;
  mix-blend-mode: color-burn;
}

#case > h2 {
  text-align: center;
  margin: 0 0 2em;
}
#case > h2 > span {
  font-size: 1.2em;
  font-weight: 600;
}
#case > ul {
  display: flex;
  max-width: 1800px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #case > ul {
    display: block;
  }
}
#case > ul > li {
  width: 46%;
  margin: 0 1%;
  padding: 2em 3em;
  border-radius: 1em;
  background: url("img/056-1.png") no-repeat 1em 50%/0.8em auto, url("img/056-1.png") no-repeat 97% 50%/0.8em auto #FFF;
}
#case > ul > li:nth-child(2) {
  background: url("img/056-2.png") no-repeat 1em 50%/0.8em auto, url("img/056-2.png") no-repeat 97% 50%/0.8em auto #FFF;
}
#case > ul > li:nth-child(3) {
  background: url("img/056-3.png") no-repeat 1em 50%/0.8em auto, url("img/056-3.png") no-repeat 97% 50%/0.8em auto #FFF;
}
@media screen and (max-width: 768px) {
  #case > ul > li {
    width: 92%;
    margin: 0 auto 3em;
  }
}
#case > ul > li > h3 {
  text-align: center;
  margin: 0 0 1em;
}
#case > ul > li > h3 > span {
  font-size: 1.8em;
  line-height: 1.6em;
}
#case > ul > li > div {
  display: flex;
}
#case > ul > li > div > span {
  display: block;
  width: 40%;
}
#case > ul > li > div > span > video {
  width: 100%;
}
#case > ul > li > div > div {
  width: 60%;
  padding: 1.5em 0 0 1.5em;
}
#case > ul > li > div > div > p {
  line-height: 1.8em;
  margin-bottom: 1em;
}

#lesson {
  padding: 11em 0 0;
}
#lesson > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#lesson > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #lesson > aside > span {
    font-size: 0.6em;
  }
}
#lesson > aside > span:nth-child(1) {
  width: 9.6em;
  height: 16.75em;
  top: 5%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #lesson > aside > span:nth-child(1) {
    top: -5%;
    left: -2%;
  }
}
#lesson > aside > span:nth-child(2) {
  width: 19.9em;
  height: 12.65em;
  top: 10%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #lesson > aside > span:nth-child(2) {
    right: -5%;
  }
}
#lesson > aside > span:nth-child(3) {
  width: 5.15em;
  height: 6.05em;
  top: 55%;
  left: 45%;
}
#lesson > aside > span:nth-child(4) {
  width: 13em;
  height: 8.15em;
  top: 70%;
  right: 20%;
}
@media screen and (max-width: 768px) {
  #lesson > aside > span:nth-child(4) {
    right: -4%;
  }
}
#lesson > h2 {
  width: 44.825em;
  margin: 0 auto 9em;
}
@media screen and (max-width: 768px) {
  #lesson > h2 {
    width: 95%;
  }
}
#lesson > div {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10em;
  display: flex;
}
@media screen and (max-width: 768px) {
  #lesson > div {
    display: block;
    padding: 0 2em;
  }
}
#lesson > div > div {
  width: 40%;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #lesson > div > div {
    width: 100%;
    padding: 0;
  }
}
#lesson > div > div > span {
  display: block;
  width: 12.075em;
  margin: 0 0 4em;
}
#lesson > div > div > h3 > span {
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 800;
}
#lesson > div > p {
  width: 60%;
  padding: 3em 4em 0;
}
@media screen and (max-width: 768px) {
  #lesson > div > p {
    width: 100%;
    padding: 3em 0 0;
  }
}
#lesson > div > p > span {
  line-height: 2.2em;
}

#stuff {
  padding: 3em 0 0;
}
#stuff > ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#stuff > ul > li {
  width: 22em;
  margin: 0 1em;
  background: #FFF;
  border-radius: 0 0 0 1em;
  display: flex;
  flex-direction: column;
}
#stuff > ul > li > span {
  display: block;
  margin-bottom: 0.75em;
}
#stuff > ul > li > h4 {
  height: 4em;
  padding: 0 1.5em 1.5em;
}
#stuff > ul > li > h4 > span {
  font-size: 0.9em;
  color: #5e5f74;
}
#stuff > ul > li > div {
  padding: 0 1.5em 1.5em;
}
#stuff > ul > li > div > h3 {
  margin-bottom: 1.5em;
}
#stuff > ul > li > div > h3 > span {
  font-size: 1.35em;
}
#stuff > ul > li > div > p > span {
  line-height: 1.8em;
}
#stuff > h3 {
  z-index: 1;
  padding: 5em 0;
  width: 49.425em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #stuff > h3 {
    width: 98%;
  }
}

#photo > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#photo > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #photo > aside > span {
    font-size: 0.6em;
  }
}
#photo > aside > span:nth-child(1) {
  z-index: 0;
  width: 24em;
  height: 27.95em;
  top: -10%;
  left: 5%;
}
#photo > aside > span:nth-child(2) {
  width: 5.75em;
  height: 3.35em;
  top: 15%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  #photo > aside > span:nth-child(2) {
    left: 8%;
  }
}
#photo > aside > span:nth-child(3) {
  z-index: 0;
  width: 18.05em;
  height: 31.7em;
  top: 30%;
  right: 3%;
}
#photo > h3 {
  width: 4.85em;
  margin: 0 auto 3.5em;
}
#photo > h4 {
  width: 9.925em;
  margin: 0 auto 3em;
}
#photo > h2 {
  width: 21.5em;
  margin: 0 auto 7em;
}
#photo > div {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #photo > div {
    display: block;
  }
}
#photo > div > div {
  width: 44%;
  padding: 1em 0 0 10em;
}
@media screen and (max-width: 768px) {
  #photo > div > div {
    width: 100%;
    padding: 0 1em;
  }
}
#photo > div > div > h3 {
  width: 5.25em;
  margin: 0 0 7em;
}
@media screen and (max-width: 768px) {
  #photo > div > div > h3 {
    margin: 0 0 7em 3em;
  }
}
#photo > div > div > p {
  margin-bottom: 2em;
}
#photo > div > div > p > span {
  font-size: 1.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #photo > div > div > p > span {
    font-size: 1.2em;
    font-weight: 600;
  }
}
#photo > div > div > span {
  display: block;
  width: 9.9em;
}
#photo > div > span {
  display: block;
  width: 56%;
  padding: 0 4em 0 0;
}
@media screen and (max-width: 768px) {
  #photo > div > span {
    position: absolute;
    top: 0;
    right: 1em;
    width: 60%;
    padding: 0;
  }
}
#photo > div > span > video {
  border-radius: 0 0 0 2.5em;
  max-width: 100%;
}
#photo > div > span > strong {
  position: absolute;
  width: 40.325em;
  height: 15.325em;
  left: 5em;
  bottom: -6.5em;
}
@media screen and (max-width: 768px) {
  #photo > div > span > strong {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -2em;
  }
}
#photo > div > span > strong > img {
  mix-blend-mode: overlay;
  mix-blend-mode: color-burn;
}

#photo_two {
  z-index: 1;
  padding: 11em 0 0;
  display: flex;
  justify-content: space-around;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #photo_two {
    display: block;
    padding: 5em 0 0;
  }
}
#photo_two > li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #photo_two > li {
    width: 90%;
    margin: 0 auto 3em;
  }
}

#pose > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pose > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #pose > aside > span {
    font-size: 0.6em;
  }
}
#pose > aside > span:nth-child(1) {
  width: 24em;
  height: 27.95em;
  top: 5%;
  left: 3%;
}
#pose > aside > span:nth-child(2) {
  z-index: 0;
  width: 13.1em;
  height: 15.475em;
  top: 0%;
  right: 0%;
}
#pose > aside > span:nth-child(3) {
  width: 21.5em;
  height: 25.6em;
  top: 20%;
  right: 0%;
}
#pose > aside > span:nth-child(4) {
  width: 5.05em;
  height: 6.05em;
  top: 80%;
  left: 10%;
}
#pose > span {
  display: block;
  width: 44.825em;
  margin: 0 auto;
  padding: 5em 0 3em;
}
@media screen and (max-width: 768px) {
  #pose > span {
    width: 95%;
  }
}
#pose > div {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6em;
}
@media screen and (max-width: 768px) {
  #pose > div {
    width: 90%;
    padding: 0;
  }
}
#pose > div > div:first-child {
  display: flex;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #pose > div > div:first-child {
    display: block;
  }
}
#pose > div > div:first-child > span {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #pose > div > div:first-child > span {
    width: 100%;
  }
}
#pose > div > div:first-child > div {
  width: 50%;
  padding: 3em 2em 0 4.5em;
}
@media screen and (max-width: 768px) {
  #pose > div > div:first-child > div {
    width: 100%;
    padding: 2em 0 0;
  }
}
#pose > div > div:first-child > div > p {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #pose > div > div:first-child > div > p {
    font-size: 1.2em;
    line-height: 1.8em;
  }
}
#pose > div > div:last-child {
  display: flex;
}
@media screen and (max-width: 768px) {
  #pose > div > div:last-child {
    flex-direction: column-reverse;
  }
}
#pose > div > div:last-child > div {
  width: 50%;
  padding: 3em 4.5em 0 2em;
}
@media screen and (max-width: 768px) {
  #pose > div > div:last-child > div {
    width: 100%;
    padding: 2em 0 0;
  }
}
#pose > div > div:last-child > div > p {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #pose > div > div:last-child > div > p {
    font-size: 1.2em;
    line-height: 1.8em;
  }
}
#pose > div > div:last-child > span {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #pose > div > div:last-child > span {
    width: 100%;
  }
}

#change {
  padding: 13em 0 0;
}
#change > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#change > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #change > aside > span {
    font-size: 0.6em;
  }
}
#change > aside > span:nth-child(1) {
  z-index: 2;
  width: 5.9em;
  height: 5.15em;
  top: 10%;
  left: 20%;
}
#change > aside > span:nth-child(2) {
  z-index: 2;
  width: 6.55em;
  height: 5.45em;
  top: 6%;
  right: 25%;
}
#change > aside > span:nth-child(3) {
  z-index: 2;
  width: 15em;
  height: 12.65em;
  top: 25%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  #change > aside > span:nth-child(3) {
    z-index: 0;
  }
}
#change > aside > span:nth-child(4) {
  width: 9.6em;
  height: 16.75em;
  left: 5%;
  bottom: 20%;
}
@media screen and (max-width: 768px) {
  #change > aside > span:nth-child(4) {
    left: -5%;
  }
}
#change > aside > span:nth-child(5) {
  z-index: 2;
  width: 21.5em;
  height: 25.6em;
  bottom: 0%;
  right: 5%;
}
#change > h3 {
  width: 5.45em;
  margin: 0 auto 3.5em;
}
#change > h4 {
  width: 9.9em;
  margin: 0 auto 3em;
}
#change > h2 {
  width: 36.375em;
  margin: 0 auto 7em;
}
#change > div {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #change > div {
    display: block;
  }
}
#change > div > div {
  width: 44%;
  padding: 1em 0 0 10em;
}
@media screen and (max-width: 768px) {
  #change > div > div {
    width: 100%;
    padding: 0 1em;
  }
}
#change > div > div > h3 {
  width: 5.225em;
  margin: 0 0 7em;
}
@media screen and (max-width: 768px) {
  #change > div > div > h3 {
    margin: 0 0 7em 3em;
  }
}
#change > div > div > p {
  margin-bottom: 2em;
}
#change > div > div > p > span {
  font-size: 1.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #change > div > div > p > span {
    font-size: 1.2em;
    font-weight: 600;
  }
}
#change > div > div > span {
  display: block;
  width: 9.875em;
}
#change > div > span {
  display: block;
  width: 56%;
  padding: 0 4em 0 0;
}
@media screen and (max-width: 768px) {
  #change > div > span {
    position: absolute;
    top: 0;
    right: 1em;
    width: 60%;
    padding: 0;
  }
}
#change > div > span > img {
  border-radius: 0 0 0 2.5em;
}
#change > div > span > strong {
  position: absolute;
  width: 51.8em;
  height: 14.7em;
  left: 5em;
  bottom: -6.5em;
}
@media screen and (max-width: 768px) {
  #change > div > span > strong {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -2em;
  }
}
#change > div > span > strong > img {
  mix-blend-mode: overlay;
  mix-blend-mode: color-burn;
}

#match {
  padding: 13em 0 7em;
}
#match > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#match > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #match > aside > span {
    font-size: 0.6em;
  }
}
#match > aside > span:nth-child(1) {
  width: 10.25em;
  height: 16.8em;
  top: 5%;
  left: 0%;
}
#match > aside > span:nth-child(2) {
  z-index: 2;
  width: 13em;
  height: 8.15em;
  top: 15%;
  right: 4%;
}
@media screen and (max-width: 768px) {
  #match > aside > span:nth-child(2) {
    top: 30%;
    right: -8%;
  }
}
#match > aside > span:nth-child(3) {
  width: 11.7em;
  height: 20.7em;
  top: 45%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #match > aside > span:nth-child(3) {
    z-index: 2;
    left: -10%;
  }
}
#match > aside > span:nth-child(4) {
  width: 5.15em;
  height: 6.05em;
  top: 80%;
  left: 15%;
}
#match > aside > span:nth-child(5) {
  z-index: 2;
  width: 4.55em;
  height: 6.8em;
  top: 90%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  #match > aside > span:nth-child(5) {
    z-index: 0;
  }
}
#match > aside > span:nth-child(6) {
  width: 5.9em;
  height: 5.85em;
  left: 60%;
  bottom: 0%;
}
#match > div {
  width: 50em;
  margin: 0 auto 7em;
  background: #FFF;
  border-radius: 0 5em 5em 0;
  padding: 2em 4em;
}
@media screen and (max-width: 768px) {
  #match > div {
    width: 96%;
  }
}
#match > div > h2 {
  width: 40em;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 768px) {
  #match > div > h2 {
    width: 100%;
  }
}
#match > div > p {
  margin-bottom: 2em;
}
#match > div > p > span {
  line-height: 2.2em;
}
#match > h2 {
  width: 37.125em;
  margin: 0 auto 3em;
}
#match > p {
  text-align: center;
}
#match > p > span {
  font-size: 1.2em;
  line-height: 2.2em;
}

#future {
  z-index: 1;
  padding: 7em 0;
}
#future > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#future > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #future > aside > span {
    font-size: 0.6em;
  }
}
#future > aside > span:nth-child(1) {
  width: 46.25em;
  height: 27.65em;
  top: 25em;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(13em);
}
#future > aside > span:nth-child(2) {
  width: 12.3em;
  height: 22.25em;
  top: 0;
  right: 0;
}
#future > aside > span:nth-child(3) {
  z-index: 3;
  width: 5.75em;
  height: 6.15em;
  top: 10%;
  left: 40%;
}
#future > aside > span:nth-child(4) {
  z-index: 2;
  width: 14em;
  height: 17.35em;
  top: 25%;
  left: 3%;
}
#future > aside > span:nth-child(5) {
  width: 37.15em;
  height: 24.8em;
  bottom: 11em;
  left: 0%;
  right: 0;
  margin: auto;
  transform: translateX(25em);
}
#future > aside > span:nth-child(6) {
  z-index: 3;
  width: 16em;
  height: 16em;
  top: 21em;
  left: 0%;
  right: 0;
  margin: auto;
  transform: translateX(-14em);
}
@media screen and (max-width: 768px) {
  #future > aside > span:nth-child(6) {
    top: 36em;
    left: 26%;
    right: auto;
  }
}
#future > aside > span:nth-child(6) > img {
  animation: rotation 15s infinite linear;
}
#future > div {
  max-width: 1500px;
  margin: 0 auto;
}
#future > div > span:first-child {
  display: block;
  width: 38.7em;
  margin: 0 5.5em 0 auto;
}
@media screen and (max-width: 768px) {
  #future > div > span:first-child {
    width: 60%;
    margin: 0 0 8em auto;
  }
}
#future > div > span:last-child {
  display: block;
  width: 25.6em;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  #future > div > span:last-child {
    width: 45%;
  }
}

#steps {
  padding: 7em 0;
}
#steps > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#steps > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #steps > aside > span {
    font-size: 0.6em;
  }
}
#steps > aside > span:nth-child(1) {
  z-index: 0;
  width: 25.5em;
  height: 26.15em;
  top: -20%;
  left: 0%;
  right: 0;
  margin: auto;
}
#steps > aside > span:nth-child(2) {
  width: 13.2em;
  height: 15.475em;
  top: 5%;
  right: 0%;
}
#steps > aside > span:nth-child(3) {
  width: 24em;
  height: 27.95em;
  top: 45%;
  left: 10%;
}
#steps > aside > span:nth-child(4) {
  z-index: 2;
  width: 6.55em;
  height: 5.45em;
  top: 75%;
  right: 20%;
}
#steps > h2 {
  width: 28.05em;
  margin: 0 auto 2.5em;
}
@media screen and (max-width: 768px) {
  #steps > h2 {
    width: 19.635em;
  }
}
#steps > h3 {
  width: 19.825em;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  #steps > h3 {
    width: 13.8775em;
  }
}
#steps > span {
  display: block;
  width: 44.95em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #steps > span {
    width: 35.55em;
    margin: 0 0 0 auto;
  }
}

.plans_bottom {
  padding: 7em 0;
}
.plans_bottom > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.plans_bottom > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .plans_bottom > aside > span {
    font-size: 0.6em;
  }
}
.plans_bottom > aside > span:nth-child(1) {
  z-index: 1;
  width: 5.9em;
  height: 5.15em;
  top: 0%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .plans_bottom > aside > span:nth-child(1) {
    z-index: 0;
    left: 0%;
  }
}
.plans_bottom > aside > span:nth-child(2) {
  width: 9.6em;
  height: 16.75em;
  top: 10%;
  right: 5%;
}
.plans_bottom > aside > span:nth-child(3) {
  width: 25.75em;
  height: 34.55em;
  bottom: 0%;
  left: 0%;
}
.plans_bottom > h2 {
  margin: 0 auto 3em;
  text-align: center;
}
.plans_bottom > h2 > span {
  font-size: 3em;
  line-height: 1em;
}
.plans_bottom > ul {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  .plans_bottom > ul {
    display: block;
  }
}
.plans_bottom > ul > li {
  width: 26em;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .plans_bottom > ul > li {
    width: 80%;
    margin: 0 auto 4em;
    padding: 0;
  }
}
.plans_bottom > a {
  display: block;
  width: 18.225em;
  margin: 0 auto;
}

#faq {
  padding: 0 0 7em;
}
#faq > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#faq > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #faq > aside > span {
    font-size: 0.6em;
  }
}
#faq > aside > span:nth-child(1) {
  width: 15.8em;
  height: 28.45em;
  top: 0%;
  right: 0%;
}
#faq > aside > span:nth-child(2) {
  z-index: 2;
  width: 5.15em;
  height: 6.05em;
  top: 35em;
  left: 10%;
}
#faq > aside > span:nth-child(3) {
  width: 5.75em;
  height: 6.15em;
  bottom: 0%;
  left: 60%;
}
#faq > span {
  display: block;
  width: 2.65em;
  margin: 0 auto 2.5em;
}
#faq > h2 {
  margin: 0 auto 3em;
  text-align: center;
}
#faq > h2 > span {
  font-size: 3em;
  line-height: 1em;
}
#faq > ul {
  max-width: 1500px;
  margin: 0 auto;
}
#faq > ul > li {
  width: 60%;
  margin: 0 auto;
  border-bottom: 1px solid #1f2762;
}
@media screen and (max-width: 768px) {
  #faq > ul > li {
    width: 94%;
  }
}
#faq > ul > li > h3 {
  padding: 2em 4em 2em 6em;
  background: url("img/128.png") no-repeat 1em center/3.1em 3.1em;
}
#faq > ul > li > h3 > strong {
  font-size: 1.6em;
  line-height: 1.6em;
}
#faq > ul > li > h3 {
  /*　開閉リストにする場合のスタイル
                  &::before,
                  &::after {
                      display: block;
                      content: "";
                      position: absolute;
                      width: 1.5em;
                      height: 0;
                      top: 0;
                      bottom: 0;
                      right: 1.25em;
                      margin: auto;
                      border-bottom:2px solid #1f2762; 
                  }
                  &::after {
                      transform: rotate(90deg);
                  }
  */
}
#faq > ul > li > div {
  padding: 0 4em 2em 6em;
  background: url("img/129.png") no-repeat 1em top/3.1em 3.1em;
}

#column {
  padding: 5em 0;
}
#column > h3 {
  width: 5.15em;
  margin: 0 auto 2.5em;
}
#column > h2 {
  margin: 0 auto 3em;
  text-align: center;
}
#column > h2 > span {
  font-size: 3em;
  line-height: 1em;
}
#column > ul {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5em;
  display: flex;
  justify-content: space-between;
}
#column > ul > li {
  width: 30%;
}
#column > ul > li > span {
  display: block;
}
#column > ul > li > div {
  padding: 0.8em 0;
  font-size: 0.9em;
}
#column > ul > li > h3 {
  font-size: 1.1em;
  line-height: 1.6em;
}

footer {
  padding: 15em 0 0;
}
footer > aside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
footer > aside > span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  footer > aside > span {
    font-size: 0.6em;
  }
}
footer > aside > span:nth-child(1) {
  width: 13.7em;
  height: 19.5em;
  top: 20%;
  left: 0%;
}
footer > aside > span:nth-child(2) {
  z-index: 2;
  width: 4.55em;
  height: 6.8em;
  top: 65%;
  left: 35%;
}
footer > aside > span:nth-child(3) {
  width: 21.5em;
  height: 15.7em;
  bottom: 0%;
  right: 5%;
}
footer > aside > span:nth-child(4) {
  width: 23em;
  height: 23em;
  top: 10%;
  right: -8em;
}
footer > aside > span:nth-child(4) > img {
  animation: rotation 15s infinite linear;
}
footer > h2 {
  width: 42.85em;
  margin: 0 auto 5em;
}
@media screen and (max-width: 768px) {
  footer > h2 {
    width: 75%;
  }
}
footer > h3 {
  width: 58.9em;
  margin: 0 auto 15em;
}
@media screen and (max-width: 768px) {
  footer > h3 {
    width: 90%;
  }
}
footer > h4 {
  width: 22em;
  margin: 0 auto;
  padding-bottom: 5em;
}/*# sourceMappingURL=style.css.map */