/* 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-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

img {
  max-width: 100%;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.center {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.lineHeight {
  line-height: 1.75;
}

.imgLineHeight {
  line-height: 0;
}

.container,
.container02 {
  width: 92%;
  margin: 0 auto;
}

.container {
  max-width: 1160px;
}

.container02 {
  max-width: 1000px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justifyBet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemsEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media print, screen and (min-width: 768px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.fadeinUnder {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.fadeinUnder.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header {
  max-width: 1440px;
  margin: 0 auto;
}
.mainContent {
  max-width: 1440px;
  margin: 0 auto;
}

img {
  width: 100%;
  max-width: 100%;
}

h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 18px;
  }
}

.pickupArea {
  padding: 100px 0 60px;
  background: url("../images/bg_index01.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickupArea {
    padding: 50px 0 44px;
    background: url("../images/bg_index01_sp.jpg") no-repeat center center;
  }
}
.pickupArea .content p:not(last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .pickupArea .content p:not(last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pickupArea .content {
    max-width: 520px;
    margin: 0 auto;
  }
}
.pickupArea img {
  width: auto;
}

.mainArea01 {
  padding: 40px 0 60px;
  background: url("../images/bg_index02.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainArea01 {
    background: url("../images/bg_index02_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 0 40px;
    background-position: center -200px;
  }
}
@media screen and (max-width: 680px) {
  .mainArea01 {
    background-size: cover;
    background-position: center center;
  }
}
.mainArea01 .content p:first-child {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .mainArea01 .content p:first-child {
    margin-bottom: 20px;
    max-width: 520px;
    margin: 0 auto;
  }
}
.mainArea01 img {
  width: auto;
}

.mainArea02 {
  overflow: hidden;
  padding: 60px 0 60px;
  background: url("../images/bg_index03.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainArea02 {
    padding: 40px 0 14px;
    background: url("../images/bg_index03_sp.jpg") no-repeat center center;
  }
}
.mainArea02 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mainArea02 h2 {
    margin-bottom: 30px;
  }
  .mainArea02 h2 img {
    width: 86%;
  }
}
.mainArea02 .content {
  position: relative;
}
.mainArea02 .textContent {
  max-width: 620px;
}
@media screen and (max-width: 1040px) {
  .mainArea02 .textContent {
    max-width: 620px;
  }
}
.mainArea02 .textContent .head {
  font-size: 30px;
  font-weight: bold;
  color: #4D4398;
  padding-bottom: 10px;
  border-bottom: 2px dashed;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 100px;
  min-height: 65px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .mainArea02 .textContent .head {
    font-size: 20px;
    min-height: 40px;
    padding-left: 48px;
    padding-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.mainArea02 .textContent .txtBox01 {
  background: url("../images/ico_index13.png") no-repeat top left;
  background-size: 57px 54px;
}
@media screen and (max-width: 767px) {
  .mainArea02 .textContent .txtBox01 {
    background-size: 28px 27px;
  }
}
.mainArea02 .textContent .txtBox02 {
  background: url("../images/ico_index14.png") no-repeat top left;
  background-size: 70px 54px;
}
@media screen and (max-width: 767px) {
  .mainArea02 .textContent .txtBox02 {
    background-size: 35px 27px;
  }
}
.mainArea02 .textContent .txtBox03 {
  background: url("../images/ico_index15.png") no-repeat top left;
  background-size: 70px 54px;
}
@media screen and (max-width: 1040px) {
  .mainArea02 .textContent .txtBox03 .spOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mainArea02 .textContent .txtBox03 {
    background-size: 36px 27px;
  }
}
.mainArea02 .textContent .txt {
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainArea02 .textContent .txt {
    font-size: 16px;
  }
}
.mainArea02 .textContent ul:not(:last-child) {
  margin-bottom: 30px;
}
.mainArea02 .imgContent {
  position: absolute;
  top: -150px;
  right: -220px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1040px) {
  .mainArea02 .imgContent {
    position: relative;
    top: auto;
    right: auto;
    margin-right: -4%;
    margin-top: -200px;
    text-align: right;
  }
  .mainArea02 .imgContent img {
    width: 82%;
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea02 .imgContent {
    position: relative;
    top: auto;
    right: auto;
    margin-right: -4%;
    margin-top: -40px;
    text-align: right;
  }
  .mainArea02 .imgContent img {
    width: 82%;
    max-width: 460px;
  }
}
.mainArea02 img {
  width: auto;
}

.contactArea {
  padding: 80px 0 80px;
  background: url("../images/bg_index04.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactArea {
    padding: 40px 0 40px;
  }
}
.contactArea .content {
  position: relative;
}
.contactArea .txt {
  font-size: 30px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
  margin-bottom: 36px;
}
.contactArea .txt span {
  font-size: 30px;
  color: #FFF000;
}
@media screen and (max-width: 860px) {
  .contactArea .txt {
    font-size: 26px;
  }
  .contactArea .txt span {
    font-size: 26px;
    color: #FFF000;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .txt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contactArea .txt span {
    font-size: 18px;
  }
}
.contactArea .btn a {
  display: block;
  margin: 0 auto;
  padding: 34px 0;
  max-width: 575px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 100px;
  color: #fff;
  background: #FF911A;
  background-image: url("../images/ico_index01.png");
  background-repeat: no-repeat;
  background-position: center right 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contactArea .btn a {
    font-size: 20px;
    padding: 20px 0;
    background-image: url("../images/ico_index01.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 8px 14px;
  }
}
.contactArea .btn a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.contactArea .img {
  position: absolute;
  margin-left: -90px;
  bottom: -48px;
}
@media screen and (max-width: 1040px) {
  .contactArea .img {
    top: -240px;
    margin-left: 0px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .img {
    max-width: 160px;
    margin-left: 0px;
    bottom: auto;
    top: -140px;
  }
}
.contactArea img {
  width: auto;
}

.mainArea03 {
  overflow: hidden;
  text-align: center;
  margin: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .mainArea03 {
    margin: 45px 0 45px;
  }
}
.mainArea03 .content {
  background: #64C0AB;
}
.mainArea03 .intro {
  padding: 30px 20px 32px;
}
.mainArea03 .intro h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .intro h3 {
    margin-bottom: 16px;
  }
  .mainArea03 .intro h3 img {
    width: 60%;
    max-width: 280px;
  }
}
.mainArea03 .intro p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .mainArea03 .intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .intro p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1040px) {
  .mainArea03 .intro .spOnly {
    display: block;
  }
}
.mainArea03 .innerbg {
  background: #fff;
  border-left: 10px solid #64C0AB;
  border-right: 10px solid #64C0AB;
  border-bottom: 10px solid #64C0AB;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .mainArea03 .innerbg {
    padding: 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .mainArea03 .innerbg {
    border-left: 6px solid #64C0AB;
    border-right: 6px solid #64C0AB;
    border-bottom: 6px solid #64C0AB;
  }
}
.mainArea03 .point {
  width: 92%;
  margin: 0 auto;
  border-top: 4px solid #64C0AB;
}
.mainArea03 .headBox {
  text-align: left;
  background: url("../images/bg_index05.png") repeat;
  position: relative;
  padding: 50px 40px 50px 0;
}
@media screen and (max-width: 767px) {
  .mainArea03 .headBox {
    padding: 14px 15px 30px 0;
  }
}
.mainArea03 .headBox h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .headBox h3 {
    padding-left: 90px;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .headBox h3 {
    font-size: 16px;
  }
}
.mainArea03 .headBox .txt {
  font-size: 18px;
  line-height: 1.75;
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .headBox .txt {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .headBox .txt {
    font-size: 12px;
  }
}
.mainArea03 .headBox .ico {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .mainArea03 .headBox .ico {
    max-width: 76px;
  }
}
.mainArea03 .point01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 860px) {
  .mainArea03 .point01 .headBox h3 {
    line-height: 1.5;
  }
  .mainArea03 .point01 .headBox .show860 {
    display: block;
  }
}
.mainArea03 .point01 .mainBox {
  background: url("../images/bg_index06.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point01 .mainBox {
    padding: 15px 0 15px;
  }
}
.mainArea03 .point01 .mainBox .img {
  margin-bottom: 30px;
  padding: 0 22px 0 22px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point01 .mainBox .img {
    padding: 0 15px 0 15px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.mainArea03 .point01 .mainBox .txt {
  background: #FFF000;
  padding: 12px 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point01 .mainBox .txt {
    font-size: 16px;
    padding: 12px 20px 8px;
    text-align: left;
  }
}
.mainArea03 .point02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point02 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea03 .point02 .headBox .show960 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point02 .headBox {
    padding: 30px 15px 30px 0;
  }
  .mainArea03 .point02 .headBox h3 {
    margin-bottom: 44px;
  }
}
.mainArea03 .point02 .mainBox {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px;
  background: #EAEAF4;
  padding: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point02 .mainBox {
    margin-top: 0;
    padding: 15px 0 15px;
  }
}
.mainArea03 .point02 .mainBox .img {
  padding: 0 22px 0 22px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point02 .mainBox .img {
    padding: 0 15px 0 15px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.mainArea03 .point02 .ico02 {
  position: absolute;
  right: -26px;
  top: -40px;
}
@media screen and (max-width: 860px) {
  .mainArea03 .point02 .ico02 {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point02 .ico02 {
    max-width: 150px;
    right: 0;
    top: 80px;
  }
}
@media screen and (max-width: 380px) {
  .mainArea03 .point02 .ico02 {
    max-width: 130px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .point02 .ico02 {
    max-width: 110px;
  }
}
.mainArea03 .point03 {
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea03 .point03 .headBox .show960 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .headBox {
    padding: 30px 15px 30px 0;
  }
  .mainArea03 .point03 .headBox h3 {
    margin-bottom: 44px;
  }
}
.mainArea03 .point03 .mainBox {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px;
  background: #EAEAF4;
  padding: 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .mainBox {
    margin-top: 0;
    padding: 15px;
  }
}
.mainArea03 .point03 .mainBox .txt01 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .mainBox .txt01 {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .point03 .mainBox .txt01 {
    font-size: 13px;
  }
}
.mainArea03 .point03 .mainBox .img {
  padding: 0 22px 0 22px;
}
.mainArea03 .point03 .type {
  background: #fff;
  border-radius: 10px 10px 0 0;
  margin-top: 20px;
  -webkit-box-shadow: 2px 2px 8px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px -6px rgba(0, 0, 0, 0.2);
}
.mainArea03 .point03 .ico02 {
  position: absolute;
  right: 70px;
  top: -20px;
}
@media screen and (max-width: 1040px) {
  .mainArea03 .point03 .ico02 {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .ico02 {
    max-width: 148px;
    right: 0px;
    top: 100px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .point03 .ico02 {
    max-width: 114px;
  }
}
.mainArea03 .point03 .inner {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .inner {
    padding: 14px;
  }
}
.mainArea03 .point03 .txt02 {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .txt02 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .point03 .txt02 {
    font-size: 13px;
  }
}
.mainArea03 .point03 h4 {
  text-align: center;
  background: #4D4398;
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .type01 .img01 {
    text-align: center;
  }
  .mainArea03 .point03 .type01 .img01 img {
    width: 70%;
    min-width: 190px;
    max-width: 240px;
  }
}
.mainArea03 .point03 .type02 .img01 {
  text-align: center;
  padding: 10px;
  border: 1px solid #D8D8D8;
  max-width: 495px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .type02 .txt02 {
    margin-bottom: 10px;
  }
  .mainArea03 .point03 .type02 .img01 img {
    width: 100%;
    max-width: 260px;
  }
}
.mainArea03 .point03 .type03 .txt02 {
  margin-right: 20px;
}
.mainArea03 .point03 .type03 .img01 {
  margin-bottom: -21px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .type03 .flex {
    display: block;
  }
  .mainArea03 .point03 .type03 .txt02 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mainArea03 .point03 .type03 .img01 {
    text-align: center;
    margin-bottom: -15px;
  }
  .mainArea03 .point03 .type03 .img01 img {
    max-width: 220px;
  }
}
.mainArea03 .point03 .summary {
  border: 1px solid #4D4398;
  border-radius: 5px;
  padding: 10px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .summary {
    margin-top: 20px;
  }
}
.mainArea03 .point03 .summary p {
  line-height: 1.5;
  text-align: center;
  color: #4D4398;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .mainArea03 .point03 .summary p {
    text-align: left;
    font-size: 18px;
    padding-right: 60px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .summary p {
    font-size: 14px;
    text-align: left;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .summary .txt01 {
    padding-right: 60px;
  }
}
.mainArea03 .point03 .summary .ico {
  line-height: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media screen and (max-width: 860px) {
  .mainArea03 .point03 .summary .ico {
    text-align: right;
    right: 0;
    padding-right: 0;
  }
  .mainArea03 .point03 .summary .ico img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point03 .summary .ico {
    text-align: right;
    right: 0;
    padding-right: 0;
  }
  .mainArea03 .point03 .summary .ico img {
    width: 50px;
    margin-right: 10px;
  }
}
.mainArea03 .point04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point04 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea03 .point04 .headBox .spOnly {
    display: block;
  }
}
.mainArea03 .point04 h3 {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point04 h3 {
    margin-bottom: 0;
  }
}
.mainArea03 .point04 .mainBox {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .point04 .mainBox {
    margin-top: 0;
  }
}
.mainArea03 .point04 .ico02 {
  position: absolute;
  right: 60px;
  top: 10px;
}
@media screen and (max-width: 1060px) {
  .mainArea03 .point04 .ico02 {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point04 .ico02 {
    max-width: 128px;
    right: -4px;
    top: 20px;
  }
}
@media screen and (max-width: 380px) {
  .mainArea03 .point04 .ico02 {
    max-width: 100px;
  }
}
@media screen and (max-width: 350px) {
  .mainArea03 .point04 .ico02 {
    max-width: 100px;
    margin-right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .point04 .img img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.mainArea03 img {
  width: auto;
}
.mainArea03 .plice {
  width: 92%;
  margin: 0 auto;
}
.mainArea03 .plice table {
  width: 100%;
}
.mainArea03 .plice table:first-child {
  margin-bottom: 1px;
}
.mainArea03 .plice table th {
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  vertical-align: middle;
  padding: 15px;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .mainArea03 .plice table th {
    width: 26%;
    padding: 5px;
  }
  .mainArea03 .plice table th img {
    max-height: 20px;
  }
}
.mainArea03 .plice table td {
  vertical-align: middle;
  padding: 15px;
  width: 86%;
  border-left: 10px solid #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .mainArea03 .plice table td {
    width: 74%;
    padding: 14px;
  }
}
@media screen and (max-width: 1040px) {
  .mainArea03 .plice .top td img {
    width: 100%;
    max-width: 644px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03 .plice .top td img {
    width: 100%;
    max-width: 300px;
  }
}
.mainArea03 .plice .bottom td {
  border-top: none;
  padding: 40px 15px;
}
@media screen and (max-width: 767px) {
  .mainArea03 .plice .bottom td img {
    width: 100%;
    max-width: 260px;
  }
}

.trialArea {
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trialArea {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.trialArea .txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .trialArea .txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.trialArea img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .trialArea img {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

.pliceArea {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pliceArea {
    margin-bottom: 60px;
  }
}
.pliceArea .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pliceArea .priceBox li {
  width: 32.5%;
  border: 10px solid #D6D6D6;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 15px 20px;
}
@media screen and (max-width: 380px) {
  .pliceArea .priceBox li {
    border: 6px solid #D6D6D6;
  }
}
@media screen and (max-width: 767px) {
  .pliceArea .priceBox li {
    padding: 30px 15px 20px;
  }
}
.pliceArea .priceBox li:last-child {
  margin-right: 0%;
}
.pliceArea .priceBox li:first-child {
  border: 10px solid #4D4398;
}
@media screen and (max-width: 380px) {
  .pliceArea .priceBox li:first-child {
    border: 6px solid #4D4398;
  }
}
@media screen and (max-width: 767px) {
  .pliceArea .priceBox {
    display: block;
  }
  .pliceArea .priceBox li {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px 15px 20px;
  }
  .pliceArea .priceBox li:last-child {
    margin-right: auto;
  }
  .pliceArea .priceBox li img {
    max-width: 240px;
  }
}
.pliceArea img {
  width: auto;
}

.applicationArea {
  overflow: hidden;
  padding: 60px 0 80px;
  background: url("../images/bg_index06.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .applicationArea {
    padding: 40px 0 40px;
  }
  .applicationArea h2.headTitle01 {
    margin-bottom: 30px;
  }
}
.applicationArea .inner {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner {
    padding: 20px;
  }
}
.applicationArea .inner table {
  width: 100%;
}
.applicationArea .inner table:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner tr {
    display: block;
  }
}
.applicationArea .inner th {
  background: #333;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  width: 20%;
  line-height: 1.5;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner th {
    display: block;
    width: 100%;
    font-size: 18px;
  }
}
.applicationArea .inner td {
  width: 80%;
  text-align: left;
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner td {
    display: block;
    width: 100%;
    padding: 10px 0px 0px 0px;
  }
}
.applicationArea .inner .txt01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner .txt01 {
    font-size: 16px;
  }
}
.applicationArea .inner .txt02 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner .txt02 {
    font-size: 14px;
  }
}
.applicationArea .inner .txt03 {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  border: 1px solid #333;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner .txt03 {
    font-size: 14px;
  }
}
.applicationArea .inner .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.applicationArea .inner li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
  padding-left: 26px;
}
.applicationArea .inner li:first-child {
  background: url("../images/ico_index16.png") no-repeat center left;
  background-size: 21px 21px;
}
.applicationArea .inner li:nth-child(2) {
  background: url("../images/ico_index17.png") no-repeat center left;
  background-size: 21px 21px;
}
.applicationArea .inner li:nth-child(3) {
  background: url("../images/ico_index18.png") no-repeat center left;
  background-size: 21px 21px;
}
.applicationArea .inner li:nth-child(4) {
  background: url("../images/ico_index19.png") no-repeat center left;
  background-size: 21px 21px;
}
@media screen and (max-width: 767px) {
  .applicationArea .inner li {
    font-size: 16px;
  }
}

h2.headTitle01 {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2.headTitle01 {
    font-size: 2.4rem;
  }
}

.storeArea01 {
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .storeArea01 {
    padding-top: 40px;
  }
}
.storeArea01 .storeContent01:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeContent01:not(:last-child) {
    margin-bottom: 30px;
  }
}
.storeArea01 .storeCopy01,
.storeArea01 h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeCopy01,
.storeArea01 h3 {
    font-size: 1.8rem;
  }
}
.storeArea01 .storeCopy01 {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeCopy01 {
    margin: 30px 0;
  }
}
@media screen and (max-width: 360px) {
  .storeArea01 .storeCopy01 {
    font-size: 1.6rem;
  }
}
.storeArea01 h3 {
  height: 64px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .storeArea01 h3 {
    height: 50px;
  }
}
.storeArea01 .storeBox01 {
  width: 50%;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .storeArea01 .storeBox01 {
    padding: 20px 10px;
  }
}
.storeArea01 .storeBox01:nth-child(2n+1) {
  border-right: 1px dashed #333;
}
.storeArea01 .storeBox01:not(.borderNone) {
  border-bottom: 1px dashed #333;
}
.storeArea01 h4 a,
.storeArea01 .storeTel01 {
  padding-left: 20px;
}
@media screen and (max-width: 860px) {
  .storeArea01 h4 a,
.storeArea01 .storeTel01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .storeArea01 h4 a,
.storeArea01 .storeTel01 {
    width: 100%;
    padding: 5px 0 5px 20px;
  }
}
.storeArea01 h4 a {
  display: block;
  color: #4d4398;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.storeArea01 h4 a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .storeArea01 h4 a {
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 0;
  }
}
.storeArea01 h4 a:before {
  content: "";
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 2px solid #4d4398;
  border-right: 2px solid #4d4398;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .storeArea01 h4 a:before {
    width: 4px;
    height: 4px;
  }
}
.storeArea01 .storeTel01 {
  text-align: left;
  background: url("../images/ico_tel01.svg") no-repeat 0 50%/13px 17px;
}
@media (min-width: 1101px) {
  .storeArea01 .storeTel01 {
    width: 152px;
  }
}

.footer {
  max-width: 1440px;
  margin: 0 auto;
}
.footer .logo {
  text-align: center;
}
.footer .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .logo a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}
.footer .logo img {
  width: auto;
  padding: 20px 40px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer .logo img {
    padding: 10px 20px;
    max-width: 20%;
  }
}
.footer p {
  font-size: 1.4rem;
  color: #fff;
  background: #4d4398;
  height: 60px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1rem;
    height: 48px;
  }
}

.trialArea .content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .trialArea .content {
    margin-top: 10px;
  }
}
.trialArea .content .btn a {
  display: block;
  margin: 0 auto;
  padding: 34px 0;
  max-width: 575px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 100px;
  color: #fff;
  background: #FF911A;
  background-image: url("../images/ico_index01.png");
  background-repeat: no-repeat;
  background-position: center right 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .trialArea .content .btn a {
    font-size: 20px;
    padding: 20px 0;
    background-image: url("../images/ico_index01.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 8px 14px;
  }
}
.trialArea .content .btn a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.trialArea2 {
  margin-top: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .trialArea2 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

.appbtnList01 {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .appbtnList01 {
    top: 50px;
  }
}
.appbtnList01 li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .appbtnList01 li {
    width: 40px;
  }
}
.appbtnList01 li:first-child {
  margin-bottom: 5px;
}
.appbtnList01 li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.appbtnList01 li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.appbtnList01 li img {
  vertical-align: bottom;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.fadein02 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein02.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}