@charset "UTF-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#A001 メディアクエリー
#A002 クリアフィックス
#A003 スクリーンリーダー

┌─────────────────────────────
│ #A001 メディアクエリー
│ 	＊スマートフォンとタブレットの横幅２サイズで切り替えます。
│ 	＊画面の向きを追加で指定できます。
│ 

	// スマートフォンの場合
	〜セレクタ〜 {
		@include media(sp) { 〜処理〜 }
	}
	// スマートフォン縦の場合
	〜セレクタ〜 {
		@include media(sp-portrait) { 〜処理〜 }
	}
	// スマートフォン横の場合
	〜セレクタ〜 {
		@include media(sp-landscape) { 〜処理〜 }
	}
	// タブレットの場合
	〜セレクタ〜 {
		@include media(tb) { 〜処理〜 }
	}
	// タブレット縦の場合
	〜セレクタ〜 {
		@include media(tb-portrait) { 〜処理〜 }
	}
	// タブレット横の場合
	〜セレクタ〜 {
		@include media(tb-landscape) { 〜処理〜 }
	}

*/
/*
┌─────────────────────────────
│ #A002 クリアフィックス
│ 	＊htmlの要素のClass属性（ .clearfix ）
│ 	＊SASS内で、ステークフォルダーとして利用（ %clearfix ）
│ 

	// htmlの要素に、Class属性として適用
	<〜HTMLの要素〜 class="clearfix" ・・・> // 下記の名称設定値により適宜変更

	// ステークフォルダを利用して適用
	〜セレクタ〜 {
		@extend %clearfix; // 下記の名称設定値により適宜変更
	}

*/
.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*
┌─────────────────────────────
│ #A003 スクリーンリーダー
│ 	＊htmlの要素のClass属性（ .screen-reader-text ）
│ 	＊SASS内で、ステークフォルダーとして利用（ %screen-reader-text ）│ 

	// htmlの要素に、Class属性として適用
	<〜HTMLの要素〜 class="screen-reader-text" ・・・> // 下記の名称設定値により適宜変更

	// ステークフォルダを利用して適用
	〜セレクタ〜 {
		@extend %screen-reader-text; // 下記の名称設定値により適宜変更
	}

*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.continer {
  width: 1120px;
  margin: auto;
  padding-top: 60px; }
  @media only screen and (max-width: 769px) {
    .continer {
      width: 94%;
      padding-top: 30px; } }

