@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------- font */
@font-face {
  font-family: "SawarabiGothic";
  src: url("../font/SawarabiGothic-Regular.eot?") format('eot'), url("../font/SawarabiGothic-Regular.woff2") format('woff2'), url("../font/SawarabiGothic-Regular.woff") format('woff');
}
@font-face {
  font-family: "SawarabiMincho";
  src: url("../font/SawarabiMincho-Regular.eot?") format('eot'), url("../font/SawarabiMincho-Regular.woff2") format('woff2'), url("../font/SawarabiMincho-Regular.woff") format('woff');
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Medium.eot?") format('eot'), url("../font/NotoSerifJP-Medium.woff2") format('woff2'), url("../font/NotoSerifJP-Medium.woff") format('woff');
}
/* ----------------------------------------------- */
* {
  color: #333;
  font-family: 'SawarabiGothic', sans-serif;
  line-height: 2.0em;
}
html {
  font-size: 60%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6em;
  /*	font-feature-settings: "palt";
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;*/
}
.sp {
  display: none;
}
/* ----------------------------------------------- animation */
.animated {
  opacity: 0;
}
/* ----------------------------------------------- a */
a {
  color: #0062C1;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
  color: #E0120F;
}
a:hover img {
  opacity: 0.9;
}
/* ----------------------------------------------- body */
body {}
/* ----------------------------------------------- wrapper */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  min-height: 100vh;
  background-color: rgba(27, 51, 117);
}
#loader .spinner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: transparent;
}
#loader .circle-border {
  /*width: 70px;
  height: 70px;*/
  width: 60px;
  height: 60px;
  padding: 3px;
  display: block;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 33%, rgba(255, 255, 255, 1) 100%);
  animation: Loadingspin .8s linear 0s infinite;
}
#loader .circle-core {
  width: 100%;
  height: 100%;
  background-color: rgba(27, 51, 117);
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  #loader .spinner-box {
    transform: translate(-50%, -100%);
  }
}
/* ---------- Loadingspinの動き */
@keyframes Loadingspin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* ----------------------------------------------- wrapper */
#wrapper {
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-width: 1200px;
}
/* ----------------------------------------------- header */
header {
  position: relative; /*	background-color: #0062C1;*/
}
/* ----------------------------------------------- header > h1 */
header h1 {
  position: absolute;
  top: 5%;
  left: 5%;
  margin: 0px;
  padding: 0px;
  z-index: 90000;
}
header p.title {
  display: none;
}
/* ----------------------------------------------- header > mainimg */
header #mainimage {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}
header #mainimage ul li {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 95%;
  height: 800px;
}
header #mainimage ul li.active {
  z-index: 9;
}
header #mainimage ul li.last-active {
  z-index: 8;
}
/******************** 202306 追加**/
header #mainimage #topimage01, header #mainimage #topimage02, header #mainimage #topimage03, header #mainimage #topimage04, header #mainimage #topimage05, header #mainimage #topimage06, header #mainimage #topimage07, header #mainimage #topimage08 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}
/******************** 202306 OFF**/
/*header #mainimage #topimage01, header #mainimage #topimage02, header #mainimage #topimage03, header #mainimage #topimage04 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}*/
header #mainimage #topimage01 {
  background-image: url(../img/index/mainimg1.jpg);
}
header #mainimage #topimage02 {
  background-image: url(../img/index/mainimg2.jpg);
}
header #mainimage #topimage03 {
  background-image: url(../img/index/mainimg3.jpg);
}
header #mainimage #topimage04 {
  background-image: url(../img/index/mainimg4.jpg);
}
header #mainimage #topimage05 {
  background-image: url(../img/index/mainimg5.jpg);
}
header #mainimage #topimage06 {
  background-image: url(../img/index/mainimg6.jpg);
}
header #mainimage #topimage07 {
  background-image: url(../img/index/mainimg7.jpg);
}
header #mainimage #topimage08 {
  background-image: url(../img/index/mainimg8.jpg);
}
/******************** 202306 OFF**/
/*header #mainimage #topimage04 {
  background-image: url(../img/index/mainimg4.jpg);
}*/
header #mainimage ul li .inner {
  opacity: 0;
}
header #mainimage ul li:first-of-type .inner {
  opacity: 1;
}
/* ----------------------------------------------- header > header */
header .subimg {
  position: absolute;
  background: rgba(25, 41, 101, 0.6);
  width: 45vw;
  height: 830px;
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
  z-index: 80003;
}
header .subimg_pic {
  position: absolute;
  width: 40vw;
  height: 830px;
  clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
  background-image: url(../img/index/subimg1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 80002;
}
.fade-in {
  opacity: 0;
  animation-name: movel-r;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.fade-in2 {
  opacity: 0;
  animation-name: movel-r;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes movel-r {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ----------------------------------------------- header > h2 */
.passing .passing-box {
  display: block;
  width: 100%;
  height: 800px;
  text-align: right;
}
.passing .passing-bar {
  position: relative;
  /*margin: 170px 60px 0px 0px;*/
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#topimage01 .passing .passing-bar {
  margin: 420px 60px 0px 0px;
}
#topimage02 .passing .passing-bar {
  margin: 100px 60px 0px 0px;
}
#topimage03 .passing .passing-bar {
  margin: 130px 60px 0px 0px;
}
#topimage04 .passing .passing-bar {
  margin: 580px 60px 0px 0px;
}
/**/
.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #1f518f;
}
.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-txt h2 {
  text-align: right;
}
.passing .passing-txt h2 span {
  background: rgba(25, 41, 101, 0.7);
  /*background: rgba(25, 41, 101, 0.3);*/
  font-family: "NotoSerifJP";
  color: #fff;
  font-size: 280%;
  font-weight: normal;
}
.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  animation: passing-txt 0s ease .5s 1 normal forwards;
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
}
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------- nav */
/* ----------------------------------------------- nav > toggle */
nav .toggle * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
nav .toggle {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 30px;
  height: 24px;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  z-index: 100002;
  transform: translate3d(0, 0, 0);
  overflow: visible;
  -webkit-appearance: button;
  margin: 0;
}
nav .toggle::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  background: rgba(27, 51, 117, 1);
  width: 72px;
  height: 70px;
  z-index: 100001;
}
nav .toggle span {
  display: block;
  width: 30px;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100002;
  background-color: #fff;
}
nav .toggle .bar01 {
  top: 0;
}
nav .toggle .bar02 {
  top: 50%;
}
nav .toggle .bar03 {
  top: 100%;
}
/*200925*/
nav .toggle.active span {
  width: 33.94px;
  left: 3px
}
nav .toggle.active .bar01 {
  transform: rotate(0.7853981633974483rad) translateY(-50%);
  top: 0px
}
nav .toggle.active .bar02 {
  opacity: 0;
}
nav .toggle.active .bar03 {
  transform: rotate(-0.7853981633974483rad) translateY(-50%);
  top: calc(100% - 0px)
}
/*元のcss*/
/*nav .toggle.active .bar01 {
	transform: rotate(43deg);
	width: 35px;
}
nav .toggle.active .bar02 {
	opacity: 0;
}
nav .toggle.active .bar03 {
	transform: rotate(-43deg);
	width: 35px;
}*/
/* ----------------------------------------------- nav > overlay */
nav .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background: rgba(27, 51, 117, 0.4);
  display: none;
  top: 0;
  left: 0;
}
/* ----------------------------------------------- nav > nav */
nav {}
nav .nav {
  width: 450px;
  padding: 0 20px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(520px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  background: rgba(27, 51, 117, 1);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
nav .nav::-webkit-scrollbar {
  display: none;
}
nav .nav ul {
  list-style: none;
  margin: 0;
  padding: 0px 40px;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0ms;
  transform: translate(0px) translateZ(0px);
}
/**/
nav .nav ul.main {
  padding-top: 60px;
  padding-bottom: 20px;
}
nav .nav ul.main li {
  margin: 0px;
  padding: 0px;
}
nav .nav ul.main li a {
  display: block;
  padding: 10px 10px;
  color: #fff;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  font-size: 120%;
  text-align: left;
}
/**/
nav .nav ul.sub li {
  margin: 0px;
  padding: 0px;
}
nav .nav ul.sub li a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  text-align: left;
}
nav .nav ul.sub li a::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
nav .nav ul.sub li a:hover::before {
  left: 10px;
}
nav .nav ul.sub li a:link, nav .nav ul.sub li a:active, nav .nav ul.sub li a:visited {
  color: #fff;
  text-decoration: none;
}
/**/
nav .nav ul.lang {
  width: 85%;
  display: table;
  padding-top: 20px;
  padding-bottom: 80px;
}
nav .nav ul.lang li {
  display: table-cell;
  margin: 0px;
  padding: 0px;
  width: 33.3333%;
}
nav .nav ul.lang li a {
  display: block;
  margin: 10px;
  padding: 8px;
  color: #fff;
  background-color: #3F598B;
  text-decoration: none;
  font-size: 85%;
  text-align: center;
}
nav .nav.open {
  transform: translate(0);
}
/* ----------------------------------------------- topics */
#topics {
  background-color: #1f518f;
  width: 100%;
  text-align: center;
}
#topics .inner {
  margin: 0px auto;
  padding: 70px 0px;
  width: 1100px;
  text-align: left;
}
#topics h3 {
  float: left;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 160%;
  font-family: "SawarabiMincho", serif;
}
#topics table {
  float: right;
  width: 890px;
  border-collapse: collapse;
}
#topics table th, #topics table td {
  text-align: left;
  vertical-align: top;
  line-height: 140%;
  color: #fff;
  border-bottom: 1px dotted #fff;
  font-size: 17px;
}
#topics table th {
  width: 18%;
  padding-top: 10px;
}
#topics table td {
  padding: 5px 0px 10px 0px;
}
#topics table td a {
  color: #fff;
}
/**/
#topics .clear {
  clear: both;
  height: 1px;
  border: 0px;
  border: 1px solid transparent;
  color: #1f518f;
}
/* ----------------------------------------------- information */
#info {
  margin: 0px auto;
  padding: 70px 0px;
  width: 1100px;
  text-align: left;
}
#info .inner {
  display: flex;
  flex-wrap: wrap;
}
#info .clear {
  clear: both;
  height: 1px;
  border: 0px;
  border: 1px solid transparent;
  color: #1f518f;
}
#info h3 {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 160%;
  font-family: "SawarabiMincho", serif;
}
#info table {
  position: relative;
  overflow: hidden;
  width: 700px;
  margin: 15px 0px;
  border-collapse: collapse;
  border-top: 1px solid #d2dce8;
  border-bottom: 1px solid #d2dce8;
}
#info table th, #info table td {
  padding: 10px 0px;
  border-bottom: 1px solid #d2dce8;
}
#info table th {
  width: 37%;
}
#info table th span {
  border: 1px solid #2673c1;
  color: #2673c1;
  font-size: 80%;
  padding: 3px 20px;
  margin-left: 20px;
}
#info table td a:link, #info table td a:active, #info table td a:visited {
  color: #333;
}
/**/
#info .side {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}
#info .side p.more {
  padding: 10px 0px;
}
#info .side p.more a {
  position: relative;
  display: block;
  padding: 10px 0px;
  text-align: center;
  background-color: #2673c1;
  border-radius: 50px;
}
#info .side p.more a::before {
  position: absolute;
  content: "";
  left: 75%;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
