@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img,
img a {
  border: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

ul li {
  list-style: none;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  padding: 0;
  margin: 0;
  border: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border-radius: 10%;
}

/*#########################################################
要素関連
#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
}

textarea {
  box-sizing: border-box;
}

/****************************************************************************
計算スクリプト
 ****************************************************************************/
/****************************************************************************
アニメーション
 ****************************************************************************/
.fadeInBottom,
.fadeInBottomLate {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s ease;
}

.fadeInBottom.is-active,
.fadeInBottomLate.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn {
  opacity: 0;
  transition: 0.7s ease;
}

.fadeIn.is-active {
  opacity: 1;
}

.rightSlide {
  transform: translateX(51.0666666667vw);
  transition: 0.5s ease;
}

.rightSlide.is-active {
  transform: translateX(0);
}

.fadeOrderTitle {
  opacity: 0;
  transform: translateY(20px);
}

@keyframes starScale {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.3) translate(0, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/****************************************************************************
全体
 ****************************************************************************/
@media screen and (min-width: 750px) {
  .inner {
    max-width: 750px;
    margin: 0 auto;
  }
}

.wrapper {
  position: relative;
}

/****************************************************************************
mv-block
 ****************************************************************************/
.mv-block > div {
  position: absolute;
}
.mv-block .mv {
  width: 100vw;
  height: 137.0666666667vw;
  top: 0;
  left: 0;
}
@media screen and (min-width: 750px) {
  .mv-block .mv {
    width: 100%;
    height: 1028px;
  }
}

/****************************************************************************
sec01
 ****************************************************************************/
.sec01 > div {
  position: absolute;
}
.sec01 .sec01-1 {
  width: 77.7333333333vw;
  top: 144vw;
  left: 12.8vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-1 {
    width: 583px;
    top: 1080px;
    left: 96px;
  }
}
.sec01 .sec01-2 {
  width: 86.4vw;
  top: 184.2666666667vw;
  left: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-2 {
    width: 648px;
    top: 1382px;
    left: 80px;
  }
}
.sec01 .sec01-3 {
  width: 54.6666666667vw;
  top: 247.8666666667vw;
  left: 6vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-3 {
    width: 410px;
    top: 1859px;
    left: 45px;
  }
}
.sec01 .sec01-4 {
  width: 85.6vw;
  top: 283.6vw;
  left: 6.8vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-4 {
    width: 642px;
    top: 2127px;
    left: 51px;
  }
}
.sec01 .sec01-5 {
  width: 84.8vw;
  top: 354.1333333333vw;
  left: 7.3333333333vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-5 {
    width: 636px;
    top: 2656px;
    left: 55px;
  }
}
.sec01 .sec01-6 {
  width: 16.5333333333vw;
  top: 436.9333333333vw;
  left: 17.2vw;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-6 {
    width: 124px;
    top: 3277px;
    left: 129px;
  }
}
.sec01 .sec01-6.is-active {
  opacity: 1;
}
.sec01 .sec01-7 {
  width: 87.0666666667vw;
  top: 433.7333333333vw;
  left: 8.1333333333vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7 {
    width: 653px;
    top: 3253px;
    left: 61px;
  }
}
.sec01 .sec01-8 {
  width: 28.6666666667vw;
  top: 476vw;
  left: 51.8666666667vw;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-8 {
    width: 215px;
    top: 3570px;
    left: 389px;
  }
}
.sec01 .sec01-8.is-active {
  opacity: 1;
}
.sec01 .sec01-9 {
  width: 75.0666666667vw;
  top: 490.1333333333vw;
  left: 13.3333333333vw;
  animation: tenmetsu 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-9 {
    width: 563px;
    top: 3676px;
    left: 100px;
  }
}
.sec01 .sec01-10 {
  width: 55.2vw;
  top: 488.4vw;
  left: 22.9333333333vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-10 {
    width: 414px;
    top: 3663px;
    left: 172px;
  }
}
.sec01 .sec01-11 {
  width: 87.8666666667vw;
  top: 508.4vw;
  left: 6vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-11 {
    width: 659px;
    top: 3813px;
    left: 45px;
  }
}
.sec01 .sec01-1-line {
  width: 0vw;
  height: 2.8vw;
  top: 166.2666666667vw;
  left: 11.2vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-1-line {
    width: 0;
    height: 21px;
    top: 1247px;
    left: 84px;
  }
}
.sec01 .sec01-1-line.is-active {
  width: 80.2666666667vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-1-line.is-active {
    width: 602px;
  }
}
.sec01 .sec01-5-anime {
  width: 29.6vw;
  top: 364vw;
  left: 53.7333333333vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-5-anime {
    width: 232px;
    top: 2730px;
    left: 403px;
  }
}
.sec01 .sec01-7-line01 {
  width: 0vw;
  height: 3.8666666667vw;
  top: 455.0666666667vw;
  left: 12.9333333333vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-line01 {
    width: 0;
    height: 29px;
    top: 3413px;
    left: 97px;
  }
}
.sec01 .sec01-7-line01.is-active {
  width: 50.9333333333vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-line01.is-active {
    width: 382px;
  }
}
.sec01 .sec01-7-line02 {
  width: 0vw;
  height: 3.8666666667vw;
  top: 469.3333333333vw;
  left: 12.9333333333vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-line02 {
    width: 0;
    height: 29px;
    top: 3520px;
    left: 97px;
  }
}
.sec01 .sec01-7-line02.is-active {
  width: 68.8vw;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-line02.is-active {
    width: 516px;
  }
}
.sec01 .sec01-7-star01 {
  width: 4.5333333333vw;
  top: 480.4vw;
  left: 15.6vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-star01 {
    width: 34px;
    top: 3603px;
    left: 117px;
  }
}
.sec01 .sec01-7-star02 {
  width: 5.4666666667vw;
  top: 516.6666666667vw;
  left: 82.1333333333vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-star02 {
    width: 41px;
    top: 3875px;
    left: 616px;
  }
}
.sec01 .sec01-7-star03 {
  width: 4.5333333333vw;
  top: 577.8666666667vw;
  left: 6.1333333333vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec01 .sec01-7-star03 {
    width: 34px;
    top: 4334px;
    left: 46px;
  }
}

/****************************************************************************
sec02
 ****************************************************************************/
.sec02 > div {
  position: absolute;
}
.sec02 .sec02-1 {
  width: 99.7333333333vw;
  top: 595.2vw;
  left: 0vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-1 {
    width: 748px;
    top: 4464px;
    left: 0;
  }
}
.sec02 .sec02-2 {
  width: 84.2666666667vw;
  top: 649.7333333333vw;
  left: 4.5333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-2 {
    width: 632px;
    top: 4873px;
    left: 34px;
  }
}
.sec02 .sec02-3 {
  width: 16.9333333333vw;
  top: 648.8vw;
  left: 78.1333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-3 {
    width: 127px;
    top: 4866px;
    left: 586px;
  }
}
.sec02 .sec02-4 {
  width: 93.3333333333vw;
  top: 675.2vw;
  left: 2.5333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-4 {
    width: 700px;
    top: 5064px;
    left: 19px;
  }
}
.sec02 .sec02-5 {
  width: 98.1333333333vw;
  top: 829.8666666667vw;
  left: 4.1333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5 {
    width: 736px;
    top: 6224px;
    left: 31px;
  }
}
.sec02 .sec02-6 {
  width: 99.7333333333vw;
  top: 906.4vw;
  left: 0vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-6 {
    width: 748px;
    top: 6798px;
    left: 0;
  }
}
.sec02 .sec02-7 {
  width: 100vw;
  top: 961.2vw;
  left: 0vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-7 {
    width: 750px;
    top: 7209px;
    left: 0;
  }
}
.sec02 .sec02-8 {
  width: 96.8vw;
  top: 965.8666666667vw;
  left: 1.6vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-8 {
    width: 726px;
    top: 7244px;
    left: 12px;
  }
}
.sec02 .sec02-9 {
  width: 82.2666666667vw;
  top: 1054.6666666667vw;
  left: 9.4666666667vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-9 {
    width: 617px;
    top: 7910px;
    left: 71px;
  }
}
.sec02 .sec02-10 {
  width: 54.2666666667vw;
  top: 1093.7333333333vw;
  left: 22.8vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-10 {
    width: 407px;
    top: 8203px;
    left: 171px;
  }
}
.sec02 .sec02-11 {
  width: 94.9333333333vw;
  top: 1121.8666666667vw;
  left: 2.5333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-11 {
    width: 712px;
    top: 8414px;
    left: 19px;
  }
}
.sec02 .sec02-12 {
  width: 87.2vw;
  top: 1210.8vw;
  left: 6.4vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-12 {
    width: 654px;
    top: 9081px;
    left: 48px;
  }
}
.sec02 .sec02-13 {
  width: 83.3333333333vw;
  top: 1316.2666666667vw;
  left: 8.8vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-13 {
    width: 625px;
    top: 9872px;
    left: 66px;
  }
}
.sec02 .sec02-14 {
  width: 19.4666666667vw;
  top: 1327.7333333333vw;
  left: 78.6666666667vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-14 {
    width: 146px;
    top: 9958px;
    left: 590px;
  }
}
.sec02 .sec02-15 {
  width: 85.2vw;
  top: 1337.4666666667vw;
  left: 7.3333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-15 {
    width: 639px;
    top: 10031px;
    left: 55px;
  }
}
.sec02 .sec02-16 {
  width: 73.6vw;
  top: 1426.5333333333vw;
  left: 11.4666666667vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-16 {
    width: 552px;
    top: 10699px;
    left: 86px;
  }
}
.sec02 .sec02-17 {
  width: 82.6666666667vw;
  top: 1429.0666666667vw;
  left: 9.8666666667vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-17 {
    width: 620px;
    top: 10718px;
    left: 74px;
  }
}
.sec02 .sec02-5-line01 {
  width: 0vw;
  height: 2vw;
  top: 853.4666666667vw;
  left: 7.3333333333vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5-line01 {
    width: 0;
    height: 15px;
    top: 6401px;
    left: 55px;
  }
}
.sec02 .sec02-5-line01.is-active {
  width: 40.5333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5-line01.is-active {
    width: 304px;
  }
}
.sec02 .sec02-5-line02 {
  width: 0vw;
  height: 2vw;
  top: 864.9333333333vw;
  left: 7.3333333333vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5-line02 {
    width: 0;
    height: 15px;
    top: 6487px;
    left: 55px;
  }
}
.sec02 .sec02-5-line02.is-active {
  width: 36vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5-line02.is-active {
    width: 270px;
  }
}
.sec02 .sec02-5-line03 {
  width: 0vw;
  height: 2vw;
  top: 877.7333333333vw;
  left: 7.3333333333vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5-line03 {
    width: 0;
    height: 15px;
    top: 6583px;
    left: 55px;
  }
}
.sec02 .sec02-5-line03.is-active {
  width: 26.1333333333vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-5-line03.is-active {
    width: 196px;
  }
}
.sec02 .sec02-11-star01 {
  width: 3.7333333333vw;
  top: 1100.6666666667vw;
  left: 85.3333333333vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-11-star01 {
    width: 28px;
    top: 8255px;
    left: 640px;
  }
}
.sec02 .sec02-11-star02 {
  width: 3.7333333333vw;
  top: 1114vw;
  left: 10.5333333333vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-11-star02 {
    width: 28px;
    top: 8355px;
    left: 79px;
  }
}
.sec02 .sec02-11-star03 {
  width: 3.7333333333vw;
  top: 1123.2vw;
  left: 84vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-11-star03 {
    width: 28px;
    top: 8424px;
    left: 630px;
  }
}
.sec02 .sec02-11-star04 {
  width: 3.7333333333vw;
  top: 1175.8666666667vw;
  left: 6.6666666667vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-11-star04 {
    width: 28px;
    top: 8819px;
    left: 50px;
  }
}
.sec02 .sec02-15-star01 {
  width: 3.3333333333vw;
  top: 1313.2vw;
  left: 2.9333333333vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-15-star01 {
    width: 25px;
    top: 9849px;
    left: 22px;
  }
}
.sec02 .sec02-15-star02 {
  width: 3.3333333333vw;
  top: 1327.2vw;
  left: 73.4666666667vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-15-star02 {
    width: 25px;
    top: 9954px;
    left: 551px;
  }
}
.sec02 .sec02-15-star03 {
  width: 3.3333333333vw;
  top: 1335.0666666667vw;
  left: 13.2vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-15-star03 {
    width: 25px;
    top: 10013px;
    left: 99px;
  }
}
.sec02 .sec02-15-star04 {
  width: 3.3333333333vw;
  top: 1404vw;
  left: 89.8666666667vw;
  animation: starScale 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-15-star04 {
    width: 25px;
    top: 10530px;
    left: 674px;
  }
}
.sec02 .sec02-16-line {
  width: 0vw;
  height: 5.3333333333vw;
  top: 1439.0666666667vw;
  left: 28.1333333333vw;
  background: #FFEFE9;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-16-line {
    width: 0;
    height: 40px;
    top: 10793px;
    left: 211px;
  }
}
.sec02 .sec02-16-line.is-active {
  width: 59.6vw;
}
@media screen and (min-width: 750px) {
  .sec02 .sec02-16-line.is-active {
    width: 447px;
  }
}

/****************************************************************************
sec03
 ****************************************************************************/
.sec03 {
  width: 100%;
}
.sec03 > div {
  position: absolute;
}
.sec03 .sec03-bg {
  background-color: #EFF8FA;
  width: 100%;
  height: 236.9333333333vw;
  background-color: rgba(0, 183, 208, 0.2);
  top: 1455.2vw;
  left: 0;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-bg {
    height: 1777px;
    top: 10914px;
  }
}
.sec03 .sec03-1 {
  width: 91.7333333333vw;
  top: 1464.2666666667vw;
  left: 7.2vw;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-1 {
    width: 688px;
    top: 10982px;
    left: 54px;
  }
}
.sec03 .sec03-2 {
  width: 94.1333333333vw;
  top: 1526.9333333333vw;
  left: 0vw;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-2 {
    width: 706px;
    top: 11452px;
    left: 0;
  }
}
.sec03 .sec03-2-tenmetsu {
  width: 28.2666666667vw;
  top: 1546vw;
  left: 60.1333333333vw;
  animation: tenmetsu 1s ease-in-out infinite;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-2-tenmetsu {
    width: 212px;
    top: 11595px;
    left: 451px;
  }
}
.sec03 .sec03-3 {
  width: 92vw;
  top: 1596.5333333333vw;
  left: 2.9333333333vw;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-3 {
    width: 690px;
    top: 11974px;
    left: 22px;
  }
}
.sec03 .sec03-4 {
  width: 82.6666666667vw;
  top: 1669.7333333333vw;
  left: 9.8666666667vw;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-4 {
    width: 620px;
    top: 12523px;
    left: 74px;
  }
}
.sec03 .sec03-1-line01 {
  width: 0vw;
  height: 2.4vw;
  top: 1479.2vw;
  left: 8vw;
  background: #C9EBF5;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-1-line01 {
    width: 0;
    height: 18px;
    top: 11094px;
    left: 60px;
  }
}
.sec03 .sec03-1-line01.is-active {
  width: 50.1333333333vw;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-1-line01.is-active {
    width: 376px;
  }
}
.sec03 .sec03-1-line02 {
  width: 0vw;
  height: 2.4vw;
  top: 1490vw;
  left: 8vw;
  background: #C9EBF5;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-1-line02 {
    width: 0;
    height: 18px;
    top: 11175px;
    left: 60px;
  }
}
.sec03 .sec03-1-line02.is-active {
  width: 29.4666666667vw;
}
@media screen and (min-width: 750px) {
  .sec03 .sec03-1-line02.is-active {
    width: 221px;
  }
}

footer {
  position: absolute;
  width: 100%;
  height: 61.3333333333vw;
  top: 1692.1333333333vw;
  left: 0;
  text-align: center;
  padding: 5% 0 14%;
  font-size: 2.6vw;
}
@media screen and (min-width: 750px) {
  footer {
    height: 460px;
    top: 12691px;
    font-size: 19.5px;
  }
}
footer .logo img {
  width: 42.8vw;
}
@media screen and (min-width: 750px) {
  footer .logo img {
    width: auto;
  }
}
footer ul {
  margin-top: 5%;
  list-style: none;
  display: flex;
  justify-content: center;
}
footer ul li {
  padding: 0 1em;
  line-height: 1;
  color: #000;
}
footer ul li:first-child {
  border-right: 1px solid #000;
}
footer ul li a:link {
  color: black;
}
footer ul li a:visited {
  color: black;
}
footer address {
  font-style: normal;
  line-height: 2;
}

/*# sourceMappingURL=style.css.map */
