@charset "UTF-8";

/**
* デフォルトレイアウト CSS
*
* @author  HAKKO Development Co.,Ltd. az'Ciel division
* @version 2024.
*
*/

/*/-------------　全体　-----------------/*/
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','游ゴシック Medium','YuGothic', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
}

.o-f {
  overflow: hidden;
}

/* 見出し　*/
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
}
h4 {
  font-size: 1.125em;
  font-weight: bold;
}
h5 {
  font-weight: bold;
}

/* 汎用 */
.inner {
  width: 1480px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
.inner_sub {
  width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.inner_sub p {
  margin-bottom: 1em;
}
.btn a {
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  min-width: 220px;
  height: 50px;
  color: #000;
  text-decoration: none;
  background: url('../images/arrow.svg') right 15px top 17px no-repeat, #fff;
  border: 1px solid #000;
  border-radius: 25px;
}

.btn_g a {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  min-width: 160px;
  height: 36px;
  color: #fff;
  text-decoration: none;
  background: url('../images/arrow_w.svg') right 10px top 12px no-repeat, #002561;
  border-radius: 18px;
}

a:hover {
  opacity: 0.5;
}

/*非表示*/
.d-none {
  display: none;
}

.t-reader {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/*/-------------　ヘッダー　-----------------/*/
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 5px 55px 10px 42px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(20px);
  z-index: 100;
}
header a {
  text-decoration: none;
}

#logo {
  display:flex;
  margin-top: 18px;
}
#logo img {
  width: 180px;
  margin-right: 20px;
}
#logo p {
  line-height: 1.3em;
}
#logo p span {
  font-size: 1.0625em;
}
#logo p span:after {
  content: '\A';
  white-space: pre;
}

#navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}
#navi:before {
  content: '';
  display: block;
  width: calc(100% - 390px);
}
#navi ul.languages {
  display: flex;
  width: 70px;
  font-size: 0.875em;
}
#navi ul.languages a {
  color: #666;
}
#navi ul.languages li:first-child:after {
  content: '｜';
}
#modal-open {
  display: none;
}
#navi #search {
  display: flex;
  align-items: center;
  width: 260px;
  margin-bottom: 5px;
}
#navi #search input {
  width: 220px;
  height: 24px;
  border: 1px solid #999;
  border-radius: 6px;
}
#navi #search button {
  background: none;
  border: none;
}
#navi nav {
  margin-right: 45px;
}
#navi nav ul {
  display: flex;
  align-items: center;
}
#navi nav ul li {
  margin-right: 20px;
  font-size: 0.937em;
}
#navi nav ul li a {
  color: #000;
}

#navi_btn {
  position: fixed;
  top: 46px;
  right: 60px;
  z-index: 150;
}
#navi_btn div {
  display: block;
  width: 40px;
  height: 20px;
  border-top: 2px solid #009D8D;
  border-radius: 1px;
  cursor: pointer;
  z-index: 150;
}
#navi_btn div:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 90%;
  height: 2px;
  border-radius: 1px;
  background: #009D8D;
}
#navi_btn div:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 80%;
  height: 2px;
  border-radius: 1px;
  background: #009D8D;
}
#navi_btn div.active {
  display: block;
  position: relative;
  width: 36px;
  height: 20px;
  margin: 5px -7px 0 0;
  border-top: 2px solid #009D8D;
  border-radius: 1px;
  transform: translateY(0) rotate(-45deg);
}
#navi_btn div.active:before {
  display: none;
}
#navi_btn div.active:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #009D8D;
  transform: translateY(0) rotate(-90deg);
}


