/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap");
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets_campaign/houjingogo/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

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

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

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

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

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  opacity: 0;
  -webkit-transition: opacity .7s ease-out;
  transition: opacity .7s ease-out;
}

body.is-visible {
  opacity: 1;
}

a {
  color: #9ADBE5;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #9ADBE5;
  color: #fff;
}

::selection {
  background: #9ADBE5;
  color: #fff;
}

::-moz-selection {
  background: #9ADBE5;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: relative;
  background: #9BDCE6;
  overflow: hidden;
}

.l-header:before {
  content: '';
  display: block;
  width: 100%;
  max-height: 310px;
  height: 49%;
  background: url(../img/bg1.png) repeat-x center bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .l-header:before {
    height: 50%;
  }
}

.l-header:after {
  content: '';
  display: block;
  width: 100%;
  max-height: 240px;
  height: 38%;
  background: url(../img/bg2.png) no-repeat center bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .l-header:after {
    height: 34%;
  }
}

.l-header .logo {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 30px;
  width: 235px;
}

@media screen and (max-width: 1000px) {
  .l-header .logo {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .logo {
    width: 34%;
    top: 3%;
    left: 3%;
  }
}

.l-header .btn1 {
  display: block;
  position: absolute;
  position: fixed;
  z-index: 1;
  top: 18px;
  width: 10%;
}

@media screen and (min-width: 769px) {
  .l-header .btn1 {
    min-width: 140px;
  }
}

@media screen and (min-width: 1201px) {
  .l-header .btn1 {
    left: 50%;
    margin-left: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .l-header .btn1 {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .btn1 {
    top: 3%;
    right: 3%;
    width: 22%;
  }
}

.l-header_in {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 7%;
  padding-bottom: 8%;
}

@media screen and (max-width: 768px) {
  .l-header_in {
    padding-top: 12%;
    padding-bottom: 28%;
  }
}

.l-header_in .img1 {
  margin: 0 auto;
  width: 60%;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .l-header_in .img1 {
    width: 80%;
  }
}

.l-header_in .img2 {
  position: absolute;
  right: 1%;
  bottom: 1%;
  width: 37%;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .l-header_in .img2 {
    right: 4%;
    bottom: 2%;
    width: 48%;
  }
}

.l-header_in .bg1 {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_in .bg1 {
    left: 9%;
    top: 34%;
    width: 8%;
  }
}

@media screen and (max-width: 768px) {
  .l-header_in .bg1 {
    left: 8%;
    bottom: 10%;
    width: 16%;
  }
}

.l-header_in .bg2 {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_in .bg2 {
    right: 12%;
    top: 34%;
    width: 9.6%;
  }
}

@media screen and (max-width: 768px) {
  .l-header_in .bg2 {
    right: 2%;
    bottom: 49%;
    width: 12%;
  }
}

.l-header_in .bg3 {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_in .bg3 {
    width: 5.3%;
    top: 15%;
    left: 5.8%;
  }
}

@media screen and (max-width: 768px) {
  .l-header_in .bg3 {
    left: 3%;
    top: 26%;
    width: 8%;
  }
}

.l-header_in .bg4 {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_in .bg4 {
    width: 9.5%;
    top: 21%;
    left: 12.5%;
  }
}

@media screen and (max-width: 768px) {
  .l-header_in .bg4 {
    left: -2%;
    top: 14%;
    width: 15%;
  }
}

.l-header_in .bg5 {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_in .bg5 {
    width: 5.3%;
    top: 35%;
    right: 3.5%;
  }
}

@media screen and (max-width: 768px) {
  .l-header_in .bg5 {
    right: 24%;
    top: 2%;
    width: 15%;
  }
}

.l-header_in .bg6 {
  position: absolute;
  width: 10.2%;
  top: 2%;
  right: 26%;
}

@media screen and (max-width: 768px) {
  .l-header_in .bg6 {
    right: 44%;
    top: 6%;
    width: 8%;
  }
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* -----------------------------------
section
------------------------------------ */
.l-sec_in {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-sec_in {
    max-width: 500px;
    padding: 0 4%;
  }
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  background: #ddf0f1;
}

.l-footer_in {
  padding: 120px 0 40px;
}

@media screen and (max-width: 768px) {
  .l-footer_in {
    padding: 50px 0 20px;
  }
}

.l-footer ul {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer ul {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .l-footer ul li {
    display: inline-block;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer ul li {
    display: inline-block;
    text-align: center;
  }
  .l-footer ul li:first-child {
    display: block;
    margin-bottom: 20px;
  }
}

.l-footer ul li a {
  color: black;
  text-decoration: none;
}

.l-footer ul li a:hover {
  text-decoration: underline;
}

.l-footer small {
  display: block;
  margin: 80px auto 0;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-footer small {
    margin: 30px auto 0;
    font-size: 1.0rem;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
hover
------------------------------------ */
.c-hover {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.c-hover.-fade:hover {
  opacity: .7;
}

.c-hover.-zoom img {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.c-hover.-zoom:hover img {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

/* -----------------------------------
btn
------------------------------------ */
.c-btn {
  position: relative;
  display: block;
  background: #64C2D6;
  text-align: center;
  list-style: 1;
  padding: 15px 30px 15px 15px;
  font-size: 110%;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 30px;
  text-decoration: none;
  color: white;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.1rem;
    padding: 10px 15px 10px 10px;
  }
}

@media screen and (min-width: 769px) {
  .c-btn:hover {
    -webkit-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
  }
}

.c-btn.-orange {
  background: #EA7600;
}

.c-btn.-green {
  background: #00778A;
}

.c-btn.-pink {
  background: #DF7496;
}

.c-btn:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/sec5_icon.png) no-repeat right;
  background-size: 50%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-btn:after {
    right: 8px;
    background-size: 40%;
  }
}

/* -----------------------------------
movie
------------------------------------ */
.c-movie {
  position: relative;
  border-radius: 15px;
  max-width: 550px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-movie {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .c-movie.-sp_w80p {
    width: 80%;
  }
}

.c-movie:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .c-movie:after {
    top: 5px;
    left: 5px;
  }
}

.c-movie:before {
  content: '';
  display: block;
  width: 106px;
  height: 120px;
  background: url(../img/ico_play.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c-movie:before {
    width: 60px;
    height: 70px;
  }
}

.c-movie:hover {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

.c-movie img {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* ---------------------------------------
p-youtube
--------------------------------------- */
.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.p-youtubeCover.is-visible {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-youtube {
  display: none;
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

.p-youtube_close:hover {
  opacity: .7;
}

.p-youtube.is-visible {
  display: block;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

/* ---------------------------------------
animation
--------------------------------------- */
.js-animation-main:before {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  bottom: -300px;
  opacity: 0;
}

.js-animation-main:after {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 0;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.js-animation-main.is-animation:before {
  bottom: 0;
  opacity: 1;
}

.js-animation-main.is-animation:after {
  bottom: 0;
  opacity: 1;
}

.js-animation-main_child.-logo {
  -webkit-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out;
  opacity: 0;
}

.js-animation-main_child.-logo.is-animation {
  opacity: 1;
}

.js-animation-main_child.-title {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.48);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.48);
  -webkit-transition-timing-function: cubic-bezier(0.14, 0.37, 0.52, 1.55);
          transition-timing-function: cubic-bezier(0.14, 0.37, 0.52, 1.55);
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6) translateY(50px);
          transform: scale(0.6, 0.6) translateY(50px);
}

.js-animation-main_child.-title.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.js-animation-main_child.-hito {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(100px);
          transform: scale(0.7, 0.7) translateY(100px);
}

.js-animation-main_child.-hito.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.js-animation-main_child.-hoshi1 {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.48);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.48);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(120px);
          transform: scale(0.7, 0.7) translateY(120px);
}

.js-animation-main_child.-hoshi1.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-animation-main_child.-hoshi2 {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.48);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.48);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(120px);
          transform: scale(0.7, 0.7) translateY(120px);
}

.js-animation-main_child.-hoshi2.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.js-animation-main_child.-kumo1 {
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(-120px);
          transform: scale(0.7, 0.7) translateY(-120px);
}

.js-animation-main_child.-kumo1.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.js-animation-main_child.-kumo2 {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.38);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.38);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(-120px);
          transform: scale(0.7, 0.7) translateY(-120px);
}

.js-animation-main_child.-kumo2.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.js-animation-main_child.-kumo3 {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.38);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.38);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(-120px);
          transform: scale(0.7, 0.7) translateY(-120px);
}

.js-animation-main_child.-kumo3.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.js-animation-main_child.-kumo4 {
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(-120px);
          transform: scale(0.7, 0.7) translateY(-120px);
}

.js-animation-main_child.-kumo4.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.js-animation-main_child.-btn {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.71, 1.28);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(-120px);
          transform: scale(0.7, 0.7) translateY(-120px);
}

.js-animation-main_child.-btn.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.js-animation-main_child.-delay1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.js-animation-main_child.-delay2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.js-animation-main_child.-delay3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.js-animation-main_child.-delay4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.js-animation-main_child.-delay5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.js-animation-main_child.-delay6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.js-animation-main_child.-delay7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.js-animation-main_child.-delay8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.js-animation-main_child.-delay9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.js-animation-main_child.-delay10 {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.js-animation-main_child.-delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.js-animation-main_child.-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-animation-main_child.-delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.js-animation-main_child.-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.js-animation-main_child.-delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-animation-main_child.-delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.js-animation-main_child.-delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.js-animation-main_child.-delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.js-animation-main_child.-delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.js-animation-main_child.-delay20 {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

/* ---------------------------------------
animation
--------------------------------------- */
.js-animation.-slideup {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-animation.-zoomup {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(40px);
          transform: scale(0.7, 0.7) translateY(40px);
}

.js-animation.-zoomup.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
}

@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}

@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1.0rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1.0em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}

@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}

/* -----------------------------------
Page
------------------------------------ */
/*
 * _page.scss
 */
/* -----------------------------------
index
------------------------------------ */
#sec1 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #sec1 .l-sec_in {
    max-width: 450px;
  }
}

