@charset "UTF-8";
/* CSS Document */

:root { 
  --key:#55a619; /* グリーン */
  --accent:#1e3ba4;  /* ネイビー */
	--blue:#5b81ca;  /* ブルー */
	--orange:#f85100;  /* オレンジ */
  --ink:#222; 
  --muted:#666; 
  --bgl:#f7f7f7; 
  --bgd:#eee; 
  --white:#fff; 
  --border:#ccc;
  --break-point-pc: 769px;
  --header-height-sp: 94px;
  --header-height-sp-reference: 94px;}
* {box-sizing: border-box;}
html,body{height:100%}
body {
	margin:0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
	color:#222;
	background:#fff
}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
img {max-width: 100%;}
h3 {font-size: 30px; font-size: 3rem; font-weight: 900; line-height: 1.2em;color: var(--accent);}
.clearfix::after { content:""; display:block; clear:both; }
.bg_white {background-color: var(--white);}
.bg_ltgray {background-color: var(--bgl);}
.bg_mdgray {background-color: var(--bgd);}
.bg_dkgray {background-color: #e8e8e8;}
.bg_blue {background-color:#48a4dc; background-image: linear-gradient(0deg, #426eb5, #48a4dc);}
section {max-width: 1200px; display: block; overflow: hidden;}
article {max-width: 1200px; margin: 0 auto;}

/* table
   ========================================================================== */
caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
	text-align: right;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1300px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  a {
    -webkit-transition-property: opcaity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-property: opcaity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
}


/* header
   ========================================================================== */
.bl_header {
  width: 100%;
}
.bl_header_top {
	background: #55a619;
  width: 100%;
	display: block;
	overflow: hidden;
	z-index: 100;
}
.bl_header_inner {
	width: 100%;
  margin-inline: auto;
	display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;}

@media screen and (min-width: 769px) {
  .bl_header_inner {
    max-width: calc(1200px + 40px * 2);
    padding-inline: 40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.bl_header_inner.bl_header_inner__top {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
}
.bl_header_inner.bl_header_inner__top .bl_header_lead {
  flex: 1;
}
.el_link {color:#fff;}
.main_img_pc {
  width: 100%;
	display: block;
  overflow: hidden;
  text-align: center;
  margin-inline: auto;
  margin: 0 auto;
	background: url(img_lp/main_grd.jpg) left top / auto 100% no-repeat;
}
#main_img {
	margin-left: calc(50vw - 800px );
	max-width: 1600px;
}
#main_img_h1 {
	text-align: left;
  margin: 0 auto;
  max-width: 1200px;
  width: 1200px;
  display: block;
  position: absolute;
  top: 70px;
  left: calc(50vw - 600px );
}
#main_img_h1 h1 {
	margin-top: 5px;
}
.main_midashi {
	color: white;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
	margin-bottom: 0;
}
.main_read {
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
	margin-bottom: 40px;
}

.bt_main {
  width: 250px;
  padding: .9em 1.5em;
  border: none;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #2589d0 0%, #2589d080 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1em;
	margin-right: 1em;
	line-height: 1.6;
}
.bt_main::after {
  width: 1.25em;
  height: 1.25em;
  margin-left: 8px;
	margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: '';
	display: inline-block;
	margin-bottom: -3px;
}
.bt_main:hover {
  background-color: #0871c4;
}



/* main_article01
   ========================================================================== */
.main_div {width: 100%; padding-bottom: 80px;}
#article01{
	max-width: 1200px;
	margin: 30px auto;
	display: block;
	overflow: hidden;
}
.main_h3_read {
	width: 78%;
	float: left;
	color: grey;
	line-height: 1.5em;
	font-size: 90%;
	padding-left: 3em;
}
.main_h3_73 {
	width:17%;
	max-width: 100%;
	float: right;
	margin-top: -5em;
}
.li_check li {list-style-type:none;}
.li_check li::before {
  content: "\02705"; /* ✅ の絵文字ユニコード */
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif; /* 絵文字フォントを指定 */
  margin-right: 5px; /* テキストとの間にスペースを調整 */
  vertical-align: middle; /* テキストとの位置を調整 */
}
#main_img_pc {
	height: 668px;
  background-image:url("/img_lp/main_grd.jpg");
  background-repeat: no-repeat;
	background-size:100% 100%;
  background-position:center;
}
.li_line {
	width: 60%;
  float: right;
  padding: 20px 60px 40px;
  border: solid 4px var(--key);
  border-radius: 30px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#li_yakuzaishi {
	position: absolute;
	z-index: 0;
}


