@charset "UTF-8";
/*
# =================================================================
# フォント
# =================================================================*/
@font-face {
  font-family: "";
  src: url("");
}

/*
# =================================================================
# 共通要素
# =================================================================*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "-apple-system", "BlinkMacSystemFont",
    "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3",
    "Meiryo", "sans-serif";
  font-size: 1.3rem;
  color: #000;
  background: #ffea00;
}
header {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
header .logo {
  margin: 40px 0 0 40px;
}
main {
  width: 100%;
  background: #fff;
}
footer {
  width: 100%;
  padding: 90px 0 50px 0;
  background: #ffea00;
}
footer .inner {
  width: 800px;
  margin: 0 auto;
}
footer .inner .companyInfo {
  width: 100%;
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}
footer .inner .companyInfo .logo {
  width: 322px;
  margin: 0 60px 0 0;
}
footer .inner .companyInfo .info {
  width: calc(100% - 382px);
  padding: 15px 0 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .06em;
}
footer .inner .copy {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
a:link,
a:active,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
*:focus {
  outline: none;
}
.sp {
  display: none !important;
}
.sp2 {
  display: none !important;
}
.sp3 {
  display: none !important;
}

/* コンテンツ共通 */
.sc .inner {
  width: 1280px; 
}

/* フローティングナビ */
.flContact {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.flContact a {
  width: 67px;
  position: fixed;
  top: 300px;
  right: 0;
}
.flContact a img {
  position: absolute;
  top: 0;
  right: 0;
}
.flContact a img:nth-of-type(1) {
  z-index: 1;
  transition: .3s ease-in-out;
}
.flContact a:hover img:nth-of-type(1) {
  opacity: 0;
}

/*
# =================================================================
# エフェクト要素
# =================================================================*/
/* フェードイン＆バウンド処理 */
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;  
}
.fade.act {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.bound {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.bound.act {
  opacity: 1;
  visibility: visible;
  transform: scale(0);
  animation: bound .4s ease-in-out forwards;
}
@keyframes bound {
  70% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

/*
# =================================================================
# トップページ
# =================================================================*/
/* scMv */
.scMv {
  width: 100%;
  padding: 0 0 54px 0;
  background: url(../img/bg.png) no-repeat center top;
  position: relative;
  top: -88px;
}
.scMv .inner {
  margin: 100vh auto 0 auto;
  animation: mvAni1 1s ease-in-out .3s forwards;
}
@keyframes mvAni1 {
  100% {margin:0 auto;}
}
.scMv .inner .img img {
  height: auto;
}
.scMv .inner .txtSmp {
  width: 587px;
  margin: 0 auto;
  position: absolute;
  top: 225px;
  left: 0;
  right: 0;
  transform: scale(0);
  animation: mvAni2 .7s ease-in-out 1.5s forwards;
}
@keyframes mvAni2 {
  100% {transform: scale(1);}
}
.scMv .inner .imgFukidashi {
  width: 1280px;
  position: absolute;
  top: 0;
  opacity: 0;
  animation: mvAni3 0.7s ease-in-out 1.5s forwards;
}
@keyframes mvAni3 {
  100% {opacity:1;}
}
.scMv .inner .imgFukidashi img {
  margin: 20px 0 0 0;
  animation: mvAni4 1.5s ease-in-out 1.5s infinite;
}
@keyframes mvAni4 {
  50% {margin:0;}
  100% {margin:20px 0 0 0;}
}
.scMv .inner .imgFukidashi img:nth-of-type(1) {
  position: absolute;
  top: 260px;
  left: 130px;
}
.scMv .inner .imgFukidashi img:nth-of-type(2) {
  position: absolute;
  top: 180px;
  right: 130px;
}
.scMv .inner .imgFukidashi img:nth-of-type(3) {
  position: absolute;
  top: 530px;
  right: 130px;
}
.scMv .inner .scrollDown {
  width: 59px;
  margin: 0 auto;
  position: absolute;
  top: 730px;
  left: 0;
  right: 0;
}
.scMv .inner .scrollDown::after {
  content: '';
  width: 3px;
  margin: 0 auto;
	height: 80px;
	background: #000;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
	opacity:0;
  animation: pathmove 1.5s ease-in-out infinite;
}
@keyframes pathmove{
	0%{height:0;top:25px;opacity:0;}
	30%{height:80px;opacity:1;}
	100%{height:50px;top:80px;opacity:0;}
}

/* scAbout */
.scAbout {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 200px 0;
  position: relative;
  top: -365px;
}
.scAbout .inner {
  margin: 0 auto;
}
.scAbout .inner h2 {
  width: 540px;
  margin: 0 auto 30px auto;
  padding: 15px 10px;
  background: #e93e0b;
  border: 3px solid #000;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  /*font-family: "Yu Gothic Medium", "Yu Gothic";*/
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .2em;
}
.scAbout .inner .txtMain {
  margin: 0 0 70px 0;
  padding: 75px 0 0 0;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .18em;
}
.scAbout .inner .txtMain p:nth-of-type(1) {
  margin: 0 0 10px 0;
}
.scAbout .inner .txtMain p:nth-of-type(1) span {
  color: #e93e0b;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.scAbout .inner .txtMain p:nth-of-type(1) span::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #e93e0b;
  display: block;
  position: absolute;
  bottom: -2px;
}
.scAbout .inner .txtMain p:nth-of-type(2) {
  color: #e93e0b;
  font-size: 29px;
  font-weight: 900;
}
.scAbout .inner .txtMain p:nth-of-type(2) span {
  display: inline-block;
  position: relative;
}
.scAbout .inner .txtMain p:nth-of-type(2) span::after {
  content: '・・・・・';
  width: 100%;
  font-weight: 500;
  display: block;
  position: absolute;
  top: -27px;
}
.scAbout .inner .imgSmp {
  position: relative;
}
.scAbout .inner .imgSmp .mainSmp {
  width: 581px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
.scAbout .inner .imgSmp .imgFukidashi {
  position: relative;
  top: 0;
}
.scAbout .inner .imgSmp .imgFukidashi img {
  margin: 15px 0 0 0;
  position: absolute;
  animation: aboutAni1 1.5s ease-in-out infinite;
}
@keyframes aboutAni1 {
  50% {margin:0;}
  100% {margin:15px 0 0 0;}
}
.scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(1) {
  top: 0;
  left: 325px;
}
.scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(2) {
  top: 180px;
  left: 140px;
}
.scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(3) {
  top: 335px;
  left: 140px;
}
.scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(4) {
  top: 0;
  left: 685px; 
}
.scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(5) {
  top: 180px;
  right: 140px;
}
.scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(6) {
  top: 335px;
  right: 140px;
}
.scAbout .inner .imgSmp .imgMark {
  position: relative;
  top: 0;
}
.scAbout .inner .imgSmp .imgMark img {
  margin: 10px 0 0 0;
  position: absolute;
  animation: aboutAni2 1.5s ease-in-out .75s infinite;
}
@keyframes aboutAni2 {
  50% {margin:0;}
  100% {margin:10px 0 0 0;}
}
.scAbout .inner .imgSmp .imgMark img:nth-of-type(1) {
  top: 85px;
  left: 480px;
}
.scAbout .inner .imgSmp .imgMark img:nth-of-type(2) {
  top: 390px;
  left: 315px;
}
.scAbout .inner .imgSmp .imgMark img:nth-of-type(3) {
  top: 85px;
  right: 560px;
}
.scAbout .inner .imgSmp .imgMark img:nth-of-type(4) {
  top: 80px;
  right: 270px;
}
.scAbout .inner .imgSmp .imgMark img:nth-of-type(5) {
  top: 455px;
  right: 545px;
}
.scAbout .inner .imgSmp .imgMark img:nth-of-type(6) {
  top: 490px;
  right: 310px;
}

/* box1（共通） */
.box1 {
  padding: 0 0 150px 0;
}
.box1 .inner {
  margin: 0 auto;
  padding: 100px 0 0 0;
  position: relative;
}
.box1 .inner h2 {
  width: 753px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.box1 .inner h2 img {
  margin: 0 0 20px 0;
}
.box1 .inner h2 span {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .2em;
  display: inline-block;
  position: relative;
}
.box1 .inner h2 span::after {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -15px;
}
.box1 .inner h3 {
  width: 342px;
  margin: 140px 0 0 130px;
}
.box1 .inner .case1 {
  padding: 0 0 0 180px;
  background: url(../img/iconCase1.png) no-repeat left top;
  position: absolute;
  top: 290px;
  left: 500px;
}
.box1 .inner .case2 {
  padding: 160px 0 0 0;
  background: url(../img/iconCase2.png) no-repeat 200px top;
  position: absolute;
  top: 1050px;
  left: 410px;
}
.box1 .inner .case h4 {
  margin: 0 0 30px 0;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: .1em;
}
.box1 .inner .case p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}
.box1 .inner .img {
  position: absolute;
  top: 520px;
  left: 440px;
}
.box1 .inner .img img {
  position: relative;
}
.box1 .inner .accordion {
  width: 886px;
  margin: 0 auto;
  position: relative;
  top: 80px;
}
.box1 .inner .accordion .iconClick {
  position: relative;
}
.box1 .inner .accordion .iconClick img {
  position: absolute;
  top: -100px;
  animation: accordion 1.5s ease-in-out infinite;
}
@keyframes accordion {
  50% {top:-120px}
  100% {top:-100px}
}
.box1 .inner .accordion .iconClick img:nth-of-type(1) {
  left: -100px;
}
.box1 .inner .accordion .iconClick img:nth-of-type(2) {
  right: -100px;
}
.box1 .inner .accordion h4 {
  cursor: pointer;
}
.box1 .inner .accordion h4 .up {
  display: none;
}
.box1 .inner .accordion h4 .up.act {
  display: block;
}
.box1 .inner .accordion h4 .down {
  display: none;
}
.box1 .inner .accordion h4 .down.act {
  display: block;
}
.box1 .inner .accordion .detail {
  display: none;
}
.box1 .inner .accordion .detail.act {
  display: block;
}
.box1 .inner .accordion .detail .ttl {
  cursor: pointer;
}
.box1 .inner .accordion .detail .bg {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.box1 .inner .accordion .detail .bg::after {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  bottom: -50px;
}
.box1 .inner .accordion .detail .bg .img2 {
  width: 50%;
  padding: 40px 0 0 40px;
}
.box1 .inner .accordion .detail .bg .txt {
  width: 50%;
  padding: 70px 50px 0 30px;
}
.box1 .inner .accordion .detail .bg .txt h5 {
  font-size: 36px;
  font-weight: 900;
  line-height: 2;
  display: inline;
}
.box1 .inner .accordion .detail .bg .txt h5 .small {
  font-size: 26px;
}
.box1 .inner .accordion .detail .bg .txt p {
  padding: 20px 0 0 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

/* scEigyo */
.scEigyo {
  background: url(../img/eigyoBg1.png) no-repeat left top,
  url(../img/eigyoBg2.png) no-repeat right bottom;
}
.scEigyo .inner h2 span {
  color: #00bdf0;
}
.scEigyo .inner h2 span::after {
  background: #00bdf0;
}
.scEigyo .inner .case h4 {
  color: #00bdf0;
}
.scEigyo .inner .img img:nth-of-type(2) {
  top: -700px;
  left: -20px;
}
.scEigyo .inner .img img:nth-of-type(3) {
  top: -410px;
  left: -50px;
}
.scEigyo .inner .accordion .detail .bg {
  background: url(../img/eigyoBg4.png) repeat-y center top;
}
.scEigyo .inner .accordion .detail .bg::after {
  background: url(../img/eigyoBg5.png) no-repeat center bottom;
}
.scEigyo .inner .accordion .detail .bg .txt h5 {
  background: #ccf2fc;
}
.scEigyo .inner .accordion .detail .bg .txt h5 .color {
  color: #00bdf0;
}

/* scSaiyo */
.scSaiyo {
  background: url(../img/saiyoBg1.png) no-repeat left top,
  url(../img/saiyoBg2.png) no-repeat right bottom;
}
.scSaiyo .inner h2 span {
  color: #e900a6;
}
.scSaiyo .inner h2 span::after {
  background: #e900a6;
}
.scSaiyo .inner .case h4 {
  color: #e900a6;
}
.scSaiyo .inner .img img:nth-of-type(2) {
  top: -700px;
  left: -20px;
}
.scSaiyo .inner .img img:nth-of-type(3) {
  top: -410px;
  left: -30px;
}
.scSaiyo .inner .accordion .detail .bg {
  background: url(../img/saiyoBg4.png) repeat-y center top;
}
.scSaiyo .inner .accordion .detail .bg::after {
  background: url(../img/saiyoBg5.png) no-repeat center bottom;
}
.scSaiyo .inner .accordion .detail .bg .txt h5 {
  background: #fbcced;
}
.scSaiyo .inner .accordion .detail .bg .txt h5 .color {
  color: #e900a6;
}

/* scShanai */
.scShanai {
  background: url(../img/shanaiBg1.png) no-repeat left top,
  url(../img/shanaiBg2.png) no-repeat right bottom;
}
.scShanai .inner h2 span {
  color: #33c998;
}
.scShanai .inner h2 span::after {
  background: #33c998;
}
.scShanai .inner .case h4 {
  color: #33c998;
}
.scShanai .inner .img img:nth-of-type(2) {
  top: -730px;
  left: -20px;
}
.scShanai .inner .img img:nth-of-type(3) {
  top: -410px;
  left: -50px;
}
.scShanai .inner .accordion .detail .bg {
  background: url(../img/shanaiBg4.png) repeat-y center top;
}
.scShanai .inner .accordion .detail .bg::after {
  background: url(../img/shanaiBg5.png) no-repeat center bottom;
}
.scShanai .inner .accordion .detail .bg .txt {
  padding: 50px 50px 0 30px;
}
.scShanai .inner .accordion .detail .bg .txt h5 {
  background: #d6f4ea;
}
.scShanai .inner .accordion .detail .bg .txt h5 .color {
  color: #33c998;
}

/* scExperience */
.scExperience {
  margin: -350px 0 0 0;
  padding: 670px 0 605px 0;
  background: url(../img/experienceBg1.png) no-repeat center top,
  url(../img/experienceBg2.png) no-repeat center bottom;
}
.scExperience .bg {
  background: url(../img/experienceBg3.png) no-repeat left 970px,
  url(../img/experienceBg4.png) no-repeat right bottom;
  background-color: #ffea00;
}
.scExperience .bg .inner {
  margin: 0 auto;
  position: relative;
}
.scExperience .bg .inner h2:nth-of-type(1) {
  width: 845px;
  margin: 0 auto -150px auto;
  position: relative;
  top: -160px;
}
.scExperience .bg .inner .fukidashi {
  margin: 20px 0 0 0;
  position: absolute;
  animation: expAni1 1.5s ease-in-out 1.5s infinite;
}
@keyframes expAni1 {
  50% {margin:0;}
  100% {margin:20px 0 0 0;}
}
.scExperience .bg .inner .fukidashi1 {
  right: 70px;
}
.scExperience .bg .inner .fukidashi2 {
  left: 130px;
}
.scExperience .bg .inner .fukidashi3 {
  right: 70px;
}
.scExperience .bg .inner .fukidashi4 {
  right: 0;
}
.scExperience .bg .inner .fukidashi5 {
  left: 50px;
}
.scExperience .bg .inner .fukidashi6 {
  right: 13px;
}
.scExperience .bg .inner .case {
  width: 1150px;
  margin: 0 0 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.scExperience .bg .inner .case2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.scExperience .bg .inner .case .img {
  width: 375px;
  padding: 30px 0 0 70px;
}
.scExperience .bg .inner .case2 .img {
  padding: 30px 0 0 0;
}
.scExperience .bg .inner .case .txt {
  width: calc(100% - 445px);
  padding: 70px 0 0 70px;
}
.scExperience .bg .inner .case .txt h3 {
  margin: 0 0 25px 0;
}
.scExperience .bg .inner .case .txt p {
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
}
.scExperience .bg .inner .case2 .txt p {
  padding: 0 40px 0 0;
  text-align: right;
}
.scExperience .bg .inner h2:nth-of-type(2) {
  width: 901px;
  margin: 0 auto 25px auto;
}
.scExperience .bg .inner .faq {
  width: 1150px;
  margin: 0 0 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.scExperience .bg .inner .faq2 {
  margin: 0 auto 30px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.scExperience .bg .inner .faq3 {
  margin: 0 0 115px auto;
}
.scExperience .bg .inner .faq .txt {
  width: calc(100% - 468px);
  padding: 60px 70px 0 0;
}
.scExperience .bg .inner .faq2 .txt {
  width: calc(100% - 528px);
  padding: 60px 0 0 40px;
}
.scExperience .bg .inner .faq .txt h3 {
  margin: 0 0 40px 0;
}
.scExperience .bg .inner .faq .txt .answer {
  padding: 55px 0 70px 50px;
  background: url(../img/iconAnswer.png) no-repeat left top;
  border-bottom: 5px solid #000;
}
.scExperience .bg .inner .faq2 .txt .answer {
  padding: 30px 0 60px 50px;
}
.scExperience .bg .inner .faq3 .txt .answer {
  padding: 10px 0 50px 50px;
}
.scExperience .bg .inner .faq .txt .answer p {
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
}
.scExperience .bg .inner .faq .img {
  width: 468px;
}
.scExperience .bg .inner .faq2 .img {
  width: 478px;
  margin: 0 0 0 50px;
}
.scExperience .bg .inner .contact {
  text-align: center;
}
.scExperience .bg .inner .contact > img {
  margin: 0 0 75px 0;
}
.scExperience .bg .inner .contact a {
  width: 496px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.scExperience .bg .inner .contact a img {
  position: absolute;
  top: 0;
  left: 0;
}
.scExperience .bg .inner .contact a img:nth-of-type(1) {
  z-index: 1;
  transition: .3s ease-in-out;
}
.scExperience .bg .inner .contact a:hover img:nth-of-type(1) {
  opacity: 0;
}

/* scCorrespondence */
.scCorrespondence {
  background: #f2f2f2;
}
.scCorrespondence .inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -200px;
}
.scCorrespondence .inner p:nth-of-type(1) {
  margin: 0 0 20px 0;
  font-size: 27px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: .2em;
}
.scCorrespondence .inner h2 {
  margin: 0 0 60px 0;
}
.scCorrespondence .inner > img:nth-of-type(1) {
  margin: 0 0 80px 0;
}
.scCorrespondence .inner h3 {
  margin: 0 0 25px 0;
  font-size: 27px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: .2em;
}
.scCorrespondence .inner p:nth-of-type(2) {
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .16em;
}
.scCorrespondence .inner > img:nth-of-type(3) {
  position: relative;
  top: -10px;
  left: -470px;
  animation: corAni1 1.5s ease-in-out 1.5s infinite;
}
@keyframes corAni1 {
  50% {top:-30px;}
  100% {top:-10px;}
}
.scCorrespondence .inner .contact {
  margin: -80px 0 0 0;
  padding: 0 0 120px 0;
}
.scCorrespondence .inner .contact a {
  width: 780px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.scCorrespondence .inner .contact a img {
  position: absolute;
  top: 0;
  left: 0;
}
.scCorrespondence .inner .contact a img:nth-of-type(1) {
  z-index: 1;
  transition: .3s ease-in-out;
}
.scCorrespondence .inner .contact a:hover img:nth-of-type(1) {
  opacity: 0;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
  /*.scMv {
    width: 1280px;
  }*/
  header {
    width: 100%;
  }
  .pc3 {
    display: none !important;
  }
  .sp3 {
    display: block !important;
  }
  .sc .inner {
    width: 100%;
  }
  .scMv {
    background: url(../img/bg.png) no-repeat center bottom / cover;
  }
  .scMv .inner .imgFukidashi {
    width: 100%;
  }
  .scMv .inner .txtSmp {
    width: 40%;
    top: 19vw;
  }
  .scMv .inner .scrollDown {
    top: 55vw;
  }
  .scMv .inner .imgFukidashi img {
    width: 13%;
  }
  .scAbout .inner .imgSmp .mainSmp {
    width: 50%;
  }
  .scAbout .inner .imgSmp .mainSmp > img.pc {
    width: 100%;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(1) {
    width: 20%;
    left: 24.5%;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(2) {
    width: 11%;
    top: 15vw;
    left: 10%;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(3) {
    width: 11%;
    top: 30vw;
    left: 10%;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(4) {
    width: 20%;
    left: 55.5%;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(5) {
    width: 11%;
    top: 15vw;
    right: 10%;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(6) {
    width: 11%;
    top: 30vw;
    right: 10%;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(1) {
    width: 8%;
    top: 7vw;
    left: 38vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(2) {
    width: 8%;
    top: 37vw;
    left: 23vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(3) {
    width: 4%;
    top: 7vw;
    right: 43vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(4) {
    width: 9%;
    top: 7vw;
    right: 18vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(5) {
    width: 9%;
    top: 40vw;
    right: 40vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(6) {
    width: 4%;
    top: 40vw;
    right: 21vw;
  }
  .scAbout {
    padding: 0 0 12vw 0;
    top: -33vw;
  }
  .box1 .inner h3 {
    width: 100%;
    height: 1800px;
    margin: 80px 0 0 0;
  }
  .box1 .inner h3 > img.sp3 {
    width: 580px;
    margin: 0 auto;
  }
  .box1 .inner .img {
    top: 560px;
    left: 50px;
    right: 50px;
  }
  .box1 .inner .img > img:nth-of-type(1) {
    width: 90%;
    margin: 0 5%;
    top: 340px;
  }
  .box1 .inner .case1 {
    padding: 0 50px 0 180px;
    top: 540px;
    left: 50px;
    z-index: 1;
  }
  .scEigyo .inner .img img:nth-of-type(2) {
    width: 45%;
    top: 220px;
    position: absolute;
    left: 10px;
  }
  .scEigyo .inner .img img:nth-of-type(3) {
    width: 45%;
    position: absolute;
    top: 670px;
    left: auto;
    right: 20px;
  }
  .scSaiyo .inner .img img:nth-of-type(2) {
    width: 54%;
    top: 200px;
    position: absolute;
  }
  .scSaiyo .inner .img img:nth-of-type(3) {
    width: 50%;
    position: absolute;
    top: 640px;
    left: auto;
    right: 20px;
  }
  .scShanai .inner .img img:nth-of-type(2) {
    width: 50%;
    position: absolute;
    top: 170px;
  }
  .scShanai .inner .img img:nth-of-type(3) {
    width: 50%;
    position: absolute;
    top: 640px;
    left: auto;
    right: 20px;
  }
  .scEigyo .inner .accordion .detail .bg {
    background: url(../img/eigyoBg4.png) repeat-y center top / contain;
  }
  .scEigyo .inner .accordion .detail .bg::after {
    background: url(../img/eigyoBg5.png) no-repeat center bottom / contain;
    bottom: -49px;
  }
  .box1 .inner .case2 {
    background: url(../img/iconCase2.png) no-repeat 10px top;
    top: 1650px;
  }
  .box1 .inner .accordion {
    max-width: 90%;
  }
  .box1 .inner .accordion .iconClick img:nth-of-type(1) {
    left: 60px;
  }
  .box1 .inner .accordion .iconClick img:nth-of-type(2) {
    right: 90px;
  }
  .box1 .inner .accordion h4 .up {
    margin: 0 auto;
  }
  .box1 .inner .accordion h4 .down {
    margin: 0 auto;
  }
  .scExperience .bg .inner .case {
    width: 100%;
  }
  .scExperience .bg .inner .case .img {
    padding: 30px 0 0 50px;
  }
  .scExperience .bg .inner .fukidashi {
    z-index: 1;
  }
  .scExperience .bg .inner .fukidashi1 {
    right: 0;
  }
  .scExperience .bg .inner .fukidashi2 { 
    left: 10px;
  }
  .scExperience .bg .inner .fukidashi3 {
    right: 0;
  }
  .scExperience .bg .inner .faq {
    width: 100%;
  }
  .scExperience .bg .inner .faq .txt {
    width: calc(100% - 400px);
    padding: 60px 40px 0 5%;
  }
  .scExperience .bg .inner .faq .img {
    width: 400px;
  }
  .scExperience .bg .inner .faq2 .img {
    margin: 0;
  }
  .scExperience .bg .inner h2:nth-of-type(1) {
    width: 90%;
  }
  .scExperience .bg .inner h2:nth-of-type(2) {
    width: 90%;
  }
  .scExperience .bg .inner .contact > img {
    width: 90%;
    margin: 0 5% 75px 5%;
  }
  .scCorrespondence .inner {
    padding: 0 5%;
  }
  .scCorrespondence .inner > img:nth-of-type(3) {
    left: -36%;
  }
  .scCorrespondence .inner .contact a {
    max-width: 100%;
  }
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
  header .logo img {
    width: 200px;
  }
  footer .inner {
    width: 90%;
    margin: 0 auto;
  }
  .box1 .inner h3 {
    height: 1630px;
  }
  .box1 .inner .case2 {
    top: 1460px;
    left: 50px;
  }
  .scMv .inner .img img {
    margin: 40px 0 0 0;
  }
  .scMv .inner .imgFukidashi {
    top: -110px;
  }
  .scAbout .inner .txtMain p:nth-of-type(1) {
    padding: 0 5%;
  }
  .scAbout .inner .txtMain p:nth-of-type(2) {
    padding: 0 5%;
  }
  .scEigyo .inner .accordion .detail .bg::after {
    bottom: -5vw;
  }
}

/* tablet */
@media screen and (max-width: 768px) {
  /* 共通 */
  header {
    width: 100%;
  }
  header .logo {
    margin: 30px 0 0 0;
    text-align: center;
  }
  header .logo img {
    width: 223px;
  }
  h1 {
    width: 90%;
    margin: 20px 5% 0 5%;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner .companyInfo {
    display: block;
  }
  footer .inner .companyInfo .logo {
    width: 322px;
    margin: 0 auto;
  }
  footer .inner .companyInfo .info {
    width: 100%;
    text-align: center;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* コンテンツ共通 */
  .sc .inner {
    width: 100%; 
  }
/* フローティングナビ */
  .flContact {
    display: none;
  }
  .scMv {
    width: 100%;
    padding: 0;
    background: url(../img/bg_m.png) #ffea00 no-repeat center bottom / cover;
    position: static;
  }
  .scMv .inner .imgSmp img {
    width: 90%;
    margin: 0 5%;
  }
  .scMv .inner .txtSmp {
    width: 77%;
    top: 32vw;
  }
  .scMv .inner .imgFukidashi {
    width: 100%;
    margin: 0 0 -120px 0;
    text-align: center;
    position: relative;
    top: -61vw;
  }
  .scMv .inner .imgFukidashi img {
    width: 80%;
    animation: none;
  }
  .scMv .inner .imgFukidashi img:nth-of-type(1) {
    position: static;
  }
  .scMv .inner .imgFukidashi img:nth-of-type(2) {
    position: static;
  }
  .scMv .inner .imgFukidashi img:nth-of-type(3) {
    position: static;
  }
  .scMv .inner .scrollDown {
    position: relative;
    top: -42vw;
  }
  .scMv .inner .scrollDown::after {
    height: 240px;
  }
  @keyframes pathmove{
    0%{height:0;top:25px;opacity:0;}
    30%{height:240px;opacity:1;}
    100%{height:210px;top:80px;opacity:0;}
  }  
  .scAbout {
    margin: -60px 0 40px 0;
    padding: 0 0 180vw 0;
    top: 0;
  }
  .scAbout .inner {
    width: 90%;
  }
  .scAbout .inner h2 {
    width: 100%;
  }
  .scAbout .inner .imgSmp .mainSmp {
    width: 220px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(1) {
    width: auto;
    margin: 15px auto 0 auto;
    left: 0;
    right: 0;
    top: -20px;
}
  @keyframes aboutAni1 {
    50% {margin:0 auto;}
    100% {margin:15px auto 0 auto;}
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(2) {
    width: auto;
    top: 100px;
    left: 7vw;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(3) {
    width: auto;
    top: 355px;
    left: 62vw;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(4) {
    width: auto;
    margin: 15px auto 0 auto;
    left: 0;
    right: 0;
    top: 710px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(5) {
    width: auto;
    margin: 15px auto 0 auto;
    top: 830px;
    right: 63vw;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(6) {
    width: auto;
    margin: 15px auto 0 auto;
    top: 1080px;
    right: 7vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(1) {
    width: auto;
    top: 85px;
    left: 51vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(2) {
    width: auto;
    top: 390px;
    left: 23vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(3) {
    width: auto;
    top: 805px;
    right: 56vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(4) {
    width: auto;
    top: 805px;
    right: 20vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(5) {
    width: auto;
    top: 1220px;
    right: 57vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(6) {
    width: auto;
    top: 1270px;
    right: 28vw;
  }
  .scExperience .bg {
    background: url(../img/experienceBg3.png) no-repeat left 3490px,
    url(../img/experienceBg4.png) no-repeat right bottom;
    background-color: #ffea00;
  }  
  .scExperience .bg .inner .case {
    width: 100%;
  }
  .scExperience .bg .inner .faq {
    width: 100%; 
    display: block;
  }
  .scExperience .bg .inner .faq .txt {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 70px 0 0 0;
  }
  .scExperience .bg .inner .faq .txt h3 img {
    width: 100%;
  }
  .scExperience .bg .inner .faq .img {
    width: 100%;
  }
  .scExperience .bg .inner .fukidashi {
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    top: 130px;
    right: 0;
  }
  @keyframes expAni1 {
    50% {top:150px;}
    100% {top:130px;}
  }
  .scExperience .bg .inner .fukidashi1 {
    margin: 0 0 -150px auto;
  }
  .scExperience .bg .inner .fukidashi2 {
    margin: -50px auto -130px 0;
    left: 0;
  }
  .scExperience .bg .inner .fukidashi3 {
    margin: -50px 0 -130px auto;
  }
  .scExperience .bg .inner .fukidashi4 {
    margin: 0px 0 -150px auto;
    top: 265px;
    animation: expAni3 1.5s ease-in-out 1.5s infinite;
  }
  @keyframes expAni3 {
    50% {top:285px;}
    100% {top:265px;}
  }
  .scExperience .bg .inner .fukidashi5 {
    margin: 0px 0 -150px auto;
    left: 0;
    top: 315px;
    animation: expAni4 1.5s ease-in-out 1.5s infinite;
  }
  @keyframes expAni4 {
    50% {top:335px;}
    100% {top:315px;}
  }
  .scExperience .bg .inner .fukidashi6 {
    margin: 0px 0 -150px auto;
    top: 350px;
    animation: expAni5 1.5s ease-in-out 1.5s infinite;
  }
  @keyframes expAni5 {
    50% {top:370px;}
    100% {top:350px;}
  }

  .box1 .inner {
    width: 90%;
    margin: 0 5%;
  }
  .box1 .inner h2 {
    width: 100%; 
  }
  .box1 .inner h2 img {
    margin: 0 auto 20px auto;
  }
  .box1 .inner h3 {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
  }
  .box1 .inner .img {
    position: static;
    display: none;
  }
  .box1 .inner .img img {
    position: static;
  }
  .box1 .inner .case {
    padding: 0;
    position: static;
  }
  .box1 .inner .case2 {
    padding: 0;
    background: url(../img/iconCase2.png) no-repeat left top;
  }
  .box1 .inner .case h4 {
    padding: 0 0 0 150px;
  }
  .box1 .inner .case p {
    margin: 0 0 50px 0;
    padding: 0 0 0 150px;
  }
  .box1 .inner .case img {
    margin: 0 0 50px 0;
  }
  .box1 .inner .accordion {
    width: 100%;
    padding: 130px 0 0 0;
    top: 0;
  }
  .box1 .inner .accordion .iconClick {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .box1 .inner .accordion .iconClick img:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .box1 .inner .accordion h4 {
    margin: 60px 0 0 0;
  }
  .box1 .inner .accordion .detail .bg .img2 {
    width: 100%;
  }
  .box1 .inner .accordion .detail .bg .txt {
    width: 100%;
    padding: 50px 50px 0px 30px;
    text-align: center;
  }
  .box1 .inner .accordion .detail .bg .txt img {
    margin: 30px auto 0 auto;
  }
  .scEigyo .inner .accordion .detail .bg {
    background: url(../img/eigyoBg4_m.png) repeat-y center top / contain;
  }
  .scEigyo .inner .accordion .detail .bg::after {
    background: url(../img/eigyoBg5_m.png) no-repeat center bottom / cover;
  }
  .scSaiyo .inner .accordion .detail .bg {
    background: url(../img/saiyoBg4_m.png) repeat-y center top / contain;
  }
  .scSaiyo .inner .accordion .detail .bg::after {
    background: url(../img/saiyoBg5_m.png) no-repeat center bottom / cover;
  }
  .scShanai .inner .accordion .detail .bg {
    background: url(../img/shanaiBg4_m.png) repeat-y center top / contain;
  }
  .scShanai .inner .accordion .detail .bg::after {
    background: url(../img/shanaiBg5_m.png) no-repeat center bottom / cover;
  }
  .scExperience .bg {
    background: url(../img/experienceBg3.png) no-repeat left 2060px / 50%,
    url(../img/experienceBg4.png) no-repeat right bottom / 50%;
    background-color: #ffea00;
  }
  .scExperience .bg .inner {
    width: 90%;
    margin: 0 5%;
  }
  .scExperience .bg .inner h2:nth-of-type(1) {
    width: 100%;
  }
  .scExperience .bg .inner h2:nth-of-type(1) .sp {
    margin: 0 auto;
  }
  .scExperience .bg .inner h2:nth-of-type(2) {
    width: 100%;
    padding: 0 10%;
  }
  .scExperience .bg .inner .case {
    display: block;
  }
  .scExperience .bg .inner .case .img {
    width: 100%;
    padding: 30px 0 0 70px;
  }
  .scExperience .bg .inner .case .txt {
    width: 100%;
    padding: 70px 0 0 0;
  }
  .scExperience .bg .inner .faq2 .img {
    margin: 0;
  }
  .scExperience .bg .inner .contact > img.sp {
    margin: 0 auto 50px auto;
  }
  .scExperience .bg .inner .contact a {
    width: 100%;
  }
  .scExperience .bg .inner .contact a img {
    margin: 0 auto;
    right: 0;
  }
  .scCorrespondence .inner {
    width: 90%;
    margin: 0 5%;
    padding: 0;
    text-align: left;
  }
  .scCorrespondence .inner h3 {
    text-align: center;
  }
  .scCorrespondence .inner p:nth-of-type(1) {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .scCorrespondence .inner > img:nth-of-type(2) {
    margin: 0 0 50px 0;
  }
  .scCorrespondence .inner p:nth-of-type(2) {
    text-align: center;
  }
  .scCorrespondence .inner > img:nth-of-type(3) {
    left: 0;
    top: 60px;
    animation: corAni1 1.5s ease-in-out 1.5s infinite;
  }
  @keyframes corAni1 {
    50% {top:40px;}
    100% {top:60px;}
  }
  .scExperience .bg .inner .contact > img {
    width: auto;
    margin: 0 0 75px 0;
  }  
  .scCorrespondence .inner .contact {
    width: 105%;
    margin: -110px 0 0 0;
    padding: 0 0 480px 0;
  }
  .scCorrespondence .inner .contact a {
    width: 100%;
  }
  .scCorrespondence .inner .contact a:hover img:nth-of-type(1) {
    opacity: 1;
  }
  .scCorrespondence .inner .contact a img:nth-of-type(1) {
    width: 100%;
    z-index: 1;
    transition: none;
  }  
}

/* mobile L */
@media screen and (max-width: 640px) {
  /* 共通 */
  header .logo img {
    width: 150px;
  }
  h1 {
    width: 94%;
    margin: 50px 3% 0 3%;
  }
  footer {
    padding: 60px 0 50px 0;
  }
  footer .inner .companyInfo .logo {
    width: 220px;
  }
  footer .inner .companyInfo {
    margin: 0 0 10px 0;
  }
  footer .inner .companyInfo .info {
    font-size: 4vw;
  }
  footer .inner .copy {
    font-size: 3.8vw;
  }
  .pc2 {
    display: none !important;
  }
  .sp2 {
    display: block !important;
  }
  /* トップページ */
  .scMv {
    background: url(../img/bg_m.png) #ffea00 no-repeat center bottom / cover;
  }
  .scMv .inner .imgFukidashi {
    margin: 0 0 -25px 0;
    top: -57vw;
  }
  .scMv .inner .imgFukidashi img {
    width: 75%;
    margin: 10px 0 0 0;
  }
  .scMv .inner .scrollDown {
    width: 50px;
    top: -45vw;
  }
  .scAbout {
    margin: -30px 0 40px 0;
    padding: 0 0 165vw 0;
  }
  .scAbout .inner h2 {
    font-size: 6vw;
  }
  .scMv .inner .scrollDown::after {
    height: 120px;
  }
  @keyframes pathmove{
    0%{height:0;top:25px;opacity:0;}
    30%{height:120px;opacity:1;}
    100%{height:90px;top:80px;opacity:0;}
  }
  .scAbout .inner .txtMain {
    margin: 0 0 30px 0;
    padding: 50px 0 0 0;
  }
  .scAbout .inner .txtMain p:nth-of-type(1) {
    padding: 0;
    font-size: 5vw;
    letter-spacing: .1em;
  }
  .scAbout .inner .txtMain p:nth-of-type(2) {
    padding: 0;
    font-size: 5.8vw;
    letter-spacing: .18em;
  }
  .scAbout .inner .txtMain p:nth-of-type(2) span::after {
    top: -22px;
  }
  .scAbout .inner .imgSmp .mainSmp {
    width: 110px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(1) {
    width: 70%;
    top: 0px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(2) {
    width: 30%;
    left: 0;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(3) {
    width: 30%;
    top: 205px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(4) {
    width: 70%;
    top: 380px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(5) {
    width: 30%;
    top: 470px;
  }
  .scAbout .inner .imgSmp .imgFukidashi img:nth-of-type(6) {
    width: 30%;
    top: 580px;
    right: 0vw;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(1) {
    width: 20%;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(2) {
    width: 20%;
    left: 21vw;
    top: 240px;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(3) {
    width: 10%;
    top: 455px;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(4) {
    width: 20%;
    top: 455px;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(5) {
    width: 20%;
    top: 640px;
  }
  .scAbout .inner .imgSmp .imgMark img:nth-of-type(6) {
    width: 10%;
    top: 675px;
    right: 24vw;
  }
  .box1 {
    padding: 0 0 20px 0;
  }
  .box1 .inner h2 {
    margin: 0 auto 30px auto;
  }
  .box1 .inner h3 {
    margin: 0 0 20px 0;
  }
  .box1 .inner .case p {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    font-size: 4.2vw;
  }
  .box1 .inner .case h4 {
    margin: 0 0 20px 0;
    padding: 0 0 0 85px;
    font-size: 6vw;
    line-height: 1.4;
  }
  .box1 .inner .case1 {
    background: url(../img/iconCase1.png) no-repeat left top / 68px;
  }
  .box1 .inner .case2 {
    background: url(../img/iconCase2.png) no-repeat left top / 68px;
  }
  .box1 .inner .accordion {
    padding: 50px 0 0 0;
    top: -30px;
  }
  .box1 .inner .accordion h4 {
    margin: 40px 0 0 0;
  }
  .box1 .inner .accordion .iconClick img {
    top: -35px;
  }
  @keyframes accordion {
    50% {top:-55px}
    100% {top:-35px}
  }  
  .box1 .inner .accordion .detail .bg .txt {
    padding: 25px;
  }
  .box1 .inner .accordion .detail .bg .txt h5 .small {
    font-size: 6vw;
  }
  .box1 .inner .accordion .detail .bg .txt p {
    font-size: 4.2vw;
    text-align: left;
  }
  .box1 .inner .accordion .detail .bg .txt img {
    margin: 10px auto 0 auto;
  }
  .box1 .inner .accordion .detail .bg::after {
    bottom: -29px;
  }
  .scEigyo {
    background: url(../img/eigyoBg1.png) no-repeat left 65vw / 50%,
    url(../img/eigyoBg2.png) no-repeat right bottom / 50%;
  }
  .scEigyo .inner .accordion .detail .bg .txt h5 {
    font-size: 7vw;
  }
  .scEigyo .inner .accordion .detail .bg::after {
    background: url(../img/eigyoBg5_m.png) no-repeat center bottom / contain;
  }
  .scSaiyo {
    background: url(../img/saiyoBg1.png) no-repeat left 45vw / 50%,
    url(../img/saiyoBg2.png) no-repeat right bottom / 50%;
  }
  .scSaiyo .inner {
    padding: 50px 0 0 0;
  }
  .scSaiyo .inner .accordion .detail .bg .txt h5 {
    font-size: 7vw;
    letter-spacing: .1em;
  }
  .scSaiyo .inner .accordion .detail .bg::after {
    background: url(../img/saiyoBg5_m.png) no-repeat center bottom / contain;
  }
  .scShanai {
    background: url(../img/shanaiBg1.png) no-repeat left 48vw / 50%,
    url(../img/shanaiBg2.png) no-repeat right bottom / 50%;
  }
  .scShanai .inner {
    padding: 50px 0 0 0;
  }
  .scShanai .inner .accordion .detail .bg .txt h5 {
    font-size: 7vw;
    letter-spacing: .1em;
  }
  .scShanai .inner .accordion .detail .bg::after {
    background: url(../img/shanaiBg5_m.png) no-repeat center bottom / contain;
  }
  .scExperience {
    padding: 560px 0 365px 0;
    background: url(../img/experienceBg1.png) no-repeat center top -100px,
    url(../img/experienceBg2.png) no-repeat center bottom;
  }
  .scExperience .bg .inner h2:nth-of-type(1) {
    margin: 0 auto -170px auto;
  }
  .scExperience .bg .inner .fukidashi {
    width: 26%;
    top: 70px;
    right: -10px;
  }
  @keyframes expAni1 {
    50% {top:90px;}
    100% {top:70px;}
  }
  .scExperience .bg .inner .fukidashi2 {
    width: 30%;
    left: -10px;
  }
  .scExperience .bg .inner .fukidashi3 {
    width: 31%;
    top: 0;
    animation: expAni2 1.5s ease-in-out 1.5s infinite;
  }
  @keyframes expAni2 {
    50% {top:20px;}
    100% {top:0;}
  }
  .scExperience .bg .inner .fukidashi4 {
    top: 165px;
  }
  @keyframes expAni3 {
    50% {top:185px;}
    100% {top:165px;}
  }
  .scExperience .bg .inner .fukidashi5 {
    top: 195px;
  }
  @keyframes expAni4 {
    50% {top:215px;}
    100% {top:195px;}
  }
  .scExperience .bg .inner .fukidashi6 {
    top: 250px;
  }
  @keyframes expAni5 {
    50% {top:270px;}
    100% {top:250px;}
  }
  .scExperience .bg .inner .case3 {
    margin: 0 0 20px auto;
  }
  .scExperience .bg .inner .case .txt p {
    padding: 0;
    font-size: 4vw;
  }
  .scExperience .bg .inner .faq {
    margin: 0 0 30px 0;
  }
  .scExperience .bg .inner .faq .txt .answer {
    padding: 15px 0 60px 0;
    background: url(../img/iconAnswer.png) no-repeat left 5vw / 40%;
  }
  .scExperience .bg .inner .faq3 .txt .answer {
    background: url(../img/iconAnswer.png) no-repeat left 13vw / 40%;
  }
  .scExperience .bg .inner h2:nth-of-type(2) {
    margin: 0 auto 10px auto;
    padding: 0;
  }
  .scExperience .bg .inner .faq .txt {
    margin: 0 0 20px 0;
  }
  .scExperience .bg .inner .faq .txt h3 {
    margin: 0 0 10px 0;
  }
  .scExperience .bg .inner .faq .txt .answer p {
    font-size: 4.1vw;
  }
  .scExperience .bg .inner .contact > img.sp {
    width: 90%;
  }
  .scCorrespondence {
    margin: -50px 0 0 0;
  }
  .scCorrespondence .inner p:nth-of-type(1) {
    font-size: 4.3vw;
    letter-spacing: .16em;
  }
  .scCorrespondence .inner h3 {
    font-size: 5.2vw;
  }
  .scCorrespondence .inner p:nth-of-type(2) {
    font-size: 4.3vw;
    letter-spacing: .04em;
  }
  .scCorrespondence .inner > img:nth-of-type(3) {
    width: 50%;
    top: 30px;
  }
  @keyframes corAni1 {
    50% {top:10px;}
    100% {top:30px;}
  }
  .scCorrespondence .inner .contact {
    margin: -70px 0 0 0;
    padding: 0 0 150px 0;
  }
}
@media screen and (max-width: 460px) {
  .scCorrespondence .inner .contact {
    padding: 0 0 200px 0;
  }
}
/* mobile M */
@media screen and (max-width: 375px) {
  .scCorrespondence .inner .contact {
    padding: 0 0 150px 0;
  }
}

/* mobile S */
@media screen and (max-width: 320px) {
  .box1 .inner {
    padding: 180px 0 0 0;
  }
  .box1 .inner .accordion .detail .bg::after {
    bottom: -25px;
  }
  .scExperience .bg .inner .fukidashi4 {
    top: 135px;
  }
  @keyframes expAni3 {
    50% {top:145px;}
    100% {top:135px;}
  }
  .scExperience .bg .inner .fukidashi5 {
    top: 165px;
  }
  @keyframes expAni4 {
    50% {top:185px;}
    100% {top:165px;}
  }
  .scExperience .bg .inner .fukidashi6 {
    top: 210px;
  }
  @keyframes expAni5 {
    50% {top:230px;}
    100% {top:210px;}
  }
}
