@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------
    #first-contents
--------------------*/
#first-contents {
  width: 100%;
  height: 100%;
  background: #003768;
  /*background:rgba(0,55,104,1.0);#003768（青）*/
  position: relative;
}

#first-contents h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  z-index: 5;
}

#first-contents h1 img {
  margin-bottom: 15px;
}

#ticker-wide {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  background: rgb(233, 235, 237);
  bottom: 0px;
  z-index: 9;
}

/*-----トップアニメーション-----*/
#sineCanvas {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
  top: 0px;
  margin: 0;
  background-position: center center;
  /*画像を常に天地左右の中央に配置*/
}

.figure-hikari {
  position: relative;
}

.figure-hikari::before {
  position: absolute;
  left: -75%;
  top: 10%;
  z-index: 2;
  content: "";
  width: 50%;
  height: 90%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(53%, rgba(255, 255, 255, 0.3)), color-stop(55%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.3) 53%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-position: center center;
  opacity: 0;
}

.figure-hikari::before {
  -webkit-animation: shine 2s ease-in-out 1.5s;
  animation: shine 2s ease-in-out 1.5s;
}

@-webkit-keyframes shine {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 0.3;
  }
  47% {
    opacity: 0.6;
  }
  49% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.2;
  }
  51% {
    opacity: 0.1;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 0.3;
  }
  47% {
    opacity: 0.6;
  }
  49% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.2;
  }
  51% {
    opacity: 0.1;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
/*--------------------
    #our-service
--------------------*/
/*20160907-追加&変更ここから*/
/*----------.category-----------*/
/*-------   medical-consul -------*/
div.category.medical-consul a {
  border: #003768 solid 1px;
  background: #003768;
  color: #ffffff;
  display: block;
  padding: 0.4em;
  margin: 0;
}

div.category.medical-consul a:hover {
  border: rgba(0, 55, 104, 0.8) solid 1px;
  background: rgba(0, 55, 104, 0.8);
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*-------  health-consul -----------*/
div.category.health-consul a {
  border: #12876c solid 1px;
  background: #12876c;
  /*#12877b（緑）*/
  color: #ffffff;
  display: block;
  padding: 0.4em;
  margin: 0;
}

div.category.health-consul a:hover {
  border: rgba(18, 135, 108, 0.8) solid 1px;
  background: rgba(18, 135, 108, 0.8);
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*-------  medical-training -----------*/
div.category.medical-training a {
  border: #e45f4d solid 1px;
  background: #e45f4d;
  /*#f24d5a（ピンク）*/
  color: #ffffff;
  display: block;
  padding: 0.4em;
  margin: 0;
}

div.category.medical-training a:hover {
  border: rgba(228, 95, 77, 0.8) solid 1px;
  background: rgba(228, 95, 77, 0.8);
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*20160907-追加&変更ここまで*/
#our-service {
  background: #f3f3f3;
}

#our-service .title01 {
  margin-top: 1em;
}

#our-service .title01 span {
  background: #f3f3f3;
}

#our-service .inline-box {
  vertical-align: top;
  padding-bottom: 80px;
  position: relative;
}

#our-service .inline-box .service-in {
  height: 312px;
  width: auto;
  overflow: hidden;
  position: relative;
}

#our-service .inline-box .service-in img {
  width: 150%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  max-width: inherit;
}

/*-----20160906修正 ボックス背景変更ここから-----*/
#our-service .inline-box .service-in span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 2em 1em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

/*-----20160906修正 ボックス背景変更ここまで-----*/
#our-service .inline-box .sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 125px 50px 125px;
  border-color: transparent transparent #F3F3F3 transparent;
  position: absolute;
  bottom: -25px;
  z-index: 3;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.example {
  font-style: italic;
  font-size: 18px;
  font-weight: lighter;
  color: #003768;
  display: inline-block;
  border-bottom: #003768 solid 1px;
  padding: 0.2em 0.2em 0.5em 0.2em;
  letter-spacing: normal;
}

