@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;
  image-rendering: -webkit-optimize-contrast;
}

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 a:hover {
  opacity: 1 !important;
}
.entry-btn img {
  max-width: 336px;
}
@media (max-width: 767px) {
  .entry-btn img {
    max-width: 90%;
  }
}

a {
  text-decoration: none;
  transition: all 0.6s;
}
a:hover {
  opacity: 0.7;
}

.c-pink {
  color: #d25a50;
}

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

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

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

.marker-green2 {
  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 0.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: #dde7f3;
  width: 100%;
  display: none;
  height: 100vh;
}
.gNav ul {
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .gNav ul {
    max-width: 310px;
  }
}
@media (max-width: 400px) {
  .gNav ul {
    max-width: 72%;
  }
}
.gNav li a {
  font-weight: 500;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 2px dotted #000;
  display: block;
  color: #000;
}
@media (max-width: 767px) {
  .gNav li a {
    font-size: 17px;
    padding: 25px 0;
  }
}

/* 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: 720px;
  height: 545px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .mv-inner {
    width: 400px;
    height: 480px;
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .mv-inner {
    width: 95%;
    height: 450px;
  }
}
.mv-item.img01 {
  width: 100%;
  text-align: center;
  display: none;
  z-index: 2;
}
.mv-item.img03 {
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  width: 33.3333%;
  position: relative;
  left: -30px;
}
@media (max-width: 767px) {
  .mv-item.img03 {
    width: 47.5%;
  }
}
.mv-item.img03.active {
  opacity: 1;
  left: 0;
}
.mv-item.img04 {
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  width: 33.3333%;
  position: relative;
  right: -30px;
}
@media (max-width: 767px) {
  .mv-item.img04 {
    width: 47.5%;
  }
}
.mv-item.img04.active {
  opacity: 1;
  right: 0;
}
.mv-item.img05 {
  z-index: 3;
  display: none;
  width: 33.3333%;
}
@media (max-width: 767px) {
  .mv-item.img05 {
    width: 80px;
    margin: 0 auto;
    position: relative;
    margin-top: -75px;
    margin-bottom: 5px;
  }
}
.mv .entry-btn {
  display: none;
  max-width: 238px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
@media (max-width: 767px) {
  .mv .entry-btn {
    top: 0;
  }
}
.mv .entry-btn img {
  max-width: 100%;
}
.mv-bottom {
  display: flex;
  max-width: 650px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
/* present01
--------------------------------------------------------------*/
.present01 {
  background-color: #5ac8c8;
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  .present01 {
    padding: 40px 0;
  }
}
.present01-ttl {
  position: relative;
}
.present01-ttl:before, .present01-ttl:after {
  content: "";
  position: absolute;
  width: 185px;
  height: 150px;
}
@media (max-width: 900px) {
  .present01-ttl:before, .present01-ttl:after {
    content: none;
  }
}
.present01-ttl:before {
  background: url(../images/present01/present01-ttl-img001.png) no-repeat center center/contain;
  top: 15px;
  right: 0;
}
.present01-ttl:after {
  background: url(../images/present01/present01-ttl-img002.png) no-repeat center center/contain;
  top: 15px;
  left: 0;
}
.present01-ttl img {
  max-width: 495px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  .present01-ttl img {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.present01-inner {
  background-color: #fff;
  padding: 25px 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .present01-inner {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
.present01-inner > div {
  display: flex;
}
@media (max-width: 767px) {
  .present01-inner > div {
    display: block;
  }
}
.present01-inner > div:nth-of-type(1) {
  justify-content: space-between;
  margin-bottom: 35px;
}
.present01-inner > div:nth-of-type(2) {
  justify-content: space-around;
}
.present01-item {
  width: 30%;
}
@media (max-width: 767px) {
  .present01-item {
    width: 100%;
    text-align: center;
  }
  .present01-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

/* present02
--------------------------------------------------------------*/
.present02 {
  background-color: #ff9696;
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  .present02 {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .present02 .container {
    padding: 0;
  }
}
.present02-ttl {
  position: relative;
}
@media (max-width: 767px) {
  .present02-ttl {
    padding: 0px 20px;
  }
}
.present02-ttl:before, .present02-ttl:after {
  content: "";
  position: absolute;
  width: 185px;
  height: 150px;
}
@media (max-width: 900px) {
  .present02-ttl:before, .present02-ttl:after {
    content: none;
  }
}
.present02-ttl:before {
  background: url(../images/present02/present02-ttl-img001.png) no-repeat center center/contain;
  top: 15px;
  right: 0;
}
.present02-ttl:after {
  background: url(../images/present02/present02-ttl-img002.png) no-repeat center center/contain;
  top: 15px;
  left: 0;
}
.present02-ttl img {
  max-width: 495px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  .present02-ttl img {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.present02-subject {
  background-color: #d25a50;
  display: flex;
  align-items: center;
  padding: 14px 40px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .present02-subject {
    padding: 14px 20px;
  }
}
.present02-subject img {
  max-width: 85px;
}
@media (max-width: 767px) {
  .present02-subject img {
    max-width: 75px;
  }
}
.present02-subject p {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-left: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .present02-subject p {
    font-size: 17px;
    margin-left: 14px;
  }
}
.present02-items {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .present02-items {
    display: block;
    padding: 0px 20px;
    margin-bottom: 40px;
  }
}
.present02-itemin {
  margin: 0 auto;
  background: url(../images/present02/present02-item-middle.png) repeat-y 50% 0;
  background-size: 100% auto;
  padding: 10px 35px 15px;
}
@media (max-width: 767px) {
  .present02-itemin {
    padding: 25px 30px 30px 30px;
  }
}
.present02-or {
  margin: 0 14px;
}
@media (max-width: 767px) {
  .present02-or {
    position: relative;
    top: 20px;
    text-align: center;
  }
  .present02-or img {
    max-width: 80%;
  }
}
.present02-itemtop {
  margin-bottom: 27px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .present02-itemtop {
    display: block;
    margin-bottom: 15px;
  }
}
.present02-itemtop img {
  max-width: 100px;
}
@media (max-width: 767px) {
  .present02-itemtop img {
    max-width: 100%;
  }
}
.present02-itemtop p {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.57;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .present02-itemtop p {
    text-align: center;
    margin-bottom: 23px;
    font-size: 17px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .present02 .entry-btn {
    padding: 0 20px;
  }
}

/* step
--------------------------------------------------------------*/
.step {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .step {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.step .step-inner {
  padding: 50px 0 75px;
  background: url(../images/step/step-bg-middle.png) repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .step .step-inner {
    background: url(../images/step/step-bg-middle-sp.png) repeat-y 50% 0;
    background-size: 100% auto;
    padding: 15px 0 40px;
  }
}
.step .step-inner h3 {
  text-align: center;
  margin-bottom: 40px;
}
.step .step-inner h3 img {
  max-width: 360px;
}
@media (max-width: 767px) {
  .step .step-inner h3 img {
    max-width: 80%;
  }
}
.step .step-inner .step-item {
  display: flex;
  max-width: 85%;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .step .step-inner .step-item {
    display: block;
    max-width: 87%;
  }
}
.step .step-inner .step-item:not(:last-child) {
  margin-bottom: 40px;
}
.step .step-inner .step-item > div {
  width: 49%;
}
@media (max-width: 767px) {
  .step .step-inner .step-item > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .step .step-inner .step-item .item-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
  }
}
.step .step-inner .step-item .item-txt .step-img img {
  max-width: 96px;
}
@media (max-width: 767px) {
  .step .step-inner .step-item .item-txt .step-img img {
    max-width: 80px;
  }
}
.step .step-inner .step-item .item-txt p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step .step-inner .step-item .item-txt p {
    margin-left: 10px;
    margin-top: 0;
    font-size: 16px;
  }
}
.step .step-inner .step-item .item-illust {
  text-align: center;
}

/* apply
--------------------------------------------------------------*/
.apply {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .apply {
    margin-bottom: 40px;
  }
}
.apply-inner {
  padding: 15px 0 35px;
  background: url(../images/step/step-bg-middle.png) repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .apply-inner {
    background: url(../images/step/step-bg-middle-sp.png) repeat-y 50% 0;
    background-size: 100% auto;
    padding: 15px 0 40px;
  }
}
.apply-inner h3 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .apply-inner h3 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.apply-img {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .apply-img {
    padding: 0 35px;
  }
}
.apply-link {
  text-align: center;
}
.apply-link a {
  background-image: url(../images/apply/apply-link-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .apply-link a {
    background-size: 12px;
    padding-right: 20px;
  }
}
.apply-link a span {
  font-size: 17px;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
}
@media (max-width: 767px) {
  .apply-link a span {
    font-size: 14px;
  }
}

/* sa
--------------------------------------------------------------*/
.sa .entry-btn {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sa .entry-btn {
    margin-bottom: 40px;
  }
}

/* sec02
--------------------------------------------------------------*/
.sec02 {
  background-color: #dde7f3;
  padding: 78px 0 75px;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 40px 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: #fff;
}
.sec02 .sec02-notes .notes-inner {
  max-width: 770px;
  margin: 0 auto;
  padding: 38px 0;
}
@media (max-width: 767px) {
  .sec02 .sec02-notes .notes-inner {
    padding: 20px 35px;
  }
}
.sec02 .sec02-notes .notes-inner .notes-img {
  margin-bottom: 25px;
  text-align: center;
}
.sec02 .sec02-notes .notes-inner .notes-img img {
  max-width: 48px;
}
.sec02 .sec02-notes .notes-inner .notes-txtarea {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec02 .sec02-notes .notes-inner .notes-txtarea {
    display: block;
  }
}
.sec02 .sec02-notes .notes-inner .notes-txtarea p {
  width: 48%;
  font-size: 18px;
  line-height: 1.666;
}
@media (max-width: 767px) {
  .sec02 .sec02-notes .notes-inner .notes-txtarea p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec02 .sec02-notes .notes-inner .notes-txtarea p {
    font-size: 15px;
  }
}
.sec02 .sec02-notes .notes-inner .notes-txt {
  margin-left: 25px;
}
.sec02 .sec02-notes .notes-inner .notes-txt p {
  font-weight: 400;
}
.sec02 .content01 {
  background-color: #fff;
  padding: 50px 10px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec02 .content01 {
    padding: 20px 35px 30px;
    margin-bottom: 0;
  }
}
.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: 17px;
}
@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;
  }
}

/* lalapolus
--------------------------------------------------------------*/
.lalapolus {
  padding: 50px 0 75px;
}
@media (max-width: 767px) {
  .lalapolus {
    padding: 40px 0;
  }
}
.lalapolus-inner {
  border: 5px solid #2170ba;
  background-color: #dde7f3;
  position: relative;
  padding: 25px 0 33px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .lalapolus-inner {
    margin-top: 40px;
    padding: 25px 0 25px;
  }
}
.lalapolus-inner:before {
  content: "";
  position: absolute;
  background-image: url(../images/lalapolus/lalapolus-bg-top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 225px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .lalapolus-inner:before {
    background-size: 150% 200px;
  }
}
@media (max-width: 400px) {
  .lalapolus-inner:before {
    background-size: 150% 170px;
  }
}
.lalapolus-inner:after {
  content: "";
  position: absolute;
  background-image: url(../images/lalapolus/lalapolus-bg-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 275px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .lalapolus-inner:after {
    background-size: 150% 240px;
  }
}
@media (max-width: 400px) {
  .lalapolus-inner:after {
    background-size: 150% 210px;
  }
}
.lalapolus-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.lalapolus-ttl h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lalapolus-ttl h2 {
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .lalapolus-ttl h2 {
    font-size: 18px;
  }
}
.lalapolus-ttldeco {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffdc55;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lalapolus-ttldeco {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .lalapolus-ttldeco {
    width: 40px;
    height: 40px;
  }
}
.lalapolus-ttldeco p {
  font-size: 19px;
  color: #2170ba;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lalapolus-ttldeco p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .lalapolus-ttldeco p {
    font-size: 12px;
  }
}
.lalapolus-content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.lalapolus-content p {
  color: #2170ba;
  font-weight: 700;
  line-height: 1.57;
  font-size: 19px;
}
@media (max-width: 767px) {
  .lalapolus-content p {
    font-size: 16px;
  }
}
.lalapolus-content p:nth-of-type(1) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lalapolus-content p:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
.lalapolus-content p:nth-of-type(2) {
  margin-bottom: 40px;
}
.lalapolus-pdf {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lalapolus-pdf {
    margin-bottom: 25px;
  }
}
.lalapolus-pdf a:hover {
  opacity: 1;
}
.lalapolus-pdf img {
  max-width: 289px;
}
@media (max-width: 767px) {
  .lalapolus-pdf img {
    max-width: 240px;
  }
}
.lalapolus-imgarea {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  z-index: 1;
}
@media (max-width: 767px) {
  .lalapolus-imgarea {
    padding: 0 15px;
    display: block;
  }
}
@media (max-width: 767px) {
  .lalapolus-img:nth-of-type(1) {
    max-width: 135px;
    margin: 0 auto;
  }
}
.lalapolus-img:nth-of-type(2) {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .lalapolus-img:nth-of-type(2) {
    margin-left: 0;
    margin-top: 25px;
  }
}
.lalapolus-inbtn {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 10px;
}
.lalapolus-inbtn a:hover {
  opacity: 1;
}
.lalapolus-inbtn img {
  max-width: 372px;
}
@media (max-width: 767px) {
  .lalapolus-inbtn img {
    max-width: 80%;
  }
}
.lalapolus-inbtn p {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  display: inline-block;
  color: #ffdc55;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .lalapolus-inbtn p {
    font-size: 12px;
  }
}
.lalapolus-btn {
  max-width: 630px;
  margin: 0 auto;
  padding: 5px;
}

/* line-link
--------------------------------------------------------------*/
.line-link {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

/* pagetop
--------------------------------------------------------------*/
.pagetop {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .pagetop {
    background: #dde7f3 !important;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.pagetop .page-top-container {
  text-align: center;
}
.pagetop .page-top-container img {
  max-width: 90px;
}
@media (max-width: 767px) {
  .pagetop .page-top-container img {
    max-width: 75px;
    margin-top: 40px;
  }
}

/* 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 */