html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.4rem;
  font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  min-width: 320px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
}

ul,li {
  list-style: none;
}

a {
  color: #333333;
}

a:hover {
  opacity: 0.5;
}

.is_pc {
  display: none;
}

.is_sp {
  display: inline-block;
}

.header {
  padding: 15px 8px;
  background: #ffffff;
}

.header_inner {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 192px;
}

.to_totyo a {
  display: block;
  color: #1e1e1e;
  margin-top: 2px;
  text-decoration: none;
}

.to_totyo a::before {
  content: "";
  display: inline-block;
  padding-right: 4.5px;
  border-top: solid transparent 3.75px;
  border-bottom: solid transparent 3.75px;
  border-left: solid #5bb0ac 8.5px;
  box-sizing: border-box;
}

.main {
  overflow: hidden;
}

.main_inner {
  padding-bottom: 100px;
}

.info {
  position: relative;
}

.google_map {
  width: 100%;
  height: 100%;
}

.google_map iframe {
  position: absolute;
  top: 33.9%;
  left: 23%;
  width: 74.5%;
  height: 23.5%;
}

.info_access_link {
  position: absolute;
  top: 57.5%;
  left: 59%;
  width: 11%;
  height: 3%;
}

.info_map_link {
  position: absolute;
  top: 60.5%;
  left: 53%;
  width: 11%;
  height: 3%;
}

.kouza {
  padding: 10px 10px 40px;
  background: url("/images/kouza_bg_sp.png") no-repeat;
  background-size: cover;
}

.kouza_special {
  display: flex;
}

.kouza_special_left {
  width: 54%;
}

.kouza_special_right {
  width: 46%;
}

.kouza_special_title {
  padding-top: 12px;
}

.kouza_special_text {
  margin: 15px 0 10px 5px;
}

.kouza_special_tanimaria {
  margin-right: -5px;
}

.kouza_ishi {
  margin-top: -5px;
}

.kouza_keikensha {
  margin-top: 5px;
}

.kouza_program {
  margin-top: 20px;
}

.kouza_oubo {
  margin-top: 30px;
}

.kenshin {
  padding-top: 37px;
}

.kenshin_inner {
  margin: 0 10px;
  padding-bottom: 36px;
  border: solid #4bbbb4 4px;
  border-radius: 30px;
  overflow: hidden;
}

.kenshin_main_title {
  padding: 6px 10px 15px;
  background: #4bbbb4;
}

.kenshin_content {
  margin: 28px 10px 0;
}

.kenshin_sub_title {
  margin: 0 1.86vw;
}

.kenshin_text {
  margin-top: 18px;
}

.kenshin_btn {
  display: block;
  margin: 15px 19.2vw 0;
  text-align: center;
}

.kenshin_item_title {
  margin-top: 30px;
}

.kenshin_item_title img {
  height: 5.6vw;
}

.kenshin_item_list {
  margin-top: 15px;
}

.kenshin_item_list li {
  margin-top: 4px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.kenshin_item_list li:first-child {
  margin-top: 0;
}

.kenshin_item_list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: #4bbbb4;
  border-radius: 50%;
}

.kenshin_item_note {
  font-size: 1.2rem;
  margin: 4px 0 0 17px;
}

.kenshin_contact {
  margin: 50px 10px 0;
}

.kenshin_note {
  margin: 20px 0 0;
}

.kenshin_note ul {
  margin: 10px 0 0;
}

.kenshin_note li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.kenshin_note li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: solid #333333 1px;
  border-radius: 50%;
  box-sizing: border-box;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  margin: 54px 5px 0;
  justify-content: center;
}

.banner li {
  padding: 16px 5px 0;
}

.banner li:nth-child(1) img {
  width: 106px;
}

.banner li:nth-child(2) img {
  width: 176px;
}

.banner li:nth-child(3) img {
  width: 173px;
}

.banner li:nth-child(4) img {
  width: 172px;
}

.footer {
  color: #ffffff;
  background: #7ac3bd;
}

.footer a {
  color: #ffffff;
}

.footer_inner {
  position: relative;
}

.page_top {
  position: fixed;
  top: calc(100vh - 80px);
  right: 10px;
  width: 60px;
}

.page_top.absolute {
  position: absolute;
  top: -31px;
}

.site_map {
  display: flex;
  padding-top: 32px;
  justify-content: center;
}

.site_map li:first-child {
  margin-right: 27px;
}

.site_info {
  padding: 32px 0;
  text-align: center;
}

.site_info li {
  margin-top: 8px;
}

.site_info li:first-child {
  margin-top: 0;
}

.site_info li:last-child {
  margin-top: 20px;
}

