/* CSS Document */
/* ----------------------------------------
 	reset
 ---------------------------------------- */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, strong, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

#contactform * {
  box-sizing: border-box;
}
#contactform input,
#contactform button,
#contactform select,
#contactform textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#contactform textarea {
  resize: vertical;
}
#contactform input[type=checkbox],
#contactform input[type=radio] {
  display: none;
}
#contactform input[type=submit],
#contactform input[type=button],
#contactform label,
#contactform button,
#contactform select {
  cursor: pointer;
}
#contactform select::-ms-expand {
  display: none;
}

/* ----------------------------------------
 	Base
 ---------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

h2 {
  font-size: 32px;
  line-height: 1.7;
  color: #27476E;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 1.7;
  color: #27476E;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

p.text-align-right {
  text-align: right !important;
}

b {
  border-bottom: 4px solid #FF983D;
}

.middle-black-text {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 600;
}

.big-orange-text {
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  color: #EC621E;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}
input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: underline;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #666;
  text-decoration: underline;
}

a:hover {
  color: #EB631E;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .tel-link {
    color: #333;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333;
    text-decoration: none;
  }
}
.clearfix:after, .block-section .steps:after {
  content: "";
  display: block;
  clear: both;
}

.tap-highlight-none {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* CSS Document */
/**
 * --------------------------------------------------
 * BG-color
 * --------------------------------------------------
 */
.bg-white {
  background: #fff;
}

.bg-pink {
  background: #FCF2ED;
}

.bg-glay {
  background: #F4F4F4;
}

.bg-yellow_border-orange {
  border: solid 4px #EB631E;
  background: #FAFAF7;
}

.bg-blue-gld {
  background: linear-gradient(#D8F6FE, #fff);
}

/* ----------------------------------------
 	Layout
 ---------------------------------------- */
.lp-container {
  position: relative;
  width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.lp-container:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .lp-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/**
 * --------------------------------------------------
 * Footer
 * --------------------------------------------------
 */
footer {
  width: 100%;
  margin-top: 80px;
  padding: 40px 0;
  text-align: left;
}

/**
 * --------------------------------------------------
 * conversion
 * --------------------------------------------------
 */
#conversion .conversion-position {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

#conversion .conversion-contents {
  width: 50%;
  margin-left: 50%;
}

#conversion h2 {
  font-size: 28px;
  line-height: 1.6;
  margin: 64px auto 32px auto;
}

#conversion p {
  color: #EB631E;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

#conversion .conversion-btn {
  width: 320px;
  margin: 16px auto 60px auto;
}

#conversion img {
  position: absolute;
  width: 440px;
  top: 50px;
  left: 80px;
}

@media screen and (max-width: 768px) {
  #conversion .conversion-position {
    margin-top: 8vw;
  }
  #conversion .conversion-contents {
    width: 100%;
    margin-left: 0;
  }
  #conversion h2 {
    font-size: 20px;
    margin: 84vw auto 8vw auto;
  }
  #conversion p {
    font-size: 14px;
  }
  #conversion .conversion-btn {
    width: 74.666vw;
    margin: 2.66vw auto 10.666vw auto;
  }
  #conversion img {
    width: 91.466vw;
    top: 10.666vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* ----------------------------------------
 	BodyContents
 ---------------------------------------- */
#BodyContents h2 {
  margin-top: 1.875em;
}

#BodyContents h2.marginbottom {
  margin: 1.875em 0 0.3em 0;
}

#BodyContents h3 {
  margin: 2em 0 0.3em 0;
  text-align: left;
  color: #EB631E;
}

#BodyContents h4 {
  margin: 0 0 0.3em 0;
  text-align: left;
}

#BodyContents h4.h4margintop {
  margin: 1.2em 0 0.3em 0;
}

#BodyContents ol {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  counter-reset: section;
}

#BodyContents ol.numbering {
  margin: 0.3em 0 0 0;
}

#BodyContents ol li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.7rem;
}

#BodyContents ol.numbering li {
  padding-left: 2.7rem;
}

#BodyContents ol li::before {
  content: counters(section, "-") ". ";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0;
}

