@charset "UTF-8";
/*
theme Name: 岡本＆パートナーズ様
Author: OKAMOTO & PARTNERS
Description: original theme
version： 1.0.0
*/
/*! コメント残す場合 */
/*---------------------------------------------
	リセット
---------------------------------------------*/
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
}

p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
}

/*---------------------------------------------
	画像
---------------------------------------------*/
img {
  width: 100%;
}

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
  text-align: left;
  overflow-x: hidden;
  font-family: "Sawarabi Gothic", serif;
}

@media screen and (max-width: 989px) {
  body {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
  color: #FF577F;
}

a:link {
  text-decoration: none;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	section color
---------------------------------------------*/
.bg_color_1 {
  background-color: #F5F3F0;
}

.bg_color_2 {
  background-color: #F5F3F0;
}

/*---------------------------------------------
	column
---------------------------------------------*/
@media screen and (max-width: 989px) {
  section {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: unset auto;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  .column_1_wrapper {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 990px) {
  .column_1_wrapper {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  .column_full_wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 990px) {
  .column_full_wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.column_full_wrapper.pink {
  background-color: #FF577F;
}

@media screen and (min-width: 990px) {
  .column_full_wrapper.pink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.column_full_wrapper.orange {
  background-color: #FF884B;
}

@media screen and (min-width: 990px) {
  .column_full_wrapper.orange {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.column_full_wrapper.green {
  background-color: #EFF3F6;
}

@media screen and (min-width: 990px) {
  .column_full_wrapper.green {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.column_full_wrapper.lpink {
  background-color: #FFEAEF;
}

@media screen and (min-width: 990px) {
  .column_full_wrapper.lpink {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 989px) {
  .flex_wrapper {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

@media screen and (min-width: 990px) {
  .flex_wrapper {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 990px) {
  .flex_half {
    width: 49%;
  }
}

@media screen and (min-width: 990px) {
  .flex_half:nth-child(odd) {
    margin-right: 1%;
  }
}

@media screen and (min-width: 990px) {
  .flex_3item {
    width: 32%;
  }
}

@media screen and (max-width: 989px) {
  .flex_3item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 990px) {
  .flex_3item2 {
    width: 65%;
  }
}

@media screen and (min-width: 990px) {
  .flex_4item {
    width: 23%;
  }
}

.flex_wrapper.justcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_wrapper.justleft {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

/*---------------------------------------------
	br
---------------------------------------------*/
@media screen and (min-width: 990px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .pc_br {
    display: none;
  }
}

/*---------------------------------------------
	display
---------------------------------------------*/
@media screen and (max-width: 989px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .sp_only {
    display: none;
  }
}

/*---------------------------------------------
	color
---------------------------------------------*/
.fontpink {
  color: #FF577F;
}

.bggray {
  background-color: #F5F3F0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 989px) {
  .bggray {
    padding: 2rem 1.5rem;
  }
}

.bggray .gttl {
  color: #34B6AC;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #34B6AC;
}

.bggreen {
  background-color: #EFF3F6;
}

/*---------------------------------------------
	minview(inline)
---------------------------------------------*/
#mainview_inline {
  width: 100%;
  height: 400px;
}

/*---------------------------------------------
	パンくず
---------------------------------------------*/
#breadcrumb {
  background-color: #F5F3F0;
}

@media screen and (min-width: 990px) {
  #breadcrumb {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 989px) {
  #breadcrumb {
    /* display: none; */
  }
}

@media screen and (min-width: 990px) {
  #breadcrumb > div {
    width: 1200px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

#breadcrumb ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

#breadcrumb ul li {
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  font-size: 0.66667rem;
  position: relative;
}

#breadcrumb ul li a {
  color: #FF577F;
}

#breadcrumb ul li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#breadcrumb ul li:last-child::before {
  content: normal;
}

/*---------------------------------------------
	button
---------------------------------------------*/
.btn_base, #mailform input[type="submit"] {
  background-color: #34B6AC;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 50px;
  display: inline-block;
  text-decoration: none !important;
}

.btn, #mailform input[type="submit"] {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-radius: 50px;
  -webkit-box-shadow: 2px 5px 0 #ccc;
          box-shadow: 2px 5px 0 #ccc;
  padding: 20px 50px 20px 0;
  background-image: url("../img/common/icon_arrow_double_white.png");
}

@media screen and (max-width: 989px) {
  .btn, #mailform input[type="submit"] {
    font-size: 16px;
    font-size: 0.88889rem;
    padding: 1rem;
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .btn, #mailform input[type="submit"] {
    font-size: 18px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 1rem;
  }
}

.btn span, #mailform input[type="submit"] span {
  display: block;
  opacity: 50%;
}

@media screen and (max-width: 989px) {
  .btn span, #mailform input[type="submit"] span {
    font-size: 10px;
    font-size: 0.55556rem;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 990px) {
  .btn span, #mailform input[type="submit"] span {
    font-size: 12px;
    font-size: 0.66667rem;
    letter-spacing: 0.3em;
  }
}

.btn.blue, #mailform input.blue[type="submit"] {
  background-color: #FF577F;
}

.btn.pink, #mailform input.pink[type="submit"] {
  background-color: #FF577F;
}

@media screen and (min-width: 990px) {
  .btn.w250, #mailform input.w250[type="submit"] {
    width: 250px;
    text-align: center;
    margin: auto auto;
  }
}

@media screen and (max-width: 989px) {
  .btn.w250, #mailform input.w250[type="submit"] {
    width: 80%;
    margin: 0 auto;
  }
}

/*---------------------------------------------
	img:hover
---------------------------------------------*/
.hover:hover {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0.6;
}

/*---------------------------------------------
	margin
---------------------------------------------*/
.m50 {
  margin: 5rem auto;
}

@media screen and (max-width: 989px) {
  .m50 {
    margin: 3rem auto;
  }
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (min-width: 990px) {
  .mt100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 989px) {
  .mt100 {
    margin-top: 50px;
  }
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

/*---------------------------------------------
	paragraph
---------------------------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/*---------------------------------------------
	table
---------------------------------------------*/
table.nml {
  width: 100%;
  margin: 0 auto;
}

table.nml th {
  background: #34B6AC;
  color: #FFFFFF;
  padding: 10px 20px;
}

@media screen and (max-width: 989px) {
  table.nml th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

table.nml td {
  padding: 10px 20px;
  background: #F5F3F0;
}

@media screen and (max-width: 989px) {
  table.nml td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*---------------------------------------------
	タイトル
---------------------------------------------*/
h2 {
  line-height: 1.5em;
}

h2.nml {
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-family: "Sawarabi Mincho", sans-serif;
  line-height: 1em;
  text-align: center;
}

@media screen and (min-width: 990px) {
  h2.nml {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

h2.nml span {
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-align: center;
  color: #34B6AC;
  display: block;
}

h2.nml em {
  color: #34B6AC;
  font-style: normal;
}

h2.enttl {
  letter-spacing: 0.2rem;
  color: #666666;
  font-weight: bold;
  text-align: center;
  margin: auto auto;
  line-height: 1em;
}

@media screen and (min-width: 990px) {
  h2.enttl {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

@media screen and (max-width: 989px) {
  h2.enttl {
    margin-bottom: 2rem;
  }
}

h2.enttl span {
  display: block;
  margin: 0.5rem auto;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #34B6AC;
}

h2.enttl:before {
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  background: url("../img/common/logo_mark.png") no-repeat;
  margin: 1rem auto;
}

h2.catch {
  color: #666666;
  font-weight: bold;
  font-family: "Sawarabi Mincho", sans-serif;
  line-height: 1.6em;
}

@media screen and (min-width: 990px) {
  h2.catch {
    font-size: 34px;
    font-size: 1.88889rem;
  }
}

/*---------------------------------------------
	角丸
---------------------------------------------*/
.radius {
  border-radius: 10px;
}

.radius20 {
  border-radius: 20px;
}

/*---------------------------------------------
	アニメーション
---------------------------------------------*/
.effect-fade.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}

.effect-fade.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.SlideInLeft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.SlideInRight {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.FadeIn {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.delay-lv1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-fade.delay-lv2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effect-fade.delay-lv3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.effect-fade.delay-lv4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.effect-fade.delay-lv5 {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

/*---------------------------------------------
	パララックス設定（min高さは各所に）
---------------------------------------------*/
.parallax-window {
  background: transparent;
}

.parallax-slider {
  top: 0;
  left: 0;
}

/*---------------------------------------------
	固有：大見出し
---------------------------------------------*/
h2.iconttl {
  text-align: center;
  color: #666666;
  padding-bottom: 2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 989px) {
  h2.iconttl {
    font-size: 1.4rem;
  }
}

h2.iconttl:before {
  background-image: url(../img/common/icon_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 70px;
  display: block;
  content: "";
  margin: 0.5rem auto;
}

/*---------------------------------------------
	固有：キャッチ
---------------------------------------------*/
h3.iconttl {
  font-size: 24px;
  font-size: 1.33333rem;
  color: #34B6AC;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

h3.iconttl.large {
  font-size: 30px;
  font-size: 1.66667rem;
}

/*---------------------------------------------
	固有：段落
---------------------------------------------*/
p {
  margin: 1rem auto;
}

/*---------------------------------------------
	固有：サイズ調整
---------------------------------------------*/
.w80 {
  width: 90%;
  margin: auto auto;
}

@media screen and (min-width: 990px) {
  .w80 {
    max-width: 1050px;
  }
}

p.attention {
  color: #FF577F;
  background: #FFFFFF;
  border: 2px solid #FF577F;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1rem;
  text-align: center;
  margin: 2rem auto;
}

/*---------------------------------------------
	固有：SNSボタン
---------------------------------------------*/
.snsbtn {
  margin: 1rem auto;
  width: 100px;
}

.snsbtn img {
  height: 30px;
  width: 30px;
}

/*---------------------------------------------
	固有：ブロック
---------------------------------------------*/
.greenblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.greenblock h4 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #34B6AC;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  text-align: left;
  padding: 1rem 2rem;
}

.greenblock h4 + p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
  text-align: left;
  margin: 0;
}

#plabor_block .flex_wrapper .flex_half .greenblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px #ccc;
          box-shadow: 2px 2px 4px #ccc;
}

/*---------------------------------------------
	header
---------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 999;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F3F0;
}

#logo {
  /*
    width: 250px;
    height: 125px;
    */
  width: 145px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  background-color: #FFFFFF;
  z-index: 999;
}

@media screen and (max-width: 989px) {
  #logo {
    width: 150px;
    height: 75px;
    -webkit-box-shadow: 0 5px 5px #F5F3F0;
            box-shadow: 0 5px 5px #F5F3F0;
  }
}

@media screen and (min-width: 990px) {
  nav {
    width: 50%;
    margin-left: 280px;
  }
}

@media screen and (min-width: 990px) {
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 990px) {
  #contact {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 989px) {
  #contact {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #FFFFFF;
  }
}

#contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 989px) {
  #contact ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contact ul li a {
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 2rem;
  text-decoration: none;
}

@media screen and (max-width: 989px) {
  #contact ul li a {
    padding: 1.5rem 2rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 0 5px grey;
            box-shadow: 0 0 5px grey;
  }
}

@media screen and (max-width: 989px) {
  #contact ul li {
    /*width: 50%;*/
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#contact ul li:first-child a {
  background-color: #FF577F;
}

/*#contact ul li:first-child{ margin-right: 0.5rem;}*/
#contact ul li:last-child a {
  background-color: #FF884B;
}

/* メインビュー */
#mainview {
  background: url(../img/common/img_index_mainview.jpg);
  height: 600px;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 990px) {
  #mainview {
    margin-top: 85px;
  }
}

@media screen and (max-width: 989px) {
  #mainview {
    height: 400px;
  }
}

#mainphoto {
  height: 400px;
  background-color: #666666;
  margin-top: 90px;
}

@media screen and (max-width: 989px) {
  #mainphoto {
    margin-top: unset;
    height: 200px;
  }
}

