@charset "UTF-8";
/*============================================================
	Reset
============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*============================================================
	Common
============================================================*/
html,
body {
  width: 100%;
}
@media only screen and (max-width: 779px) {
  html,
  body {
    height: 100%;
    min-height: 100vh;
  }
}

html {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 779px) {
  html {
    font-size: 7.7vw;
    -webkit-text-size-adjust: 100%;
  }
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 780px) and (max-width: 1920px) {
  html {
    font-size: 1vw;
  }
}

body {
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -moz-animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

header,
main,
section,
footer {
  width: 100%;
}

header, footer {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  min-height: 1px;
}

@media only screen and (max-width: 779px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 780px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 85.41%;
  max-width: 1640px;
  margin: auto;
}
@media only screen and (max-width: 779px) {
  .inner {
    width: 92.3%;
    max-width: 184.61538vw;
  }
}

.container {
  width: 83.17%;
  max-width: 1364px;
  margin: auto;
}
@media only screen and (max-width: 779px) {
  .container {
    width: 86%;
    max-width: 158.97436vw;
  }
}

@keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* headings
------------------------------*/
/*============================================================
	Layout
============================================================*/
/* header
------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 779px) {
  header .inner {
    width: 100%;
    max-width: 200vw;
  }
}
header .inner a {
  display: block;
  width: 15.85366vw;
}
@media only screen and (max-width: 779px) {
  header .inner a {
    width: 38.46154vw;
  }
}

/* mv
------------------------------*/
#mv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 46.875vw;
  background: url("../img/mv_pc.png") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (max-width: 779px) {
  #mv {
    height: 153.84615vw;
    background-image: url("../img/mv_sp.png");
  }
}
#mv strong {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  height: 6.77083vw;
  line-height: 6.77083vw;
  padding-left: 4.16667vw;
  margin-bottom: 1.5625vw;
  font-size: 3.88889rem;
  font-style: italic;
}
@media only screen and (max-width: 779px) {
  #mv strong {
    height: 14.10256vw;
    line-height: 14.10256vw;
    font-size: 1rem;
    margin-bottom: 5.12821vw;
  }
}
#mv strong:first-child {
  width: 49.47917vw;
  position: relative;
}
@media only screen and (max-width: 779px) {
  #mv strong:first-child {
    width: 86.15385vw;
    padding-left: 3.84615vw;
  }
}
#mv strong:first-child::before {
  position: absolute;
  content: "";
  background: url("../img/be_the_best_choice.svg") no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 22.8125vw;
  height: 5.98958vw;
  left: -3.22917vw;
  top: -2.34375vw;
}
@media only screen and (max-width: 779px) {
  #mv strong:first-child::before {
    width: 49.48718vw;
    height: 5.89744vw;
    left: -8.97436vw;
    top: -3.84615vw;
  }
}
#mv strong:last-child {
  width: 32.03125vw;
}
@media only screen and (max-width: 779px) {
  #mv strong:last-child {
    width: 48.71795vw;
    padding-left: 5.12821vw;
  }
}

/* 薬剤師様の復職・副業をお考えなら
------------------------------*/
#bulb {
  padding: 9.375vw 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 779px) {
  #bulb {
    padding: 10.25641vw 0;
  }
}
#bulb h1 {
  color: #555;
  display: block;
  font-size: 2.22222rem;
}
@media only screen and (max-width: 779px) {
  #bulb h1 {
    font-size: 0.53333rem;
  }
}
#bulb h1 small {
  font-size: 1.66667rem;
  display: block;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 779px) {
  #bulb h1 small {
    font-size: 0.5rem;
    margin-bottom: 3.84615vw;
  }
}
#bulb h1 strong {
  font-size: 2.77778rem;
}
@media only screen and (max-width: 779px) {
  #bulb h1 strong {
    font-size: 0.73333rem;
  }
}
#bulb h1 strong em {
  position: relative;
}
#bulb h1 strong em::after {
  position: absolute;
  content: "";
  background: #555;
  width: 0.52083vw;
  height: 0.52083vw;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -0.52083vw;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 779px) {
  #bulb h1 strong em::after {
    width: 1.28205vw;
    height: 1.28205vw;
    bottom: -1.28205vw;
  }
}
#bulb figure {
  margin-top: 2.08333vw;
  width: 11.97917vw;
}
@media only screen and (max-width: 779px) {
  #bulb figure {
    margin-top: 6.41026vw;
    width: 28.84615vw;
  }
}

