@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/RoundedMplus1c-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/RoundedMplus1c-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/RoundedMplus1c-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* 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;
  color: black;
}

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

* {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5333;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  line-height: 1.53;
}

/* base
--------------------------------------------------------------*/
.container {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 960px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* common
--------------------------------------------------------------*/
.bg-bdr {
  background-image: url(../images/bg-bdr.png);
}

.entry-btn {
  text-align: center;
}

.entry-btn img {
  max-width: 336px;
}

@media (max-width: 767px) {
  .entry-btn img {
    max-width: 80%;
  }
}

a {
  text-decoration: none;
  transition: all .6s;
}

a:hover {
  opacity: .7;
}

.c-pink {
  color: #f0465a;
}

.marker-yellow {
  background: linear-gradient(transparent 55%, #faf096 58%);
}

.marker-green {
  background: linear-gradient(transparent 55%, #c8f0c8 58%);
}

.blk-border {
  border-bottom: 1px solid #000;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.ib {
  display: inline-block;
}

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

/* animation
--------------------------------------------------------------*/
/* header
--------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
}

header .header {
  height: 80px;
}

@media (max-width: 767px) {
  header .header {
    height: 70px;
  }
}

@media (max-width: 767px) {
  header .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 350px) {
  header .header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

@media (max-width: 767px) {
  header .header .header-inner {
    height: 70px;
  }
}

header .header .hdr_logo {
  display: flex;
  align-items: center;
  padding: 13px 0 7px 0;
}

@media (max-width: 767px) {
  header .header .hdr_logo {
    padding: 10px 0 10px 0;
  }
}

header .header .hdr_logo img {
  max-width: 120px;
}

@media (max-width: 767px) {
  header .header .hdr_logo img {
    max-width: 90px;
  }
}

@media (max-width: 429px) {
  header .header .hdr_logo img {
    max-width: 70px;
  }
}

header .header .hdr_logo .hdr_txt {
  font-size: 20px;
  margin-left: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  header .header .hdr_logo .hdr_txt {
    font-size: 15px;
    margin-left: 20px;
  }
}

@media (max-width: 429px) {
  header .header .hdr_logo .hdr_txt {
    margin-left: 10px;
  }
}

/* navBtn
--------------------------------------------------------------*/
#navBtn {
  position: relative;
  width: 55px;
  height: 55px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

#navBtn:hover {
  opacity: 1;
}

#navBtn span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 3px;
  background-color: #fff;
  transition: all .4s;
}

#navBtn span:nth-of-type(1) {
  top: 16px;
}

#navBtn span:nth-of-type(2) {
  top: 26px;
}

#navBtn span:nth-of-type(3) {
  top: 36px;
}

#navBtn.active span:nth-of-type(1) {
  top: 16px;
  left: 15px;
  transform: translateY(9px) rotate(-45deg);
  width: 45%;
}

#navBtn.active span:nth-of-type(2) {
  opacity: 0;
}

#navBtn.active span:nth-of-type(3) {
  top: 32px;
  left: 15px;
  transform: translateY(-7px) rotate(45deg);
  width: 45%;
}

/* gNav
--------------------------------------------------------------*/
.gNav {
  background-color: #e7e7ad;
  width: 100%;
  display: none;
  height: 100vh;
}

.gNav ul {
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 250px;
}

.gNav li a {
  font-weight: 500;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 2px dotted #000;
  display: block;
  color: #000;
}

/* MV
--------------------------------------------------------------*/
main {
  padding-top: 80px;
}

@media (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}