/*/-------------　メインビジュアル　-----------------/*/
.l-wrapper {
  position: relative;
  height: calc(100svh - 20px);
}
.l-wrapper h2 {
  position: absolute;
  left: 50px;
  top: 52%;
  z-index: 51;
}
.l-wrapper h2 img {
  width: 550px;
  height: auto;
}
.l-wrapper .main {
  width: 100%;
  height: 100%;
  position: relative;
}
/*デフォルト　MAX5枚*/
.l-wrapper .main li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  animation: slide-fade 25s infinite;
}
.l-wrapper .main li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-wrapper .main li:first-child {
  animation-delay: 0;
}
.l-wrapper .main li:nth-child(2) {
  animation-delay: 5s;
}
.l-wrapper .main li:nth-child(3) {
  animation-delay: 10s;
}
.l-wrapper .main li:nth-child(4) {
  animation-delay: 15s;
}
.l-wrapper .main li:nth-child(5) {
  animation-delay: 20s;
}
@keyframes slide-fade {
  0% { opacity: 0; }
  8% { opacity: 1; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}
/*1枚*/
.l-wrapper .main li.li-1 {
  animation: slide-fade1 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes slide-fade1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/*2枚*/
.l-wrapper .main.li-2 li {
  animation: slide-fade2 10s infinite;
}
.l-wrapper .main.li-2 li:first-child {
  animation-delay: 0;
}
.l-wrapper .main.li-2 li:nth-child(2) {
  animation-delay: 5s;
}
@keyframes slide-fade2 {
  0% { opacity: 0; }
  20% { opacity: 1; }
  50% { opacity: 1; }
  60% { opacity: 0; }
  100% { opacity: 0; }
}
/*3枚*/
.l-wrapper .main.li-3 li {
  animation: slide-fade3 15s infinite;
}
.l-wrapper .main.li-3 li:first-child {
  animation-delay: 0;
}
.l-wrapper .main.li-3 li:nth-child(2) {
  animation-delay: 5s;
}
.l-wrapper .main.li-3 li:nth-child(3) {
  animation-delay: 10s;
}
@keyframes slide-fade3 {
  0% { opacity: 0; }
  12.8% { opacity: 1; }
  33% { opacity: 1; }
  43% { opacity: 0; }
  100% { opacity: 0; }
}
/*4枚*/
.l-wrapper .main.li-4 li {
  animation: slide-fade4 20s infinite;
}
.l-wrapper .main.li-4 li:first-child {
  animation-delay: 0;
}
.l-wrapper .main.li-4 li:nth-child(2) {
  animation-delay: 5s;
}
.l-wrapper .main.li-4 li:nth-child(3) {
  animation-delay: 10s;
}
.l-wrapper .main.li-4 li:nth-child(4) {
  animation-delay: 15s;
}
@keyframes slide-fade4 {
  0% { opacity: 0; }
  10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}


/*/-------------　重要なお知らせ　-----------------/*/
#keyinfo {
  margin: 80px 0;
  padding-bottom: 30px;
  background: #E6EDEC;
  overflow: hidden;
}
#keyinfo:before {
  content: '';
  display: block;
  width: 100%;
  height: 46px;
  background: #009D8D;
}
#keyinfo h2 {
  margin-top: -40px;
  color: #fff;
  font-size: 1.625em;
}
#keyinfo ul {
  margin: 40px 0 0;
}
#keyinfo ul li {
  margin-bottom: 20px;
}
#keyinfo ul li a {
  text-decoration:none;
}
#keyinfo ul li:last-child {
  margin-bottom: 10px;
}
#keyinfo div.btn {
  float: right;
  margin-top: -60px;
}

/*/-------------　トピックス＆NEWS　-----------------/*/
#info {
  margin-bottom: 80px;
  overflow: hidden;
}

#info ul.tab {
  display: flex;
  justify-content: right;
  margin-top: -38px;
}
#info ul.tab li a {
  display: block;
  width: 150px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid;
  border-radius: 1px;
}
#info ul.tab li:first-child a { color: #888; }
#info ul.tab li:nth-child(2) a { color: #009D8D; }
#info ul.tab li:nth-child(3) a { color: #1C3C71; }
#info ul.tab li:nth-child(4) a { color: #beaa7d; }

#info ul.tab li.active a {
  color: #fff;
  border-radius: 1px;
}
#info ul.tab li.active:first-child a { background: #999; border-color: #999; }
#info ul.tab li.active:nth-child(2) a { background: #009D8D; border-color: #009D8D; }
#info ul.tab li.active:nth-child(3) a { background: #1C3C71; border-color: #1C3C71; }
#info ul.tab li.active:nth-child(4) a { background: #beaa7d; border-color: #beaa7d; }