.problem {
  width: 300px;
  overflow: hidden;
  margin: 1em auto 0.5em auto;
  text-align: center;
  letter-spacing: 0.05em;
}

.problem li {
  list-style: none;
  line-height: 1.4em;
  padding: 0.8em 0 0.8em 0;
  display: block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.problem li:before {
  content: "\f10c";
  font-family: FontAwesome;
  padding-right: 0.3em;
}

#our-service .inline-box .readmore {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#our-service .inline-box .readmore a {
  padding: 0.6em 4em;
  display: block;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003768), color-stop(49%, #003768), color-stop(50%, #002f58), to(#002f58));
  background-image: linear-gradient(top, #003768 0%, #003768 49%, #002f58 50%, #002f58);
}

#our-service .inline-box .readmore a::after {
  content: "\f138";
  font-family: FontAwesome;
  padding-left: 0.5em;
}

#our-service .inline-box > a {
  width: 100%;
  height: 100%;
  display: block;
}

#our-service .inline-box > a::before {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/*--------------------
    #top-member
--------------------*/
#top-member {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px 0;
  background: #ffffff;
}

#top-member .title02 {
  margin: 0 auto;
}

#top-member .w-1224 {
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  width: calc(100% - 40px);
  max-width: 1224px;
}

/*----------　20180424-スタッフ２名追加　ここから----------*/
#top-member .w-1224 ul {
  /*width:1830px;*/
  /*width:1535px;*/
  width: 1840px;
  margin: 0 auto;
  padding: 0 5px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----------　20180424-スタッフ２名追加 ここまで　----------*/
li.memb-box {
  display: inline-block;
  width: 240px;
  margin: 5px 30px;
  background: #003768;
  position: relative;
  /* -moz-border-image: border-radius: 50%; */
  /* -webkit-border-image: border-radius: 50%; */
  border-radius: 50%;
  /*border:#CCC solid 2px;*/
  overflow: hidden;
  z-index: 1;
  border: rgba(0, 55, 104, 0.1) inset 1px;
}

li.memb-box img {
  display: block;
  width: 240px;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  /* -moz-border-image: border-radius: 50%;
  -webkit-border-image: border-radius: 50%; */
  border-radius: 50%;
  overflow: hidden;
}

li.memb-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.memb-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

li.memb-box:hover .memb-overlay {
  opacity: 1;
}

.memb-contents {
  padding: 0 10px 5px;
  color: #003768;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
}

li.memb-box:hover .memb-contents {
  color: #ffffff;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.memb-position {
  font-size: 14px;
}

.memb-name {
  font-size: 20px;
  padding: 0.8em 0 0.3em;
}

.memb-e-name {
  font-size: 12px;
}

/*---20160906追加 ここから----*/
.memb-contents2 {
  padding: 0px;
  color: #003768;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
}

li.memb-box:hover .memb-contents h3.m-name > img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin: 0;
  padding: 0;
  opacity: 1;
}

/*---20160906追加 ここまで----*/
/*------スクロールバーカスタム (JSとCSS)------*/
/*------ theme: "light-thin", "dark-thin" ------*/
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 5px;
  margin: 7px auto;
}

/*------ theme "dark-thin"------ */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 55, 104, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 55, 104, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 55, 104, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 55, 104, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 5px;
}

/*--------------------
    #topics
--------------------*/
#topics {
  background: #f3f3f3;
  vertical-align: top;
  padding: 30px 0;
}

/*#topics .inline{
	border-collapse: separate;   ←ココで余白
	border-spacing: 35px 0px;   ←ココで余白 [左右・上下]
	padding:30px 0;
	width:1224px;
}*/
#topics .inline-box {
  vertical-align: top;
}

/*-----#news-----*/
#news {
  background: #ffffff;
}

#news .title02 {
  position: relative;
  border-bottom: #003768 solid 2px;
  background: #ffffff;
  padding: 0;
  margin: 0;
}

#news .title02 span {
  padding: 0;
}

#news .view-all a {
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 10px;
  color: #999999;
  background: #eeeeee;
  padding: 0.8em 2em 0.8em;
  border-radius: 1em;
  letter-spacing: 0.2em;
  z-index: 30;
}