#concept #mainphoto {
  background: url(../img/common/mainview/concept.jpg);
  background-size: cover;
}

#generic #mainphoto {
  background: url(../img/common/mainview/service-generic.jpg);
  background-size: cover;
}

#flow #mainphoto {
  background: url(../img/common/mainview/service-flow.jpg);
  background-size: cover;
}

#effects #mainphoto {
  background: url(../img/common/mainview/service-effects.jpg);
  background-size: cover;
}

#company #mainphoto {
  background: url(../img/common/mainview/company.jpg);
  background-size: cover;
}

#recruit #mainphoto {
  background: url(../img/common/mainview/recruit.jpg);
  background-size: cover;
}

#covid19 #mainphoto {
  background: url(../img/common/mainview/concept-covid19.jpg);
  background-size: cover;
}

#medical #mainphoto {
  background: url(../img/common/mainview/service-medical.jpg);
  background-size: cover;
}

#pharmacist #mainphoto {
  background: url(../img/common/mainview/service-pharmacist.jpg);
  background-size: cover;
}

#initiatives #mainphoto {
  background: url(../img/common/mainview/concept-initiatives.jpg);
  background-size: cover;
}

#service #mainphoto {
  background: url(../img/common/mainview/service.jpg);
  background-size: cover;
}

#shoplist #mainphoto {
  background: url(../img/common/mainview/shoplist.jpg);
  background-size: cover;
}