.mv {
  background-image: url(../images/mv/mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mv {
    background-image: url(../images/mv/mv-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.mv-inner {
  width: 670px;
  height: 640px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .mv-inner {
    width: 95%;
    height: 143vw;
  }
}

.mv-item {
  position: absolute;
}

.mv-item.img01 {
  width: 78.3582%;
  top: 4.68%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .mv-item.img01 {
    width: 97.56%;
  }
}

.mv-item.img02 {
  bottom: 15.625%;
  left: 50%;
  transform: translateX(-50%);
  width: 51.4925%;
  z-index: 1;
  display: none;
}

@media (max-width: 767px) {
  .mv-item.img02 {
    width: 75.6097%;
    bottom: 21.7642%;
  }
}

.mv-item.img03 {
  bottom: 0;
  width: 42.5373%;
  z-index: 2;
  left: -30px;
  opacity: 0;
  transition: all 1s;
}

@media (max-width: 767px) {
  .mv-item.img03 {
    width: 42.6829%;
    bottom: 2.9268%;
  }
}

.mv-item.img03.active {
  opacity: 1;
  left: 0;
}

.mv-item.img04 {
  bottom: 0;
  width: 42.5373%;
  z-index: 2;
  right: -30px;
  opacity: 0;
  transition: all 1s;
}

@media (max-width: 767px) {
  .mv-item.img04 {
    width: 42.6829%;
    bottom: 2.9268%;
  }
}

.mv-item.img04.active {
  opacity: 1;
  right: 0;
}

.mv-item.img05 {
  bottom: 2.34375%;
  width: 18.6567%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@media (max-width: 767px) {
  .mv-item.img05 {
    width: 20.7317%;
    bottom: 11.056%;
  }
}

/* sec01
--------------------------------------------------------------*/
.sec01 {
  padding: 75px 0 100px;
}

@media (max-width: 767px) {
  .sec01 {
    padding: 30px 0 50px;
  }
}

.sec01 h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec01 h2 {
    margin-bottom: 25px;
  }
}

.sec01 h2 img {
  max-width: 496px;
}

@media (max-width: 767px) {
  .sec01 h2 img {
    max-width: 100%;
  }
}

.sec01 .plus-icon {
  text-align: center;
  margin: 30px 0 20px;
}

@media (max-width: 767px) {
  .sec01 .plus-icon {
    margin: 20px 0 15px;
  }
}

.sec01 .plus-icon img {
  max-width: 100px;
}

@media (max-width: 767px) {
  .sec01 .plus-icon img {
    max-width: 80px;
  }
}

.sec01 .plus-copy {
  text-align: center;
}

.sec01 .plus-copy img {
  max-width: 420px;
}

@media (max-width: 767px) {
  .sec01 .plus-copy img {
    max-width: 310px;
  }
}

.sec01 .content01,
.sec01 .content02 {
  position: relative;
}

.sec01 .content01:after,
.sec01 .content02:after {
  content: "";
  position: absolute;
  background: url(../images/sec01/sec01-flower-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 125px;
  height: 120px;
  top: 115px;
  right: 100px;
}

@media (max-width: 960px) {
  .sec01 .content01:after,
  .sec01 .content02:after {
    right: 50px;
    top: 50px;
  }
}

@media (max-width: 767px) {
  .sec01 .content01:after,
  .sec01 .content02:after {
    content: none;
  }
}

.sec01 .content01:before,
.sec01 .content02:before {
  content: "";
  position: absolute;
  background: url(../images/sec01/sec01-flower-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 118px;
  height: 111px;
  top: 130px;
  left: 100px;
}

@media (max-width: 960px) {
  .sec01 .content01:before,
  .sec01 .content02:before {
    left: 50px;
    top: 50px;
  }
}

@media (max-width: 767px) {
  .sec01 .content01:before,
  .sec01 .content02:before {
    content: none;
  }
}

.sec01 .content01 .content01-inner,
.sec01 .content01 .content02-inner,
.sec01 .content02 .content01-inner,
.sec01 .content02 .content02-inner {
  margin: 0 auto;
  background: url(../images/sec01/sec01-content01-bg-middle.png) repeat-y 50% 0;
  background-size: 100% auto;
  padding: 30px 0 45px;
}

@media (max-width: 767px) {
  .sec01 .content01 .content01-inner,
  .sec01 .content01 .content02-inner,
  .sec01 .content02 .content01-inner,
  .sec01 .content02 .content02-inner {
    background: url(../images/sec01/sec01-content01-bg-middle-sp.png) repeat-y 50% 0;
    background-size: 100% auto;
    padding: 15px 0 20px;
  }
}

.sec01 .content01 .content01-inner h3,
.sec01 .content01 .content02-inner h3,
.sec01 .content02 .content01-inner h3,
.sec01 .content02 .content02-inner h3 {
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .sec01 .content01 .content01-inner h3,
  .sec01 .content01 .content02-inner h3,
  .sec01 .content02 .content01-inner h3,
  .sec01 .content02 .content02-inner h3 {
    font-size: 17px;
  }
}

.sec01 .content01 .content01-inner .imgarea,
.sec01 .content01 .content02-inner .imgarea,
.sec01 .content02 .content01-inner .imgarea,
.sec01 .content02 .content02-inner .imgarea {
  display: flex;
  max-width: 87%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec01 .content01 .content01-inner .imgarea,
  .sec01 .content01 .content02-inner .imgarea,
  .sec01 .content02 .content01-inner .imgarea,
  .sec01 .content02 .content02-inner .imgarea {
    display: block;
    max-width: 90%;
  }
}

.sec01 .content01 .content01-inner .imgarea > div,
.sec01 .content01 .content02-inner .imgarea > div,
.sec01 .content02 .content01-inner .imgarea > div,
.sec01 .content02 .content02-inner .imgarea > div {
  width: 48%;
}

@media (max-width: 767px) {
  .sec01 .content01 .content01-inner .imgarea > div,
  .sec01 .content01 .content02-inner .imgarea > div,
  .sec01 .content02 .content01-inner .imgarea > div,
  .sec01 .content02 .content02-inner .imgarea > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec01 .content01 .content01-inner .imgarea .img01,
  .sec01 .content01 .content02-inner .imgarea .img01,
  .sec01 .content02 .content01-inner .imgarea .img01,
  .sec01 .content02 .content02-inner .imgarea .img01 {
    margin-bottom: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec01 .content01 .content02-inner,
.sec01 .content02 .content02-inner {
  background: url(../images/sec01/sec01-content02-bg-middle.png) repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 30px 0 45px;
}

@media (max-width: 767px) {
  .sec01 .content01 .content02-inner,
  .sec01 .content02 .content02-inner {
    background: url(../images/sec01/sec01-content02-bg-middle-sp.png) repeat-y 50% 0;
    background-size: 100% auto;
    padding: 10px 0 20px;
  }
}

.sec01 .content02 {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .sec01 .content02 {
    margin-top: -30px;
  }
}

.sec01 .content03 {
  max-width: 100%;
  margin-top: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .sec01 .content03 {
    margin-top: 25px;
  }
}

.sec01 .content03 .content03-inner {
  padding: 50px 0 75px;
  background: url(../images/sec01/sec01-content03-bg-middle.png) repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner {
    background: url(../images/sec01/sec01-content03-bg-middle-sp.png) repeat-y 50% 0;
    background-size: 100% auto;
    padding: 15px 0 40px;
  }
}

.sec01 .content03 .content03-inner h3 {
  text-align: center;
  margin-bottom: 40px;
}

.sec01 .content03 .content03-inner h3 img {
  max-width: 360px;
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner h3 img {
    max-width: 80%;
  }
}

.sec01 .content03 .content03-inner .content03-item {
  display: flex;
  max-width: 85%;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner .content03-item {
    display: block;
    max-width: 87%;
  }
}

.sec01 .content03 .content03-inner .content03-item:not(:last-child) {
  margin-bottom: 40px;
}

.sec01 .content03 .content03-inner .content03-item > div {
  width: 49%;
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner .content03-item > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner .content03-item .item-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
  }
}

.sec01 .content03 .content03-inner .content03-item .item-txt .step img {
  max-width: 96px;
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner .content03-item .item-txt .step img {
    max-width: 80px;
  }
}

.sec01 .content03 .content03-inner .content03-item .item-txt p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec01 .content03 .content03-inner .content03-item .item-txt p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 16px;
  }
}

.sec01 .content03 .content03-inner .content03-item .item-illust {
  text-align: center;
}

/* sec02
--------------------------------------------------------------*/
.sec02 {
  background-color: #f5f5d2;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .sec02 {
    padding: 50px 0;
  }
}

.sec02 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sec02 h2 {
    font-size: 23px;
    margin-bottom: 27px;
  }
}

.sec02 .subttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec02 .subttl {
    text-align: left;
    font-size: 17px;
  }
}

.sec02 .sec02-notes {
  background-color: #fad2d2;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec02 .sec02-notes {
    margin-bottom: 25px;
  }
}

.sec02 .sec02-notes .notes-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.sec02 .sec02-notes .notes-inner .notes-img img {
  max-width: 48px;
}

.sec02 .sec02-notes .notes-inner .notes-txt {
  margin-left: 25px;
}

.sec02 .sec02-notes .notes-inner .notes-txt p {
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sec02 .sec02-notes .notes-inner .notes-txt p {
    font-size: 15px;
  }
}

.sec02 .content01 {
  background-color: #fff;
  padding: 50px 10px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec02 .content01 {
    padding: 40px 35px 30px;
    margin-bottom: 29px;
  }
}

.sec02 .content01 .content01-inner {
  max-width: 765px;
  margin: 0 auto;
}

.sec02 .content01 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec02 .content01 h3 {
    font-size: 23px;
    margin-bottom: 27px;
  }
}