#info ul.article {
  margin: 60px 0 0;
}
#info ul.article li {
  margin-bottom: 30px;
}
#info ul.article li span.date {
  display: inline-block;
  width: 5em;
}
#info ul.article li:last-child {
  margin-bottom: 10px;
}
#info ul.article li a {
  color: #000;
  text-decoration: none;
}
#info ul.article li span.cate {
  display:inline-block;
  width:120px;
  margin: 0 20px;
  padding: 3px 5px;
  font-size: 0.875em;
  text-align: center;
  border:1px solid;
}
#info ul.article li.key span.cate { color:#DC2C1C; }
#info ul.article li.product span.cate { color:#009D8D; }
#info ul.article li.institute span.cate { color:#1C3C71; }
#info ul.article li.other span.cate { color:#beaa7d; }

#info div.btn {
  float: right;
}

/*/-------------　お知らせ（別枠）　-----------------/*/
#note {
  margin-bottom: 120px;
  padding: 60px;
  background: #f5f5f5;
}
#note .inner {
  padding: 40px 25px 65px 50px;
  box-sizing: border-box;
  background: #fff;
  border: 1px dotted #999;
}
#note .inner p {
  margin-top: 15px;
}
#note .inner div.btn_g {
  float: right;
}

/*/-------------　医療関係者の皆さま　-----------------/*/
#medical #intro-box {
  display: flex;
  align-items: end;
}
#medical #intro-box .color {
  display: flex;
  align-items: center;
  height: 300px;
  margin-right: 20px;
  padding-right: 90px;
  padding-left: calc(50% - 740px);
  color: #fff;
  background: #002561;
  border-radius: 0 20px 20px 0;
}
#medical #intro-box ul {
  width: calc(50% - 20px);
}
#medical #intro-box ul li {
  width: 220px;
  margin-top: 15px;
}
#medical .swiper {
  width: calc(100% - calc(50% - 740px));
  margin-top: 90px;
  margin-left: calc(50% - 740px);
}
#medical .item {
  margin-top: 10px;
  text-align: left;
}
#medical .item li {
  width: 100%;
  height: auto;
  max-width: 500px;
  text-align: center;
}
#medical .item li a {
  color: #000;
  text-decoration: none;
}
#medical .item li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
  border-radius:1px;
}
#medical .item li h3 {
  font-size: 1.125em;
  font-weight: normal;
}
#medical .item li h3.lock:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 5px;
  background: url(../images/lock.svg) left bottom no-repeat;
  background-size: 18px;
}
#medical .item li p {
  width: 100%;
  margin: 15px 0px;
  text-align: center;
}
#medical:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  margin: 100px 0 80px;
  background: #f5f5f5;
}
.swiper-pagination {
  text-align: left;
  position: static;
  margin-top: 5px;
  z-index: 20;
}
.swiper-pagination span {
  margin: 0 6px;
}
.swiper-pagination-bullet {
  display: inline-block;
  background-color: #D9D9D9;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  opacity: 1;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #002561;
  opacity: 1;
}
/* ページネーションに左右矢印 */
.slide-pagination-wrapper {
  display: flex;
  justify-content: left;
  height: 30px;
}

.swiper-button-prev {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.swiper-button-prev:before{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.swiper-button-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 8px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #002561;
  border-left: 2px solid #002561;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-prev.swiper-button-disabled:before {
  display: none;
}
.swiper-button-prev.swiper-button-disabled:after {
  border-bottom: 2px solid #D9D9D9;
  border-left: 2px solid #D9D9D9;
}
.swiper-button-next {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.swiper-button-next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.swiper-button-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #002561;
  border-right: 2px solid #002561;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-next.swiper-button-disabled:before {
  display: none;
}
.swiper-button-next.swiper-button-disabled:after {
  border-top: 2px solid #D9D9D9;
  border-right: 2px solid #D9D9D9;
}

/* 要ログイン注意書き */
#medical div.membersnote {
  text-align: right;
  margin-right: 8em;
  font-size:80%;
}
#medical div.membersnote:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 22px;
  background: url(../images/lock.svg) left bottom no-repeat;
  background-size: 15px;
  vertical-align: sub;
}