/* main_article02
   ========================================================================== */
#article02 {
	z-index: 100;
  position: relative;
	padding-top: 50px;
	margin-bottom: 0;
}
#article02 h3 {
	text-align: center;
}
#article02 section {
	margin: 0;
	padding: 30px;
}
#article02 #section03 {
	margin-top: 50px;
}
.art02_left {
	width: 50%;
  float: left;
	padding: 0 15px;
	position: relative;
}
.art02_right {
	width: 50%;
  float: right;
	padding: 0 15px;
	position: relative;
}
.art02_left img {
	border: solid 1px var(--muted);
	width: 80%;
  margin-left: 20%;
}
.art02_right img {
	border: solid 1px var(--muted);
	width: 80%;
}
#article02 h4 {
	font-size: 24px;
	font-size: 2.4rem;
	color: var(--accent);
}
#article02 p {
	padding: 0 20px;
	position: relative;
}
.sectionNumber {
	position: absolute;
  left: 80%;
  top: -20px;
  font-size: 120px;
  color: #e7e7e7;
  font-weight: bold;
  font-style: oblique;
  font-family: "Times New Roman";
}
.art02_right .sectionNumber {
  color: #dadada;
}


/* main_article03
   ========================================================================== */
.main_div{
	display: block;
	position: relative;
	z-index: 100;
}
#article03 h3 {
	text-align: center;
	color: white;
}
#article03 {
	position: relative;
	margin-top: 0;
	padding-top: 50px;
}
#art03_img {
	position: absolute;
	mix-blend-mode:multiply;
	right: 0;
  bottom: 0;
}
.flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	padding-top: 30px;
}
.flex_area section {
	width: 30%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
  border-radius: 20px;
	filter:drop-shadow(3px 3px 8px rgb(0 0 0 / 35%));
}
.flex_area section h4 {
	margin: 0;
	background-color: #d6d6d6;
	background-image: linear-gradient(160deg, #e0e0e0, #d5d5d5);
  padding: 15px 40px;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 2px #1462a6;
	width: 100%;
  display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}
.flex_area section h4::after {
	content: "";
	display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	float: right;
	margin-top: 4px;
}
.flex_area section p {
	background-color: #eee;
  padding: 20px 40px 25px;
  border-radius: 0 0 20px 20px;
  margin: 0;
}
#section12,#section15,#section16 {
	margin-right: 0;
}
.flex_area section h4 a::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}		
.modal-open-button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  opacity: 0;
  transition: opacity 0.5s, scale 0s 0.5s;
  scale: 0;
}
.modal:target {
  opacity: 1;
  transition: opacity 0.5s;
  scale: 1;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
}
.modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 800px;
  max-height: 80%;
  padding: 40px;
  margin: auto;
  overflow: scroll;
  background-color: #FEFEFE;
  border-radius: 10px;
  transition: scale 0.5s;
  scale: 0;
}
.modal:target .modal-wrapper {
  transition: scale 0.5s;
  scale: 1;
}
.modal-content {
	display: block;
	overflow: hidden;
	padding-left: 250px;
}
.modal-content h4 {
  margin: 0;
	font-size:30px;
  font-size: 3rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
	position: relative;
	z-index: 2;
	margin: 20px 0 0 20px;
  color: #999;
}
#h4_hospital {background-image: url("/img_lp/03b_hospital1.jpg"); }
#h4_clinic {background-image: url("/img_lp/03b_clinic1.jpg"); }
#h4_dental {background-image: url("/img_lp/03b_dental3.jpg"); }
#h4_biyou {background-image: url("/img_lp/03b_biyou2.jpg"); }
#h4_drugstore {background-image: url("/img_lp/03b_drugstore1.jpg"); }
#h4_animal {background-image: url("/img_lp/03b_animal2.jpg"); }
#h4_oroshi {background-image: url("/img_lp/03b_oroshi1.jpg"); }
.modal-content_left {
  background-repeat: no-repeat;
	background-size:cover;
  background-position: top left;
	position: absolute;
	top:30px;
	left:0;  width: 250px;
  height: 600px;
	z-index: 1;
}
.modal-content_copy {
	font-size: 18px;
  font-size: 1.8rem;
	font-weight: 700;
  line-height: 1.2em;
	color: var(--accent);
	margin-bottom: 30px;
}
.modal-content_right p {
	font-size: 14px;
  font-size: 1.4rem;
	font-weight: 700;
	color: var(--key);
	margin-left: 1em;
}
.modal-content_right ul {
	margin-bottom: 10px;
}
.modal-content_right ul li {
	font-size: 12px;
  font-size: 1.2rem;
}
.modal-content_hr {
	margin-top: 20px;
}