#info .side p.more a:hover::before {
  left: 78%;
}
#info .side p.more a:link, #info .side p.more a:active, #info .side p.more a:visited {
  color: #fff;
  text-decoration: none;
}
/**/
#info .clear {
  clear: both;
  height: 1px;
  border: 0px;
  border: 1px solid transparent;
  color: #fff;
}
/* ----------------------------------------------- base */
#base {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-image: url(../img/index/base_fixed_bg.jpg);
  text-align: center;
}
#base .inner {
  margin: 0px auto;
  padding: 130px 0px;
  width: 1150px;
  text-align: left;
}
/**/
#base h3 {
  float: left;
  color: #1b3975;
  font-size: 250%;
  font-weight: bold;
  font-family: "SawarabiMincho", serif;
  line-height: 40px;
}
#base h3 span {
  color: #1b3975;
  font-size: 40%;
  font-weight: bold;
}
/**/
#base p.more {
  float: right;
  margin: 0px;
  padding: 10px 0px;
}
#base p.more a {
  position: relative;
  display: block;
  padding: 10px 50px;
  text-align: center;
  background-color: #1b3975;
  border-radius: 50px;
}
#base p.more a::before {
  position: absolute;
  content: "";
  left: 90%;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
#base p.more a:hover::before {
  left: 92%;
}
#base p.more a:link, #base p.more a:active, #base p.more a:visited {
  color: #fff;
  text-decoration: none;
}
/**/
#base ul {
  clear: both;
  display: table;
  width: 1100px;
  margin: 0px auto;
  padding: 0px;
}
#base ul li {
  display: table-cell;
  width: 25%;
}
#base ul li a {
  display: block;
  margin: 30px 12px 0px 12px;
  padding: 120px 0px 30px 0px;
  background-color: #fff;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  box-shadow: 0px 0px 6px 1px #6d8899;
  background-repeat: no-repeat;
  background-position: 50% 35%;
}
#base ul li a:link, #base ul li a:active, #base ul li a:visited {
  color: #000;
  text-decoration: none;
}
#base ul li:nth-child(1) a {
  background-image: url(../img/index/base_icon1.gif);
}
#base ul li:nth-child(2) a {
  background-image: url(../img/index/base_icon2.gif);
}
#base ul li:nth-child(3) a {
  background-image: url(../img/index/base_icon3.gif);
}
#base ul li:nth-child(4) a {
  background-image: url(../img/index/base_icon4.gif);
}
/* delighters */
#base .delighter {
  transition: all .5s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}