/*/-------------　企業・一般の皆さま　-----------------/*/
#general #intro-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
#general #intro-box .color {
  display: flex;
  align-items: center;
  height: 300px;
  margin-left: 20px;
  padding-right: calc(50% - 740px);
  padding-left: 90px;
  color: #fff;
  background: #009D8D;
  border-radius: 20px 0 0 20px;
}

#general #intro-box .about {
  overflow: hidden;
}
#general #intro-box .about h3,
#general #intro-box .about p {
  margin-right: 300px;
}
#general #intro-box .about .btn {
  float: right;
  margin-top: -50px;
}
#general .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
#general .item li {
  width: calc(25% - 20px);
  text-align: center;
}
#general .item li a {
  color: #000;
  text-decoration: none;
}
#general .item li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 1px;
}
#general .item li h3 {
  font-size: 1.125em;
  font-weight: normal;
}

#general .item:after {
  content: '';
  display: block;
  width: 1480px;
  height: 1px;
  margin: 120px 0;
  background: #bababa;
}


/*/-------------　共通　-----------------/*/
.color .title-block {
  width: 600px;
}
.color p {
  margin-top: 30px;
}


/*/-------------　医療で培った技術は他の分野でも　-----------------/*/

#another h2 {
  text-align: center;
}
#another #service {
  display: flex;
  justify-content: center;
}
#another #service .item {
  max-width: 630px;
  margin: 60px 20px;
}
#another #service .item img {
  margin-bottom: 25px;
  border: 1px solid #ededed;
}
#another #service .item p {
  margin-top: 15px;
  margin-bottom: 25px;
}
#another #service .item .btn {
  display: inline-block;
}


/*/-------------　下層ページ　-----------------/*/
#conteiner_sub {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #bababa;
}
.inner_sub {
  width: 1200px;
  margin: 0 auto;
  line-height: 180%;
}
.inner_sub h2 {
  text-align: center;
  margin-bottom: 50px;
  line-height: normal;
}
.inner_sub h3 {
  margin: 60px 0 30px;
  padding: 10px 20px 10px 22px;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  background: #018777;
  border-radius: 30px;
}
.inner_sub p.lead {
  margin: 20px 10px 50px;
}
.inner_sub p.outline {
  margin: 0 0 50px 10px;
}
.inner_sub .detail-block {
  margin: 30px 10px 50px;
}
.inner_sub .detail-block h4 {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 5px 40px;
  color: #002561;
  font-size: 1.25em;
  font-weight: bold;
}
.inner_sub .detail-block h4:before {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  background: #002561;
}
.inner_sub .detail-block p {
  margin: 15px 10px 20px;
}
.inner_sub .detail-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 10px 30px;
}
.inner_sub .detail-block ul::after {
  content: '';
  width: 32.5%;
  display: block;
}
.inner_sub .detail-block ul li {
  width: 32.5%;
}
.inner_sub .detail-block ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #ededed;
  border-radius: 1px;
}
.inner_sub .detail-block .wp-block-column img {
  border: 1px solid #ededed;
  border-radius: 1px;
}
.inner_sub .detail-block div {
  margin-bottom: 20px;
}
.inner_sub a:hover {
  opacity: 0.5;
}