#news .view-all a:hover {
  background: #999;
  color: #ffffff;
}

#news ul li {
  /* display:block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border-bottom: #dcdcdc solid 1px;
  padding: 1.5em 0.5em;
  position: relative;
}

#news ul li a.permalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#news ul li:hover {
  background: rgba(0, 55, 104, 0.1);
}

#news ul li > .day {
  font-size: 12px;
  padding: 0.5em 0.5em 0.5em 0;
  color: #003768;
  font-weight: 400;
}

#news ul li > .catego {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  padding: 0.2em 0;
  width: 5.2em;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
}

#news ul li > .catego a {
  font-size: 11px;
  padding: 0.2em;
  color: #ffffff;
  width: 5.2em;
  text-align: center;
  display: block;
}

/*#news ul li > .cg-red,*/
#news ul li > .column-category,
#news ul li > .staff-eyes,
#news ul li > .media,
#news ul li > .other,
#news ul li > .press-release {
  background: #e45f4d;
  /*カテゴリー赤（コラム）*/
}

#news ul li > .cg-blue,
#news ul li > .blog-category,
#news ul li > .helth,
#news ul li > .care,
#news ul li > .diary,
#news ul li > .mclife,
#news ul li > .system,
#news ul li > .management {
  background: #0075a9;
  /*カテゴリー青（ブログ）*/
}

#news ul li > .cg-red,
#news ul li > .news-category {
  background: #e45f4d;
  /*カテゴリー赤（ニュース）*/
}

/*#news ul li > .cg-green,
#news ul li > .news-category{
	background:#2d8a80;カテゴリー緑（ニュース）
}*/
#news ul li > .cg-yellow,
#news ul li > .eyes-category {
  background: #ffcc00;
  /*カテゴリー黄（アイズ）*/
}

#news ul li > .news-title {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 0em 0.5em;
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分を「...」にする */
  white-space: nowrap;
  /* 1行で表示 */
  width: 100%;
  max-width: calc(100% - 160px);
  /*スマートフォン739px以下専用スタイル*/
}
@media screen and (max-width: 739px) {
  #news ul li > .news-title {
    max-width: calc(100% - 150px);
  }
}

/*-----#media-----*/
#media {
  width: 466px;
  background: #ffffff;
  padding: 20px;
}

#media .title02 span {
  padding: 0;
}

#media .title02 {
  border-bottom: #003768 solid 2px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

#media ul li.author {
  border-bottom: #dcdcdc solid 1px;
  display: table;
  table-layout: auto;
  text-align: left;
  padding: 5px 0;
  margin: 0;
  border-collapse: separate;
  /*←ココで余白 */
  border-spacing: 2px 0px;
  /*←ココで余白 [左右・上下] */
}

#media ul li.author .book {
  width: 85px;
  display: table-cell;
  padding: 5px 0px 5px 0;
  margin: 0;
}

#media ul li.author .book img {
  width: 85px;
  height: auto;
}

#media ul li.author:last-child .book img {
  width: 70px;
  height: auto;
}

#media ul li.author .book a {
  display: block;
  padding: 5px 0px 5px 0;
  margin: 0;
}

#media ul li.author .book-dsc {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 5px;
  margin: 0;
  vertical-align: middle;
  line-height: 1.4em;
}

#media ul li.author .book-dsc h3 {
  color: #003768;
  font-weight: 600;
  padding: 0.5em 0;
}

/*--------------------
    #top-bnr
--------------------*/
#top-bnr {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #eeeeee;
}

#top-bnr .inline {
  width: 1224px;
  margin: 0 auto;
}

/*　20180424修正追加 ここから */
#top-bnr .inline {
  max-width: 1224px;
  width: 100%;
  height: auto;
  table-layout: auto;
}

#top-bnr .inline .inline-box img {
  width: 100%;
  height: auto;
}

/*#top-bnr .inline .inline-box{
	display: table-cell;
}*/
#top-bnr .inline .inline-box.Tbnr01 {
  width: 46%;
  height: auto;
  display: table-cell;
}