#base .delighter.started {
  transform: none;
  opacity: 1;
}
#base .delighter.started.ended {}
/* ----------------------------------------------- visitors */
#visitors {
  position: relative;
  z-index: 10;
  background-image: url(../img/index/visitors_back.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  text-align: center;
}
#visitors .inner {
  margin: 0px auto;
  padding: 130px 0px;
  width: 1130px;
  text-align: left;
}
/**/
#visitors h3 {
  float: left;
  padding-right: 50px;
  color: #fff;
  font-size: 180%;
  font-weight: bold;
  font-family: "SawarabiMincho", serif;
  line-height: 40px;
}
/**/
#visitors ul.nav {
  margin: 0px;
  padding: 0px;
}
#visitors ul.nav li {
  display: inline-block;
}
#visitors ul.nav li a {
  position: relative;
  display: block;
  margin: 0px 10px;
  padding: 10px 0px 10px 20px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
#visitors ul.nav li a::before {
  position: absolute;
  content: "";
  left: 90%;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
#visitors ul.nav li a:link, #visitors ul.nav li a:visited, #visitors ul.nav li a:active {
  color: #fff;
  text-decoration: none;
}
/**/
#visitors ul.menu {
  clear: both;
  display: table;
  margin: 0px;
  padding: 50px 0px 0px 125px;
}
#visitors ul.menu li {
  display: table-cell;
  width: 335px;
  text-align: right;
}
#visitors ul.menu li h4 {
  display: block;
  font-size: 150%;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0px 45px;
  color: #fff;
}
.stickarrow {
  float: right;
  margin: 23px 5px 0px 0px;
  display: inline-block;
  width: 28px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.5s;
}
#visitors ul.menu li a:hover .stickarrow {
  width: 50px;
  transition: 0.5s;
}
#visitors ul.menu li a:link, #visitors ul.menu li a:active, #visitors ul.menu li a:visited {
  color: #fff;
  text-decoration: none;
}
/* ----------------------------------------------- content_nav */
#content_nav {
  position: relative;
  z-index: 10;
  background: rgba(25, 41, 101, 0.3);
}
/******************** 202306 追加**/
#content_nav ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  border-top: 1px solid #fff;
}
/******************** 202306 OFF**/
/*#content_nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}*/
#content_nav li {
  position: relative;
  overflow: hidden;
  width: 33%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #000;
  transition: .8s;
  transition-delay: .8s;
}
#content_nav li:nth-child(2), #content_nav li:nth-child(5), #content_nav li:nth-child(8) {
  width: 34%;
}
#content_nav li:nth-child(11) {
  width: 34.1%;
}
#content_nav li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
}
/******************** 202306 追加**/
#content_nav li:nth-child(1):after {
  background-image: url(../img/index/c_nav_back_byouin.jpg);
}
#content_nav li:nth-child(2):after {
  background-image: url(../img/index/c_nav_back_medical.jpg);
}
#content_nav li:nth-child(3):after {
  background-image: url(../img/index/c_nav_back_sinryouka.jpg);
}
#content_nav li:nth-child(4):after {
  background-image: url(../img/index/c_nav_back_center.jpg);
}
#content_nav li:nth-child(5):after {
  background-image: url(../img/index/c_nav_back_kango.jpg);
}
#content_nav li:nth-child(6):after {
  background-image: url(../img/index/c_nav_back_saigai.jpg);
}
#content_nav li:nth-child(7):after {
  background-image: url(../img/index/c_nav_back_dock.jpg);
}
#content_nav li:nth-child(8):after {
  background-image: url(../img/index/c_nav_back_kenkyu-katsudou.jpg);
}
#content_nav li:nth-child(9):after {
  background-image: url(../img/index/c_nav_back_kurinikaru.jpg);
}
/******************** 202306 OFF**/
/*
#content_nav li:nth-child(1):after {
	background-image: url(../img/index/c_nav_back_byouin.jpg);
}
#content_nav li:nth-child(2):after {
	background-image: url(../img/index/c_nav_back_medical.jpg);
}
#content_nav li:nth-child(3):after {
	background-image: url(../img/index/c_nav_back_sinryouka.jpg);
}
#content_nav li:nth-child(4):after {
	background-image: url(../img/index/c_nav_back_center.jpg);
}
#content_nav li:nth-child(5):after {
	background-image: url(../img/index/c_nav_back_saiyou.jpg);
}
#content_nav li:nth-child(6):after {
	background-image: url(../img/index/c_nav_back_kenkyu-katsudou.jpg);
}
#content_nav li:nth-child(7):after {
	background-image: url(../img/index/c_nav_back_gankyoten.jpg);
}
#content_nav li:nth-child(8):after {
	background-image: url(../img/index/c_nav_back_kango.jpg);
}
#content_nav li:nth-child(9):after {
	background-image: url(../img/index/c_nav_back_kurinikaru.jpg);
}
#content_nav li:nth-child(10):after {
	background-image: url(../img/index/c_nav_back_saigai.jpg);
}
#content_nav li:nth-child(11):after {
	background-image: url(../img/index/c_nav_back_dock.jpg);
}*/
#content_nav li:hover:after {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/******************** 202306 追加**/
#content_nav li div {
  position: relative;
  z-index: 10000;
  display: table;
  width: 100%;
  height: 200px;
}
/******************** 202306 OFF**/
/*#content_nav li article {
  position: relative;
  z-index: 10000;
  display: table;
  width: 100%;
  height: 200px;
}*/
/******************** 202306 追加**/
#content_nav li a {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#content_nav li:nth-last-child(-n+3) a {
  border-bottom: none;
}
/******************** 202306 OFF**/
/*
#content_nav li a {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #fff;
	border-bottom: none;
}
#content_nav li:nth-child(2) a, 
#content_nav li:nth-child(5) a, 
#content_nav li:nth-child(8) a {
  border-left: none;
  border-right: none;
}
#content_nav li:nth-child(11) a {
  border-left: none;
}
#content_nav li:nth-child(9) a {
  border-bottom: 1px solid #fff;
}*/
#content_nav li a:link, #content_nav li a:active, #content_nav li a:visited {
  font-size: 150%;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
