/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo,
    sans-serif;
  letter-spacing: 0px;
  color: #556682;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ブラウザのスタイルリセット */

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  /* その他のスタイリング */
}

#top .imgBox {
  margin: 0 auto 60px;
  text-align: center;
}

#top #main {
  background-image: url(../img/bg.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #44a2a1;
  padding: 10px;
}

.mv {
  width: 100%;
  background-color: #fff;
  border-radius: 50px 50px 0px 0px;
  position: relative;
  padding-bottom: 160px;
}

.mv .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 52px;
  height: 33px;
}

.mv .item01 img {
  margin: 0 auto;
  width: 412px;
  display: block;
}
.mv .mv-item02 {
  margin: 134px auto 0;
  width: 1200px;
  position: relative;
}

.mv .mv-item02 .btn {
  position: absolute;
  top: 440px;
}

.sec01 {
  background-color: #fff;
  padding-bottom: 160px;
}

.sec01 .img img {
  display: block;
  margin: 0 auto;
}

.sec02 {
  background-color: #fff;
  background-image: url(../img/sec02_base.png);
  width: 100%;
  background-position: center;
  height: 776px;
}
.sec02 .item01 {
  padding-top: 78px;
}
.sec02 .item02 {
  padding-top: 120px;
}
.sec02 .item01 img {
  display: block;
  margin: 0 auto;
}
.sec02 .item02 img {
  display: block;
  margin: 0 auto;
}

.sec03 {
  background-color: #fff;
  width: 100%;
  height: 480px;
  position: relative;
  padding-bottom: 180px;
}
.sec03 .item01 {
  position: absolute;
  top: -50px;
  width: 100%;
}
.sec03 .item01 img {
  display: block;
  width: 338px;
  margin: 0 auto;
}

.title {
  background-color: #44a2a1;
  width: 100%;
  height: 240px;
  position: relative;
}

.title .title-item01 {
  position: absolute;
  top: -30px;
  width: 100%;
}

.title .title-item01 img {
  width: 74px;
  display: block;
  margin: 0 auto;
}

.title .title-item02 {
  width: 100%;
  padding-top: 110px;
}
.title .title-item02 img {
  display: block;
  margin: 0 auto;
}

.sec05 {
  background-color: #fff;
  width: 100%;
  /* height: 884px; */
  position: relative;
  padding: 120px 0;
}

.sec05 .item01 {
  width: 100%;
  padding-bottom: 180px;
}
.sec05 .item01 img {
  display: block;
  margin: 0 auto;
}

.sec05 .cta {
  width: 100%;
  text-align: center;
}
.sec05 .cta a img {
  display: block;
  margin: 0 auto;
}

.sec07 {
  background-color: #fff;
  width: 100%;
  /* height: 900px; */
  position: relative;
  padding: 120px 0;
}

.sec07 .item01 {
  width: 100%;
  padding-bottom: 100px;
}
.sec07 .item01 img {
  display: block;
  margin: 0 auto;
}

.sec07 .cta {
  width: 100%;
  text-align: center;
}
.sec07 .cta a img {
  display: block;
  margin: 0 auto;
}

.sec09 {
  background-color: #fff;
  width: 100%;
  height: 500px;
  position: relative;
  padding: 120px 0;
}

.sec09 .item01 {
  width: 100%;
}
.sec09 .item01 img {
  display: block;
  margin: 0 auto;
}

.sec11 {
  background-color: #fff;
  width: 100%;
  height: 890px;
  position: relative;
  padding: 120px 0;
}

.sec11 .item01 {
  width: 100%;
}
.sec11 .item01 img {
  display: block;
  margin: 0 auto;
}

.sec13 {
  background-color: #fff;
  width: 100%;
  height: 1175px;
  position: relative;
  padding: 120px 0;
}

.sec13 .item01 {
  width: 100%;
}
.sec13 .item01 img {
  display: block;
  margin: 0 auto;
}
.sec14 {
  background: #dae9e8;
  padding: 70px 10px;
}
.sec14 .item01 {
  width: 100%;
  text-align: center;
}
.sec15 {
  background: #de6e77;
  padding: 70px 10px;
}
.sec15 div {
  width: 100%;
  text-align: center;
}

footer {
  height: 120px;
  width: 100%;
  position: relative;
}
footer ul {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -80px;
}

footer ul li.item02 {
  margin-top: 80px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .mv {
    width: 100%;
    background-color: #fff;
    border-radius: 16px 16px 0px 0px;
    position: relative;
    padding-bottom: 80px;
  }

  .mv .mv-sp-item img {
    width: 100%;
  }

  .mv .mv-sp-btn img {
    width: 100%;
    padding: 0 10px;
  }
  .mv .mv-sp-btn {
    margin-top: 4px;
  }

  .sec02 {
    background-color: #fff;
    background-image: none;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  .sec01 {
    background-color: #fff;
    padding-bottom: 80px;
  }
  .sec01 .sp-img img {
    width: 100%;
  }
  .sec02 .sp-item img {
    width: 100%;
  }
  .title .sp-title img {
    width: 100%;
  }
  .title {
    height: auto;
  }
  .sec05 {
    height: auto;
    position: relative;
    padding: 80px 0;
  }
  .sec05 .sp-item img {
    width: 100%;
  }
  .sec05 .sp-button img {
    width: 100%;
    padding: 0 10px;
  }
  .sec05 .sp-button {
    margin-top: 60px;
  }
  .sec07 {
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .sec07 .sp-item img {
    width: 100%;
  }
  .sec07 .sp-button img {
    width: 100%;
    padding: 0 10px;
  }
  .sec07 .sp-button {
    margin-top: 60px;
  }

  .sec09 {
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .sec09 .sp-item img {
    width: 100%;
  }

  .sec11 {
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .sec11 .sp-item img {
    width: 100%;
  }

  .sec13 {
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .sec13 .sp-item img {
    width: 100%;
  }
  .sec14 {
    padding: 40px 10px;
  }

  footer .footer-sp img {
    width: 100%;
  }
}
