@charset "UTF-8";
/*
Theme Name: 岡山大学病院　放射線科
Description:岡山大学病院　放射線科
Theme URI:
Author: 株式会社ハジメクリエイト
Author URI: http://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  color: #000000;
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-family: fot-tsukuardgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  width: 100%;
  border-top: solid 4px #fe7579;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__body {
  height: 72px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header__logo {
  width: 404px;
  height: 120px;
  margin: 0 2.0833333333vw;
}
.header__nav {
  padding: 12px 0;
  width: 100%;
  max-width: 800px;
}
.header__nav__list {
  display: flex;
  width: 100%;
}
.header__nav__item {
  width: 25%;
  border-left: solid 1px #AFAFAF;
}
.header__nav__item:nth-child(7) {
  min-width: 172px;
}
.header__nav__item > p {
  display: block;
  height: 48px;
  padding: 10px 4px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.header__nav__item > p a {
  color: #000000;
}
.header__nav__item > p:after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  margin: 0 auto;
  background-image: url(images/icn_arrow01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
}
.header__subnav {
  margin: 0 0 0 auto;
  padding: 56px 4.1666666667vw 0 4.1666666667vw;
  position: absolute;
  top: 60px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: 15;
  transform: translateY(20px);
}
.header__subnav--active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header__subnav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
}
.header__subnav__bg--active {
  visibility: visible;
  opacity: 1;
}
.header__subnav__body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 40px 8px 48px;
  background-color: rgba(255, 152, 152, 0.8);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.header__subnav__ttl {
  min-width: max-content;
  padding-right: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 72px;
  color: #FFF;
  border-right: solid 1px #FFF;
}
.header__subnav__ttl a {
  color: #FFF;
}
.header__subnav__list {
  padding: 16px 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__subnav__item {
  display: block;
  width: 200px;
  margin: 0 0 24px 1.6666666667vw;
}
.header__subnav__item p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
}
.header__subnav__item p span {
  display: inline-block;
}
.header__subnav__item:hover .header__subnav__image img {
  transform: scale(1.2);
}
.header__subnav__image {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}
.header__subnav__image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.header__subnav__child {
  display: none;
}
.header__menubtn {
  display: none;
}

.footer__link {
  padding: 64px 20px;
  background-color: #ff9898;
}
.footer__link__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__link__item {
  width: 25%;
}
.footer__link__item:last-child {
  min-width: 230px;
}
.footer__link__ttl {
  padding: 0 8px 0 12.5%;
  border-left: solid 1px #FFF;
}
.footer__link__ttl a {
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  color: #FFF;
}
.footer__link__list {
  margin: 16px auto 0 12.5%;
}
.footer__link__list > li {
  margin: 0 0 10px;
}
.footer__link__list > li:last-child {
  margin: 0;
}
.footer__link__list > li > a {
  display: block;
  width: max-content;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
}
.footer__link__child {
  margin: 0;
  padding: 0;
}
.footer__link__child li {
  margin: 4px 0 0;
  position: relative;
}
.footer__link__child li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.461;
  color: #FFF;
}
.footer__main {
  padding: 40px 20px 32px;
}
.footer__main__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__main__lt {
  display: flex;
  justify-content: flex-start;
}
.footer__info {
  max-width: 284px;
  margin: 0 40px 0 0;
}
.footer__info__logo {
  max-width: 273px;
}
.footer__info__logo a {
  transition: all 0.5s;
}
.footer__info__logo a:hover {
  opacity: 0.7;
}
.footer__info__address {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.footer__info__tel {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.footer__bnr {
  max-width: 194px;
  margin: 0 16px 0 0;
}
.footer__bnr__item {
  width: 100%;
  margin: 0 0 10px;
}
.footer__bnr__item:last-child {
  margin: 0;
}
.footer__bnr__item a {
  transition: all 0.5s;
}
.footer__bnr__item a:hover {
  opacity: 0.7;
}
.footer__nav {
  margin: 0 0 0 auto;
}
.footer__nav ul {
  display: flex;
}
.footer__nav ul li {
  margin: 0 32px 0 0;
  padding: 40px 0 0;
}
.footer__nav ul li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  transition: all 0.5s;
}
.footer__nav ul li a:hover {
  color: #AFAFAF;
}
.footer__nav ul li:last-child {
  margin: 0;
}
.footer__nav ul li:last-child a {
  display: inline-block;
  width: 120px;
  height: 28px;
  text-align: center;
  color: #FFF;
  background-color: #AFAFAF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  transition: all 0.5s;
}
.footer__nav ul li:last-child a:hover {
  background-color: #A5D0EC;
}
.footer__copyright {
  font-size: 10px;
  text-align: center;
  line-height: 42px;
  color: #FFF;
  background-color: #A5D0EC;
}

.pagetop {
  display: none;
  position: fixed;
  right: 48px;
  z-index: 10;
}
.pagetop-btn {
  width: 80px;
  transition: all 0.5s;
}
.pagetop-btn img {
  width: 100%;
}
.pagetop-btn:hover {
  opacity: 0.7;
}

.pankuzu {
  padding: 20px 20px 0;
}
.pankuzu__body {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0;
}
.pankuzu__body a {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pankuzu__body a:hover {
  color: #fe7579;
}
.pankuzu__body a:first-child {
  width: 16px;
  height: 16px;
}
.pankuzu__body a:first-child:hover {
  opacity: 0.7;
}
.pankuzu__body a:first-child img {
  vertical-align: top;
}
.pankuzu__body span {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.pankuzu__body span:last-child {
  display: inline;
  margin-right: 0;
}

.common-keyimg {
  margin: 76px auto 0;
  height: 320px;
  background-image: url(images/common_img_keyimg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-keyimg__ttl {
  padding: 16px 0 0;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.31);
}
.common-keyimg__ttl .main {
  display: block;
  font-size: 56px;
}
.common-keyimg__ttl .main span {
  display: inline-block;
}
.common-keyimg__ttl .small {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.common-btn01 a {
  display: block;
  margin: 0 auto;
  width: 232px;
  height: 64px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fe7579;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.common-btn01 a img {
  display: inline-block;
  margin-left: 10px;
  width: 7px;
  vertical-align: baseline;
}
.common-btn01 a span {
  position: relative;
  z-index: 4;
}
.common-btn01 a:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fe7579;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.common-btn01 a:hover {
  color: #FFF;
}
.common-btn01 a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.common-btn02 {
  display: block;
  margin: 0;
  min-width: 160px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  color: #fe7579;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.common-btn02 img {
  display: inline-block;
  margin-left: 2px;
  width: 7px;
  vertical-align: baseline;
}
.common-btn02 span {
  position: relative;
  z-index: 4;
}
.common-btn02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fe7579;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.common-btn02:hover {
  color: #FFF;
}
.common-btn02:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.common-bnr01__body {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.common-bnr01__item {
  display: block;
  width: 280px;
  margin: 44px;
  padding: 2px;
  background-color: #ff9898;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.common-bnr01__item:hover .common-bnr01__item__image img {
  transform: scale(1.2);
}
.common-bnr01__item__image {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 1;
  position: relative;
}
.common-bnr01__item__image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.common-bnr01__item__image img:last-child {
  display: none;
}
.common-bnr01__item__ttl01, .common-bnr01__item__ttl02 {
  font-size: 24px;
  height: 64px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-bnr01__item__ttl02 {
  height: 80px;
  font-size: 22px;
}

.common-bnr02__body {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.common-bnr02__item {
  display: block;
  width: 400px;
  margin: 20px;
  padding: 2px;
  background-color: #fe7579;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.common-bnr02__item:hover .common-bnr02__item__image img {
  transform: scale(1.2);
}
.common-bnr02__item__image {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 1;
  position: relative;
}
.common-bnr02__item__image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.common-bnr02__item__image img:last-child {
  display: none;
}
.common-bnr02__item__ttl01 {
  font-size: 22px;
  height: 64px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-bnr03__body {
  max-width: 1280px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-bnr03__item {
  display: block;
  width: 400px;
  margin: 0 0 40px;
  padding: 2px;
  background-color: #ff9898;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.common-bnr03__item:hover .common-bnr03__item__image img {
  transform: scale(1.2);
}
.common-bnr03__item__image {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 1;
  position: relative;
}
.common-bnr03__item__image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.common-bnr03__item__image img:last-child {
  display: none;
}
.common-bnr03__item__ttl01, .common-bnr03__item__ttl02 {
  font-size: 22px;
  height: 64px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-bnr03__item__ttl02 {
  height: 80px;
}

.common-ttl01 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
  color: #FFF;
  background-image: url(images/common_bg_ttl01_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.common-ttl01 span {
  display: inline-block;
}

.common-ttl02 {
  margin: 40px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  position: relative;
}
.common-ttl02:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 4px;
  background-color: #fe7579;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.common-ttl03 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 0 8px 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  border-left: solid 8px #fe7579;
  word-break: break-word;
}

.common-ttl04 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  color: #000000;
  background-color: #fff5f5;
  border-left: solid 4px #fe7579;
}

.common-ttl05 {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  color: #000000;
  background-color: #FFF1E6;
  border-left: solid 4px #ff9b24;
}

.common-txtlink01 {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  color: #fe7579;
  padding-bottom: 4px;
  background: linear-gradient(#fe7579, #fe7579) 0 100%/100% 1px no-repeat;
}
.common-txtlink01:hover {
  animation: line-anime 0.5s ease-in;
}

.common-txtlink02 {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  color: #000000;
  padding-bottom: 4px;
  background: linear-gradient(#fe7579, #fe7579) 0 100%/100% 1px no-repeat;
  transition: all 0.5s;
}
.common-txtlink02:hover {
  color: #fe7579;
  animation: line-anime 0.5s ease-in;
}

.common-link01 {
  margin: 48px auto 0;
  padding: 0 20px;
}
.common-link01__body {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.common-link01__body:first-of-type {
  margin: 0 auto;
}
.common-link01__txt {
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.common-link01__txt:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fe7579;
  position: absolute;
  top: 12px;
  left: 0;
}

.common-link02 {
  margin: 24px auto 0;
}
.common-link02__body {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.common-link02__item {
  width: 400px;
  margin: 0 20px 40px;
}
.common-link02__item__ttl01, .common-link02__item__ttl02 {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.32;
  color: #FFF;
  background-color: #fe7579;
}
.common-link02__item__ttl01 span, .common-link02__item__ttl02 span {
  display: inline-block;
}
.common-link02__item__ttl02 {
  display: block;
  padding: 14px 8px;
  text-align: center;
}
.common-link02__item__body {
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff5f5;
}
.common-link02__item__btn {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 64px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fe7579;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.common-link02__item__btn span {
  position: relative;
  z-index: 4;
}
.common-link02__item__btn img {
  display: inline-block;
  margin-left: 10px;
  width: 7px;
  vertical-align: baseline;
}
.common-link02__item__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fe7579;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.common-link02__item__btn:hover {
  color: #FFF;
}
.common-link02__item__btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@keyframes line-anime {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
.hov-line {
  position: relative;
}
.hov-line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: -2px;
  top: 56%;
  transition: all 0.5s;
}
.hov-line:hover:before {
  width: 106%;
}

.top-keyimg {
  margin: 76px auto 0;
  position: relative;
}
.top-keyimg__slider {
  margin-top: 76px;
  height: 880px;
  position: relative;
  overflow: hidden;
}
.top-keyimg__slider__image {
  width: 100%;
  height: 880px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-animation: keyimgslider 24s 0s infinite;
  animation: keyimgslider 24s 0s infinite;
}
.top-keyimg__slider__image:first-child {
  background-image: url(images/top_img_keyimg01_pc.jpg);
}
.top-keyimg__slider__image:nth-child(2) {
  background-image: url(images/top_img_keyimg02_pc.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.top-keyimg__slider__image:nth-child(3) {
  background-image: url(images/top_img_keyimg03_pc.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.top-keyimg__slider__image:nth-child(4) {
  background-image: url(images/top_img_keyimg04_pc.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
@keyframes keyimgslider {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.top-keyimg__ttl {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.75;
  color: #FFF;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.31);
  position: absolute;
  bottom: 120px;
  left: 102px;
  opacity: 0;
  z-index: 20;
}
.top-keyimg__scroll {
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 20;
}
.top-keyimg__scroll p {
  font-size: 20px;
  color: #FFF;
  text-align: center;
  position: relative;
}
.top-keyimg__scroll p:before {
  content: url("images/icn_arrow05.svg");
  width: 35px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  animation: scroll 2s infinite;
  -webkit-animation: scroll 2s infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.top-news {
  padding: 136px 20px 120px;
}
.top-news__body {
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__ttl {
  min-width: 232px;
  padding-top: 58px;
  margin-right: 10px;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.top-news__ttl span {
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
  letter-spacing: 3px;
}
.top-news__contents {
  width: 70.5882352941%;
  padding: 0 24px;
}
.top-news__item {
  width: 100%;
  margin: 0 0 10px;
  padding: 25px 5.2083333333% 25px 5.2083333333%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  position: relative;
}
.top-news__item:last-child {
  margin: 0;
}
.top-news__item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.top-news__item__new {
  display: inline-block;
  width: 51px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  vertical-align: bottom;
  color: #FFF;
  background-color: #6fb2ec;
}
.top-news__item__date {
  display: inline-block;
  margin-right: 24px;
  font-size: 16px;
  color: #000000;
}
.top-news__item__cat {
  display: inline-block;
  padding: 0 14px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  vertical-align: bottom;
  color: #FFF;
  background-color: #fe7579;
  position: relative;
  z-index: 20;
}
.top-news__item__ttl {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news__item__btn {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  right: -24px;
  transition: all 0.5s;
}
.top-news__item__btn img {
  opacity: 1;
  transition: all 0.5s;
}
.top-news__item__btn:before {
  content: url("images/icn_arrow06.svg");
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  transition: all 0.5s;
}
.top-news__item__btn--active img {
  opacity: 0;
}
.top-news__item__btn--active:before {
  visibility: visible;
  opacity: 1;
}
.top-news__more {
  position: absolute;
  top: 205px;
  left: 0;
}
.top-about {
  background-color: #fff5f5;
}
.top-about__body {
  max-width: 1920px;
  margin: 0 auto;
}
.top-about__contents {
  max-width: 1688px;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-about__image {
  max-width: 960px;
}
.top-about__main {
  max-width: 552px;
  min-width: 552px;
  margin: 0 auto 0 24px;
  padding: 140px 0 80px 64px;
}
.top-about__ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.top-about__ttl__box01 {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-about__ttl__box01 span {
  display: inline-block;
}
.top-about__ttl__box01 span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
.top-about__ttl__box01 span:last-child {
  margin-left: 48px;
  width: 224px;
  height: 64px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  position: relative;
}
.top-about__ttl__box01 span:last-child:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fe7579;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: -32px;
}
.top-about__ttl__box02 {
  margin-right: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-about__ttl__box02 span {
  display: inline-block;
}
.top-about__ttl__box02 span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
.top-about__ttl__box02 span:last-child {
  margin-left: 48px;
  width: 192px;
  height: 64px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  position: relative;
}
.top-about__ttl__box02 span:last-child:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fe7579;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: -32px;
}
.top-about__ttl__box03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
.top-about__txt {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.75;
  color: #000000;
}
.top-about__btn {
  margin: 40px 0 0;
}
.top-about__btn a {
  width: 280px;
}
.top-bnr {
  padding: 116px 20px 100px;
}
.top-access {
  padding: 76px 20px;
  min-height: 636px;
  background: linear-gradient(18.3deg, rgba(255, 235, 133, 0.4), rgba(255, 177, 117, 0.4) 50%, rgba(255, 196, 198, 0.4));
}
.top-access__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-access__info {
  margin: 44px auto;
  width: 450px;
}
.top-access__ttl {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
.top-access__bnr {
  margin-top: 18px;
  width: 450px;
}
.top-access__txt {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.75;
  color: #000000;
}
.top-access__btn {
  margin: 18px 0 0;
}
.top-access__btn a {
  width: 280px;
}
.top-access__image {
  width: 654px;
  height: fit-content;
  margin: 44px auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.news, .clinical, .depStaff {
  padding: 0 0 120px;
}
.news-body, .clinical-body, .depStaff-body {
  padding: 120px 124px 0 124px;
}
.news-item, .clinical-item, .depStaff-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 24px;
  max-width: 1072px;
  margin: 16px auto 0;
  border-bottom: solid 2px #fe7579;
  position: relative;
}
.news-item:first-child, .clinical-item:first-child, .depStaff-item:first-child {
  margin: 0 auto;
}
.news-item__date, .clinical-item__date, .depStaff-item__date {
  min-width: 272px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 2;
}
.news-item__date__mark, .clinical-item__date__mark, .depStaff-item__date__mark {
  display: inline-block;
  margin: 0 12px 0 0;
  width: 64px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #fe7579;
  border: solid 1px #fe7579;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.news-item__ttl, .clinical-item__ttl, .depStaff-item__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.news-item__ttl a, .clinical-item__ttl a, .depStaff-item__ttl a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  transition: all 0.5s;
}
.news-item__ttl a:hover, .clinical-item__ttl a:hover, .depStaff-item__ttl a:hover {
  color: #fe7579;
}
.news-item__new, .news-item__update, .clinical-item__new, .clinical-item__update, .depStaff-item__new, .depStaff-item__update {
  width: 65px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  background-color: #6fb2ec;
  position: absolute;
  top: calc(50% - 16px);
  left: -89px;
}
.news-item__update, .clinical-item__update, .depStaff-item__update {
  background-color: #ff9b24;
}
.news-pager, .clinical-pager, .depStaff-pager {
  margin: 48px auto 0;
}
.news-pager ul, .clinical-pager ul, .depStaff-pager ul {
  display: flex;
  justify-content: center;
}
.news-pager ul a, .news-pager ul span, .clinical-pager ul a, .clinical-pager ul span, .depStaff-pager ul a, .depStaff-pager ul span {
  margin: 0 7px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  color: #fe7579;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s;
}
.news-pager ul a:hover, .clinical-pager ul a:hover, .depStaff-pager ul a:hover {
  color: #FFF;
  background-color: #fe7579;
}
.news-pager ul a.prev, .clinical-pager ul a.prev, .depStaff-pager ul a.prev {
  border: none;
  position: relative;
}
.news-pager ul a.prev img, .clinical-pager ul a.prev img, .depStaff-pager ul a.prev img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition: all 0.5s;
}
.news-pager ul a.prev img:last-child, .clinical-pager ul a.prev img:last-child, .depStaff-pager ul a.prev img:last-child {
  display: none;
}
.news-pager ul a.prev:before, .clinical-pager ul a.prev:before, .depStaff-pager ul a.prev:before {
  content: url(images/icn_arrow06.svg);
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  transition: all 0.5s;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.news-pager ul a.prev:hover img, .clinical-pager ul a.prev:hover img, .depStaff-pager ul a.prev:hover img {
  visibility: hidden;
  opacity: 0;
}
.news-pager ul a.prev:hover:before, .clinical-pager ul a.prev:hover:before, .depStaff-pager ul a.prev:hover:before {
  visibility: visible;
  opacity: 1;
}
.news-pager ul a.next, .clinical-pager ul a.next, .depStaff-pager ul a.next {
  border: none;
  position: relative;
}
.news-pager ul a.next img, .clinical-pager ul a.next img, .depStaff-pager ul a.next img {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.news-pager ul a.next img:last-child, .clinical-pager ul a.next img:last-child, .depStaff-pager ul a.next img:last-child {
  display: none;
}
.news-pager ul a.next:before, .clinical-pager ul a.next:before, .depStaff-pager ul a.next:before {
  content: url(images/icn_arrow06.svg);
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  transition: all 0.5s;
}
.news-pager ul a.next:hover img, .clinical-pager ul a.next:hover img, .depStaff-pager ul a.next:hover img {
  visibility: hidden;
  opacity: 0;
}
.news-pager ul a.next:hover:before, .clinical-pager ul a.next:hover:before, .depStaff-pager ul a.next:hover:before {
  visibility: visible;
  opacity: 1;
}
.news-pager ul span.current, .clinical-pager ul span.current, .depStaff-pager ul span.current {
  color: #FFF;
  background-color: #fe7579;
}
.news-pager ul span.dots, .clinical-pager ul span.dots, .depStaff-pager ul span.dots {
  border: none;
  line-height: 48px;
  width: auto;
  margin: 0 4px;
}
.news-calendar, .clinical-calendar, .depStaff-calendar {
  max-width: 800px;
  margin: 120px auto 0;
  padding: 0 20px;
}
.news-calendar iframe, .clinical-calendar iframe, .depStaff-calendar iframe {
  width: 760px;
  height: 725px;
}

.news .common-keyimg {
  background-image: url(images/news_img_keyimg_pc.jpg);
}
.news-item__date {
  min-width: 83px;
}

.clinical .common-keyimg {
  background-image: url(images/clinical_img_keyimg_pc.jpg);
}

.depStaff .common-keyimg {
  background-image: url(images/depstaff_img_keyimg_pc.jpg);
}
.depStaff .common-ttl01 {
  margin: 120px auto 0;
}

.single, .s-clinical {
  padding: 0 0 120px;
}
.single-main, .s-clinical-main {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
}
.single-ttl, .s-clinical-ttl {
  padding-left: 24px;
  border-left: solid 8px #fe7579;
}
.single-ttl__top, .s-clinical-ttl__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  padding: 2px 0 10px;
  border-bottom: solid 2px #fe7579;
}
.single-ttl__txt, .s-clinical-ttl__txt {
  margin: 0 40px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.single-ttl__new, .s-clinical-ttl__new {
  display: inline-block;
  min-width: 80px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  background-color: #6fb2ec;
}
.single-ttl__bottom, .s-clinical-ttl__bottom {
  padding: 8px 0 0;
}
.single-ttl__date, .s-clinical-ttl__date {
  font-size: 16px;
  text-align: right;
  line-height: 1.375;
}
.single-contents, .s-clinical-contents {
  max-width: 1280px;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  line-height: 1.75;
}
.single-contents a, .s-clinical-contents a {
  color: #fe7579;
}
.single-link, .s-clinical-link {
  max-width: 1320px;
  margin: 88px auto 0;
  padding: 0 20px;
}
.single-link__txt, .s-clinical-link__txt {
  margin: 20px auto 0 20px;
  padding: 0 0 0 28px;
  position: relative;
}
.single-link__txt:before, .s-clinical-link__txt:before {
  content: url("images/icn_arrow09.svg");
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.single-pager, .s-clinical-pager {
  margin: 88px auto 0;
  padding: 0 20px;
}
.single-pager__body, .s-clinical-pager__body {
  width: 408px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.single-pager__next, .s-clinical-pager__next {
  position: absolute;
  left: 0;
  top: 8px;
}
.single-pager__next a, .s-clinical-pager__next a {
  display: block;
  width: 48px;
  position: relative;
}
.single-pager__next a img, .s-clinical-pager__next a img {
  width: 100%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  opacity: 1;
  transition: all 0.5s;
}
.single-pager__next a img:last-child, .s-clinical-pager__next a img:last-child {
  display: none;
}
.single-pager__next a:before, .s-clinical-pager__next a:before {
  content: url(images/icn_arrow06.svg);
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition: all 0.5s;
}
.single-pager__next a:hover img, .s-clinical-pager__next a:hover img {
  opacity: 0;
}
.single-pager__next a:hover:before, .s-clinical-pager__next a:hover:before {
  visibility: visible;
  opacity: 1;
}
.single-pager__all, .s-clinical-pager__all {
  margin: 0 auto;
}
.single-pager__all a, .s-clinical-pager__all a {
  width: 280px;
}
.single-pager__prev, .s-clinical-pager__prev {
  position: absolute;
  right: 0;
  top: 8px;
}
.single-pager__prev a, .s-clinical-pager__prev a {
  display: block;
  width: 48px;
  position: relative;
}
.single-pager__prev a img, .s-clinical-pager__prev a img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.single-pager__prev a img:last-child, .s-clinical-pager__prev a img:last-child {
  display: none;
}
.single-pager__prev a:before, .s-clinical-pager__prev a:before {
  content: url(images/icn_arrow06.svg);
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  transition: all 0.5s;
}
.single-pager__prev a:hover img, .s-clinical-pager__prev a:hover img {
  opacity: 0;
}
.single-pager__prev a:hover:before, .s-clinical-pager__prev a:hover:before {
  visibility: visible;
  opacity: 1;
}

.single .common-keyimg {
  background-image: url(images/news_img_keyimg_pc.jpg);
}

.s-clinical .common-keyimg {
  background-image: url(images/clinical_img_keyimg_pc.jpg);
}

.s-depStaff {
  padding: 0 0 120px;
}
.s-depStaff .common-keyimg {
  background-image: url(images/depstaff_img_keyimg_pc.jpg);
}
.s-depStaff-main {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
}
.s-depStaff-ttl {
  padding: 0 0 13px 24px;
  border-left: solid 8px #fe7579;
}
.s-depStaff-ttl__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding: 2px 0 10px;
  border-bottom: solid 2px #fe7579;
}
.s-depStaff-ttl__txt {
  margin: 0 40px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.s-depStaff-ttl__new, .s-depStaff-ttl__update {
  display: inline-block;
  min-width: 80px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  background-color: #6fb2ec;
}
.s-depStaff-ttl__update {
  background-color: #ff9b24;
}
.s-depStaff-contents {
  max-width: 1160px;
  margin: 56px auto 0;
}
.s-depStaff-contents table {
  width: 100%;
  border-collapse: collapse;
}
.s-depStaff-contents table th {
  display: inline-block;
  width: 160px;
  margin: 0 0 8px;
  padding: 10px 0 9px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  color: #FFF;
  background-color: #fe7579;
  border-bottom: solid 2px #fe7579;
}
.s-depStaff-contents table td {
  display: inline-block;
  width: calc(100% - 160px);
  margin: 0 0 8px;
  padding: 10px 32px 9px;
  font-size: 20px;
  text-align: left;
  line-height: 1.75;
  color: #000000;
  border-bottom: solid 2px #fe7579;
}
.s-depStaff-contents table td a {
  color: #000000;
  transition: all 0.5s;
}
.s-depStaff-contents table td a:hover {
  color: #fe7579;
}
.s-depStaff-contents table tr.note th {
  width: 100%;
  margin: 32px 0 0;
}
.s-depStaff-contents table tr.note td {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  border-bottom: none;
}
.s-depStaff-contents table tr.note td a {
  color: #fe7579;
}
.s-depStaff-contents table td.date span {
  display: inline-block;
}
.s-depStaff-pager {
  margin: 88px auto 0;
  padding: 0 20px;
}
.s-depStaff-pager__body {
  width: 408px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.s-depStaff-pager__next {
  position: absolute;
  left: 0;
  top: 8px;
}
.s-depStaff-pager__next a {
  display: block;
  width: 48px;
  position: relative;
}
.s-depStaff-pager__next a img {
  width: 100%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  opacity: 1;
  transition: all 0.5s;
}
.s-depStaff-pager__next a img:last-child {
  display: none;
}
.s-depStaff-pager__next a:before {
  content: url(images/icn_arrow06.svg);
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition: all 0.5s;
}
.s-depStaff-pager__next a:hover img {
  opacity: 0;
}
.s-depStaff-pager__next a:hover:before {
  visibility: visible;
  opacity: 1;
}
.s-depStaff-pager__all {
  margin: 0 auto;
}
.s-depStaff-pager__all a {
  width: 280px;
}
.s-depStaff-pager__prev {
  position: absolute;
  right: 0;
  top: 8px;
}
.s-depStaff-pager__prev a {
  display: block;
  width: 48px;
  position: relative;
}
.s-depStaff-pager__prev a img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.s-depStaff-pager__prev a img:last-child {
  display: none;
}
.s-depStaff-pager__prev a:before {
  content: url(images/icn_arrow06.svg);
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  transition: all 0.5s;
}
.s-depStaff-pager__prev a:hover img {
  opacity: 0;
}
.s-depStaff-pager__prev a:hover:before {
  visibility: visible;
  opacity: 1;
}

.about .common-keyimg {
  background-image: url(images/about_img_keyimg_pc.jpg);
}
.about-bnr {
  padding: 76px 20px;
}
.about-bnr__body {
  max-width: 1280px;
  justify-content: space-between;
}
.about-bnr__item {
  margin: 44px 0;
}

.staff {
  padding: 0 0 120px;
}
.staff .common-keyimg {
  background-image: url(images/staff_img_keyimg_pc.jpg);
}
.staff-box01 {
  margin: 120px auto 64px;
  padding: 0 20px;
}
.staff-box01__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.staff-box01__lt {
  width: 210px;
  min-width: 140px;
}
.staff-box01__group01 {
  margin: 0 auto 0 78px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.staff-box01__item01 {
  width: 200px;
  margin: 0 0 40px 0;
}
.staff-box01__item01:nth-child(3) {
  margin: 0 0 40px 0;
}
.staff-box01__item01__image {
  display: block;
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
}
.staff-box01__item01__image img {
  transition: all 0.5s;
  transform: scale(1);
}
.staff-box01__item01__image:hover img {
  transform: scale(1.2);
}
.staff-box01__item01__position {
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444;
  text-align: center;
  color: #fe7579;
}
.staff-box01__item01__name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
  letter-spacing: 0.1em;
}
.staff-box01__item01__eng {
  font-size: 14px;
  text-align: center;
  line-height: 1.4286;
  color: #AFAFAF;
}
.staff-box01__group02 {
  max-width: 1083px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.staff-box01__item02 {
  margin: 0 0 40px 88px;
}
.staff-box01__item02__image {
  display: block;
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
}
.staff-box01__item02__image img {
  transition: all 0.5s;
  transform: scale(1);
}
.staff-box01__item02__image:hover img {
  transform: scale(1.2);
}
.staff-box01__item02__position {
  margin: 16px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  color: #fe7579;
}
.staff-box01__item02__name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4285;
  text-align: center;
  letter-spacing: 0.1em;
}
.staff-box01__item02__eng {
  font-size: 12px;
  text-align: center;
  line-height: 1.4166;
  color: #AFAFAF;
}
.staff-box01__group03 {
  margin: 24px 0 0 40px;
  max-width: 1038px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.staff-box01__item03 {
  margin: 0 0 24px 48px;
}
.staff-box01__item03__position {
  margin: 0 auto 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #fe7579;
}
.staff-box01__item03__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4583;
  text-align: left;
  letter-spacing: 0.1em;
}
.staff-box01__item03__eng {
  font-size: 12px;
  text-align: left;
  line-height: 1.4166;
  color: #AFAFAF;
}
.staff-box01__group04 {
  margin: 16px 0 0 40px;
  max-width: 1038px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.staff-box02 {
  margin: 0 auto 40px;
  padding: 0 20px;
}
.staff-box02__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.staff-box02__item {
  width: 57%;
  margin: 0;
  display: flex;
}
.staff-box02__item:first-child {
  width: 43%;
}
.staff-box02__item:last-child .staff-box02__item__lt {
  width: 43%;
}
.staff-box02__item__lt {
  width: 50%;
  padding: 0 16px 0 0;
}
.staff-box02__item__lt .common-ttl03 {
  line-height: 1.3333;
}
.staff-box02__item__rt {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.staff-box02__item__info {
  width: 154px;
  margin: 0 48px 24px 0;
}
.staff-box02__item__info:last-child {
  margin: 0 0 24px;
}
.staff-box02__item__position {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444;
  text-align: center;
  color: #fe7579;
}
.staff-box02__item__name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
  letter-spacing: 0.1em;
}
.staff-box02__item__eng {
  font-size: 14px;
  text-align: center;
  line-height: 1.4286;
  color: #AFAFAF;
}
.staff-box03 {
  margin: 64px auto 0;
  padding: 0 20px;
}
.staff-box03__body {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.staff-box03__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.staff-box03__item__lt {
  width: 25%;
  padding: 0 16px 0 0;
}
.staff-box03__item__lt .common-ttl03 {
  line-height: 1.3333;
}
.staff-box03__item__rt {
  display: flex;
  justify-content: flex-start;
  min-width: 196px;
  padding: 0 16px 0 0;
}
.staff-box03__item__prof {
  margin: 0 88px 0 0;
}
.staff-box03__item__image {
  display: block;
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
}
.staff-box03__item__image img {
  transition: all 0.5s;
  transform: scale(1);
}
.staff-box03__item__image:hover img {
  transform: scale(1.2);
}
.staff-box03__item__position {
  margin: 16px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444;
  text-align: center;
  color: #fe7579;
}
.staff-box03__item__name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
  letter-spacing: 0.1em;
}
.staff-box03__item__eng {
  font-size: 14px;
  text-align: center;
  line-height: 1.4286;
  color: #AFAFAF;
}

.intro {
  padding: 0 0 120px;
}
.intro .common-keyimg {
  background-image: url(images/staff_img_keyimg_pc.jpg);
}
.intro-prof {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
  display: flex;
}
.intro-prof__image {
  width: 320px;
  margin: 0 48px 0 0;
}
.intro-prof__image img {
  width: 100%;
}
.intro-prof__detail {
  width: 76%;
}
.intro-prof__detail__position {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fe7579;
}
.intro-prof__detail__name {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.intro-prof__detail__eng {
  font-size: 14px;
  color: #AFAFAF;
}
.intro-prof__detail__etc {
  margin: 24px auto 0;
}
.intro-prof__detail__etc table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.intro-prof__detail__etc table tr:first-child {
  background-image: url(images/intro_bg_line.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
.intro-prof__detail__etc table th {
  width: 152px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fe7579;
}
.intro-prof__detail__etc table td {
  padding: 22px 0;
}
.intro-prof__detail__etc table td p {
  margin: 8px 0;
  padding: 0 0 0 22px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.intro-prof__detail__etc table td p:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ff9b24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.intro-message {
  max-width: 1320px;
  margin: 72px auto 0;
  padding: 0 20px;
}
.intro-message__body {
  padding: 45px 48px 44px;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.intro-message__ttl {
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #fe7579;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
}
.intro-message__txt {
  font-size: 20px;
  line-height: 1.75;
}
.intro-degree, .intro-career {
  max-width: 1320px;
  margin: 48px auto 0;
  padding: 0 20px;
}
.intro-degree__list, .intro-career__list {
  margin: 20px 0 0;
  padding: 0 0 0 4px;
}
.intro-degree__list li, .intro-career__list li {
  margin: 8px 0 0;
  padding: 0 0 0 22px;
  font-size: 20px;
  line-height: 1.4;
  word-break: break-word;
  position: relative;
}
.intro-degree__list li:first-of-type, .intro-career__list li:first-of-type {
  margin: 0;
}
.intro-degree__list li:before, .intro-career__list li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ff9b24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.greeting .common-keyimg {
  background-image: url(images/greeting_img_keyimg_pc.jpg);
}
.greeting-body {
  padding: 120px 24px;
}
.greeting-main {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.greeting-rt {
  max-width: 400px;
  min-width: 280px;
  margin: 0 0 0 48px;
}
.greeting-lt {
  max-width: 832px;
}
.greeting-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  word-break: break-word;
}
.greeting-txt {
  margin: 48px 0 0;
  font-size: 20px;
  line-height: 1.75;
}
.greeting-prof {
  margin: 48px 0 0;
}
.greeting-position {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fe7579;
}
.greeting-name {
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
}
.greeting-name span {
  display: inline-block;
  margin: 0 16px 0 0;
  font-size: 18px;
  vertical-align: bottom;
}

.hospital, .link {
  padding: 0 0 120px;
}
.hospital-main, .link-main {
  max-width: 1360px;
  margin: 120px auto 0;
}
.hospital-area, .link-area {
  margin: 88px auto 0;
}
.hospital-area:first-child, .link-area:first-child {
  margin: 0 auto;
}
.hospital__list, .link__list {
  max-width: 1320px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.hospital__list li, .link__list li {
  width: 400px;
  margin: 0 20px 16px;
  padding: 0 0 0 28px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  color: #000000;
  position: relative;
}
.hospital__list li:before, .link__list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/icn_arrow09.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 0;
}

.hospital .common-keyimg {
  background-image: url(images/hospital_img_keyimg_pc.jpg);
}

.link .common-keyimg {
  background-image: url(images/link_img_keyimg_pc.jpg);
}

.history {
  padding: 0 0 120px;
}
.history .common-keyimg {
  background-image: url(images/history_img_keyimg_pc.jpg);
}
.history-toptxt {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
}
.history-toptxt p {
  font-size: 24px;
  line-height: 2;
}
.history-main {
  margin: 88px auto 0;
}
.history-list {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.history-line {
  width: 2px;
  background-color: #000000;
  position: absolute;
  top: 24px;
  left: 429px;
}
.history-item {
  padding: 24px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url(images/history_bg_border.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
.history-item:last-child {
  background-image: none;
}
.history-item__lt {
  width: 390px;
  padding: 0 16px;
}
.history-item__lt p {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4375;
  color: #fe7579;
}
.history-item__rt {
  width: calc(100% - 390px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.history-item__detail {
  position: relative;
}
.history-item__detail p {
  margin: 8px 0;
  padding: 0 0 0 52px;
  font-size: 20px;
  line-height: 1.65;
  position: relative;
}
.history-item__detail p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ff9b24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  left: 12px;
}
.history-item__profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 32px 0 52px;
}
.history-item__profile__image {
  width: 180px;
  margin: 0 32px 0 0;
}
.history-item__profile__gene {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444;
  color: #fe7579;
}
.history-item__profile__name {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4166667;
}
.history-item__profile__name span {
  font-size: 24px;
}
.history-item__profile__eng {
  font-size: 14px;
  line-height: 1.42857;
}
.history-item__profile__period {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.375;
  color: #AFAFAF;
}

.research .common-keyimg {
  background-image: url(images/research_img_keyimg_pc.jpg);
}
.research-bnr {
  padding: 76px 20px 44px;
}
.research-theme {
  padding: 80px 20px 120px;
  position: relative;
}
.research-theme__bg {
  margin: 0 auto;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(18.3deg, rgba(255, 235, 133, 0.4), rgba(255, 177, 117, 0.4) 50%, rgba(255, 196, 198, 0.4));
  z-index: -1;
}
.research-theme__ttl {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.research-theme__ttl span {
  display: inline-block;
}
.research-theme__bnr {
  margin: 20px 0 0;
}

.achievements {
  padding: 0 0 120px;
}
.achievements .common-keyimg {
  background-image: url(images/achievements_img_keyimg_pc.jpg);
}
.achievements-main {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.achievements-tab {
  width: 100px;
  min-width: 100px;
  margin: 0 0 0 80px;
}
.achievements-tab__btn {
  display: none;
}
.achievements-tab__year a {
  display: block;
  width: 100px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  color: #fe7579;
  background-color: #FFF;
  border: solid 2px #fe7579;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.5s;
}
.achievements-tab__year a.active {
  color: #FFF;
  background-color: #fe7579;
  pointer-events: none;
}
.achievements-tab__year a:hover {
  color: #FFF;
  background-color: #fe7579;
}
.achievements-list {
  width: 85.9375%;
}
.achievements-item {
  margin: 40px auto 0;
  padding: 0 0 0 24px;
  border-left: solid 8px #fe7579;
}
.achievements-item:first-child {
  margin: 0 auto;
}
.achievements-item__ttl {
  padding: 0 0 12px;
  border-bottom: solid 2px #fe7579;
}
.achievements-item__ttl a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5556;
  color: #000000;
  word-break: break-word;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.achievements-item__ttl a:hover {
  color: #fe7579;
}
.achievements-item__content {
  margin: 8px 0 0;
}
.achievements-item__content p {
  font-size: 15px;
  line-height: 1.6;
}

.s-achievements {
  padding: 0 0 120px;
}
.s-achievements .common-keyimg {
  background-image: url(images/achievements_img_keyimg_pc.jpg);
}
.s-achievements-main {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
}
.s-achievements-item {
  margin: 0 auto;
  padding: 0 0 0 24px;
  border-left: solid 8px #fe7579;
}
.s-achievements-item__ttl {
  padding: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5556;
  word-break: break-word;
  border-bottom: solid 2px #fe7579;
}
.s-achievements-item__content {
  margin: 8px auto 0;
}
.s-achievements-item__content p {
  font-size: 15px;
  line-height: 1.6;
  word-break: break-word;
}
.s-achievements-btn {
  margin: 88px auto 0;
}
.s-achievements-btn a {
  width: 280px;
}

.mriGuided {
  padding: 0 0 120px;
}
.mriGuided .common-keyimg {
  background-image: url(images/mriguided_img_keyimg_pc.jpg);
}
.mriGuided-toptxt {
  padding: 120px 20px 0;
}
.mriGuided-toptxt__txt {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.mriGuided-features {
  margin: 88px auto 0;
}
.mriGuided-features__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.mriGuided-features__txtbox__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.mriGuided-features__imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.mriGuided-features__imgbox__lt, .mriGuided-features__imgbox__rt {
  width: 48.4375%;
}
.mriGuided-features__imgbox__lt p, .mriGuided-features__imgbox__rt p {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.mriGuided-induction {
  margin: 88px auto 0;
}
.mriGuided-induction__txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.mriGuided-induction__txtbox01__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.mriGuided-induction__txtbox02 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.mriGuided-induction__txtbox02__txt {
  padding: 48px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mriGuided-fund {
  margin: 88px auto 0;
}
.mriGuided-fund__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.mriGuided-fund__txtbox__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}

.ctGuided {
  padding: 0 0 120px;
}
.ctGuided .common-keyimg {
  background-image: url(images/ctguided_img_keyimg_pc.jpg);
}
.ctGuided-background {
  margin: 120px auto 0;
}
.ctGuided-background__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ctGuided-background__txtbox__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ctGuided-background__imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ctGuided-background__imgbox__lt p, .ctGuided-background__imgbox__rt p {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.ctGuided-background__imgbox__lt {
  width: 45.234375%;
}
.ctGuided-background__imgbox__rt {
  width: 51.640625%;
}
.ctGuided-history {
  margin: 88px auto 0;
}
.ctGuided-history__txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ctGuided-history__txtbox01__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ctGuided-history__txtbox02 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ctGuided-history__txtbox02__txt {
  padding: 48px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.ctGuided-history__imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ctGuided-history__imgbox__lt p, .ctGuided-history__imgbox__rt p {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.ctGuided-history__imgbox__lt {
  width: 44.765625%;
}
.ctGuided-history__imgbox__rt {
  width: 52.109375%;
}
.ctGuided-movie {
  margin: 88px auto 0;
}
.ctGuided-movie__item {
  max-width: 1320px;
  margin: 40px auto 0;
}
.ctGuided-movie__box {
  max-width: 760px;
  margin: 20px auto 0;
}
.ctGuided-movie__box iframe {
  height: 428px;
}
.ctGuided-property {
  margin: 88px auto 0;
}
.ctGuided-property__list {
  max-width: 1320px;
  margin: 20px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ctGuided-property__item {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 31.25%;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.ctGuided-property__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  word-break: break-word;
}
.ctGuided-property__detail {
  padding: 0 0 0 16px;
  font-size: 16px;
  line-height: 1.375;
}
.ctGuided-property__txt {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.ctGuided-fund {
  margin: 88px auto 0;
}
.ctGuided-fund__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ctGuided-fund__body table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.ctGuided-fund__body table tr:nth-child(2n) td {
  background-color: #fff5f5;
}
.ctGuided-fund__body table th {
  width: 320px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  background-color: #ffe3ce;
  border-bottom: solid 1px #FFF;
}
.ctGuided-fund__body table td {
  padding: 15px 0 15px 40px;
  font-size: 20px;
  line-height: 1.75;
}
.ctGuided-contact {
  margin: 88px auto 0;
}
.ctGuided-contact__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ctGuided-contact__txtbox__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ctGuided-contact__txtbox__txt a {
  color: #fe7579;
}
.ctGuided-contact__txtbox__txt a img {
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: baseline;
}

.medical {
  padding: 0 0 120px;
}
.medical .common-keyimg {
  background-image: url(images/medical_img_keyimg_pc.jpg);
}
.medical-bnr {
  padding: 76px 20px 0;
}
.medical-bnr .common-bnr01__body {
  max-width: 1104px;
}
.medical-txtbox {
  margin: 44px auto 0;
  padding: 0 20px 0;
}
.medical-txtbox__txt {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  background-color: #fff5f5;
  border-radius: 20px;
}

.result {
  padding: 0 0 120px;
}
.result .common-keyimg {
  background-image: url(images/result_img_keyimg_pc.jpg);
}
.result .spbr {
  display: none;
}
.result-imaging {
  margin: 120px auto 0;
}
.result-imaging__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.result-imaging__table {
  max-width: 1280px;
  margin: 0 auto;
}
.result-imaging__table table {
  width: 1280px;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.result-imaging__table table th {
  width: 160px;
  padding: 22px 0 17px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
  border-bottom: solid 2px #fe7579;
}
.result-imaging__table table td {
  width: 160px;
  padding: 18px 0 17px;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.result-imaging__table table tr:first-child th {
  border-left: solid 1px #fe7579;
}
.result-imaging__table table tr:first-child th:first-child {
  border-left: none;
}
.result-imaging__table table tr:first-child th:last-child {
  padding: 18px 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #fe7579;
  border-left: none;
}
.result-imaging__table table tr:nth-of-type(n+2) th {
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 1.45;
  background-color: rgba(255, 199, 156, 0.49);
  border-bottom: solid 1px #FFF;
}
.result-imaging__table table tr:nth-child(2n+3) td {
  background-color: #fff5f5;
  border-bottom: solid 1px #fff5f5;
}
.result-imaging__table__scroll {
  display: none;
}
.result-ivr {
  margin: 120px auto 0;
}
.result-ivr__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.result-ivr__ttl01 {
  margin: 12px auto 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  background-color: #DBECF7;
}
.result-ivr__table01 {
  max-width: 1280px;
  margin: 20px auto 0;
}
.result-ivr__table01 table {
  width: 1280px;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.result-ivr__table01 table tr:first-child th {
  padding: 18px 0 17px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  border-left: solid 1px #fe7579;
  border-bottom: solid 2px #fe7579;
}
.result-ivr__table01 table tr:first-child th:first-child {
  width: 160px;
  border-left: none;
}
.result-ivr__table01 table tr:first-child th:nth-child(2) {
  width: 192px;
}
.result-ivr__table01 table tr:first-child th:nth-child(3) {
  width: 110px;
}
.result-ivr__table01 table tr:first-child th:nth-child(4), .result-ivr__table01 table tr:first-child th:nth-child(9), .result-ivr__table01 table tr:first-child th:nth-child(12) {
  width: 96px;
}
.result-ivr__table01 table tr:first-child th:nth-child(5) {
  width: 48px;
}
.result-ivr__table01 table tr:first-child th:nth-child(6) {
  width: 144px;
}
.result-ivr__table01 table tr:first-child th:nth-child(7), .result-ivr__table01 table tr:first-child th:nth-child(8) {
  width: 63px;
}
.result-ivr__table01 table tr:first-child th:nth-child(10), .result-ivr__table01 table tr:first-child th:nth-child(11) {
  width: 64px;
}
.result-ivr__table01 table tr:first-child th:nth-child(13) {
  width: 84px;
}
.result-ivr__table01 table tr:nth-child(2) th {
  padding: 10px 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  background-color: #fff5f5;
  border-left: solid 1px #fe7579;
  border-bottom: solid 2px #fe7579;
}
.result-ivr__table01 table tr:nth-child(2) th:first-child {
  border-left: none;
}
.result-ivr__table01 table tr:nth-child(2) th:nth-child(2), .result-ivr__table01 table tr:nth-child(2) th:nth-child(3), .result-ivr__table01 table tr:nth-child(2) th:nth-child(4), .result-ivr__table01 table tr:nth-child(2) th:nth-child(5), .result-ivr__table01 table tr:nth-child(2) th:nth-child(7), .result-ivr__table01 table tr:nth-child(2) th:nth-child(8), .result-ivr__table01 table tr:nth-child(2) th:nth-child(9), .result-ivr__table01 table tr:nth-child(2) th:nth-child(10), .result-ivr__table01 table tr:nth-child(2) th:nth-child(11), .result-ivr__table01 table tr:nth-child(2) th:nth-child(12), .result-ivr__table01 table tr:nth-child(2) th:nth-child(15), .result-ivr__table01 table tr:nth-child(2) th:nth-child(16), .result-ivr__table01 table tr:nth-child(2) th:nth-child(19), .result-ivr__table01 table tr:nth-child(2) th:nth-child(20) {
  width: 48px;
}
.result-ivr__table01 table tr:nth-child(2) th:nth-child(6) {
  width: 110px;
}
.result-ivr__table01 table tr:nth-child(2) th:nth-child(13), .result-ivr__table01 table tr:nth-child(2) th:nth-child(14), .result-ivr__table01 table tr:nth-child(2) th:nth-child(17), .result-ivr__table01 table tr:nth-child(2) th:nth-child(18) {
  width: 64px;
}
.result-ivr__table01 table tr:nth-child(2) th:nth-child(21) {
  width: 84px;
}
.result-ivr__table01 table tr:nth-of-type(n+3) th {
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 1.45;
  background-color: rgba(255, 199, 156, 0.49);
  border-bottom: solid 1px #FFF;
}
.result-ivr__table01 table td {
  padding: 17px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.result-ivr__table01 table tr:nth-child(2n+4) td {
  background-color: #fff5f5;
  border-bottom: solid 1px #fff5f5;
}
.result-ivr__table01__scroll {
  display: none;
}
.result-ivr__table02 {
  max-width: 1280px;
  margin: 64px auto 0;
}
.result-ivr__table02 table {
  width: 1280px;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.result-ivr__table02 table tr:first-child th {
  padding: 18px 0 17px;
  width: 130px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  border-left: solid 1px #fe7579;
  border-bottom: solid 2px #fe7579;
}
.result-ivr__table02 table tr:first-child th:first-child {
  width: 160px;
  border-left: none;
}
.result-ivr__table02 table tr:first-child th:last-child {
  width: 210px;
  letter-spacing: 0.2em;
  color: #FFF;
  background-color: #fe7579;
}
.result-ivr__table02 table tr:nth-of-type(n+2) th {
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 1.45;
  background-color: rgba(255, 199, 156, 0.49);
  border-bottom: solid 1px #FFF;
}
.result-ivr__table02 table td {
  padding: 17px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.result-ivr__table02 table tr:nth-child(2n+3) td {
  background-color: #fff5f5;
  border-bottom: solid 1px #fff5f5;
}
.result-ivr__table02__scroll {
  display: none;
}
.result-radiation {
  margin: 120px auto 0;
}
.result-radiation__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.result-radiation__table01 {
  margin: 20px auto 0;
}
.result-radiation__table01 table {
  width: 1280px;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.result-radiation__table01 table tr:first-child th {
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  border-left: solid 1px #fe7579;
  border-bottom: solid 2px #fe7579;
}
.result-radiation__table01 table tr:first-child th:first-child {
  border-left: none;
}
.result-radiation__table01 table tr:first-child th:nth-child(2), .result-radiation__table01 table tr:first-child th:nth-child(4), .result-radiation__table01 table tr:first-child th:nth-child(6), .result-radiation__table01 table tr:first-child th:nth-child(7), .result-radiation__table01 table tr:first-child th:nth-child(9), .result-radiation__table01 table tr:first-child th:nth-child(10) {
  width: 64px;
}
.result-radiation__table01 table tr:first-child th:nth-child(3) {
  width: 72px;
}
.result-radiation__table01 table tr:first-child th:nth-child(5), .result-radiation__table01 table tr:first-child th:nth-child(8), .result-radiation__table01 table tr:first-child th:nth-child(11), .result-radiation__table01 table tr:first-child th:nth-child(12), .result-radiation__table01 table tr:first-child th:nth-child(13), .result-radiation__table01 table tr:first-child th:nth-child(16) {
  width: 80px;
}
.result-radiation__table01 table tr:first-child th:nth-child(14), .result-radiation__table01 table tr:first-child th:nth-child(15) {
  width: 60px;
}
.result-radiation__table01 table tr:first-child th:last-child {
  width: 64px;
  color: #FFF;
  background-color: #fe7579;
}
.result-radiation__table01 table tr:nth-of-type(n+2) th {
  width: 160px;
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 1.45;
  background-color: rgba(255, 199, 156, 0.49);
  border-bottom: solid 1px #FFF;
}
.result-radiation__table01 table td {
  padding: 17px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.result-radiation__table01 table tr:nth-child(2n+3) td {
  background-color: #fff5f5;
  border-bottom: solid 1px #fff5f5;
}
.result-radiation__table01__scroll {
  display: none;
}
.result-radiation__txt {
  margin: 40px 0 0;
  font-size: 20px;
  line-height: 1.75;
}
.result-radiation__table02 {
  margin: 16px auto 0;
}
.result-radiation__table02 table {
  width: 1280px;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.result-radiation__table02 table tr:first-child th {
  width: 186px;
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  border-left: solid 1px #fe7579;
  border-bottom: solid 2px #fe7579;
}
.result-radiation__table02 table tr:first-child th:first-child {
  width: 160px;
  border-left: none;
}
.result-radiation__table02 table tr:nth-of-type(n+2) th {
  width: 160px;
  padding: 16px 0 15px;
  font-size: 20px;
  line-height: 1.45;
  background-color: rgba(255, 199, 156, 0.49);
  border-bottom: solid 1px #FFF;
}
.result-radiation__table02 table td {
  padding: 17px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.result-radiation__table02 table tr:nth-child(2n+3) td {
  background-color: #fff5f5;
  border-bottom: solid 1px #fff5f5;
}
.result-radiation__table02__scroll {
  display: none;
}

.diagnosticImaging {
  padding: 0 0 52px;
}
.diagnosticImaging .common-keyimg {
  background-image: url(images/diagnosticimaging_img_keyimg_pc.jpg);
}
.diagnosticImaging-toptxt {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 120px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.diagnosticImaging-toptxt__txt {
  max-width: 920px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  word-break: break-word;
}
.diagnosticImaging-toptxt img {
  width: 320px;
}
.diagnosticImaging-ct {
  margin: 40px auto 0;
}
.diagnosticImaging-ct__txtbox {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.diagnosticImaging-ct__txtbox__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  word-break: break-word;
}
.diagnosticImaging-mri {
  margin: 40px auto 0;
}
.diagnosticImaging-mri__txtbox {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.diagnosticImaging-mri__txtbox__txt {
  max-width: 660px;
  margin: 0 0 0 40px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  word-break: break-word;
}
.diagnosticImaging-mri__txtbox img {
  width: 43.9393939394%;
}
.diagnosticImaging-nuclear {
  margin: 40px auto 0;
}
.diagnosticImaging-nuclear__txtbox {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.diagnosticImaging-nuclear__txtbox__txt {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  word-break: break-word;
}
.diagnosticImaging-sec04 {
  margin: 80px auto 0;
}
.diagnosticImaging-sec04__itembox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.diagnosticImaging-sec04__item {
  width: 30.303030303%;
  margin: 0 3.0303030303% 88px 0;
}
.diagnosticImaging-sec04__item:nth-child(3n) {
  margin: 0 0 88px 0;
}
.diagnosticImaging-sec04__item:nth-child(4) .diagnosticImaging-sec04__image, .diagnosticImaging-sec04__item:nth-child(5) .diagnosticImaging-sec04__image {
  min-height: 393px;
}
.diagnosticImaging-sec04__image {
  min-height: 296px;
}
.diagnosticImaging-sec04__ttl {
  margin-top: 24px;
}
.diagnosticImaging-sec04__txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  word-break: break-word;
}

.outpatient {
  padding: 0 0 120px;
}
.outpatient .common-keyimg {
  background-image: url(images/outpatient_img_keyimg_pc.jpg);
}
.outpatient-initial {
  margin: 120px auto 0;
}
.outpatient-initial__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
}
.outpatient-initial__txtbox {
  margin: 0 40px 0 0;
  width: 67.421875%;
}
.outpatient-initial__txt01 {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.outpatient-initial__txt02 {
  display: inline-block;
  max-width: 640px;
  margin: 20px 0;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  color: #FF292F;
  border: solid 2px #FF292F;
}
.outpatient-initial__imgbox {
  width: 377px;
}
.outpatient-list {
  margin: 40px auto 0;
}
.outpatient-list__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.outpatient-list__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.outpatient-list__ttl .common-ttl03 {
  margin: 0 auto 0 0;
}
.outpatient-list__date {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  line-height: 1;
}
.outpatient-list__schedule {
  margin: 20px auto 0;
}
.outpatient-list__schedule table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.outpatient-list__schedule table th {
  width: 256px;
  padding: 16px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
  background-color: #ff9898;
  border-right: solid 1px #FFF;
}
.outpatient-list__schedule table th:last-child {
  border-right: none;
}
.outpatient-list__schedule table td {
  width: 256px;
  padding: 16px;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  vertical-align: top;
  border-right: solid 1px #fe7579;
}
.outpatient-list__schedule table td:last-child {
  border-right: none;
}
.outpatient-list__schedule table td span {
  display: inline-block;
}
.outpatient-list__schedule__scroll {
  display: none;
}

.radiation {
  padding: 0 0 120px;
}
.radiation .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radiation-therapy {
  margin: 120px auto 0;
}
.radiation-therapy__txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radiation-therapy__txtbox01 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radiation-therapy__txtbox01 img {
  display: block;
  margin: 0 0 28px 40px;
  width: 43.75%;
  height: auto;
  float: right;
}
.radiation-therapy__txtbox02 {
  margin: 40px auto 0;
  padding: 0 20px 0;
}
.radiation-therapy__txtbox02 p {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  background-color: #fff5f5;
  border-radius: 20px;
}
.radiation-sec01 {
  margin: 88px auto 0;
  padding: 0 20px;
}
.radiation-link .common-link01__body {
  max-width: 700px;
}
.radiation .common-bnr03__body {
  max-width: 1320px;
  justify-content: flex-start;
}
.radiation .common-bnr03__item {
  margin: 0 20px 40px;
}

.radMedical01 {
  padding: 0 0 120px;
}
.radMedical01 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical01-main {
  margin: 120px auto 0;
}
.radMedical01-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical01-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical01-imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.radMedical01-imgbox__lt, .radMedical01-imgbox__rt {
  width: 48.4375%;
}
.radMedical01-imgbox__lt img, .radMedical01-imgbox__rt img {
  width: 100%;
}
.radMedical01-imgbox__lt p, .radMedical01-imgbox__rt p {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
}
.radMedical01-doctors, .radMedical01-patient {
  max-width: 1320px;
  margin: 88px auto 0;
  padding: 0 20px;
}
.radMedical01-doctors__txt, .radMedical01-patient__txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}

.radMedical02 {
  padding: 0 0 120px;
}
.radMedical02 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical02-main {
  margin: 120px auto 0;
}
.radMedical02-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical02-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical02-imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.radMedical02-imgbox__lt, .radMedical02-imgbox__rt {
  width: 48.4375%;
}
.radMedical02-imgbox__lt img, .radMedical02-imgbox__rt img {
  width: 100%;
}
.radMedical02-imgbox__ct {
  max-width: 661px;
  margin: 0 auto;
}

.radMedical03 {
  padding: 0 0 120px;
}
.radMedical03 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical03-main {
  margin: 120px auto 0;
}
.radMedical03-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical03-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical03-imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical03-imgbox img {
  display: block;
  max-width: 707px;
  width: 100%;
  margin: 0 auto;
}
.radMedical03-imgbox p {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
}
.radMedical03-imgbox:last-child img {
  max-width: 694px;
}

.radMedical04 {
  padding: 0 0 120px;
}
.radMedical04 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical04-main {
  margin: 120px auto 0;
}
.radMedical04-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical04-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical04-imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.radMedical04-imgbox__lt, .radMedical04-imgbox__rt {
  width: 43.125%;
}
.radMedical04-imgbox__lt img, .radMedical04-imgbox__rt img {
  width: 100%;
}
.radMedical04-imgbox__rt {
  width: 53.75%;
}
.radMedical04-mixbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.radMedical04-mixbox img {
  display: block;
  width: 49.6875%;
  margin-right: 40px;
}
.radMedical04-mixbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}

.radMedical05 {
  padding: 0 0 120px;
}
.radMedical05 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical05-main {
  margin: 120px auto 0;
}
.radMedical05-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical05-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical05-imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.radMedical05-imgbox__lt, .radMedical05-imgbox__rt {
  width: 58.28125%;
}
.radMedical05-imgbox__lt img, .radMedical05-imgbox__rt img {
  width: 100%;
}
.radMedical05-imgbox__rt {
  width: 38.59375%;
}
.radMedical05-mixbox {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.radMedical05-mixbox__item {
  width: 31.25%;
}
.radMedical05-mixbox__item img {
  width: 100%;
}
.radMedical05-mixbox__item p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}

.radMedical06 {
  padding: 0 0 120px;
}
.radMedical06 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical06-main {
  margin: 120px auto 0;
}
.radMedical06-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical06-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical06-imgbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical06-imgbox01 img {
  width: 100%;
}
.radMedical06-imgbox02 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.radMedical06-imgbox02 img:first-child {
  width: 29.0625%;
}
.radMedical06-imgbox02 img:nth-child(2) {
  width: 37.03125%;
}
.radMedical06-imgbox02 img:last-child {
  width: 27.65625%;
}
.radMedical06-reference {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical06-reference__txt {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}

.radMedical07 {
  padding: 0 0 120px;
}
.radMedical07 .common-keyimg {
  background-image: url(images/radiation_img_keyimg_pc.jpg);
}
.radMedical07-main {
  margin: 120px auto 0;
}
.radMedical07-txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical07-txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.radMedical07-imgbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.radMedical07-imgbox img {
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.radMedical07-imgbox p {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
}

.ivr {
  padding: 0 0 120px;
}
.ivr .common-keyimg {
  background-image: url(images/ivr_img_keyimg_pc.jpg);
}
.ivr-intro {
  margin: 120px auto 0;
}
.ivr-intro__txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ivr-intro__txtbox01 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivr-intro__txtbox01 img {
  display: block;
  margin: 0 0 28px 40px;
  width: 31.25%;
  height: auto;
  float: right;
}
.ivr-bnr {
  margin: 88px auto 0;
  padding: 0 20px;
}
.ivr-bnr .common-link02__body {
  justify-content: center;
}

.ivrMedical01 {
  padding: 0 0 120px;
}
.ivrMedical01 .common-keyimg {
  background-image: url(images/ivr_img_keyimg_pc.jpg);
}
.ivrMedical01-body {
  margin: 120px auto 0;
}
.ivrMedical01-txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ivrMedical01-txtbox01 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivrMedical01-txtbox02 {
  max-width: 1320px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.ivrMedical01-txtbox02 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivrMedical01-txtbox02 ol {
  margin: 20px auto 0;
  padding: 0 0 0 30px;
  list-style-type: decimal;
}
.ivrMedical01-txtbox02 ol li {
  font-size: 20px;
  line-height: 1.75;
}
.ivrMedical01-imgbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical01-imgbox01__lt {
  width: 48.28125%;
}
.ivrMedical01-imgbox01__lt img {
  width: 100%;
}
.ivrMedical01-imgbox01__rt {
  width: 48.59375%;
}
.ivrMedical01-imgbox01__rt img {
  width: 100%;
}
.ivrMedical01-imgbox02 {
  max-width: 1320px;
  margin: 24px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical01-imgbox02 p {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.ivrMedical01-imgbox02__lt {
  width: 32.03125%;
}
.ivrMedical01-imgbox02__lt img {
  width: 100%;
}
.ivrMedical01-imgbox02__ct {
  width: 31.796875%;
}
.ivrMedical01-imgbox02__ct img {
  width: 100%;
}
.ivrMedical01-imgbox02__rt {
  width: 29.921875%;
}
.ivrMedical01-imgbox02__rt img {
  width: 100%;
}
.ivrMedical01-imgbox03 {
  max-width: 866px;
  margin: 24px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical01-imgbox03 p {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.ivrMedical01-imgbox03__lt {
  width: 49.2907801418%;
}
.ivrMedical01-imgbox03__lt img {
  width: 100%;
}
.ivrMedical01-imgbox03__rt {
  width: 45.9810874704%;
}
.ivrMedical01-imgbox03__rt img {
  width: 100%;
}
.ivrMedical01-imgbox04 {
  max-width: 1320px;
  margin: 48px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical01-imgbox04__lt, .ivrMedical01-imgbox04__ct, .ivrMedical01-imgbox04__rt {
  width: 31.25%;
}
.ivrMedical01-imgbox04__lt img, .ivrMedical01-imgbox04__ct img, .ivrMedical01-imgbox04__rt img {
  width: 100%;
}
.ivrMedical01-imgbox05 {
  max-width: 716px;
  margin: 24px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical01-imgbox05 p {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.ivrMedical01-imgbox05__lt, .ivrMedical01-imgbox05__rt {
  width: 47.0414201183%;
}
.ivrMedical01-imgbox05__lt img, .ivrMedical01-imgbox05__rt img {
  width: 100%;
}
.ivrMedical01-link .common-link01__body {
  max-width: 620px;
}
.ivrMedical01-tab {
  max-width: 1320px;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ivrMedical01-tab a {
  display: block;
  margin: 20px;
  padding: 18px 0 0;
  width: 290px;
  height: 72px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  background-color: #AFAFAF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  transition: all 0.5s;
}
.ivrMedical01-tab a:hover {
  background-color: #ff9898;
}
.ivrMedical01-tab a:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 7px;
  background-image: url(images/icn_arrow10.svg);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.ivrMedical01-tab a:last-child {
  padding: 10px 0 0;
}
.ivrMedical01-tab a:last-child:before {
  bottom: 10px;
}
.ivrMedical01-contents {
  margin: 88px auto 0;
}
.ivrMedical01-contents:first-of-type {
  margin: 20px auto 0;
}

.ivrMedical02 {
  padding: 0 0 120px;
}
.ivrMedical02 .common-keyimg {
  background-image: url(images/ivr_img_keyimg_pc.jpg);
}
.ivrMedical02-body {
  margin: 120px auto 0;
}
.ivrMedical02-txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ivrMedical02-txtbox01 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivrMedical02-txtbox02 {
  max-width: 1320px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.ivrMedical02-txtbox02 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivrMedical02-txtbox02 ol {
  margin: 20px auto 0;
  padding: 0 0 0 30px;
  list-style-type: decimal;
}
.ivrMedical02-txtbox02 ol li {
  font-size: 20px;
  line-height: 1.75;
}

.ivrMedical03 {
  padding: 0 0 120px;
}
.ivrMedical03 .common-keyimg {
  background-image: url(images/ivr_img_keyimg_pc.jpg);
}
.ivrMedical03-body {
  margin: 120px auto 0;
}
.ivrMedical03-txtbox01 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.ivrMedical03-txtbox01 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivrMedical03-txtbox02 {
  max-width: 1320px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.ivrMedical03-txtbox02 p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.ivrMedical03-txtbox02 ol {
  margin: 20px auto 0;
  padding: 0 0 0 30px;
  list-style-type: decimal;
}
.ivrMedical03-txtbox02 ol li {
  font-size: 20px;
  line-height: 1.75;
}
.ivrMedical03-imgbox01__body {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical03-imgbox01__lt {
  width: 52.8125%;
}
.ivrMedical03-imgbox01__lt img {
  width: 100%;
}
.ivrMedical03-imgbox01__rt {
  width: 44.0625%;
}
.ivrMedical03-imgbox01__rt img {
  width: 100%;
}
.ivrMedical03-imgbox01 p {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.ivrMedical03-imgbox02 {
  max-width: 1320px;
  margin: 24px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical03-imgbox02 p {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.ivrMedical03-imgbox02__lt {
  width: 30.859375%;
}
.ivrMedical03-imgbox02__lt img {
  width: 100%;
}
.ivrMedical03-imgbox02__ct {
  width: 30.234375%;
}
.ivrMedical03-imgbox02__ct img {
  width: 100%;
}
.ivrMedical03-imgbox02__rt {
  width: 32.65625%;
}
.ivrMedical03-imgbox02__rt img {
  width: 100%;
}
.ivrMedical03-imgbox03 {
  max-width: 1320px;
  margin: 24px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.ivrMedical03-imgbox03 p {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.ivrMedical03-imgbox03__lt {
  width: 30.3125%;
}
.ivrMedical03-imgbox03__lt img {
  width: 100%;
}
.ivrMedical03-imgbox03__ct {
  width: 32.65625%;
}
.ivrMedical03-imgbox03__ct img {
  width: 100%;
}
.ivrMedical03-imgbox03__rt {
  width: 30.625%;
}
.ivrMedical03-imgbox03__rt img {
  width: 100%;
}
.ivrMedical03-contents {
  margin: 88px auto 0;
}

.student {
  padding: 0 0 120px;
}
.student .common-keyimg {
  background-image: url(images/student_img_keyimg_pc.jpg);
}
.student-main {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
}
.student-bnr {
  margin: 0 auto;
}
.student-bnr__body {
  display: flex;
  justify-content: space-between;
}
.student-bnr__item {
  display: block;
  width: 46.5625%;
  margin: 0;
  padding: 2px;
  background-color: #fe7579;
  border-radius: 16px;
}
.student-bnr__item__image {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.student-bnr__item__image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.student-bnr__item:hover .student-bnr__item__image img {
  transform: scale(1.2);
}
.student-bnr__item__ttl01 {
  font-size: 22px;
  height: 64px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.training {
  padding: 0 0 120px;
}
.training .common-keyimg {
  background-image: url(images/training_img_keyimg_pc.jpg);
}
.training-voice {
  margin: 120px auto 0;
}
.training-voice__item01, .training-voice__item02 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.training-voice__item01__ttl, .training-voice__item02__ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.training-voice__item01__ttl .common-ttl03, .training-voice__item02__ttl .common-ttl03 {
  margin: 0 40px 0 0;
}
.training-voice__item01__name, .training-voice__item02__name {
  display: flex;
  align-items: center;
}
.training-voice__item01__name span, .training-voice__item02__name span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
}
.training-voice__item01__name span:first-child, .training-voice__item02__name span:first-child {
  margin: 0 24px 0 0;
}
.training-voice__item01__name span:nth-child(2), .training-voice__item02__name span:nth-child(2) {
  margin: 0 12px 0 0;
}
.training-voice__item01__name span:last-child, .training-voice__item02__name span:last-child {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.training-voice__item01__main, .training-voice__item02__main {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.training-voice__item01__image, .training-voice__item02__image {
  width: 240px;
  margin: 0 40px 0 0;
}
.training-voice__item01__txt, .training-voice__item02__txt {
  width: 78.125%;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.training-voice__item02__main {
  flex-direction: row-reverse;
}
.training-voice__item02__image {
  margin: 0 0 0 40px;
}
.training-contact {
  margin: 88px auto 0;
}
.training-contact__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.training-contact__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.training-contact__form {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.training-contact__form table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.training-contact__form table th {
  width: 480px;
  padding: 18px 40px 16px;
  font-size: 20px;
  text-align: left;
  line-height: 1.45;
  vertical-align: top;
  background-color: #fff5f5;
  border-right: solid 1px #fe7579;
  border-bottom: solid 1px #fe7579;
  position: relative;
}
.training-contact__form table th .req, .training-contact__form table th .any {
  display: block;
  width: 60px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  background-color: #fe7579;
  position: absolute;
  top: 16px;
  right: 22px;
}
.training-contact__form table th .any {
  color: #fe7579;
  background-color: #FFF;
}
.training-contact__form table td {
  padding: 10px;
  border-bottom: solid 1px #fe7579;
  position: relative;
}
.training-contact__form table td input[type=text], .training-contact__form table td input[type=email], .training-contact__form table td input[type=tel] {
  width: 100%;
  height: 44px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.375;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F1F1F1;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.training-contact__form table td input[type=text]::placeholder, .training-contact__form table td input[type=email]::placeholder,
.training-contact__form table td input[type=tel]::placeholder {
  font-size: 16px;
  color: #828282;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.training-contact__form table td textarea {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.375;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F1F1F1;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  resize: none;
}
.training-contact__form table td textarea::placeholder,
.training-contact__form table td textarea::-webkit-input-placeholder,
.training-contact__form table td textarea::-moz-placeholder,
.training-contact__form table td textarea::-ms-input-placeholder,
.training-contact__form table td textarea::-moz-placeholder {
  font-size: 16px;
  color: #828282;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.training-contact__policy {
  width: 100%;
  height: 162px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.training-contact__policy p {
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
}
.training-contact__check {
  margin: 16px auto 0;
  width: max-content;
}
.training-contact__check label {
  margin-left: 22px;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  cursor: pointer;
}
.training-contact__check label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border: 1px solid #000000;
  position: absolute;
  top: 5px;
  left: -22px;
}
.training-contact__check label:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fe7579;
  border-bottom: 2px solid #fe7579;
  position: absolute;
  top: 6px;
  left: -18px;
  opacity: 0;
  transform: rotate(45deg);
}
.training-contact__check input[type=checkbox] {
  opacity: 0;
}
.training-contact__check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.training-contact__submit {
  margin: 40px auto 0;
}
.training-contact__submit button {
  display: block;
  width: 280px;
  height: 64px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fe7579;
  font-family: fot-tsukuardgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  transition: all 0.5s;
}
.training-contact__submit button:hover {
  color: #FFF;
  background-color: #fe7579;
}

.program {
  padding: 0 0 120px;
}
.program .common-keyimg {
  background-image: url(images/program_img_keyimg_pc.jpg);
}
.program-goal {
  margin: 120px auto 0;
}
.program-goal__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-goal__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.program-real {
  margin: 88px auto 0;
}
.program-real__sec {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-real__txtbox {
  margin: 20px auto 0;
}
.program-real__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.program-real__hospital {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-real__hospital__table {
  max-width: 1280px;
  position: relative;
}
.program-real__hospital table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.program-real__hospital table tr:first-of-type th {
  font-size: 20px;
  text-align: center;
  line-height: 64px;
  border-bottom: solid 2px #fe7579;
}
.program-real__hospital table tr:nth-of-type(n+2) th {
  width: 158px;
  font-size: 20px;
  text-align: center;
}
.program-real__hospital table td {
  width: 167px;
  padding: 15px 0 14px;
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
  border-left: solid 1px #fe7579;
}
.program-real__hospital table tr:nth-child(3) {
  background-color: #fff5f5;
}
.program-real__hospital table tr:nth-child(4) td:nth-child(5), .program-real__hospital table tr:nth-child(4) td:nth-child(7) {
  font-weight: bold;
  background-color: #DBECF7;
}
.program-real__hospital__scroll {
  display: none;
}
.program-exam {
  margin: 88px auto 0;
}
.program-exam__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-exam__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.program-exam__selection {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-exam__selection__txtbox {
  margin: 20px auto 0;
}
.program-exam__selection__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.program-exam__selection__info {
  margin: 40px auto 0;
}
.program-exam__selection__info table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.program-exam__selection__info table th {
  width: 480px;
  padding: 14px 16px 14px 40px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.75;
  background-color: #fff5f5;
  border-bottom: solid 1px #fe7579;
}
.program-exam__selection__info table td {
  width: 800px;
  padding: 14px 16px 14px 40px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.75;
  border-bottom: solid 1px #fe7579;
}
.program-proceed {
  margin: 88px auto 0;
}
.program-proceed__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-proceed__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.program-contact {
  margin: 88px auto 0;
}
.program-contact__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-contact__txtbox p {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
}
.program-contact__form {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.program-contact__form table {
  width: 100%;
  border-top: solid 4px #fe7579;
  border-bottom: solid 4px #fe7579;
  border-collapse: collapse;
}
.program-contact__form table th {
  width: 480px;
  padding: 18px 40px 16px;
  font-size: 20px;
  text-align: left;
  line-height: 1.45;
  vertical-align: top;
  background-color: #fff5f5;
  border-right: solid 1px #fe7579;
  border-bottom: solid 1px #fe7579;
  position: relative;
}
.program-contact__form table th .req, .program-contact__form table th .any {
  display: block;
  width: 60px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  background-color: #fe7579;
  position: absolute;
  top: 16px;
  right: 22px;
}
.program-contact__form table th .any {
  color: #fe7579;
  background-color: #FFF;
}
.program-contact__form table td {
  padding: 10px;
  border-bottom: solid 1px #fe7579;
  position: relative;
}
.program-contact__form table td input[type=text], .program-contact__form table td input[type=email], .program-contact__form table td input[type=tel] {
  width: 100%;
  height: 44px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.375;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F1F1F1;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.program-contact__form table td input[type=text]::placeholder, .program-contact__form table td input[type=email]::placeholder,
.program-contact__form table td input[type=tel]::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.program-contact__form table td textarea {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.375;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #F1F1F1;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  resize: none;
}
.program-contact__form table td textarea::placeholder,
.program-contact__form table td textarea::-webkit-input-placeholder,
.program-contact__form table td textarea::-moz-placeholder,
.program-contact__form table td textarea::-ms-input-placeholder,
.program-contact__form table td textarea::-moz-placeholder {
  font-size: 16px;
  color: #828282;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.program-contact__policy {
  width: 100%;
  height: 162px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.program-contact__policy p {
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
}
.program-contact__check {
  margin: 16px auto 0;
  width: max-content;
}
.program-contact__check label {
  margin-left: 22px;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  cursor: pointer;
}
.program-contact__check label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border: 1px solid #000000;
  position: absolute;
  top: 5px;
  left: -22px;
}
.program-contact__check label:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fe7579;
  border-bottom: 2px solid #fe7579;
  position: absolute;
  top: 6px;
  left: -18px;
  opacity: 0;
  transform: rotate(45deg);
}
.program-contact__check input[type=checkbox] {
  opacity: 0;
}
.program-contact__check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.program-contact__submit {
  margin: 40px auto 0;
}
.program-contact__submit button {
  display: block;
  width: 280px;
  height: 64px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fe7579;
  font-family: fot-tsukuardgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  background-color: #FFF;
  border: solid 2px #fe7579;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  transition: all 0.5s;
}
.program-contact__submit button:hover {
  color: #FFF;
  background-color: #fe7579;
}

.sitemap {
  padding: 0 0 120px;
}
.sitemap .common-keyimg {
  background-image: url(images/sitemap_img_keyimg_pc.jpg);
}
.sitemap-main {
  max-width: 1320px;
  margin: 120px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.sitemap-list {
  width: 31.25%;
  margin: 0;
  padding: 0;
}
.sitemap-list__item {
  margin: 24px 0 0;
  padding: 0 0 0 24px;
  position: relative;
}
.sitemap-list__item > a {
  margin: 0 0 0 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  color: #000000;
  transition: all 0.5s;
}
.sitemap-list__item > a:hover {
  color: #fe7579;
}
.sitemap-list__item:first-child {
  margin: 0;
}
.sitemap-list__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/icn_arrow09.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 0;
}
.sitemap-child01 {
  width: 100%;
  margin: 0 0 0 -4px;
  padding: 0;
}
.sitemap-child01__item {
  margin: 14px 0 0;
  padding: 0 0 0 24px;
  position: relative;
}
.sitemap-child01__item > a {
  margin: 0 0 0 4px;
  line-height: 1.45;
}
.sitemap-child01__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/icn_arrow09.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 0;
}
.sitemap-child02 {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}
.sitemap-child02__item {
  margin: 12px 0 0;
  padding: 0 0 0 25px;
  position: relative;
}
.sitemap-child02__item > a {
  font-size: 18px;
  line-height: 1.55556;
}
.sitemap-child02__item:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(images/icn_arrow09.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.contact {
  padding: 0 0 120px;
}
.contact .common-keyimg {
  background-image: url(images/contact_img_keyimg_pc.jpg);
}
.contact-about {
  margin: 120px auto 0;
}
.contact-about__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.contact-about__txtbox p {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.contact-detail {
  margin: 88px auto 0;
}
.contact-detail__txtbox {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.contact-detail__txt01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.contact-detail__txt02 {
  font-size: 20px;
  line-height: 1.75;
}

.thanks {
  padding: 0 0 120px;
}
.thanks .common-keyimg {
  background-image: url(images/contact_img_keyimg_pc.jpg);
}
.thanks__body {
  max-width: 1320px;
  margin: 80px auto 0;
  padding: 0 20px;
}
.thanks__txt01 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}
.thanks__txt02 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  text-align: center;
}
.thanks__btn {
  margin: 48px auto 0;
}

.policy {
  padding: 0 0 120px;
}
.policy .common-keyimg {
  background-image: url(images/policy_img_keyimg_pc.jpg);
}
.policy-main {
  margin: 120px auto 0;
}
.policy-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.policy-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.policy-btn {
  width: 489px;
  margin: 40px auto 0;
  padding: 24px;
  text-align: center;
  background-color: #fff5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.policy-btn a {
  font-size: 24px;
  font-weight: bold;
  color: #fe7579;
}
.policy-btn img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  vertical-align: baseline;
}

.absent {
  padding: 0 0 120px;
}
.absent .common-keyimg {
  background-image: url(images/common_img_keyimg_pc.jpg);
}
.absent__body {
  max-width: 1320px;
  margin: 80px auto 0;
  padding: 0 20px;
}
.absent__txt01 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}
.absent__txt02 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  text-align: center;
}
.absent__btn {
  margin: 48px auto 0;
}

.login {
  margin: 80px auto 0;
}
.login__ttl {
  font-size: 20px;
  line-height: 1.75;
  word-break: break-word;
  text-align: center;
}
.login__form {
  margin: 16px auto 0 auto;
  display: flex;
  width: 280px;
  justify-content: space-between;
  align-items: center;
}
.login__form label {
  display: block;
  width: 200px;
}
.login__form input[type=password] {
  display: block;
  width: 100%;
  height: 40px;
  border: 2px solid #fe7579;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.login__form button {
  width: 72px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #fe7579;
  border: 2px solid #fe7579;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}
.login__form button:hover {
  color: #fe7579;
  background-color: #FFF;
}
.login__msg {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fe7579;
}

/*# sourceMappingURL=style.css.map */