/*/-------------　ページトップに戻る　-----------------/*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  background: #002561;
  opacity: 0.85;
  z-index: 100;
}
.pagetop span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}
.pagetop span::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}


/*/-------------　フッター　-----------------/*/
footer {
  margin-top: 120px;
  padding: 80px 0 120px;
  background: #E6EDEC;
}

footer #navi-f {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer #navi-f ul.wrap {
  display: flex;
}
footer #navi-f ul.wrap li {
  width: 200px;
  margin-right: 40px;
}
footer #navi-f ul.wrap li ul {
  margin-left:25px;
}

footer #navi-f h4 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
footer #navi-f ul.wrap li ul li {
  margin-bottom: 15px;
  font-size: 0.875em;
}

footer #navi-f ul.wrap li ul li a {
  color: #000;
  text-decoration: none;
}
footer #navi-f ul.wrap li:last-child ul li {
  font-size: 1em;
  font-weight: bold;
}
footer #logo-f img {
  width: 180px;
}
footer #logo-f p {
  color: #009D8D;
}
footer #logo-f p span {
  font-size: 1.125em;
}

footer p#copy {
  margin-top: 90px;
  text-align: center;
}

/*/-------------　ナビ　-----------------/*/
#open-navi {
  position: fixed;
  top:0;
  right: -550px;
  width: 550px;
  height: 100%;
  padding: 90px 25px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.95);
  transition: all 0.6s;
}
#open-navi.open {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  z-index: 130;
}
#open-navi a {
  color: #222;
  text-decoration: none;
}
#open-navi ul li {
  display: flex;
  margin-bottom: 35px;
  padding: 30px 0 0 20px;
  border-radius: 1px;
}
#open-navi ul li h3 {
  width: 32%;
  margin-right: 30px;
  white-space: nowrap;
}
#open-navi ul li ul {
  width: calc(68% - 20px);
  margin-top: 2px;
}
#open-navi ul li ul li {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border-radius: 1px;
}
#open-navi ul li ul li a {
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
}
#open-navi ul li.n-m_m {
  border-top: 2px solid #002561;
}
#open-navi ul li.n-m_m h3 {
  color: #002561;
}
#open-navi ul li.n-m_m ul li {
  background: url(../images/arrow_b.svg) right 3px top 25px no-repeat;
  border-bottom: 1px dashed #002561;
}
#open-navi ul li.n-m_m ul li:hover {
  background-color: #f2f5f9;
}
#open-navi ul li.n-m_g {
  border-top: 2px solid #009D8D;
}
#open-navi ul li.n-m_g h3 {
  color: #009D8D;
}
#open-navi ul li.n-m_g ul li {
  background: url(../images/arrow_g.svg) right 3px top 25px no-repeat;
  border-bottom: 1px dashed #009D8D;
}
#open-navi ul li.n-m_g ul li:hover {
  background-color: #eff4f4;
}
#open-navi ul li.n-m_o {
  border-top: 2px solid #BABABA;
}
#open-navi ul li ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#open-navi ul li.n-m_o ul li:hover {
  text-decoration: underline;
}

/*/----------------------------------------------------------/*/
/*/---　PC二段階　-------------------------------------------/*/
@media screen and (max-width:1500px) and (min-width:1141px) {
  /* 汎用 */
  .inner {
    width: 100%;
    max-width: 1141px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .inner_sub {
    width: 100%;
    max-width: 1141px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }


  /*/-------------　医療関係者の皆さま　-----------------/*/
  #medical #intro-box .color {
    padding-left: 50px;
  }
  #medical #intro-box ul {
    width: calc(50% - 20px);
  }
  #medical .swiper {
    width: calc(100% - 50px);
    margin-left: 50px;
  }

  /*/-------------　企業・一般の皆さま　-----------------/*/
  #general #intro-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
  }
  #general #intro-box .color {
    min-width: 600px;
    padding-right: 50px;
  }
  #general #intro-box .about h3,
  #general #intro-box .about p {
    margin-right: 20px;
    margin-left: 50px;
  }
  #general #intro-box .about .btn {
    float: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 50px;
  }
  #general .item li {
    width: 31%;
    margin-bottom: 40px;
  }
  #general .item:after {
    width: 100%;
    margin: 120px 0;
  }

  /*/-------------　共通　-----------------/*/
  .color .title-block {
    width: 90%;
  }

  /*/-------------　医療で培った技術は他の分野でも　-----------------/*/
  #another #service .item {
    width: 48%;
    max-width: 500px;
    margin: 60px 2%;
  }
  #another #service .item img {
    width: 100%;
    height: auto;
  }

}