#BodyContents ul {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding-left: 1.5em;
}

#BodyContents ul.marginbtm {
  margin-bottom: 1.5em;
}

#BodyContents ul li {
  margin-bottom: 0.5em;
  list-style-type: disc;
}

#BodyContents p.marginbtm {
  margin-bottom: 1.5em;
}

#BodyContents p.margintop {
  margin-top: 4em;
}

#BodyContents .layout-half {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#BodyContents .layout-half-left {
  width: 530px;
  float: left;
  margin: 0;
  padding: 0;
}

#BodyContents .layout-half-right {
  width: 530px;
  float: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #BodyContents h2.marginbottom {
    margin: 1.875em 0 0.4em 0;
  }
  #BodyContents h3 {
    font-size: 20px;
    margin: 10.66vw 6.93vw 2.88vw 6.93vw;
  }
  #BodyContents h4 {
    margin: 0 6.93vw 2.88vw 6.93vw;
  }
  #BodyContents h4.h4margintop {
    margin: 6.93vw 6.93vw 2.88vw 6.93vw;
  }
  #BodyContents ol {
    margin: 0 6.93vw;
  }
  #BodyContents ul {
    margin: 0 6.93vw;
    padding-left: 1.5em;
  }
  #BodyContents p {
    margin: 0 6.93vw;
  }
  #BodyContents .layout-half-left {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  #BodyContents .layout-half-right {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
/**
 * --------------------------------------------------
 * BodyContents law
 * --------------------------------------------------
 */
#law dl {
  display: flex;
  flex-flow: row wrap;
  width: 1000px;
  text-align: left;
  margin: 4em 0 0 0;
  border-top: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.6;
}

#law dt {
  flex-basis: 26%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}

#law dd {
  flex-basis: 74%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  #law dl {
    flex-flow: column;
    width: 91.466vw;
    margin: 4em auto 0 auto !important;
    font-size: 16px;
  }
  #law dt {
    padding: 1em 0 0 0;
    border-bottom: none;
  }
  #law dd {
    padding: 0.3em 0 1em 0;
  }
}
/**
 * --------------------------------------------------
 * BodyContents price
 * --------------------------------------------------
 */
#BodyContents ul.price-list {
  display: flex;
  margin: 40px 0;
  padding: 0;
}

#BodyContents ul.price-list li {
  list-style: none;
  background: #F5DFD4;
  width: 260px;
  padding: 1.5em 0 1.2em 0;
  margin: 0 0 0 20px;
  text-align: center;
  position: relative;
}

#BodyContents ul.price-list li::before {
  content: "";
  background-image: url("/assets/aelz_lp/plus-icon-e348c988.png");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: -30px;
  z-index: 1000;
}

#BodyContents ul.price-list li:last-child::before {
  content: none;
}

#BodyContents ul.price-list li span.middle-black-text {
  display: block;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {
  #BodyContents ul.price-list {
    display: block;
    margin: 10.666vw 0;
  }
  #BodyContents ul.price-list li {
    width: 91.466vw;
    margin: 5.333vw auto 0 auto;
  }
  #BodyContents ul.price-list li::before {
    width: 8.533vw;
    height: 8.533vw;
    position: absolute;
    top: auto;
    bottom: -6.66vw;
    right: calc(50% - 4.266vw);
  }
  #BodyContents ul.price-list li:first-child {
    margin: 0 auto 0 auto;
  }
}
/* ----------------------------------------
 	casestudy
 ---------------------------------------- */
#casestudy {
  overflow: hidden;
  padding-bottom: 40px;
}

.casestudy-set {
  position: relative;
}

#casestudy ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#casestudy ul li {
  list-style: none;
  width: 530px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 40px 40px;
  padding: 40px;
}

#casestudy ul li:nth-child(odd) {
  margin: 0 0 40px 0;
}

#casestudy ul li h3 {
  margin: 0 0 0.3em 0;
  text-align: left;
  color: #333;
}

#casestudy ul li p {
  font-size: 16px;
}

#casestudy ul li img {
  max-width: 100%;
  margin: 20px 0;
}