#content_nav li span {
  font-size: 80%;
  color: #fff;
}
/* delighters */
#content_nav .delighter {
  transition: all .5s ease-out;
  transform: translateY(20%);
  opacity: 0;
}
#content_nav .delighter.started {
  transform: none;
  opacity: 1;
}
#content_nav .delighter.started.ended {}
/* ----------------------------------------------- student */
#student {
  margin-top: 1px;
  background-color: #1f518e;
  text-align: center;
}
#student .inner {
  margin: 0px auto;
  padding: 100px 0px;
  width: 1130px;
}
/**/
#student .inner div.txt {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#student h3 {
  padding: 0;
  color: #fff;
  font-size: 220%;
  font-weight: bold;
  font-family: "SawarabiMincho", serif;
  line-height: 40px;
}
#student p {
  margin: 6px 0 40px;
  color: #fff;
  font-size: 100%;
  font-family: "SawarabiMincho", serif;
  line-height: 40px;
}
/**/
#student .inner div.nav {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
#student .inner div.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
#student .inner div.nav ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 5px;
  max-width: 560px;
  width: 49%;
  background-color: #fff;
}
#student .inner div.nav ul li a {
  display: block;
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 210px;
}
/******************** 202308 追加**/
#student .inner div.nav ul li a::before {
  position: absolute;
  content: "";
  bottom: 22px;
  left: 22px;
  width: 28px;
  height: 1px;
  background: #52208E;
  transition: all .3s;
  z-index: 10;
}
#student .inner div.nav ul li a:hover::before {
  left: 47px;
}
#student .inner div.nav ul li a::after {
  position: absolute;
  content: "";
  bottom: 26px;
  left: 41px;
  width: 10px;
  height: 1px;
  background: #52208E;
  transform: rotate(45deg);
  transition: all .3s;
  z-index: 10;
}
#student .inner div.nav ul li a:hover::after {
  left: 66px;
}
#student .inner div.nav ul li a div.text {
  display: table-cell;
  margin: auto 0;
  width: 210px;
  height: 210px;
  background-color: #fff;
  vertical-align: middle;
}
/**/
#student .inner div.nav ul li a span {
  display: block;
  font-size: 60%;
  font-weight: normal;
  padding-left: 5px;
}
#student .inner div.nav ul li a:link, #student .inner div.nav ul li a:visited, #student .inner div.nav ul li a:active {
  color: #000;
  font-weight: normal;
  font-size: 120%;
  text-decoration: none;
}
#student .inner div.nav ul li:nth-child(1) a {
  background-image: url(../img/index/student_pic1.jpg);
}
#student .inner div.nav ul li:nth-child(2) a {
  background-image: url(../img/index/student_pic2.jpg);
}
#student .inner div.nav ul li:nth-child(3) a {
  background-image: url(../img/index/student_pic3.jpg);
}
#student .inner div.nav ul li:nth-child(4) a {
  background-image: url(../img/index/student_pic4.jpg);
}
/******************** 202308 OFF**/
/*#student .inner {
  margin: 0px auto;
  padding: 100px 0px;
  width: 1130px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}*/