#info #mainphoto,
#information #mainphoto {
  background: url(../img/common/mainview/info.jpg);
  background-size: cover;
}

#mainphoto h1 {
  text-align: center;
  font-family: "Sawarabi Mincho", sans-serif;
  padding-top: 10rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 1px 0 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 0 -1px 0 #FFFFFF;
}

@media screen and (max-width: 989px) {
  #mainphoto h1 {
    padding-top: 6rem;
    display: none;
  }
}

/* TOPニュース */
@media screen and (min-width: 990px) {
  #news {
    width: 700px;
    position: absolute;
    top: 550px;
    right: 5rem;
    -webkit-box-shadow: 0 5px 5px #F5F3F0;
            box-shadow: 0 5px 5px #F5F3F0;
  }
}

@media screen and (max-width: 989px) {
  #news {
    width: 95%;
    margin: -1rem  auto 1rem auto;
  }
}

#news h3 a {
  background-color: #FF884B;
  color: #FFFFFF;
  padding: 0.8rem 0;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#news dl {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F3F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem 1rem 5rem;
  background-image: url(../img/common/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

@media screen and (max-width: 989px) {
  #news dl {
    padding: 0.5rem 0 0.5rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#news dl dt {
  color: #FF884B;
  margin-right: 1rem;
}

@media screen and (max-width: 989px) {
  #news dl dt {
    font-size: 12px;
    font-size: 0.66667rem;
  }
}

@media screen and (max-width: 989px) {
  #news dl dd {
    padding-right: 1rem;
  }
}

#news dl dd a {
  color: #666666;
}

@media screen and (max-width: 989px) {
  #news dl dd a {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

/* TOPピックアップ3種 */
#pickup {
  width: 100%;
  background-image: url(../img/common/bg_pink.jpg);
  background-color: #FFEAEF;
  background-repeat: repeat-x;
  padding-bottom: 3rem;
  padding-top: 5rem;
}

@media screen and (max-width: 989px) {
  #pickup {
    padding-top: 2rem;
  }
}

#pickup h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.66667rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 989px) {
  #pickup h3 {
    line-height: 2.0rem;
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  #pickup .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 989px) {
  #pickup .flex_wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 990px) {
  #pickup .item {
    width: 32%;
  }
}

@media screen and (max-width: 989px) {
  #pickup .item {
    margin-bottom: 1rem;
  }
}

#pickup .item a {
  text-decoration: none;
}

#pickup .item .img img {
  border-radius: 10px 10px 0 0;
}

#pickup .item .txt {
  border-radius: 0 0 10px 10px;
  background-color: #FFFFFF;
  margin-top: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 2rem 1rem 2rem;
}

@media screen and (max-width: 989px) {
  #pickup .item .txt {
    padding: 2rem 1.5rem 1rem 1.5rem;
  }
}

#pickup .item .txt h4 {
  background-image: url(../img/common/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

#pickup .item .txt h4 {
  text-decoration: none;
  font-size: 20px;
  font-size: 1.11111rem;
}

#pickup .item .txt p {
  text-decoration: none;
  color: #666666;
}

@media screen and (max-width: 989px) {
  #pickup .item .txt p {
    padding: 0 auto;
  }
}

/* TOPピックアップ6種 */
@media screen and (min-width: 990px) {
  #pickup_2 {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 989px) {
  #pickup_2 {
    padding-top: 3rem;
  }
}

#shoplist h2,
#pickup_2 h2 {
  text-align: center;
  color: #666666;
  padding-bottom: 2rem;
}

#shoplist h2:before,
#pickup_2 h2:before {
  background-image: url(../img/common/icon_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 35px;
  display: block;
  content: "";
  margin: 0.5rem auto;
}

@media screen and (min-width: 990px) {
  #pickup_2 .item {
    width: 32%;
  }
}

#pickup_2 .item a {
  text-decoration: none;
}

#pickup_2 .item img {
  border-radius: 10px;
}

#pickup_2 .item p {
  color: #977F57;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1rem 0;
  letter-spacing: 0.1em;
}

/* Swiper */
#sliderbox {
  height: 600px;
  background-color: #EFF3F6;
}

.sliderbox_1 {
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding: 2rem;
}

@media screen and (min-width: 990px) {
  .sliderbox_1 {
    width: 600px;
    position: absolute;
    top: 5rem;
    right: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 989px) {
  .sliderbox_1 {
    width: 90%;
    margin: 1.5rem auto;
  }
}

.sliderbox_1 .img img {
  width: 200px;
}

@media screen and (max-width: 989px) {
  .sliderbox_1 .img img {
    width: 120px;
  }
}

.sliderbox_1 .img {
  margin-right: 1.5rem;
}

@media screen and (max-width: 989px) {
  .sliderbox_1 .img {
    text-align: center;
  }
}

.sliderbox_1 .txt h4 {
  font-weight: bold;
  color: #666666;
  font-size: 20px;
  font-size: 1.11111rem;
  padding-bottom: 1rem;
}

.sliderbox_1 .txt h3 {
  color: #34B6AC;
  font-size: 40px;
  font-size: 2.22222rem;
}

@media screen and (max-width: 989px) {
  .sliderbox_1 .txt h3 {
    font-size: 36px;
    font-size: 2rem;
  }
}

#sliderbox .swiper-slide:first-child {
  background-image: url(../img/common/index/img_index_slider_1.jpg);
  background-size: cover;
}

#shoplist .swiper-slide img {
  border-radius: 10px 10px 0 0;
}

#shoplist .swiper-slide .txt {
  border-radius: 0 0 10px 10px;
  background-color: #EFF3F6;
  margin-top: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
}

@media screen and (max-width: 989px) {
  #shoplist .swiper-slide .txt {
    padding: 1rem 1.5rem;
  }
}

#shoplist .swiper-slide .txt h3 {
  color: #34B6AC;
  margin-top: 1rem;
}

#shoplist .swiper-slide .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem auto 1rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#shoplist .swiper-slide .txt dl dt {
  border: 1px solid #34B6AC;
  text-align: center;
  padding: 0.2rem 0.5rem;
  color: #34B6AC;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 989px) {
  #shoplist .swiper-slide .txt dl dt {
    min-width: 50px;
  }
}

#shoplist .swiper-slide .txt dl dd {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.6em;
}

#shoplist .swiper-slide a {
  text-decoration: none;
  color: #34B6AC;
}

