.cmnBgBlock {
  overflow: hidden; }
  .cmnBgBlock,
  .cmnBgBlock span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center top;
    background-size: cover; }
  .cmnBgBlock--skew {
    transform-origin: 50% 50%; }
    .cmnBgBlock--skew span {
      top: -50%;
      height: 200%;
      transform-origin: 50% 50%;
      background-size: cover; }
  .cmnBgBlock img {
    display: none; }

@media only screen and (min-width: 769px) {
  .cmnBgBlock--skew {
    transform: skewY(-3deg); }
    .cmnBgBlock--skew span {
      transition: background .02s linear;
      transform: skewY(3deg);
      background-attachment: fixed;
      background-position: 0 20vh; } }

@media only screen and (max-width: 768px) {
  .cmnBgBlock--skew {
    transform: skewY(-5deg); }
    .cmnBgBlock--skew span {
      transform: skewY(5deg); } }

/* ----------------------------------------------------- */
.modBtnListBlock .itemList:after {
  display: block;
  clear: both;
  content: ''; }

.btn_contact{
	margin: 1.5em 0;
}

.modBtnListBlock .itemList > li,
 .btn_contact a{
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ee771b !important;  }
  .modBtnListBlock .itemList > li a,
  .btn_contact a{
    display: block;
    text-decoration: none;
    color: inherit;
    border: solid #ee771b;
    background-color: #fff; }
    .modBtnListBlock .itemList > li a:hover,
    .btn_contact a:hover{
      opacity: 0.75; }
  .modBtnListBlock .itemList > li img,
  .btn_contact a img {
    vertical-align: middle; }

  .mv_btn li{
    margin-top: 1rem;
    font-size: 2.2rem!important;
  }
  .mv_btn a{
    color: #FFF!important;
    background-color: #ee771b!important;
    padding: 24px!important;
  }

  @media only screen and (max-width: 768px) {
    .mv_btn {
      font-size: 4vw; }
    }


@media only screen and (min-width: 769px) {
  .modBtnListBlock .itemList {
  	text-align: center;
    /*padding: 0 10px;*/ }
    .modBtnListBlock .itemList > li {
      /*float: left;*/
      width: 40%;
      margin: 0 .5%;
      display: inline-block;
      font-size: 16px;
      font-size: 2.2rem; }
      /*.modBtnListBlock .itemList > li:nth-child(2n) {
        float: right; }*/
      .modBtnListBlock .itemList > li a,
      .btn_contact a{
        padding: 18px;
        border-width: 3px;
        border-radius: 40px; }
      .modBtnListBlock .itemList > li img,
      .btn_contact a img {
        width: auto;
        height: 32px;
        margin-top: -3px;
        margin-right: 10px; }
      .column2{
        margin-top: 15px;
        margin-bottom: 50px;
      }
      .column2 li{
        width: 48%!important;
      } }

@media only screen and (max-width: 768px) {
  .modBtnListBlock .itemList > li {
    margin-top: 2.6666666667vw;
    font-size: 15px;
    font-size: 4vw; }
    .modBtnListBlock .itemList > li br{
    	display: inline-block;
    }
    .modBtnListBlock .itemList > li:first-child {
      margin-top: 0; }
    .modBtnListBlock .itemList > li a,
    .btn_contact a{
      padding: 3.4666666667vw 2.6666666667vw;
      border-width: 0.5333333333vw;
      border-radius: 10.6666666667vw; }
    .modBtnListBlock .itemList > li img,
    .btn_contact a img {
      width: 5.8666666667vw;
      margin-top: -0.8vw;
      margin-right: 1.3333333333vw; } 
    .column2{
      margin-top: 2.6666666667vw;
      margin-bottom: 9.3333333333vw;
    }
    }

/* ----------------------------------------------------- */
.kvSect {
  position: relative;
  background-color: #586969; }
  .kvSect .bgBlock,
  .kvSect .bgBlock .itemList,
  .kvSect .bgBlock .itemList > li,
  .kvSect .bgBlock .itemList > li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover; }
  .kvSect .bgBlock .itemList > li {
    display: none; }
    .kvSect .bgBlock .itemList > li:first-child {
      display: block; }
  .kvSect .bgBlock .itemList.slideInit {
    pointer-events: none; }
    .kvSect .bgBlock .itemList.slideInit > li {
      transition: ease 1s opacity;
      display: block;
      opacity: 0; }
      .kvSect .bgBlock .itemList.slideInit > li.active {
        opacity: 1; }
  .kvSect .bgBlock img {
    display: none; }
  .kvSect .titBlock {
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: rgba(238, 119, 27, 0.9); }
    .kvSect .titBlock .sectTit img {
      width: auto; }
    .kvSect .titBlock .lead01 {
      font-weight: bold; }

@media only screen and (min-width: 769px) {
  .kvSect .sectInner {
    padding-bottom: 150px; }
  .kvSect .titBlock {
    width: 604px;
    padding: 120px 30px 90px; }
    .kvSect .titBlock .sectTit img {
      height: 65px; }
    .kvSect .titBlock .subTit {
      margin-top: 18px;
      font-size: 15px;
      font-size: 1.5rem; }
    .kvSect .titBlock .logo {
      margin-top: 25px; }
      .kvSect .titBlock .logo img {
        width: 190px; }
    .kvSect .titBlock .lead01 {
      margin-top: 30px;
      font-size: 35px;
      font-size: 3.5rem; }
    .kvSect .titBlock .lead02 {
      margin-top: 5px;
      font-size: 15px;
      font-size: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .kvSect .sectInner {
    padding: 0 5.3333333333vw;
    padding-bottom: 32vw; }
  .kvSect .titBlock {
    padding: 17.3333333333vw 5.3333333333vw 8vw; }
    .kvSect .titBlock .subTit {
      margin-top: 2.6666666667vw;
      font-size: 11px;
      font-size: 2.9333333333vw; }
    .kvSect .titBlock .logo {
      margin-top: 4vw; }
      .kvSect .titBlock .logo img {
        width: 40vw; }
    .kvSect .titBlock .lead01 {
      margin-top: 3.2vw;
      font-size: 21px;
      font-size: 5.6vw; }
    .kvSect .titBlock .lead02 {
      margin-top: 1.3333333333vw;
      font-size: 11px;
      font-size: 2.9333333333vw; } }

/* ----------------------------------------------------- */
@keyframes galleryloop1 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.slideSect {
  position: relative; }
  .slideSect .sectMain .slideBlock .itemList {
    width: 5000%;
    animation: 50s infinite linear both; }
    .slideSect .sectMain .slideBlock .itemList:after {
      display: block;
      clear: both;
      content: ''; }
    .slideSect .sectMain .slideBlock .itemList > li {
      float: left; }
  .slideSect .sectMain .slideBlock.active .itemList {
    animation-name: galleryloop1; }

@media only screen and (min-width: 769px) {
  .slideSect {
    margin-top: -116px; }
    .slideSect .sectMain .itemList > li {
      width: 203px;
      padding-right: 10px; }
      .slideSect .sectMain .itemList > li img {
        border-radius: 10px; } }

@media only screen and (max-width: 768px) {
  .slideSect {
    margin-top: -26.6666666667vw; }
    .slideSect .sectMain .itemList > li {
      width: 36vw;
      padding-right: 1.3333333333vw; }
      .slideSect .sectMain .itemList > li img {
        border-radius: 1.3333333333vw; } }

/* ----------------------------------------------------- */
.applySect {
  position: relative; }
  .slideSect + .applySect {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 769px) {
  .applySect {
    margin-top: 80px; }
    .slideSect + .applySect {
      margin-top: 35px;
      padding-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  .applySect {
    margin-top: 10.6666666667vw; }
    .slideSect + .applySect {
      margin-top: 5.3333333333vw;
      padding-bottom: 5.3333333333vw; } }

/* ----------------------------------------------------- */
.leadSect {
  position: relative; }
  .leadSect .sectTit {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #ee771b; }

@media only screen and (min-width: 769px) {
  .leadSect {
    margin-top: 80px; }
    .leadSect .sectInner {
      padding: 0 75px; }
    .leadSect .sectTit {
      font-size: 38px;
      font-size: 3.8rem; }
    .leadSect .sectMain {
      margin-top: 40px; }
      .leadSect .sectMain .txt {
        font-size: 19px;
        font-size: 1.9rem;
        width: 800px;
        margin: auto;} }

@media only screen and (max-width: 768px) {
  .leadSect {
    margin-top: 10.6666666667vw; }
    .leadSect .sectInner {
      padding: 0 2.6666666667vw; }
    .leadSect .sectTit {
      font-size: 18px;
      font-size: 4.8vw; }
    .leadSect .sectMain {
      margin-top: 4vw; }
      .leadSect .sectMain .txt {
        font-size: 15px;
        font-size: 4vw; } }

/* ----------------------------------------------------- */
.meritMenuSect {
  position: relative;
  color: #fff; }
  .meritMenuSect .cmnBgBlock:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    left: 0;
    top: 0;
    background-color: rgba(238, 119, 27, 0.9); }
  .meritMenuSect .sectTit {
    font-weight: bold;
    text-align: center; }
  .meritMenuSect .nameLogo {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-top: -2.5%;
    text-align: right; }
    .meritMenuSect .nameLogo img {
      width: auto;
      height: 100%;
      transform: rotate(180deg);
      vertical-align: top; }
  .meritMenuSect .sectMain {
    margin-top: 25px; }
    .meritMenuSect .sectMain .itemList {
      display: flex;
      justify-content: center; }
      .meritMenuSect .sectMain .itemList > li {
        overflow: hidden;
        text-align: center;
        border-left: 1px solid #fff; }
        .meritMenuSect .sectMain .itemList > li:first-child {
          margin-left: 0; }
        .meritMenuSect .sectMain .itemList > li a {
          position: relative;
          display: block;
          box-sizing: border-box;
          height: 100%;
          text-decoration: none;
          color: inherit; }
          .meritMenuSect .sectMain .itemList > li a:hover {
            opacity: 0.75; }
          .meritMenuSect .sectMain .itemList > li a:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            content: '';
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 100% auto;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background-image: url(../images/common/icn_arrow01.png); }
        .meritMenuSect .sectMain .itemList > li .tit {
          font-weight: bold; }
          .meritMenuSect .sectMain .itemList > li .tit img {
            display: block;
            margin: 0 auto; }
        .meritMenuSect .sectMain .itemList > li .txt {
          font-weight: bold;
          line-height: 1;
          text-align: center; }
          .meritMenuSect .sectMain .itemList > li .txt span {
            display: inline-block;
            text-align: left;
            white-space: nowrap;
            letter-spacing: .1em;
            -ms-writing-mode: tb-rl;
            -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl; }

@media only screen and (min-width: 769px) {
  .meritMenuSect {
    margin-top: 110px;
    padding-top: 50px; }
    .meritMenuSect .sectTit {
      font-size: 35px;
      font-size: 3.5rem; }
    .meritMenuSect .nameLogo img {
      height: 78%; }
    .meritMenuSect .sectMain .itemList > li {
      margin-bottom: -20px;
      margin-left: 25px; }
      .meritMenuSect .sectMain .itemList > li a {
        width: 85px;
        padding: 0 22px 110px; }
        .meritMenuSect .sectMain .itemList > li a:after {
          width: 25px;
          height: 25px;
          margin-bottom: 70px; }
      .meritMenuSect .sectMain .itemList > li .tit {
        margin: 0 -10px;
        font-size: 11px;
        font-size: 1.1rem; }
        .meritMenuSect .sectMain .itemList > li .tit img {
          width: 65%; }
      .meritMenuSect .sectMain .itemList > li .txt {
        margin-top: 10px;
        font-size: 35px;
        font-size: 3.5rem; } }

@media only screen and (max-width: 768px) {
  .meritMenuSect {
    margin-top: 21.3333333333vw;
    padding-top: 10.6666666667vw; }
    .meritMenuSect .sectTit {
      line-height: 1.2;
      font-size: 25px;
      font-size: 6.6666666667vw; }
    .meritMenuSect .nameLogo img {
      height: 65%;
      margin-top: 5.3333333333vw; }
    .meritMenuSect .sectMain .itemList > li {
      margin-bottom: -5.3333333333vw;
      margin-left: 6.6666666667vw; }
      .meritMenuSect .sectMain .itemList > li a {
        width: 22.6666666667vw;
        padding: 0 5.8666666667vw 29.3333333333vw; }
        .meritMenuSect .sectMain .itemList > li a:after {
          width: 6.6666666667vw;
          height: 6.6666666667vw;
          margin-bottom: 18.6666666667vw; }
      .meritMenuSect .sectMain .itemList > li .tit {
        margin: 0 -2.6666666667vw;
        font-size: 11px;
        font-size: 2.9333333333vw; }
        .meritMenuSect .sectMain .itemList > li .tit img {
          width: 65%; }
      .meritMenuSect .sectMain .itemList > li .txt {
        margin-top: 2.6666666667vw;
        font-size: 35px;
        font-size: 9.3333333333vw; } }

/* ----------------------------------------------------- */
.cmnMeritSect {
  position: relative; }
  .cmnMeritSect .titWrap {
    position: relative;
    text-align: center;
    color: #fff; }
    .cmnMeritSect .titWrap > * {
      position: relative; }
    .cmnMeritSect .titWrap .cmnBgBlock {
      position: absolute; }
      .cmnMeritSect .titWrap .cmnBgBlock:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        left: 0;
        top: 0;
        background-color: rgba(238, 119, 27, 0.9); }
    .cmnMeritSect .titWrap .titBlock {
      position: relative;
      display: inline-block; }
    .cmnMeritSect .titWrap .lead {
      font-weight: bold;
      line-height: 1.2;
      position: absolute;
      border: 1px solid #fff; }
      .cmnMeritSect .titWrap .lead img {
        position: relative;
        display: block;
        max-width: inherit; }
      .cmnMeritSect .titWrap .lead span {
        display: inline-block;
        text-align: left;
        white-space: nowrap;
        letter-spacing: .1em;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; }
    .cmnMeritSect .titWrap .sectTit {
      font-weight: bold;
      line-height: 1.2; }
      .cmnMeritSect .titWrap .sectTit span {
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; }
    .cmnMeritSect .titWrap .nameLogo {
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      margin-top: 2.5%;
      text-align: left; }
      .cmnMeritSect .titWrap .nameLogo img {
        width: auto;
        height: 100%;
        vertical-align: top; }
  .cmnMeritSect .sectMain .mainBlock .photoList > li {
    position: relative; }
    .cmnMeritSect .sectMain .mainBlock .photoList > li img {
      width: 240px; }
  .cmnMeritSect .sectMain .mainBlock .txtBox .blockTit {
    font-weight: bold;
    line-height: 1.4; }
  .cmnMeritSect .sectMain .infoBlock {
    background-color: #f6f4e1; }
    .cmnMeritSect .sectMain .infoBlock .blockTit {
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      color: #ee771b; }
    .cmnMeritSect .sectMain .infoBlock .lead {
      font-weight: bold;
      text-align: center; }
    .cmnMeritSect .sectMain .infoBlock .tableImg {
      margin: 0 auto;
      text-align: center; }
      .cmnMeritSect .sectMain .infoBlock .tableImg .caution {
        display: block;
        text-align: right;
        color: #999; }
    .cmnMeritSect .sectMain .infoBlock .lastLead {
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      color: #ee771b; }

@media only screen and (min-width: 769px) {
  .cmnMeritSect {
    margin-top: 180px; }
    .cmnMeritSect .titWrap {
      min-height: 310px;
      padding: 80px 0 40px; }
      .cmnMeritSect .titWrap .titBlock {
        min-width: 200px; }
      .cmnMeritSect .titWrap .lead {
        top: -40px;
        right: -30px;
        width: 50px;
        padding: 10px 0;
        transform: translateX(100%);
        font-size: 15px;
        font-size: 1.5rem; }
        .cmnMeritSect .titWrap .lead img {
          width: 130%;
          margin-bottom: 10px;
          margin-left: -15%; }
      .cmnMeritSect .titWrap .sectTit {
        font-size: 90px;
        font-size: 9rem; }
    .cmnMeritSect .sectMain {
      margin-top: 90px;
      padding: 0 75px; }
      .cmnMeritSect .sectMain .mainBlock {
        display: flex; }
        .cmnMeritSect .sectMain .mainBlock.typeL {
          flex-direction: row; }
          .cmnMeritSect .sectMain .mainBlock.typeL .photoList {
            padding-right: 75px;
            text-align: right; }
            .cmnMeritSect .sectMain .mainBlock.typeL .photoList > li {
              margin-top: -50px; }
              .cmnMeritSect .sectMain .mainBlock.typeL .photoList > li:nth-child(1) {
                transform: translateX(-100px); }
        .cmnMeritSect .sectMain .mainBlock.typeR {
          flex-direction: row-reverse; }
          .cmnMeritSect .sectMain .mainBlock.typeR .photoList > li {
            margin-top: -50px; }
            .cmnMeritSect .sectMain .mainBlock.typeR .photoList > li:nth-child(2) {
              transform: translateX(100px); }
        .cmnMeritSect .sectMain .mainBlock .photoList {
          width: 275px;
          margin-top: -80px; }
        .cmnMeritSect .sectMain .mainBlock .txtBox {
          flex: 1; }
          .cmnMeritSect .sectMain .mainBlock .txtBox .blockTit {
            font-size: 36px;
            font-size: 3.6rem; }
          .cmnMeritSect .sectMain .mainBlock .txtBox .txt {
            margin-top: 20px; }
      .cmnMeritSect .sectMain .infoBlock {
        margin-top: 50px;
        padding: 50px 30px; }
        .cmnMeritSect .sectMain .infoBlock .blockTit {
          font-size: 38px;
          font-size: 3.8rem; }
        .cmnMeritSect .sectMain .infoBlock .lead {
          margin-top: 10px; }
        .cmnMeritSect .sectMain .infoBlock .tableImg {
          max-width: 700px;
          margin-top: 20px; }
          .cmnMeritSect .sectMain .infoBlock .tableImg .caution {
            padding-bottom: 10px;
            font-size: 14px;
            font-size: 1.4rem; }
        .cmnMeritSect .sectMain .infoBlock .lastLead {
          margin-top: 30px;
          font-size: 38px;
          font-size: 3.8rem; } }

@media only screen and (max-width: 768px) {
  .cmnMeritSect {
    margin-top: 21.3333333333vw; }
    .cmnMeritSect .titWrap {
      min-height: 56vw;
      padding: 13.3333333333vw 0 8vw; }
      .cmnMeritSect .titWrap .titBlock {
        width: 100%; }
      .cmnMeritSect .titWrap .lead {
        top: -8vw;
        right: 5.3333333333vw;
        width: 12vw;
        padding: 2.6666666667vw 0;
        font-size: 13px;
        font-size: 3.4666666667vw; }
        .cmnMeritSect .titWrap .lead img {
          width: 120%;
          margin-bottom: 2.6666666667vw;
          margin-left: -11%; }
      .cmnMeritSect .titWrap .sectTit {
        font-size: 50px;
        font-size: 13.3333333333vw; }
    .cmnMeritSect .sectMain .mainBlock {
      padding: 0 2.6666666667vw; }
      .cmnMeritSect .sectMain .mainBlock .photoList {
        display: flex;
        margin: 0 -1.3333333333vw;
        margin-top: -8vw; }
        .cmnMeritSect .sectMain .mainBlock .photoList > li {
          text-align: center;
          box-sizing: border-box;
          width: 50%;
          padding: 0 1.3333333333vw; }
      .cmnMeritSect .sectMain .mainBlock .txtBox {
        margin-top: 2.6666666667vw; }
        .cmnMeritSect .sectMain .mainBlock .txtBox .blockTit {
          text-align: center;
          font-size: 20px;
          font-size: 5.3333333333vw; }
        .cmnMeritSect .sectMain .mainBlock .txtBox .txt {
          margin-top: 2.6666666667vw; }
    .cmnMeritSect .sectMain .infoBlock {
      margin-top: 8vw;
      padding: 6.6666666667vw 1.3333333333vw; }
      .cmnMeritSect .sectMain .infoBlock .blockTit {
        font-size: 22px;
        font-size: 5.8666666667vw; }
      .cmnMeritSect .sectMain .infoBlock .lead {
        margin-top: 0.5333333333vw; }
      .cmnMeritSect .sectMain .infoBlock .tableImg {
        margin-top: 2.6666666667vw; }
        .cmnMeritSect .sectMain .infoBlock .tableImg .caution {
          padding-bottom: 2.6666666667vw;
          font-size: 11px;
          font-size: 2.9333333333vw; }
      .cmnMeritSect .sectMain .infoBlock .lastLead {
        margin-top: 8vw;
        font-size: 20px;
        font-size: 5.3333333333vw; } }

/* ----------------------------------------------------- */
.introductionSect {
  position: relative; }
  .introductionSect .cmnBgBlock span {
    background-size: cover;
    background-attachment: fixed; }
  .introductionSect .titBlock {
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: #ee771b; }
    .introductionSect .titBlock .sectTit {
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
  .introductionSect .sectMain {
    background-color: #fff; }
    .introductionSect .sectMain .photoBlock .caption {
      font-weight: bold;
      color: #fff;
      background: #ee771b; }
    .introductionSect .sectMain .txtBlock .mainBox .txt {
      padding-right: 21px; }
    .introductionSect .sectMain .txtBlock .valueBox {
      text-align: center;
      color: #ee771b;
      border: solid #ee771b; }
      .introductionSect .sectMain .txtBlock .valueBox .boxTit {
        font-weight: bold;
        line-height: 1.2; }
      .introductionSect .sectMain .txtBlock .valueBox .value {
        font-weight: bold;
        line-height: 1.2; }

@media only screen and (min-width: 769px) {
  .introductionSect {
    margin-top: 100px;
    padding: 140px 0 70px; }
    .introductionSect .titBlock {
      width: 225px;
      height: 225px; }
      .introductionSect .titBlock .sectTit {
        font-size: 30px;
        font-size: 3rem; }
    .introductionSect .sectMain {
      margin-top: 90px;
      padding: 50px;
      border-radius: 15px; }
      .introductionSect .sectMain .photoBlock .photo img {
        width: 50%; }
      .introductionSect .sectMain .photoBlock .caption {
        padding: 10px 15px;
        font-size: 21px;
        font-size: 2.1rem; }
      .introductionSect .sectMain .txtBlock {
        display: flex;
        margin-top: 10px; }
        .introductionSect .sectMain .txtBlock .mainBox {
          flex: 1; }
        .introductionSect .sectMain .txtBlock .valueBox {
          width: 280px;
          margin-top: 10px;
          padding: 12px 20px;
          border-width: 2px;
          border-radius: 5px; }
          .introductionSect .sectMain .txtBlock .valueBox .value {
            font-size: 50px;
            font-size: 5rem; } 
        .introductionSect .sectMain .txtBlock .long {
          padding: 30px 20px;
        }
          
          }

@media only screen and (max-width: 768px) {
  .introductionSect {
    margin-top: 16vw;
    padding: 16vw 0 5.3333333333vw; }
    .introductionSect .titBlock {
      width: 40vw;
      height: 40vw; }
      .introductionSect .titBlock .sectTit {
        font-size: 22px;
        font-size: 5.8666666667vw; }
    .introductionSect .sectMain {
      margin-top: 18.6666666667vw; }
      .introductionSect .sectMain .photoBlock .photo img {
        display: none;
        width: 100%; }
        .introductionSect .sectMain .photoBlock .photo img:first-child {
          display: block; }
      .introductionSect .sectMain .photoBlock .caption {
        padding: 2.6666666667vw 4vw;
        font-size: 21px;
        font-size: 5.6vw; }
      .introductionSect .sectMain .txtBlock {
        padding: 2.6666666667vw 2.6666666667vw; }
        .introductionSect .sectMain .txtBlock .mainBox {
          padding: 0 2.6666666667vw; }
        .introductionSect .sectMain .txtBlock .valueBox {
          margin-top: 2.6666666667vw;
          padding: 3.2vw 2.6666666667vw;
          border-width: 0.5333333333vw;
          border-radius: 1.3333333333vw; }
          .introductionSect .sectMain .txtBlock .valueBox .value {
            font-size: 50px;
            font-size: 13.3333333333vw; } }

/* ----------------------------------------------------- */
.contactSect {
  position: relative;
  color: #fff; }
  .contactSect .cmnBgBlock {
    position: absolute; }
    .contactSect .cmnBgBlock:after {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      left: 0;
      top: 0;
      background-color: rgba(238, 203, 182, 0.9); }
  .contactSect .sectTit {
    font-weight: bold;
  color: #000; }
    .contactSect .sectTit img {
      vertical-align: middle;
      border: solid #fff; }
  .contactSect .sectMain .mainBlock .coBox {
    position: relative;
    box-sizing: border-box; }
    .contactSect .sectMain .mainBlock .coBox .boxInner {
      border-top: 1px solid #fff; }
    .contactSect .sectMain .mainBlock .coBox .boxTit {
      font-weight: bold;
      line-height: 1.2; }
    .contactSect .sectMain .mainBlock .coBox .txtBox .address {
      font-weight: bold;
      line-height: 1.4; }
    .contactSect .sectMain .mainBlock .coBox .txtBox .tel {
      font-weight: bold;
      line-height: 1.4; }

@media only screen and (min-width: 769px) {
  .contactSect {
    padding: 130px 0 140px; }
    .contactSect .inner {
      width: 660px;
      text-align: center;
    }
    .contactSect .sectTit {
      padding: 0 20px;
      font-size: 28px;
      font-size: 2.8rem; 
    margin-bottom: 30px;}
      .contactSect .sectTit img {
        width: 45px;
        margin-right: 20px;
        padding: 4px 16px;
        border-width: 3px; }
    .contactSect .sectMain {
      margin-top: 35px; }
      .contactSect .sectMain .mainBlock {
        display: flex; }
        .contactSect .sectMain .mainBlock .coBox {
          width: 50%;
          padding: 0 20px; }
          .contactSect .sectMain .mainBlock .coBox .boxInner {
            display: flex;
            padding-top: 25px; }
          .contactSect .sectMain .mainBlock .coBox .boxTit {
            width: 220px;
            font-size: 22px;
            font-size: 2.2rem; }
          .contactSect .sectMain .mainBlock .coBox .boxTit span {
            font-size: 1.9rem; }
          .contactSect .sectMain .mainBlock .coBox .txtBox {
            flex: 1; }
            .contactSect .sectMain .mainBlock .coBox .txtBox .address {
              font-size: 15px;
              font-size: 1.5rem; }
            .contactSect .sectMain .mainBlock .coBox .txtBox .tel {
              margin-top: 10px;
              font-size: 30px;
              font-size: 3rem; }
      .contactSect .sectMain .modBtnListBlock {
        margin-top: 40px; } 
      }

@media only screen and (max-width: 768px) {
  .contactSect {
    margin-top: 13.3333333333vw;
    padding: 12vw 0 12vw; }
    .contactSect .sectTit {
      line-height: 1.4;
      position: relative;
      text-align: center;
      /* padding-left: 26.6666666667vw; */
      font-size: 18px;
      font-size: 4.8vw; }
      .contactSect .sectTit img {
        position: absolute;
        top: 0;
        left: 0;
        width: 10.6666666667vw;
        padding: 1.3333333333vw 5.3333333333vw;
        border-width: 0.8vw; }
    .contactSect .sectMain {
      margin-top: 9.3333333333vw; }
      .contactSect .sectMain .mainBlock {
        border-bottom: 1px solid #fff; }
        .contactSect .sectMain .mainBlock .coBox {
          text-align: center; }
          .contactSect .sectMain .mainBlock .coBox .boxInner {
            padding-top: 6.6666666667vw;
            padding-bottom: 5.3333333333vw; }
          .contactSect .sectMain .mainBlock .coBox .boxTit {
            font-size: 22px;
            font-size: 5.8666666667vw; }
          .contactSect .sectMain .mainBlock .coBox .boxTit span {
            font-size: 19px; }
          .contactSect .sectMain .mainBlock .coBox .txtBox {
            margin-top: 2.6666666667vw; }
            .contactSect .sectMain .mainBlock .coBox .txtBox .address {
              font-size: 15px;
              font-size: 4vw; }
            .contactSect .sectMain .mainBlock .coBox .txtBox .tel {
              margin-top: 2.6666666667vw;
              font-size: 25px;
              font-size: 6.6666666667vw; }
      .contactSect .sectMain .modBtnListBlock {
        margin-top: 12vw; } }

