@charset "utf-8";

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

/* -------------------------
  1. common
  2. nav
  3. visual
  4. price
  5. training
  6. curriculum
  7. plan
  8. commute
  9. campaign
------------------------- */

/* -------------------------
  1. common
------------------------- */

body {
  background: #fff;
  color: #151212;
  font: 14px/1 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #151212;
}

@media (min-width: 681px) {
  
  body {
    overflow: hidden;
    min-width: 950px;
  }
  
}

/* loading */

#loading {
  background: #fff;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#loading > div {
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

#loading > div > div:first-child,
#loading > div > div:first-child + div {
  animation: bounce 2s infinite ease-in-out;
  background-color: #14b6ec;
  border-radius: 50%;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

#loading > div > div:first-child + div {
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  
  0%, 100% {
    -webkit-transform: scale(0.0);
  }
  
  50% {
    -webkit-transform: scale(1.0);
  }
  
}

@keyframes bounce {
  
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }
  
  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* content */

#content > section {
  position: relative;
}

#content > section:first-child {
  margin-top: 0;
}

p.icon {
  height: 106px;
  margin: 0 auto;
  padding: 4% 0 0 12px;
  position: relative;
  width: 89px;
  z-index: 2;
}

p.icon + h1 + p {
  color: #fffd44;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.75;
  margin: 3% 2% 0;
  text-align: center;
}

p.icon + h1 + p span {
  display: inline-block;
}

section > .inr + div {
  margin: 4% 0 0;
  padding: 4% 0 9%;
}

#content .box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .06);
  margin: 0 4%;
  padding: 0 0 4%;
}

#content .box h2 {
  margin: 2% 20px 0;
  position: relative;
}

#content .box h2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 26px;
  left: -29px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 21px;
}

#content .box p {
  line-height: 1.6;
  margin: 3% 4% 0;
}

#content .box h2 + p {
  margin-top: 0;
}

#content .box .notice {
  font-size: 80%;
}

@media (min-width: 681px) {
  
  section > .inr {
    margin: 0 auto;
    position: relative;
    width: 950px;
  }
  
  p.icon {
    height: 212px;
    left: -14px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 178px;
  }
  
  p.icon + h1 {
    text-align: center;
  }
  
  p.icon + h1 img {
    margin: 37px 0 0 7px;
  }
  
  p.icon + h1 + p {
    font-size: 18px;
    margin: 18px 0 0;
  }
  
  section > .inr + div {
    margin: 26px 0 0;
    padding: 20px 0 45px;
  }
  
  #content .box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 30px;
    width: 950px;
  }
  
  #content .box h2 {
    margin: 16px 0 0 41px;
  }
  
  #content .box h2:before {
    height: 52px;
    left: -55px;
    width: 42px;
  }
  
  #content .box p {
    margin: 0 41px;
  }
  
  #content .box .notice {
    font-size: 14px;
  }
  
}

/* inline */

.inline {
  display: none;
}

.inline table {
  background: #fff;
  margin: 2% 0 0;
  width: 100%;
}

.inline > table:first-child {
  margin-top: 0;
}

.inline th,
.inline td {
  border: 1px solid #b3d5da;
  font-size: 80%;
  line-height: 1.2;
  padding: 2% 1%;
  text-align: center;
  vertical-align: middle;
}

.inline th {
  background: #cee3e6;
}

.inline tr:first-child > th,
.inline th[colspan*="7"] {
  background: #14b6ec;
  color: #fff;
}

.inline .at {
  color: #f09;
}

.inline .mt {
  color: #09f;
}

.inline .left {
  text-align: left;
}

.inline .notice {
  color: #151212 !important;
  font-size: 80%;
  line-height: 1.4;
  margin: 4px 0 0;
}

#campaignPrice th[colspan*="2"],
#campaignPrice th[colspan*="3"] {
  background: #14b6ec;
  color: #fff;
  font-size: 100%;
}

#campaignPrice th[colspan*="2"].at,
#option th {
  background: #cee3e6;
  color: #151212;
  font-size: 80%;
}