/*---------------------------------------------
	nav
---------------------------------------------*/
@media screen and (min-width: 990px) {
  nav {
    margin: 0 auto;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav ul {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 1rem auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav ul li a {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 0 1rem;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav ul li {
    width: calc( 100% /4);
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-right: 1px solid #ddd;
  }
  nav ul.menu-globalnav-container > li {
    border-right: 1px solid #666666;
  }
  /*---------------------------------------------
 **  ドロップダウンメニュー
---------------------------------------------*/
  .dropmenu:before,
  .dropmenu:after {
    content: "";
    display: table;
  }
  .dropmenu:after {
    clear: both;
  }
  /* 下層メニュー */
  .sub-menu {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* サブメニューの背景だけ */
  li:hover .sub-menu:after {
    content: "";
    width: 1980px;
    min-height: 200px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0px;
    left: 0px;
    background-color: #FF577F;
    content: "";
    z-index: -99;
    margin-left: calc(-50vw + 46%);
    margin-right: calc(-50vw + 46%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  li:hover .sub-menu li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  li:hover .sub-menu li a {
    color: #FFFFFF;
    font-size: 16px;
    font-size: 0.88889rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    background-image: url(../img/common/arrow_white.png);
    background-repeat: no-repeat;
    background-position: 95% 80%;
  }
  /* ドロップメニュー 仕組み */
  li .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 2rem;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  li .sub-menu li {
    border: none;
    width: calc( 100% / 5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  li .sub-menu li a {
    visibility: hidden;
    opacity: 0;
  }
  li:hover .sub-menu li a {
    visibility: visible;
    opacity: 1;
  }
}

/* 各サムネイル */
@media screen and (min-width: 990px) {
  /* 新たな取組 */
  nav ul.sub-menu li#menu-item-70 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/initiatives.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  /* 新型コロナ */
  nav ul.sub-menu li#menu-item-71 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/covid19.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  /* かかりつけ薬剤師 */
  nav ul.sub-menu li#menu-item-74 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/pharmacist.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  /* 在宅医療 */
  nav ul.sub-menu li#menu-item-73 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/medical.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  /* ジェネリック */
  nav ul.sub-menu li#menu-item-75 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/generic.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  /* お渡しの流れ */
  nav ul.sub-menu li#menu-item-77 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/flow.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  /* 副作用 */
  nav ul.sub-menu li#menu-item-76 a:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    background-image: url(../img/common/subnav/effects.jpg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 989px) {
  nav {
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
  }
  a:hover {
    text-decoration: none !important;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #666666;
    opacity: 0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    z-index: 10;
  }
  header .inner {
    position: relative;
    padding: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav {
    overflow: auto;
    position: fixed;
    top: 0;
    left: -70%;
    width: 70%;
    max-width: 320px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 2px gray;
            box-shadow: 0 0 2px gray;
  }
  .navOpen nav {
    opacity: 1;
    left: 0;
  }
  nav ul li#nav00 a {
    border: none;
  }
  nav ul {
    list-style-type: disc;
  }
  nav ul li {
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: left;
    font-weight: bold;
  }
  nav ul li span {
    display: none;
  }
  nav ul li a {
    position: relative;
    display: block;
    padding: 1em 1em 1em 1.5em;
    text-decoration: none;
    text-decoration: none !important;
    color: #FF577F;
    font-size: 14px;
    font-size: 0.77778rem;
  }
  nav ul li a:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .navBtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 11;
    font-weight: bold;
    background-color: #FF577F;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    width: 60px;
    height: 60px;
  }
  .navBtn:after {
    width: 53px;
    position: absolute;
    top: 33px;
    left: 9px;
    right: 0;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
  }
  .navOpen .navBtn:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 36px;
    left: 8px;
    right: 0;
    text-align: right;
    font-size: 10px;
    color: #FFFFFF;
  }
  .navBtn span {
    display: block;
    height: 2px;
    width: 20px;
    background: #FFFFFF;
    border-radius: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-left: 1.4rem;
    margin-top: 1.2rem;
  }
  .navBtn span:nth-of-type(2),
  .navBtn span:nth-of-type(3) {
    margin-top: 5px;
  }
  .navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #FFFFFF;
  }
  .navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    background: #FFFFFF;
  }
  .navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #FFFFFF;
  }
  .navOpen ul li a:after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    margin-right: -4px;
    vertical-align: middle;
    border-top: 3px solid;
    border-right: 3px solid #ccc;
    border-top: 3px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .menu_contents ul {
    background: #FFEAEF;
  }
  .menu_contents ul li a {
    font-size: 14px;
    font-size: 0.77778rem;
    text-indent: 1rem;
    padding: 0.5rem 1rem;
    font-weight: normal;
  }
  .menu_contents ul li a:before {
    content: "―";
    margin-right: 0.5rem;
  }
}

/*---------------------------------------------
	フッター
---------------------------------------------*/
footer {
  background-color: #FF577F;
  margin: 5rem auto 2rem auto;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .flex_wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto;
}

footer .flex_wrapper .fleft {
  width: 35%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  footer .flex_wrapper .fleft {
    width: 100%;
  }
}

footer .flex_wrapper .fleft .logo {
  text-align: center;
}

footer .flex_wrapper .fleft .logo img {
  width: 70%;
  margin: 0 auto;
}

footer .flex_wrapper .fleft dl dt {
  color: #FF577F;
  padding: 1rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

footer .flex_wrapper .fleft dl dd {
  padding: 1rem 0;
  text-align: center;
}

footer .flex_wrapper .fright {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  footer .flex_wrapper .fright {
    width: 100%;
  }
}

footer .flex_wrapper .fright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media screen and (max-width: 989px) {
  footer .flex_wrapper .fright ul {
    display: none;
  }
}

footer .flex_wrapper .fright ul li {
  width: 23%;
  min-width: 150px;
  padding-left: 0.5rem;
}

@media screen and (max-width: 989px) {
  footer .flex_wrapper .fright ul li {
    font-size: 14px;
    font-size: 0.77778rem;
    width: 48%;
    min-width: none;
  }
}

footer .flex_wrapper .fright ul li a {
  border-top: 1px solid #FFEAEF;
  border-bottom: 1px solid #FFEAEF;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.77778rem;
}

footer .flex_wrapper .fright ul li a:hover {
  background-color: #FFFFFF;
  color: #FF577F;
}

footer .flex_wrapper .fright .copyright {
  color: #FFFFFF;
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 989px) {
  footer .flex_wrapper .fright .copyright {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

/*---------------------------------------------
	ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  padding: 1.5rem;
  border: 1px solid #FF577F;
  color: #FF577F;
  background-color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 989px) {
  #pageTop a {
    padding: 1rem;
  }
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop a:after {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  content: "";
  display: inline-block;
  font-size: 12px;
  font-size: 0.66667rem;
  color: #FF577F;
  text-align: center;
}

/*---------------------------------------------
	サービス紹介
---------------------------------------------*/
.servicelist a {
  text-decoration: none;
}

.servicelist h4 {
  background-image: url(../img/common/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.servicelist h4 {
  text-decoration: none;
  font-size: 20px;
  font-size: 1.11111rem;
  text-align: center;
  margin-top: 1rem;
}

.servicelist a p {
  color: #666666;
}

.servicelist p {
  margin-top: 1rem;
}

@media screen and (max-width: 989px) {
  .servicelist p {
    margin-bottom: 2rem;
  }
}

.servicelist img {
  border-radius: 10px;
}

/*---------------------------------------------
	かかりつけ薬剤師制度
---------------------------------------------*/
@media screen and (min-width: 990px) {
  #pharmacist section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: unset auto;
    position: relative;
  }
}

@media screen and (min-width: 990px) {
  #pharmacist-intro .txt,
  #pharmacist-intro .img {
    width: 48%;
    position: relative;
  }
}

@media screen and (max-width: 989px) {
  #pharmacist-intro .txt,
  #pharmacist-intro .img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 990px) {
  #pharmacist-intro .img img {
    width: 532px;
    position: absolute;
    right: 0;
    top: -3rem;
  }
}

#pharmacist-intro h3.iconttl {
  margin: 2rem 0;
}

.pharmacist-intro-block .flex_3item,
.pharmacist-intro-block .flex_4item {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #cccccc;
          box-shadow: 0 0 5px #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0;
  text-align: center;
}

.pharmacist-intro-block .flex_3item span,
.pharmacist-intro-block .flex_4item span {
  color: #34B6AC;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.77778rem;
}

.pharmacist-intro-block .flex_3item h4,
.pharmacist-intro-block .flex_4item h4 {
  background-color: #34B6AC;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  padding: 2rem 0;
  font-size: 30px;
  font-size: 1.66667rem;
  display: block;
  margin: 0.8rem auto;
}

@media screen and (max-width: 989px) {
  .pharmacist-intro-block .flex_3item h4,
  .pharmacist-intro-block .flex_4item h4 {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.pharmacist-intro-block .flex_3item p,
.pharmacist-intro-block .flex_4item p {
  text-align: left;
  padding: 0 1.5rem;
}

/* 専門職 */
#pharmacistlist div.img {
  text-align: center;
}

#pharmacistlist div.img img {
  width: 200px;
  height: 200px;
}

#pharmacistlist .flex_wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

#pharmacistlist .flex_wrapper .flex_3item,
#pharmacistlist .flex_wrapper .flex_4item {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 990px) {
  #pharmacistlist .flex_wrapper .flex_3item,
  #pharmacistlist .flex_wrapper .flex_4item {
    margin-left: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  #pharmacistlist .flex_wrapper .flex_3item:nth-child(1),
  #pharmacistlist .flex_wrapper .flex_4item:nth-child(1) {
    margin-left: 0;
  }
}

#pharmacistlist .flex_wrapper .flex_3item h4,
#pharmacistlist .flex_wrapper .flex_4item h4 {
  color: #34B6AC;
  font-size: 20px;
  text-align: center;
  margin: 1rem auto;
  letter-spacing: 0.1em;
}

/* 流れ */
#pharmacistflow .flex_wrapper {
  margin-top: 3rem;
}