.copyright {
  display: block;
  font-size: 1.2rem;
  padding: 10px 0;
  background: #1e9e96;
  text-align: center;
}

/* 202002 */
.report_description {
  font-size: 1.6rem;
  margin: 20px 10px;
}

.report_title {
  margin: 40px 0 30px;
  background: #fb5e98;
}

.report_project1 {
  margin-bottom: 20px;
}

.report_project1_title {
  width: 100%;
  margin-bottom: 15px;
}

.report_project1_comment {
  margin: 0 10px;
}

.report_project1_photo {
  width: 151px;
  margin: -30px 10px 0 auto;
}

.report_qa {
  margin-bottom: 30px;
}

.report_qa_photo {
  margin-bottom: 10px;
}

.report_qa_text {
  margin: 0 30px 0 21vw;
}

.report_project2 {
  margin-bottom: 30px;
}

.report_project2_title {
  width: 100%;
  margin-bottom: 15px;
}

.report_project2_kawamura {
  display: flex;
  align-items: center;
  margin: 0 10px 10px;
}

.report_project2_kawamura_text {
  margin-right: 15px;
}

.report_project2_kawamura_photo {
  flex-shrink: 0;
  width: 151px;
}

.report_project2_koiso {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 10px 0;
}

.report_project2_koiso_text {
  margin-left: 15px;
}

.report_project2_koiso_photo {
  flex-shrink: 0;
  width: 151px;
}

.report_project3 {
  margin-bottom: 50px;
}

.report_project3_item {
  display: flex;
  align-items: center;
}

.report_project3_item:last-child {
  margin: 0 10px;
}

.report_project3_title {
  width: 100%;
  margin-bottom: 15px;
}

.report_project3_comment {
  margin-right: 15px;
}

.report_project3_photo {
  flex-shrink: 0;
  width: 151px;
}

.report_button {
  position: relative;
  height: 136px;
  background: #fee4ee;
}

.report_button a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  transform: translate(-50%, -50%);
}

.report_personal {
  color: #e8446c;
}

.report_personal-name {
  font-size: 2.0rem;
}

.movie_button {
  margin: 40px 10px;
}