#campaignPrice th[colspan*="2"].at {
  color: #f09;
}

#campaignPrice td strong {
  font-size: 120%;
}

#option th + td + td {
  width: 60%;
}

#tel {
  text-align: center;
}

#tel p + p {
  margin-top: 4%;
}

#tel a {
  text-decoration: none;
}

#tel a:hover {
  text-decoration: underline;
}

/* btn */

.btn {
  margin: 4% 4% 0;
}

.btn li {
  font-size: 110%;
  font-weight: bold;
  margin: 6% 0 10px;
  position: relative;
}

.btn li:first-child {
  margin-top: 0;
}

.btn a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.btn a:before {
  bottom: -10px;
  border-radius: 4px;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.btn span {
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  padding: 3% 4%;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  z-index: 2;
}

.btn a:hover span {
  background-position: 98% 50%, 110% 50%;
  transform: translateY(4px);
  transition: all .3s;
}

.greenBtn a:before {
  background: #00b183;
  border-top: 0;
}

.greenBtn span {
  background: url(../img/icon-arw.png) no-repeat 96% 50%, #06d6a0 url(../img/btn-bg-green.png) no-repeat 110% 50%;
  background-size: 9px auto, auto auto;
  border: 4px solid #14e4ae;
  text-shadow: 1px 2px 0 rgba(0, 120, 89, 1);
}

.blueBtn a:before {
  background: #0088b4;
  border-top: 0;
}

.blueBtn span {
  background: url(../img/icon-arw.png) no-repeat 96% 50%, #00a2d7 url(../img/btn-bg-blue.png) no-repeat 110% 50%;
  background-size: 9px auto, auto auto;
  border: 4px solid #12b6ec;
  text-shadow: 1px 2px 0 rgba(0, 96, 127, 1);
}

@media (min-width: 681px) {
  
  .btn {
    margin: 20px 41px 0;
    zoom: 1;
  }
  
  .btn:before,
  .btn:after {
    content: "";
    display: table;
  }
  
  .btn:after {
    clear: both;
  }
  
  .btn li {
    float: left;
    font-size: 20px;
    margin: 0 0 10px;
    width: 295px;
  }
  
  .btn li + li {
    margin-left: 20px;
  }
  
}

/* footer */

footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

footer:before {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  opacity: .06;
  position: absolute;
  top: -4px;
  width: 100%;
}

footer ul {
  zoom: 1;
}

footer ul:before,
footer ul:after {
  content: "";
  display: table;
}

footer ul:after {
  clear: both;
}

footer li {
  float: left;
  width: 33.3%;
}

footer li:first-child {
  width: 33.4%;
}

footer a {
  background: #fff;
  display: block;
}

footer a img {
  transition: all .3s;
}

footer a:hover img {
  opacity: .7;
  transition: all .3s;
}

@media (min-width: 681px) {
  
  footer {
    background: #f2f6f7 url(../img/nav/footer-bg.gif) repeat-x 0 100%;
    height: 120px;
  }
  
  footer ul {
    margin: 0 auto;
    position: relative;
    width: 950px;
  }
  
  footer li {
    width: auto;
  }
  
  footer li:first-child {
    background: url(../img/nav/tel-pc.png) no-repeat 0 0;
    height: 87px;
    margin: 14px 0 0 -4px;
    width: 441px;
  }
  
  footer li:first-child a {
    display: none;
  }
  
  footer li:nth-child(2),
  footer li:nth-child(3) {
    position: absolute;
    top: -118px;
  }
  
  footer li:nth-child(2) {
    right: 230px;
  }
  
  footer li:nth-child(3) {
    right: 0;
  }
  
  footer a {
    background: none;
  }
  
}

/* -------------------------
  2. nav
------------------------- */

#nav {
  display: none;
}

