@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 751px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-text-size-adjust: none;
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fontYugo {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body {
    min-width: 1000px;
  }
  p {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
  .uLink {
    color: #000;
    text-decoration: underline;
  }
  .uLink:hover {
    opacity: 1.0;
    text-decoration: none;
  }
  .onlySP {
    display: none !important;
  }
  /* ----- */
  /* .header */
  .header .headerInner {
    height: 125px;
    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;
  }
  .header .headerInner .logoArea {
    width: 530px;
    margin: 49px 0 0;
    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;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header .headerInner .logoArea li {
    line-height: 52px;
  }
  .header .headerInner .logoArea .logo {
    background: url(../img/pc/ico_header_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 362px;
    height: 50px;
    text-indent: -9999px;
    margin: 0 13px 0 0;
  }
  .header .headerInner .logoArea .logo:after {
    position: absolute;
    content: "";
    top: 12px;
    left: 364px;
    background: url(../img/pc/bg_footer_01.png) no-repeat 0 0;
    width: 1px;
    height: 29px;
  }
  .header .headerInner .logoArea .logo a {
	  display: block;
  }
  .header .headerInner .inquiry {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .header .headerInner .inquiry .tel {
	  margin-left: 50px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
  }
  .header .headerInner .inquiry .tel .num:after {
    position: absolute;
    content: "";
    top: 10px;
    left: -34px;
    width: 31px;
    height: 30px;
    background: url(../img/pc/ico_tel_01.png) no-repeat 0px 0px;
    /* background-size: 100% auto; */
  }
  .header .headerInner .inquiry .tel .label {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    position: absolute;
    top: 24px;
    /*left: 33px;*/
	right: 247px;
  }
  .header .headerInner .inquiry .tel .num {
    position: absolute;
    top: 35px;
    /*left: 35px;*/
	right: 154px;
    z-index: 1;
  }
  .header .headerInner .inquiry .fax {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    position: absolute;
    top: 58px;
    right: 5px;
    z-index: 1;
  }
  .header .headerInner .inquiry .fax .label {
    display: inline-block;
    margin: 0 3px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #EB5F5F;
  }
  .header .headerInner .inquiry .txt {
	  width: 100%;
	  text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 1;
  }
  .header .gNav {
    margin: 0 0 4px;
	display: block !important;
  }
  .header .gNav .gNav01,
  .header .gNav .gNav02 {
    background: #EEE;
    height: 50px;
    margin: 0 auto 3px;
  }
  .header .gNav .gNav01 .inner,
  .header .gNav .gNav02 .inner {
    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;
  }
  .header .gNav .gNav01 li,
  .header .gNav .gNav02 li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
  }
  .header .gNav .gNav01 li:first-child:before,
  .header .gNav .gNav02 li:first-child:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 1px;
  }
  .header .gNav .gNav01 li:after,
  .header .gNav .gNav02 li:after {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 1px;
  }
  .header .gNav .gNav01 a,
  .header .gNav .gNav02 a {
    display: block;
    color: #008CD6;
    font-size: 15px;
    font-size: 1.5rem;
	font-weight: bold;
  }
  .contact {
    height: 230px;
    background: #2FB0DF;
    border-top: 3px solid #36BEE6;
    border-bottom: 3px solid #1E93BF;
    box-sizing: border-box;
    font-weight: 400;
  }
  .contact .inner {
    width: 1000px;
    margin: 0 auto;
    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;
  }
  .contact .contactBtn {
	  width: 400px;
    display: inline-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: 24px 0 25px 39px;
    font-size: 32px;
    font-size: 3.2rem;
    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;
	box-sizing: border-box;
  }
  .contact .contactBtn span {
    color: #3489D5;
  }
  .contact .contactBtn:after {
    position: absolute;
    content: "";
    top: 59px;
    right: 29px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #4cb0de;
  }
  .contact01 .left,
  .contact03 .left,
  .contact04 .left,
  .contact07 .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact01 .right,
  .contact03 .right,
  .contact04 .right,
  .contact07 .right {
    padding: 45px 0 0;
    width: 400px;
  }
  /* .main */
  .main {
    background: url(../img/pc/bg_main_01.jpg) no-repeat center 0;
    background-size: cover;
    /* width: 100px; */
    /* height: 100px; */
  }
  .main .inner {
    background: url(../img/pc/tit_main_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 100%;
    height: 636px;
    text-indent: -9999px;
  }
  .main .inner .sub {
    display: none;
  }
  /* .contact01 */
  .contact01 .left {
    padding: 35px 0 0;
  }
  .contact01 .left .pickup {
    background: url(../img/pc/img_header_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 577px;
    height: 160px;
    text-indent: -9999px;
  }
  .contact01 .left .now {
    color: #FFF;
    padding: 0 0 0 5px;
  }
  .h2,
  .h3 {
    text-indent: -9999px;
  }
  /* .area01 */
  .area01 {
    background: url(../img/pc/bg_main_02.jpg) no-repeat center 0;
    background-size: cover;
  }
  .area01 .inner {
    height: 820px;
    padding: 59px 0 0;
    box-sizing: border-box;
  }
  .area01 .inner .h2 {
    background: url(../img/pc/tit_area01_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 96px;
  }
  .area01 .inner .h2 .slate {
    color: #0D2A56;
  }
  .area01 .inner .voice {
    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;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0 0 0;
  }
  .area01 .inner .voice .voiceList {
    background: url(../img/pc/bg_area01_01.png) no-repeat 0 0;
    width: 232px;
    height: 260px;
    margin: 21px 71px 0 0;
    color: #FFF;
    text-align: center;
  }
  .area01 .inner .voice .voiceList dt {
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 232px;
    height: 32px;
    margin: 24px 0 15px;
    text-indent: -9999px;
  }
  .area01 .inner .voice .voiceList dd {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .area01 .inner .voice .voiceList:first-child {
    margin-left: 232px;
    margin-right: 74px;
  }
  .area01 .inner .voice .voiceList:first-child dt {
    background-image: url(../img/pc/tit_area01_02.png);
  }
  .area01 .inner .voice .voiceList:nth-child(2) dt {
    background-image: url(../img/pc/tit_area01_03.png);
  }
  .area01 .inner .voice .voiceList:nth-child(3) {
    margin-left: 82px;
  }
  .area01 .inner .voice .voiceList:nth-child(3) dt {
    background-image: url(../img/pc/tit_area01_04.png);
  }
  .area01 .inner .voice .voiceList:nth-child(4) dt {
    background-image: url(../img/pc/tit_area01_05.png);
  }
  .area01 .inner .voice .voiceList:nth-child(5) dt {
    background-image: url(../img/pc/tit_area01_06.png);
  }
  .contactMan .inner {
    position: relative;
  }
  .contactMan .inner:after {
    position: absolute;
    content: "";
    top: -50px;
    left: -3px;
    width: 100px;
    height: 100px;
    background: url(../img/pc/ico_man_01.png) no-repeat 0 0;
    width: 173px;
    height: 274px;
  }
  .contact02 .inner {
    position: relative;
    padding: 40px 0 0;
  }
  .contact02 .inner .left {
    width: 558px;
  }
  .contact02 .inner .left .h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #FFF;
    padding: 5px 0 0 134px;
    text-indent: 5px;
  }
  .contact02 .inner .left .h3 strong {
    text-indent: -9999px;
    margin: 10px 0 0;
    display: block;
    position: relative;
    background: url(../img/pc/tit_area01_07.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 392px;
    height: 96px;
    z-index: 5;
  }
  .contact02 .inner .right {
    width: 442px;
    position: relative;
    padding: 11px 0 0 97px;
    color: #FFF;
    box-sizing: border-box;
  }
  .contact02 .inner .right p {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.56;
  }
  .contact02 .inner .right .point {
    position: absolute;
    left: 0;
    top: 40px;
    background: url(../img/pc/ico_point_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 78px;
    height: 70px;
    text-indent: -9999px;
  }
  /* .area02 */
  .area02 .inner {
    padding: 71px 0 0;
  }
  .area02 .inner .h2 {
    height: 250px;
    background: url(../img/pc/tit_area02_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 96px;
    padding: 0 0 9px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 21px;
  }
  .area02 .num {
    background: #FFFF26;
    color: #2FB0DF;
    font-size: 20px;
    padding: 5px 30px 4px;
    margin: 0 0 16px;
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .area02 .txt {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0 0 0 1px;
    line-height: 1.55;
    color: #002C57;
  }
  .area02 .txt strong {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    color: #2CB0DF;
    letter-spacing: 1px;
  }
  .area02 .merit01 {
    background: url(../img/pc/img_area01_01.png) no-repeat right 84px;
    /* background-size: 100% auto; */
    /* width: 100px; */
    /* height: 100px; */
  }
  .area02 .merit01 .inner {
    padding: 120px 0 80px;
  }
  .area02 .merit01 .inner .h3 {
    height: 250px;
    background: url(../img/pc/tit_area02_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 400px;
    height: 170px;
    margin: 0 0 30px;
  }
  .area02 .merit01 .inner .seminar {
    margin: 22px 0 0;
    border: 2px solid #2FB0DF;
    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;
    justify-content: center;
  }
  .area02 .merit01 .inner .seminar dt {
    width: 299px;
    text-align: center;
    color: #FFF;
    background: #2FB0DF;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 100px 0 0;
    box-sizing: border-box;
  }
  .area02 .merit01 .inner .seminar dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 36px 32px 28px 36px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #2FB0DF;
  }
  .area02 .merit01 .inner .seminar li:last-child {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 11px 0 0;
  }
  .area02 .merit02 {
    background: url(../img/pc/img_area01_02.png) no-repeat left 0;
  }
  .area02 .merit02 .inner {
    padding: 34px 0 80px 405px;
    box-sizing: border-box;
    position: relative;
  }
  .area02 .merit02 .inner .h3 {
    height: 250px;
    background: url(../img/pc/tit_area02_03.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 400px;
    height: 170px;
    margin: 0 0 30px;
  }
  .area02 .merit02 .inner .txt strong {
    line-height: 1.4;
  }
  .area02 .merit02 .inner .note {
    position: absolute;
    top: 435px;
    left: 0;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFF;
    /* for modan browser */
    text-shadow: 0px 2px 2px #666,0px 0px 2px #666,2px 0px 2px #666,0px -2px 2px #666,-2px -2px 2px #666,-2px 0px 2px #666;
    /* 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 .inner .listTableArea {
    margin: 22px 0 0 -405px;
    background: #fff;
    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;
  }
  .area02 .merit02 .inner .listTableArea .listTableHeader {
    width: 200px;
    background: #2FB0DF;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 50px 5px 0;
    box-sizing: border-box;
  }
  .area02 .merit02 .inner .listTableArea .listTableHeader .listTable {
    text-align: center;
    line-height: 69px;
  }
  .area02 .merit02 .inner .listTableArea .listTableHeader .listTable li {
    position: relative;
  }
  .area02 .merit02 .inner .listTableArea .listTableHeader .listTable li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 6px;
    right: 4px;
    height: 1px;
    background: #FFF;
  }
  .area02 .merit02 .inner .listTableArea .listTableBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
  }
  .area02 .merit02 .inner .listTableArea .list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea dt {
    line-height: 50px;
    color: #FFF;
    background: #2FB0DF;
    font-size: 16px;
    font-size: 1.6rem;
    height: 50px;
    position: relative;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea dt:after {
    position: absolute;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 1px;
    background: #FFF;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea dd {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 68px;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea .listTable {
    display: block;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea .listTable .left {
    display: none;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea .listTable .right {
    display: block;
    color: #2FB0DF;
    border-right: 1px solid #2FB0DF;
    border-top: 1px solid #2FB0DF;
  }
  .area02 .merit02 .inner .listTableArea .list .listArea .listTable li:first-child .right {
    border-top: none;
  }
  .area02 .merit02 .inner .listTableArea .list:nth-child(1) li:last-child .right,
  .area02 .merit02 .inner .listTableArea .list:nth-child(2) li:last-child .right,
  .area02 .merit02 .inner .listTableArea .list:nth-child(3) li:last-child .right {
    border-bottom: 2px solid #2FB0DF;
  }
  .area02 .merit02 .inner .listTableArea .list:nth-child(3) .listTable .right {
    border-right: none;
  }
  .area02 .merit02 .inner .listTableArea .list:last-child {
    border: 2px solid #EB5F5F;
    position: relative;
    z-index: 2;
  }
  .area02 .merit02 .inner .listTableArea .list:last-child .listArea dt {
    background: #EB5F5F;
    height: 48px;
  }
  .area02 .merit02 .inner .listTableArea .list:last-child .listArea dt:after {
    display: none;
  }
  .area02 .merit02 .inner .listTableArea .list:last-child .listTable .right {
    color: #EB5F5F;
	font-weight: bold;
    border-right: none;
    border-top: 1px solid #EB5F5F;
  }
  .area02 .merit03 {
    background: url(../img/pc/img_area01_03.jpg) no-repeat right 0;
    margin: 0 0 80px;
  }
  .area02 .merit03 .inner {
    padding: 36px 0 0;
    position: relative;
  }
  .area02 .merit03 .inner .h3 {
    background: url(../img/pc/tit_area02_04.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 400px;
    height: 170px;
    margin: 0 0 30px;
  }
  .area02 .merit03 .inner .txt {
    width: 608px;
    line-height: 1.6;
  }
  .area02 .merit03 .inner .txt strong {
    line-height: 1.3;
  }
  .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 .staffInner {
    padding: 30px 28px 22px 36px;
    position: relative;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staffWrap {
    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;
    flex-wrap: wrap;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff {
    border: 1px solid #2FB0DF;
    width: 299px;
    margin: 0 0 20px 15px;
    box-sizing: border-box;
    padding: 216px 13px 18px 13px;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    height: 40px;
    color: #008CD6;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    color: #003872;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff:first-child {
    margin-left: 0;
    background: url(../img/pc/img_area01_08.png) no-repeat center 0;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff:nth-child(2) {
    background: url(../img/pc/img_area01_05.png) no-repeat center 0;
  }
  .area02 .merit03 .inner .staffArea .staffInner .staff:nth-child(3) {
    background: url(../img/pc/img_area01_09.png) no-repeat center 0;
  }
  .area02 .merit03 .inner .staffArea .staffInner .subtxt {
    text-align: right;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #003872;
  }
  .area02 .merit04 {
    background: url(../img/pc/img_area01_07.jpg) no-repeat left 0;
  }
  .area02 .merit04 .inner {
    padding: 34px 0 80px 405px;
    box-sizing: border-box;
  }
  .area02 .merit04 .inner .h3 {
    height: 250px;
    background: url(../img/pc/tit_area02_05.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 400px;
    height: 170px;
    margin: 2px 0 30px;
  }
  .area02 .merit04 .inner .txt strong {
    line-height: 1.4;
  }
  .area02 .merit04 .inner .storyArea {
    margin: 21px 0 5px -405px;
  }
  .area02 .merit04 .inner .storyArea .h4 {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #008CD6;
    border-left: 25px solid #008CD6;
    padding-left: 12px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea {
    border: 2px solid #2FB0DF;
    border-right: 1px solid #2FB0DF;
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableHeader .storyTable {
    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;
    background: #2FB0DF;
    color: #FFF;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableHeader .storyTable li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    height: 55px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableHeader .storyTable li p {
    font-size: 1.6rem;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableHeader .storyTable li span {
    display: block;
    font-size: 12px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableHeader .storyTable li:after {
    position: absolute;
    content: "";
    top: 4px;
    bottom: 5px;
    left: -1px;
    width: 1px;
    background: #FFF;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .storyTableHeader .storyTable li:first-child:after {
    display: none;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable {
    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;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    line-height: 68px;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .left {
    display: none;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .right {
    display: block;
    color: #2FB0DF;
    border-right: 1px solid #2FB0DF;
    border-top: 1px solid #2FB0DF;
  }
  .area02 .merit04 .inner .storyArea .storyTableArea .story .storyTable .right.longStr {
    font-size: 14px;
  }
  .area02 .merit04 .inner .storyArea .subtxt {
    text-align: right;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #2FB0DF;
    margin: 0 0 27px;
  }
  .contact03 .left {
    padding: 34px 23px 0 185px;
  }
  .contact03 .left p {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.56;
    color: #fff;
  }
  .contact03 .point {
    position: absolute;
    left: 87px;
    top: 80px;
    background: url(../img/pc/ico_point_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 78px;
    height: 70px;
    text-indent: -9999px;
    z-index: 3;
  }
  /* .area03 */
  .area03 {
    margin: 0 0 89px;
  }
  .area03 .inner {
    padding: 79px 0 0;
  }
  .area03 .inner .h2 {
    height: 250px;
    background: url(../img/pc/tit_area03_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 96px;
    padding: 0 0 9px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 21px;
  }
  .area03 .inner .flowArea .flow:before {
    position: absolute;
    bottom: -19px;
    left: 24px;
    width: 37px;
    height: 26px;
    border-left: 10px solid #2FB0DF;
    content: "";
    z-index: 2;
  }
  .area03 .inner .flowArea .flow:after {
    position: absolute;
    bottom: -49px;
    left: 12px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 18px solid transparent;
    border-top: 19px solid #2FB0DF;
    content: "";
    z-index: 2;
  }
  .area03 .inner .flowArea .flow {
    display: table;
    width: 100%;
	height: 100px;
    border: 1px solid #2FB0DF;
    border-radius: 5px;
    margin: 0 0 22px;
    box-sizing: border-box;
    position: relative;
  }
  .area03 .inner .flowArea .flow dt {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
    background: #EAF7FC;
    color: #008CD6;
    border-radius: 5px 0 0 5px;
    padding-left: 64px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
  }
  .area03 .inner .flowArea .flow dt .num {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    font-size: 40px;
    font-size: 4.0rem;
	font-weight: normal;
  }
  .area03 .inner .flowArea .flow dd {
    display: table-cell;
    vertical-align: middle;
    padding: 13px 15px 11px 27px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    color: #39373F;
    line-height: 1.2;
  }
  .area03 .inner .flowArea .flow .performance {
    border: 1px solid #008CD6;
    width: 98%;
    overflow: hidden;
    margin: 43px 0 0;
    box-sizing: border-box;
    padding: 40px 10px 12px 22px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    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: 6px 28px 5px;
  }
  .area03 .inner .flow:nth-child(1) {
    background: url(../img/pc/img_area03_01.png) no-repeat right 0;
  }
  .area03 .inner .flow:nth-child(2) {
    background: url(../img/pc/img_area03_02.png) no-repeat right 0;
    min-height: 102px;
  }
  .area03 .inner .flow:nth-child(3) {
    background: url(../img/pc/img_area03_03.png) no-repeat 820px 8px;
    min-height: 132px;
    margin-top: -2px;
  }
  .area03 .inner .flow:nth-child(4) {
    background: url(../img/pc/img_area03_04.png) no-repeat right 0;
    min-height: 102px;
    margin-top: -1px;
  }
  .area03 .inner .flow:nth-child(5) {
    background: url(../img/pc/img_area03_05.png) no-repeat 820px 8px;
    margin-top: -2px;
    min-height: 132px;
  }
  .area03 .inner .flow:nth-child(6) {
    background: url(../img/pc/img_area03_06.png) no-repeat right 0;
    margin-top: -3px;
  }
  .area03 .inner .flow:nth-child(7) {
    background: url(../img/pc/img_area03_07.png) no-repeat right 0;
    margin-top: -1px;
    min-height: 102px;
  }
  .area03 .inner .flow:nth-child(8) {
    background: url(../img/pc/img_area03_08.png) no-repeat right 0;
    margin-top: -2px;
    min-height: 102px;
  }
  .area03 .inner .flow:nth-child(8):before,
  .area03 .inner .flow:nth-child(8):after {
    display: none;
  }
  /* .area04 */
  .area04 {
    background: url(../img/pc/bg_area03_01.jpg) no-repeat center 0;
    background-size: cover;
  }
  .area04 .inner {
    padding: 80px 0 42px;
  }
  .area04 .inner .h2 {
    height: 250px;
    background: url(../img/pc/tit_area03_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 96px;
    padding: 0 0 1px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 35px;
  }
  .area04 .inner .characteristicArea {
    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;
    flex-wrap: wrap;
    margin: 0 0 14px;
  }
  .area04 .inner .characteristicArea .characteristic {
    width: 490px;
    margin: 0 0 16px 20px;
    box-sizing: border-box;
    padding: 16px 20px 18px 20px;
    border: 1px solid #348AD5;
    background: #2FB0DF;
  }
  .area04 .inner .characteristicArea .characteristic dt {
    height: 120px;
    padding: 17px 0 0 10px;
    box-sizing: border-box;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
  }
  .area04 .inner .characteristicArea .characteristic dt strong {
    color: #FFFF26;
  }
  .area04 .inner .characteristicArea .characteristic dd {
    height: 308px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .area04 .inner .characteristicArea .characteristic dd strong {
    background: #FFFF26;
    font-size: 30px;
    font-size: 3.0rem;
  }
  .area04 .inner .characteristicArea .characteristic dd .pic {
    margin: 8px 0 0;
    display: block;
    text-align: center;
  }
  .area04 .inner .characteristicArea .characteristic:nth-child(1) .pic {
    margin: 12px 0 0;
  }
  .area04 .inner .characteristicArea .characteristic:nth-child(2) dt {
    padding-top: 35px;
  }
  .area04 .inner .characteristicArea .characteristic:nth-child(2) .pic {
    margin: 8px 0 0 -12px;
  }
  .area04 .inner .characteristicArea .characteristic:nth-child(3) .pic {
    margin: 20px 0 0;
  }
  .area04 .inner .characteristicArea .characteristic:nth-child(3) dt,
  .area04 .inner .characteristicArea .characteristic:nth-child(4) dt {
    height: 118px;
  }
  .area04 .inner .characteristicArea .characteristic:nth-child(odd) {
    margin-left: 0;
  }
  .area04 .inner .characteristicPointArea {
    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;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint {
    width: 480px;
    margin: 0 0 16px 40px;
    box-sizing: border-box;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint dt {
    background: #466894;
    color: #FFF;
    padding: 0 20px;
    text-align: center;
    height: 76px;
    line-height: 76px;
    box-sizing: border-box;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint dd {
    background: #FFF;
    color: #143671;
    border: 8px solid #466894;
    border-top: none;
    height: 127px;
    font-weight: 700;
    line-height: 1.3;
    padding: 22px 0 0 130px;
    box-sizing: border-box;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint:first-child {
    margin-left: 0;
    position: relative;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint:first-child dd {
    padding-left: 105px;
  }
  .area04 .inner .characteristicPointArea .characteristicPoint:first-child :after {
    position: absolute;
    content: "";
    top: 30px;
    right: -93px;
    width: 100px;
    height: 100px;
    background: url(../img/pc/ico_area03_plus.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 147px;
    height: 146px;
  }
  .area04 .inner .characteristicText {
    background: url(../img/pc/tit_area03_03.png) no-repeat 0 0;
    width: 838px;
    height: 140px;
    margin: 0 auto;
    text-indent: -9999px;
    position: relative;
    top: -23px;
  }
  .contact04 .left {
    padding: 44px 23px 0 185px;
  }
  .contact04 .left p {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.56;
    color: #fff;
  }
  .contact04 .point {
    position: absolute;
    left: 87px;
    top: 80px;
    background: url(../img/pc/ico_point_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 78px;
    height: 70px;
    text-indent: -9999px;
    z-index: 3;
  }
  /* .area05 */
  .area05 {
    padding: 67px 0 80px;
  }
  .area05 .inner .h2sub {
    text-indent: -999px;
    height: 250px;
    background: url(../img/pc/tit_area04_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 85px;
  }
  .area05 .inner .h2 {
    background: url(../img/pc/tit_area04_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 96px;
    padding: 0 0 12px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 56px;
  }
  .area05 .inner .purposeArea {
    border: 1px solid #2FB0DF;
    margin: 0 0 23px;
  }
  .area05 .inner .purposeArea .purpose {
    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;
  }
  .area05 .inner .purposeArea .purpose dt {
    width: 189px;
    text-align: center;
    padding: 127px 0 0;
    box-sizing: border-box;
    background: #2FB0DF;
  }
  .area05 .inner .purposeArea .purpose dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 28px 24px 19px 27px;
    box-sizing: border-box;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 2px;
    color: #2DB0DF;
  }
  .area05 .inner .purposeArea .purpose dd strong {
    color: #003872;
  }
  .area05 .inner .purposeArea .purpose .num {
    background: #FFFF26;
    color: #2FB0DF;
    padding: 6px 16px 5px;
    margin: 0 auto 19px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area05 .inner .purposeArea .purpose .h3 {
    text-indent: -9999px;
    display: inline-block;
    margin: 0 auto;
  }
  .area05 .inner .purpose01 .purpose {
    min-height: 361px;
  }
  .area05 .inner .purpose01 .purpose .h3 {
    background: url(../img/pc/tit_area04_03.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 132px;
    height: 40px;
  }
  .area05 .inner .purpose01 .purpose dt {
    padding: 127px 0 0;
  }
  .area05 .inner .purpose01 .purpose .pic {
    margin: 20px 0 0;
  }
  .area05 .inner .purpose02 .purpose .h3 {
    background: url(../img/pc/tit_area04_04.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 87px;
    height: 40px;
  }
  .area05 .inner .purpose02 .purpose dt {
    padding: 69px 0 0;
  }
  .area05 .inner .purpose02 .purpose .pic {
    margin: 18px 0 0;
  }
  .area05 .inner .purpose03 {
    border: 2px solid #EB5F60;
    margin-top: -2px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .area05 .inner .purpose03 .purpose .point {
    background: url(../img/pc/img_area04_03.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 77px;
    height: 85px;
    margin: 0 auto;
    display: inline-block;
    text-indent: -9999px;
  }
  .area05 .inner .purpose03 .purpose .num {
    padding: 6px 13px 5px;
    margin: 20px auto 32px;
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .area05 .inner .purpose03 .purpose .h3 {
    background: url(../img/pc/tit_area04_05.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 129px;
    height: 58px;
  }
  .area05 .inner .purpose03 .purpose dt {
    background: #EB5F60;
  }
  .area05 .inner .purpose03 .purpose dd li {
    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;
  }
  .area05 .inner .purpose03 .purpose dd li .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .area05 .inner .purpose03 .purpose dd li .left strong {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.2;
    padding-left: 34px;
    display: inline-block;
    margin: 0 0 11px;
    letter-spacing: 1px;
    position: relative;
    color: #3489D5;
  }
  .area05 .inner .purpose03 .purpose dd li .left strong:after {
    position: absolute;
    content: "";
    top: 4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background: url(../img/pc/ico_area04_05.png) no-repeat 0 0;
    width: 30px;
    height: 29px;
  }
  .area05 .inner .purpose03 .purpose dd li .right {
    width: 397px;
    text-align: right;
  }
  .area05 .inner .purpose03 .purpose dd li:nth-child(1) {
    background: url(../img/pc/bg_area04_04.png) no-repeat 0 bottom;
    /* background-size: 100% auto; */
    /* width: 100px; */
    /* height: 100px; */
    padding: 0 0 32px;
    margin: 0 auto 26px;
  }
  .area05 .inner .purpose03 .purpose dd li:nth-child(2) strong:after {
    background: url(../img/pc/ico_area04_06.png) no-repeat 0 0;
  }
  .area05 .inner .purpose03 .purpose .txt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #39373F;
  }
  .area05 .inner .purpose04 .purpose dt {
    padding: 70px 0 0;
  }
  .area05 .inner .purpose04 .purpose dd {
    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;
    padding-bottom: 14px;
  }
  .area05 .inner .purpose04 .purpose dd .h4 {
    line-height: 1.2;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    color: #3489D5;
  }
  .area05 .inner .purpose04 .purpose dd .txt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #39373F;
  }
  .area05 .inner .purpose04 .purpose dd .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .area05 .inner .purpose04 .purpose dd .h4 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: 0;
  }
  .area05 .inner .purpose04 .purpose dd .right {
    width: 397px;
    text-align: right;
  }
  .area05 .inner .purpose04 .purpose .h3 {
    background: url(../img/pc/tit_area04_06.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 161px;
    height: 40px;
  }
  .contact05 .left {
    padding: 44px 23px 0 185px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
  }
  .contact05 .left p {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.56;
    color: #fff;
  }
  .contact05 .point {
    position: absolute;
    left: 87px;
    top: 80px;
    background: url(../img/pc/ico_point_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 78px;
    height: 70px;
    text-indent: -9999px;
    z-index: 3;
  }
  .contact05 .right {
    width: 400px;
    padding-top: 44px;
  }
  .area06 {
    margin: 0 0 0;
    /*============================
    #authorArea
    ============================*/
    /*============================
    #bookArea
    ============================*/
  }
  .area06 .inner {
    padding: 58px 0 54px;
    position: relative;
  }
  .area06 .inner .h2 {
    height: 250px;
    background: url(../img/pc/tit_area05_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 31px;
    padding: 0 0 20px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 55px;
  }
  .area06 #authorArea {
    width: 1000px;
    margin: 33px auto 0;
    box-sizing: border-box;
    background: url(../img/pc/bg_area04_01.png) no-repeat left top;
    height: 450px;
    padding: 25px 30px 25px 335px;
    color: #1F1813;
    position: relative;
    color: #1F1813;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .area06 #authorArea h3 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 22px;
    line-height: 29px;
  }
  .area06 #authorArea h3 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .area06 #authorArea p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area06 #bookArea {
    background: url(../img/pc/bg_area04_02.png) no-repeat;
    width: 1000px;
    height: 334px;
    margin: 20px auto 30px;
  }
  .area06 #bookArea h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    padding: 22px 0 0 15px;
  }
  .area06 #mediaArea {
    background: url(../img/pc/bg_area04_03.png) no-repeat;
    width: 1000px;
    height: 330px;
  }
  .area06 #mediaArea h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    padding: 10px 0 0 15px;
  }
  .area06 #mediaArea h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 10px;
    font-weight: 400;
  }
  /* .area07 */
  .area07 {
    margin: 0 0 0;
    border-top: 3px solid #EDE7DE;
    background: #F9F7F4;
  }
  .area07 .inner {
    padding: 58px 0 16px;
    position: relative;
  }
  .area07 .inner .h2 {
    height: 250px;
    background: url(../img/pc/tit_area06_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 136px;
    padding: 0 0 31px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 80px;
  }
  .area07 .label {
    background: url(../img/pc/ico_area06_01.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 143px;
    height: 188px;
    position: absolute;
    content: "";
    top: -7px;
    right: 0;
    text-indent: -9999px;
  }
  .area07 .label.is-2026 {
    background: url(../img/pc/ico_area06_01_2026.png) no-repeat 0 0;
	}
  .area07 .wrap {
    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;
    padding: 0 25px 0 23px;
  }
  .area07 .wrap .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 38px 0 0;
    box-sizing: border-box;
  }
  .area07 .wrap .right {
    width: 238px;
    box-sizing: border-box;
  }
  .area07 .wrap .h3 {
    background: url(../img/pc/tit_area06_02.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 495px;
    height: 136px;
    margin: 5px 0 22px;
    text-indent: -9999px;
  }
  .area07 .wrap .name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .area07 .wrap .icon {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 26px;
    padding-left: 157px;
    background: url(../img/pc/ico_area06_02.png) no-repeat 0 0;
    height: 18px;
  }
  .area07 .wrap .textArea {
    padding: 21px 0 0 2px;
    border-top: 1px solid #DDD;
  }
  .area07 .wrap .textArea p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 33px;
  }
  .area07 .wrap .h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 0 2px 5px;
    border-left: 4px solid #2FB0DF;
  }
  .area07 .wrap .pic {
    margin: 0 0 23px;
  }
  .area07 .wrap .bgYellow {
    background: #FFFF26;
  }
  .infoTable {
    margin: 0 0 20px;
    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: 12px;
    font-size: 1.2rem;
  }
  .infoTable dt {
    width: 70px;
    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: 8px 10px 7px;
  }
  .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-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #FFF;
    padding: 8px 10px 7px;
  }
  /* owner voice list */
  .ownerItem {
    margin-bottom: 115px;
  }
  .ownerItem:last-of-type {
    margin-bottom: 70px;
  }
  .ownerItem .ownerImg {
    margin-bottom: 30px;
  }
  .ownerItem .ownerInfo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 1.5;
  }
  .ownerItem .ownerDetail {
    font-size: 16px;
    line-height: 1.8;
  } 

  .contact06 {
    height: auto;
  }
  .contact06 .inner2 {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 35px;
  }
  .contact06 .contactBtn {
    width: 954px;
    margin: 0 auto 10px;
    display: block;
    font-size: 47px;
    font-size: 4.7rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    padding: 38px 81px 38px 39px;
    box-sizing: border-box;
  }
  .contact06 .contactBtn:after {
    top: 50px;
  }
  .contact06 .inquiry {
    background: url(../img/pc/img_area06_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 743px;
    height: 124px;
    margin: 0 auto;
  }
  .contact06 .inquiry p {
    display: none;
  }
  .area08 .inner {
    padding: 89px 0 85px;
    position: relative;
  }
  .area08 .inner .h2 {
    background: url(../img/pc/tit_area07_01.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 1000px;
    height: 31px;
    padding: 0 0 21px;
    border-bottom: 3px solid #008CD6;
    margin: 0 0 49px;
  }
  .area08 .inner .subText {
    text-align: center;
    color: #2FB0DF;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
    margin: 0 0 31px;
  }
  .area08 .inner .pic {
    margin: 0 auto 40px;
    text-align: center;
  }
  .area08 .inner .h3 {
    background: url(../img/pc/img_area07_02.png) no-repeat center 0;
    /* background-size: 100% auto; */
    width: 498px;
    height: 115px;
    margin: 0 auto 43px;
    text-indent: -9999px;
  }
  .area08 .inner .txt {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.85;
    margin: 0 0 36px;
  }
  .area08 .inner .infoTable {
    margin: 0 24px 0 26px;
  }
  .area08 .inner .infoTable dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .area08 .inner .infoTable dt {
    width: 190px;
    padding: 15px 10px;
  }
  .area08 .inner .infoTable dd {
    padding: 15px 10px 15px 32px;
  }
  .area08 .inner .floatArea {
    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;
  }
  .area08 .inner .floatArea ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: -10px;
  }
  .area08 .inner .floatArea li {
    margin: 0 0 10px;
  }
  .contact07 .left {
    padding: 44px 23px 0 185px;
    background: url(../img/pc/img_footer_02.png) no-repeat 188px 48px;
    /* background-size: 100% auto; */
    /* width: 100px; */
    /* height: 100px; */
  }
  .contact07 .left p {
    display: none;
    color: #fff;
  }
  .footer .inner {
    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;
    padding: 29px 0 10px;
    box-sizing: border-box;
  }
  .footer .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
  }
  .footer .flogo {
    background: url(../img/pc/logo_footer_01.png) no-repeat 0 center;
    width: 339px;
    height: 50px;
    text-indent: -9999px;
    display: inline-block;
    float: left;
    position: relative;
  }
  .footer .flogo:after {
    position: absolute;
    content: "";
    top: 12px;
    left: 364px;
    background: url(../img/pc/bg_footer_01.png) no-repeat 0 0;
    width: 1px;
    height: 29px;
  }
  .footer .copyRight {
    float: left;
    line-height: 55px;
    padding: 0 0 0 43px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666;
  }
  .footer .right {
    width: 56px;
  }
  .footer .right .top {
    background: url(../img/pc/ico_footer_top.png) no-repeat 0 0;
    /* background-size: 100% auto; */
    width: 36px;
    height: 43px;
    text-indent: -9999px;
    display: inline-block;
  }
  
  



/*------------------------------
#introduction
------------------------------*/
#introduction {
	width: 1000px;
  margin: 0 auto;
  padding-top: 98px;
	padding-bottom: 54px;
}
#introduction h2 {
	padding-bottom: 21px;
	text-align: center;
	border-bottom: 2px solid #008CD6;
}


/*------------------------------
#represent
------------------------------*/
#represent {
	height: 450px;
	margin-top: 55px;
	padding: 24px 0 0 335px;
	border: 1px solid #2FB0DF;
	background: #F5F5F5;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
#represent:before {
	content: '';
	width: 0;
	top: 0;
	border: solid;
	border-width: 239px 164px;
	border-color: #FFF transparent transparent #FFF;
	position: absolute;
	left: 0;
	top: 0;
}
#represent h3,
#represent div,
#represent p {
	position: relative;
	z-index: 1;
}
#represent h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
#represent h3 span {
	font-size: 16px;
	font-weight: normal;
}
#represent .box {
	position: absolute;
	left: 24px;
	top: 24px;
}
#represent .box .pic {
	margin-bottom: 15px;
}
#represent p {
	margin-top: 24px;
	line-height: 1.5;
	font-size: 16px;
}


/*------------------------------
#book, #media
------------------------------*/
#book,
#media {
	margin-top: 50px;
	border: 1px solid #2FB0DF;
	background: #F5F5F5;
	box-sizing: border-box;
	position: relative;
}
#book h3,
#media h3 {
	height: 52px;
	padding-left: 16px;
	line-height: 52px;
	background: #2FB0DF;
}
#book h3 img,
#media h3 img {
	vertical-align: middle;
}
#book div {
	padding: 10px 0 4px 0;
  text-align: center;
}
#book div:before {
	/*content: '';*/
	width: 215px;
	height: 331px;
	background: url(/common/img/lp/img_book_02.png) no-repeat 0 0;
	display: block;
	position: absolute;
	right: 21px;
	top: -11px;
}
#media div {
	padding: 13px 0 11px 32px;
}

/*------------------------------
#aboutus
------------------------------*/
#aboutus {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 85px;
}
#aboutus h2 {
	padding: 79px 0 22px;
	text-align: center;
	border-bottom: 2px solid #008CD6;
}

#aboutus .txt01 {
	margin-top: 53px;
	text-align: center;
}
#aboutus .txt02 {
	margin-top: 39px;
	text-align: center;
}
#aboutus .txt02:before {
	content: '';
	width: 100%;
	height: 313px;
	background: url(//www.musashi-corporation.com/common/img/lp/img_aboutus_02.png) no-repeat 50% 0;
	display: block;
}

#aboutus .txt03 {
	margin-top: 40px;
	line-height: 1.8;
	text-align: center;
	font-size: 16px;
}

#aboutus .table01 {
	width: 950px;
	margin: 40px auto 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-spacing: 0;
}
#aboutus .table01 th,
#aboutus .table01 td {
	padding: 15px 10px;
	line-height: 1.4;
	font-size: 14px;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#aboutus .table01 th {
	width: 170px;
	background: #F9F7F4;
	vertical-align: top;
}
#aboutus .table01 td {
	padding-left: 30px;
}

#aboutus .table01 td .list {
	padding-right: 50px;
	line-height: 20px;
	float: left;
	box-sizing: border-box;
}
#aboutus .table01 td .list li {
	margin-bottom: 20px;
}

#aboutus .table01 td .list01 li:nth-child(3) {
	margin-bottom: 0;
}
#aboutus .table01 td .list02 li:nth-child(2) {
	margin-bottom: 0;
}
#aboutus .table01 td .list03 {
	padding-bottom: 20px;
	position: relative;
}
#aboutus .table01 td .list03:last-child:after {
	content: '（順不同）';
	position: absolute;
	left: 0;
	bottom: 0;
}
#aboutus .table01 td .list03 li {
	margin-bottom: 0;
}
#aboutus .table01 td .list03 li:nth-child(3) {
	margin-bottom: 0;
}
/* 埋め込むLPごとの高さ */
#form.formLp1 {
  height: 2500px !important;
}
#form.formDVD {
  height: 2000px !important;
}
#form.formLp2,
#form.formLp3,
#form.formLp4 {
  height: 2100px !important;
}

#form.formLp5 {
  height: 2150px !important;
}
#form.formLp1912 {
  height: 2200px !important;
}

}
