@charset "utf-8";

/*****************************************************************************************************************************************************


*width 825px以下


******************************************************************************************************************************************************/
/*メディアクエリ*/
@media only screen and (max-width: 825px) {

  /***********************************************************************************************************************

* 基本構造

***********************************************************************************************************************/

  .main-contents {
    font-size: 1.3rem;
    line-height: 1.8em;
  }

  /*共通
----------------------------*/

  img {
    width: 100%;
  }

  /*ボタンC*/
  .btn-c {
    border: 3px solid #eeeeee;
    width: 80%;
    padding: 0.3em;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
  }

  .btn-c>span {
    display: inline-block;
    padding: 0.5em 0 0.5em 2.2em;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.5em auto;
  }

  .btn-c.red {
    border: 5px solid #eb436b;
    color: #eb436b;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .btn-c.red>span {
    background-image: url(../img/ico_entry_red.png);
  }

  .btn-c.red:hover {
    color: #fff;
    background-color: #eb436b;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .btn-c.red:hover>span {
    background-image: url(../img/ico_entry_on.png);
  }

  .btn-c.navy {
    border: 5px solid #453275;
    color: #453275;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .btn-c.navy>span {
    background-image: url(../img/ico_entry_navy.png);
  }

  .btn-c.navy:hover {
    color: #fff;
    background-color: #453275;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .btn-c.navy:hover>span {
    background-image: url(../img/ico_entry_on.png);
  }


  /*セクション：見出し*/
  .sct-heading {
    margin: 30px 0 40px;
  }

  .sct-heading .headline {
    font-size: 2.5rem;
  }

  .sct-heading .headline::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -0.6em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .headline.bdr-red::after {
    background: #eb436b
  }

  .sct-heading .headline-lg {
    font-size: 2.8rem;
  }

  .ch-sct-heading {
    margin: 10px 0;
    position: relative;
    background: #f4f4f4;
    padding: 1em 1.8em;
  }

  .ch-sct-heading .headline {
    font-size: 1.6rem;
  }

  .ch-sct-heading .headline::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 22px;
    top: 12px;
    left: 0;
  }



  .headline-m {
    font-size: 3.2rem;
    font-weight: normal;
  }


  /*テーブルパターンA*/
  .tbl-wrap {
    padding: 0;
  }

  .tbl.ptn-a,
  .tbl.ptn-a>tbody,
  .tbl.ptn-a>tbody>tr,
  .tbl.ptn-a>tbody>tr>th,
  .tbl.ptn-a>tbody>tr>td {
    width: 100%;
    display: block;
    border-bottom: none;
  }


  .tbl.ptn-a {
    border: 1px solid #000;
  }

  .tbl.ptn-a>tbody>tr>td {
    padding: 1em;
    border-bottom: none;
  }

  .tbl.ptn-a .frame-wrap {
    position: relative;
    padding-top: 37.39%;
  }

  .tbl.ptn-a .frame-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  /*テーブルパターンB*/
  .tbl.ptn-b,
  .tbl.ptn-b>tbody,
  .tbl.ptn-b>tbody>tr,
  .tbl.ptn-b>tbody>tr>th,
  .tbl.ptn-b>tbody>tr>td {
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .tbl.ptn-b {
    border: 1px solid #000;
  }

  .tbl.ptn-b>tbody>tr>td {
    padding: 1em;
    border-bottom: none;
  }

  /*jquery レスポンシブテーブル*/
  .response-tbl {
    width: 100%;
  }

  .response-tbl>thead>tr>th {
    font-weight: normal;
    color: #fff;
    padding: 0;
    border: none;
  }

  .response-tbl>tbody>tr>td {
    padding: 0;
    border: none;
  }

  .response-tbl>tbody>tr>td>span {
    padding: 1em;
    border: none;
  }

  .response-tbl>thead>tr>th:nth-child(1) {
    font-weight: normal;
    color: #fff;
    width: 223px;
    padding: 0.8em 1.5em;
  }

  /*ケア事業カラー*/
  .care .response-tbl>thead>tr>th {
    background: #8c97cb;
    text-align: left;
  }

  table.bt tfoot th::before,
  table.bt tfoot td::before,
  table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: 5.4em;
    padding: 1em;
    color: #000;
  }

  table.bt tbody tr {
    border: 1px solid #000;
  }

  table.bt tbody tr td {
    background: #f1f1f1;
  }

  table.bt tbody tr td:nth-child(2n) {
    background: #fff;
  }

  table.bt tbody tr td:last-child {
    border-bottom: none;
  }

  /*
ヘッダー
---------------.*/
  body>header {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    padding: 0;
    z-index: 10000;
  }

  body>header #menu-button {
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 45px;
    height: 40px;
    cursor: pointer;
    z-index: 10009;
  }

  body>header #menu-button>div {
    width: 32px;
    height: 3px;
    background: #595656;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  body>header #menu-button>div:nth-child(1) {
    top: 25%;
    left: 10px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  body>header #menu-button.active {
    top: 10px;
  }


  body>header #menu-button.active>div {}

  body>header #menu-button.active>div:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-5%, -50%) rotate(45deg);
    -moz-transform: translate(-5%, -50%) rotate(45deg);
    -ms-transform: translate(-5%, -50%) rotate(45deg);
    -o-transform: translate(-5%, -50%) rotate(45deg);
    transform: translate(-5%, -50%) rotate(45deg);
  }

  body>header #menu-button>div:nth-child(2) {
    top: 50%;
    left: 10px;
  }

  body>header #menu-button.active>div:nth-child(2) {
    opacity: 0;
  }

  body>header #menu-button>div:nth-child(3) {
    top: 75%;
    left: 10px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  body>header #menu-button.active>div:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-5%, -50%) rotate(-45deg);
    -moz-transform: translate(-5%, -50%) rotate(-45deg);
    -ms-transform: translate(-5%, -50%) rotate(-45deg);
    -o-transform: translate(-5%, -50%) rotate(-45deg);
    transform: translate(-5%, -50%) rotate(-45deg);
  }

  header.block::before {
    display: block;
  }

  header.active::before {
    opacity: 1;
  }

  header nav {
    display: block;
    position: absolute;
    background: #fff;
    left: auto;
    right: 0;
    top: 0px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 0px;
  }

  header.active nav {}

  header nav.ready {
    display: block;
  }


  header nav {
    display: none;
  }

  header nav a {
    color: #fff;
  }

  /*メニュー*/
  header nav>.menu {
    margin-top: 60px;
    padding: 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }

  header nav>.menu>li {
    position: relative;
    display: block;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
  }

  header nav>.menu>li:first-child {
    border-top: 1px solid #d2d2d2;
  }

  header nav>.menu>li>a {
    position: relative;
    color: #000;
    display: block;
    padding: 1em;
    font-weight: normal;
    text-align: left;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    overflow: visible;
    margin-top: 0;
  }

  header nav>.menu>li>a>span {
    padding-left: 0;
  }

  header nav>.menu>li>a::before {
    display: none;
  }

  header nav>.menu>li.pc-hover-menu>a::after {
    display: none;
  }

  /*子要素ナビ*/
  header nav>.menu>li>ul.hover-drw {
    display: none;
    position: static;
  }

  header .click-arw {
    background: transparent !important;
    z-index: 2;
  }

  header nav>.menu>li>ul {
    background-color: #eeeeee;
    ;
    display: block;
    padding: 1em;
    height: auto;
    border-top: 1px solid #d2d2d2;
    opacity: 1;
    pointer-events: all;
  }

  header nav>.menu>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }


  header nav>.menu>li>ul>li>a {
    position: relative;
    color: #000;
    padding: 0;
    display: block;
    font-size: 1.4rem;
    padding: 0.2em 0.8em;
    z-index: 1;
  }

  header nav>.menu>li>ul>li>a::after {
    display: none;
  }

  header nav>.menu>li>ul>li>a {
    display: block;
    font-size: 1.4rem;
    padding: 0.8em 2em;
  }

  header nav>.menu>li>ul {
    top: 110px;
    width: 100%;
    background: transparent;
    transition: none;
    opacity: 1;
    pointer-events: none;
    padding: 10px 0;
    pointer-events: all !important;
    transform: rotateX(0) !important;
  }



  header nav>.menu>li>ul>li>a:hover {
    color: inherit;
  }

  /*ヘッダーロゴ*/
  header .logo {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 10001;
  }

  header .logo p {
    display: none;
  }

  header .logo>a {
    width: 200px;
    height: 60px;
    background: url(../img/logo.png) 0px center no-repeat;
    -webkit-background-size: 180px auto;
    background-size: 180px auto;
  }

  header .logo_e {
    position: absolute;
    width: 100%;
    left: -10px;
    top: -40px;
    background: #fff;
    z-index: 10001;
  }

  header .logo_e>a {
    width: 300px;
    height: 60px;
    background: url(../img/logo_e.png) 0px center no-repeat;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
  }


  /*header nav .info-area {
    width: 100%;
    height: 80px;
    position: static;
}*/



  header .click-arw {
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    width: 80px;
    height: 50px;
    background: #fff;
    z-index: 2;
  }

  header .click-arw::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 32px;
    margin-top: -5px;
    width: 0.5em;
    height: 0.5em;
    border-bottom: 2px solid #7391ce;
    border-right: 2px solid #7391ce;
    transform: rotate(45deg) translate(0, -50%);
  }


  header .click-arw.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -8px;
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
  }

  header nav .sns {
    position: static;
    padding-top: 15px;
    justify-content: center;
  }

  header nav .sns>li {
    margin: 0 8px;
  }


  footer .sns {
    position: static;
    justify-content: center;
  }

  footer .sns>li {
    margin: 0 8px;
  }


  /*
フッター
---------------------------------*/

  footer .f-wrap {
    background: #005752;
    padding: 22px 4% 0;
  }

  footer P.lead {
    font-size: 1.4rem;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.5em;
  }

  footer P.lead>span {
    display: block;
  }

  footer P.lead>.sp-hide {
    display: none;
  }

  footer .copy {
    padding: 20px;
    font-size: 1.2rem;
    font-size: 2vw;
  }

  footer #pagetop {
    position: absolute;
    right: 0px;
    font-size: 1rem;
  }


  /*フッターナビ非表示*/
  footer nav {
    display: block !important;
    height: auto !important;
  }

  footer .f-nav .f-tbl {
    margin-bottom: 20px;
  }

  footer .f-nav .f-tbl thead {
    display: none;
  }

  footer .f-nav .f-tbl>tbody>tr>td {
    padding-top: 10px;
    display: none;
  }

  footer .f-nav .f-tbl>tbody>tr>.td1 {
    display: block;
    font-size: 1.6rem;
  }

	footer .f-nav .f-tbl>tbody>tr>.td1>div {
	  margin-bottom: 0px;
	}

	footer .sns {
	  justify-content: flex-start;
	  padding-bottom: 0px;
	}

	footer .sns>li {
	  margin-bottom: 10px;
	}