#pharmacistflow .flex_3item dl {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  color: #666666;
}

@media screen and (max-width: 989px) {
  #pharmacistflow .flex_3item dl {
    margin-bottom: 2rem;
  }
}

#pharmacistflow .flex_3item dl dt {
  padding: 2rem 0;
  font-size: 20px;
  text-align: center;
  background-color: #EFF3F6;
  font-weight: bold;
  position: relative;
}

#pharmacistflow .flex_3item dl dd {
  padding: 1rem 2rem;
  text-align: left;
}

@media screen and (min-width: 990px) {
  #pharmacistflow .flex_3item dl:after {
    position: absolute;
    top: 20px;
    right: -26px;
    content: "";
    width: 0;
    height: 0;
    z-index: 10;
    border-style: solid;
    border-width: 26px 0 26px 25px;
    border-color: transparent transparent transparent #34B6AC;
  }
}

@media screen and (max-width: 989px) {
  #pharmacistflow .flex_3item dl:after {
    position: absolute;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -24px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 26px 0 26px;
    border-color: #34B6AC transparent transparent transparent;
  }
}

#pharmacistflow .flex_3item:nth-child(3) dl:after {
  display: none;
}

/*---------------------------------------------
	お薬の副作用
---------------------------------------------*/
/* 注意事項 */
#effectdl dl {
  width: 100%;
  margin: 1rem auto;
  border-radius: 20px;
  border: 2px solid #FF577F;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 990px) {
  #effectdl dl {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 989px) {
  #effectdl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#effectdl dl dt {
  color: #FF577F;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 990px) {
  #effectdl dl dt {
    width: 30%;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 989px) {
  #effectdl dl dt {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 990px) {
  #effectdl dl dd {
    width: 68%;
  }
}

#effectlist > .column_1_wrapper {
  margin-top: 3rem;
}

#effectlist .flex_wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#effectlist .flex_3item {
  background-color: #EFF3F6;
  border-radius: 20px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}

#effectlist .flex_3item:nth-child(3n-1),
#effectlist .flex_3item:nth-child(3n-2) {
  margin-right: 1rem;
}

#effectlist .flex_3item h4 {
  background-color: #FFFFFF;
  margin-bottom: 1rem;
  border-radius: 20px;
  color: #34B6AC;
  font-size: 20px;
}

@media screen and (min-width: 990px) {
  #effectlist .flex_3item h4 {
    height: 150px;
    text-align: left;
  }
}

@media screen and (max-width: 989px) {
  #effectlist .flex_3item h4 {
    height: 200px;
    text-align: right;
  }
}

#effectlist .flex_3item h4 span {
  padding-top: 4rem;
  display: block;
}

@media screen and (min-width: 990px) {
  #effectlist .flex_3item h4 span {
    padding-left: 10.5rem;
  }
}

@media screen and (max-width: 989px) {
  #effectlist .flex_3item h4 span {
    padding-top: 1rem;
    padding-right: 1rem;
  }
}

#effectlist .flex_3item h4 span.drop {
  padding-top: 3rem;
}

#effectlist .flex_3item h4 span.drop2 {
  padding-top: 2rem;
}

