@charset "UTF-8";
/* CSS Document */
/*お問い合わせボタンなどのスタイル*/
html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  line-height: 1.7em;
}

.wrapper {
  width: 85%;
  margin: 0 auto;
}

article {
  padding: 10px 0;
}

.main-title-2.sp {
  display: block;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .main-title-2.sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  body,
  p {
    font-size: 1.8rem;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
/* common ******************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
ol,
table,
span {
  color: #777777;
  line-height: 1.7em;
  font-family: "Zen Maru Gothic", sans-serif;
}

p {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

ul,
ol {
  list-style: none;
}

.disc {
  list-style: disc;
  padding-left: 1.5em;
}

.count {
  list-style: decimal;
  padding-left: 1.5em;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.td_ul {
  text-decoration: underline;
}

a.td_ul:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.marker {
  background: linear-gradient(transparent 50%, #A5995C 50%);
  font-weight: bold;
}

.bg-pt {
  /*background: url("../images/bg-pattern.svg");*/
  background-color: #f6fcf4;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.1, #f6fcf4), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #f6fcf4), color-stop(0.75, #f6fcf4), color-stop(0.75, #fff), to(#fff));
  -webkit-background-size: 20px 20px;
  background-color: #f6fcf4;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f6fcf4), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #f6fcf4), color-stop(0.75, #f6fcf4), color-stop(0.75, #fff), to(#fff));
  -webkit-background-size: 20px 20px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

strong {
  color: #A5995C;
  font-size: 1.8rem;
}

.important {
  color: #74926B;
  font-weight: bold;
}

.mb {
  margin-bottom: 1em;
}

/*タイトル*/
.main-title {
  color: #5FA74B;
  position: relative;
  padding: 35px 40px;
  width: 120px;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  font-family: "Shippori Mincho", "黎ミン M", 游明朝, sans-serif;
}
.main-title span {
  display: block;
  color: #5FA74B;
  font-size: 1.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.main-title:before,
.main-title:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 55px;
}

.main-title.leaf:before {
  top: 30px;
  left: -10px;
  background: url("../images/ttl-leaf-left.png");
}

.main-title.leaf:after {
  top: 30px;
  right: -10px;
  background: url("../images/ttl-leaf-right.png");
}

.main-title.flower:before {
  top: 30px;
  left: -10px;
  background: url("../images/ttl-flower-left.png");
}

.main-title.flower:after {
  top: 30px;
  right: -10px;
  background: url("../images/ttl-flower-right.png");
}

.main-title.clover {
  width: auto;
  font-size: 2.4rem;
  padding: 0 0 15px;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.main-title.clover span {
  display: inline-block;
  margin-left: 10px;
}

.main-title.clover:after {
  top: -5px;
  right: -45px;
  background: url("../images/ttl-clover.png");
}

.page-title-area {
  margin: 0px auto 30px;
  width: 90%;
  border-top: 1px solid #5FA74B;
  border-bottom: 1px solid #5FA74B;
}
.page-title-area .main-title {
  padding: 12px 0 17px;
}
.page-title-area .main-title.leaf:before {
  top: 12px;
  left: -50px;
  background: url("../images/ttl-leaf-left.png");
}
.page-title-area .main-title.leaf:after {
  top: 12px;
  right: -50px;
  background: url("../images/ttl-leaf-right.png");
}

.main-title-2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 15px 0 30px;
  color: #74926B;
  font-family: "Shippori Mincho", "黎ミン M", 游明朝, sans-serif;
  letter-spacing: 4px;
}
.main-title-2 span {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #74926B;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1px;
}

.sub-title {
  border-left: 12px solid #5FA74B;
  color: #5FA74B;
  padding-left: 10px;
  line-height: 1em;
  font-size: 1.8rem;
  margin: 15px 0;
}

.sub-title-2 {
  font-size: 2rem;
  color: #5FA74B;
  border-bottom: 2px solid #5FA74B;
  padding-bottom: 5px;
}

/*サイドバー*/
.sidebar {
  width: 90%;
  margin: 0 auto;
}
.sidebar h3 {
  background: #567A4B;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 8px 8px 0 0;
  padding: 10px 10px 10px 15px;
}
.sidebar h3 span {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding-left: 10px;
}
.sidebar nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar nav li {
  width: 50%;
  border-bottom: 1px solid #567A4B;
  box-sizing: border-box;
}
.sidebar nav li:nth-child(odd) {
  border-right: 1px solid #567A4B;
}
.sidebar nav a {
  display: inline-block;
  background: #F6F8E8;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  padding: 5px 0;
}
.sidebar nav ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background: #F6F8E8;
  border-radius: 0 0 8px 8px;
}

.sidebar.cancer-course nav li {
  width: 100%;
}
.sidebar.cancer-course nav li:nth-child(odd) {
  border-right: none;
}
.sidebar.cancer-course nav li.current a {
  background: #f1ffd4;
}
.sidebar.cancer-course nav a {
  text-align: left;
  padding: 5px 20px;
  box-sizing: border-box;
}

/*テーブル*/
.time-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.time-table th,
.time-table td {
  padding: 10px 0;
  text-align: center;
  color: #74926B;
}
.time-table th {
  width: 140px;
  letter-spacing: 1px;
}
.time-table tr {
  border-bottom: 1px solid #567A4B;
}
.time-table tr:last-child {
  border-bottom: none;
}

.hosoku {
  color: #567A4B;
}

.sub_table tr {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.sub_table th,
.sub_table td {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  font-size: 1.6rem;
}
.sub_table th {
  width: 100%;
  padding-bottom: 5px;
  min-width: 120px;
  font-weight: normal;
}
.sub_table td {
  width: 100%;
}

.contact-box {
  color: #567A4B;
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;
  border: 1px solid #567A4B;
  border-radius: 5px;
  margin-top: 30px;
}
.contact-box span {
  color: #567A4B;
  font-size: 2.4rem;
  font-family: "Cambo", sans-serif;
}

.link-btn {
  width: 160px;
  background: #FFFFFF;
  color: #74926B;
  position: relative;
  display: inline-block;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  border: 2px solid #74926B;
  border-radius: 27px;
  font-weight: bold;
  font-size: 1.4rem;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
  letter-spacing: 2px;
  box-shadow: 0 0 3px #aaa;
}

.link-btn:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  position: absolute;
  top: 7px;
  right: 15px;
}

.link-btn:hover {
  text-decoration: none;
  background-color: #74926B;
  color: #FFFFFF;
}

.link-btn:hover:after {
  background: url("../images/arrow1_h.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.link-btn.green {
  color: #FFFFFF;
  background: #567A4B;
  display: block;
  margin-left: auto;
  font-weight: normal;
}

.link-btn.green:hover {
  color: #567A4B;
  background: #FFFFFF;
}

.link-btn.green:after {
  background: url("../images/arrow1_h.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.link-btn.green:hover:after {
  background: url("../images/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* ヘッダー ******************************************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px; /*background: rgba(255,255,255,0.9);*/
  z-index: 2;
  width: 100%;
  transition: 0.3s;
}

/* スマホ用 */
.header.sp {
  display: none;
}
.header.sp .container .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  z-index: 1000;
}
.header.sp .container .logo img {
  display: inline-block;
  width: 150px;
  height: 45px;
}
.header.sp .container #nav-toggle {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 20px;
  height: 33px;
  z-index: 1000;
}
.header.sp .container #nav-toggle > div {
  position: relative;
  width: 30px;
}
.header.sp .container #nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 5px;
  display: inline-block;
  background: #74926B;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.header.sp .container #nav-toggle span:nth-child(1) {
  top: 0;
}
.header.sp .container #nav-toggle span:nth-child(2) {
  top: 11px;
}
.header.sp .container #nav-toggle span:nth-child(3) {
  top: 22px;
}
.header.sp .container #nav-toggle span.text {
  background: transparent;
  top: 26px;
  height: 8px;
}
.header.sp .container #nav-toggle img {
  display: block;
  margin-top: 33px;
}
.header.sp .container #nav-toggle.open span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.header.sp .container #nav-toggle.open span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.header.sp .container #nav-toggle.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}
.header.sp #logo-bg {
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -600px;
  transition: all 0.6s;
  z-index: 1000;
}
.header.sp #logo-bg.open {
  right: 0px;
  visibility: visible;
  opacity: 1;
}
.header.sp .gnav_wrapper {
  width: 100%;
  height: 120%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -600px;
  z-index: 999;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  /* プラスマイナス */
}
.header.sp .gnav_wrapper .wrapper {
  width: 80%;
  height: 120%;
  padding: 70px 0 50px;
  display: flex;
  flex-direction: column;
}
.header.sp .gnav_wrapper .gnav {
  margin-top: 30px;
  margin-bottom: 20px;
}
.header.sp .gnav_wrapper .gnav li {
  border-bottom: 1px solid #567A4B;
}
.header.sp .gnav_wrapper .gnav li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #567A4B;
  position: relative;
}
.header.sp .gnav_wrapper .gnav li.contact_btn {
  border-bottom: none;
}
.header.sp .gnav_wrapper .gnav li.contact_btn a {
  justify-content: center;
  background: #567A4B;
  color: #FFFFFF;
  margin-top: 50px;
  border: 2px solid #567A4B;
  transition: 0.4s;
}
.header.sp .gnav_wrapper .gnav li.contact_btn a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #567A4B;
  color: #567A4B;
  border: 2px solid #567A4B;
}
.header.sp .gnav_wrapper .gnav li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.header.sp .gnav_wrapper .acd-title {
  position: relative;
}
.header.sp .gnav_wrapper .acd-container .acd-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 15px;
  height: 1px;
  transform: rotate(90deg);
  background: #74926B;
  transition: all 0.3s ease-in-out;
}
.header.sp .gnav_wrapper .acd-container .acd-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 15px;
  height: 1px;
  background: #5FA74B;
  transition: all 0.2s ease-in-out;
}
.header.sp .gnav_wrapper .acd-container .acd-title.open::before {
  transform: rotate(180deg);
}
.header.sp .gnav_wrapper .acd-container .acd-title.open::after {
  opacity: 0;
}
.header.sp .gnav_wrapper .acd-content .acd-link {
  background: #F4F7F3;
  padding-left: 20px;
}
.header.sp .acd-link:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #567A4B;
  border-right: solid 1px #567A4B;
  transform: rotate(45deg);
}
.header.sp .gnav_wrapper.open {
  display: block;
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.header.pc {
  display: none;
}

.header.sp {
  display: block;
}

/* メニューマスク */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

/* フッター ******************************************************************************************************/
footer {
  background: #9AC485;
  padding: 50px 0;
  margin-top: 100px;
}
footer img {
  width: 90%;
  margin: 0 auto 20px;
  display: block;
}
footer p {
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left;
  font-size: 1.3rem;
  margin: 0 10px;
  font-weight: bold;
}
footer .time-table {
  width: 100%;
  margin: 20px auto;
}
footer .time-table tr {
  border-bottom: 1px solid #FFFFFF;
}
footer .time-table tr:last-child {
  border-bottom: 1px solid #FFFFFF;
}
footer .time-table .am td,
footer .time-table .pm td {
  color: #FBEFB5;
}
footer .time-table th,
footer .time-table td {
  color: #FFFFFF;
}
footer .hosoku {
  color: #FFFFFF;
}
footer .copyright {
  margin-top: 20px;
}

/* トップページ ******************************************************************************************************/
.br-sp {
  display: inline-block;
}

.mainvisual-wrapper {
  background: no-repeat url("../images/mv-bg_2.png");
  background-position: bottom left;
  background-size: 130px;
}

#mainvisual {
  position: relative;
}
#mainvisual img {
  display: block;
  width: 95%;
  margin: 0 auto;
}