/* 派遣という選択肢があります
------------------------------*/
#choice {
  background: #DAEBF3;
  padding: 10.41667vw 0;
}
#choice .inner .container {
  text-align: center;
}
#choice .inner .container ul {
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (min-width: 780px) {
  #choice .inner .container ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 8.07292vw;
  }
}
@media only screen and (max-width: 779px) {
  #choice .inner .container ul {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#choice .inner .container ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  width: 32.8125vw;
  padding: 2.86458vw 0 1.5625vw;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container ul li {
    width: 100%;
    height: 62.82051vw;
    padding: 6.41026vw 0 3.84615vw;
    margin-bottom: 7.69231vw;
  }
}
#choice .inner .container ul li p {
  color: #555;
  font-size: 2.22222rem;
  line-height: 1.5;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container ul li p {
    font-size: 0.6rem;
  }
}
#choice .inner .container ul li:first-child figure {
  width: 29.79167vw;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container ul li:first-child figure {
    width: 72.05128vw;
  }
}
#choice .inner .container ul li:last-child figure {
  width: 30.83333vw;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container ul li:last-child figure {
    width: 74.61538vw;
  }
}
#choice .inner .container h2 {
  font-weight: 600;
  font-size: 2.22222rem;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container h2 {
    font-size: 0.56667rem;
    margin-bottom: 7.69231vw;
  }
}
#choice .inner .container h2 span {
  position: relative;
}
#choice .inner .container h2 span::after {
  position: absolute;
  content: "";
  bottom: -0.78125vw;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105%;
  height: 1px;
  background: #333;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container h2 span::after {
    bottom: -1.28205vw;
  }
}
#choice .inner .container h2 strong {
  font-size: 2.77778rem;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container h2 strong {
    font-size: 0.73333rem;
  }
}
#choice .inner .container > p {
  line-height: 1.8;
}
@media only screen and (max-width: 779px) {
  #choice .inner .container > p {
    font-size: 0.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}

/* オススメするサイトは
------------------------------*/
#recommend {
  height: 62.5vw;
  background: url("../img/recommend_pc.jpg") no-repeat center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 779px) {
  #recommend {
    height: 76.92308vw;
    background-image: url("../img/recommend_sp.jpg");
  }
}
#recommend .inner {
  height: 100%;
}
#recommend .inner .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#recommend .inner .container h2 {
  font-weight: 600;
  font-size: 2.22222rem;
}
@media only screen and (max-width: 779px) {
  #recommend .inner .container h2 {
    font-size: 0.33333rem;
  }
}
#recommend .inner .container h2 strong {
  display: block;
  font-size: 4.44444rem;
  margin: 3.125vw 0;
}
@media only screen and (max-width: 779px) {
  #recommend .inner .container h2 strong {
    font-size: 0.73333rem;
    margin: 3.84615vw 0;
  }
}
#recommend .inner .container h2 big {
  font-size: 2.77778rem;
}
@media only screen and (max-width: 779px) {
  #recommend .inner .container h2 big {
    font-size: 0.43333rem;
  }
}

