@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*--------------------
 * reset.css
 *--------------------*/
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  /* font: inherit; */
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a img {
  border: none;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/*--------------------
 * common
 *--------------------*/
html {
  /* overflow: auto; */
  font-size: 62.5%;
}
body {
  /* overflow-x: hidden; */
  /* font-family: 'メイリオ', Meiryo, Quicksand, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

main {
  /* padding-top: 80px; */
  color: #5a5a5a;
  font: normal 500 1.8em/2 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}

main img {
  display: inline;
}

a img, .hover, .btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover img, .hover:hover, .btn:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
a.disabled:hover img {
  -ms-filter: none;
  filter: none;
  -webkit-opacity: initial;
  -moz-opacity: initial;
  -ms-opacity: initial;
  -o-opacity: initial;
  opacity: initial;
}

.flex,
.flex-children > * {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start; /* IE10 */
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.jc-c {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.jc-j {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center; /* IE10 */
  -webkit-align-items: center;
  align-items: center;
}
.flex.ai-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch; /* IE10 */
  -webkit-align-items: stretch;
  align-items: stretch;
}

.pc {
  display: block;
}
.pc-inline {
  display: inline-block;
}
.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  body {}

  main {
    /* padding-top: 50px; */
    font-size: 1.5em;
  }

  /* .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  } */

  .pc,
  .pc-inline {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

body#dwyw .main-v {
  overflow: hidden;
  background: #19c764 url(/to_you/disease/img/to_you_main_v_bg.png) no-repeat right 85% / 400px;
}
body#dwyw .main-v .main-v-icon-1 {fill:#aeebc9;}
body#dwyw .main-v .main-v-icon-2 {fill:#fff;}


@media screen and (min-width: 981px) {
  .g-nav > li:nth-child(1) > a:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #04b24b;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body#dwyw .main-v {
    background-size: 180px !important;
    background-position: right -50px bottom 25px !important;
  }
}

.breadcrumb {
  padding: 0 20px;
}
.breadcrumb ul {
  max-width: none;
  margin: 0 auto;
}
.breadcrumb a {
  color: #009c64;
  font-weight: 300;
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .breadcrumb {
    /* padding: 0; */
  }
  .breadcrumb ul {}
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    /* display: none; */
  }
  .breadcrumb ul {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}


/* -----------------------------
  Header
----------------------------- */
#header {
  display: block;
  position: relative;
  /* position: fixed;
  left: 0; top: 0;
  z-index: 10; */
  z-index: 9;
  width: 100%;
  background: #fff;
  font: normal 500 1.8em/2 'Noto Sans JP', sans-serif;
}
#header .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
  /* -webkit-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-box-align: center;
  -ms-flex-align: center; /* IE10 */
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  /* padding: 0 96px 0 34px; */
  padding: 10px 96px 10px 20px;
  min-height: 80px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header h1 {
  text-align: left;
}
#header h1 img{
  width: 137px;
}
#header .links {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end; /* IE10 */
  -webkit-align-items: flex-end;
  align-items: flex-end;
  list-style: none;
  margin-left: 4%;
  padding: 0;
  line-height: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .links li {
  margin: 0 4% 0 0;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
}
#header .links li:last-child {
  margin-right: 0;
}
#header .links li em {
  display: block;
  margin-bottom: 3px;
  color: #e84b3c;
  font-weight: 700;
  font-size: 1rem;
  /* -webkit-transform: scale(0.8);
  transform: scale(0.8); */
}
#header .links li a {
  display: inline-block;
  position: relative;
  color: #222;
  text-decoration: none;
}
#header .links li a:hover {
  text-decoration: underline;
}
#header .links li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -15px; top: 0.3em;
  width: 6px;
  height: 10px;
  background: url(../img/common/arrow.svg) no-repeat center center / contain;
}
#header .header_check {
  margin-left: 4%;
  padding: 0;
  width: auto;
  height: 42px;
  min-width: 150px;
  font-weight: 700;
  font-size: 1.5rem;
}
#header .header_check:before {
  content: none;
}