@media (min-width: 681px) {
  
  header {
    display: none;
  }
  
  #nav {
    background: url(../img/nav/deco.png) no-repeat 50% 0;
    display: block;
    margin: -39px 0 0;
    position: relative;
  }
  
  #nav ul {
    margin: 30px auto 0;
    padding: 39px 0 0;
    width: 950px;
    zoom: 1;
  }
  
  #nav ul:before,
  #nav ul:after {
    content: "";
    display: table;
  }
  
  #nav ul:after {
    clear: both;
  }
  
  #nav li {
    float: left;
    margin: 0 0 0 10px;
    position: relative;
    width: 182px;
  }
  
  #nav a {
    display: block;
    height: 182px;
    width: 182px;
  }
  
  #nav a:after {
    content: "";
    display: block;
    height: 177px;
    left: 22px;
    position: absolute;
    top: -57px;
    width: 148px;
  }
  
  #nav a img {
    transition: all .3s;
  }
  
  #nav li a:hover img {
    transform: translateY(6px);
    transition: all .3s;
  }
  
  #nav li:nth-child(1) {
    background: url(../img/nav/price-side.png) no-repeat 0 100%;
    margin-left: 0;
  }
  
  #nav li:nth-child(1) a:after {
    background: url(../img/price-icon.png) no-repeat 0 0;
    background-size: 148px 177px;
  }
  
  #nav li:nth-child(2) {
    background: url(../img/nav/training-side.png) no-repeat 0 100%;
  }
  
  #nav li:nth-child(2) a:after {
    background: url(../img/training-icon.png) no-repeat 0 0;
    background-size: 148px 177px;
  }
  
  #nav li:nth-child(3) {
    background: url(../img/nav/curriculum-side.png) no-repeat 0 100%;
  }
  
  #nav li:nth-child(3) a:after {
    background: url(../img/curriculum-icon.png) no-repeat 0 0;
    background-size: 148px 177px;
  }
  
  #nav li:nth-child(4) {
    background: url(../img/nav/plan-side.png) no-repeat 0 100%;
  }
  
  #nav li:nth-child(4) a:after {
    background: url(../img/plan-icon.png) no-repeat 0 0;
    background-size: 148px 177px;
  }
  
  #nav li:nth-child(5) {
    background: url(../img/nav/commute-side.png) no-repeat 0 100%;
  }
  
  #nav li:nth-child(5) a:after {
    background: url(../img/commute-icon.png) no-repeat 0 0;
    background-size: 148px 177px;
  }
  
}

/* -------------------------
  3. visual
------------------------- */

#visual {
  background: url(../img/visual-bg-sp.jpg) no-repeat 50% 0;
  background-size: 100% auto;
}

#visual .inr > p:first-child img {
  left: 2%;
  position: absolute;
  top: 2%;
  max-width: 8%;
}

#visual .inr > p:first-child + p img {
  margin: 4% 0 0;
}

#visual h1 img {
  margin: 2px 0 0;
}

@media (min-width: 681px) {
  
  #visual {
    background: url(../img/visual-bg-pc.jpg) no-repeat 50% 0;
    background-size: auto;
    height: 413px;
  }
  
  #visual .inr > p:first-child img {
    left: 0;
    top: 14px;
    max-width: none;
  }
    
  #visual .inr > p:first-child + p img {
    margin: 14px 0 0 76px;
  }
  
  #visual h1 img {
    margin: 7px 0 0 3px;
  }
  
}

/* -------------------------
  4. price
------------------------- */

#price {
  background: #fb4a63;
  margin-top: 7%;
}

#price:before {
  background: url(../img/price-bg-top.png) repeat-x 0 -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

#price .deco01,
#price .deco02 {
  position: absolute;
}

#price .deco01 {
  right: 20px;
  top: 20px;
  max-width: 159px;
  width: 20%;
}

#price .deco02 {
  top: 30px;
  left: 40px;
  max-width: 84px;
  width: 12%;
}

#price > .inr + div {
  background: #ff677d;
}

#price .box {
  border: 4px solid #fd90a7;
}

#price .box h2:before {
  background: url(../img/price-case-icon.png) no-repeat 0 0;
  background-size: 100% auto;
}

#price .box dl {
  margin: 0 4%;
  zoom: 1;
}

#price .box dl:before,
#price .box dl:after {
  content: "";
  display: table;
}

#price .box dl:after {
  clear: both;
}