@media screen and (min-width: 641px) {

  body {
    min-width: 1000px;
    background: url("/images/bg_01.png");
  }

  .is_pc {
    display: inline-block;
  }

  .is_sp {
    display: none;
  }

  .header_inner,
  .main_inner,
  .footer_inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .main_inner {
    padding-bottom: 125px;
    background: #ffffff;
  }

  .google_map {
    width: 100%;
    height: 100%;
  }

  .google_map iframe {
    position: absolute;
    top: 36.5%;
    left: 27.2%;
    width: 62%;
    height: 32.6%;
  }

  .info_access_link {
    position: absolute;
    top: 69.5%;
    left: 44%;
    width: 5%;
    height: 2.5%;
  }

  .info_map_link {
    position: absolute;
    top: 69.5%;
    left: 67%;
    width: 5%;
    height: 2.5%;
  }

  .kouza {
    padding-bottom: 47px;
    background: url("/images/kouza_bg_pc.png") no-repeat;
    background-size: cover;
  }

  .kouza_inner {
    max-width: 700px;
    margin: 0 auto;
  }

  .kouza_special {
    position: relative;
    display: block;
  }

  .kouza_special_title {
    margin-left: -5px;
    padding-top: 22px;
  }

  .kouza_special_left {
    width: 100%;
  }

  .kouza_special_text {
    font-size: 1.6rem;
    margin: 12px 0 0 3px;
  }

  .kouza_special_right {
    position: absolute;
    top: 17px;
    right: 0;
    width: auto;
  }

  .kouza_special_tanimaria {
    margin-right: 5px;
  }

  .kouza_ishi {
    margin: 20px 0 0 3px;
  }

  .kouza_keikensha {
    margin: 12px 0 0 3px;
  }

  .kouza_program {
    margin: 19px 0 0 3px;
  }

  .kouza_oubo {
    margin-top: 40px;
  }

  .kenshin {
    font-size: 1.8rem;
    padding-top: 80px;
  }

  .kenshin_inner {
    max-width: 710px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .kenshin_main_title {
    padding: 6px 0 6px 32px;
  }

  .kenshin_content {
    margin: 30px 20px 0;
  }

  .kenshin_content:last-child {
    margin-top: 40px;
  }

  .kenshin_sub_title {
    margin: 0;
    text-align: center;
  }

  .kenshin_item_title {
    margin-top: 40px;
  }

  .kenshin_item_title img {
    height: auto;
  }

  .kenshin_item_list li {
    margin-left: 1.0em;
    text-indent: -1.0em;
  }

  .kenshin_text {
    margin-top: 20px;
  }

  .kenshin_btn {
    margin: 20px 0 0;
    text-align: right;
  }

  .kenshin_item_note {
    font-size: 1.4rem;
  }

  .kenshin_contact {
    margin: 50px 0 0;
    text-align: center;
  }

  .kenshin_note ul {
    width: 550px;
    margin: 10px auto 0;
    text-align: left;
  }

  .page_top {
    right: calc((100vw - 1000px) / 2 + 15px);
  }

  /* 202002 */
  .report_description {
    font-size: 1.9rem;
    max-width: 840px;
    margin: 50px auto 35px;
    text-align: center;
  }

  .report_title {
    margin: 50px 0 35px;
  }

  .report_project1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto 15px;
  }

  .report_project1_title {
    margin-bottom: 20px;
  }

  .report_project1_comment {
    font-size: 1.8rem;
    margin: 0;
  }

  .report_project1_photo {
    width: 216px;
    margin: 0;
  }

  .report_qa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto 40px;
  }

  .report_qa_photo {
    margin: 0;
  }

  .report_qa_text {
    font-size: 1.8rem;
    margin: 0;
  }

  .report_project2 {
    max-width: 840px;
    margin: 0 auto 40px;
  }

  .report_project2_title {
    margin-bottom: 20px;
    text-align: right;
  }

  .report_project2_kawamura {
    justify-content: flex-end;
    margin: 0;
  }

  .report_project2_kawamura_text {
    font-size: 1.8rem;
    margin-right: 20px;
  }

  .report_project2_kawamura_photo {
    width: 216px;
  }

  .report_project2_koiso {
    justify-content: flex-end;
    margin: 0;
  }

  .report_project2_koiso_text {
    font-size: 1.8rem;
    margin-left: 20px;
  }

  .report_project2_koiso_photo {
    width: 216px;
  }

  .report_project3 {
    position: relative;
    max-width: 840px;
    margin: 0 auto 65px;
  }

  .report_project3_item {
    display: block;
  }

  .report_project3_item:last-child {
    margin: 0;
  }

  .report_project3_title {
    margin-bottom: 20px;
  }

  .report_project3_comment {
    font-size: 1.8rem;
    margin: 0;
  }

  .report_project3_photo {
    position: absolute;
    top: 50%;
    right: 0;
    width: 216px;
    transform: translateY(-50%);
  }

  .report_button {
    height: 160px;
  }

  .report_button a {
    width: 699px;
  }

  .report_personal-name {
    font-size: 2.4rem;
  }

  .movie_button {
    width: 533px;
    margin: 40px auto 0;
  }

  @media screen and (max-width: 1000px) {
    .page_top {
      right: 24px;
    }
  }

  .page_top.absolute {
    right: 24px;
  }

  .copyright {
    padding: 20px 0;
  }

}

/* report */
.r_section {
  margin: 0 10px 50px;
}

.r_text {
  font-size: 1.4rem;
}

.r_text + .r_text {
  margin-top: 30px;
}

.r_text_bold {
  font-weight: bold;
}

.r_text_chairperson {
  color: #009999;
  font-weight: bold;
}

.r_text_oda {
  color: #ff6600;
  font-weight: bold;
}

.r_text_kawamura {
  color: #0066ff;
  font-weight: bold;
}

.r_text_tani {
  color: #e8446c;
  font-weight: bold;
}

.r_text_koiso {
  color: #009900;
  font-weight: bold;
}

.r_photo {
  width: 151px;
}

.r_photo.t_oda {
  margin: -30px 0 0 auto;
}

.r_photo.t_kawamura,
.r_photo.t_koiso {
  margin: 0 auto;
}

.r_photo-list {
  display: flex;
  justify-content: space-between;
  max-width: 375px;
  margin: 10px auto 0;
}

.r_photo-caption {
  margin-top: 10px;
  text-align: center;
}

.r_button {
  width: calc(100% - 175px);
  margin: 0 auto;
  text-align: center;
}

.r_main-visual {
  margin-bottom: 5px;
}

.r_project_title {
  margin-bottom: 20px;
}

.r_project_text {
  font-size: 1.6rem;
}

.r_project_photo {
  margin: 30px 0;
}

.r_project_photo.t_tani {
  width: 216.5px;
  margin: 30px auto;
}

.r_project1,
.r_project2,
.r_project3 {
  margin-bottom: 35px;
}

.r_project3_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r_project3_item .r_photo {
  flex-shrink: 0;
}

.r_kouen {
  margin-bottom: 50px;
}

.r_kouen_title,
.r_qa_title,
.r_qa_question_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.r_kouen_icon,
.r_qa_icon,
.r_qa_question_icon {
  flex-shrink: 0;
  width: 65px;
  margin-right: 10px;
}