/**/
/*#student .inner div.txt {
  position: relative;
  overflow: hidden;
  width: 50%;
}*/
/*#student h3 {
  padding: 20px 0px;
  color: #fff;
  font-size: 220%;
  font-weight: bold;
  font-family: "SawarabiMincho", serif;
  line-height: 40px;
  background-image: url(../img/index/student_icon.png);
  background-repeat: no-repeat;
  background-position: 70% center;
}*/
/*#student .inner div.nav {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  width: 50%;
}*/
/*#student .inner div.nav ul li a {
  display: block;
  width: 100%;
  padding: 130px 0px 15px 15px;
  background-repeat: no-repeat;
  background-position: center top;
  border-left: 1px solid #1f518e;
}*/
/*#student .inner div.nav ul li a span {
  font-size: 60%;
  font-weight: normal;
  padding-left: 5px;
}*/
/* ----------------------------------------------- movie */
#movie {
  position: relative;
  padding: 90px 0px;
}
#movie_wrap {
  width: 900px;
  margin: 0px auto;
}
#movie_wrap .bxslider {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#movie_wrap .bx-wrapper {
  margin: 0 auto; /*画像を真ん中に*/
  padding: 0px 60px;
}
#movie_wrap .slider li {
  text-align: center;
  margin: 0px 0px;
  padding: 0px;
}
/**/
#movie .layer-01 { /*青い斜め線*/
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(8, 115, 193, 0.1);
  width: 60vw;
  height: 680px;
  clip-path: polygon(81% 0, 100% 0, 100% 100%, 47% 100%);
  z-index: 2;
}
/* ----------------------------------------------- book */
#book {
  position: relative;
  z-index: 10;
  background-color: #e2e9ee;
  padding: 80px 0px;
  text-align: center;
  margin-bottom: 1px;
}
#book .inner {
  margin: 0px auto;
  width: 870px;
  text-align: left;
}
#book figure {
  float: left;
  height: 175px;
  margin: 0px 40px 0px 0px;
}
#book .inner h3 {
  font-size: 160%;
  font-weight: bold;
  font-family: "SawarabiMincho", serif;
  line-height: 40px;
}
/* ----------------------------------------------- contact */
#contact {
  position: relative;
  z-index: 10;
  background-color: #e2e9ee;
  padding: 50px 0px;
  text-align: center;
  margin-bottom: 1px;
}
#contact .inner {
  margin: 0px auto;
  width: 1150px;
  text-align: left;
}
#contact h4 {
  float: left;
  font-size: 100%;
  margin: 0px;
  padding: 0px 50px 0px 0px;
}
#contact dl {
  display: table;
  float: left;
  margin: 0px;
  padding: 0px;
}
#contact dt, #contact dd {
  display: table-cell;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  vertical-align: middle;
}
#contact dt {
  font-size: 250%;
  font-weight: bold;
  font-family: "SawarabiMincho", serif;
}
#contact dd {
  font-weight: bold;
  font-size: 90%;
}
#contact p {
  float: right;
  width: 230px;
  margin: 0px;
  padding: 10px 0px;
  background-color: #cedbe5;
  text-align: center;
}
/**/
#contact .clear {
  clear: both;
  height: 1px;
  border: 0px;
  border: 1px solid transparent;
  color: #cedbe5;
}
/* ----------------------------------------------- banner */
#banner {
  position: relative;
  z-index: 10;
  background-color: #1f518e;
  padding: 50px 0px;
  text-align: center;
}
#banner .inner {
  margin: 50px auto;
  width: 1050px;
}
#banner .inner ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#banner .inner ul li {
  display: table-cell;
  width: 33.33%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style: none;
}
/* ----------------------------------------------- footer */
footer {
  margin: 50px auto;
  width: 1150px;
  text-align: left;
  font-size: 90%;
  /**/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer a:link, footer a:active, footer a:visited {
  color: #333;
  text-decoration: none;
}
footer li.top::before, footer article ul li::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #333;
  margin-right: 10px;
}
/**/
footer .f_nav {
  /*float: right;*/
  display: table;
  width: 780px;
  /**/
  display: -webkit-flex;
  display: flex;
}
footer .f_nav div {
  display: table-cell;
}
footer .f_nav ul {
  margin: 0px;
  padding: 0px;
}
footer .f_nav ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .f_nav ul li.top {
  margin-bottom: 10px;
  font-weight: bold;
}
footer .f_nav ul li.top a {
  font-weight: bold;
}
footer .f_nav ul li ul li { /*2level*/
  margin: 0px 0px 0px 15px;
}
footer .f_nav ul li.top ul li a { /*2level*/
  font-weight: normal;
}
/******************** 202306 追加**/
footer div {
  /*float: left;*/
  text-align: left;
  width: 300px;
  border-right: none;
}
footer div.address {
  border-right: 1px solid #e6e6e6;
}
footer div.address address {
  font-weight: bold;
  text-align: left;
}
footer div ul {
  margin: 0px;
  padding: 0px;
}
footer div ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/******************** 202306 OFF**/
/*footer article {
  float: left;
  text-align: left;
  width: 300px;
  border-right: 1px solid #e6e6e6;
}
footer article address {
  font-weight: bold;
  text-align: left;
}
footer article ul {
  margin: 0px;
  padding: 0px;
}
footer article ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}*/
/* ----------------------------------------------- copy */
.cr {
  padding: 60px 0px 40px 0px;
  clear: both;
  font-size: 80%;
  text-align: center;
}
/* ----------------------------------------------- pagetop */
#page-top {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  width: 70px;
  height: 70px;
}
#page-top a {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(27, 51, 117, 1);
  transition: 0.5s;
  opacity: 1;
  text-indent: -1000000px;
}
#page-top a span {
  position: relative;
  display: block;
  padding: 10px 0px;
  text-align: center;
}
#page-top a span::before {
  position: absolute;
  content: "";
  left: 40%;
  top: 65%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.5s;
}
#page-top a:hover {
  opacity: 0.5;
}
/* ----------------------------------------------- 表示切替 */
ul.switch {
  display: none;
}
/**/
/******************** 202306追加*/
/* ----------------------------------------------- 採用情報 */
#recruit {
  background-image: url("../img/index/recruit_bg_top.png");
  background-position: top right;
  background-repeat: no-repeat;
}
#recruit .inner {
  text-align: center;
  background-image: url("../img/index/recruit_bg_bottom.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit .lead {
  margin: 0 auto;
  padding-top: 100px;
  width: 1100px;
  text-align: left;
}
/**/
#recruit h3 {
  display: inline-block;
  font-size: 330%;
  font-family: "NotoSerifJP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  line-height: 160%;
  color: #0e2892;
  text-align: left;
}
#recruit h3 span {
  position: relative;
  display: block;
  font-size: 50%;
  font-family: "NotoSerifJP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  color: #0e2892;
}
#recruit h3 span::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 63%;
  height: 1px;
  background-color: #0e2892;
}
#recruit .inner p {
  font-size: 120%;
  font-family: "NotoSerifJP", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  padding-bottom: 20px;
}
/**/
#recruit .banner {
  position: relative;
  width: 1100px;
  height: 320px;
  background: url("../img/index/recruit_banner_back.png") repeat;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 30px;
}
#recruit .banner::before {
  position: absolute;
  content: "";
  right: 50px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all .3s;
}
#recruit .banner:hover::before {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.3)
}
#recruit .banner a {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
}
#recruit .banner a::before {
  position: absolute;
  content: "";
  bottom: 65px;
  right: 65px;
  width: 40px;
  height: 1px;
  background: #fff;
  transition: all .3s;
}
#recruit .banner a:hover::before {
  right: 40px;
}
#recruit .banner a::after {
  position: absolute;
  content: "";
  bottom: 69px;
  right: 65px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