#mainvisual .image {
  position: relative;
}

#mainvisual .image:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 100px;
  background: url("../images/leaf.png") no-repeat;
  background-size: cover;
}

#caption {
  width: 85%;
  margin: 15px auto;
}
#caption h2 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #5FA74B;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", "黎ミン M", 游明朝, sans-serif;
  text-shadow: 0px 2px 3px #FFFFFF;
}
#caption h2 span {
  color: #5FA74B;
  font-family: "Shippori Mincho", "黎ミン M", 游明朝, sans-serif;
}
#caption p {
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-shadow: 0px 2px 3px #FFFFFF;
}

.course-text {
  line-height: 2em;
  letter-spacing: 3px;
}
.course-text strong {
  font-weight: normal;
}

.hukidashi1 {
  text-align: center;
  margin: 40px 0 10px;
}
.hukidashi1 img {
  width: 80%;
  max-width: 300px;
}

.course-list {
  background: url("../images/bg-course-list.svg") no-repeat;
  margin-bottom: 35px;
  background-position: center;
  background-size: contain;
}
.course-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.course-list ul li {
  width: 27%;
  max-width: 160px;
  margin-bottom: 15px;
}
.course-list ul li img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.course-list ul li h3 {
  position: relative;
  padding-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.course-list ul li h3:after {
  content: "";
  position: absolute;
  background: url("../images/arrow2.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  bottom: 3px;
  right: -5px;
}

.list-image {
  margin: 0 auto;
}

.list-image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.list-image a:hover img {
  transform: scale(1.05);
}

.screening-list {
  margin-top: 30px;
}
.screening-list li {
  margin-bottom: 50px;
}
.screening-list img {
  width: 100%;
  border-radius: 15px;
}
.screening-list .pickup {
  position: relative;
}
.screening-list .pickup:after {
  content: "";
  background: url("../images/hukidashi2.svg") no-repeat;
  width: 84px;
  height: 82px;
  position: absolute;
  top: -20px;
  right: -10px;
}
.screening-list h3 {
  color: #74926B;
  font-family: "Shippori Mincho", "黎ミン M", 游明朝, sans-serif;
  border-bottom: 1px dashed #74926B;
  display: inline-block;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.screening-list p {
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  text-align: justify;
}
.screening-list span.green {
  color: #74926B;
}
.screening-list span.red {
  color: #9f0808;
}

span.red {
  color: #9f0808;
}

.access {
  padding: 130px 0 50px;
  margin-top: -100px;
  background: no-repeat url("../images/access-bg-sp.png");
  background-position: 0 140px;
  background-size: contain;
}
.access .map {
  position: relative;
}
.access .map iframe {
  width: 100%;
  border-radius: 10px;
}
.access .jusho {
  padding-top: 20px;
}
.access strong {
  font-weight: normal;
}
.access h3 {
  color: #74926B;
  font-size: 1.6rem;
  padding: 25px 7px 3px;
}
.access h3:before {
  content: "●";
  color: #74926B;
  padding-right: 5px;
}
.access p {
  font-size: 1.5rem;
  padding: 0 7px 0;
}
.access img {
  width: 100%;
}

/* 固定ページ ******************************************************************************************************/
main {
  padding-top: 110px;
  background: url(../images/mv-bg_1.png) no-repeat;
  background-position: top right;
  background-size: 120px;
}

p.wrapper {
  margin-bottom: 20px;
}

#right-box {
  margin: 50px 0;
}

#course-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 2px dotted #567A4B;
}
#course-list li img {
  width: 30%;
}
#course-list li div {
  width: 70%;
  padding-left: 20px;
}
#course-list li h4 {
  color: #567A4B;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