/* main_article04
   ========================================================================== */
#article04 {
  position: relative;
  padding-top: 50px;
  margin-bottom: 0;
}
#article04 h3 {
	text-align: center;
}
.table-scroll {
  overflow-x: auto;
}
.hikaku_hyo {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
	margin: 50px auto 100px;
}
.hikaku_hyo thead th {
  padding: 1em .8em;
  border-right: 2px solid#fff;
}
.hikaku_hyo thead th:not(:first-child) {
  background: var(--blue);
  color: #fff;
  font-size: 1.5rem;
  border-radius: 15px 15px 0 0;
  padding: 0.5em;
}
.hikaku_hyo thead th span {
  font-size: .8rem;
}
.hikaku_hyo thead th:nth-child(3) {
  background-color: var(--orange);
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.hikaku_hyo tbody {
  border: 2px solid var(--blue);
}
.hikaku_hyo tbody tr {
  background-color: #e6f1f6;
}
.hikaku_hyo tbody tr:nth-child(odd) {
  background-color: #fff;
}
.hikaku_hyo td {
  border-left: 2px solid var(--blue);
}
.hikaku_hyo td {
  color: var(--blue);
  padding: 1em;
}
.hikaku_hyo td:nth-child(3) {
  color: var(--orange);
  border-right: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
}
.hikaku_hyo tr:last-child td:nth-child(3) {
  border-bottom: 2px solid var(--orange);
}
.hikaku_hyo caption {
	font-weight: normal;
  font-size: 1.2rem;
}



/* main_article05
   ========================================================================== */
#article05 {
  position: relative;
  padding-top: 50px;
  margin-bottom: 0;
}
#article05 h3 {
	text-align: center;
}
.flex_area05 {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
.flex_area05 .faq {
	width: 40%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
  border-radius: 20px;
	filter:drop-shadow(3px 3px 8px rgb(0 0 0 / 35%));
}
.flex_area05 .faq h4 {
	margin: 0;
	background-color: #eee;
  padding: 15px 40px;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 2px var(--bgd);;
	width: 100%;
  display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}
.flex_area05 .faq p {
	background-color: #48a4dc;
  background-image: linear-gradient(0deg, #426eb5, #48a4dc);
  padding: 20px 40px 25px;
  border-radius: 0 0 20px 20px;
  margin: 0;
	color: #fff;
}
.flex_area05 > section:nth-child(2n) {
	margin-right: 0;
}


/* main_article06
   ========================================================================== */
#article06 h3 {
	text-align: center;
}


/* main_article07
   ========================================================================== */







html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}