/*/----------------------------------------------------------/*/
/*/---　タブレット　-----------------------------------------/*/
@media screen and (max-width:1140px) and (min-width:641px) {
  /* 汎用 */
  .inner {
    width: 100%;
    min-width: 641px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .inner_sub {
    width: 100%;
    min-width: 641px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .inner_sub .detail-block ul::after {
    content: '';
    width: 48.5%;
    display: block;
  }
  .inner_sub .detail-block ul li {
    width: 48.5%;
  }


  /*/-------------　ヘッダー -----------------/*/
  header {
    height: 50px;
  }
  #logo {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: left;
    margin-top: 2px;
  }
  #logo div {
    order: 2;
    width: 100%;
    height: 15px;
  }
  #logo img {
    width: auto;
    height: 15px;
    margin-right: 0;
  }
  #logo p {
    order: 1;
    width: 100%;
    margin-bottom: 2px;
    font-size: 0.75em;
  }
  #logo p span {
    margin-right: -12px;
    font-size: 1em;
  }
  #logo p span:after {
    display: none;
    content: '';
    white-space: none;
  }
  #navi {
    margin-right: 30px;
  }
  #navi #search {
    width: 50px;
    margin-top: 5px;
  }
  #modal-open {
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
  }
  #navi nav {
    display: none;
  }
  #navi #search {
    display: none;
  }
  #navi #search input {
    width: 100%;
  }

  #navi_btn {
    top: 15px;
    right: 50px;
  }

  /*/-------------　重要なお知らせ　-----------------/*/
  #keyinfo {
    text-align: center;
  }
  #keyinfo h2 {
    text-align: center;
  }
  #keyinfo ul {
    margin: 40px 0 0;
    text-align: left;
  }
  #keyinfo ul li {
    padding-bottom: 20px;
    line-height: 150%;
    border-bottom: 1px dashed #666;
  }
  #keyinfo ul li:last-child {
    border-bottom: none;
  }
  #keyinfo ul li span:after {
    content: '\A';
    white-space: pre;
  }
  #keyinfo div.btn {
    float: none;
    display: inline-block;
    margin: 10px auto;
  }

  /*/-------------　トピックス＆NEWS　-----------------/*/
  #info {
    margin-bottom: 80px;
    text-align: center;
    overflow: hidden;
  }
  #info ul.tab {
    display: flex;
    justify-content: left;
    margin-top: 30px;
  }
  #info ul.article {
    margin: 30px 0 0;
    text-align: left;
  }
  #info ul.article li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666;
  }
  #info ul.article li:last-child {
    margin-bottom: 20px;
    border-bottom: none;
  }
  #info ul.article li a {
    color: #000;
    text-decoration: none;
    line-height: 150%;
  }
  #info ul.article li span.cate {
    margin: 0 20px 0 10px;
    padding: 2px 3px;
  }
  #info ul.article li a {
    display: block;
    margin-top: 3px;
  }
  #info div.btn {
    float: none;
    display: inline-block;
    margin: 10px auto;
  }

  /*/-------------　医療関係者の皆さま　-----------------/*/
  #medical #intro-box .color {
    width: calc(100% - 300px);
    padding-left: 50px;
  }
  #medical #intro-box ul {
    width: calc(50% - 20px);
  }
  #medical .swiper {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
  #medical:after {
    margin: 50px 0 80px;
  }
  .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 6px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  @media screen and (max-width:1000px) {
    #medical #intro-box {
      display: block;
    }
    #medical #intro-box .color {
      width: auto;
      margin-right: 50px;
      margin-bottom: 20px;
    }
    #medical #intro-box ul {
      margin-left: 50px;
    }
    #medical .swiper {
      margin-top: 50px;
    }

  }

  /*/-------------　企業・一般の皆さま　-----------------/*/
  #general #intro-box {
    display: block;
  }
  #general #intro-box .color {
    width: 90%;
    min-width: 200px;
    margin-bottom: 20px;
  }
  #general #intro-box .about h3,
  #general #intro-box .about p {
    margin-right: 0;
    margin-left: 50px;
  }
  #general #intro-box .about h3 {
    margin-top: 20px;
  }
  #general #intro-box .about .btn {
    float: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 50px;
  }
  #general .item {
    margin-top: 50px;
  }
  #general .item li {
    width: 31%;
    margin-bottom: 30px;
  }
  #general .item:after {
    width: 100%;
    margin: 80px 0;
  }

  /*/-------------　医療で培った技術は他の分野でも　-----------------/*/
  #another #service .item {
    width: 48%;
    max-width: 500px;
    margin: 60px 2%;
  }
  #another #service .item img {
    width: 100%;
    height: auto;
  }

  /*/-------------　フッター　-----------------/*/
  footer #navi-f {
    display: block;
  }
  footer #logo-f {
    margin-top: 80px;
    text-align: center;
  }
  footer p#copy {
    margin-top: 50px;
  }

}