#casestudy dl {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: solid 1px #DDD;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#casestudy dt {
  color: #666;
  font-weight: normal;
  width: 50%;
  border-top: solid 1px #DDD;
  padding: 0.3em 0;
}

#casestudy dd {
  text-align: right;
  border-top: solid 1px #DDD;
  padding: 0.3em 0;
  width: 50%;
}

#casestudy dl b {
  border: none;
}

#casestudy .casestudy-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  #casestudy {
    padding-bottom: 10.666vw;
  }
  #casestudy .casestudy-list {
    width: 100%;
    position: relative;
    text-align: center;
  }
  #casestudy ul {
    margin: 10.666vw 0 0 0;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  #casestudy ul li {
    display: inline-block;
    flex-shrink: 0;
    width: 86vw;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    margin: 0 7vw 0 7vw;
    padding: 4.266vw;
  }
  #casestudy ul li:nth-child(odd) {
    margin: 0 auto 0 auto;
  }
  #casestudy ul li p {
    font-size: 16px;
    margin: 0;
  }
  #casestudy ul li img {
    margin: 5.333vw 0;
  }
  #casestudy ul::-webkit-scrollbar {
    height: 6px;
  }
  #casestudy ul::-webkit-scrollbar-thumb {
    background: #EF9F25;
    border-radius: 3px;
  }
  #casestudy ull::-webkit-scrollbar-track {
    background: #e9c286;
    border-radius: 3px;
  }
  #casestudy dl {
    flex-flow: column;
  }
  #casestudy dt {
    width: 100%;
    padding: 0.6em 0 0 0;
  }
  #casestudy dd {
    text-align: left;
    padding: 0.3em 0 0.6em 0;
    width: 100%;
    border-top: none;
  }
}
/* ----------------------------------------
 	usage
 ---------------------------------------- */
#usage {
  margin: 0;
  padding: 0;
}

#usage .layout-half img {
  max-width: 100%;
  margin: 40px 0;
}

#usage ul.usage-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 1em 0;
  padding: 0;
}

#usage ul.usage-ul li {
  list-style: none;
  background: #F5DFD4;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 700;
  width: 261px;
  margin: 0 0 8px 8px;
  text-align: center;
  padding: 1.5em 0;
}

#usage ul.usage-ul li:nth-child(odd) {
  margin: 0 0 8px 0;
}

@media screen and (max-width: 768px) {
  #usage .layout-half img {
    width: 91.466vw;
    margin: 10.666vw auto;
  }
  #usage ul.usage-ul {
    display: block;
    margin: 10.666vw 0 1em 0;
  }
  #usage ul.usage-ul li {
    font-size: 20px;
    width: 91.466vw;
    margin: 0 auto 8px auto;
    padding: 0.8em 0;
  }
  #usage ul.usage-ul li:nth-child(odd) {
    margin: 0 auto 8px auto;
  }
}
/* ----------------------------------------
 	travelhelper-bnr
 ---------------------------------------- */
#travelhelper {
  margin: 80px 0 0 0;
}

.travelhelper-bnr {
  border: solid 4px #EB631E;
  background: #FAFAF7;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.travelhelper-bnr img {
  width: 360px;
  position: absolute;
  top: 60px;
  left: 60px;
}

.travelhelper-bnr h2 {
  width: 570px;
  margin: 60px 0 40px 470px;
  text-align: left;
}

.travelhelper-bnr p {
  width: 570px;
  margin: 0 0 40px 470px;
}

.travelhelper-bnr a {
  margin: 0 0 60px 470px;
}

@media screen and (max-width: 768px) {
  #travelhelper {
    margin: 10.666vw 0 0 0;
  }
  .travelhelper-bnr img {
    width: 84.66vw;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .travelhelper-bnr h2 {
    width: 84.66vw;
    margin: 10.666vw auto 8vw auto;
    text-align: center;
  }
  .travelhelper-bnr p {
    width: 84.66vw;
    margin: 0 auto 8vw auto;
  }
  .travelhelper-bnr a {
    margin: 8vw auto 10.666vw auto !important;
  }
}
/* ----------------------------------------
 	faq
 ---------------------------------------- */