/***********************************************************************************************************************

* トップページ

***********************************************************************************************************************/
/*
メインビジュアル
---------------------------------*/
.top-main-visual {
  padding-top: 60px
}

.sct-sub-copy {
  text-align: center;
  padding: 30px 4%;
}

.sct-sub-copy .top-headline02 {
  font-size: 5vw;
}

.sct-sub-copy .top-headline02>span {
  display: block;
}

.sct-sub-copy p {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}

.sct-sub-copy p .br {
  display: none;
}

/*セクション：事業紹介*/

.sct-business .grid-box.flex,
.sct-business .grid-box.flex>div:nth-child(1),
.sct-business .grid-box.flex>div:nth-child(2) {
  display: block;
  width: 100%;
}

.sct-business .grid-box>div:nth-child(2) {
  position: relative;
  min-height: 200px;
}


.sct-business .grid-box.flex>div {
  padding: 30px 4%;
}


.sct-business .float-block {
  width: 100%;
  position: static;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
}

.sct-business .group01.animated .label {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950), transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
  transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}

.sct-business .label {
  width: 30%;
}

.sct-business .heading-box {
  margin-bottom: 20px;
}

.sct-business .heading-box .title {
  margin-top: 20px;
  font-size: 5vw;
  text-align: left;
}