#effectlist .flex_3item h4.effect01 {
  background-image: url(../img/service/effects/bg_effect_01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect02 {
  background-image: url(../img/service/effects/bg_effect_02.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect03 {
  background-image: url(../img/service/effects/bg_effect_03.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect04 {
  background-image: url(../img/service/effects/bg_effect_04.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect05 {
  background-image: url(../img/service/effects/bg_effect_05.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect06 {
  background-image: url(../img/service/effects/bg_effect_06.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect07 {
  background-image: url(../img/service/effects/bg_effect_07.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#effectlist .flex_3item h4.effect08 {
  background-image: url(../img/service/effects/bg_effect_08.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

/*---------------------------------------------
	在宅医療
---------------------------------------------*/
#homelist .flex_3item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

#homelist .list {
  width: 100%;
  background-color: #EFF3F6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
}

#homelist .list h4 {
  width: 100%;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #34B6AC;
  padding-bottom: 1rem;
  border-bottom: 1px solid #34B6AC;
  margin-bottom: 1.5rem;
}

#hometarget .target {
  width: 100%;
}

#hometarget .target h4 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #34B6AC;
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  padding: 1.5rem 2.5rem;
  border-radius: 20px 20px 0 0;
  margin: 0;
}

#hometarget .target ul {
  width: 100%;
  background-color: #EFF3F6;
  border-radius: 0 0 20px 20px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
}

#hometarget .target ul li {
  padding: 1rem 0 1rem 1rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
}

#hometarget .target ul li:nth-child(3) {
  border: none;
}

#hometarget .target ul li:before {
  content: "●";
  color: #34B6AC;
  margin-left: -1rem;
  display: inline-block;
}

/*---------------------------------------------
	お渡しの流れ
---------------------------------------------*/
/* 注意事項 */
#flowdl dl {
  width: 100%;
  margin: 1rem auto;
  border-radius: 20px;
  border: 2px solid #34B6AC;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 990px) {
  #flowdl dl {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 989px) {
  #flowdl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#flowdl dl dt {
  color: #34B6AC;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 990px) {
  #flowdl dl dt {
    width: 30%;
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 990px) {
  #flowdl dl dd {
    width: 68%;
  }
}

/* 流れ */
#medflow .arrow img {
  width: 76px;
  margin: 0 auto 2rem auto;
}

@media screen and (min-width: 990px) {
  #medflow .img {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#medflow dl {
  background-color: #EFF3F6;
}

@media screen and (min-width: 990px) {
  #medflow dl {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#medflow dl dt {
  width: 100%;
  background-color: #34B6AC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.11111rem;
}

#medflow dl dt span {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  margin-left: 0.5rem;
  font-size: 16px;
  font-size: 0.88889rem;
}

#medflow dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 3rem;
}

#medflow dl dd .red {
  color: #ff0000;
}

.balloon1 {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  color: #555;
  font-size: 16px;
  background: #F5F3F0;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1rem;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F5F3F0;
}

.talkbox p strong {
  font-weight: bold;
  color: #34B6AC;
  text-align: left;
}

.talkbox p {
  padding: 1rem 2rem;
  text-align: left;
}

img.human {
  width: 200px;
  margin: 0 auto;
}

.borderlist h3 {
  margin: 1rem 0;
  color: #34B6AC;
}