.faq-set {
  clear: both;
  float: none;
  overflow: hidden;
  margin: 40px 0 0 0;
}

p.faq-q {
  color: #EB631E;
  font-weight: 700;
  font-size: 24px;
  width: 360px;
  float: left;
  padding: 0 0 0 40px;
  margin: -6px 0 0 0;
}

p.faq-q span,
p.faq-a span {
  display: inline-block;
  width: 32px;
  text-align: center;
  background: #EB631E;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  font-family: "Text Me One", sans-serif;
  margin: 0 8px 0 -40px;
}

p.faq-a {
  color: #333;
  width: 680px;
  float: right;
  padding: 0 0 0 40px;
  margin: 0;
}

p.faq-a span {
  background: #27476E;
}

@media screen and (max-width: 768px) {
  .faq-set {
    margin: 5.33vw 0 0 0;
  }
  p.faq-q {
    font-size: 20px;
    width: 91.466vw;
    float: none;
    padding: 0 0 0 8vw;
    margin: 0 auto 3vw auto !important;
  }
  p.faq-q span,
  p.faq-a span {
    width: 1.5em;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 2vw 0 -8vw;
  }
  p.faq-a {
    width: 91.466vw;
    float: none;
    margin: 0 auto !important;
    padding: 0 0 0 8vw;
  }
}
/**
 * --------------------------------------------------
 * BodyContents point, terms, privacypolicy, insurance
 * --------------------------------------------------
 */
#insurance p,
#point p,
#terms p,
#privacypolicy p,
#contactform p {
  font-size: 16px;
}

#insurance ol,
#insurance ul,
#point ol,
#point ul,
#terms ol,
#terms ul,
#privacypolicy ol,
#privacypolicy ul {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #insurance p,
  #point p,
  #terms p,
  #privacypolicy p,
  #contactform p {
    font-size: 14px;
  }
  #insurance ol,
  #insurance ul,
  #point ol,
  #point ul,
  #terms ol,
  #terms ul,
  #privacypolicy ol,
  #privacypolicy ul {
    fopnt-size: 14px;
  }
}
/**
 * --------------------------------------------------
 * top-step
 * --------------------------------------------------
 */
#top-step h2 {
  margin: 70px 0 30px 0;
}

#top-step ul {
  font-size: 0;
  line-height: 0;
}

#top-step ul li {
  clear: both;
  float: none;
}

#top-step ul li span {
  display: block;
  color: #fff;
  width: 2em;
  height: 2em;
  font-size: 24px;
  line-height: 2em;
  background: #EB631E;
  font-family: "Text Me One", sans-serif;
  float: left;
  margin-bottom: 20px;
}

#top-step ul li h3 {
  background: #F5DFD4;
  font-size: 20px;
  width: calc(23% - 1.2em);
  height: 2.4em;
  line-height: 1.6;
  padding-top: 0.4em;
  color: #333333;
  float: left;
}

#top-step ul li p {
  background: #F2F2F2;
  width: calc(77% - 1.3333em);
  height: 2.6666em;
  line-height: 1.6;
  padding-top: 0.6666em;
  padding-left: 1em;
  float: left;
}

#top-step ul li p b {
  border: none;
}

@media screen and (max-width: 768px) {
  #top-step h2 {
    margin: 8% 0 3% 0;
  }
  #top-step ul li {
    width: 87.466%;
    margin: 0 auto;
  }
  #top-step ul li span {
    margin-bottom: 0px;
  }
  #top-step ul li h3 {
    width: calc(100% - 2.4em);
    float: left;
    text-align: left;
    padding-left: 1em;
  }
  #top-step ul li p {
    width: 100%;
    height: auto;
    padding: 1em;
    margin-bottom: 4%;
  }
}
/**
 * --------------------------------------------------
 * contactform
 * --------------------------------------------------
 */
#contactform {
  margin: 0;
  padding: 0;
}

#contactform form {
  width: 100%;
}

#contactform .form-set {
  width: 500px;
  margin: 40px auto 0 auto;
  padding: 0;
  text-align: left;
}

#contactform .form-set .margin-bottom {
  margin-bottom: 32px;
}