/* 登録はこちら
------------------------------*/
.registration {
  padding: 5.20833vw 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 779px) {
  .registration {
    padding: 6.41026vw 0 15.38462vw;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 780px) {
  .registration p {
    font-size: 2.77778rem;
    padding-right: 5.72917vw;
    margin-right: 5.72917vw;
    position: relative;
  }
  .registration p::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.34375vw;
    height: 1.14583vw;
    background: url("../img/arrow.svg") no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@media only screen and (max-width: 779px) {
  .registration p {
    font-size: 0.56667rem;
    margin-bottom: 3.84615vw;
  }
}
.registration a {
  display: block;
  width: 18.22917vw;
}
@media only screen and (max-width: 779px) {
  .registration a {
    width: 79.48718vw;
  }
}

/* ファル・メイトとは？
------------------------------*/
#definition {
  padding: 9.89583vw 0 5.20833vw;
  color: #777;
  position: relative;
}
#definition::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F1ECE1;
  z-index: -3;
}
@media only screen and (max-width: 779px) {
  #definition {
    padding: 15.38462vw 0 0;
  }
}
@media print, screen and (min-width: 780px) {
  #definition .inner {
    padding: 0 9.63542vw;
  }
}
#definition .inner dl {
  padding: 0 11.97917vw;
  margin-bottom: 7.29167vw;
  position: relative;
}
@media only screen and (max-width: 779px) {
  #definition .inner dl {
    padding: 0 6.41026vw;
    margin-bottom: 15.38462vw;
  }
}
#definition .inner dl::before {
  position: absolute;
  content: "";
  background: url("../img/whats_phar_mate.svg") no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 21.32813vw;
  height: 4.42708vw;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  left: 3.64583vw;
  top: -2.96875vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner dl::before {
    width: 40.4359vw;
    height: 6.79487vw;
    left: -2.5641vw;
    top: -7.69231vw;
  }
}
#definition .inner dl dt {
  font-size: 2.77778rem;
  font-weight: 600;
  margin-bottom: 2.60417vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner dl dt {
    font-size: 0.66667rem;
    margin-bottom: 7.69231vw;
  }
}
#definition .inner dl dd {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 1.66667rem;
  line-height: 1.66;
}
@media only screen and (max-width: 779px) {
  #definition .inner dl dd {
    font-size: 0.5rem;
    line-height: 1.73;
  }
}
#definition .inner .great {
  width: 56.77083vw;
  margin: 0 auto;
  padding: 5.20833vw 7.29167vw;
  position: relative;
}
#definition .inner .great::before, #definition .inner .great::after {
  position: absolute;
  content: "";
}
#definition .inner .great::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -moz-border-radius: 54px;
  -webkit-border-radius: 54px;
  border-radius: 54px;
  z-index: -2;
}
#definition .inner .great::after {
  background: url("../img/illust-03.svg") no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 12.60417vw;
  height: 16.77083vw;
  left: -7.55208vw;
  bottom: -1.04167vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner .great::after {
    width: 21.28205vw;
    height: 31.53846vw;
    left: 0;
    bottom: -20.51282vw;
  }
}
@media only screen and (max-width: 779px) {
  #definition .inner .great {
    width: 84.61538vw;
    padding: 10.25641vw;
  }
}
#definition .inner .great h2 {
  position: absolute;
  font-weight: 600;
  font-size: 2.22222rem;
  left: 7.29167vw;
  top: -1.04167vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner .great h2 {
    font-size: 0.66667rem;
    left: 0;
    top: -2.5641vw;
  }
}
#definition .inner .great p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.66667rem;
  line-height: 1.66;
}
@media only screen and (max-width: 779px) {
  #definition .inner .great p {
    font-size: 0.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
}
#definition .inner .great p strong {
  font-weight: 700;
}
#definition .inner .great p em {
  display: inline;
  position: relative;
}
#definition .inner .great p em::after {
  position: absolute;
  content: "";
  background: #F2E73D;
  width: 105%;
  height: 0.78125vw;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 779px) {
  #definition .inner .great p em::after {
    height: 2.5641vw;
  }
}
#definition .inner ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 9.89583vw 0 5.20833vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul {
    margin: 28.20513vw 0 6.41026vw;
  }
}
#definition .inner ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 18.22917vw;
  height: 18.22917vw;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul li {
    width: 27.4359vw;
    height: 27.4359vw;
  }
}
#definition .inner ul li p {
  font-size: 2.77778rem;
  text-align: center;
  padding-top: 3.64583vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul li p {
    font-size: 0.5rem;
    padding-top: 5.12821vw;
  }
}
#definition .inner ul li:first-child figure {
  width: 4.47917vw;
  margin-top: 2.08333vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul li:first-child figure {
    width: 6.66667vw;
    margin-top: 3.33333vw;
  }
}
#definition .inner ul li:nth-child(2) figure {
  width: 7.13542vw;
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul li:nth-child(2) figure {
    width: 10.76923vw;
    margin-top: 2.30769vw;
  }
}
#definition .inner ul li:last-child p {
  padding-top: 3.125vw;
  font-size: 2.5rem;
  line-height: 1.22;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul li:last-child p {
    font-size: 0.43333rem;
    padding-top: 4.61538vw;
  }
}
#definition .inner ul li:last-child figure {
  width: 7.03125vw;
  margin-top: 0.52083vw;
}
@media only screen and (max-width: 779px) {
  #definition .inner ul li:last-child figure {
    width: 10.51282vw;
    margin-top: 1.53846vw;
  }
}