#recruit .banner a:hover::after {
  right: 40px;
}
#recruit .banner a h4 {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 50px;
  top: 30px;
  color: #fff;
  font-size: 300%;
  font-weight: bold;
  text-align: right;
  line-height: 120%;
}
#recruit .banner a h4 span {
  display: block;
  color: #fff;
  font-size: 50%;
  font-weight: bold;
}
#recruit .banner a h4 p {
  margin: 0;
  padding: 20px 0 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 30%;
  font-weight: bold;
  letter-spacing: 2px;
}
/**/
#recruit .link {
  padding: 80px 0 90px;
  text-align: center;
}
#recruit .link ul {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
#recruit .link ul li {
  position: relative;
  display: table;
  margin: 0;
  padding: 0;
  width: 210px;
  height: 210px;
  background-color: #f0eeff;
  border-radius: 100% 100% 0 100%;
  transition: all .4s;
}
#recruit .link ul li:hover {
  background-color: #332583;
}
/*#recruit .link ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #f0eeff;
  transition: all .4s;
}*/
#recruit .link ul li:hover::before {
  background-color: #332583;
  box-shadow: 6px 8px 12px -6px rgba(255, 255, 255, 0.5);
}
#recruit .link ul li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 140%;
  font-weight: bold;
  line-height: 140%;
  transition: all .4s;
}
#recruit .link ul li a:link, #recruit .link ul li a:visited, #recruit .link ul li a:active {
  text-decoration: none;
  color: #332583;
}
#recruit .link ul li a:hover {
  color: #fff;
}
#recruit .link ul li a::before {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #332583;
}
#recruit .link ul li a::after {
  position: absolute;
  content: "+";
  right: 22px;
  bottom: 17px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}