#contactform .form-set p {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.8em 0;
}

#contactform .form-set p span {
  background: #49BAD7;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0.3em;
  margin: 0 0.4em 0 0;
  font-weight: normal;
}

#contactform .form-text {
  width: 100%;
  padding: 0.66em;
  background: #f4f4f4;
  border: 1px solid #22B1D2;
}

#contactform .form-textarea {
  width: 100%;
  height: 12em;
  padding: 0.66em;
  background: #f4f4f4;
  border: 1px solid #22B1D2;
}

#contactform .contact-submit {
  margin: 40px auto 0 auto;
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  background: #EB631E url("/assets/aelz_lp/btn-arr-glay-8c204930.png") no-repeat center right 8px/4px 8px;
  border-radius: 100vh;
  border-bottom: 3px solid #C94400;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#contactform .contact-submit:hover {
  background: #F5993E url("/assets/aelz_lp/btn-arr-glay-8c204930.png") no-repeat center right 4px/4px 8px;
  border-bottom: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media screen and (max-width: 768px) {
  #contactform .form-set {
    width: 91.466vw;
    margin: 10.666vw auto 0 auto;
  }
  #contactform .form-set .margin-bottom {
    margin-bottom: 8.533vw;
  }
  #contactform .form-set p span {
    font-size: 12px;
    margin: 0 0.4em 0 0;
  }
  #contactform .contact-submit {
    width: 64%;
    height: 2.4em;
    background: #EB631E url("/assets/aelz_lp/btn-arr-glay-8c204930.png") no-repeat center right 8px/4px 8px;
    border-radius: 100vh;
    line-height: 2.4em;
    margin: 8.533vw auto 0 auto;
  }
}
/* CSS Document */
/**
 * --------------------------------------------------
 * Main
 * --------------------------------------------------
 */
#main-visual {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  padding: 0;
  background: #EDFCFF url("/assets/aelz_lp/mainvisual-bg-a60c4efd.png") no-repeat top center;
  position: relative;
}

#main-visual #main-text {
  width: 520px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

#main-visual img.main-logo {
  width: 194px;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#main-visual img.main-pop1 {
  width: 102px;
  position: absolute;
  top: 255px;
  left: 140px;
}

#main-visual img.main-pop2 {
  width: 102px;
  position: absolute;
  top: 247px;
  right: 140px;
}

#main-visual img.main-copy {
  width: 280px;
  position: absolute;
  top: 346px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#main-visual img.main-chara {
  width: 122px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#main-visual .main-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main-visual {
    width: 100%;
    height: 84.4%;
    background: #222 url("/assets/aelz_lp/sp/mainvisual-bg-ef4cb198.png") no-repeat top center;
    background-size: cover;
  }
  #main-visual #main-text {
    width: 64%;
    height: 64%;
    background: #EDFCFF;
    border-radius: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #main-visual img.main-logo {
    width: 53%;
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #main-visual img.main-pop1 {
    width: 28%;
    position: absolute;
    top: 41%;
    left: 20%;
  }
  #main-visual img.main-pop2 {
    width: 28%;
    position: absolute;
    top: 40%;
    right: 20%;
  }
  #main-visual img.main-copy {
    width: 82%;
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #main-visual img.main-chara {
    display: none;
  }
  #main-visual .main-btn {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/**
 * --------------------------------------------------
 * top-about
 * --------------------------------------------------
 */
#top-about {
  width: 100%;
  padding: 80px 0 80px 0;
}

#top-about .top-about-layout-left {
  float: left;
  width: 300px;
}

#top-about .top-about-layout-right {
  float: right;
  width: 720px;
}

#top-about h2 {
  text-align: left;
}

#top-about h3 {
  margin: 40px auto 12px auto;
}

#top-about p {
  margin: 24px 0 32px 0;
}

#top-about .top-about-btn {
  margin: 0;
}

#top-about img.top-about {
  width: 720px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -ms-crisp-edges;
}

#top-about ul {
  font-size: 0;
  line-height: 0;
}

#top-about ul li {
  display: inline-block;
  border: solid 1px #C9DCE0;
  background: #fff;
  text-align: center;
  width: 238px;
  font-size: 18px;
  line-height: 2;
  margin-top: 3px;
}