#price .box dt,
#price .box dd {
  border-bottom: 4px solid #d5e3e5;
  margin: 4% 0 0;
}

#price .box dt {
  clear: both;
  float: left;
  text-align: left;
  width: 34.6%;
}

#price .box dd {
  float: right;
  text-align: right;
  width: 65.4%;
}

@media (min-width: 681px) {
  
  #price {
    margin-top: 45px;
  }
  
  #price .deco01 {
    right: -35px;
  }
  
  #price .deco02 {
    top: 364px;
    left: 24px;
  }
  
  #price .box {
    width: 700px;
  }
  
  #price .box dl {
    margin: 0 41px;
  }
  
  #price .box dt,
  #price .box dd {
    margin: 18px 0 0;
  }
  
}

/* -------------------------
  5. training
------------------------- */

#training {
  background: #ffc94d;
}

#training:before {
  background: url(../img/training-bg-top.png) repeat-x 0 -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

#training .deco {
  position: absolute;
  right: 10px;
  top: -30px;
  max-width: 207px;
  width: 30%;
}

#training h1 + p {
  color: #151212;
}

#training .inr + div {
  background: #fee48b;
}

#training h2 {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 223px;
  width: 40%;
}

#training .box {
  margin-top: 3%;
  position: relative;
  z-index: 2;
}

#training h3 {
  border-radius: 4px 4px 0 0;
}

#training h3 img {
  margin: 3% 0;
}

#training h2 + .box h3 {
  background: url(../img/training-voice01-bg.png) repeat-x 0 50%;
}

#training h2 + .box + .box h3 {
  background: url(../img/training-voice02-bg.png) repeat-x 0 50%;
}

#training h2 + .box + .box + .box h3 {
  background: url(../img/training-voice03-bg.png) repeat-x 0 50%;
}

#training .box p {
  font-size: 88%;
  zoom: 1;
}

#training .box p:before,
#training .box p:after {
  content: "";
  display: table;
}

#training .box p:after {
  clear: both;
}

#training .box span {
  display: inline-block;
  float: right;
  margin: 4px 0 0;
}

#training .box span img {
  height: 12px;
  width: auto;
}

#training .img {
  margin: 4% 4% 0;
  position: relative;
  z-index: 1;
}

#training .img > p:first-child {
  left: 0;
  position: absolute;
  top: 0;
  max-width: 377px;
  width: 62.8%;
}

#training .img > p:first-child + p {
  margin: 0 0 0 auto;
  position: relative;
  max-width: 284px;
  width: 47.3%;
}

#training .note {
  background: url(../img/training-note-bg-sp.jpg) repeat-y 50% 0;
  margin-top: 0;
}

#training .note h3 {
  margin: 0 -2%;
}

#training .note h3 img {
  margin: 2% 0 0;
}

#training .note p {
  margin-top: 0;
}

@media (min-width: 681px) {
  
  #training .deco {
    right: -130px;
    top: 13px;
    max-width: none;
    width: 242px;
  }
  
  #training h2 img {
    margin-top: 10px;
  }
  
  #training .box {
    margin-top: 20px;
  }
  
  #training h3 {
    text-align: center;
  }
  
  #training h3 img {
    margin: 22px 0 21px;
  }
  
  #training .voice01 p,
  #training .voice02 p,
  #training .voice03 p {
    display: block;
    margin: 19px 0 18px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 950px;
  }
  
  #training .box p:before,
  #training .box p:after {
    display: none;
  }
  
  #training .voice01 p {
    background: url(../img/training-voice01-txt.png) no-repeat 0 0;
    height: 148px;
  }
  
  #training .voice02 p {
    background: url(../img/training-voice02-txt.png) no-repeat 0 0;
    height: 148px;
  }
  
  #training .voice03 p {
    background: url(../img/training-voice03-txt.png) no-repeat 0 0;
    height: 172px;
  }
  
  #training .img {
    margin: 0 auto;
    width: 950px;
  }
  
  #training .img > p:first-child {
    left: -24px;
    max-width: none;
    width: 666px;
  }
  
  #training .img > p:first-child + p {
    margin: 12px -4px 0 auto;
    max-width: none;
    width: 311px;
  }
  
  #training .note {
    background: url(../img/training-note-bg-pc.jpg) no-repeat 50% 100%;
  }
  
  #training .note h3 img {
    margin: 4px 0 0;
  }
  
  #training .note p {
    font-size: 18px;
    line-height: 1.8;
  }
  
}