.sec02 .content01 p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec02 .content01 p {
    font-size: 17px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.sec02 .content01 .border-dot {
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  padding: 20px 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec02 .content01 .border-dot {
    margin-bottom: 22px;
  }
}

.sec02 .content01 .border-dot li {
  line-height: 1.6;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sec02 .content01 .border-dot li {
    font-size: 15px;
  }
}

.sec02 .content01 .border-dot li span {
  line-height: 1.6;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sec02 .content01 .border-dot li span {
    font-size: 15px;
  }
}

.sec02 .content01 li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec02 .content01 .notes-list li {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sec02 .content01 .notes-list li {
    font-size: 14px;
  }
}

.sec02 .content02 {
  background-color: #fff;
  padding: 50px 25px 80px;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .sec02 .content02 {
    padding: 45px 35px 36px;
    margin-bottom: 35px;
  }
}

.sec02 .content02 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec02 .content02 h3 {
    font-size: 23px;
    margin-bottom: 24px;
  }
}

/* sec03
--------------------------------------------------------------*/
.sec03 {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .sec03 {
    padding: 50px 0 40px;
  }
}

.sec03 .sec03-ttlarea {
  max-width: 650px;
  margin: 0 auto;
}

.sec03 .sec03-ttlarea h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec03 .sec03-ttlarea h2 {
    margin-bottom: 20px;
  }
}