#top-about ul li:nth-child(3n-1) {
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  #top-about {
    padding: 12% 0 12% 0;
  }
  #top-about .top-about-layout-left {
    float: none;
    width: 100%;
  }
  #top-about .top-about-layout-right {
    float: none;
    width: 100%;
  }
  #top-about h2 {
    text-align: center;
  }
  #top-about h3 {
    margin: 12% auto 2% auto;
  }
  #top-about p {
    width: 91.466%;
    margin: 4% auto 6% auto;
  }
  #top-about .top-about-btn {
    margin: 6% auto 0 auto;
  }
  #top-about img.top-about {
    width: 98.66%;
  }
  #top-about ul li {
    width: 45.33%;
    margin: 3px 0 0 0;
  }
  #top-about ul li:nth-child(3n-1) {
    margin: 3px 0 0 0;
  }
  #top-about ul li:nth-child(2n) {
    margin: 3px 0 0 3px;
  }
}
/*
 * --------------------------------------------------
 * top-reason
 * --------------------------------------------------
 */
#top-reason h2 {
  margin: 70px 0 30px 0;
}

#top-reason ul {
  font-size: 0;
  line-height: 0;
}

#top-reason ul li {
  width: 328px;
  float: left;
}

#top-reason ul li:nth-child(3n-1) {
  margin: 0 58px;
}

#top-reason h3 {
  color: #EB631E;
  margin: 16px 0 6px 0;
}

#top-reason img.top-reason-img {
  width: 100%;
}

#top-reason p {
  width: 100%;
  text-align: left;
}

#top-reason a.top-reason-btn {
  margin: 32px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #top-reason h2 {
    margin: 8% 0 3% 0;
  }
  #top-reason ul li {
    width: 87.466%;
    float: none;
    margin: 0 auto 12% auto;
  }
  #top-reason ul li:nth-child(3n-1) {
    margin: 0 auto 12% auto;
  }
  #top-reason h3 {
    margin: 2% 0 0 0;
  }
  #top-reason a.top-reason-btn {
    margin: 4% auto 0 auto;
  }
}
/**
 * --------------------------------------------------
 * top-area
 * --------------------------------------------------
 */
#top-area {
  margin: 60px 0 80px 0;
}

#top-area .top-area-text {
  float: right;
  width: 648px;
  margin: 60px 60px 0 0;
}

#top-area h2 {
  text-align: left;
  margin-bottom: 30px;
}

#top-area img.top-area-img {
  width: 282px;
  margin: 60px 0 60px 60px;
  float: left;
}

#top-area a.top-area-btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #top-area {
    margin: 8% 0;
  }
  #top-area .top-area-text {
    float: none;
    width: 87.466%;
    margin: 8% auto 0 auto;
  }
  #top-area h2 {
    text-align: center;
    margin-bottom: 3%;
  }
  #top-area img.top-area-img {
    width: 75%;
    margin: 4% auto 0 auto;
    float: none;
  }
  #top-area a.top-area-btn {
    margin: 8% auto;
  }
}
/**
 * --------------------------------------------------
 * top-voice
 * --------------------------------------------------
 */
#top-voice {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

#top-voice h2 {
  text-align: center;
  margin: 60px 0 40px 0;
}

#top-voice .top-voice-items {
  overflow-x: visible;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

#top-voice .top-voice-item {
  float: left;
  width: 960px;
  height: 680px;
  background: url("/assets/aelz_lp/top-voice-cmticon1-1cdd99bc.png") left 10px top/32px auto no-repeat, url("/assets/aelz_lp/top-voice-cmticon2-35e6473c.png") right 10px bottom/32px auto no-repeat;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 80px 0;
  box-shadow: 0 1px 8px 0 rgb(0, 0, 0, 0.2);
}

#top-voice .top-voice-profile {
  width: 300px;
  margin: 60px 0 0 40px;
  float: left;
}

#top-voice .top-voice-texts {
  width: 540px;
  margin: 60px 40px 0 0;
  float: right;
}