/* ご利用の流れ
------------------------------*/
#flow {
  padding: 10.41667vw 0;
}
@media only screen and (max-width: 779px) {
  #flow {
    padding: 15.38462vw 0;
  }
}
#flow .inner h2 {
  text-align: center;
  font-size: 2.77778rem;
}
@media only screen and (max-width: 779px) {
  #flow .inner h2 {
    font-size: 0.66667rem;
  }
}
#flow .inner small {
  text-align: center;
  margin-top: 1.5625vw;
  display: block;
  margin-bottom: 5.20833vw;
  font-size: 0.88889rem;
}
@media only screen and (max-width: 779px) {
  #flow .inner small {
    margin-bottom: 7.69231vw;
    margin-top: 2.5641vw;
    font-size: 0.4rem;
  }
}
#flow .inner ol {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  counter-reset: flow;
}
#flow .inner ol li {
  width: 19.79167vw;
  height: 32.8125vw;
  border: solid 5px #00577C;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li {
    width: 44.87179vw;
    height: 89.74359vw;
  }
}
#flow .inner ol li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.35417vw 6.35417vw 0 0;
  border-color: #00577C transparent transparent transparent;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li::before {
    border-width: 15.12821vw 15.12821vw 0 0;
  }
}
#flow .inner ol li::after {
  position: absolute;
  counter-increment: flow;
  content: counter(flow,decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2.22222rem;
  top: 0.52083vw;
  left: 0.52083vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li::after {
    font-size: 0.63333rem;
    top: 1.28205vw;
    left: 1.28205vw;
  }
}
#flow .inner ol li h3 {
  text-align: center;
  font-size: 1.94444rem;
  line-height: 1.28;
  margin-top: 3.125vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li h3 {
    font-size: 0.63333rem;
    margin-top: 10.25641vw;
  }
}
#flow .inner ol li p {
  position: absolute;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  width: 16.66667vw;
  font-size: 1.38889rem;
  line-height: 1.72;
  top: 18.75vw;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li p {
    width: 37.17949vw;
    font-size: 0.46667rem;
    line-height: 1.64;
    top: 47.4359vw;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:first-child {
    margin-bottom: 5.12821vw;
  }
}
#flow .inner ol li:first-child figure {
  width: 5.57292vw;
  margin-top: 4.6875vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:first-child figure {
    width: 13.33333vw;
    margin-top: 9.23077vw;
  }
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:nth-child(2) {
    margin-bottom: 5.12821vw;
  }
  #flow .inner ol li:nth-child(2) h3 {
    margin-top: 9.23077vw;
  }
}
#flow .inner ol li:nth-child(2) figure {
  width: 7.5vw;
  margin-top: 2.96875vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:nth-child(2) figure {
    width: 17.94872vw;
    margin-top: 7.17949vw;
  }
}
#flow .inner ol li:nth-child(3) h3 {
  margin-top: 4.42708vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:nth-child(3) h3 {
    margin-top: 10.25641vw;
  }
}
#flow .inner ol li:nth-child(3) figure {
  width: 5.07813vw;
  margin-top: 3.85417vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:nth-child(3) figure {
    width: 12.05128vw;
    margin-top: 9.23077vw;
  }
}
#flow .inner ol li:last-child h3 {
  margin-top: 4.42708vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:last-child h3 {
    margin-top: 10.25641vw;
  }
}
#flow .inner ol li:last-child figure {
  width: 5.10417vw;
  margin-top: 3.75vw;
}
@media only screen and (max-width: 779px) {
  #flow .inner ol li:last-child figure {
    width: 12.17949vw;
    margin-top: 9.23077vw;
  }
}