.r_kouen_text,
.r_qa_text,
.r_qa_question_text {
  font-size: 1.6rem;
}

.r_qa_photo {
  margin-bottom: 20px;
}

.r_qa_question + .r_qa_question {
  margin-top: 35px;
}

.r_qa_question_icon {
  width: 48px;
}

.r_qa_question_text {
  color: #ff3366;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .r_section {
    width: 840px;
    margin: 0 auto 60px;
  }

  .r_text {
    font-size: 1.6rem;
  }

  .r_text + .r_text {
    margin-top: 25px;
  }

  .r_photo {
    width: 216px;
  }

  .r_photo.t_oda {
    margin: 0;
  }

  .r_main-visual {
    margin-bottom: 50px;
  }

  .r_project_text {
    font-size: 1.8rem;
    text-align: center;
  }

  .r_project1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .r_kouen {
    margin-bottom: 40px;
  }

  .r_kouen_icon,
  .r_qa_icon {
    width: 81px;
  }

  .r_kouen_text,
  .r_qa_text {
    font-size: 1.8rem;
  }

  .r_qa_title {
    margin-bottom: 20px;
  }

  .r_qa_photo {
    float: right;
    margin: 0 0 0 30px;
  }

  .r_qa_question + .r_qa_question {
    margin-top: 40px;
  }

  .r_qa_question_text {
    font-size: 1.8rem;
  }

  .r_photo-list {
    max-width: 840px;
    margin-top: 0;
  }

  .r_photo-list_item {
    display: flex;
    align-items: center;
  }

  .r_photo-list_item:last-child {
    flex-direction: row-reverse;
  }

  .r_photo-list_item:first-child .r_photo-caption {
    margin: 0 0 0 15px;
    text-align: left;
  }

  .r_photo-list_item:last-child .r_photo-caption {
    margin: 0 15px 0 0;
  }

  .r_project_photo {
    float: right;
    margin: 30px 0 30px 20px;
  }

  .r_project_photo.t_tani {
    float: left;
    margin: 30px 20px 30px 0;
  }

  .r_project_photo + .r_text {
    margin-top: 30px;
  }

  .r_project3 {
    position: relative;
  }

  .r_project3_item {
    display: block;
  }

  .r_photo.t_tani {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .r_button {
    width: 301px;
  }
}

/* movie */
.m_inner {
  margin: 0 10px;
}

.m_text {
  font-size: 1.4rem;
}

.m_cervical-cancer {
  margin-bottom: 45px;
}

.m_cervical-cancer_list {
  margin-top: 40px;
}

.m_cervical-cancer_item + .m_cervical-cancer_item {
  margin-top: 30px;
}

.m_cervical-cancer_title {
  margin-bottom: 23px;
  background: #fb5e98;
}

.m_cervical-cancer_subtitle {
  margin-bottom: 10px;
}

.m_cervical-cancer_movie {
  width: 100%;
  height: calc((100vw - 20px) * 0.5);
  margin-bottom: 20px;
}

.m_cervical-cancer_text {
  font-size: 1.2rem;
}

.m_cancer {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #fefadd;
}

.m_cancer_list {
  margin-top: 30px;
}

.m_cancer_item + .m_cancer_item {
  margin-top: 40px;
}

.m_cancer_title {
  margin-bottom: 20px;
}

.m_cancer_subtitle {
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) {
  .m_inner {
    max-width: 840px;
    margin: 0 auto;
  }

  .m_text {
    font-size: 1.8rem;
  }

  .m_text.t_center {
    text-align: center;
  }

  .m_cervical-cancer {
    margin-bottom: 50px;
  }

  .m_cervical-cancer_title {
    margin-bottom: 40px;
  }

  .m_cervical-cancer_subtitle {
    margin-bottom: 15px;
  }

  .m_cervical-cancer_list {
    display: flex;
  }

  .m_cervical-cancer_item {
    width: 50%;
    box-sizing: border-box;
  }

  .m_cervical-cancer_item:first-child {
    padding-right: 10px;
  }

  .m_cervical-cancer_item:last-child {
    padding-left: 10px;
  }

  .m_cervical-cancer_item + .m_cervical-cancer_item {
    margin: 0;
  }

  .m_cervical-cancer_movie {
    height: 230.625px;
    margin-bottom: 25px;
  }

  .m_cervical-cancer_text {
    font-size: 1.4rem;
  }

  .m_cancer_list {
    display: flex;
    justify-content: space-between;
  }

  .m_cancer_item {
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
  }

  .m_cancer_item + .m_cancer_item {
    margin: 0;
  }
}