/*/----------------------------------------------------------/*/
/*/---　スマホ　---------------------------------------------/*/
@media screen and (max-width:640px) {
  /* 見出し　*/
  h2,h3,h4,h5 {
    text-align: center;
  }
  /* 汎用 */
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .inner_sub {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .inner_sub .detail-block ul::after {
    content: '';
    width: 0;
    display: none;
  }
  .inner_sub .detail-block ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .inner_sub .detail-block h4 {
    padding: 0 0 5px 40px;
    text-align: left;
  }
  .inner_sub .detail-block div,
  .inner_sub .detail-block div img {
    width: 98%;
  }

  /*/-------------　ヘッダー -----------------/*/
  header {
    height: 50px;
    padding: 5px 30px 10px 20px;
  }
  #logo {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: left;
    margin-top: 2px;
  }
  #logo div {
    order: 2;
    width: 100%;
    height: 15px;
  }
  #logo img {
    width: auto;
    height: 15px;
    margin-right: 0;
  }
  #logo p {
    order: 1;
    width: 100%;
    margin-bottom: 2px;
    font-size: 0.75em;
  }
  #logo p span {
    margin-right: -12px;
    font-size: 1em;
  }
  #logo p span:after {
    display: none;
    content: '';
    white-space: none;
  }
  #navi {
    margin-right: 30px;
  }
  #navi #search {
    width: 50px;
    margin-top: 5px;
  }
  #modal-open {
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
  }
  #navi #search {
    display: none;
  }
  #navi #search input {
    width: 100%;
  }
  #navi ul.languages,
  #navi nav {
    display: none;
  }
  #navi_btn {
    top: 15px;
    right: 30px;
  }

  /*/-------------　メインビジュアル -----------------/*/

  .l-wrapper h2 {
    width: 90%;
    left: 5%;
    display: flex;
    justify-content: center;
  }
  .l-wrapper h2 img {
    max-width: 620px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .l-wrapper .main {
    width: auto;
    height: 100%;
    position: relative;
  }

  /* メインビジュアルの左右よせ設定 */
  .l-wrapper .main li.img-right img {
    object-position: right;
  }
  .l-wrapper .main li.img-right10 img {
    object-position: top 0 right 10%;
  }
  .l-wrapper .main li.img-right15 img {
    object-position: top 0 right 15%;
  }
  .l-wrapper .main li.img-left img {
    object-position: left;
  }
  .l-wrapper .main li.img-left10 img {
    object-position: top 0 left 10%;
  }
  .l-wrapper .main li.img-left15 img {
    object-position: top 0 left 15%;
  }

  /*/-------------　重要なお知らせ　-----------------/*/
  #keyinfo {
    text-align: center;
  }
  #keyinfo h2 {
    text-align: center;
  }
  #keyinfo ul {
    margin: 40px 0 0;
    text-align: left;
  }
  #keyinfo ul li {
    padding-bottom: 20px;
    line-height: 150%;
    border-bottom: 1px dashed #666;
  }
  #keyinfo ul li:last-child {
    border-bottom: none;
  }
  #keyinfo ul li span:after {
    content: '\A';
    white-space: pre;
  }
  #keyinfo div.btn {
    float: none;
    display: inline-block;
    margin: 10px auto;
  }

  /*/-------------　トピックス＆NEWS　-----------------/*/
  #info {
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
  }
  #info ul.tab {
    display: flex;
    justify-content: left;
    margin-top: 30px;
  }
  #info ul.tab li {
    width: calc(25% - 2px);
    margin: 0 1px;
  }
  #info ul.tab li a {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 0.875em;
  }
  #info ul.tab li:nth-child(3) a { color: #1C3C71; font-size: 0.75em; padding: 1px 0 2px; }
  #info ul.tab li.active:nth-child(3) a { color: #fff; }
  #info ul.article {
    margin: 30px 0 0;
    text-align: left;
  }
  #info ul.article li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666;
  }
  #info ul.article li:last-child {
    margin-bottom: 20px;
    border-bottom: none;
  }
  #info ul.article li a {
    color: #000;
    text-decoration: none;
    line-height: 150%;
  }
  #info ul.article li span.cate {
    margin: 0 20px;
    padding: 2px 3px;
  }
  #info ul.article li a {
    display: block;
    margin-top: 3px;
  }
  #info div.btn {
    float: none;
    display: inline-block;
    margin: 10px auto;
  }

  /*/-------------　お知らせ（別枠）　-----------------/*/
  #note {
    margin-bottom: 80px;
    padding: 30px 25px;
    background: #f5f5f5;
    text-align: center;
  }
  #note h3 {
    text-align: left;
  }
  #note .inner {
    padding: 30px 20px 30px 25px;
    box-sizing: border-box;
  }
  #note .inner p {
    margin-top: 20px;
    text-align: left;
  }
  #note .inner div.btn_g {
    float: none;
    display: inline-block;
    margin: 30px auto 0;
  }

  /*/-------------　医療関係者の皆さま　-----------------/*/
  #medical #intro-box {
    display: block;
  }
  #medical #intro-box .color {
    display: block;
    height: auto;
    margin-right: 0;
    padding: 50px 30px;
    border-radius: 0;
  }
  #medical #intro-box ul {
    width: calc(100% - 30px);
    margin: 30px;
  }
  #medical #intro-box ul li {
    width: 220px;
    margin-top: 15px;
  }
  #medical .swiper {
    width: 95%;
    margin-top: 50px;
    margin-left: 5%;
  }
  #medical:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    margin: 80px 0 60px;
    background: #f5f5f5;
  }
  .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 6px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  /*/-------------　企業・一般の皆さま　-----------------/*/
  #general #intro-box {
    display: block;
    text-align: center;
  }
  #general #intro-box .color {
    display: block;
    height: auto;
    margin-left: 0;
    padding: 50px 30px;
    border-radius: 0;
  }
  #general #intro-box .color p {
    text-align: left;
  }
  #general #intro-box .about {
    margin-top: 30px;
    overflow: hidden;
  }
  #general #intro-box .about h3,
  #general #intro-box .about p {
    width: calc(100% - 60px);
    margin: 0 30px;
    text-align: left;
  }
  #general #intro-box .about .btn {
    float: none;
    display: inline-block;
    margin: 30px auto;
  }
  #general .item {
    display: block;
    margin-top: 40px;
  }
  #general .item li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #general .item li img {
    margin-bottom: 8px;
  }
  #general .item:after {
    width: 100%;
    margin: 80px 0 60px;
  }

  /*/-------------　共通　-----------------/*/
  .color .title-block {
    width: 90%;
    margin: 0 auto;
  }

  /*/-------------　医療で培った技術は他の分野でも　-----------------/*/
  #another h2 {
    font-size: 1.75em;
  }
  #another h2 span:after {
    content: '\A';
    white-space: pre;
  }
  #another #service {
    display: block;
  }
  #another #service .item {
    width: 100%;
    max-width: 100%;
    margin: 60px 0;
  }
  #another #service .item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #another #service .item h3 {
    text-align: left;
  }

  /*/-------------　ページトップに戻る　-----------------/*/
  .pagetop {
    bottom: 20px;
  }

  /*/-------------　フッター　-----------------/*/
  footer {
    margin-top: 90px;
    padding: 60px 0 40px;
    background: #E6EDEC;
  }
  footer #navi-f {
    display: block;
  }
  footer #navi-f ul.wrap {
    display: none;
  }
  footer #logo-f {
    text-align: center;
  }
  footer #logo-f img {
    width: auto;
    height: 20px;
  }
  footer p#copy {
    margin-top: 50px;
    text-align: center;
  }

  /*/-------------　ナビ　-----------------/*/
  #open-navi {
    right: -100%;
    width: 100%;
  }
  #open-navi ul li {
    display: block;
    margin-bottom: 35px;
    padding: 30px 0 0 20px;
    border-radius: 1px;
  }
  #open-navi ul li h3 {
    width: 100%;
    margin-right: 30px;
    white-space: nowrap;
  }
  #open-navi ul li ul {
    width: calc(100% - 20px);
    margin-top: 20px;
  }

}

/* CMS対応 */
strong {
  font-weight : bold ;
}
/* 画像キャプションを中央寄せにする処理 */
.wp-block-image figcaption {
  text-align: center;
}