@charset "UTF-8";
@keyframes fadeBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* base style */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 154px;
}
@media only screen and (min-width: 769px) {
  html {
    scroll-padding-top: 166px;
  }
}
body {
  overflow-x: hidden;
  font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
a:hover, a:active {
  text-decoration: none;
}
a figure {
  transition: opacity 0.2s;
}
a figure:hover {
  opacity: 0.7;
}
sup {
  font-size: 80%;
  vertical-align: top;
}
table {
  width: 100%;
}
table th,
table td {
  text-align: center;
  vertical-align: middle;
}
picture,
figure {
  display: block;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* common style */
h1[class*=title],
h2[class*=title],
h3[class*=title],
h4[class*=title] {
  font-weight: 700;
}
em.line {
  background: linear-gradient(transparent 60%, #f2c0c0 0%);
}
a {
  color: #00a9e4;
}
picture img,
figure img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  picture img,
  figure img {
    width: auto;
  }
}
picture img.fit,
figure img.fit {
  width: 100%;
}
picture img.illust,
figure img.illust {
  display: block;
  max-width: 122px;
  margin: 0 auto;
}
picture figcaption.note,
figure figcaption.note {
  margin-top: 1em;
}
table {
  width: 100%;
}
table th,
table td {
  text-align: center;
  vertical-align: middle;
}
table th {
  font-weight: 600;
}
table td {
  line-height: 1;
}
a[href*="tel:"] {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
a.btn {
  text-decoration: none;
}
.flexbox {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .flexbox {
    flex-direction: row;
  }
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lead {
  font-size: 4.3vw;
}
@media only screen and (min-width: 744px) {
  .lead {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .lead {
    font-size: 1.6rem;
  }
}
.rightalign {
  text-align: right;
}
.admt {
  margin-top: 1.6em;
}
.popuplink {
  margin-top: 1em;
}
.note {
  margin-top: 12px;
  font-size: 3.7vw;
  color: #a2a2a2;
}
@media only screen and (min-width: 744px) {
  .note {
    font-size: 2.8vw;
  }
}
@media only screen and (min-width: 769px) {
  .note {
    font-size: 1.4rem;
  }
}
.note.dot {
  padding-left: 1em;
  color: #222;
  text-indent: -1em;
}
.note.small {
  font-size: 3.2vw;
}
@media only screen and (min-width: 744px) {
  .note.small {
    font-size: 2.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .note.small {
    font-size: 1.2rem;
  }
}
ul.disc,
ol.disc {
  list-style-type: disc;
}
ul.disc li,
ol.disc li {
  list-style-type: disc;
}
ul.indent,
ol.indent {
  padding-left: 1.4em;
}
ul.linkcolor,
ol.linkcolor {
  color: #00a9e4;
}
p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.comment {
  display: flex;
}
.comment__heading {
  flex-shrink: 0;
}
.is-icon::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.is-icon.recommend::before {
  top: 20px;
  right: -18px;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url(/assets/images/common/icon_recommend.svg);
}
.is-center {
  text-align: center;
}
.formbtn.in_section {
  max-width: 278px;
  margin: 40px auto 0;
  font-size: 3.7vw;
  font-weight: 600;
  color: #00a9e4;
  text-align: center;
}
@media only screen and (min-width: 744px) {
  .formbtn.in_section {
    max-width: 70vw;
  }
}
@media only screen and (min-width: 1025px) {
  .formbtn.in_section {
    max-width: 400px;
    font-size: 1.6rem;
  }
}
.formbtn.in_section a {
  padding: 12px 5%;
  margin: 10px auto 0;
  line-height: 1;
  box-shadow: 0 5px 15px rgba(0, 169, 228, 0.3);
}
@media only screen and (max-width: 768px) {
  .formbtn.in_section a {
    font-size: 4.3vw;
  }
}
@media only screen and (min-width: 769px) {
  .formbtn.in_section a {
    padding: 20px 5%;
    font-size: 1.6rem;
  }
}
.formbtn.in_section em {
  padding: 0 0.05em;
  font-size: 5.8vw;
}
@media only screen and (min-width: 769px) {
  .formbtn.in_section em {
    font-size: 2.6rem;
  }
}
.formbtn a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00a9e4;
  border-radius: 50px;
  transition: all 0.25s ease-out;
}
.formbtn a::after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: translateY(-50%) rotate(-135deg);
  right: 6%;
  border-radius: 1px;
}
.formbtn a:hover, .formbtn a:active {
  background-color: #5fc1f1;
}
span.num {
  display: inline-block;
  width: 6.5vw;
  height: 6.5vw;
  margin-right: 0.5em;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 6.5vw;
  color: #fff;
  text-align: center;
  background-color: #e60012;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  span.num {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.floatbox {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 8;
  width: 100%;
  transform: translateX(-50%);
}
.floatbox .formbtn.in_section {
  margin: 0 auto;
}
.is-campaign {
  display: none;
}
.is-campaign.udmv {
  width: 100%;
  padding: 0 16px;
  margin: 80px auto;
}
@media only screen and (min-width: 769px) {
  .is-campaign.udmv {
    width: 760px;
    padding: 0;
  }
}
.is-campaign.udmv picture.fit img {
  border-radius: unset;
}
.is-campaign.inc {
  padding: 20px 16px;
  margin: 0 auto 80px;
  font-size: 1.4rem;
  background-color: #f8f9fa;
  border-radius: 2px;
}
@media only screen and (min-width: 769px) {
  .is-campaign.inc {
    padding: 24px 40px;
  }
}
.is-campaign.inc .title {
  font-size: 1.6rem;
  font-weight: 700;
}
.is-campaign.inc .inner {
  margin-top: 10px;
}
.is-campaign.inc dl + dl {
  margin-top: 1em;
}
.is-campaign.inc dl dd {
  margin-top: 0.3em;
}
.is-campaign.inc ul {
  margin-left: 1.5em;
}
.is-campaign.inc ul ol {
  padding-left: 0.5em;
}
.is-campaign.inc ul ol li {
  list-style-type: none;
}
.is-campaign.inc ul li + li {
  margin-top: 0.3em;
}
.is-campaign.inc p + p {
  margin-top: 0.3em;
}
.box.campaign {
  padding: 0 7%;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .box.campaign {
    padding: 0;
  }
}
/* header style */
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header {
    height: 146px;
  }
}
@media only screen and (min-width: 1025px) {
  .header {
    height: 146px;
  }
}
.header__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    height: 80px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    height: 56px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .header__logo {
    height: 80px;
  }
}
.header__logo a {
  display: inline-block;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .header__logo a {
    padding: 8px;
  }
}
.header__logo .logo {
  width: 220px;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .header__logo .logo {
    width: 280px;
  }
}
.tabmenu {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 56px;
}
@media only screen and (min-width: 769px) {
  .tabmenu {
    position: relative;
    right: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 468px;
    height: 80px;
  }
}
.tabmenu li {
  position: relative;
  width: 100%;
}
.tabmenu li:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: -7px;
  z-index: 10;
  width: 15px;
  content: "";
  border: 1px solid #b3b3b3;
  transform: rotate(90deg);
}
@media only screen and (min-width: 769px) {
  .tabmenu li:not(:first-of-type)::before {
    left: -20px;
  }
}
.tabmenu li a {
  display: block;
  height: 100%;
  font-size: 0.9rem;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .tabmenu li a {
    font-size: 1.2rem;
  }
}
.tabmenu li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.tabmenu li a em {
  display: block;
  font-size: 1.4rem;
}
.is-cancer .tabmenu__cancer em,
.is-care .tabmenu__care em,
.is-healthcare .tabmenu__healthcare em {
  font-weight: 700;
}
.is-cancer .tabmenu__cancer a::after,
.is-care .tabmenu__care a::after,
.is-healthcare .tabmenu__healthcare a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 3px solid #e60012;
}
@media only screen and (min-width: 769px) {
  .is-cancer .tabmenu__cancer a::after,
  .is-care .tabmenu__care a::after,
  .is-healthcare .tabmenu__healthcare a::after {
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
  }
}
.gnav__menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: none;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .gnav__menu .menu {
    display: block;
  }
}
.gnav__menu .hamburger {
  position: absolute;
  top: 27px;
  left: 14px;
  display: block;
  width: 28px;
  height: 2px;
  background: #e60012;
  transform-origin: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav__menu .hamburger {
    top: 30%;
    left: 50%;
    width: 5vw;
    transform: translateX(-50%);
  }
}
.gnav__menu .hamburger::after, .gnav__menu .hamburger::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #e60012;
  transition: 0.2s ease-in-out;
}
.gnav__menu .hamburger::before {
  top: -10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav__menu .hamburger::before {
    top: 3.5vw;
  }
}
.gnav__menu .hamburger::after {
  bottom: -10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav__menu .hamburger::after {
    bottom: -1.8vw;
  }
}
.gnav__menu .formbtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav__menu .formbtn {
    right: 2%;
  }
}
.gnav__menu .formbtn a {
  width: 200px;
  height: 40px;
  padding: 2%;
  font-size: 1.3rem;
  font-weight: 700;
}
.gnav__menu .formbtn a::after {
  width: 9px;
  height: 9px;
}
.gnav__menu .formbtn em {
  padding: 0 1px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.gnav__menu input {
  display: none;
}
.gnav__menu input:checked + .menu {
  border-radius: 0;
}
.gnav__menu input:checked + .menu .hamburger {
  top: 50%;
  right: 20%;
  left: auto;
  background-color: #e60012;
  transform: rotate(45deg);
}
.gnav__menu input:checked + .menu .hamburger::after {
  bottom: 0;
  background-color: #e60012;
  transform: rotate(90deg);
}
.gnav__menu input:checked + .menu .hamburger::before {
  top: 0;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .gnav__menu input + .menu + ul {
    display: none;
    opacity: 0;
  }
  .gnav__menu input:checked + .menu + ul {
    z-index: 50;
    display: block;
    width: 60vw;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.16);
    opacity: 1;
    animation-name: fadeBlock;
    animation-duration: 0.5s;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) and (max-width: 1024px) {
  .gnav__menu input:checked + .menu + ul {
    width: 40vw;
  }
}
@media only screen and (max-width: 1024px) {
  .gnav__menu .nav_block {
    margin-top: 24px;
  }
}
.gnav__list {
  position: fixed;
  top: 56px;
  right: 4%;
  transition: 0.1s 0s ease-in-out;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav__list {
    top: 6%;
    right: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .gnav__list {
    display: none;
  }
}
.gnav__list li {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .gnav__list li {
    position: relative;
  }
  .gnav__list li.active {
    border-bottom: 3px solid #b7b7b7;
  }
}
.gnav__list li a {
  display: block;
  padding: 6% 0;
  font-size: 4.2vw;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav__list li a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .gnav__list li a {
    display: inline;
    height: 55px;
    padding: 20px 14px;
    font-size: 1.4rem;
    line-height: 55px;
  }
}
.gnav__list li a:hover {
  background: #a2a2a2;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .gnav__list li {
    float: unset;
    white-space: nowrap;
  }
}
.spnav {
  display: flex;
}
.spnav li {
  width: 50%;
  text-align: center;
}
.spnav li a {
  display: block;
  padding: 8px 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 4px solid #b6b6b6;
}
.spnav li a.active {
  border-color: #b7b7b7;
}
.banner {
  padding: 3px 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  background-color: #f8f9fa;
}
@media only screen and (min-width: 769px) {
  .banner {
    height: 26px;
    font-size: 1.2rem;
  }
}
.pagemenu_area {
  background-color: #fff;
  border-top: 1px solid #b7b7b7;
}
.pagemenu_area .pagemenu {
  display: flex;
  justify-content: center;
  max-width: 760px;
}
@media only screen and (min-width: 769px) {
  .pagemenu_area .pagemenu {
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .pagemenu_area .pagemenu {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.pagemenu_area .pagemenu a {
  position: relative;
  display: block;
  padding: 18px 12px;
  font-size: 1.1rem;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .pagemenu_area .pagemenu a {
    padding: 14px 16px;
    font-size: 1.2rem;
  }
}
.pagemenu_area .pagemenu a:hover, .pagemenu_area .pagemenu a:active {
  opacity: 0.75;
  transition: 0.3s;
}
.pagemenu_area .pagemenu span {
  position: relative;
}
.pagemenu_area .pagemenu span::before {
  position: absolute;
  top: 55%;
  left: -11px;
  width: 8px;
  height: 6px;
  content: "";
  background: url(/assets/images/common/icon_arrow_menu.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .pagemenu_area .pagemenu span::before {
    left: -15px;
    width: 10px;
    height: 6px;
  }
}
/* footer style */
.footer {
  background-color: #ebebeb;
}
.footer__inner {
  max-width: 875px;
  padding: 10% 5%;
  margin: 0 auto;
  font-size: 3.7vw;
}
@media only screen and (min-width: 769px) {
  .footer__inner {
    padding: 80px 0 120px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__inner {
    padding: 80px 5%;
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding-bottom: 28%;
  }
}
.footer__inner > dl,
.footer__inner > div {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .footer__inner dl + dl {
    margin-top: 2em;
  }
}
.footer__inner p + p {
  margin-top: 2em;
}
.footer__inner dt {
  font-weight: 700;
}
.footer__inner .flexbox {
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .footer__inner .flexbox {
    margin-top: 64px;
  }
}
.footer__inner .num {
  margin-top: 2em;
}
.footer .copy {
  margin-top: 1em;
}
.footer .copy a + a {
  margin-left: 2em;
}
/* not found page style */
@media only screen and (min-width: 769px) {
  .header {
    height: 106px;
  }
}
.header .gnav__menu .menu {
  display: none;
}
.header .pagemenu_area {
  display: none;
}
.box {
  padding: 80px 0;
  margin-top: 108px;
  overflow: hidden;
}
.box__inner {
  position: relative;
  padding: 60px 7% 0;
  margin: 0 auto;
  font-size: 3.7vw;
}
@media only screen and (min-width: 769px) {
  .box__inner {
    padding: 0;
    font-size: 1.6rem;
  }
}
.box__title {
  position: relative;
  margin-bottom: 5vw;
  font-size: 6.4vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .box__title {
    position: relative;
    z-index: 2;
    width: 555px;
    height: 155px;
    padding-top: 50px;
    margin: 0 auto 100px;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    background: url(/assets/images/cancer/line_subheading.svg) no-repeat center center;
  }
  .box__title span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
.box__title.key {
  font-weight: 700;
  color: #e60012;
}
.box__item {
  max-width: 500px;
  margin: 0 auto;
  font-size: 4.3vw;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .box__item {
    font-size: 1.6rem;
  }
}
.box .overview {
  margin: 40px 0;
}
.box__stitle {
  font-size: 4.75vw;
}
@media only screen and (min-width: 769px) {
  .box__stitle {
    font-size: 2rem;
  }
}
.box__stitle.key {
  color: #e60012;
  text-align: center;
}