@charset "UTF-8";
/*common.css*/
/* 書式設定
------------------------------------------ */
body {
  font-size: 16px;
  font-family: "hiragino-kaku-gothic-pron", 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #363636;
  line-height: 1.5;
}
body.active {
  overflow: hidden;
}
a:hover {
  opacity: 0.75;
}
.txt_center {
  text-align: center;
}
.contents {
  max-width: 996px;
  margin: auto;
  padding: 50px 20px;
}
.contents.contents02 {
  padding-top: 0;
}
.br_pc_only {
  display: none;
}
@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width:960px) {
  body {
    font-size: 18px;
  }
  .contents {
    padding: 90px 15px;
  }
  .width_01 {
    max-width: 790px;
    margin: auto;
  }
  .width_01 {
    max-width: 790px;
    margin: auto;
  }
  .br_pc_only {
    display: block;
  }
}
/* カラー設定
------------------------------------------ */
.txt_color_green {
  color: #94BC9B;
}
.txt_color_red {
  color: #EC7F75;
}
/* パーツ設定
------------------------------------------ */
.sc_ttl {
  margin-bottom: 35px;
  color: #94BC9B;
  text-align: center;
  font-weight: 700;
}
.sc_ttl.sc_ttl_S {
  font-size: 20px;
}
.sc_ttl.sc_ttl_S.sc_ttl_S02 {
  margin-bottom: 10px;
}
.sc_ttl.sc_ttl_S.sc_ttl_S_left {
  margin-bottom: 16px;
}
.sc_ttl .sc_ttl_head {
  font-size: 24px;
}
.sc_ttl .sc_ttl_sub {
  color: #EC7F75;
}
.btn {
  text-align: center
}
.btn a {
  display: inline-block;
  padding: 15px 39px;
  color: #707070;
  font-weight: 700;
  background-color: #FDEEEF;
  border: 1px solid #94BC9B;
  border-radius: 50px
}
.btn02 a {
  border-radius: 10px
}
@media (min-width:960px) {
  /*----- sc_ttl 960px -----*/
  .sc_ttl {
    margin-bottom: 70px;
  }
  .sc_ttl.sc_ttl_S {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .sc_ttl .sc_ttl_head {
    font-size: 28px;
  }
  .sc_ttl .sc_ttl_sub {
    font-size: 18px;
  }
.sc_ttl.sc_ttl_S.sc_ttl_S_left {
  margin-left: -60px;
}
}
/* 背景設定
------------------------------------------ */
.bg_green {
  background: url("../img/green-back.jpg") no-repeat center center / cover;
}
.bg_pink {
  background: url("../img/pink-back.jpg") no-repeat center center / cover;
}
/* header
------------------------------------------ */
header {
  padding: 12px 10px;
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
}
header .h_logo {
  width: 175px;
}
header .hamburger {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}
header .hamburger div {
  position: relative
}
header .hamburger span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  transition: all .2s;
}
header .hamburger span:nth-of-type(1) {
  top: 1px;
}
header .hamburger span:nth-of-type(2) {
  top: 12px;
}
header .hamburger span:nth-of-type(3) {
  top: 23px;
}
header .hamburger.active {
  padding: 25px;
  border-radius: 50px;
  background-color: #A5D4AD;
  top: 13px;
}
header .hamburger.active span {
  width: 60%;
  background: #FFF;
  left: 10px;
}
header .hamburger.active span:nth-of-type(1) {
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
}
header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
header .hamburger.active span:nth-of-type(3) {
  top: 29px;
  transform: translateY(-6px) rotate(45deg);
}
@media (min-width:960px) {
  /*----- header 960px -----*/
  header {
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .h_logo {
    width: 255px;
  }
  .hamburger {
    display: none;
  }
}
/* nav
------------------------------------------ */
.g_nav {
  width: 100%;
  height: 100vh;
  padding: 100px 10px;
  position: fixed;
  z-index: 99;
  top: 73px;
  right: -100%;
  background-color: #A5D4AD;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 3;
}
.g_nav.active {
  right: 0;
}
.g_nav ul li.h_contact {
  display: none;
}
.g_nav ul li a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (min-width:960px) {
  /*----- g_nav 960px -----*/
  .g_nav {
    padding: 0;
    width: calc(100% - 300px);
    max-width: 680px;
    height: inherit;
    background-color: transparent;
    position: static;
  }
  .g_nav ul {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_nav ul li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
  }
}
@media (min-width:1260px) {
  /*----- g_nav 1260px -----*/
  .g_nav {
    max-width: 980px;
  }
  .g_nav ul li.h_contact {
    display: block;
    color: #000;
    text-align: left;
    line-height: 1.5;
  }
  .g_nav ul li.h_contact span {
    display: block;
    font-size: 25px;
  }
  .g_nav ul li.h_contact span::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 35px;
    margin-right: 7px;
    background-image: url("../img/header-i.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}
/* mv
------------------------------------------ */
.mv {
  width: 100%;
  height: 100vh;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: url("../img/FV.jpg") no-repeat center bottom / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv .mv_ttl {
  margin-bottom: 10px;
  font-size: 24px;
}
.mv p {
  font-size: 15px;
}
@media (min-width:960px) {
  /*----- mv 960px -----*/
  .mv .mv_ttl {
    font-size: 36px;
  }
  .mv p {
    font-size: 23px;
  }
}
/* thoughts
------------------------------------------ */
#thoughts .txt_head {
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
}
#thoughts p:not(:last-child) {
  margin-bottom: 25px;
}
#thoughts .thoughts_ishkannr figure {
  margin: 0 auto 30px;
}
#thoughts .thoughts_ishkannr figure img {
  display: block;
  width: 130px;
  margin: 0 auto 10px;
}
#thoughts .thoughts_ishkannr figure figcaption {
  text-align: center;
  font-size: 20px;
}
#thoughts .thoughts_ishkannr figure figcaption span:first-child {
  display: block;
  font-size: 14px;
}
#thoughts .thoughts_ishkannr figure figcaption span:nth-child(2) {
  display: inline;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
}
#thoughts .thoughts_ishkannr ul {
  max-width: 737px;
  margin: 0 auto;
}
#thoughts .thoughts_ishkannr ul li {
  font-size: 14px;
}
#thoughts .thoughts_ishkannr ul li .break {
  display: none;
}
@media (min-width:660px) {
  #thoughts p {
    text-align: center;
  }
  #thoughts p span {
    display: block;
  }
}
@media (min-width:960px) {
  #thoughts p .break {
    display: none;
  }
  #thoughts p:not(:last-child) {
    margin-bottom: 35px;
  }
  #thoughts .thoughts_ishkannr div {
    width: 765px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
  #thoughts .thoughts_ishkannr figure {
    margin: 0;
  }
  #thoughts .thoughts_ishkannr figure img {
    width: 150px;
  }
  #thoughts .thoughts_ishkannr ul {
    width: calc(100% - 180px);
  }
  #thoughts .thoughts_ishkannr ul li {
    font-size: 15px;
  }
  #thoughts .thoughts_ishkannr ul li .break {
    display: block;
  }
}
/* service
------------------------------------------ */
#service .container {
  margin-bottom: 40px;
}
#service .container p.head {
  margin-bottom: 5px;
  color: #94BC9B;
  font-weight: 700;
}
#service .container figure {
  margin-top: 20px;
}
#service .service_details ul > li {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
#service .service_details figure {
  width: 95px;
}
#service .service_details p {
  width: calc(100% - 95px);
}
#service .service_details p .break,
#service .service_details p .comma02 {
  display: none;
}
#service .service_details .service_items {
  margin-top: 40px;
  margin-left: 17px;
  display: flex;
  flex-wrap: wrap;
}
#service .service_details .service_items li {
  margin-top: 20px;
  margin-right: 40px;
}
@media (min-width:960px) {
  #service .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #service .container:last-child {
    margin-top: 100px;
    flex-direction: row;
  }
  #service .container div {
    width: 54%;
  }
  #service .container figure {
    margin-top: 0;
    width: 44%;
  }
  #service .service_details figure {
    width: 125px;
  }
  #service .service_details p {
    width: calc(100% - 74px);
  }
  #service .service_details p .break {
  display: block;
}
 #service .service_details p .comma,
  #service .service_details p .break02 {
  display: none;
}
#service .service_details p .comma02 {
  display: inline-block;
}
  #service .service_details ul.ul_chaild {
    display: flex;
  }
  #service .service_details ul.ul_chaild li {
    width: 50%;
  }
}
/* guide
------------------------------------------ */
#guide .illu {
  margin-top: 60px;
}
#guide .illu p {
  max-width: 350px;
  margin: 30px auto;
}
#guide .illu p.pc {
  display: none;
}
#guide .btn {
  margin: 40px 0 10px;
}
#guide .btn:last-of-type {
  margin: 10px 0;
}
#guide .note {
  font-size: 16px;
}
#guide .container figure {
  margin-top: 20px;
}
#guide .btn_list .btn {
  margin-top: 30px;
}
@media (min-width:768px) {
  #guide .illu {
    margin-top: 80px;
  }
  #guide .illu p.sp {
    display: none;
  }
  #guide .illu p.pc {
    display: block;
    max-width: 814px;
  }
  #guide p .break {
    display: none;
  }
}
@media (min-width:960px) {
  #guide .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #guide .container div {
    width: 53%;
  }
  #guide .container figure {
    margin-top: 0;
    width: 45%;
  }
  #guide .btn_list {
    width: 50%;
    margin-bottom: -100px;
    position: relative;
    top: -120px;
    left: 50%;
    display: flex;
    justify-content: space-between;
  }
}
/* area
------------------------------------------ */
#area .area_head {
  margin-bottom: 5px;
}
#area .area_head::before {
  content: '■';
  padding-right: 3px;
  color: #94BC9B;
}
#area .container ul li {
  margin-bottom: 40px;
}
/*
#area .container ul li div {
  display: flex;
  flex-wrap: wrap;
}
*/
#area .container ul li div .sp_none {
  display: none;
}
@media (min-width:960px) {
  #area .container {
    display: flex;
    justify-content: space-between;
  }
  #area .container ul {
    width: 50%;
  }
  #area .container ul li:last-child {
    margin-bottom: 0;
  }
  #area .container figure {
    width: 50%;
  }
  #area .container ul li div .sp_none {
  display: inline-block;
  }
  #area .container ul li div .pc_none {
  display: none;
  }
  #area .container ul li:nth-child(3) div {
    width: 477px;
  }
}
/* contact
------------------------------------------ */
#contact .container .contact_list {
  width: 271px;
  margin: 40px auto;
}
#contact .container .contact_list li, #contact .container .contact_list li a {
  font-size: 20px;
  font-weight: 700;
}
#contact .container .contact_list li {
  margin-top: 30px;
}
#contact .container .contact_list .icon_set::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#contact .container .contact_list .icon_set01::before {
  background-image: url("../img/access-i-1.png");
}
#contact .container .contact_list .icon_set02::before {
  background-image: url("../img/access-i-2.png");
}
#contact .container .contact_list .icon_set03::before {
  height: 23px;
  background-image: url("../img/access-i-3.png");
}
#contact .container .contact_list .icon_set04::before {
  background-image: url("../img/access-i-4.png");
}
#contact .container .contact_list .icon_set03 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: -20px;
  padding-left: 45px;
}
#contact iframe {
  width: 100%;
  height: 216px;
}
@media (min-width:960px) {
  #contact .contact_head .break {
    display: none;
  }
  #contact .container {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  }
  #contact .container div {
    width: 48%;
  }
  #contact .container iframe {
    width: 52%;
    height: 250px;
  }
  #contact .container .contact_list {
    width: 100%;
    margin: 0;
  }
  #contact .container .contact_list li {
    margin-top: 10px;
  }
  #contact .container .contact_list .icon_set03 {
    margin: 20px 0 32px;
  }
  #contact .container .contact_list li ul {
    display: flex;
    column-gap: 20px;
  }
}
/* recruit
------------------------------------------ */
#recruit .container figure {
  margin-top: 20px;
}
@media (min-width:960px) {
  #recruit .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 40px;
  }
  #recruit .container div {
    width: 50%;
  }
  #recruit .container figure {
    margin-top: 0;
    width: 50%;
  }
}
/* footer
------------------------------------------ */
footer {
  padding: 60px 0 0;
  border-bottom: 20px solid #A5D4AD;
}
footer .f_logo {
  width: 164px;
  margin: auto;
}
footer .f_nav {
  margin: auto;
  padding: 30px 0 40px;
}
footer .f_nav ul li {
  text-align: center;
  line-height: 2.5;
}
footer .f_nav ul li a {
  font-size: 18px;
}
@media (min-width:960px) {
  footer .f_nav ul {
    display: flex;
    justify-content: center;
    column-gap: 40px;
  }
}

/* 薬剤管理を改行させない */
.nowrap-jp {
  white-space: nowrap;
  word-break: keep-all;
}

/* スマホでは通常通り改行させる */
@media screen and (max-width: 768px) {
  .nowrap-jp {
    white-space: normal;
  }
}