/* ----------------------------------------------- がん治療のハイボリュームセンター */
#cancer {
  /*  background: linear-gradient(75deg, transparent 0%, transparent 55%, #FFAF2B 55%, #FFAF2B 100%);*/
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-image: url("../img/index/canser_back.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#cancer .inner {
  width: 100%;
  padding: 160px 0 130px 0;
  background-image: url("../img/index/canser_back_wt.png"), url("../img/index/canser_back_wb.png");
  background-position: top left, bottom left;
  background-repeat: no-repeat;
}
/*#cancer .inner {
    background: linear-gradient(75deg, transparent 0%, transparent 55%, #FFAF2B 55%, #FFAF2B 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}*/
/**/
#cancer .content_wrap {
  width: 1120px;
  margin: 0 auto;
}
/**/
#cancer .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
#cancer .top h3 {
  font-size: 60px;
  font-family: "NotoSerifJP", serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}
#cancer .top h3 br {
  display: block;
  content: "";
  padding: 5px 0;
}
#cancer .top h3 span.pr {
  font-size: 64px;
  font-family: "NotoSerifJP", serif;
  font-weight: bold;
  color: #00a5be;
  margin: 0;
  padding: 0 2px 0 0;
  line-height: 1.4em;
}
#cancer .top h3 span.under {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#cancer .top h3 span.under span {
  color: #00a5be;
  font-size: 14px;
  background-color: #fff;
  font-family: "NotoSerifJP", serif;
  letter-spacing: 0.1em;
  padding: 0 10px 0 0;
}
#cancer .top h3 span.under::after {
  content: '';
  position: absolute;
  top: 65%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00a5be;
  right: 0;
  z-index: -1;
}
/**/
#cancer .link {
  width: 600px;
  text-align: left;
}
#cancer .link ul {
  list-style: none;
}
#cancer .link ul li {
  position: relative;
  display: table;
  margin: 0 0 20px 0;
  width: 600px;
  min-height: 140px;
  border-radius: 100vh;
  background-color: #fff;
  filter: drop-shadow(0px 0px 8px rgba(0, 165, 190, 0.2));
  transition: all .3s;
}
#cancer .link ul li:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 165, 190, 0.7));
}
#cancer .link ul li::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#cancer .link ul li:nth-child(1)::before {
  background-image: url("../img/index/canser_icon_01.png");
}
#cancer .link ul li:nth-child(2)::before {
  background-image: url("../img/index/canser_icon_02.png");
}
#cancer .link ul li:nth-child(3)::before {
  background-image: url("../img/index/canser_icon_03.png");
}
#cancer .link ul li a {
  display: block;
  padding: 0 140px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