#course-list li p {
  font-size: 1.4rem;
}
#course-list li:last-child {
  border-bottom: 2px dotted #567A4B;
}

.cancer-course p {
  text-indent: 1em;
  margin-bottom: 1em;
}
.cancer-course img {
  width: 100%;
}
.cancer-course .checklist ul {
  background: #F6F8E8;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.cancer-course .checklist ul li {
  background: url(../images/check.svg) left 0px top 5px no-repeat;
  background-size: 20px;
  padding-left: 30px;
  padding-bottom: 5px;
}
.cancer-course .checklist img {
  display: block;
  width: 40%;
  margin-left: auto;
}
.cancer-course section {
  margin-bottom: 30px;
}
.cancer-course .main-title-2 {
  font-size: 1.8rem;
  padding-bottom: 8px;
  letter-spacing: 4px;
  border-bottom: 2px dotted #5FA74B;
}
.cancer-course .machine .list {
  margin-bottom: 30px;
}
.cancer-course .machine .list img {
  border-radius: 10px;
}
.cancer-course .machine .list h4 {
  color: #74926B;
  font-size: 1.8rem;
  margin: 5px 0;
}
.cancer-course .machine .list p {
  text-indent: inherit;
  margin-bottom: 0;
}
.cancer-course .column.cause {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 20px;
}
.cancer-course .column.cause h4 {
  display: inline-block;
  color: #FFFFFF;
  background: #74926B;
  border-bottom: none;
  padding: 5px 20px;
  margin: 25px 0 15px;
  border-radius: 20px;
  letter-spacing: 3px;
}
.cancer-course .column.cause h4:first-child {
  margin-top: 0;
}
.cancer-course .column.cause h5 {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1.4em;
  margin: 10px 10px 0;
}
.cancer-course .column.cause h5:before {
  content: "●";
  color: #74926B;
  margin-right: 5px;
}
.cancer-course .column.cause p {
  margin: 0 10px 0;
  font-size: 1.5rem;
}
.cancer-course .column.cause .example {
  color: #9f0808;
}
.cancer-course .column.cause .example.pdl {
  padding-left: 1em;
}