@media screen and (min-width: 1921px) {
  #header .inner {
    /* padding-left: 0; */
  }
}
@media screen and (max-width: 750px) {
  #header {
    font-size: 1.5em;
  }
  #header .inner {
    flex-wrap: wrap;
    /* padding: 0 75px 0 15px; */
    padding: 0;
    min-height: 50px;
  }
  #header .inner:after {
    content: "";
    display: block;
    position: absolute;
    /* top: 10px; */
    right: 51px; top: 0;
    width: 1px;
    height: 30px;
    background: #f5f5f5;
  }
  #header h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #header h1 img {
    width: 80px;
  }
  #header .links {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -moz-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    order: 3;
    /* position: fixed;
    left: 0; top: 50px; */
    position: relative;
    margin-left: 0;
    padding: 10px 15px;
    width: 100%;
    background: #fff;
  }
  #header .links li {
    margin-right: 3%;
    padding-left: 8px;
    font-size: 1rem;
  }
  #header .links li:last-child {
    margin-right: 0;
  }
  #header .links li em {
    margin-bottom: 2px;
    font-size: 1rem;
    transform-origin: left bottom;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #header .links li a {}
  #header .links li a:before {
    left: -8px; top: 0.3em;
    width: 4px;
    height: 7px;
  }
  #header .header_check {
    /* margin-left: 0; */
    margin-left: 15px;
    min-width: 120px;
    height: 30px;
    font-size: 1.2rem;
  }


}

/* -----------------------------
  nav
----------------------------- */
.hamburger {
  display: inline-block;
  /* position: fixed; */
  position: absolute;
  right: 36px; top: 31px;
  z-index: 12;
  width: 24px;
  height: 18px;
}
.hamburger i,
.hamburger:before,
.hamburger:after {
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 24px;
  height: 2px;
  background: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger i {
  top: 50%;
  margin-top: -1px;
}
.hamburger.open i {
  width: 0;
  opacity: 0;
}
.hamburger:before {
  content: "";
  top: 0;
}
.hamburger.open:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger:after {
  content: "";
  bottom: 0;
}
.hamburger.open:after {
  bottom: auto; top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav {
  display: block;
  position: fixed;
  left: 0; top: 0;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav.open {
  visibility: visible;
  z-index: 11;
  background: rgba(0, 0, 0, 0.6);
}
#nav .inner {
  visibility: hidden;
  position: relative;
  right: -100%;
  margin: 0 0 0 auto;
  padding: 180px 120px 20px;
  width: 84%;
  max-width: 960px;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav.open .inner {
  visibility: visible;
  overflow-y: auto;
  right: 0;
}
#nav ul {
  line-height: 0;
  text-align: left;
}
#nav ul li {
  width: 48%;
  font-size: 1.7rem;
  line-height: 1.2;
}
#nav ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #222;
  text-decoration: none;
}
#nav ul li a:hover {
  text-decoration: underline;
}
#nav ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px; top: 0.3em;
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow.svg) no-repeat center center / contain;
}
#nav .banner {
  margin-top: 45px;
  line-height: 1;
}
#nav .banner a,
#nav .banner span {
  display: inline-block;
  position: relative;
  width: 48%;
}
#nav .banner a:nth-child(n+3),
#nav .banner span:nth-child(n+3) {
  margin-top: 25px;
}
#nav .banner em {
  display: block;
  position: absolute;
  left: 8px; top: -18px;
  margin-bottom: 3px;
  color: #e84b3c;
  font-weight: 700;
  font-size: 1.2rem;
}
#nav .btns {
  margin-top: 40px;
  line-height: 0;
}
#nav .btns .btn {
  padding: 0 0 0 48px;
  width: 48%;
  height: 64px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0;
}
#nav .btns .btn:before {
  width: 58px;
  height: 58px;
}