/* お仕事の例
------------------------------*/
#example {
  padding-bottom: 10.41667vw;
}
@media only screen and (max-width: 779px) {
  #example {
    padding-bottom: 15.38462vw;
  }
}
#example .inner {
  background: #DAEBF3;
  padding: 5.20833vw 0;
}
@media only screen and (max-width: 779px) {
  #example .inner {
    padding: 7.69231vw 3.84615vw 12.82051vw;
  }
}
#example .inner h2 {
  text-align: center;
  font-size: 2.77778rem;
}
@media only screen and (max-width: 779px) {
  #example .inner h2 {
    font-size: 0.66667rem;
  }
}
#example .inner small {
  text-align: center;
  margin-top: 1.5625vw;
  display: block;
  margin-bottom: 5.20833vw;
  font-size: 0.88889rem;
}
@media only screen and (max-width: 779px) {
  #example .inner small {
    margin-bottom: 7.69231vw;
    margin-top: 2.5641vw;
    font-size: 0.4rem;
  }
}
#example .inner ul {
  width: 71.09375vw;
  margin: auto;
}
@media only screen and (max-width: 779px) {
  #example .inner ul {
    width: 84.61538vw;
  }
}
#example .inner ul li {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -moz-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 2.60417vw;
}
@media only screen and (max-width: 779px) {
  #example .inner ul li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 7.69231vw;
  }
}
#example .inner ul li:last-child {
  margin-bottom: 0;
  position: relative;
}
#example .inner ul li:last-child small {
  position: absolute;
  font-size: 1.11111rem;
  right: 0;
  bottom: -1.5625vw;
  margin: 0;
}
@media only screen and (max-width: 779px) {
  #example .inner ul li:last-child small {
    font-size: 0.33333rem;
    bottom: -5.12821vw;
  }
}
#example .inner ul li h3 {
  background: #00577C;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  #example .inner ul li h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 57.55208vw;
    height: 5.20833vw;
    line-height: 5.20833vw;
    font-size: 1.83333rem;
    padding-left: 2.60417vw;
  }
}
@media only screen and (max-width: 779px) {
  #example .inner ul li h3 {
    width: 100%;
    font-size: 0.5rem;
    line-height: 1.33;
    padding: 2.5641vw 0 2.5641vw 2.5641vw;
  }
}
#example .inner ul li p {
  background: #fff;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (min-width: 780px) {
  #example .inner ul li p {
    margin-top: 5.20833vw;
    width: 57.55208vw;
    padding-top: 1.30208vw;
    padding-left: 2.60417vw;
  }
}
@media only screen and (max-width: 779px) {
  #example .inner ul li p {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 56.41026vw;
    padding-bottom: 5.12821vw;
    padding-left: 3.84615vw;
  }
}
#example .inner ul li p span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 780px) {
  #example .inner ul li p span {
    font-size: 1.38889rem;
    line-height: 1.6;
    margin-right: 3.125vw;
  }
}
@media only screen and (max-width: 779px) {
  #example .inner ul li p span {
    font-size: 0.43333rem;
    line-height: 1.38;
  }
  #example .inner ul li p span em {
    display: inline-block;
    margin-left: 4.75em;
    text-indent: -4.75em;
  }
}
#example .inner ul li figure {
  width: 13.54167vw;
}
@media only screen and (max-width: 779px) {
  #example .inner ul li figure {
    width: 28.20513vw;
  }
}