/* -------------------------
  6. curriculum
------------------------- */

#curriculum {
  background: #06d6a0;
}

#curriculum:before {
  background: url(../img/curriculum-bg-top.png) repeat-x 0 -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

#curriculum .deco01,
#curriculum .deco02 {
  position: absolute;
}

#curriculum .deco01 {
  display: none;
}

#curriculum .deco02 {
  bottom: 0;
  left: 10px;
  max-width: 206px;
  width: 40%;
}

#curriculum .inr + div {
  background: #34f2d0;
  padding-bottom: 26%;
}

#curriculum .box {
  border: 4px solid #93ffec;
}

#curriculum .box h2:before {
  background: url(../img/curriculum-time-icon.png) no-repeat 0 0;
  background-size: 100% auto;
}

#curriculum .box li {
  border-radius: 4px;
  margin: 8% 4% 0;
  padding: 4%;
  position: relative;
}

#curriculum .box li > div {
  background: #fff;
  padding: 0 0 5%;
}

#curriculum .box li h3 {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -10px;
  max-width: 234px;
  width: 60%;
}

#curriculum .box li p {
  font-size: 180%;
  line-height: 1;
  margin: 0 6%;
  padding: 5% 0;
  text-align: center;
}

#curriculum .box li p small {
  color: #acacac;
  font-size: 50%;
}

#curriculum .box li.am {
  background: url(../img/curriculum-time-am-bg.gif) 0 0;
}

#curriculum .box li.am p {
  border-bottom: 1px solid #fb4a63;
}

#curriculum .box li.am p:nth-child(5),
#curriculum .box li.am p:nth-child(6),
#curriculum .box li.night p:nth-child(5),
#curriculum .box li.night p:nth-child(6) {
  display: none;
}

#curriculum .box li.pm {
  background: url(../img/curriculum-time-pm-bg.gif) 0 0;
}

#curriculum .box li.pm p {
  border-bottom: 1px solid #ffce5c;
}

#curriculum .box li.night {
  background: url(../img/curriculum-time-night-bg.gif) 0 0;
}

#curriculum .box li.night p {
  border-bottom: 1px solid #00a2d7;
}

@media (min-width: 681px) {
  
  #curriculum .deco01 {
    display: block;
    right: -205px;
    top: 45px;
    z-index: 1;
  }
  
  #curriculum .inr + div {
    padding-bottom: 44px;
  }
  
  #curriculum .box ul {
    margin: 15px auto 0;
    width: 870px;
    zoom: 1;
  }
  
  #curriculum .box ul:before,
  #curriculum .box ul:after {
    content: "";
    display: table;
  }
  
  #curriculum .box ul:after {
    clear: both;
  }
  
  #curriculum .box li {
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 30px;
    padding: 15px;
    width: 270px;
  }
  
  #curriculum .box li:first-child {
    margin-left: 0;
  }
  
  #curriculum .box li.am p:nth-child(5),
  #curriculum .box li.am p:nth-child(6),
  #curriculum .box li.night p:nth-child(5),
  #curriculum .box li.night p:nth-child(6) {
    display: block;
  }
  
  #curriculum .notice {
    margin: 18px 36px 0 !important;
    text-align: right;
  }
  
  #curriculum .notice span {
    display: block;
  }
  
}

/* -------------------------
  7. plan
------------------------- */

#plan {
  background: #00a2d7;
}

#plan:before {
  background: url(../img/plan-bg-top.png) repeat-x 0 -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

#plan .deco {
  position: absolute;
  right: 10px;
  top: -30px;
  max-width: 207px;
  width: 30%;
}

#plan .inr + div {
  background: #3ed9fa;
}