.sec03 .sec03-ttlarea .sec03-txt {
  font-size: 19px;
  line-height: 1.6842;
  font-weight: 500;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec03 .sec03-ttlarea .sec03-txt {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.sec03 .content01 {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .sec03 .content01 {
    margin-bottom: 25px;
  }
}

.sec03 .content01 img {
  max-width: 100%;
}

.sec03 .content01 p {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sec03 .content01 p {
    font-size: 14px;
    margin-top: 13px;
  }
}

.sec03 .content02 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sec03 .content02 {
    display: block;
  }
}

.sec03 .content02 .img01,
.sec03 .content02 .img02 {
  width: 48%;
}

@media (max-width: 767px) {
  .sec03 .content02 .img01,
  .sec03 .content02 .img02 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec03 .content02 .img01 {
    margin-bottom: 32px;
  }
}

.sec03 .content03 {
  margin: 15px 0 50px;
}

@media (max-width: 767px) {
  .sec03 .content03 {
    margin: 23px 0 50px;
  }
  .sec03 .content03 ul li {
    font-size: 14px;
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
}

.sec03 .content04 {
  border: #000 1px solid;
  padding: 50px 0 60px;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .sec03 .content04 {
    padding: 45px 24px 40px;
    margin-bottom: 42px;
  }
}

.sec03 .content04 h3 {
  text-align: center;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .sec03 .content04 h3 {
    margin-bottom: 23px;
  }
}

.sec03 .content04 h3 img {
  max-width: 397px;
}

@media (max-width: 767px) {
  .sec03 .content04 h3 img {
    max-width: 100%;
  }
}

.sec03 .content04 p {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec03 .content04 p {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sec03 .content04 .img-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 823px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec03 .content04 .img-area {
    max-width: 100%;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sec03 .content04 .img-area > div {
  width: 22%;
}

@media (max-width: 767px) {
  .sec03 .content04 .img-area > div {
    width: 48%;
  }
  .sec03 .content04 .img-area > div:nth-child(1), .sec03 .content04 .img-area > div:nth-child(2) {
    margin-bottom: 30px;
  }
}

.sec03 .content05 {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .sec03 .content05 {
    margin-top: 40px;
  }
}

.sec03 .content05 h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec03 .content05 h3 {
    margin-bottom: 26px;
  }
}

.sec03 .content05 h3 img {
  max-width: 428px;
}

@media (max-width: 767px) {
  .sec03 .content05 h3 img {
    max-width: 100%;
  }
}

.sec03 .content05 .txt-area {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec03 .content05 .txt-area {
    max-width: 100%;
  }
}

.sec03 .content05 .txt-area p {
  font-weight: 500;
  line-height: 1.68;
  font-size: 19px;
}

@media (max-width: 767px) {
  .sec03 .content05 .txt-area p {
    font-size: 16px;
  }
}

.sec03 .content05 .txt-area p:first-child {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec03 .content05 .txt-area p:first-child {
    margin-bottom: 30px;
  }
}

/* sec04
--------------------------------------------------------------*/
.sec04 {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .sec04 {
    padding: 50px 0;
  }
}

.sec04 .sec04-inner {
  margin: 0 auto;
  background: url(../images/sec04/sec04-bg-side.png) repeat-y 50% 0;
  background-size: 100% auto;
  padding: 30px 0 70px;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .sec04 .sec04-inner {
    background: url(../images/sec04/sec04-bg-middle-sp.png) repeat-y 50% 0;
    background-size: 100% auto;
  }
}

.sec04 .sec04-inner h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2631;
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner h2 {
    font-size: 23px;
    margin-bottom: 18px;
  }
}

.sec04 .sec04-inner .imgarea {
  display: flex;
  max-width: 87%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .imgarea {
    display: block;
    margin-bottom: 30px;
  }
}

.sec04 .sec04-inner .imgarea > div {
  width: 48%;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .imgarea > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .imgarea > div.img02 {
    margin-top: 40px;
  }
}

.sec04 .line-link {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 95%;
}

.sec04 .page-top-container {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec04 .page-top-container {
    margin-top: 65px;
  }
}

.sec04 .page-top-container img {
  max-width: 90px;
}

@media (max-width: 767px) {
  .sec04 .page-top-container img {
    max-width: 75px;
  }
}

/* footer
--------------------------------------------------------------*/
footer {
  background-color: #3e3e3e;
  padding: 30px 0;
}

footer .footer-link {
  margin-bottom: 30px;
  text-align: center;
}

footer .footer-link img {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer .footer-link img {
    max-width: 100%;
  }
}

footer .footer-logo {
  text-align: center;
}

footer .footer-logo img {
  max-width: 150px;
}

@media (max-width: 767px) {
  footer .footer-logo img {
    max-width: 80px;
  }
}

footer .copy {
  font-size: 10px;
  color: #8b8b8b;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */