@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 750px) and (max-width: 374px) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-text-size-adjust: none;
    font-family: メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    overflow-x: hidden;
  }
  .fontYugo {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body {
    min-width: 100%;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
  }
  .uLink {
    color: #000;
    text-decoration: underline;
  }
  .onlyPC {
    display: none;
  }
  /* ----- */
  #nav_overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 99;
  }
  .slick-dots {
    width: 100%;
    height: 14px;
    text-align: center;
    box-sizing: border-box;
    margin: 25px 0 0;
  }
  .slick-dots li {
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    text-indent: -9999px;
    border: 1px solid #008CD6;
    border-radius: 14px;
    background: #FFF;
    display: block;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
  }
  .slick-dots li.slick-active button {
    background: #008CD6;
  }
  /* .header */
  .header {
    position: relative;
    /* #nav */
  }
  .header .headerInner {
    width: 100%;
    height: 55px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
  }
  .header .headerInner .logoArea {
    overflow: hidden;
    margin: 0 0 0 13px;
    box-sizing: border-box;
  }
  .header .headerInner .logoArea li {
    box-sizing: border-box;
  }
  .header .headerInner .logoArea .logo {
    float: left;
    padding: 17px 0 0;
    box-sizing: border-box;
    position: relative;
  }
  .header .headerInner .logoArea .logo a {
    background: url(../img/sp/ico_header_01.png) no-repeat 0 0;
    background-size: contain;
    width: 143.78667px;
    height: 20.48px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 14.24332%;
    text-indent: -9999px;
    display: block;
  }
  .header .headerInner .logoArea .logo:after {
    position: absolute;
    content: "";
    top: 16px;
    left: 143.78667px;
    background: url(../img/sp/bg_footer_01.png) no-repeat 0 0;
    background-size: 1px auto;
    width: 1px;
    height: 29px;
  }
  .header .headerInner .logoArea .txt {
    margin: 20px 0 0 153.78667px;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .header .headerInner .inquiry {
    display: none;
  }
  .header .headerInner .menuBtn {
    position: absolute;
    right: 12px;
    top: 14px;
    box-sizing: border-box;
    background: url(../img/sp/ico_menu_01.png) no-repeat 0 0;
    background-size: contain;
    width: 28.16px;
    height: 26.45333px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 93.93939%;
    text-indent: -999px;
  }
  .header .headerInner .menuBtn.active {
    background: url(../img/sp/ico_close_01.png) no-repeat 0 0;
    background-size: contain;
    width: 28.16px;
    height: 26.45333px;
  }
  .header #nav {
    width: 100%;
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.65);
    background: #FFF;
    position: absolute;
    display: none;
    top: 55px;
    overflow-scrolling: touch;
    z-index: 100;
  }
  .header .gNav01 {
    border-top: 2px solid #EEE;
  }
  .header #nav li {
    border-bottom: 2px solid #EEE;
    text-align: center;
  }
  .header #nav li a {
    padding: 13px 14px;
    font-weight: 700;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
    color: #4DA1DD;
  }
  .header #nav_overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
  }
  .header .contacts {
    background: #EEE;
    text-align: center;
    padding: 19px 30px;
  }
  .header .contacts .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header .contacts .tel a,
  .header .contacts .tel span {
    display: block;
    box-sizing: border-box;
    background: url(../img/sp/ico_tel_01.png) no-repeat center 0;
    background-size: contain;
    width: 224.85333px;
    height: 26.45333px;
    margin: 10px auto;
    text-indent: -9999px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  }
  .header .contacts .fax {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .header .contacts .fax .label {
    display: inline-block;
    margin: 0 3px 0 0;
    color: #EB5F5F;
  }
  .header .contacts .mail a {
    display: block;
    box-sizing: border-box;
    background: url(../img/sp/btn_mail_02.png) no-repeat center 0;
    background-size: contain;
    width: 224.85333px;
    height: 55.04px;
    margin: 10px auto 12px;
    text-indent: -9999px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  }
  .contact {
    background: #2FB0DF;
    border-bottom: 3px solid #1E93BF;
    box-sizing: border-box;
    font-weight: 400;
	overflow: hidden;
  }
  .contact .inner .left {
    padding: 0 14px 10px;
  }
  .contact .inner .right {
    padding: 0 14px 20px;
  }
  .contact .contactBtn {
    display: block;
    background: #FFFF26;
    background: -moz-linear-gradient(top, #FFFF26 0%, #F6E131 100%);
    background: -webkit-linear-gradient(top, #FFFF26 0%, #F6E131 100%);
    background: linear-gradient(to bottom, #FFFF26 0%, #F6E131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF26', endColorstr='#F6E131',GradientType=0 );
    border-radius: 5px;
    padding: 20px 40px 20px 25px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: 3px;
    font-weight: 700;
    color: #0E2A56;
    box-sizing: border-box;
    filter: drop-shadow(3px 3px 1px rgba(59, 146, 190, 0.8));
    position: relative;
  }
  .contact .contactBtn span {
    color: #3489D5;
  }
  .contact .contactBtn:after {
    position: absolute;
    content: "";
    top: 48px;
    right: 29px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #4cb0de;
  }
  /* .main */
  .main {
    background-size: cover;
    /* width: 100px; */
    /* height: 100px; */
  }
  .main .inner {
    background: url(../img/sp/tit_main_01.png) no-repeat center 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 83.46667%;
    box-sizing: border-box;
    text-indent: -9999px;
  }
  .main .inner .baloon,
  .main .inner .h1,
  .main .inner .sub {
    display: none;
  }
  /* .contact01 */
  .contact01 {
    margin-top: -1px;
  }
  .contact01 .inner .left {
    padding: 15px 0 10px;
    box-sizing: border-box;
  }
  .contact01 .inner .left .pickup {
    background: url(../img/sp/img_header_01.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 20.06%;
    box-sizing: border-box;
    text-indent: -9999px;
  }
  .contact01 .inner .left .now {
    padding: 0 14px;
    color: #FFF;
    font-weight: 400;
    font-size: 10px;
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 750px) and (max-width: 600px) {
  .contact01 .inner .left .pickup {
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 18.88%;
  }
}

@media only screen and (max-width: 750px) and (max-width: 500px) {
  .contact01 .inner .left .pickup {
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 16.52%;
  }
}

@media only screen and (max-width: 750px) and (max-width: 400px) {
  .contact01 .inner .left .pickup {
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 15.34%;
  }
}

@media only screen and (max-width: 750px) {
  /* .area01 */
  .area01 {
    background: url(../img/sp/bg_main_02.jpg) no-repeat center 0;
    background-size: cover;
  }
  .area01 .inner {
    box-sizing: border-box;
    padding: 30px 14px 25px;
  }
  .area01 .inner .h2 {
    background: url(../img/sp/tit_area01_01.png) no-repeat center 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 22.89855%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
  }
  .area01 .inner .h2 .slate {
    color: #0D2A56;
  }
  .area01 .inner .voice {
    position: relative;
  }
  .area01 .inner .voice .voiceList {
    width: 100%;
    padding: 12px 14px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    box-sizing: border-box;
    color: #FFF;
    text-align: left;
    display: table;
    margin: 0 0 10px 0;
    padding: 0 50px 0 0;
    position: relative;
  }
  .area01 .inner .voice .voiceList dt {
    width: 55.46667px;
    text-indent: -9999px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #0D2A56;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
  }
  .area01 .inner .voice .voiceList dt:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -7.89333px;
    left: 15px;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 50.34667px;
    height: 15.78667px;
  }
  .area01 .inner .voice .voiceList dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 14px;
    display: table-cell;
    vertical-align: middle;
    background: #0D2A56;
    border-radius: 0 5px 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
  }
  .area01 .inner .voice .voiceList:before {
    position: absolute;
    content: "";
    top: 32%;
    right: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 20px;
    border-color: transparent transparent transparent #0d2a56;
    transform: rotate(-15deg);
  }
  .area01 .inner .voice .voiceList:after {
    position: absolute;
    content: "";
    top: 12%;
    right: 0;
    box-sizing: border-box;
    background: url(../img/sp/ico_human_01.png) no-repeat 0 0;
    background-size: contain;
    width: 40.96px;
    height: 49.49333px;
  }
  .area01 .inner .voice .voiceList:first-child dt:after {
    background-image: url(../img/sp/tit_area01_02.png);
  }
  .area01 .inner .voice .voiceList:nth-child(2) dt:after {
    background-image: url(../img/sp/tit_area01_03.png);
    height: 35.84px;
    margin-top: -17.92px;
  }
  .area01 .inner .voice .voiceList:nth-child(3) dt:after {
    background-image: url(../img/sp/tit_area01_04.png);
  }
  .area01 .inner .voice .voiceList:nth-child(4) dt:after {
    background-image: url(../img/sp/tit_area01_05.png);
  }
  .area01 .inner .voice .voiceList:nth-child(5) dt:after {
    background-image: url(../img/sp/tit_area01_06.png);
  }
  .contact03 .inner .left,
  .contact04 .inner .left,
  .contact05 .inner .left {
    padding: 10px 14px 10px 101px;
    width: 100%;
    min-height: 114.34667px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    box-sizing: border-box;
    position: relative;
  }
  .contact03 .inner .left .point,
  .contact04 .inner .left .point,
  .contact05 .inner .left .point {
    display: none;
  }
  .contact03 .inner .left p,
  .contact04 .inner .left p,
  .contact05 .inner .left p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #fff;
  }
  .contact03 .inner .left:before,
  .contact04 .inner .left:before,
  .contact05 .inner .left:before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 1px;
    width: 100%;
    width: 320px;
    height: 114.34667px;
    background-image: url(../img/sp/ico_man_02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .contact02 .inner {
    padding-bottom: 35.73333%;
    position: relative;
    padding: 20px 0 0;
  }
  .contact02 .inner .left .h3 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .contact02 .inner .left .h3 strong {
    text-indent: -9999px;
    margin: 0 auto 0;
    display: block;
    position: relative;
    background: url(../img/sp/tit_area01_07.png) no-repeat center center;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 69.86667%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 17.06667%;
    box-sizing: border-box;
    z-index: 5;
  }
  .contact02 .inner .right {
    position: relative;
    padding: 0 14px 10px 130px;
    color: #FFF;
    box-sizing: border-box;
    min-height: 84px;
  }
  .contact02 .inner .right p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .contact02 .inner .right .point {
    display: none;
  }
  .contact02 .inner:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 375px;
    height: 125.5px;
    background: url(../img/sp/ico_man_01.png) no-repeat 0 bottom;
    background-size: contain;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    box-sizing: border-box;
  }
  /* .area02 */
  .area02 {
    padding: 20px 0 0;
	background: #FFF;
  }
  .area02 .inner {
    padding: 20px 14px 0;
    box-sizing: border-box;
    position: relative;
  }
  .area02 .inner .h2 {
    margin: 20px 0 0;
    background: url(../img/sp/tit_area02_01.png) no-repeat center 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 22.02899%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    padding-bottom: 10px;
  }
  .area02 .num {
    background: #FFFF26;
    color: #2FB0DF;
    padding: 5px 14px 4px;
    margin: 0 0 16px;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area02 .txt {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 0 0 1px;
    line-height: 1.9;
    font-weight: 400;
    color: #002C57;
  }
  .area02 .txt strong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: #2CB0DF;
    letter-spacing: 1px;
  }
  .area02 .h3 {
    box-sizing: border-box;
    text-indent: -9999px;
  }
  .area02 .detail {
    box-sizing: border-box;
    margin: -14px;
  }
  .area02 .detail .txt {
    background: #FFF;
    padding: 7px 12px;
  }
  .area02 .merit {
    padding-bottom: 20px;
  }
  .area02 .merit01 .inner .h3 {
    background: url(../img/sp/tit_area02_02.png) no-repeat center 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 39.42029%;
    margin-bottom: 20px;
  }
  .area02 .merit01 .inner .detail {
    background: url(../img/sp/img_area01_01.png) no-repeat 0 0;
    background-size: contain;
    padding: 60% 14px 0;
  }
  .area02 .merit01 .inner .seminar {
    margin: 22px 0 0;
    border: 2px solid #2FB0DF;
  }
  .area02 .merit01 .inner .seminar dt {
    text-align: center;
    color: #FFF;
    background: #2FB0DF;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 9px 10px 10px;
    box-sizing: border-box;
  }
  .area02 .merit01 .inner .seminar dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: -7px;
    padding-left: 27px;
    line-height: 1.8;
    color: #2FB0DF;
  }
  .area02 .merit01 .inner .seminar li {
    margin-bottom: 7px;
  }
  .area02 .merit01 .inner .seminar li:last-child {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
  }
  .area02 .merit02 .inner {
    box-sizing: border-box;
    position: relative;
  }
  .area02 .merit02 .h3 {
    background: url(../img/sp/tit_area02_03.png) no-repeat center 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 39.42029%;
    margin-bottom: 20px;
  }
  .area02 .merit02 .detail {
    background: url(../img/sp/img_area01_02.jpg) no-repeat 0 0;
    background-size: contain;
    padding: 37.76% 14px 0;
    position: relative;
  }
  .area02 .merit02 .txt strong {
    line-height: 1.4;
  }
  .area02 .merit02 .note {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #FFF;
    /* for modan browser */
    text-shadow: 0px 1px 1px #666,0px 0px 1px #666,1px 0px 1px #666,0px -1px 1px #666,-1px -1px 1px #666,-1px 0px 1px #666;
    opacity: 0.7;
    /* for IE */
    filter: dropshadow(color=#666, offx=0, offy=2, positive=2), dropshadow(color=#666, offx=0, offy=0, positive=2), dropshadow(color=#666, offx=0, offy=-2, positive=2), dropshadow(color=#666, offx=-2, offy=-2, positive=2), dropshadow(color=#666, offx=-2, offy=0, positive=2);
  }
  .area02 .merit02 .listTableArea {
    margin: 30px 0 0;
    background: #fff;
  }
  .area02 .merit02 .listTableArea .listTableBody {
    overflow: hidden;
    margin: 0 -14px;
  }
  .area02 .merit02 .listTableArea .list {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #2FB0DF;
    margin: 0 7px;
  }
  .area02 .merit02 .listTableArea .list .listArea {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .area02 .merit02 .listTableArea .list .listArea dt {
    line-height: 50px;
    color: #FFF;
    background: #2FB0DF;
    position: relative;
    line-height: 2.5;
  }
  .area02 .merit02 .listTableArea .list .listArea dd {
    line-height: 3.5;
  }
  .area02 .merit02 .listTableArea .list .listArea .listTable {
    display: block;
    padding: 0 14px;
  }
  .area02 .merit02 .listTableArea .list .listArea .listTable li {
    display: table;
    width: 100%;
    color: #2FB0DF;
    border-top: 1px solid #2FB0DF;
	font-weight: bold;
  }
  .area02 .merit02 .listTableArea .list .listArea .listTable li:first-child {
    border-top: none;
  }
  .area02 .merit02 .listTableArea .list .listArea .listTable .left {
    box-sizing: border-box;
    text-align: left;
    display: table-cell;
  }
  .area02 .merit02 .listTableArea .list .listArea .listTable .right {
    box-sizing: border-box;
    display: table-cell;
    text-align: right;
    padding: 0 5px;
  }
  .area02 .merit02 .listTableArea .listSpecial {
    border-color: #EB5F5F;
  }
  .area02 .merit02 .listTableArea .listSpecial .listArea dt {
    background: #EB5F5F;
  }
  .area02 .merit02 .listTableArea .listSpecial .listArea .listTable li {
    color: #EB5F5F;
    border-color: #EB5F5F;
  }
  .area02 .merit02 .listTableArea .slick-dots {
	  display: flex !important;
	  justify-content: center;
  }
  .area02 .merit02 .listTableArea .slick-dots #slick-slide00 { order: 1;}
  .area02 .merit02 .listTableArea .slick-dots #slick-slide01 { order: 2;}
  .area02 .merit02 .listTableArea .slick-dots #slick-slide02 { order: 3;}
  .area02 .merit02 .listTableArea .slick-dots #slick-slide03 { order: 0;}
  
  .area02 .merit03 .inner {
    position: relative;
  }
  .area02 .merit03 .inner .h3 {
    background: url(../img/sp/tit_area02_04.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 39.42029%;
    margin-bottom: 20px;
  }
  .area02 .merit03 .inner .txt {
    line-height: 1.9;
  }
  .area02 .merit03 .inner .txt strong {
    line-height: 1.4;
  }
  .area02 .merit03 .inner .detail {
    background: url(../img/sp/img_area01_03.jpg) no-repeat 0 0;
    background-size: contain;
    padding: 37.12% 14px 0;
  }
  .area02 .merit03 .inner .detail .txt {
    padding-bottom: 0;
    padding-top: 0;
  }
  .area02 .merit03 .inner .detail .txt:first-child {
    padding-top: 10px;
  }
  .area02 .merit03 .inner .staffArea {
    margin: 30px 0 0;
    border: 1px solid #2FB0DF;
  }
  .area02 .merit03 .inner .staffArea .h4 {
    background: #2FB0DF;
    color: #fff;
    line-height: 42px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    height: 42px;
  }
  .area02 .merit03 .inner .staffArea .staffWrap {
    overflow: hidden;
  }
  .area02 .merit03 .inner .staffArea .staffInner {
    padding: 20px 0;
    position: relative;
    background: #FFF;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff {
    background-color: #F7F7F7;
    margin: 0 7px;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    padding: 14px;
    color: #008CD6;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
    color: #003872;
    padding: 14px;
    padding-top: 0;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff01 dt {
    margin-left: 0;
    background: #F7F7F7 url(../img/sp/img_area01_08.png) no-repeat center 0;
    background-size: contain;
    padding-top: 67.5%;
    box-sizing: border-box;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff02 dt {
    background: #F7F7F7 url(../img/sp/img_area01_05.png) no-repeat center 0;
    background-size: contain;
    padding-top: 67.5%;
    box-sizing: border-box;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff03 dt {
    background: #F7F7F7 url(../img/sp/img_area01_09.png) no-repeat center 0;
    background-size: contain;
    padding-top: 67.5%;
    box-sizing: border-box;
  }
  .area02 .merit03 .inner .staffArea .staffInner .slick-dots {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .area02 .merit03 .inner .staffArea .staffInner .subtxt {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #003872;
  }
  .area02 .merit04 .inner {
    box-sizing: border-box;
  }
  .area02 .merit04 .inner .h3 {
    background: url(../img/sp/tit_area02_05.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 25.7971%;
    margin-bottom: 20px;
  }
  .area02 .merit04 .inner .detail {
    background: url(../img/sp/img_area01_07.jpg) no-repeat 0 0;
    background-size: contain;
    padding: 37.76% 14px 0;
  }
  .area02 .merit04 .inner .txt {
    padding-top: 0;
  }
  .area02 .merit04 .inner .txt strong {
    line-height: 1.4;
  }
  .area02 .merit04 .inner .txt:first-child {
    padding-top: 14px;
    padding-bottom: 0;
  }
  .area02 .merit04 .inner .storyArea {
    border-top: 1px solid #ddd;
    padding: 14px 0 0;
    margin: 21px 0 0px;
  }
  .area02 .merit04 .inner .storyArea .h4 {
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #008CD6;
    padding-left: 20px;
    position: relative;
  }
  .area02 .merit04 .inner .storyArea .h4:after {
    position: absolute;
    content: "";
    top: 25%;
    left: 0;
    width: 14px;
    height: 14px;
    background: #008CD6;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableBody {
    overflow: hidden;
    margin: 0 -14px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story {
    margin: 0 7px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable {
    border: 1px solid #2FB0DF;
    position: relative;
    color: #2FB0DF;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable li {
    display: table;
    width: 100%;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .left {
    text-align: center;
    display: table-cell;
    position: relative;
    color: #FFF;
    background: #2FB0DF;
    width: 42%;
    box-sizing: border-box;
    /* padding: 14px 0; */
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .left span {
    font-size: 11px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .right {
    box-sizing: border-box;
    /* display: table-cell; */
    text-align: center;
    position: relative;
    /* padding: 14px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .left:after,
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .right:after {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #FFF;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .right:after {
    background: #2FB0DF;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable li:first-child .left:after,
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable li:first-child .right:after {
    display: none;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .slick-dots {
    margin-bottom: 10px;
  }
  .area02 .merit04 .inner .storyArea .story:last-child .storyTable {
    border-color: #EB5F5F;
    color: #EB5F5F;
  }
  .area02 .merit04 .inner .storyArea .story:last-child .storyTable .left {
    background: #EB5F5F;
  }
  .area02 .merit04 .inner .storyArea .story:last-child .storyTable .right:after {
    background: #EB5F5F;
  }
  .area02 .merit04 .inner .storyArea .subtxt {
    text-align: right;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #2FB0DF;
    margin: 0 0 27px;
  }
  /* .area03 */
  .area03 {
	padding-top: 20px;
	background: #FFF;
  }
  .area03 .inner {
    padding: 10px 14px 20px;
    box-sizing: border-box;
  }
  .area03 .inner .h2 {
    margin: 20px 0 0;
    background: url(../img/sp/tit_area03_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 22.02899%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
  }
  .area03 .inner .flowArea .flow:before {
    position: absolute;
    bottom: -15px;
    left: 13px;
    width: 9px;
    height: 20px;
    background: #2FB0DF;
    content: "";
    z-index: 2;
    box-sizing: border-box;
  }
  .area03 .inner .flowArea .flow:after {
    position: absolute;
    bottom: -40px;
    left: 3px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 15px solid transparent;
    border-top: 16px solid #2FB0DF;
    content: "";
    z-index: 2;
  }
  .area03 .inner .flowArea .flow {
    width: 100%;
    min-height: 98px;
    border: 1px solid #2FB0DF;
    border-radius: 5px;
    margin: 0 0 17px;
    box-sizing: border-box;
    position: relative;
  }
  .area03 .inner .flowArea .flow dt {
    vertical-align: middle;
    background: #EAF7FC;
    color: #008CD6;
    border-radius: 5px 5px 0 0;
    padding: 12px 14px 0 50px;
    height: 44px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
  }
  .area03 .inner .flowArea .flow dt br {
    display: none;
  }
  .area03 .inner .flowArea .flow dt .num {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 750px) and (max-width: 374px) {
  .area03 .inner .flowArea .flow dt {
    padding: 14px 14px 0 45px;
  }
  .area03 .inner .flowArea .flow dt .num {
    top: 6px;
  }
}

@media only screen and (max-width: 750px) {
  .area03 .inner .flowArea .flow dd {
    vertical-align: middle;
    padding: 10px 14px 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    color: #39373F;
    line-height: 1.6;
  }
  .area03 .inner .flowArea .flow dd br {
    display: none;
  }
  .area03 .inner .flowArea .flow .performance {
    border: 1px solid #008CD6;
    width: 98%;
    overflow: hidden;
    margin: 10px 0 0;
    box-sizing: border-box;
    padding: 40px 12px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
  }
  .area03 .inner .flowArea .flow .performance li {
    float: left;
  }
  .area03 .inner .flowArea .flow .performance .performanceHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #008CD6;
    color: #fff;
    padding: 5px 12px 4px;
  }
  .area03 .inner .flow:nth-child(1) dt {
    background: #EAF7FC url(../img/sp/img_area03_01.png) no-repeat right 0;
    box-sizing: border-box;
    background-size: 78.50667px auto;
  }
  .area03 .inner .flow:nth-child(2) dt {
    background: #EAF7FC url(../img/sp/img_area03_02.png) no-repeat right 0;
    background-size: 78.50667px auto;
  }
  .area03 .inner .flow:nth-child(3) dd {
    position: relative;
  }
  .area03 .inner .flow:nth-child(3) dd .pic {
    float: right;
    width: 119.46667px;
    height: 79.36px;
    display: inline-block;
    background: url(../img/sp/img_area03_03.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    position: relative;
    top: -40px;
    margin-left: 15px;
  }
  .area03 .inner .flow:nth-child(4) dt {
    background: #EAF7FC url(../img/sp/img_area03_04.png) no-repeat right 0;
    background-size: 78.50667px auto;
  }
  .area03 .inner .flow:nth-child(5) dd {
    position: relative;
  }
  .area03 .inner .flow:nth-child(5) dd .pic {
    float: right;
    width: 119.46667px;
    height: 80.21333px;
    display: inline-block;
    background: url(../img/sp/img_area03_05.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    position: relative;
    top: -40px;
    margin-left: 15px;
  }
  .area03 .inner .flow:nth-child(6) dt {
    background: #EAF7FC url(../img/sp/img_area03_06.png) no-repeat right 0;
    background-size: 78.50667px auto;
  }
  .area03 .inner .flow:nth-child(7) dt {
    background: #EAF7FC url(../img/sp/img_area03_07.png) no-repeat right 0;
    background-size: 78.50667px auto;
  }
  .area03 .inner .flow:nth-child(8) dt {
    background: #EAF7FC url(../img/sp/img_area03_08.png) no-repeat right 3px;
    background-size: 78.50667px auto;
  }
  .area03 .inner .flow:nth-child(8) dd {
    padding-bottom: 10px;
  }
  .area03 .inner .flow:nth-child(8):before,
  .area03 .inner .flow:nth-child(8):after {
    display: none;
  }
  /* .area04 */
  .area04 {
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    box-sizing: border-box;
  }
  .area04::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(https://www.musashi-corporation.com/lp_consultation/img/sp/bg_area03_01.jpg) center/cover no-repeat;
	-webkit-background-size: cover;
	z-index: -1;
  }
  .area04 .inner {
    padding: 50px 14px 0;
    box-sizing: border-box;
  }
  .area04 .inner .h2 {
    margin: 20px 0 0;
    background: url(../img/sp/tit_area03_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 28.11594%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
  }
  .area04 .inner .characteristicArea {
    margin: 0 0 14px;
  }
  .area04 .inner .characteristicArea .characteristic {
    margin: 0 0 16px 0;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #348AD5;
    background: #2FB0DF;
  }
  .area04 .inner .characteristicArea .characteristic dt {
    padding: 2px 0 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
  }
  .area04 .inner .characteristicArea .characteristic dt strong {
    color: #FFFF26;
  }
  .area04 .inner .characteristicArea .characteristic dd {
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    padding: 10px 14px 14px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .area04 .inner .characteristicArea .characteristic dd strong {
    background: #FFFF26;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .area04 .inner .characteristicArea .characteristic dd .pic img {
    margin: 8px 0 0;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .area04 .inner .characteristicPointArea {
    position: relative;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint {
    margin: 0 0 0;
    box-sizing: border-box;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint dt {
    background: #466894;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint dd {
    background: #FFF;
    color: #143671;
    border: 4px solid #466894;
    border-top: none;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint dd ul {
    display: inline-block;
    text-align: left;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint:first-child {
    position: relative;
    margin-bottom: 43.14667px;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint:first-child :after {
    position: absolute;
    content: "";
    bottom: -53.14667px;
    left: 50%;
    background: url(../img/sp/ico_area03_plus.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    width: 63.14667px;
    height: 63.14667px;
    margin-left: -31.57333px;
  }
  .area04 .inner .characteristicText {
    background: url(../img/sp/tit_area03_03.png) no-repeat 0 0;
    background-size: contain;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 34.2029%;
    box-sizing: border-box;
    margin: 0 auto 0;
    text-indent: -9999px;
    position: relative;
    z-index: 1;
    top: -20px;
  }
  /* .area05 */
  .area05 {
    padding: 50px 0 0;
	background: #FFF;
  }
  .area05 .inner {
    padding: 0 14px 5px;
    box-sizing: border-box;
  }
  .area05 .inner .h2sub {
    background: url(../img/sp/tit_area04_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 22.89855%;
    box-sizing: border-box;
    text-indent: -9999px;
    margin-bottom: -10px;
  }
  .area05 .inner .h2 {
    background: url(../img/sp/tit_area04_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 22.89855%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .area05 .inner .purposeArea {
    border: 1px solid #2FB0DF;
    margin: 0 0 23px;
  }
  .area05 .inner .purposeArea .purpose dt {
    box-sizing: border-box;
    color: #FFF;
    background: #2FB0DF;
    position: relative;
    padding: 14px;
    overflow: hidden;
  }
  .area05 .inner .purposeArea .purpose dt br {
    display: none;
  }
  .area05 .inner .purposeArea .purpose dd {
    padding: 10px 14px 14px;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #2DB0DF;
  }
  .area05 .inner .purposeArea .purpose dd strong {
    color: #003872;
  }
  .area05 .inner .purposeArea .purpose .num {
    background: #FFFF26;
    color: #2FB0DF;
    padding: 6px 16px 5px;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
  }
  .area05 .inner .purposeArea .purpose .h3 {
    display: inline-block;
    padding: 0 16px 0;
    font-size: 26px;
    font-size: 2.6rem;
    margin: -2px 0 0;
  }
  .area05 .inner .purposeArea .purpose .pic img {
    margin: 8px 0 0;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .area05 .inner .purpose03 {
    border-color: #EB5F60;
  }
  .area05 .inner .purpose03 .purpose dt {
    background: #EB5F60;
    position: relative;
  }
  .area05 .inner .purpose03 .purpose dd strong {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    padding-left: 24px;
    display: inline-block;
    margin: 0 0 11px;
    letter-spacing: 2px;
    position: relative;
    color: #348AD5;
  }
  .area05 .inner .purpose03 .point {
    position: absolute;
    right: 5px;
    bottom: 2px;
    background: url(../img/sp/img_area04_03.png) no-repeat center 0;
    box-sizing: border-box;
    background-size: contain;
    width: 42.16216px;
    height: 46.48649px;
    text-indent: -9999px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  }
  .area05 .inner .purpose03 strong:after {
    position: absolute;
    content: "";
    top: 1px;
    left: -4px;
    width: 100px;
    height: 100px;
    background: url(../img/sp/ico_area04_05.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    width: 21.71429px;
    height: 21.71429px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  }
  .area05 .inner .purpose03 li:nth-child(1) {
    background: url(../img/sp/bg_area04_04.png) repeat-x 0 bottom;
    background-size: auto 1px;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .area05 .inner .purpose03 li:nth-child(2) strong:after {
    background: url(../img/sp/ico_area04_06.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    width: 21.71429px;
    height: 21.71429px;
  }
  .area05 .inner .purpose04 .h4 {
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .area05 .inner .txt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #39373F;
  }
  .area06 {
    margin: 0;
	background: #FFF;
    /*============================
    #authorArea
    ============================*/
    /*============================
    #bookArea
    ============================*/
  }
  .area06 .inner {
    padding: 50px 14px 5px;
    position: relative;
    box-sizing: border-box;
  }
  .area06 .inner .h2 {
    background: url(../img/sp/tit_area05_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 13.04348%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
  }
  .area06 #authorArea {
    width: 100%;
    margin: 0 auto 18px;
    box-sizing: border-box;
    background: #FAFAFA url(../img/sp/bg_area04_01.png) no-repeat left top;
    background-size: contain;
    color: #1F1813;
    position: relative;
    color: #1F1813;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    border: 1px solid #008CD6;
    padding: 14px 14px 12px;
  }
  .area06 #authorArea h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
    background: url(../img/sp/img_area04_07.png) no-repeat left 80%;
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-bottom: 78%;
    box-sizing: border-box;
  }
  .area06 #authorArea h3 span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .area06 #authorArea p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area06 #bookArea,
  .area06 #mediaArea {
    border: 1px solid #008CD6;
    width: 100%;
    margin: 0 auto 18px;
  }
  .area06 #bookArea .pic,
  .area06 #mediaArea .pic {
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    background: #F9F7F4;
  }
  .area06 #bookArea .pic img,
  .area06 #mediaArea .pic img {
    margin: 0;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .area06 #bookArea h2,
  .area06 #mediaArea h2 {
    background: #008CD6;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #FFF;
    padding: 10px 14px;
  }
  .area06 #mediaArea h2 span {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 5px;
    font-weight: 400;
    display: block;
  }
  /* .area07 */
  .area07 {
    margin: 0 0 0;
    border-top: 3px solid #EDE7DE;
    background: #F9F7F4;
  }
  .area07 .inner {
    padding: 18px 14px 1px;
    position: relative;
    box-sizing: border-box;
  }
  .area07 .inner .h2 {
    background: url(../img/sp/tit_area06_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 34.95652%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
  }
  .area07 .label {
    background: url(../img/sp/ico_area06_01.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    width: 70px;
    height: 80px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    position: absolute;
    content: "";
    top: -2px;
    right: 0;
    text-indent: -9999px;
  }
  .area07 .label.is-2026 {
    background: url(../img/sp/ico_area06_01_2026.png) no-repeat 0 0;
    background-size: contain;
	}
  .area07 .wrap {
    position: relative;
  }
  .area07 .wrap .left {
    box-sizing: border-box;
  }
  .area07 .wrap .right {
    box-sizing: border-box;
  }
  .area07 .wrap .h3 {
    background: url(../img/sp/tit_area06_02.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 21.5942%;
    box-sizing: border-box;
    text-indent: -9999px;
    margin-bottom: 20px;
  }
  .area07 .wrap .name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .area07 .wrap .profile {
    overflow: hidden;
    padding: 0px 0 10px;
  }
  .area07 .wrap .profile .left {
    width: 45%;
    float: left;
  }
  .area07 .wrap .profile .right {
    width: 55%;
    float: right;
  }
  .area07 .wrap .profile .pic img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .area07 .wrap .icon {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    background: url(../img/sp/ico_area06_02.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: 87.89333px auto;
    padding: 50px 0 0;
  }
  .area07 .wrap .textArea {
    padding: 21px 0 0 0px;
    border-top: 1px solid #DDD;
  }
  .area07 .wrap .textArea p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 20px 0 0;
  }
  .area07 .wrap .textArea .voiceMore_btn {
	  height: 50px;
	  margin: 15px 0 30px;
	  line-height: 48px;
	  text-align: center;
	  font-size: 15px;
	  border: 1px solid #DDD;
	  background: #FFF;
	  box-sizing: border-box;
	  cursor: pointer;
  }
  .area07 .wrap .textArea .voiceMore {
	  display: none;
  }
  .area07 .wrap .h4 {
    margin: 20px 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 0 2px 12px;
    border-left: 4px solid #2FB0DF;
    box-sizing: border-box;
  }
  .area07 .wrap .pic {
	  margin-bottom: 20px;
  }
  .area07 .wrap .bgYellow {
    background: #FFFF26;
  }
    /* owner voice list */
  .ownerItem {
    margin-bottom: 50px;
  }
  .ownerItem:last-of-type {
    margin-bottom: 70px;
  }
  .ownerItem .ownerImg {
    margin-bottom: 25px;
  }
  .ownerItem .ownerInfo {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    line-height: 1.5;
  }
  .ownerItem .ownerDetail {
    font-size: 15px;
    line-height: 1.8;
  }
  .ownerItem .ownerDetail:not(.active) .ownerShowText::after {
    content: '…';
  }
  .ownerItem .ownerDetail .ownerHideText {
    display: none;
  }

  .readMoreBtn {
    margin-top: 20px;
    border: 1px solid #DDD;
    background-color: #fff;
    height: 45px;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .infoTable {
    margin: 0 0 25px;
    color: #1F1813;
  }
  .infoTable dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    margin: -1px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .infoTable dt {
    width: 26%;
    box-sizing: border-box;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #F9F7F4;
    text-align: center;
    padding: 11px 10px;
    line-height: 1.5;
  }
  .infoTable dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #FFF;
    padding: 11px 10px;
    line-height: 1.5;
  }
  .contact06 {
    height: auto;
  }
  .contact06 .inner2 {
    margin: 0 auto;
    padding: 20px 15px 18px;
  }
  .contact06 .contactBtn {
    margin: 0 auto 10px;
    display: block;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: left;
  }
  .contact06 .contactBtn:after {
    top: 50px;
  }
  .contact06 .inquiry {
    color: #FFF;
    text-align: center;
    letter-spacing: 1px;
  }
  .contact06 .inquiry p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .contact06 .inquiry .small {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .contact06 .inquiry .txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .contact06 .inquiry .tel {
    margin: 5px auto 10px;
    font-size: 32px;
    font-size: 3.2rem;
    width: 90%;
    line-height: 1.3;
  }
  .contact06 .inquiry .tel img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .contact06 .inquiry .tel a {
    color: #FFF;
  }
  .contact06 .inquiry .fax {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .area08 {
	  padding-top: 30px;
	  background: #FFF;
  }
  .area08 .inner {
    padding: 22px 14px 30px;
    position: relative;
    box-sizing: border-box;
  }
  .area08 .inner .h2 {
    background: url(../img/sp/tit_area07_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 9.02899%;
    box-sizing: border-box;
    text-indent: -9999px;
    border-bottom: 2px solid #008CD6;
    margin-bottom: 20px;
  }
  .area08 .inner .subText {
    text-align: center;
    color: #2FB0DF;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .area08 .inner .pic {
    margin: 0 auto 20px;
    text-align: center;
  }
  .area08 .inner .pic img {
    box-sizing: border-box;
    width: 33.33333%;
    height: auto;
    margin: 0 auto;
  }
  .area08 .inner .h3 {
    background: url(../img/sp/img_area07_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    background-size: 100% auto;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 21.44928%;
    box-sizing: border-box;
    text-indent: -9999px;
    margin-bottom: 20px;
  }
  .area08 .inner .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.85;
    margin: 0 0 20px;
  }
  .area08 .inner .infoTable {
    margin: 0;
  }
  .area08 .inner .infoTable dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .area08 .inner .infoTable dt {
    width: 100px;
    padding: 14px 0;
    box-sizing: border-box;
  }
  .area08 .inner .infoTable dd {
    padding: 14px;
    border-left: 1px solid #DDD;
  }
  .area08 .inner .infoTable .js-checktel {
    text-decoration: underline;
  }
  .area08 .inner .floatArea {
    position: relative;
  }
  .area08 .inner .floatArea ul {
    margin-bottom: -10px;
  }
  .area08 .inner .floatArea li {
    margin: 0 0 10px;
  }
  .area08 .inner ul:first-child {
    margin-bottom: 10px;
  }
  .area08 .inner .bank ul:first-child {
    margin-bottom: -10px;
  }
  .contact07 .inner .left {
    padding: 25px 14px 10px 90px;
    width: 100%;
    min-height: 114.34667px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    box-sizing: border-box;
    position: relative;
  }
  .contact07 .inner .left .point {
    display: none;
  }
  .contact07 .inner .left p {
    box-sizing: border-box;
    background: url(../img/sp/img_footer_01.png) no-repeat 0 0;
    background-size: contain;
    width: 217.17333px;
    height: 67.41333px;
    text-indent: -9999px;
  }
  .contact07 .inner .left:before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 13px;
    width: 63.57333px;
    height: 99.84px;
    background-image: url(../img/sp/ico_man_03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .js-checktel {
    color: #000;
  }
  .footer .inner {
    position: relative;
    padding: 20px 0 110px;
    box-sizing: border-box;
	background: #FFF;
  }
  .footer .left {
    box-sizing: border-box;
    overflow: hidden;
  }
  .footer .flogo {
    background: url(../img/sp/logo_footer_01.png) no-repeat center center;
    box-sizing: border-box;
    background-size: contain;
    width: 100%;
    height: 34.13333px;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 11.76471%;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
  }
  .footer .copyRight {
    padding: 0 14px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.5;
    color: #666;
    text-align: center;
  }
  .footer .right {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    z-index: 10;
  }
  .footer .right .floatMenu {
    position: relative;
  }
  .footer .right .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    display: block;
    z-index: 0;
  }
  .footer .right dt {
    position: relative;
    padding: 5px 0;
  }
  .footer .right dd {
    position: relative;
    z-index: 2;
  }
  .footer .right .txt {
    position: relative;
    z-index: 2;
  }
  .footer .right ul {
    overflow: hidden;
    padding: 10px 5px;
  }
  .footer .right ul li {
    width: 50%;
	padding:0 5px;
	box-sizing: border-box;
  }
  .footer .right ul li img {
	  width: 100%;
	  height: auto;
  }
  .footer .right ul .tel {
    float: left;
  }
  .footer .right ul .mail {
    float: right;
  }
  .footer .right ul li a {
	display: block;
  }
  .footer .right .top {
    background: url(../img/sp/pagetop.png) no-repeat 0 0;
    box-sizing: border-box;
    background-size: contain;
    width: 34.13333px;
    height: 34.13333px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
  }
  

/*------------------------------
#introduction
------------------------------*/
#introduction {
	padding: 59px 15px 40px;
	background: #FFF;
}
#introduction h2 {
	height: 45px;
	text-align: center;
	border-bottom: 2px solid #008CD6;
}
#introduction h2 img {
	width: 100%;
	height: auto;
	max-width: 330px;
}


/*------------------------------
#represent
------------------------------*/
#represent {
	margin-top: 25px;
	padding: 14px;
	border: 1px solid #2FB0DF;
	background: #FAFAFA url(//www.musashi-corporation.com/common/img/lp/bg_represent_01.png) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
#represent h3,
#represent div,
#represent p {
	position: relative;
	z-index: 1;
}
#represent h3 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
#represent h3 span {
	font-size: 10px;
	font-weight: normal;
}
#represent .box {
}
#represent .box .pic {
	margin-bottom: 15px;
}
#represent .box .pic img {
	width: 100%;
	height: auto;
}
#represent p {
	margin-top: 24px;
	line-height: 1.5;
	font-size: 16px;
}


/*------------------------------
#book, #media
------------------------------*/
#book,
#media {
	margin-top: 25px;
	border: 1px solid #2FB0DF;
	background: #F5F5F5;
	box-sizing: border-box;
	position: relative;
}
#book h3,
#media h3 {
	padding: 6px 0 7px 10px;
	line-height: 30px;
	background: #2FB0DF;
}
#book h3 img,
#media h3 img {
	vertical-align: middle;
}
#media h3 img {
	width: 100%;
	height: auto;
	max-width: 304px;
}
#book div,
#media div {
	text-align: center;
}
#book div {
	padding: 20px 41px 15px;
}
#media div {
	padding: 19px 19px 22px;
}
#book div img {
	width: 100%;
	height: auto;
	max-width: 301px;
}
#media div img {
	width: 100%;
	height: auto;
	max-width: 306px;
}


/*------------------------------
#aboutus
------------------------------*/
#aboutus {
	padding: 0 15px 30px;
	background: #FFF;
}
#aboutus h2 {
	padding: 62px 0 23px;
	text-align: center;
	border-bottom: 2px solid #008CD6;
}
#aboutus .txt01 {
	margin-top: 25px;
	text-align: center;
}
#aboutus .txt01:after {
	content: '';
	width: 100%;
	height: 165px;
	margin: 30px 0 32px;
	background: url(//www.musashi-corporation.com/common/img/lp/img_aboutus_02_sp.png) no-repeat 50% 0;
	background-size: 114px 165px;
	display: block;
}
#aboutus .txt01 img {
	width: 100%;
	height: auto;
	max-width: 304px;
}
#aboutus .txt02 {
	margin-bottom: 25px;
	text-align: center;
}
#aboutus .txt02 img {
	width: 100%;
	height: auto;
	max-width: 314px;
}
#aboutus .txt03 {
	margin-bottom: 50px;
	line-height: 1.8;
	font-size: 16px;
}
#aboutus .table01 {
	border-spacing: 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#aboutus .table01 th,
#aboutus .table01 td {
	line-height: 1.5;
	vertical-align: top;
	font-size: 13px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#aboutus .table01 th {
	width: 95px;
	padding: 15px 0;
	background: #F5F2EE;
}
#aboutus .table01 td {
	padding: 15px 10px;
}
#aboutus .table01 td .list li {
	margin-bottom: 20px;
}
#aboutus .table01 td .list:last-child li:last-child {
	margin-bottom: 0;
}
#aboutus .table01 td .list03 li {
	margin-bottom: 0;
}
#aboutus .table01 td .list03:last-child:after {
	content: '（順不同）';
}

/* 埋め込むLPごとの高さ */
#form.formLp1 {
  height: 2600px !important;
}
#form.formDVD {
  height: 2700px !important;
}
#form.formLp2,
#form.formLp3,
#form.formLp4,
#form.formLp5 {
  height: 2900px !important;
}
#form.formLp1912 {
  height: 2900px !important;
}

}