@media screen and (min-width: 1001px) {
  #sec1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#sec1 dl dt {
  text-align: center;
}

@media screen and (min-width: 1001px) {
  #sec1 dl dt {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

@media screen and (max-width: 1000px) {
  #sec1 dl dt img {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #sec1 dl dt img {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #sec1 dl dd {
    -ms-flex-preferred-size: calc(100% - 31%);
        flex-basis: calc(100% - 31%);
  }
}

@media screen and (max-width: 768px) {
  #sec1 dl dd {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  #sec1 dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1000px) {
  #sec1 dl dd ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sec1 dl dd ul {
    display: inline-block;
  }
}

#sec1 dl dd ul li {
  position: relative;
}

@media screen and (min-width: 769px) {
  #sec1 dl dd ul li {
    margin-top: 10px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    background: url(../img/sec1_line.png) repeat-y right center;
    background-size: 3px auto;
  }
  #sec1 dl dd ul li:last-child {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #sec1 dl dd ul li {
    margin: 0 auto;
    padding: 8px 15px;
    vertical-align: middle;
    text-align: left;
  }
}

#sec1 dl dd ul li .img {
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  #sec1 dl dd ul li .img {
    width: 60px;
    height: 60px;
    margin: 15px auto;
  }
}

@media screen and (max-width: 768px) {
  #sec1 dl dd ul li .img {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
  }
}

#sec1 dl dd ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#sec1 dl dd ul li .img.-img1 img {
  width: 47px;
}

#sec1 dl dd ul li .img.-img2 img {
  width: 51px;
}

#sec1 dl dd ul li .img.-img3 img {
  width: 47px;
}

#sec1 dl dd ul li .img.-img4 img {
  width: 49px;
}

#sec1 dl dd ul li .img.-img5 img {
  width: 50px;
}

#sec1 dl dd ul li .txt1 {
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #sec1 dl dd ul li .txt1 {
    display: inline-block;
  }
}

#sec1 dl dd ul li .txt1 p {
  letter-spacing: 0.5px;
  font-weight: 900;
}

#sec1 dl dd ul li .txt1 p strong {
  font-size: 2.0rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #sec1 dl dd ul li .txt1 p strong {
    font-size: 1.7rem;
  }
}

#sec2 {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #DEF1F2;
}

#sec2:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 30vw solid #9ADBE5;
  border-left: 100vw solid transparent;
  z-index: 0;
}

#sec2:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/s2_bg.png) no-repeat center 80px;
}

@media screen and (max-width: 768px) {
  #sec2:before {
    background: url(../img/s2_bg_sp.png) no-repeat center 15px;
    background-size: 120%;
  }
}

#sec2 .l-sec_in {
  position: relative;
  z-index: 2;
  background: url(../img/sec2_bg.png) no-repeat;
  background-size: 90%;
  background-position-x: center;
  background-position-y: 20px;
  padding-top: 11%;
  padding-bottom: 10%;
}

@media screen and (max-width: 768px) {
  #sec2 .l-sec_in {
    background: url(../img/sec2_bg_sp.png) no-repeat;
    background-size: 95%;
    background-position-x: center;
    background-position-y: 20px;
    margin-top: 7%;
    padding-bottom: 52%;
  }
}

#sec2 .img1 {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  #sec2 .img1 {
    width: 80%;
    margin-top: 10%;
    margin-bottom: 7%;
  }
}

#sec2 .txt1 p {
  font-size: 2.3rem;
  margin-bottom: 20px;
  line-height: 230%;
}

@media screen and (max-width: 768px) {
  #sec2 .txt1 p {
    width: 80%;
    margin: 0 auto 6%;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 374px) {
  #sec2 .txt1 p {
    font-size: 1.1rem;
  }
}

#sec2 .txt1 p strong {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  color: #64C2D6;
}

#sec2 .movie {
  position: relative;
  margin-top: 3%;
}

#sec3 {
  position: relative;
  text-align: center;
  background: #9BDCE6 url(../img/bg1.png) repeat-x center bottom;
  padding: 0px 20px 220px;
}

@media screen and (max-width: 768px) {
  #sec3 {
    padding: 0 0 85px;
    background-size: auto 160px;
  }
}

#sec3:after {
  content: '';
  display: block;
  width: 100%;
  height: 240px;
  background: url(../img/bg2.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #sec3:after {
    height: 110px;
    background-size: auto 110px;
  }
}

#sec3:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/s3_bg.png) no-repeat center 0;
}

@media screen and (max-width: 768px) {
  #sec3:before {
    background: url(../img/s3_bg_sp.png) no-repeat center 20px;
    background-size: 120%;
  }
}

#sec3 .l-sec_in {
  background: url(../img/sec3_bg.png) no-repeat;
  background-size: 100%;
  background-position-x: center;
  padding-top: 13%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #sec3 .l-sec_in {
    padding-left: 0;
    padding-right: 0;
    max-width: 950px;
  }
}

@media screen and (max-width: 768px) {
  #sec3 .l-sec_in {
    background: url(../img/sec3_bg_sp.png) no-repeat;
    background-size: 92%;
    padding-bottom: 0;
    padding-top: 13%;
    background-position-x: center;
    position: relative;
  }
}

#sec3 .l-sec_in:after {
  content: '';
  background: url(../img/sec3_bg_under.png) no-repeat center bottom;
  background-size: 100%;
  bottom: -100px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  display: block;
}

@media screen and (max-width: 768px) {
  #sec3 .l-sec_in:after {
    content: '';
    background: url(../img/sec3_bg_under_sp.png) no-repeat center bottom;
    background-size: 92%;
    bottom: -30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 30px;
    left: 0;
    display: block;
  }
}

#sec3 .img1 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 78%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec3 .img1 {
    width: 85%;
    margin-bottom: 7%;
  }
}

#sec3 .img2 {
  margin: 0 auto;
  width: 95%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec3 .img2 {
    width: 85%;
    margin-bottom: 7%;
  }
}