/*セクション:リクルート:アニメーション*******************************************************************************************/

.sct-business .group01 .image-box {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

.sct-business .group01.animated .image-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
}

.sct-business .group01 .label {
  opacity: 0;
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.sct-business .group01.animated .label {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950), transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950), transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}

.sct-business .group01 .title {
  opacity: 0;
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.sct-business .group01.animated .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s;
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s;
}


.sct-business .group01 .text-box {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.sct-business .group01.animated .text-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
}


.sct-business .group02 .image-box {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

.sct-business .group02.animated .image-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
}

.sct-business .group02 .label {
  opacity: 0;
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
}

.sct-business .group02.animated .label {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950), transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950), transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}

.sct-business .group02 .title {
  opacity: 0;
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
}

.sct-business .group02.animated .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s;
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 0.5s;
}


.sct-business .group02 .text-box {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.sct-business .group02.animated .text-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
  transition: opacity 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s, transform 1s cubic-bezier(0.155, 0.910, 0.695, 0.950) 1s;
}

/***********************************************************************************************************************/


.sct-recruit .grid-box>div:nth-child(1) .float-block .text-box,
.sct-recruit .grid-box>div:nth-child(2) .float-block .text-box {
  font-size: 1.8rem;
}


.sct-recruit .grid-box>div:nth-child(1) .float-block .text-box,
.sct-recruit .grid-box>div:nth-child(2) .float-block .text-box {
  font-size: 1.6rem;
  padding: 20px;
}