.column {
  background: #F6F8E8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.column h4 {
  font-size: 1.6rem;
  color: #74926B;
  letter-spacing: 1px;
  border-bottom: 1px dotted;
  padding-left: 3px;
  margin-bottom: 10px;
}
.column h4 span.big {
  color: #74926B;
  font-size: 3rem;
  padding-right: 3px;
  letter-spacing: 0;
}
.column .important {
  margin-bottom: 5px;
}
.column p {
  text-indent: inherit;
  text-align: justify;
}

.column.year30 {
  /*background: url("../images/bg-pattern.svg");*/
  background-color: #f6fcf4;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.1, #f6fcf4), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #f6fcf4), color-stop(0.75, #f6fcf4), color-stop(0.75, #fff), to(#fff));
  -webkit-background-size: 20px 20px;
  background-color: #f6fcf4;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f6fcf4), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #f6fcf4), color-stop(0.75, #f6fcf4), color-stop(0.75, #fff), to(#fff));
  -webkit-background-size: 20px 20px;
}
.column.year30 h4 span {
  color: #74926B;
}
.column.year30 p {
  font-size: 1.5rem;
}

.column.year40 {
  /*background: url("../images/bg-pattern2.png");*/
  background-color: #fff6ef;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff6ef), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #fff6ef), color-stop(0.75, #fff6ef), color-stop(0.75, #fff), to(#fff));
  -webkit-background-size: 20px 20px;
  background-color: #fff6ef;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff6ef), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #fff6ef), color-stop(0.75, #fff6ef), color-stop(0.75, #fff), to(#fff));
  -webkit-background-size: 20px 20px;
}
.column.year40 h4,
.column.year40 h4 span,
.column.year40 .important {
  color: #EB8082;
}
.column.year40 p {
  font-size: 1.5rem;
}