#sec3 .img3 {
  margin: 0 auto;
  width: 87%;
}

@media screen and (max-width: 768px) {
  #sec3 .img3 {
    width: 95%;
  }
}

#sec3 .s3_box {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec3 .s3_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box {
    width: 90%;
  }
}

#sec3 .s3_box_child {
  position: relative;
  border: 2px solid black;
  border-radius: 15px;
  background: #FFF3D7;
  margin-top: 8%;
}

@media screen and (min-width: 769px) {
  #sec3 .s3_box_child {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box_child {
    border-radius: 10px;
  }
}

#sec3 .s3_box_child .img1 {
  width: 70%;
  margin: -25px auto 0;
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box_child .img1 {
    width: 50%;
    margin: -15px auto 0;
  }
}

#sec3 .s3_box_child .img2 {
  width: 85%;
  margin: 5% auto 5%;
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box_child .img2 {
    width: 95%;
    margin: 3% auto 5%;
  }
}

#sec3 .s3_box_child .img3 {
  position: relative;
  width: 85%;
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box_child .img3 {
    width: 65%;
  }
}

#sec3 .s3_box_child .img3 img {
  border-radius: 10px;
}

#sec3 .s3_box_child .img3 .img4 {
  position: absolute;
  width: 33%;
  top: -5%;
  left: -18%;
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box_child .img3 .img4 {
    width: 50%;
    top: 5%;
    left: -25%;
  }
}

#sec3 .s3_box_child .txt1 {
  width: 85%;
  font-size: 115%;
  line-height: 180%;
  margin: 5% auto 5%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec3 .s3_box_child .txt1 {
    font-size: 1.2rem;
  }
}

#sec3 .img5 {
  position: absolute;
  right: 3%;
  bottom: 0%;
  width: 45%;
  margin-top: 15%;
}

@media screen and (max-width: 768px) {
  #sec3 .img5 {
    display: none;
  }
}

#sec4 {
  position: relative;
  padding: 90px 0 120px;
}

@media screen and (max-width: 768px) {
  #sec4 {
    padding: 35px 0 70px;
  }
}

@media screen and (max-width: 768px) {
  #sec4 {
    padding-top: 40px;
    padding-bottom: 15%;
  }
}

#sec4 .img1 {
  margin: 0 auto;
  margin-bottom: 7%;
  width: 63.5%;
}

#sec4 .s4_box {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sec4 .s4_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#sec4 .s4_box_child {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin: 0 27px;
  position: relative;
  border: 2px solid black;
  border-radius: 15px;
  background: url(../img/sec4_bg.png) repeat;
  background-size: 10px;
  padding: 5% 5% 3%;
}

@media screen and (max-width: 768px) {
  #sec4 .s4_box_child {
    padding: 10% 10% 5%;
  }
}

@media screen and (max-width: 768px) {
  #sec4 .s4_box_child:first-child {
    margin-bottom: 30px;
  }
}

#sec4 .s4_box .img1 {
  position: absolute;
  width: 111px;
  top: -30px;
  left: -31px;
}

#sec4 .s4_box .img {
  position: relative;
}

#sec4 .s4_box .img .img3 {
  position: absolute;
  width: 30%;
  top: -15%;
  right: -10%;
}

#sec4 .s4_box .txt1 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #sec4 .s4_box .txt1 {
    margin-top: 20px;
  }
}

#sec4 .s4_box .txt1 p {
  text-align: justify;
  font-size: 1.7rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  #sec4 .s4_box .txt1 p {
    font-size: 1.3rem;
    line-height: 150%;
  }
}

#sec4 .s4_box .txt1 p strong {
  color: #64C2D6;
}

#sec5 {
  position: relative;
}

@media screen and (min-width: 769px) {
  #sec5 {
    padding: 0 0 150px;
    background: #99dae4 url(../img/s5_bg.png) no-repeat center 80px;
  }
}

@media screen and (max-width: 768px) {
  #sec5 {
    padding: 0 0 50px;
    background: #99dae4 url(../img/s5_bg_sp.png) no-repeat center 40px;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 500px) {
  #sec5 {
    background-size: 430px auto;
  }
}