/* ファル・メイトを選ぶメリット
------------------------------*/
#merit {
  position: relative;
}
#merit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/memoback.jpg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
@media print, screen and (min-width: 780px) {
  #merit .pic_1 {
    position: absolute;
    left: 0;
    top: 0;
  }
}
#merit .pic_1 figure {
  width: 32.03125vw;
  position: relative;
}
@media only screen and (max-width: 779px) {
  #merit .pic_1 figure {
    width: 64.10256vw;
  }
}
#merit .pic_1 figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #EBF4F9;
  bottom: -2.08333vw;
  right: -2.08333vw;
  z-index: -1;
}
@media only screen and (max-width: 779px) {
  #merit .pic_1 figure::after {
    bottom: -5.12821vw;
    right: -5.12821vw;
  }
}
#merit ol {
  color: #777;
}
#merit ol li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 780px) {
  #merit ol li {
    font-size: 1.83333rem;
    line-height: 1.5;
    height: 5.20833vw;
    margin-top: 4.16667vw;
  }
}
@media only screen and (max-width: 779px) {
  #merit ol li {
    font-size: 0.5rem;
    line-height: 1.6;
    margin-top: 7.69231vw;
    padding-left: 11.53846vw;
  }
}
#merit ol li::before, #merit ol li::after {
  position: absolute;
  width: 5.20833vw;
  height: 5.20833vw;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 779px) {
  #merit ol li::before, #merit ol li::after {
    width: 8.97436vw;
    height: 8.97436vw;
    top: 1.28205vw;
  }
}
#merit ol li::before {
  content: "";
  background: #F1ECE1;
}
#merit ol li::after {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2.77778rem;
  text-align: center;
  line-height: 5.20833vw;
}
@media only screen and (max-width: 779px) {
  #merit ol li::after {
    font-size: 0.56667rem;
    line-height: 8.97436vw;
  }
}
@media print, screen and (min-width: 780px) {
  #merit ol li p {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6.77083vw;
  }
}
#merit ol li p strong {
  font-weight: 700;
}
#merit ol li p em {
  position: relative;
}
#merit ol li p em::before {
  position: absolute;
  content: "";
  width: 105%;
  height: 1.04167vw;
  background: #DAEBF3;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.26042vw;
  z-index: -1;
}
@media only screen and (max-width: 779px) {
  #merit ol li p em::before {
    height: 2.5641vw;
  }
}
#merit .right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 8.33333vw;
}
@media only screen and (max-width: 779px) {
  #merit .right {
    padding-bottom: 7.69231vw;
    padding-top: 12.82051vw;
  }
}
#merit .right h2 {
  width: 63.95833vw;
  height: 6.77083vw;
  line-height: 6.77083vw;
  padding-left: 2.60417vw;
  background: #F1ECE1;
  font-size: 2.77778rem;
  font-style: italic;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 779px) {
  #merit .right h2 {
    width: 82.05128vw;
    height: 15.38462vw;
    line-height: 15.38462vw;
    padding-left: 5.12821vw;
    font-size: 0.66667rem;
  }
}
#merit .right h2::after {
  position: absolute;
  content: "";
  background: url("../img/advantage.svg") no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 13.85417vw;
  height: 5.20833vw;
  bottom: -2.34375vw;
  left: 36.45833vw;
}
@media only screen and (max-width: 779px) {
  #merit .right h2::after {
    width: 27.4359vw;
    height: 10.25641vw;
    bottom: -5.12821vw;
    left: 48.71795vw;
  }
}
#merit .right ol {
  counter-reset: merit1;
}
#merit .right ol li {
  width: 63.95833vw;
}
@media only screen and (max-width: 779px) {
  #merit .right ol li {
    width: 89.74359vw;
  }
}
#merit .right ol li::after {
  counter-increment: merit1;
  content: counter(merit1,decimal-leading-zero);
}
#merit .left {
  position: relative;
  margin-left: 7.29167vw;
  padding-bottom: 15.10417vw;
}
@media only screen and (max-width: 779px) {
  #merit .left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-bottom: 7.69231vw;
  }
}
@media print, screen and (min-width: 780px) {
  #merit .left .pic_2 {
    position: absolute;
    right: 0;
    bottom: 12.5vw;
  }
}
#merit .left .pic_2 figure {
  width: 32.03125vw;
  position: relative;
}
@media only screen and (max-width: 779px) {
  #merit .left .pic_2 figure {
    width: 64.10256vw;
  }
}
#merit .left .pic_2 figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #EBF4F9;
  bottom: -2.08333vw;
  left: -2.08333vw;
  z-index: -1;
}
@media only screen and (max-width: 779px) {
  #merit .left .pic_2 figure::after {
    bottom: -5.12821vw;
    left: -5.12821vw;
  }
}
#merit .left ol {
  counter-reset: merit2 4;
}
@media only screen and (max-width: 779px) {
  #merit .left ol li {
    width: 89.74359vw;
  }
}
#merit .left ol li::after {
  counter-increment: merit2;
  content: counter(merit2,decimal-leading-zero);
}