.att-list li:before {
  content: "●";
  color: #74926B;
  display: inline-block;
  margin-right: 5px;
  margin-left: 1em;
}
.att-list li {
  text-indent: -1em;
  padding-left: 2em;
  margin-left: -1em;
}

.policy {
  margin-bottom: 60px;
}
.policy p {
  text-indent: 1em;
  margin-bottom: 1em;
}

.swiper-container {
  margin-bottom: 60px;
}

.daityoucamerajunbishitsu .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.daityoucamerajunbishitsu .images img {
  border-radius: 10px;
  max-width: 100%;
}

.cashless {
  background: #F6F8E8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  margin-bottom: 60px;
}
.cashless h3 {
  font-size: 1.6rem;
  color: #74926B;
  letter-spacing: 1px;
  border-bottom: 1px dotted;
  padding-left: 3px;
  margin-bottom: 10px;
  margin-top: 1em;
}
.cashless p {
  text-indent: inherit;
  text-align: justify;
}
.cashless img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 100%;
}

.wifi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}
.wifi img {
  border-radius: 10px;
  max-width: 100%;
}

.doctor {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 60px;
}
.doctor p {
  color: #74926B;
  text-indent: 1em;
  margin-bottom: 1em;
}
.doctor p.name {
  text-indent: 0em;
}
.doctor img {
  margin-top: 20px;
  border-radius: 10px;
  width: 100%;
}

.career {
  margin-bottom: 60px;
  table-layout: fixed;
}
.career tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cdd9c9;
}
.career th {
  width: 100%;
  text-align: left;
  display: block;
  font-weight: normal;
}
.career td {
  width: 100%;
  display: block;
}

#page_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
}

#page_top a img {
  transition: 1s;
}

#page_top a:hover img {
  transform: translateY(-7px);
}

.swiper-slide img {
  width: 100%;
  border-radius: 5px;
}

/* after要素を書き換えることで矢印変更可能 */
.swiper-my-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
}

.swiper-container .swiper-slide .swiper-slide-content {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
  width: 100%;
}

.swiper-my-pagination {
  display: table;
}

.swiper-my-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  table-layout: fixed;
}

.swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 1px;
  background: transparent;
  opacity: 1;
}