@media screen and (max-width: 1080px) {
  #nav .inner {
    padding: 80px 8% 20px;
  }
  #nav .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav .banner {
    margin-top: 35px;
  }
  #nav .btns {
    margin-top: 25px;
  }
  #nav ul li,
  #nav .banner a,
  #nav .banner span,
  #nav .btns .btn {
    width: 100%;
  }
  #nav ul li + li,
  #nav .banner a + a,
  #nav .banner span + a,
  #nav .banner a + span,
  #nav .banner span + span,
  #nav .btns .btn + .btn {
    margin-top: 20px;
  }
  #nav ul li a {
    padding-left: 12px;
  }
  #nav ul li a:before {
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .hamburger {
    /* top: 18.5px; */
    right: 20px; top: 9.5px;
    margin-top: 0;
    width: 17px;
    height: 14px;
  }
  #nav ul li {
    font-size: 1.3rem;
  }
  #nav .banner em {
    left: 4px; top: -14px;
    font-size: 1rem;
  }
  #nav .btns .btn {
    padding-left: 34px;
    height: 45px;
    font-size: 1.3rem;
  }
  #nav .btns .btn:before {
    left: 2px; top: 2px;
    width: 41px;
    height: 41px;
  }
}


/* -----------------------------
  credit
----------------------------- */
#credit {
  position: relative;
  float: none;
  clear: both;
  margin: 80px auto 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#credit .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 210px;
  max-width: 1000px;
  /* max-width: 1120px; */
}
#credit .inner > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 562px;
}
#credit small {
  display: inline-block;
  position: absolute;
  right: 0; bottom: 0;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
}
#credit cite{
  position: absolute;
  right: 20px; bottom: -25px;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  #credit {
  }
  #credit .inner {
    padding: 0 20px;
    max-width: 100%;
  }
  #credit small {
    display: block;
    position: static;
    margin-top: 10px;
    text-align: right;
  }
}

@media screen and (max-width: 750px) {
  #credit {
    margin: 30px auto 10px;
    max-width: 100%;
  }
  #credit .inner {
    padding: 0 4%;
    max-width: 100%;
  }
  #credit .inner > img {
    max-width: 100%;
  }
  #credit small {
    /* margin-right: 10px; */
    font-size: 0.9rem;
  }
  #credit cite{
    /* right: 4%; bottom: 0; */
    right: 4%; bottom: -20px;
    font-size: 0.9rem;
  }
}


/* -----------------------------
  footer
----------------------------- */
#footer {
  position: relative;
  padding: 40px 0;
  background: #fff;
  font-size: 9px;
  text-align: center;
}
#footer .footer-nav {
  padding: 15px 0;
}
#footer a {
  color: #5a5a5a;
  line-height: 1.2;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .csl {
  float: none;
  clear: both;
}

@media only screen and (max-width: 750px) {
  #footer {
    padding: 20px 0;
    font-size: 11px;
  }
  #footer .inner {
    margin-top: 15px;
    padding: 0 10px;
  }
  #footer .csl img {
    max-width: 158px;
  }
  #footer .footer-nav {
    padding: 20px 0;
    line-height: 1.8;
  }
  #footer a {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {}



/* -----------------------------
  btn
----------------------------- */
.btn {
  /* display: block; */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* IE10 */
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-color: #b3b3b3;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.about,
.btn.check,
.btn.appli {
  max-width: 475px;
  height: 90px;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.4;
}
.btn.check,
.btn.appli {
  padding-left: 40px;
}
.btn.about {
  background-color: #042c7d;
}
.btn.check {
  background-color: #e84b3c;
}
.btn.appli {
  background-color: #18a38f;
}
.btn.check:before,
.btn.appli:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px; top: 3px;
  width: 82px;
  height: 82px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: no-repeat center center / contain;
}
.btn.check:before {
  background-image: url(../img/collabo/leader_wipe.png);
}
.btn.appli:before {
  background-image: url(../img/collabo/ushiromae_wipe.png);
}

@media screen and (max-width: 1080px) {
  .btn.check,
  .btn.appli {
    margin: 0 auto;
    width: 60%;
    max-width: none;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 750px) {
  .btn {
    white-space: normal;
  }
  .btn.about,
  .btn.check,
  .btn.appli {
    margin: 0 auto;
    width: 88%;
    height: 62px;
    font-size: 1.5rem;
  }
  .btn.check,
  .btn.appli {
    /* padding: 20px 0; */
    padding-left: 35px;
  }
  .btn.check:before,
  .btn.appli:before {
    width: 56px;
    height: 56px;
  }
}