#plan .box {
  border: 4px solid #85eaff;
}

#plan .box h2:before {
  background: url(../img/plan-option-icon.png) no-repeat 0 0;
  background-size: 100% auto;
}

#plan .box ul {
  padding: 0 0 4%;
}

#plan .box li {
  margin: 4% 4% 0;
}

@media (min-width: 681px) {
  
  #plan .deco {
    right: -156px;
    top: 60px;
    max-width: none;
    width: 272px;
  }
  
  #plan .box ul {
    margin: 0 auto;
    width: 878px;
    zoom: 1;
  }
  
  #plan .box ul:before,
  #plan .box ul:after {
    content: "";
    display: table;
  }
  
  #plan .box ul:after {
    clear: both;
  }
  
  #plan .box li {
    float: left;
    margin: 0 0 0 28px;
    width: 274px;
  }
  
  #plan .box li:first-child {
    margin-left: 0;
  }
  
  #plan .btn {
    margin: 0 auto;
    padding: 0 !important;
    width: 335px !important;
  }
  
  #plan .btn li {
    float: none;
    margin: 0 auto;
    width: 335px;
  }
  
}

/* -------------------------
  8. commute
------------------------- */

#commute {
  background: #b055b1;
}

#commute:before {
  background: url(../img/commute-bg-top.png) repeat-x 0 -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

#commute .deco01,
#commute .deco02 {
  position: absolute;
}

#commute .deco01 {
  left: 40px;
  top: 30px;
  max-width: 244px;
  width: 36%;
  z-index: 1;
}

#commute .deco02 {
  display: none;
}

#commute .inr + div {
  background: #d480c3;
}

#commute .box {
  background: #fff url(../img/commute-bus-bg-sp.png) no-repeat 100% 94%;
  background-size: 100% auto;
  border: 4px solid #e9a7dc;
}

#commute .box h2:before {
  background: url(../img/commute-bus-icon.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media (min-width: 681px) {
  
  #commute .deco01 {
    left: auto;
    right: -118px;
    top: 127px;
    width: 244px;
  }
  
  #commute > .inr + div .inr {
    margin: 0 auto;
    position: relative;
    width: 950px;
  }
  
  #commute .box {
    background-image: none;
    position: relative;
    width: 870px;
    z-index: 2;
  }
  
  #commute .deco02 {
    display: block;
    left: -85px;
    top: 95px;
    z-index: 1;
  }
  
}

/* -------------------------
  9. campaign
------------------------- */

#campaign {
  background: #fffd44 url(../img/campaign-bg.png) 50% 0;
  background-size: 100% 100%;
  padding: 0 0 25%;
}

#campaign:before {
  background: url(../img/campaign-bg-top.png) repeat-x 0 -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

#campaign h1 img {
  margin-top: 4%;
}

#campaign ul {
  margin: 4% auto;
  width: 138px;
  zoom: 1;
}

#campaign ul:before,
#campaign ul:after {
  content: "";
  display: table;
}

#campaign ul:after {
  clear: both;
}

#campaign li {
  float: left;
}

#campaign li:first-child {
  width: 60px;
}

#campaign li:first-child + li {
  margin-left: 10px;
  width: 68px;
}

#campaign .inr > div {
  position: relative;
}

#campaign .apply,
#campaign .request {
  margin: 4% auto 0;
  position: absolute;
  top: 0;
  max-width: 145px;
  width: 28%;
}

#campaign .apply {
  left: 0;
  right: 0;
}

#campaign .request {
  right: 0;
}

#campaign .arw {
  display: none;
}

@media (min-width: 681px) {
  
  #campaign {
    padding: 0 0 310px;
  }
  
  #campaign h1 {
    margin: 0;
    text-align: center;
  }
  
  #campaign h1 img {
    margin-top: 18px;
  }
  
  #campaign ul {
    left: 168px;
    position: absolute;
    top: 288px;
  }
  
  #campaign .apply,
  #campaign .request {
    display: none;
  }
  
  #campaign .arw {
    display: block;
    left: 425px;
    position: absolute;
    top: 270px;
  }
  
}