#sec5 .img1 {
  margin: 0 auto 6%;
  width: 57.4%;
}

@media screen and (max-width: 768px) {
  #sec5 .img1 {
    width: 80%;
    margin-bottom: 30px;
  }
}

#sec5 .img1 img {
  margin-top: -40px;
}

#sec5 .s5_sec1 {
  margin: 0 auto 8%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 5%;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec1 {
    padding: 7% 5%;
  }
}

#sec5 .s5_sec1 .img2 {
  margin: 0 auto 6%;
}

@media screen and (min-width: 769px) {
  #sec5 .s5_sec1 ul {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec1 ul {
    display: block;
  }
}

#sec5 .s5_sec1 ul li {
  position: relative;
}

@media screen and (min-width: 769px) {
  #sec5 .s5_sec1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 51%;
    padding-left: 14%;
    min-height: 150px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec1 ul li {
    padding-right: 40%;
    min-height: 150px;
    margin-bottom: 20px;
  }
}

#sec5 .s5_sec1 ul li .img3 {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec1 ul li .img3 {
    margin-bottom: 5%;
    margin-top: 10px;
  }
}

#sec5 .s5_sec1 ul li .img3.-img1 img {
  width: 75%;
}

#sec5 .s5_sec1 ul li .img3.-img2 img {
  width: 65%;
}

#sec5 .s5_sec1 ul li .img4 {
  position: absolute;
  top: -5px;
  right: 160px;
  width: 21%;
}

#sec5 .s5_sec1 ul li .img4 img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec1 ul li .img4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
  }
}

#sec5 .s5_sec1 ul li .txt1 {
  margin-bottom: 38px;
  letter-spacing: 1px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec1 ul li .txt1 {
    font-weight: bold;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 769px) {
  #sec5 .s5_sec1 ul li .txt1 br {
    display: none;
  }
}

#sec5 .s5_sec2 {
  margin: 0 auto 8%;
  background-color: #FFEC4E;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 5%;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec2 {
    padding: 7% 5%;
  }
}

#sec5 .s5_sec2 .img2 {
  margin: 0 auto 5%;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec2 .img2 {
    margin-bottom: 5%;
  }
}

#sec5 .s5_sec2 .txt1 {
  max-width: 550px;
  margin: 0 auto;
  font-size: 1.5rem;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec2 .txt1 {
    font-size: 1.1rem;
  }
}

#sec5 .s5_sec2 .movie {
  margin: 0 auto 5%;
}

#sec5 .s5_sec2 .txt2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec2 .txt2 {
    font-size: 1.1rem;
  }
}

#sec5 .s5_sec2 .link {
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec2 .link {
    width: 50%;
  }
}

#sec5 .s5_sec3 {
  margin: 0 auto;
  background: white;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 5%;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec3 {
    padding: 7% 5%;
  }
}

#sec5 .s5_sec3 .img2 {
  margin: 0 auto 5%;
}

#sec5 .s5_sec3 .txt1 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 35px;
  margin: 0 auto 5%;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec3 .txt1 {
    font-size: 1.1rem;
    font-weight: 550;
    line-height: 180%;
    text-align: left;
  }
}

#sec5 .s5_sec3 .link {
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sec5 .s5_sec3 .link {
    width: 50%;
  }
}

#sec6 {
  padding: 60px 0 120px;
}

@media screen and (max-width: 768px) {
  #sec6 {
    padding: 30px 0 50px;
  }
}

#sec6 .img1 {
  margin: 0 auto 5%;
  width: 28%;
}

#sec6 .txt1 {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #sec6 .txt1 {
    font-size: 1.3rem;
  }
}

#sec6 .txt1 strong {
  font-size: 1.8em;
  letter-spacing: 2px;
  color: #87CEFA;
}

@media screen and (max-width: 768px) {
  #sec6 .txt1 strong {
    font-size: 1.7rem;
  }
}

#sec6 .link {
  margin: 5% auto 0;
  width: 88%;
}
/*# sourceMappingURL=style.css.map */