#top-bnr .inline .inline-box.Tbnr02 {
  width: 23%;
  height: auto;
  display: table-cell;
}

#top-bnr .inline .inline-box.Tbnr03 {
  width: 23%;
  height: auto;
  display: table-cell;
}

/*@media screen and (max-width:1023px){
	#top-bnr .inline {
		width: 100%;
		height: auto;
		display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
		flex-wrap:wrap;
		-webkit-justify-content: space-around;
	  -ms-flex-pack: distribute;
	  justify-content: space-around;
	}
	#top-bnr .inline .inline-box.Tbnr01 a{
		width: 96%;
		flex:0 1 96%;
		flex-grow: 0;
		flex-shrink:1;
		flex-basis:96%;
		margin-bottom: 20px;
	}
	#top-bnr .inline .inline-box.Tbnr02 a{
		width: 46%;
		flex: 0 2 46%;
		flex-grow: 0;
		flex-shrink:2;
		flex-basis: 46%;
		margin:0px 0.5% 10px 2%;
	}
	#top-bnr .inline .inline-box.Tbnr03 a{
		width: 46%;
		flex: 0 2 46%;
		flex-grow: 0;
		flex-shrink:2;
		flex-basis: 46%;
		margin:0px 2% 10px 0.5%;
	}
}*/
/*　20180424修正追加 ここまで */
/*--------------------
    #secondnavi
--------------------*/
#secondnavi {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #f3f3f3;
}

#secondnavi .inline {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}

#secondnavi .inline-box .agenda {
  color: #003768;
  padding: 0.8em 0 0 0;
}