.sct-recruit .grid-box>div .float-block {
  max-width: 260px;
}

.sct-recruit .grid-box>div .float-block img {
  height: 100%;
  width: auto;
}


.sct-recruit .grid-box>div {
  padding-top: 0;
  height: 350px;
  position: relative;
}

.sct-recruit .grid-box.flex.two {
  display: block;
}

.sct-recruit .grid-box.flex.two>div {
  width: 100%;
}

.sct-recruit .grid-box>div .float-block {
  margin-top: 9%;
}



/*
note
*/
.top-main-contents .block{
	display: block;
}

.top-main-contents .block .box1{
	width: 100%;
}

.top-main-contents .block .box2{
	width: 100%;
}

.note-auth-name {
  line-height: 1em;
  padding-top: 3px;
  font-size: 1.1rem;
}

.note-list {
  padding: 15px;
}

.note-label {
  font-size: 20px;
  line-height: 20px;
}


/***********************************************************************************************************************

* セカンドページ

***********************************************************************************************************************/

/*
メインヴィジュアル
-----------------------------------*/
.main-visual {
  padding-top: 0;
  position: relative;
}

.main-visual figure {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: none !important;
}

.main-visual figure img {
  width: 100%;
}

.main-visual .ly-heading {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main-visual .ly-heading .headline {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
  font-size: 6vw;
  text-align: center;
}

.main-visual .pc-hide {
  display: block;
}

/*
メインヴィジュアル ラージ
-----------------------------------*/
.main-visual-lg {
  position: relative;

}

.main-visual-lg .ly-heading .title img {
  max-width: 440px;
  width: 40%;
}

.main-visual-lg .ly-heading .headline {
  font-size: 4vw;
}

.main-visual-lg figure {
  background-image: none !important;
}

.main-visual-lg .pc-hide {
  display: block;
}

.main-visual-lg.center .ly-heading .title img {
  width: 36%;
}

/*
メインヘッド
-----------------------------------*/
.main-head {
  position: relative;
  padding-top: 43.8%;
}

.main-head .ly-heading {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main-head .ly-heading .headline {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
  font-size: 7vw;
}


/*
メインコンテンツ
-----------------------------------*/
.main-contents {
  padding-top: 60px;
}

.main-contents .main-section {
  padding: 15px 0;
  margin-bottom: 25px;
}

.contact .main-contents .main-section {
  padding: 10px 0;
}

.main-contents .sct-text-block {
  padding: 10px 4%;
}

.main-contents .ch-sct-text-block {
  padding: 0 4%;
}

.main-contents .corporate .ch-sct-text-block {
  padding: 10px 4% 20px;
}

.main-contents .service .main-section {
  padding: 20px 0;
}

.main-contents .compliance .main-section {
  padding: 20px 0 30px;
  margin-bottom: 25px;
}

.main-contents .security .main-section {
  margin-bottom: 0px;
}



/*---------------------------------------------
会社概要
----------------------------------------------*/
.corporate .main-section {
  padding: 5px 0 30px;
}

.corporate .auth-area .firm-name {
  font-size: 1.6rem;
  letter-spacing: 0.4em;
  margin-bottom: 5px;
}

.corporate .auth-area dl>dt {
  font-size: 1.4rem;
}

.corporate .auth-area dl>dd {
  font-size: 2rem;
  padding: 0 0.7em 0 0.3em;
}

/*筆者情報*/
.corporate .auth-area {
  padding: 0 4% 10px;
}

.corporate .vision>dt {
  font-size: 1.8rem;
}

.corporate .vision>dd {
  font-size: 3.5rem;
}


.corporate .tbl-wrap {
  margin-top: 25px;
}


.corporate .sct-vision {
  padding: 30px 0 0;
}

.corporate .sct-vision figure {
  margin-bottom: 40px;
}

.corporate .sct-vision figure img {
  max-width: 80%;
}



/*---------------------------------------------
個人情報保護方針
----------------------------------------------*/

.privacy .exp {
  max-width: 550px;
  margin: 0 auto 10px;
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 0;
}

.privacy .rlue-lists dl>dd {
  padding: 0.8em 0em 1.5em;
}

.privacy .rlue-lists .item-lists>li>span {
  position: absolute;
  left: -9px;
  top: 0;
}

.privacy .rlue-lists .item-lists>li {
  position: relative;
  padding-left: 2.5em;
}

.privacy .rlue-lists .headline {
  font-size: 1.4rem;
}

/*---------------------------------------------
コンプライアンス
----------------------------------------------*/
.promise-lists>ol {
  width: 100%;
  display: block;
}

.promise-lists>ol>li {
  position: relative;
  width: 100%;
  padding-right: 0;
}

.promise-lists ol>li>.headline {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.5rem;
}

.compliance .exp {
  padding: 20px 0;
  font-size: 1.5rem;
}

.compliance .exp>span {
  display: block;
}

.compliance .btn-area {
  padding: 0 0 30px;
}


/*---------------------------------------------
情報セキュリティ
----------------------------------------------*/

.security .exp {
  margin-top: 0px;
  padding: 0 0 30px;
}


.security .promise-lists>ol>li p {
  padding: 1em 0 1em 0;
  margin-bottom: 1em;
}


/*---------------------------------------------
事業案内
----------------------------------------------*/
/*背景フレーム*/
.service.detail .frame {
  padding: 40px 0 30px;
}

/*コピーボックス*/
.service .copy-box {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

.service .copy-box p {
  margin: 1.5em 0;
  font-size: 1.3rem;
  text-align: left;
}

.service .copy-box p .pc-br {
  display: none;
}



/*背景変換*/
/*------------------------------------------------------------------------------------------------------------*/
/*農業*/
.service.detail.agri .bg01 {
  background-image: url(../../service/agribusiness/images/bg01_sp.jpg) !important;
}

.service.detail.agri .bg02 {
  background-image: url(../../service/agribusiness/images/bg02_sp.jpg) !important;
}

.service.detail.agri .bg03 {
  background-image: url(../../service/agribusiness/images/bg03_sp.jpg) !important;
}

.service.detail.agri .bg04 {
  background-image: url(../../service/agribusiness/images/bg04_sp.jpg) !important;
}

/*介護*/
.service.detail.care .bg01 {
  background-image: url(../../service/carebusiness/images/bg01_sp.jpg) !important;
  background-position: 90% center;
}

.service.detail.care .bg02 {
  background-image: url(../../service/carebusiness/images/bg02_sp.jpg) !important;
}

.service.detail.care .bg03 {
  background-image: url(../../service/carebusiness/images/bg03_sp.jpg) !important;
}

.service.detail.care .bg04 {
  background-image: url(../../service/carebusiness/images/bg04_sp.jpg) !important;
}

/*------------------------------------------------------------------------------------------------------------*/
.service .sct-heading {
  margin: 0px;
}

.service .sct-heading .headline-lg {
  padding: 20px 0 10px;
}

.service .copy-box {
  text-align: center;
  margin-bottom: 30px;
}

.service .menu-banner .heading {
  padding: 20px 0;
}

.service.detail .sct-heading .headline-img img {
  height: 6.7vw;
  width: auto;
}

.service.detail .point-heading .point {
  margin-top: 20px;
}

.service.detail .point-heading .point img {
  height: 5vw;
  width: auto;
}

.service .sct-heading .sub-copy {
  font-size: 5vw;
  line-height: 1.3em;
}

.service .sct-heading .sub-copy.mg-b20 {
  margin-bottom: 0 !important;
}

.service .sct-heading .sub-copy>span {
  display: block;
}

.service.detail .point-heading {
  font-size: 5vw;
}

.service.detail .section figure figcaption {
  font-size: 4vw;
}

.service.detail .frame.bg03 {
  padding: 20px 0 20px;
}


.service.detail .point-heading .headline>span {
  display: block;
}

.service.detail .headline-s {
  font-size: 1.8rem;
}

.service .section .caption {
  margin: 15px 0 20px;
  font-size: 1.6rem;
  padding: 0.3em;
}

.service .menu-banner {
  margin-bottom: 20px;
}


.service .figure-box {
  padding: 20px 0;
}


.service .btm-figure {
  margin: 30px 0 0;
}


/*---------------------------------------------
採用情報
----------------------------------------------*/

.recruit .main-section {
  margin-top: 2%;
}

.recruit .btn-area {
  padding: 30px 0 30px 0;
  text-align: center;
}

.recruit .main-visual .ly-heading .headline {
  font-size: 5vw;
}

.recruit .page-link-tbl>div .headline,
.recruit .page-link-tbl>div .title {
  font-size: 4vw;
}

.recruit .page-link-tbl>div>a {
  padding: 7vw 0;
}

}

/*825px完了*/


/*******************************************************************************************************************************************************************


*width 425px以下


*******************************************************************************************************************************************************************/
@media only screen and (max-width: 425px) {

  /*共通
	-----------------------*/
  .btn-c {
    width: 90%;
  }

  /*ヘッダー*/
  header .logo>p {
    padding-top: 0em;
  }

  header .logo>p>span {
    display: block;
  }

  .pattern-a .headline-ex br {
    display: block;
  }

  .top-sct-map>.flex.two>div:nth-child(1) {
    padding-top: 0;
    min-height: 300px;
  }

  .top-sct-map .firm-info {
    font-size: 1.4rem;
  }

  .top-sct-map .firm-info .title {
    font-size: 1.4rem;
    margin: 0 0 1em 0;
  }

  .top-sct-map .firm-info .title>em {
    font-size: 2rem;
  }

  .top-sct-map .firm-info address {
    font-size: 1.4rem;
  }

  .top-sct-map .firm-info a.tel {
    font-size: 1.8rem;
  }

  .top-sct-map .firm-info .access {
    font-size: 1.4rem;
  }

}

/*425px完了*/


/*******************************************************************************************************************************************************************


*width 375px以下


*******************************************************************************************************************************************************************/
/*メディアクエリ*/
@media only screen and (max-width: 375px) {
  .ms-head .ms-catch {
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
  }

  header .logo_e {
    position: absolute;
    width: 100%;
    left: -20px;
    top: -40px;
    background: #fff;
    z-index: 10001;
  }

  header .logo_e>a {
    width: 270px;
    height: 60px;
    background: url(../img/logo_e.png) 0px center no-repeat;
    -webkit-background-size: 270px auto;
    background-size: 270px auto;
  }

}

/*375px完了*/

@media only screen and (max-width: 320px) {
  header .logo_e>a {
    width: 240px;
    height: 60px;
    background: url(../img/logo_e.png) 0px center no-repeat;
    -webkit-background-size: 240px auto;
    background-size: 240px auto;
  }
}