.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  /* width: 150px; */
  width: calc((100% - 15px) / 4);
}
@media (min-width: 500px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: calc((100% - 25px) / 6);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet img {
  width: 100%;
  border-radius: 3px;
}

/* 500px以上のとき ******************************************************************************************************/
@media (min-width: 500px) {
  .wrapper {
    width: 80%;
  }
  .header.sp .logo_container .container .logo {
    width: 250px;
    height: 40px;
  }
  .company,
  .company > div {
    padding: 40px;
  }
  .sub_table th {
    width: 20%;
  }
  .sub_table td {
    width: 70%;
  }
  .course-list ul li {
    width: 21%;
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 150px;
    background-size: 150px;
  }
  article {
    padding: 30px 0;
  }
  .header.pc .logo img {
    width: 250px;
  }
  .header.sp .gnav_wrapper {
    right: -1024px;
  }
  .header.sp .gnav_wrapper .wrapper {
    padding: 100px 0 50px;
  }
  .header.sp .container .logo {
    top: 25px;
    left: 40px;
  }
  .header.sp .container .logo img {
    width: 180px;
    height: 55px;
  }
  .header.sp .container #nav-toggle {
    top: 25px;
    right: 40px;
    width: 40px;
  }
  .header.sp .container #nav-toggle > div {
    width: 40px;
  }
  .header.sp .container #nav-toggle img {
    width: 100%;
  }
  .mainvisual-wrapper {
    position: relative;
  }
  #mainvisual .image:after {
    width: 140px;
    height: 140px;
  }
  #mainvisual img {
    width: 70%;
    margin: 0px 30px 0 auto;
  }
  #mainvisual:after {
    width: 130px;
    height: 125px;
  }
  #caption {
    margin: 0 auto;
    position: absolute;
    bottom: 70px;
    left: 70px;
  }
  #caption h2 {
    font-size: 2.8rem;
  }
  #caption p {
    line-height: 2em;
  }
  .hukidashi1 img {
    width: 50%;
  }
  .course-text {
    text-align: center;
  }
  .course-list {
    margin-bottom: 25px;
  }
  .course-list ul li {
    width: 21%;
    margin-bottom: 20px;
  }
  .course-list ul li h3 {
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .course-list {
    background: url(../images/bg-course-list-pc.svg) no-repeat;
  }
  .screening-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .screening-list li {
    width: 47%;
    margin-bottom: 50px;
  }
  .access {
    background-size: cover;
    padding: 50px 0;
    margin-top: 20px;
    background: no-repeat url(../images/access-bg-pc.png);
    background-position: -30px 0;
  }
  .map:after {
    position: absolute;
    top: -40px;
    right: -50px;
    content: "";
    background: url("../images/kigaruni.svg") no-repeat;
    background-size: contain;
    width: 160px;
    height: 100px;
  }
  .jusho {
    margin-top: 20px;
  }
  .time-table {
    max-width: 450px;
    margin-bottom: 10px;
  }
  .main-title {
    font-size: 2.4rem;
    width: 130px;
  }
  .main-title span {
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 1px;
  }
  .main-title.clover {
    font-size: 2.4rem;
  }
  .main-title.flower:after,
  .main-title.flower:before {
    top: 40px;
  }
  .main-title.leaf:after,
  .main-title.leaf:before {
    top: 40px;
  }
  .page-title-area {
    margin: 0px auto 30px;
    width: 85%;
  }
  .page-title-area .main-title {
    font-size: 2rem;
    padding: 15px 0 20px;
  }
  .page-title-area .main-title.leaf:before {
    top: 22px;
  }
  .page-title-area .main-title.leaf:after {
    top: 22px;
  }
  footer .wrapper {
    display: flex;
    width: 85%;
  }
  footer img {
    width: 80%;
    margin: 20px 0 20px;
  }
  footer p {
    text-align: left;
  }
  footer .left-box,
  footer .right-box {
    width: 45%;
  }
  footer .left-box {
    margin-right: 7%;
    padding-right: 3%;
    border-right: 1px solid #FFFFFF;
  }
  footer .time-table {
    margin: 0;
    width: 100%;
  }
  footer .time-table th,
  footer .time-table td {
    padding: 5px 0;
  }
  .contact p {
    font-size: 1.6rem;
  }
  .contact form .form-table {
    width: 100%;
  }
  .contact form tr {
    display: flex;
    align-items: center;
  }
  .contact form th {
    width: 35%;
  }
  .contact form td {
    width: 60%;
  }
  .contact form #name,
  .contact form #tel {
    max-width: 300px;
  }
  .contact form #mail {
    max-width: 450px;
  }
  .contact .attention {
    text-align: center;
    margin: 30px 0 20px;
  }
  .contact .btn {
    max-width: 350px;
    display: block;
    margin: 30px auto 60px;
  }
  .content {
    display: flex;
    width: 85%;
    max-width: 1200px;
    margin: 60px auto 70px;
    justify-content: space-between;
  }
  .content .sidebar {
    width: 160px;
    margin: 0;
  }
  .content .sidebar h3 {
    padding: 15px 10px 10px 15px;
    line-height: 1em;
    font-size: 1.5rem;
  }
  .content .sidebar h3 span {
    padding-left: 0;
    display: block;
  }
  .content .sidebar nav li {
    width: 100%;
  }
  .content .sidebar nav a {
    font-size: 1.4rem;
  }
  .content .sidebar nav li:nth-child(odd) {
    border-right: none;
  }
  .content .sidebar.cancer-course nav a {
    text-align: center;
  }
  .content .is-fixed {
    position: fixed;
    top: 50px;
  }
  .content #right-box {
    width: 67%;
    margin: 0;
    margin-left: auto;
  }
  .content #right-box .wrapper {
    width: 100%;
  }
  .content #right-box .main-title-2 {
    margin: 0 0 15px;
  }
  .content #right-box #course-list li div {
    padding-left: 25px;
  }
  .content #right-box #course-list li img {
    width: 20%;
  }
  p.wrapper {
    text-align: center;
  }
  .cancer-course .machine .list {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  .cancer-course .machine .list img {
    width: 40%;
    height: 40%;
  }
  .cancer-course .machine .list h4 {
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
  .cancer-course .machine .list .text {
    width: 55%;
  }
  .cancer-course .desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cancer-course .desc > div {
    width: 60%;
  }
  .cancer-course .desc img {
    width: 35%;
  }
  .cancer-course .att-list {
    padding: 20px 25px;
  }
  .cancer-course .column.cause {
    padding: 25px;
  }
  #clinic {
    display: block;
  }
  .wifi {
    flex-wrap: nowrap;
  }
  .doctor {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
  .doctor img {
    margin-top: 0;
    width: 25%;
  }
  .doctor > div {
    width: 70%;
  }
  .career tr {
    border-bottom: none;
  }
  .career th {
    width: 30%;
    font-size: 1.6rem;
  }
  .career td {
    width: 70%;
    font-size: 1.6rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .swiper-container .swiper-slide .swiper-slide-content {
    font-size: 1.8rem;
    letter-spacing: 3px;
    text-shadow: 0 0 5px #868686;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    max-width: 900px;
  }
  p {
    font-size: 1.8rem;
    line-height: 2em;
  }
  article {
    padding: 50px 0;
  }
  .main-title {
    font-size: 2.4rem;
    width: 140px;
  }
  .main-title span {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .main-title.flower:after,
  .main-title.flower:before {
    top: 50px;
  }
  .main-title.leaf:after,
  .main-title.leaf:before {
    top: 50px;
  }
  /* パソコン用 */
  .header.pc {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* グローバルナビ */
  }
  .header.pc .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
  .header.pc h1.logo {
    line-height: 1em;
    font-size: 0rem;
  }
  .header.pc .logo img {
    width: 250px;
  }
  .header.pc .gnav ul {
    display: flex;
    align-items: center;
  }
  .header.pc .gnav li {
    display: inline-block;
  }
  .header.pc .gnav li + li {
    margin-left: 15px;
  }
  .header.pc .gnav li a {
    display: inline-block;
    font-size: 1.6rem;
    color: #567A4B;
    letter-spacing: 1px;
    padding-bottom: 1px;
  }
  .header.pc .gnav li a.active {
    border-bottom: 1px solid #567A4B;
  }
  .header.pc .gnav li:hover a {
    border-bottom: 1px solid #567A4B;
    text-decoration: none;
    padding-bottom: 0;
  }
  .header.pc .gnav .tel {
    color: #5FA74B;
    font-family: "Cambo", sans-serif;
    font-size: 3rem;
    line-height: 1em;
    padding-left: 40px;
  }
  .header.pc .gnav .tel span {
    color: #A5995C;
    font-size: 1.6rem;
    display: block;
  }
  .header.pc .gnav .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .header.pc .gnav .submenu li {
    display: block;
    margin-left: 0;
  }
  .header.pc .gnav .submenu li a {
    display: block;
    background: #F4F7F3;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px dotted;
    font-size: 1.6rem;
  }
  .header.pc .gnav .submenu li a:hover {
    background: #cdd9c9;
  }
  .header.pc .gnav .submenu-ttl:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
  header {
    height: 120px;
    position: absolute;
    background: none;
  }
  .header.sp {
    display: none;
  }
  .header.pc {
    display: flex;
  }
  .header.pc .container {
    max-width: 1300px;
  }
  .header.pc .gnav li + li {
    margin-left: 25px;
  }
  #mainvisual {
    background-image: none;
  }
  #mainvisual .image:after {
    width: 200px;
    height: 200px;
  }
  #caption h2 {
    font-size: 3.6rem;
    letter-spacing: 10px;
  }
  #caption p {
    letter-spacing: 3px;
  }
  #caption .br-sp {
    display: block;
  }
  .course-text {
    text-align: center;
    font-size: 2.2rem;
  }
  .course-text strong {
    display: block;
    font-size: 2.2rem;
  }
  .course-list {
    max-width: 850px;
    margin: 0 auto;
    background: url(../images/bg-course-list-pc.svg) no-repeat;
    background-size: contain;
  }
  .course-list ul {
    width: 600px;
    margin: 0 auto 30px;
  }
  .screening-text {
    text-align: center;
  }
  .screening-list li {
    width: 30%;
  }
  .screening-list p {
    min-height: 85px;
  }
  .hukidashi1 {
    position: relative;
  }
  .hukidashi1 img {
    width: 30%;
    transform: rotate(55deg);
    position: absolute;
    top: 60px;
    right: -100px;
  }
  .access {
    overflow: hidden;
    padding: 70px 0;
  }
  .access .map {
    width: 45%;
    float: right;
  }
  .access .jusho {
    margin-top: 10px;
  }
  .page-title-area {
    margin: 0px auto 60px;
    max-width: 1400px;
  }
  .page-title-area .main-title {
    padding: 20px 0 23px;
  }
  .content {
    margin: 60px auto 70px;
  }
  .content .sidebar {
    width: 200px;
  }
  .content .sidebar h3 span {
    display: block;
  }
  .content #right-box {
    width: 72%;
  }
  .content #course-list li img {
    max-width: 150px;
  }
  .cancer-course section {
    margin-bottom: 60px;
  }
  .cancer-course .main-title-2 {
    font-size: 2.2rem;
  }
  .cancer-course .year30,
  .cancer-course .year40 {
    padding: 15px 15px 15px 0;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .cancer-course .year30 h4,
  .cancer-course .year40 h4 {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-bottom: 0;
    border-right: 1px dotted;
    border-bottom: none;
  }
  .cancer-course .year30 h4 span.age,
  .cancer-course .year40 h4 span.age {
    display: block;
    margin-bottom: -12px;
    margin-top: 10px;
  }
  .cancer-course .year30 h4 span.br-sp,
  .cancer-course .year40 h4 span.br-sp {
    font-size: 1.3rem;
  }
  .cancer-course .year30 p:nth-child(2),
  .cancer-course .year40 p:nth-child(2) {
    font-size: 1.5rem;
  }
  .cancer-course .year30 .important,
  .cancer-course .year40 .important {
    margin-bottom: 0;
  }
  .cancer-course .selfcheck p {
    margin-bottom: 0;
  }
  .cancer-course .checklist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }
  .cancer-course .checklist ul {
    width: 70%;
  }
  .cancer-course .checklist img {
    width: 20%;
    margin-left: 50px;
  }
  .policy {
    margin-bottom: 80px;
  }
  .swiper-container {
    margin-bottom: 80px;
  }
  .swiper-container .swiper-slide .swiper-slide-content {
    font-size: 2rem;
  }
  .doctor {
    margin-bottom: 80px;
  }
  .career {
    margin-bottom: 80px;
  }
  .career th {
    width: 20%;
  }
  .career td {
    width: 80%;
  }
  .swiper-my-pagination .swiper-pagination-bullet {
    padding: 2px;
  }
}
@media (min-width: 1280px) {
  .header.pc .gnav li a {
    font-size: 1.8rem;
  }
  .header.pc .gnav .tel {
    font-size: 3.6rem;
    text-align: center;
  }
  main {
    background-size: 200px;
  }
  #mainvisual {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .main-title {
    padding: 45px;
  }
  .main-title.clover {
    font-size: 2.8rem;
  }
  .main-title.clover span {
    font-size: 1.4rem;
  }
  .hukidashi1 img {
    top: 50px;
    right: -40px;
  }
  #caption {
    left: 20px;
  }
  #caption h2 {
    font-size: 4rem;
    letter-spacing: 15px;
  }
  #caption p {
    font-size: 2rem;
    letter-spacing: 3px;
    margin: 20px 0 40px;
  }
  #caption strong {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .link-btn {
    width: 150px;
    padding-left: 30px; /*font-size: 1.8rem; line-height: 50px;*/
  }
  .wrapper {
    max-width: 1200px;
  }
  .course-list {
    max-width: 1000px;
    background-position: center;
  }
  .course-list ul {
    width: 700px;
    padding-bottom: 50px;
  }
  .access {
    padding: 90px 0;
  }
  .map:after {
    width: 200px;
    height: 120px;
    top: -60px;
    right: -80px;
  }
  .content .sidebar {
    width: 230px;
  }
  .content .sidebar h3 {
    font-size: 1.8rem;
  }
  .content .sidebar nav a {
    font-size: 1.6rem;
  }
  .content .sidebar h3 span {
    display: inline-block;
    padding-left: 10px;
  }
  .content #right-box #course-list li {
    padding: 20px;
  }
  .content #right-box #course-list li div {
    padding-left: 30px;
  }
  .content #right-box #course-list li p {
    font-size: 1.6rem;
  }
  .content #right-box #course-list li:last-child {
    border-bottom: 2px dotted #567A4B;
  }
  .content #right-box .main-title-2 {
    margin: 0 0 25px;
  }
  .cancer-course .machine .list img {
    width: 25%;
    height: 25%;
  }
  .cancer-course .machine .list h4 {
    font-size: 2rem;
    margin: 0 0 5px;
  }
  .cancer-course .machine .list .text {
    width: 70%;
  }
  footer {
    padding: 60px 0;
  }
  footer p {
    font-size: 1.6rem;
  }
  footer img {
    widows: 80%;
  }
  footer .left-box {
    width: 30%;
    margin-right: 10%;
    padding-right: 5%;
  }
  footer .right-box {
    width: 55%;
  }
  footer .time-table {
    margin-bottom: 10px;
  }
  footer .hosoku {
    font-size: 1.6rem;
  }
  footer .copyright {
    text-align: right;
  }
}
/* 2025.08.26 追記 */
.iten-wrap {
  text-align: center;
}
.iten-wrap h2 {
  width: 180px;
}
.iten-wrap img {
  display: block;
  border-radius: 10px;
  margin: 1em auto;
}
@media (max-width: 900px) {
  .iten-wrap img {
    width: 80%;
  }
}/*# sourceMappingURL=main.css.map */