/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1023px) {
  /*-----20160906修正 ボックス背景変更ここから-----*/
  /*--------------------
      pc#our-service
  --------------------*/
  #our-service .inline {
    border-collapse: separate;
    /*←ココで余白 */
    border-spacing: 1px 0px;
    /*←ココで余白 [左右・上下] */
  }
  /*-----20160906修正 ボックス背景変更ここまで-----*/
  /*--------------------
      PC#topics
  --------------------*/
  #topics {
    width: 100%;
  }
  #topics > .inline {
    border-collapse: separate;
    /* ←ココで余白 */
    border-spacing: 35px 0px;
    /* ←ココで余白 [左右・上下] */
    vertical-align: top;
    padding: 30px 0;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  #topics .inline-box {
    display: table-cell;
  }
  /*-----#news-----*/
  #news {
    max-width: 60%;
    width: 100%;
    padding: 20px;
    background: #ffffff;
  }
  /*-----#media-----*/
  #media {
    max-width: 40%;
    width: 100%;
    background: #ffffff;
    padding: 20px;
  }
  /*--------------------
     PC #top-bnr
  --------------------*/
  #top-bnr .inline {
    border-collapse: separate;
    /* ←ココで余白 */
    border-spacing: 30px 0px;
    /* ←ココで余白 [左右・上下] */
  }
}
/*タブレット1023px以下向けスタイル*/
@media screen and (max-width: 1023px) {
  /*--------------------
      TB#our-service
  --------------------*/
  #our-service .inline-box {
    display: block;
  }
  #our-service .inline-box .service-in span {
    width: 40%;
  }
  .problem {
    width: 60%;
  }
  /*--------------------
      TB#top-member
  --------------------*/
  #top-member {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    /*display:block;*/
    background: #ffffff;
  }
  #top-member .title02 {
    margin: 0 auto;
  }
  #top-member .w-1224 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
  }
  /*--------------------
      TB#topics
  --------------------*/
  #topics {
    width: 100%;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 30px;
  }
  #topics .inline {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /*-----#news-----*/
  #news {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    display: block;
    margin: 0 0 20px 0;
  }
  /*-----#media-----*/
  #media {
    width: 100%;
    display: block;
    background: #ffffff;
    padding: 20px;
    margin: 0 0 0px 0;
  }
  /*--------------------
      TBs#top-bnr
  --------------------*/
  #top-bnr {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    background: #eeeeee;
  }
  /*#top-bnr .inline{
  	width:100%;
  	margin:0 auto;
  	display: block;
  }*/
  #top-bnr .inline-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    /*display: inline-block;*/
    display: block;
    /*20180424修正*/
  }
  /*#top-bnr .inline-box.Tbnr01{
  	width:96%;
  	display: block;
  	margin: 0px 2% 20px 2%;
  }
  #top-bnr .inline-box.Tbnr02{
  	width: 46%;
  	display: inline-block;
  	margin:20px 2% 10px 1%;
  }
  #top-bnr .inline-box.Tbnr03{
  	width: 46%;
  	display: inline-block;
  	margin:20px 2% 10px 1%;
  }*/
  #top-bnr .inline {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #top-bnr .inline .inline-box.Tbnr01 {
    width: 96%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 96%;
            flex: 0 1 96%;
    display: block;
    /*flex-grow: 0;
    flex-shrink:1;
    flex-basis:96%;*/
    margin-bottom: 20px;
  }
  #top-bnr .inline .inline-box.Tbnr02 {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 2 46%;
            flex: 0 2 46%;
    display: inline-block;
    /*flex-grow: 0;
    flex-shrink:2;
    flex-basis: 46%;*/
    margin: 0px 1% 10px 2%;
  }
  #top-bnr .inline .inline-box.Tbnr03 {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 2 46%;
            flex: 0 2 46%;
    display: inline-block;
    /*flex-grow: 0;
    flex-shrink:2;
    flex-basis: 46%;*/
    margin: 0px 2% 10px 1%;
  }
  /*--------------------
     TB #secondnavi
  --------------------*/
  #secondnavi {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #f3f3f3;
  }
  #secondnavi .inline {
    width: 100%;
    margin: 0 auto;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*--------------------
      #first-contents
  --------------------*/
  #first-contents h1 img {
    width: 60%;
    height: auto;
  }
  #first-contents h1 {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-size: 18px;
  }
  /*--------------------
      SP#our-service
  --------------------*/
  #our-service .inline-box {
    display: block;
  }
  #our-service .inline-box .service-in span {
    min-width: 300px;
  }
  .problem {
    min-width: 300px;
  }
  /*--------------------
      SP#top-member
  --------------------*/
  #top-member {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 30px 10px;
    background: #ffffff;
  }
  #top-member .title02 {
    margin: 0 auto;
  }
  #top-member .w-1224 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
  }
  /*--------------------
      SP#topics
  --------------------*/
  #topics {
    width: 100%;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 10px;
  }
  #topics .inline {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /*-----#news-----*/
  #news {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    display: block;
    margin: 0 0 10px 0;
  }
  #news .view-all a {
    position: absolute;
    bottom: 10px;
    right: 5px;
    font-size: 10px;
    color: #999999;
    background: #eeeeee;
    padding: 0.8em 1em 0.8em;
    border-radius: 1em;
    letter-spacing: 0.2em;
    z-index: 30;
  }
  #news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    width: 100%;
    text-align: left;
    border-bottom: #dcdcdc solid 1px;
    padding: 1.5em 0.5em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #news ul li > .day {
    font-size: 12px;
    padding: 0.2em 0.5em 0.2em 0;
    color: #003768;
    display: table-cell;
  }
  #news ul li > .catego {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    padding: 0.2em 0.1em;
    width: 5em;
    text-align: center;
    display: table-cell;
  }
  #news ul li > .catego a {
    font-size: 11px;
    padding: 0.2em 0.1em;
    color: #ffffff;
    width: 5em;
    text-align: center;
    display: block;
  }
  #news ul li > h3 {
    display: table-cell;
    font-size: 14px;
    text-decoration: none;
    height: 1em;
    overflow: hidden;
    padding: 0.2em 0.4em;
  }
  /*-----#media-----*/
  #media {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    margin: 0;
  }
  /*--------------------
      SP#top-bnr
  --------------------*/
  #top-bnr {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    background: #eeeeee;
  }
  #top-bnr .inline {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
  }
  #top-bnr .inline-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    /*20180424修正*/
  }
  /*#top-bnr .inline-box.Tbnr01{
  	width:96%;
  	display: block;
  	margin: 0px 2% 15px 2%;
  }
  #top-bnr .inline-box.Tbnr02{
  	width: 46%;
  	display: inline-block;
  	margin:0px 2% 10px 1%;
  }
  #top-bnr .inline-box.Tbnr03{
  	width: 46%;
  	display: inline-block;
  	margin:0px 2% 10px 1%;
  }*/
  /*--------------------
      SP#secondnavi
  --------------------*/
  #secondnavi {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: #f3f3f3;
  }
  #secondnavi .inline {
    width: 100%;
    margin: 0 auto;
  }
  #secondnavi .inline-box {
    width: 49%;
    display: inline-block;
    padding: 15px;
  }
}
.p-top #wrapper {
  overflow: hidden;
}
.top-pickup {
  padding: 5rem 1.7857142857rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 0;
  margin: 0;
  margin-bottom: 4.2857142857rem;
  background-image: url(../img/top/top-picup-bg@2x.jpg);
  /* 画像ファイルの指定 */
  background-position: center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
}
.top-pickup .title02 {
  background: none;
}
.top-pickup .title02 span.agenda {
  background: none;
}
.top-pickup__btn {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 66.4285714286rem;
  display: block;
  -webkit-box-shadow: 0 12px 32px 8px rgba(0, 55, 104, 0.08);
          box-shadow: 0 12px 32px 8px rgba(0, 55, 104, 0.08);
  padding: 0.5714285714rem;
  background: #fff;
  position: relative;
}
.top-pickup__btn::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(49.91%, rgba(255, 255, 255, 0)), color-stop(97.79%, #FFF)), url(../img/top/top-picup-img@2x.jpg);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 49.91%, #FFF 97.79%), url(../img/top/top-picup-img@2x.jpg);
  margin: 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-pickup__btn::before {
    width: 40%;
  }
}
@media screen and (max-width: 740px) {
  .top-pickup__btn::before {
    width: 100%;
    height: 17.8571428571rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(55.95%, rgba(255, 255, 255, 0)), to(#FFF)), url(../img/top/top-picup-img@2x.jpg);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55.95%, #FFF 100%), url(../img/top/top-picup-img@2x.jpg);
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: bottom center;
    background-size: cover;
  }
}
@media screen and (max-width: 740px) {
  .top-pickup__btn::before {
    width: 100%;
    height: 10rem;
  }
}
.top-pickup__btn__area {
  width: 100%;
  height: 100%;
  border: solid #003768 1px;
  position: relative;
  z-index: 2;
}
.top-pickup__btn__area__item {
  padding: 1.7857142857rem;
  width: 100%;
  max-width: 30.7142857143rem;
}
@media screen and (max-width: 1024px) {
  .top-pickup__btn__area__item {
    max-width: 60%;
  }
}
@media screen and (max-width: 740px) {
  .top-pickup__btn__area__item {
    max-width: 100%;
    padding-inline: 1.0714285714rem;
    padding-bottom: 10rem;
  }
}
.top-pickup__btn__area__item__title {
  border-bottom: dotted 1px #003768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.8571428571rem;
  padding-bottom: 0.8571428571rem;
}
@media screen and (max-width: 740px) {
  .top-pickup__btn__area__item__title {
    gap: 0 0.5714285714rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-pickup__btn__area__item__title .title {
  font-size: 1.8571428571rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #003768;
}
@media screen and (max-width: 1024px) {
  .top-pickup__btn__area__item__title .title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 740px) {
  .top-pickup__btn__area__item__title .title {
    font-size: 1.2857142857rem;
  }
}
.top-pickup__btn__area__item__title .icon-circle {
  width: 2.4285714286rem;
  height: 2.4285714286rem;
  aspect-ratio: 1/1;
}
.top-pickup__btn__area__item .intro {
  margin-top: 1.4285714286rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=top.css.map */