#top-voice h3 {
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  width: 300px;
  margin-top: 20px;
}

#top-voice img.top-voice-img {
  width: 300px;
}

#top-voice p.top-voice-name {
  width: 300px;
  margin-top: 8px;
}

#top-voice .top-voice-texts p {
  margin-bottom: 1em;
}

#top-voice .top-voice-nav {
  position: absolute;
  width: 1100px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#top-voice .top-voice-nav button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background-color: #EF9F25;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center center;
}

#top-voice .top-voice-nav button:hover {
  background-color: #EB631E;
}

#top-voice .top-voice-nav li {
  position: absolute;
  top: 60px;
  z-index: 4;
  width: 100%;
}

#top-voice .top-voice-nav .btn-prev {
  background-image: url("/assets/aelz_lp/btn-arr-white2-b1683466.png");
  left: 40px;
}

#top-voice .top-voice-nav .btn-next {
  background-image: url("/assets/aelz_lp/btn-arr-white1-ace6c7c3.png");
  right: 40px;
}

@media screen and (max-width: 768px) {
  #top-voice {
    margin-top: 2.66vw;
  }
  #top-voice h2 {
    margin: 10.66vw 0 5.33vw 0;
  }
  #top-voice .top-voice-items {
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 87.466vw;
  }
  #top-voice .top-voice-item {
    width: 87.466vw;
    height: auto;
    background: url("/assets/aelz_lp/top-voice-cmticon1-1cdd99bc.png") left 0 top/24px auto no-repeat, url("/assets/aelz_lp/top-voice-cmticon2-35e6473c.png") right 0 bottom/24px auto no-repeat;
    background-color: #fff;
    margin: 0 0 16vw 0;
  }
  #top-voice .top-voice-profile {
    width: 100%;
    margin: 4% auto 0 auto;
    float: none;
  }
  #top-voice .top-voice-texts {
    width: 100%;
    margin: 6% auto 0 auto;
    float: none;
  }
  #top-voice h3 {
    width: 90.67%;
    margin: 3% auto;
  }
  #top-voice img.top-voice-img {
    width: 90.67%;
    margin: 0 auto;
  }
  #top-voice p.top-voice-name {
    width: 90.67%;
    margin: 0 auto;
  }
  #top-voice .top-voice-texts p {
    width: 90.67%;
    margin: 0 auto 1em auto;
  }
  #top-voice .top-voice-nav {
    width: 100vw;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #top-voice .top-voice-nav li {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #top-voice .top-voice-nav .btn-prev {
    left: 0;
  }
  #top-voice .top-voice-nav .btn-next {
    right: 0;
  }
}
/**
 * --------------------------------------------------
 * news
 * --------------------------------------------------
 */
#top-news {
  padding: 80px 0;
}

#top-news .top-news-headline {
  float: left;
  width: 160px;
}

#top-news .top-news-texts {
  float: right;
  width: 800px;
}

#top-news h2 {
  width: 100%;
  height: 160px;
  border: solid 3px #27476E;
  font-size: 24px;
  line-height: 160px;
  text-align: center;
}

#top-news dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
}

#top-news dt {
  width: 15%;
  font-family: "Text Me One", sans-serif;
  margin-bottom: 0.7em;
}

#top-news dd {
  width: 85%;
  margin-bottom: 1em;
}

#top-news a.top-news-mone {
  display: block;
  text-align: left;
  font-size: 18px;
  padding-left: 12px;
  background: url("/assets/aelz_lp/btn-arr-glay-8c204930.png") no-repeat center left/4px 8px;
  margin: 30px 0 0 0;
}

#top-news a.top-news-mone:hover {
  color: #EB631E;
}

