@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.otf") format("opentype");
}

@media screen and (max-width: 768px) {
  .hide-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hide-pc {
    display: none;
  }
}

body {
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: NotoSansCJKjp, -apple-system, BlinkMacSystemFont, YuGothic, "Custom Yu Gothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  min-width: 1320px;
}

.wrapper {
  position: relative;
}

.wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1650px;
  min-width: 1280px;
  box-sizing: content-box;
  position: relative;
}
.l-header {
  position: fixed;
  width: 100%;
  top:0;
  left:0;
  background-color: rgba(255,255,255,0.8);
  z-index: 10;
}
.l-header .wrap {
  /* padding: 0 55px 0 55px; */
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.l-header .logoArea {
  padding-left: 35px;
  width: 225px;
}
.l-header .logoArea img {
  width: 100%;
}
.l-header .menuList {
  display: flex;
}
.l-header .menuList li {
  height: 90px;
  line-height: 90px;
}
.l-header .menuList li a {
  display: block;
  padding: 0 15px;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.l-header .menuList li a:hover {
  color: #000;
  opacity: 1;
}
.l-header .menuList li a:hover::after {
  content:'';
  width: 42px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom:24px;
  left:50%;
  margin-left: -21px;
}

.menuButton {
  display: none;
}

.fixedDownload {
  width: 260px;
  height: 76px;
  background-color: #FFDD38;
  position: fixed;
  bottom:25px;
  right:-160px;
  z-index:5;
  border-radius: 38px 0 0 38px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.fixedDownload a {
  height: 76px;
  display: flex;
  align-items: center;
}
.fixedDownload .iconArea {
  padding-left: 35px;
  width: 100px;
}
.fixedDownload .expandArea {
  padding-right: 20px;
  width: 160px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.keyVisual {
  width: 100%;
  height: 100vh;
  min-width: 1280px;
  background: #FFDD38 url(../images/bg_keyvisual.png) no-repeat bottom center;
  position: relative;
}
.keyVisual .wrap{
  height: 100vh;
  padding: 0;
}
.keyVisual .titleWrap {
  width: 570px;
  position: absolute;
  left:50%;
  top:19%;
  margin-left:-230px;
}
.keyVisual .titleWrap .title img {
  width: 100%;
}
.keyVisual .titleWrap .note {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 16px;
}
.keyVisual .scroll {
  width: 70px;
  height: 70px;
  position: absolute;
  left:50%;
  bottom:20px;
  margin-left:-32px;
}
.keyVisual .scroll img {
  width: 100%;
}

.aboutArea {
  padding: 60px 0 80px;
  color: #fff;
  background-color: #707070;
}

.aboutArea .wrap {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transition: all 700ms 0s ease;
}
.aboutArea .wrap.jsActive {
  opacity: 1;
}

.aboutArea .note {
  font-weight: 500;
  font-size: 16px;
}
.aboutArea .title {
  margin-bottom: 50px;
  font-size: 36px;
  position: relative;
}
.aboutArea .title span {
  display: inline-block;
  position: relative;
}
.aboutArea .title span::after {
  content:'';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FFDD38;
  position: absolute;
  bottom:-10px;
  left:0;
}
.aboutArea .text {
  margin-bottom: 40px;
}

.featureArea {
  padding: 100px 0 90px;
  background-color: #FFDD38;
}
.headlineBg {
  margin: 0 auto 50px;
  width: 650px;
  height: 90px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 90px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.featureArea .boxWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.featureArea .boxWrap .box{
  padding: 50px;
  width: 47.87%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.featureArea .boxWrap .box .title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items:center;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
}
.featureArea .boxWrap .box .title span {
  width: 94px;
}
.featureArea .boxWrap .box .title span img {
  filter: drop-shadow(1px 1px 3px #D8D8D8);
}


.featureArea .boxWrap .box .imageArea {
  text-align: center;
  position: relative;
}
.featureArea .boxWrap .imageArea {
  padding-top: 20px;
}
.featureArea .boxWrap .boxLeft .imageArea {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
.featureArea .boxWrap .boxLeft .imageArea .top {
  margin-bottom: 30px;
}
.featureArea .boxWrap .boxLeft .imageArea .note{
  margin-top: 10px;
  padding-left: 30px;
  font-size: 12px;
  text-align: left;
}
.featureArea .boxWrap .boxLeft .imageArea .middle {
  max-width: 654px;
  margin: 0 auto 40px;
}
.featureArea .boxWrap .boxLeft .imageArea .grayBox {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #EAEAEA;
  border-radius: 5px;
  text-align: left;
}
.featureArea .boxWrap .boxLeft .imageArea .textLink {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
.featureArea .boxWrap .boxLeft .imageArea .textLink a {
  text-decoration: underline;
}

.voiceArea {
  padding: 150px 0 100px;
  background: #fff url(../images/bg_sliderArea.png) no-repeat bottom center;
}
.voiceArea .headlineBg {
  margin: 0 auto 80px;
  width: 380px;
  background-color: #FFDD38;
}
.voiceArea .voiceSlider {
  display: flex;
  justify-content: space-between;
}
.voiceArea .voice01 {
  /* width: 316px; */
  width: calc((316 / 1650)*100%);
}
.voiceArea .voice01 .imageArea img {
  width: 299px;
}
.voiceArea .voice02 {
  /* width: 287px; */
  width: calc((287/ 1650)*100%);
}
.voiceArea .voice02 .imageArea img {
  width: 236px;
}
.voiceArea .voice03 {
  /* width: 316px; */
  width: calc((316/ 1650)*100%);
}
.voiceArea .voice03 .imageArea img {
  width: 164px;
}
.voiceArea .voice04 {
  /* width: 300px; */
  width: calc((300/ 1650)*100%);
}
.voiceArea .voice04 .imageArea img {
  width: 214px;
}
.voiceArea .voice05 {
  /* width: 300px; */
  width: calc((300/ 1650)*100%);
}
.voiceArea .voice05 .imageArea img {
  width: 263px;
}
.voiceArea .voiceSlider .comment {
  margin-bottom: 40px;
  display: block;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  background-color: #FFDD38;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 1690px) {
  .voiceArea .voiceSlider .comment {
    font-size: 16px;
  }
  .voiceArea .voiceSlider .comment br {
    display: none;
  }
}
.voiceArea .voiceSlider .comment:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #ffde38 transparent transparent transparent;
  position: absolute;
  bottom:-18px;
  left:0
}
.voiceArea .voice01 .comment:after {
  left:72%;
}
.voiceArea .voice02 .comment:after {
  left:50%;
}
.voiceArea .voice03 .comment:after {
  left:54%;
}
.voiceArea .voice04 .comment:after {
  left:58%;
}
.voiceArea .voice05 .comment:after {
  left:45%;
}
.voiceArea .imageArea {
  display: block;
  width: 100%;
  text-align: center;
}
.voiceArea .imageArea img {
  max-width: 100%;
}

.serviceArea {
  padding: 100px 0 90px;
  background-color: #EAEAEA;
}
.serviceArea .areaBg {
  padding: 55px 125px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.serviceArea .headlineBg {
  margin: 0 auto 40px;
  width: 480px;
  background-color: #FFDD38;
}
.serviceArea .areaBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceArea .areaBox .map {
  /* width: 640px; */
  width: calc((640 / 1400)*100%);
  order: 1;
}
.serviceArea .areaBox .map img {
  width: 100%;
}
.serviceArea .areaBox .areaList {
  /* padding-right: 75px;
  width: 675px; */
  padding-right: calc((75 / 1400)*100%);
  width: calc((675 / 1400)*100%);
  padding-bottom: 60px;
  order: 2;
  margin-top: -40px;
}
.serviceArea .areaBox .areaList .icon {
  text-align: right;
}
.serviceArea .areaBox .areaList p {
  padding: 25px 30px;
  background-color: #FFDD38;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
}

.howtoArea {
  padding: 120px 0 100px;
  background-color: #fff;
}
.howtoArea .headlineBg {
  margin: 0 auto 100px;
  width: 600px;
  background-color: #FFDD38;
}
.howtoArea .howtoSlider {
  display: flex;
  justify-content: space-between;
}
.howtoArea .howtoSlider .slide {
  /* width: 302px; */
  width: calc((302 / 1650)*100%);
}
.howtoArea .howtoSlider .imageArea {
  margin-bottom: 20px;
}
.howtoArea .howtoSlider .imageArea img {
  width: 100%;
}
.howtoArea .howtoSlider .num {
  margin: 0 auto 25px;
  width: 40px;
  height: 40px;
  background-color: #FF7527;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
}
.howtoArea .howtoSlider .text {
  padding: 0 30px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1690px) {
  .howtoArea .howtoSlider .text {
    padding: 0;
  }
}
.howtoArea .howtoSlider .text .sub {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.faqArea {
  padding: 100px 0;
  background-color: #FFDD38;
}
.faqArea .headlineBg {
  margin: 0 auto 50px;
  width: 480px;
  background-color: #fff;
}
.faqArea .faqList {
  margin: 0 auto;
  max-width:1500px;
  min-width: 1280px;
}
.faqArea .faqList .box {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 700;
  font-size: 28px;
}
.faqArea .faqList .box dt {
  padding: 0 120px 0 30px;
  height: 90px;
  line-height: 90px;
  position: relative;
}
.faqArea .faqList .box dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
.faqArea .faqList .box dt::after {
  content:'';
  display: block;
  width: 34px;
  height: 24px;
  background: url(../images/icon_arrow_down.svg) no-repeat top center;
  position: absolute;
  top:50%;
  right:40px;
  margin-top: -6px;
}
.faqArea .faqList .box dt.isOpen::after {
  background: url(../images/icon_arrow_up.svg) no-repeat top center;
}
.faqArea .faqList .box dt .icon {
  margin-right:10px ;
  display: inline-block;
  font-size: 36px;
  color: #FF7527;
}
.faqArea .faqList .box dd {
  display: none;
  margin: 0;
  padding: 0 120px 30px 66px;
}
.faqArea .faqList .box dd a {
  text-decoration: underline;
  color: rgb(8, 158, 216);
}

.l-footer {
  padding: 55px 0 35px;
}

.l-footer .footerTop {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.l-footer .footerTop .linkArea {
  order: 2;
  padding: 0 80px;
  text-align: center;
}
.l-footer .footerTop .linkArea .title{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
.l-footer .footerTop .linkArea .link{
  margin: 0 0 25px;
 }
 .l-footer .footerTop .linkArea .link a {
  margin-bottom: 25px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}
.l-footer .footerTop .linkArea .link a:before {
  content:'';
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/icon_circle_arrow_yellow.svg) no-repeat top left;
  position: absolute;
  left:0;
  top:0;
}
.l-footer .footerTop .linkArea .snsLink {
  text-align: center;
}
.l-footer .footerTop .linkArea .snsLink li {
  padding: 0 20px;
  display: inline-block;
}
.l-footer .footerTop .linkArea .snsLink li.link01 img {
  width: 38px;
}
.l-footer .footerTop .linkArea .snsLink li.link02 img {
  width: 30px;
}
.l-footer .footerTop .downloadArea {
  padding-left: 98px;
  width: 548px;
  order: 1;
}
.l-footer .footerTop .downloadArea .linkBox {
  background-color: #FFDD38;
  border-radius: 10px;
  padding: 10px;
}
.l-footer .footerTop .downloadArea .linkBox p{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.l-footer .footerTop .downloadArea .linkList {
  width: 330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.l-footer .footerTop .downloadArea .linkList li {
  width: 160px;
}
.l-footer .footerBottom {
  padding-top: 35px;
  border-top: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}
.l-footer .footerBottom .copyRight {
  padding-left: 60px;
  order: 1;
}
.l-footer .footerBottom .linkList {
  margin: 0;
  padding-right: 60px;
  order: 2;
}
.l-footer .footerBottom .linkList li {
  display: inline-block;
}
.l-footer .footerBottom .linkList li:first-child {
  margin-right: 90px;
}

.slick-prev,
.slick-next  {
  width: 30px;
  height: 30px;
  background: none;
  border:none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}
.slick-prev {
  left:-10px;
}
.slick-next {
  right:-10px;
}
.howtoSlider .slick-prev {
  left:-30px;
}
.howtoSlider .slick-next {
  right:-30px;
}
.slick-prev::before {
  content:'';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/slick-arrow-left.png) no-repeat top center;
  background-size: 100%;
}
.slick-next::before {
  content:'';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/slick-arrow-right.png) no-repeat top center;
  background-size: 100%;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px !important;
  height: 6px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  text-align: center;
  background-color: #ccc;
  border-radius: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #3E3E3E;
}

@media screen and (max-width: 896px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .wrap {
    padding: 0 36px;
    width:auto;
    max-width: none;
    min-width: auto;
  }
  .l-header {
    display:none;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  }
  .l-header .wrap {
    padding: 15px 20px;
    height: auto;
    display: block;
  }
  .l-header .logoArea {
    display: none;
  }
  .l-header .menuList {
    margin: 0;
    display: block;
  }
  .l-header .menuList li {
    padding: 0 8px;
    height: auto;
    line-height: 1.4;
    display: inline-block;
  }
  .l-header .menuList li a {
    display: inline;
    padding: 0;
    color: #000;
    font-size: 10px;
    font-weight: 700;
  }
  .l-header .menuList li a:hover::after {
    content:none;
  }

  .menuButton {
    display: block;
    width: 25px;
    height: 50px;
    position: fixed;
    top:20px;
    left:0;
    z-index:100;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  }

  .fixedDownload {
    width: 110px;
    height: 40px;
    background-color: #FFDD38;
    position: fixed;
    bottom:20%;
    right:-65px;
    z-index:5;
    border-radius: 38px 0 0 38px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  }
  .fixedDownload a {
    height: 40px;
  }
  .fixedDownload .iconArea {
    padding-left: 15px;
    width: 45px;
  }
  .fixedDownload .iconArea img {
    width: 16px;
    height: 16px;
  }
  .fixedDownload .expandArea {
    padding-right: 0;
    width: auto;
    text-align: center;
    font-size: 10px;
  }

  .keyVisual {
    width: 100%;
    height: 90vh;
    min-width: auto;
    background: #FFDD38 url(../images/bg_keyvisual_sp.png) no-repeat bottom center;
    background-size: 100%;
  }
  .keyVisual .wrap {
    height: 90vh;
    min-height: auto;
  }
  .keyVisual .titleWrap {
    width: calc((240/375)*100%);
    position: absolute;
    left:50%;
    top:15%;
    margin-left:-25%;
  }
  .keyVisual .titleWrap .note {
    width: 80%;
    font-size:10px;
    margin-top: 10px;
    padding-left: 5px;
  }
  .keyVisual .titleWrap .note br {
    display: none;
  }
  .keyVisual .scroll {
    width: 60px;
    height: 60px;
    position: absolute;
    left:50%;
    bottom:20px;
    margin-left:-24px;
  }
  .keyVisual .scroll img {
    width: 100%;
  }

  .aboutArea {
    padding: 40px 0;
  }
  .aboutArea .wrap {
    padding: 0;
    font-size: 20px;
  }
  .aboutArea .note {
    padding: 0 36px;
    font-size: 12px;
  }
  .aboutArea .title {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .aboutArea .title span::after {
    height: 3px;
    background-color: #FFDD38;
  }
  .aboutArea .text {
    margin-bottom: 30px;
  }

  .featureArea {
    padding: 30px 0;
    background-color: #FFDD38;
  }
  .featureArea .boxWrap {
    width: auto;
    display: block;
  }
  .headlineBg {
    margin: 0 auto 30px;
    width: 270px;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  }

  .featureArea .boxWrap .box {
    margin: 0 0 20px;
    padding:15px 20px;
    width: auto;
    border-radius: 10px;
  }

  .featureArea .boxWrap .box .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 12px;
  }
  .featureArea .boxWrap .box .title span {
    margin-right: 10px;
    width: 30px;
  }

  .featureArea .boxWrap .box .imageArea {
    text-align: center;
    position: relative;
  }
  .featureArea .boxWrap .imageArea {
    padding-top: 0;
  }
  .featureArea .boxWrap .boxLeft .imageArea {
    padding-bottom: 15px;
  }
  .featureArea .boxWrap .boxLeft .imageArea .top {
    margin-bottom: 15px;
  }
  .featureArea .boxWrap .boxLeft .imageArea .bottom {
    padding: 0 15px;
  }
  .featureArea .boxWrap .boxLeft .imageArea .note{
    margin-top: 10px;
    padding-left: 30px;
    font-size: 12px;
    text-align: left;
  }
  .featureArea .boxWrap .boxRight .imageArea {
    padding-top: 15px;
  }
  .featureArea .boxWrap .boxRight .imageArea img {
    width: 90%;
  }
  .featureArea .boxWrap .boxLeft .imageArea .note{
    margin-top: 10px;
    padding-left: 10px;
    font-size: 6px;
    text-align: left;
  }
  .featureArea .boxWrap .boxLeft .imageArea .middle {
    margin: 0 auto 20px;
  }
  .featureArea .boxWrap .boxLeft .imageArea .grayBox {
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .featureArea .boxWrap .boxLeft .imageArea .textLink {
    font-size: 14px;
  }

  .voiceArea {
    padding: 40px 0 60px;
    background: #fff url(../images/bg_sliderArea_sp.svg) no-repeat bottom center;
    background-size: 100%;
  }
  .voiceArea .wrap {
    padding: 0 16px;
  }
  .voiceArea .headlineBg {
    margin: 0 auto 55px;
    width: 130px;
  }
  .voiceArea .voiceSlider {
    display: block;
    width:calc((290 / 303)*100%);
    margin: 0 auto;
  }
  .voiceArea .voiceSlider .slide {
    width: auto;
    margin: 0 20px;
  }
  .voiceArea .voice01 .imageArea img {
    width: 80%;
  }
  .voiceArea .voice02 .imageArea img {
    width: 65%;
  }
  .voiceArea .voice03 .imageArea img {
    width: 45%;
  }
  .voiceArea .voice04 .imageArea img {
    width: 60%;
  }
  .voiceArea .voice05 .imageArea img {
    width: 65%;
  }
  .voiceArea .voiceSlider .comment {
    margin-bottom: 30px;
    display: block;
    padding: 20px;
    font-size: 16px;
    border-radius: 15px;
    position: relative;
  }
  .voiceArea .imageArea {
    display: block;
    width: 100%;
    text-align: center;
  }
  .voiceArea .imageArea img {
    margin: 0 auto;
    max-width: 100%;
  }

  .serviceArea {
    padding: 40px 0;
    background-color: #EAEAEA;
  }
  .serviceArea .areaBg {
    padding: 0;
    background-color: transparent;
    border-radius: none;
    box-shadow: none;
  }
  .serviceArea .headlineBg {
    width: 160px;
    padding: 0;
  }
  .serviceArea .areaBox {
    display: block;
  }
  .serviceArea .areaBox .areaList {
    padding-right: 0;
    width: 100%;
    padding-bottom: 60px;
    position: relative;
    margin-top: 0;
  }
  .serviceArea .areaBox .areaList p {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 0.05em; */
  }
  .serviceArea .areaBox .map {
    width: 100%
  }
  .serviceArea .areaBox .areaList .icon {
    width: 60px;
    position: absolute;
    right:0;
    bottom:-20px;
  }


  .howtoArea {
    padding: 40px 0 60px;
  }
  .howtoArea .headlineBg {
    margin: 0 auto 55px;
    width: 100px;
  }
  .howtoArea .howtoSlider {
    margin: 0 auto;
    display: block;
    width: calc((270/303)*100%);
  }
  .howtoArea .howtoSlider .slide {
    width: 100%;
    margin: 0 20px;
  }
  .howtoArea .howtoSlider .imageArea {
    margin-bottom: 10px;
  }
  .howtoArea .howtoSlider .num {
    margin: 0 auto 25px;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
  }
  .howtoArea .howtoSlider .text {
    padding: 0 ;
    font-size: 16px;
    text-align: center;
  }
  .howtoArea .howtoSlider .text .sub {
    font-size: 12px;
  }

  .faqArea {
    padding: 50px 0 85px;
  }
  .faqArea .headlineBg {
    margin: 0 auto 25px;
    width: 160px;
  }
  .faqArea .faqList {
    margin: auto;
    max-width:none;
    min-width: auto;
  }
  .faqArea .faqList .box {
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .faqArea .faqList .box dt {
    padding: 0 40px 0 13px;
    height: 50px;
    line-height: 1.2;
    position: relative;
  }
  .faqArea .faqList .box dt:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .faqArea .faqList .box dt::after {
    content:'';
    display: block;
    width: 20px;
    height: 14px;
    background: url(../images/icon_arrow_down.svg) no-repeat top center;
    background-size: 20px;
    position: absolute;
    top:50%;
    right:15px;
    margin-top: -6px;
  }
  .faqArea .faqList .box dt.isOpen::after {
    background: url(../images/icon_arrow_up.svg) no-repeat top center;
    background-size: 20px;
  }
  .faqArea .faqList .box dt {
    display: flex;
    align-items: center;
  }
  .faqArea .faqList .box dt .icon{
    margin-right:10px ;
    display: block;
    font-size: 14px;
  }
  .faqArea .faqList .box dt .question{
    display: block;
  }
  .faqArea .faqList .box dd {
    display: none;
    margin: 0;
    padding: 0 40px 15px 37px;
    font-weight: 400;
  }

  .l-footer {
    padding: 40px 0 15px;
  }
  .l-footer .footerTop {
    margin-bottom: 25px;
    padding: 0;
    display: block;
  }
  .l-footer .footerTop .downloadArea {
    padding-left: 0;
    width: auto;
  }
  .l-footer .footerTop .downloadArea .linkBox {
    width: auto;
  }
  .l-footer .footerTop .downloadArea .linkBox p {
    font-size: 15px;
  }
  .l-footer .footerTop .downloadArea .linkList {
    width: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .l-footer .footerTop .downloadArea .linkList li {
    width: 120px;
  }

  .l-footer .footerTop .linkArea {
    margin-bottom: 25px;
    padding: 0;
  }
  .l-footer .footerTop .linkArea .title{
    margin-bottom: 20px;
    font-size: 18px;
  }
  .l-footer .footerTop .linkArea .link a {
    margin-bottom: 25px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 30px;
  }
  .l-footer .footerTop .linkArea .link a:before {
    content:'';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_circle_arrow_yellow.svg) no-repeat top left;
    background-size: 26px;
    position: absolute;
    left:0;
    top:0;
  }
  .l-footer .footerBottom {
    padding-top: 0;
    display: block;
    border-top: none;
    font-size: 12px;
  }
  .l-footer .footerBottom .copyRight {
    padding: 15px 0 0 0;
    border-top: 1px solid #707070;
  }
  .l-footer .footerBottom .linkList {
    margin-bottom: 15px;
    padding-right: 0;
    display: flex;
    justify-content: space-around;
  }
  .l-footer .footerBottom .linkList li {
    display: block;

  }
  .l-footer .footerBottom .linkList li:first-child {
    margin-right: 0;
  }

}

@media screen and (max-width: 374px) {
  .wrap {
    padding: 0 9.6%;
  }
  .aboutArea .title {
    font-size: 16px;
  }
  .aboutArea .text {
    padding: 0 20px;
    font-size: 16px;
  }
  .headlineBg {
    width: 100%;
  }
  .voiceArea .voiceSlider {
    width: 260px;
  }
  .howtoArea .howtoSlider {
    width: 200px;
  }
  .l-footer .footerTop .linkArea .link a {
    font-size: 16px;
  }
  .l-footer .footerTop .linkArea .link a:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .l-footer .footerTop .downloadArea .linkBox a {
    padding: 12px 70px 0 20px;
    font-size: 14px;
  }
  .l-footer .footerTop .downloadArea .linkBox a:after {
    right: 15px;
  }
}

@media (orientation: landscape) and (max-width: 896px){
  .keyVisual {
    background: #FFDD38 url(../images/bg_keyvisual.png) no-repeat bottom center;
    background-size: cover;
  }
}

.movieArea {
  display: block;
  background-color: #333;
}
.movieArea .wrap {
  padding: 80px 0 60px;
}
@media screen and (max-width: 896px) {
  .movieArea .wrap {
    padding: 40px 0 30px;
  }
}