/* おすすめの薬剤師様
------------------------------*/
#pharmacist {
  position: relative;
  margin: 10.41667vw 0 12.5vw;
}
#pharmacist h2 {
  width: 42.39583vw;
  height: 6.77083vw;
  line-height: 6.77083vw;
  padding-left: 9.89583vw;
  background: #F1ECE1;
  font-size: 2.77778rem;
  font-style: italic;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 779px) {
  #pharmacist h2 {
    width: 69.23077vw;
    height: 15.38462vw;
    line-height: 15.38462vw;
    padding-left: 11.53846vw;
    font-size: 0.66667rem;
  }
}
#pharmacist h2::after {
  position: absolute;
  content: "";
  background: url("../img/fit_you.svg") no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 9.79167vw;
  height: 4.84375vw;
  bottom: -1.97917vw;
  right: -1.97917vw;
}
@media only screen and (max-width: 779px) {
  #pharmacist h2::after {
    width: 16.66667vw;
    height: 8.20513vw;
    bottom: -1.53846vw;
    right: -10vw;
  }
}
#pharmacist ul {
  color: #777;
  margin-left: 9.89583vw;
  margin-top: 5.20833vw;
}
@media only screen and (max-width: 779px) {
  #pharmacist ul {
    margin-left: 11.53846vw;
    margin-top: 8.97436vw;
  }
}
#pharmacist ul li {
  font-size: 1.66667rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 300;
  line-height: 2.16;
  margin-bottom: .16em;
  margin-left: .5em;
  text-indent: -.5em;
}
@media only screen and (max-width: 779px) {
  #pharmacist ul li {
    font-size: 0.5rem;
    line-height: 1.6;
    margin-bottom: .6em;
  }
}
#pharmacist ul li::before {
  content: "・";
}
#pharmacist ul li strong {
  font-weight: 700;
}
@media print, screen and (min-width: 780px) {
  #pharmacist .pic {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#pharmacist .pic figure {
  width: 37.5vw;
  position: relative;
}
@media only screen and (max-width: 779px) {
  #pharmacist .pic figure {
    width: 64.10256vw;
    margin-top: 7.69231vw;
    margin-left: auto;
  }
}
#pharmacist .pic figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #EBF4F9;
  bottom: -2.08333vw;
  left: -2.08333vw;
  z-index: -1;
}
@media only screen and (max-width: 779px) {
  #pharmacist .pic figure::after {
    bottom: -5.12821vw;
    left: -5.12821vw;
  }
}

/* 人生は自分で選べる
------------------------------*/
#life {
  background: #EBEAEA;
  text-align: center;
  padding: 10.41667vw 0;
}
@media only screen and (max-width: 779px) {
  #life {
    padding: 12.82051vw 0;
  }
}
#life h2 {
  font-size: 3.88889rem;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 4.6875vw;
}
@media only screen and (max-width: 779px) {
  #life h2 {
    font-size: 0.86667rem;
    margin-bottom: 7.69231vw;
  }
}
#life p {
  font-size: 1.94444rem;
  line-height: 1.85;
}
@media only screen and (max-width: 779px) {
  #life p {
    font-size: 0.46667rem;
    line-height: 1.64;
  }
}

/* 下部イラスト & 登録
------------------------------*/
#registration {
  padding: 5.20833vw 0;
}
@media only screen and (max-width: 779px) {
  #registration {
    padding: 7.69231vw 0 2.5641vw;
  }
}
#registration figure {
  width: 74.44444rem;
  margin: 0 auto 5.55556rem;
}
@media only screen and (max-width: 779px) {
  #registration figure {
    width: 94.87179vw;
    margin: 0 auto 7.69231vw;
  }
}

/* footer
------------------------------*/
footer {
  text-align: center;
  background: #F1ECE1;
  color: #777;
  padding: 1.5625vw 0;
  font-size: 1rem;
}
@media only screen and (max-width: 779px) {
  footer {
    padding: 7.69231vw 0;
    font-size: 0.4rem;
  }
}
footer p {
  margin: 0.78125vw 0;
}
@media only screen and (max-width: 779px) {
  footer p {
    margin: 3.84615vw 0;
    line-height: 1.4;
  }
}