@media screen and (max-width: 768px) {
  #top-news {
    padding: 12vw 0;
  }
  #top-news .top-news-headline {
    float: none;
    width: 100%;
    text-align: center;
  }
  #top-news .top-news-texts {
    float: none;
    width: 87.466vw;
    margin: 0 auto;
  }
  #top-news h2 {
    width: 32vw;
    height: 32vw;
    font-size: 20px;
    line-height: 32vw;
    margin: 0 auto 4vw auto;
  }
  #top-news dl {
    display: block;
    flex-wrap: wrap-reverse;
    width: 100%;
    margin: 0;
    font-size: 16px;
  }
  #top-news dt {
    width: 100%;
    margin-bottom: 0;
  }
  #top-news dd {
    width: 100%;
    margin-bottom: 1.2em;
  }
  #top-news a.top-news-mone {
    font-size: 16px;
    margin: 4vw 0 0 0;
  }
}
/**
 * --------------------------------------------------
 * top-magazinelink
 * --------------------------------------------------
 */
#top-magazinelink .top-magazinelink-bg {
  background: url("/assets/aelz_lp/top-magazinelink-bg1-8533640a.png") left 80px top 44px/320px auto no-repeat, url("/assets/aelz_lp/top-magazinelink-bg2-f979d830.png") right 80px top 44px/320px auto no-repeat;
  background-color: #FFFFF5;
  border: 4px solid #EB631E;
  border-radius: 24px;
}

#top-magazinelink h3 {
  background: #EB631E;
  color: #fff;
  width: 9em;
  font-size: 18px;
  line-height: 2.222em;
  margin: 60px auto 20px auto;
}

#top-magazinelink h2 {
  margin-bottom: 30px;
}

#top-magazinelink .top-magazinelink-items {
  overflow-x: hidden;
  padding: 0 15px;
}

#top-magazinelink .top-magazinelink-item {
  width: 320px;
  float: left;
  margin: 0 0 50px 0;
}

#top-magazinelink .top-magazinelink-item img {
  width: 100%;
  object-fit: cover;
  height: 320px;
}

#top-magazinelink .top-magazinelink-item p.top-magazine-date {
  font-size: 16px;
  font-family: "Text Me One", sans-serif;
  margin-top: 0.7em;
}

#top-magazinelink .top-magazinelink-item p.top-magazine-text {
  margin: 0.2em 0 1.6em 0;
}

#top-magazinelink .top-magazinelink-item a.top-magazine-btn {
  width: 224px;
  margin: 0 auto;
}

#top-magazinelink .top-magazinelink-nav button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background-color: #EF9F25;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center center;
}

#top-magazinelink .top-magazinelink-nav button:hover {
  background-color: #EB631E;
}

#top-magazinelink .top-magazinelink-nav li {
  position: absolute;
  top: 340px;
  z-index: 5;
  width: 100%;
}

#top-magazinelink .top-magazinelink-nav .btn-prev {
  background-image: url("/assets/aelz_lp/btn-arr-white2-b1683466.png");
  left: -30px;
}

#top-magazinelink .top-magazinelink-nav .btn-next {
  background-image: url("/assets/aelz_lp/btn-arr-white1-ace6c7c3.png");
  right: -30px;
}

@media screen and (max-width: 768px) {
  #top-magazinelink .top-magazinelink-items {
    padding: 0 36px;
  }
  #top-magazinelink .top-magazinelink-bg {
    background: url("/assets/aelz_lp/top-magazinelink-bg1-8533640a.png") center top 2vw/90.666% auto no-repeat, url("/assets/aelz_lp/top-magazinelink-bg2-f979d830.png") center bottom 2vw/90.666% auto no-repeat;
    background-color: #FFFFF5;
    border-radius: 0;
  }
  #top-magazinelink h3 {
    margin: 22vw auto 3vw auto;
  }
  #top-magazinelink h2 {
    margin-bottom: 6vw;
    line-height: 1.4;
  }
  #top-magazinelink .top-magazinelink-item {
    width: 78.666vw;
    margin: 0 0 18vw 0;
  }
  #top-magazinelink .top-magazinelink-item img {
    max-width: 78.666vh;
    width: 500px;
  }
  #top-magazinelink .top-magazinelink-item a.top-magazine-btn {
    width: 59.73vw;
  }
  #top-magazinelink .top-magazinelink-nav li {
    position: absolute;
    top: 40vh;
  }
  #top-magazinelink .top-magazinelink-nav .btn-prev {
    left: 0px;
  }
  #top-magazinelink .top-magazinelink-nav .btn-next {
    right: 0px;
  }
}