.borderlist ul {
  border-top: 1px solid #34B6AC;
  border-bottom: 1px solid #34B6AC;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*---------------------------------------------
	ジェンリック医薬品
---------------------------------------------*/
.genericimg {
  text-align: center;
}

.genericimg img {
  margin-top: -5rem;
}

@media screen and (max-width: 989px) {
  .genericimg img {
    margin: -2rem auto 0 auto;
    width: 80%;
  }
}

/*---------------------------------------------
	4つの理念
---------------------------------------------*/
.conceptcatch .img img {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .conceptcatch .img img {
    max-width: 600px;
  }
}

.conceptnum {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.conceptnum .flex_half.txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 0;
  position: relative;
}

@media screen and (min-width: 990px) {
  .conceptnum .flex_half.txt {
    max-width: 600px;
  }
}

@media screen and (max-width: 989px) {
  .conceptnum .flex_half.txt {
    padding: 2rem 2rem;
  }
}

.conceptnum .bg_r1 {
  background-image: url(../img/concept/img_concept_r1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50%;
}

@media screen and (max-width: 989px) {
  .conceptnum .bg_r1 {
    background-position: right 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.conceptnum .bg_r2 {
  background-image: url(../img/concept/img_concept_r2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50%;
}

@media screen and (max-width: 989px) {
  .conceptnum .bg_r2 {
    background-position: right 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.conceptnum .bg_l1 {
  background-image: url(../img/concept/img_concept_l1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50%;
}

@media screen and (max-width: 989px) {
  .conceptnum .bg_l1 {
    background-position: left 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.conceptnum .bg_l2 {
  background-image: url(../img/concept/img_concept_l2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50%;
}

@media screen and (max-width: 989px) {
  .conceptnum .bg_l2 {
    background-position: left 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.conceptnum h2 {
  color: #F8F8D8;
  font-size: 50px;
  font-size: 2.77778rem;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 0.7em;
  padding-left: 6rem;
  text-align: left;
}

@media screen and (max-width: 989px) {
  .conceptnum h2 {
    font-size: 30px;
    font-size: 1.66667rem;
    padding-left: 4.5rem;
  }
}

.conceptnum h2 span {
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.33333rem;
}

@media screen and (max-width: 989px) {
  .conceptnum h2 span {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.conceptnum p {
  color: #FFFFFF;
  text-align: left;
  margin: 3rem 0 0 0;
}

@media screen and (max-width: 989px) {
  .conceptnum p {
    margin: 1.5rem 0 0 0;
  }
}

.conceptnum .num1 h2:before {
  content: "01";
  color: #FFFFFF;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .conceptnum .num1 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.conceptnum .num2 h2:before {
  content: "02";
  color: #FFFFFF;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .conceptnum .num2 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.conceptnum .num3 h2:before {
  content: "03";
  color: #FFFFFF;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .conceptnum .num3 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.conceptnum .num4 h2:before {
  content: "04";
  color: #FFFFFF;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .conceptnum .num4 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

/*---------------------------------------------
	新型コロナ
---------------------------------------------*/
.covidblock {
  background-color: #E8F5FD;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 990px) {
  .covidblock {
    padding: 3rem 3rem;
  }
}

@media screen and (max-width: 989px) {
  .covidblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

.covidblock .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 990px) {
  .covidblock .left {
    width: 75%;
    padding-right: 4rem;
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 989px) {
  .covidblock .left {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 990px) {
  .covidblock .right {
    width: 20%;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 989px) {
  .covidblock .right {
    width: 100%;
  }
}

.covidblock .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.covidblock .flex .flex_4item {
  text-align: center;
}

@media screen and (max-width: 989px) {
  .covidblock .flex .flex_4item {
    width: 48%;
  }
}

.covidblock .flex .flex_4item p {
  text-align: center;
}

.covidblock .flex .flex_4item img {
  width: 150px;
}

@media screen and (max-width: 989px) {
  .covidblock .flex .flex_4item img {
    width: 120px;
  }
}

.covidblock .bdr {
  background-color: #FFFFFF;
  color: #00A3D8;
  padding: 0.5rem  0;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  margin: 2rem auto;
}

@media screen and (max-width: 989px) {
  .covidblock .bdr {
    text-align: left;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;
  }
}

.covidpr h3 {
  text-align: center;
  margin: 1rem auto;
}

/*---------------------------------------------
	新たな取組
---------------------------------------------*/
.newnum {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newnum .flex_half.txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 0;
  position: relative;
}

@media screen and (min-width: 990px) {
  .newnum .flex_half.txt {
    max-width: 600px;
  }
}

@media screen and (max-width: 989px) {
  .newnum .flex_half.txt {
    padding: 2rem 2rem;
  }
}

.newnum .bg_r1 {
  background-image: url(../img/concept/new/img_new_r1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50%;
}

@media screen and (max-width: 989px) {
  .newnum .bg_r1 {
    background-position: right 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.newnum .bg_r2 {
  background-image: url(../img/concept/new/img_new_r2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50%;
}

@media screen and (max-width: 989px) {
  .newnum .bg_r2 {
    background-position: right 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.newnum .bg_l1 {
  background-image: url(../img/concept/new/img_new_l1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50%;
}

@media screen and (max-width: 989px) {
  .newnum .bg_l1 {
    background-position: left 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.newnum .bg_l2 {
  background-image: url(../img/concept/new/img_new_l2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50%;
}

@media screen and (max-width: 989px) {
  .newnum .bg_l2 {
    background-position: left 50%;
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.newnum h2 {
  color: #FF577F;
  font-size: 50px;
  font-size: 2.77778rem;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 0.7em;
  padding-left: 6rem;
  text-align: left;
}

@media screen and (max-width: 989px) {
  .newnum h2 {
    font-size: 24px;
    font-size: 1.33333rem;
    padding-left: 4.5rem;
    line-height: 1em;
  }
}

.newnum h2 span {
  color: #666666;
  font-size: 24px;
  font-size: 1.33333rem;
}

@media screen and (max-width: 989px) {
  .newnum h2 span {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.newnum p {
  color: #666666;
  text-align: left;
  margin: 2rem 0 0 0;
}

@media screen and (max-width: 989px) {
  .newnum p {
    margin: 1.5rem 0 0 0;
  }
}

.newnum .num1 h2:before {
  content: "01";
  color: #FF577F;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FF577F;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .newnum .num1 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.newnum .num2 h2:before {
  content: "02";
  color: #FF577F;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FF577F;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .newnum .num2 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.newnum .num3 h2:before {
  content: "03";
  color: #FF577F;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FF577F;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .newnum .num3 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.newnum .num4 h2:before {
  content: "04";
  color: #FF577F;
  padding: 1.4rem 0.9rem;
  border: 1px solid #FF577F;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 989px) {
  .newnum .num4 h2:before {
    padding: 0.9rem 0.9rem;
  }
}

.newnum .applist {
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 989px) {
  .newnum .applist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newnum .applist h4 {
  width: calc( 100% - 70%);
  color: #34B6AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 989px) {
  .newnum .applist h4 {
    width: 100%;
  }
}

.newnum .applist ul {
  width: calc( 100% - 35%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 989px) {
  .newnum .applist ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.newnum .applist ul li {
  width: 100px;
  margin-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newnum .btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 989px) {
  .newnum .btnlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newnum .btnlist h4 {
  width: calc( 100% - 70%);
  color: #34B6AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 989px) {
  .newnum .btnlist h4 {
    width: 100%;
  }
}

.newnum .btnlist div {
  width: calc( 100% - 35%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 989px) {
  .newnum .btnlist div {
    width: 100%;
  }
}

.newnum .btnlist a {
  margin-right: 1rem;
  padding: 0.6rem 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 989px) {
  .newnum .btnlist a {
    width: 70%;
    margin: 0.2rem auto 0.5rem auto;
  }
}

/*---------------------------------------------
	会社概要
---------------------------------------------*/
.pinklarge {
  color: #FF577F;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: bold;
}

.companytable {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem auto;
}

.companytable th {
  text-align: center;
}

.companytable td {
  text-align: left;
}

.companytable th,
.companytable td {
  padding: 1rem 2rem;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.companytable th {
  background: #FF577F;
  color: #FFFFFF;
}

@media screen and (max-width: 989px) {
  .companytable {
    width: 100%;
  }
  .companytable th,
  .companytable td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .companytable tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.history {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  .history {
    -webkit-box-pack: unsafe;
        -ms-flex-pack: unsafe;
            justify-content: unsafe;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history dt {
  color: #FF577F;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: left;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  .history dt {
    width: 100%;
  }
}

.history dt:before {
  content: "●";
  color: #FF577F;
  padding-right: 1rem;
  display: inline-block;
}

.history dd {
  padding: 1rem 2rem;
  text-align: left;
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  .history dd {
    width: 100%;
  }
}

/*---------------------------------------------
 **  採用情報
---------------------------------------------*/
.recruittable {
  width: 100%;
  margin: 2rem auto;
  border-radius: 10px;
}

.recruittable tr:first-child th {
  border-radius: 10px 0 0 0;
}

.recruittable tr:first-child td {
  border-radius: 0 10px 0 0;
}

.recruittable tr:last-child th {
  border-radius: 0 0 0 10px;
}

.recruittable tr:last-child td {
  border-radius: 0 0 10px 0;
}

.recruittable th {
  text-align: center;
  width: 30%;
  border-right: solid 1px #ccc;
}

.recruittable td {
  text-align: left;
}

.recruittable th,
.recruittable td {
  padding: 1rem 2rem;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  .recruittable th,
  .recruittable td {
    padding: 1rem;
  }
}

.recruittable th {
  background: #34B6AC;
  color: #FFFFFF;
}

@media screen and (max-width: 989px) {
  .companytable {
    width: 100%;
  }
  .companytable th,
  .companytable td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .companytable tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.recruitaddress {
  background-color: #FFEAEF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 2rem;
}

@media screen and (max-width: 989px) {
  .recruitaddress {
    padding: 1rem 2rem 2rem 2rem;
  }
}

.recruitaddress dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 989px) {
  .recruitaddress dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruitaddress dl dt {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #FF577F;
  text-align: center;
  width: 150px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitaddress dl dd {
  text-align: left;
  font-size: 20px;
  font-size: 1.11111rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*---------------------------------------------
 **  店舗一覧
---------------------------------------------*/
.archive_s .flex_3item img {
  border-radius: 10px 10px 0 0;
}

.archive_s .flex_3item a {
  text-decoration: none;
}

.archive_s .flex_3item .txt {
  background-color: #EFF3F6;
  border-radius: 0 0 10px 10px;
  margin-top: -0.5rem;
}

.archive_s .flex_3item .txt h3 {
  text-align: center;
  color: #34B6AC;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.5rem 0;
  background-image: url(../img/common/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.archive_s .flex_3item .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}

.archive_s .flex_3item .txt dt {
  border: 1px solid #FF577F;
  text-align: center;
  padding: 0.2rem 0.5rem;
  color: #34B6AC;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive_s .flex_3item .txt dd {
  color: #34B6AC;
}

/*---------------------------------------------
 **  店舗紹介
---------------------------------------------*/
.shopinfo dl {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 989px) {
  .shopinfo dl.address {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 989px) {
  .shopinfo dl.holiday ul.flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.shopinfo dl dt {
  padding: 0.5rem 1rem;
  background-color: #FF577F;
  color: #FFFFFF;
  border-radius: 50px;
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopinfo dl dd {
  margin-left: 1rem;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: bold;
  color: #FF577F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shopinfo dl dd a {
  text-decoration: none;
}

.shopinfo dl dd span {
  font-size: 18px;
  font-size: 1rem;
}

.shopinfo dl.address dd,
.shopinfo dl.time dd,
.shopinfo dl.holiday dd {
  font-size: 24px;
  font-size: 1.33333rem;
  color: #666666;
}

@media screen and (max-width: 989px) {
  .shopinfo dl.address dd,
  .shopinfo dl.time dd,
  .shopinfo dl.holiday dd {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.shopinfo dl.tel dd {
  font-size: 30px;
  font-size: 1.66667rem;
}

.shopinfo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

@media screen and (max-width: 989px) {
  .shopinfo .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shopinfo .flex li:after {
  content: "／";
  display: inline-block;
  padding: 0 1rem;
}

.shopinfo .flex li:last-child:after {
  display: none;
}

.shopinfo .flex li {
  color: #666666;
  font-size: 20px;
  font-size: 1.11111rem;
}

.shopinfo p.shopcomment {
  padding: 1rem 2rem;
}

.shoplistbox .flex_3item {
  border: 1px solid #34B6AC;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
}

@media screen and (min-width: 990px) {
  .shoplistbox .flex_3item {
    width: 32%;
  }
}

@media screen and (max-width: 989px) {
  .shoplistbox .flex_3item {
    width: 100%;
  }
}

.shoplistbox .shoplistbox1col {
  border: 1px solid #34B6AC;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
  width: 100%;
}

.shoplistbox h3 {
  background-color: #34B6AC;
  color: #FFFFFF;
  text-align: left;
  text-indent: 2rem;
  border-radius: 10px 10px 0 0;
  padding: 1rem 0;
}

.shoplistbox ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 989px) {
  .shoplistbox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shoplistbox ul li {
  padding: 0.5rem 0;
  text-align: left;
  font-size: 18px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
}

.shoplistbox ul li:before {
  content: "●";
  display: inline-block;
  color: #34B6AC;
  padding-right: 0.5rem;
}

.shoplistbox ul.shoppaylist {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 989px) {
  .shoplistbox ul.shoppaylist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shoplistbox ul.shoppaylist li {
  padding: 0.5rem 0;
  text-align: left;
  font-size: 18px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
}

.shoplistbox ul.shoppaylist li:before {
  content: "●";
  display: inline-block;
  color: #34B6AC;
  padding-right: 0.5rem;
}

.shopnews {
  margin: 0 auto 2rem auto;
}

.shopnews h3 {
  color: #FFFFFF;
  background-color: #FF577F;
}

.shopnews dl {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding: 0.5rem 2rem;
  margin-bottom: 0.2rem;
}

.shopnews dl dt {
  background-color: unset;
  border-radius: unset;
  color: #666666;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  min-width: 80px;
}

.shopnews dl dt::before {
  content: "●";
  color: #FF577F;
  padding-right: 1rem;
}

.shopnews dl dd {
  color: #666666;
  font-size: 18px;
  font-size: 1rem;
  text-decoration: underline;
  text-align: left;
  width: 80%;
  padding-left: 1rem;
}

.shopnews dl:last-child {
  border-radius: 0 0 10px 10px;
}

/*---------------------------------------------
 **  お問い合わせフォーム
---------------------------------------------*/
#mailform input[type="submit"] {
  border: none;
  cursor: pointer;
  max-width: 32rem;
  width: 100%;
  margin-top: 2rem !important;
}

#mailform {
  width: 90%;
  margin: 2rem auto;
}

#mailform .tac input {
  margin: 2rem auto;
}

.contact-form, .contact-tel {
  max-width: 100%;
  margin: 0 auto;
  padding: 6rem 8rem 2rem;
  -webkit-box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
  border-radius: 8px;
}

@media screen and (max-width: 989px) {
  .contact-form, .contact-tel {
    padding: 6% 5%;
    width: 100%;
  }
}

.contact-form dl, .contact-tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  padding-bottom: 2.7rem;
  margin-bottom: 1.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #eee;
}

.contact-form dl dt, .contact-tel dl dt {
  font-size: 2rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #01001A;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form dl dt span, .contact-tel dl dt span {
  display: inline-block;
  background: #FF577F;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 0 1.0rem .2rem;
  margin-left: 1rem;
  border-radius: 4px;
}

.contact-form dl dd.flex, .contact-tel dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form dl dd.flex span, .contact-tel dl dd.flex span {
  width: 48% !important;
}

.contact-form dl dd.flex input, .contact-tel dl dd.flex input, .contact-form dl dd.flex select, .contact-tel dl dd.flex select {
  width: 100% !important;
}

.contact-form dl dd input, .contact-tel dl dd input,
.contact-form dl dd textarea,
.contact-tel dl dd textarea,
.contact-form dl dd select,
.contact-tel dl dd select {
  width: 100%;
  padding: 1.2rem 1.3rem 1.1rem;
  font-size: 1.6rem;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

.contact-form dl dd input::-webkit-input-placeholder, .contact-tel dl dd input::-webkit-input-placeholder {
  color: #CCC;
}

.contact-form dl dd input:-ms-input-placeholder, .contact-tel dl dd input:-ms-input-placeholder {
  color: #CCC;
}

.contact-form dl dd input::-ms-input-placeholder, .contact-tel dl dd input::-ms-input-placeholder {
  color: #CCC;
}

.contact-form dl dd input::placeholder, .contact-tel dl dd input::placeholder {
  color: #CCC;
}

.contact-form dl dd .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-170, .contact-tel dl dd .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-170 {
  width: 150px;
}

.contact-form .wpcf7-not-valid-tip, .contact-tel .wpcf7-not-valid-tip {
  padding: 0.5rem 0 0 0.5rem;
}

.contact-form input[type="radio"], .contact-tel input[type="radio"] {
  width: unset;
}

.contact-form label, .contact-tel label {
  cursor: pointer;
}

.contact-form input:checked + span, .contact-tel input:checked + span {
  color: #487cff;
  font-weight: bold;
}

.contact-form .clinic-open input, .contact-tel .clinic-open input {
  max-width: 20rem;
}

.contact-tel {
  padding: 4rem 8rem 4rem;
}
/*# sourceMappingURL=style.css.map */