.list-box {
  letter-spacing: -0.4em;
  margin: 0 -30px; }
  .list-box li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .list-box img {
    width: 100%;
    margin-bottom: 20px; }
  .list-box .title {
    font-size: 112.5%;
    font-weight: bold;
    margin-bottom: 15px; }
    .nurs .list-box .title {
      color: #FC6269; }
    .lang .list-box .title {
      color: #43d1c8; }
    .emar .list-box .title {
      color: #63cafd; }
    .clin .list-box .title {
      color: #5ea8be; }
    .care .list-box .title {
      color: #e2a84f; }
  .list-box .text {
    font-size: 87.5%;
    line-height: 2; }
  .list-box.colum3 li {
    width: 33.333%; }
  .list-box.colum2 li {
    width: 50%; }
  @media only screen and (max-width: 769px) {
    .list-box {
      margin: 0; }
      .list-box li {
        padding: 0 0 30px; }
      .list-box img {
        margin-bottom: 15px; }
      .list-box .title {
        font-size: 93.75%; }
      .list-box .text {
        font-size: 75%; }
      .list-box.colum3 li {
        width: 100%; }
      .list-box.colum2 li {
        width: 100%; } }

.shokujitsu {
  line-height: 1.6; }
  .shokujitsu img {
    vertical-align: middle; }
  .shokujitsu .continer {
    width: 1120px;
    margin: auto;
    padding: 60px 0; }
    @media only screen and (max-width: 769px) {
      .shokujitsu .continer {
        width: 94%;
        padding: 30px 0; } }
  .shokujitsu .flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 40px; }
  .shokujitsu .link-list li {
    padding: 0 0 1em; }
    .shokujitsu .link-list li a {
      color: #fc505f; }
      .shokujitsu .link-list li a:hover {
        opacity: .8; }
  @media only screen and (max-width: 769px) {
    .shokujitsu .sec-01 .flex-box {
      display: block; } }
  .shokujitsu .sec-01 .title-box {
    width: 35%; }
    @media only screen and (max-width: 769px) {
      .shokujitsu .sec-01 .title-box {
        width: 100%;
        margin-bottom: 30px; } }
  .shokujitsu .sec-01 .title {
    color: #fc5057;
    font-size: 1.38em;
    margin-bottom: 30px; }
  .shokujitsu .sec-01 .lead {
    color: #000;
    font-size: 1.25em; }
  .shokujitsu .sec-01 .r_box {
    width: 65%;
    text-align: right; }
    @media only screen and (max-width: 769px) {
      .shokujitsu .sec-01 .r_box {
        width: 100%; } }
  .shokujitsu .sec-01 .text {
    margin-bottom: 40px; }
  .shokujitsu .sec-01 .box-text {
    background: #f6f6e7;
    padding: 1em 1.5em; }
  .shokujitsu .sec-02 ul li {
    padding-bottom: 1em; }
  .shokujitsu .sec-03 .list-box {
    padding: 30px 0; }
    @media only screen and (max-width: 769px) {
      .shokujitsu .sec-03 .list-box {
        padding: 20px 0; } }
    .shokujitsu .sec-03 .list-box li {
      padding: 30px;
      text-align: center; }
      @media only screen and (max-width: 769px) {
        .shokujitsu .sec-03 .list-box li {
          padding: 20px 0; } }
    .shokujitsu .sec-03 .list-box img {
      max-width: 175px;
      height: auto; }
  .shokujitsu .sec-03 .title {
    color: #fc5057;
    font-size: 1.38em; }
  .shokujitsu .sec-03 .text {
    text-align: left;
    font-size: 1em; }
  .shokujitsu .sec-04 .flex-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px; }
    @media only screen and (max-width: 769px) {
      .shokujitsu .sec-04 .flex-box {
        display: block;
        margin: 0; } }
    .shokujitsu .sec-04 .flex-box a {
      width: calc( 33.333% - 60px );
      margin: 30px;
      padding-bottom: 35px;
      background: #fff;
      border-bottom: 2px solid;
      position: relative; }
      @media only screen and (max-width: 960px) {
        .shokujitsu .sec-04 .flex-box a {
          padding-bottom: 10px; } }
      @media only screen and (max-width: 769px) {
        .shokujitsu .sec-04 .flex-box a {
          width: 100%;
          margin: 20px 0; } }
      .shokujitsu .sec-04 .flex-box a:hover {
        opacity: .8; }
      .shokujitsu .sec-04 .flex-box a.nurse {
        border-color: #FC6269; }
        .shokujitsu .sec-04 .flex-box a.nurse .title-box {
          background: #FC6269; }
        .shokujitsu .sec-04 .flex-box a.nurse .link-text {
          color: #FC6269; }
          .shokujitsu .sec-04 .flex-box a.nurse .link-text:after {
            border-color: #FC6269; }
      .shokujitsu .sec-04 .flex-box a.lang {
        border-color: #43d1c8; }
        .shokujitsu .sec-04 .flex-box a.lang .title-box {
          background: #43d1c8; }
        .shokujitsu .sec-04 .flex-box a.lang .link-text {
          color: #43d1c8; }
          .shokujitsu .sec-04 .flex-box a.lang .link-text:after {
            border-color: #43d1c8; }
      .shokujitsu .sec-04 .flex-box a.emar {
        border-color: #63cafd; }
        .shokujitsu .sec-04 .flex-box a.emar .title-box {
          background: #63cafd; }
        .shokujitsu .sec-04 .flex-box a.emar .link-text {
          color: #63cafd; }
          .shokujitsu .sec-04 .flex-box a.emar .link-text:after {
            border-color: #63cafd; }
      .shokujitsu .sec-04 .flex-box a.clin {
        border-color: #5ea8be; }
        .shokujitsu .sec-04 .flex-box a.clin .title-box {
          background: #5ea8be; }
        .shokujitsu .sec-04 .flex-box a.clin .link-text {
          color: #5ea8be; }
          .shokujitsu .sec-04 .flex-box a.clin .link-text:after {
            border-color: #5ea8be; }
      .shokujitsu .sec-04 .flex-box a.care {
        border-color: #e2a84f; }
        .shokujitsu .sec-04 .flex-box a.care .title-box {
          background: #e2a84f; }
        .shokujitsu .sec-04 .flex-box a.care .link-text {
          color: #e2a84f; }
          .shokujitsu .sec-04 .flex-box a.care .link-text:after {
            border-color: #e2a84f; }
    .shokujitsu .sec-04 .flex-box .title-box {
      display: flex; }
    .shokujitsu .sec-04 .flex-box img {
      width: 100px;
      height: 100px; }
    .shokujitsu .sec-04 .flex-box .title {
      padding: 20px;
      font-size: 1.38em;
      color: #fff; }
      @media only screen and (max-width: 769px) {
        .shokujitsu .sec-04 .flex-box .title {
          padding: 20px 10px; } }
      .shokujitsu .sec-04 .flex-box .title small {
        display: block;
        font-size: 0.73em; }
    .shokujitsu .sec-04 .flex-box .text {
      padding: 20px; }
      @media only screen and (max-width: 769px) {
        .shokujitsu .sec-04 .flex-box .text {
          padding: 10px; } }
    .shokujitsu .sec-04 .flex-box .link-text {
      font-size: 1.38em;
      font-weight: bold;
      position: absolute;
      bottom: 10px;
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      @media only screen and (max-width: 960px) {
        .shokujitsu .sec-04 .flex-box .link-text {
          position: relative;
          bottom: inherit; } }
      @media only screen and (max-width: 769px) {
        .shokujitsu .sec-04 .flex-box .link-text {
          padding: 0 20px 0 10px; } }
      .shokujitsu .sec-04 .flex-box .link-text:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 10px;
        height: 10px;
        border: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg); }
        @media only screen and (max-width: 769px) {
          .shokujitsu .sec-04 .flex-box .link-text:after {
            right: 10px; } }
  .shokujitsu .sec-05 .list-box li ul li {
    width: 100%;
    padding: 0 0 1em; }
  .shokujitsu .sec-05 .sec_ttl03 {
    margin-bottom: 40px; }
  .shokujitsu .sec-05 table {
    width: 100%;
    border-collapse: collapse; }
  .shokujitsu .sec-05 td {
    text-align: center;
    padding: 10px;
    border: 1px solid #b3b3b3;
    border-width: 1px 0; }
    @media only screen and (max-width: 769px) {
      .shokujitsu .sec-05 td {
        padding: 10px 5px; } }