#cancer .link ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  height: 1px;
  width: 31px;
  background: #00a5be;
}
#cancer .link ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translate(0, -50%);
  height: 31px;
  width: 1px;
  background: #00a5be;
}
#cancer .link ul li a:hover {
  opacity: 1;
  color: #000;
}
/**/
#cancer .link ul li a span {
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.0em;
}
#cancer .link ul li a .point {
  color: #00a5be;
}
#cancer .link ul li a .note {
  display: block;
}
/**/
#cancer .bottom {
  text-align: left;
}
#cancer .bottom .more {
  position: relative;
  display: inline-block;
  margin: 40px 0 20px 0;
}
#cancer .bottom .more::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: -5px;
  right: 0;
  background-color: rgba(0, 165, 190, 1.00);
  border-radius: 50%;
  transition: all .3s;
}
#cancer .bottom .more:hover::after {
  background-color: rgba(0, 165, 190, 0.5);
}
#cancer .bottom .more a {
  position: relative;
  display: block;
  height: 70px;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  padding: 0 90px 0 0;
  z-index: 10;
}
#cancer .bottom .more a::before {
  position: absolute;
  content: "";
  bottom: 38px;
  right: 15px;
  width: 35px;
  height: 1px;
  background: #fff;
  transition: all .3s;
}
#cancer .bottom .more a:hover::before {
  right: -10px;
  background-color: rgba(0, 165, 190, 1.00);
}
#cancer .bottom .more a::after {
  position: absolute;
  content: "";
  bottom: 42px;
  right: 15px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
#cancer .bottom .more a:hover::after {
  right: -10px;
  background-color: rgba(0, 165, 190, 1.00);
}
#cancer .bottom .more a span {
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
#cancer .bottom p {
  margin: 0;
  padding: 0;
}
/* ----------------------------------------------- 西濃医療連携 */
#cooperation {
  position: relative;
  overflow: hidden !important;
  border: 6px solid #62BCFF;
  background-image: url("../img/index/renkei_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#cooperation::before {
  position: absolute;
  content: "Seino Medical Alliance";
  left: 7%;
  font-size: 130px;
  font-weight: bold;
  font-family: "NotoSerifJP", serif;
  white-space: pre;
  color: rgba(31, 81, 141, 0.05);
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px 0;
  top: 180px;
  z-index: -1;
}
#cooperation .inner {
  padding: 160px 0 80px 0;
  position: relative;
  background-image: url("../img/index/renkei_bg_btm.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
/**/
#cooperation h3 {
  color: #1F518E;
  font-family: "NotoSerifJP", serif;
  font-size: 46px;
  position: relative;
  padding: 80px 0 0 0;
}
#cooperation h3::after {
  position: absolute;
  content: "Seino Medical Alliance";
  font-size: 14px;
  font-family: "NotoSerifJP", serif;
  color: #000;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -46px;
  display: block;
  overflow: hidden;
}
#cooperation h3 span {}
/**/
#cooperation .link {
  margin: 0 auto;
  width: 1100px;
}
#cooperation .link ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  margin: 40px 0;
  padding: 0;
  align-items: center;
  list-style: none;
}
#cooperation .link ul li {
  width: 100%;
  max-width: 340px;
  margin: 20px;
  position: relative;
  z-index: 1;
}
#cooperation .link ul li::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 54px;
  bottom: 50px;
  right: 0;
  background-color: rgba(31, 81, 142, 1.00);
  border-radius: 50%;
  transition: all .3s;
}
#cooperation .link ul li:hover::after {
  background-color: rgba(31, 81, 142, 0.6);
}
#cooperation .link ul li a {
  text-decoration: none;
  display: block;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
#cooperation .link ul li a::before {
  position: absolute;
  content: "";
  bottom: 75px;
  right: 15px;
  width: 22px;
  height: 1px;
  background: #fff;
  transition: all .3s;
}
#cooperation .link ul li a:hover::before {
  right: -10px;
  background-color: #1F518E;
}
#cooperation .link ul li a::after {
  position: absolute;
  content: "";
  bottom: 78px;
  right: 15px;
  width: 7px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
#cooperation .link ul li a:hover::after {
  right: -10px;
  background-color: #1F518E;
}
/**/
#cooperation .link ul li a .pict {}
#cooperation .link ul li a .pict img {
  width: 340px;
  height: 210px;
  border-radius: 20px 20px 0 20px;
}
#cooperation .link ul li a .text {
  padding: 20px 0;
  font-size: 23px;
  color: #1F518E;
}