@charset "UTF-8";

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }

  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg);
  }

  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }

  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }

  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg);
  }

  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }

  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.45;
  color: #231815;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 1.3rem;
  margin: 1em 0;
  line-height: 1.65;
}

@media (min-width: 769px) {
  p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

srtong {
  color: #ec6d74;
}

ul li {
  margin: 0 0 1em;
}

.heading-1 {
  height: 4.7rem;
  font-size: 3.33rem;
  padding: 1.5em 0 0;
  margin: 0 0 0.9em;
}

.heading-1 img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 769px) {
  .heading-1 {
    font-size: 5.0rem;
  }
}

.heading-2 {
  font-size: 1.8rem;
  padding: 1.5em 0 0;
  margin: 0 0 0.9em;
  color: #ec6d74;
  overflow: hidden;
  text-align: center;
}

.heading-2 span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 2.5em;
  letter-spacing: 1rem;
  text-align: left;
}

.heading-2 span:before,
.heading-2 span:after {
  position: absolute;
  top: 46%;
  content: '';
  width: 14%;
  height: 1px;
  border-bottom: 0.26rem dotted #ec6d74;
}

.heading-2 span:before {
  right: 100%;
}

.heading-2 span:after {
  left: 100%;
}

@media (min-width: 769px) {
  .heading-2 {
    font-size: 2.8rem;
  }

  .heading-2 span:before,
  .heading-2 span:after {
    border-bottom: 0.5rem dotted #ec6d74;
  }
}

.heading-3 {
  font-size: 1.75rem;
  color: #ec6d74;
}

@media (min-width: 769px) {
  .heading-3 {
    font-size: 3.0rem;
  }
}

.heading-4 {
  font-size: 1.8rem;
  color: #ec6d74;
}

@media (min-width: 769px) {
  .heading-4 {
    font-size: 2.0rem;
  }
}

.round-box {
  margin: 1.5em 0;
  text-align: center;
}

.round-box span {
  display: inline-block;
  min-width: auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 0.2em 1em;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #ef858c;
  border-radius: 99em;
}

@media (min-width: 769px) {
  .round-box {
    margin: 2.5em 0;
  }

  .round-box span {
    min-width: 33.8rem;
    font-size: 2.2rem;
    padding: 0.2em 1em;
  }
}

.lead {
  font-size: 1.3rem;
  line-height: 2;
}

@media (min-width: 769px) {
  .lead {
    font-size: 2.0rem;
  }
}

small {
  font-size: 0.8em;
  line-height: 1.4;
}

b {
  font-size: 1.18em;
}

.text-right {
  text-align: right;
}

sup {
  font-size: 80%;
  vertical-align: super;
}

figure {
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  text-align: center;
}

figure.right {
  margin-left: 2em;
  width: 40%;
}

figure.left {
  margin-right: 2em;
  width: 40%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.sp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.8em;
}

header .title-logo {
  padding: 0 1em;
}

header .title-logo img {
  max-width: 90%;
  vertical-align: middle;
}

@media (min-width: 769px) {
  header .title-logo img {
    max-width: 50%;
  }
}

@media (min-width: 769px) {
  header .title-logo {
    padding: 0 1em;
  }

  header .title-logo img {
    max-width: 100%;
  }
}

header .navToggle {
  width: 26px;
  height: 20px;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 769px) {
  header .navToggle {
    width: 58px;
    height: 40px;
  }
}

header .navToggle img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header+nav {
  position: fixed;
  /*bodyに対しての絶対位置*/
  right: 0;
  top: -1000px;
  /*通常時はビュー外*/
  z-index: 999;
  background: #fbe1e2;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-align: left;
  overflow: scroll;
}

@media (min-width: 769px) {
  header+nav {
    width: auto;
    height: auto;
    border-radius: 10px;
    right: 20px;
    padding: 20px 35px 0;
    overflow: hidden;
  }
}

header+nav ul {
  margin: 0;
}

header+nav ul li {
  margin: 0;
}

header+nav ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-repeat: no-repeat;
}

header+nav ul li a {
  display: block;
  padding: 1em;
  text-align: center;
}

header+nav ul li a:after {
  content: '';
}

header+nav ul li a img {
  height: 19px;
}

@media (min-width: 769px) {
  header+nav ul li a {
    padding: 1.2em 1em;
  }

  header+nav ul li a img {
    height: auto;
  }
}

header+nav ul li:nth-child(1):after {
  background-image: url("../img/common/nav-line-1.png");
  background-position: center;
}

header+nav ul li:nth-child(2):after {
  background-image: url("../img/common/nav-line-2.png");
  background-position: center;
}

header+nav ul li:nth-child(3):after {
  background-image: url("../img/common/nav-line-3.png");
  background-position: center;
}

header+nav ul li:nth-child(4):after {
  background-image: url("../img/common/nav-line-4.png");
  background-position: center;
}

header+nav ul li:nth-child(5):after {
  background-image: url("../img/common/nav-line-5.png");
  background-position: center;
}

header+nav ul li:nth-child(6):after {
  background-image: url("../img/common/nav-line-6.png");
  background-position: center;
}

header+nav ul li:nth-child(7):after {
  background-image: url("../img/common/nav-line-7.png");
  background-position: center;
}

header+nav ul li:nth-child(8):after {
  background-image: url("../img/common/nav-line-8.png");
  background-position: center;
}

header+nav ul li:last-child {
  margin-bottom: 1em;
}

header+nav ul li:last-child:after {
  content: none;
}

header+nav ul li:last-child a img {
  height: 49px;
}

@media (min-width: 769px) {
  header+nav ul li:last-child a img {
    height: auto;
  }
}

/* Toggle(Button) */
/*display:noneだったボタンを display:blockにして表示します*/
.navToggle {
  display: block;
}

.openNav .navToggle {
  display: none;
}

.openNav+nav {
  -webkit-transform: translateY(1000px);
  transform: translateY(1000px);
}

@media (min-width: 769px) {
  .openNav+nav {
    -webkit-transform: translateY(1020px);
    transform: translateY(1020px);
  }
}

.openNav+nav .navToggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
}

@media (min-width: 769px) {
  .openNav+nav .navToggle {
    width: 50px;
    height: 50px;
    padding: 1em 1em 1em 0;
  }
}

main {
  background-size: 730px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/common/head-back.svg);
  overflow: hidden;
  display: block;
}

@media (min-width: 641px) {
  main {
    background-size: 1280px;
  }
}

@media (min-width: 769px) {
  main {
    background-size: 1880px;
  }
}

.block {
  margin: 2em 0.5em;
}

@media (min-width: 769px) {
  .block {
    margin: 6em 5em 1em;
  }

  .block.end {
    margin: 6em 5em;
  }
}

.container {
  width: calc(100% - 30px);
  margin: 0 15px;
}

@media (min-width: 769px) {
  .container {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

@media (min-width: 1040px) {
  .container {
    width: 980px;
    margin: 0 auto;
  }
}

.head-block .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.9em;
  margin-bottom: 3em;
  padding: 0 2rem;
}

.head-block .heading img {
  max-height: 14px;
  vertical-align: middle;
}

@media (min-width: 641px) {
  .head-block .heading {
    height: 7em;
  }

  .head-block .heading img {
    max-height: 21px;
  }
}

@media (min-width: 769px) {
  .head-block .heading {
    height: 10em;
  }

  .head-block .heading img {
    max-height: 27px;
  }
}

.line-2 .head-block .heading {
  height: 7em;
}

.line-2 .head-block .heading img {
  max-height: 26px;
}

@media (min-width: 769px) {
  .line-2 .head-block .heading {
    height: 10.5em;
  }

  .line-2 .head-block .heading img {
    max-height: 78px;
  }
}

.color-box {
  position: relative;
  padding: 0 1.0em 0.5em;
  margin: 2em 0;
  background-image: url(../img/common/color-box_body.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
}

.color-box:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 35px;
  background-image: url(../img/common/color-box_header.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  top: -34px;
  left: 0;
}

.color-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../img/common/color-box_footer.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.color-box figure {
  margin: 0.5em 0;
}

@media (min-width: 769px) {
  .color-box {
    margin: 6em 0;
  }

  .color-box figure {
    margin: 2em 0;
  }
}

.inner-box {
  max-width: 700px;
  margin: 0 auto;
}

.column-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 370px) {
  .column-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .column-box {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -1.3rem;
    width: calc(100% + 2.6rem);
  }
}

.column-box .column {
  margin-bottom: 1.5rem;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (min-width: 370px) {
  .column-box .column {
    padding: 0 1.3rem;
  }

  .column-box .column.column-1_2,
  .column-box .column.column-1_3 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .column-box .column {
    width: calc(100% - 2.6rem);
    margin-bottom: 1.5rem;
  }

  .column-box .column.column-1_5 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%;
    width: 18%;
  }

  .column-box .column.column-2_5 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
  }

  .column-box .column.column-1_3 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
  }

  .column-box .column.column-1_2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.column-box+[class^="title"] {
  margin-top: 1.5em;
}

.column-box figure {
  width: 100%;
  margin-bottom: 0;
}

.full {
  background: #fdedee;
  padding: 0.01em 0;
  margin: 5em 0;
  overflow: hidden;
}

.btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3em 0 0;
}

#entry-box {
  background-image: url(../img/common/entry-box_back.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 1.0em 1.5em;
  margin: 0 0 0.5em;
}

@media (min-width: 769px) {
  #entry-box {
    padding: 3em 5em;
    margin: 0 0 3em;
  }
}

#entry-box .heading-entry {
  font-size: 1.8rem;
  color: #ec6d74;
  overflow: hidden;
  text-align: center;
  padding-top: 0;
  margin: 0 0 0.5em;
}

#entry-box .heading-entry img {
  max-width: 138px;
}

@media (min-width: 769px) {
  #entry-box .heading-entry {
    padding: 0.5em 0 0;
    margin: 0 0 2em;
  }

  #entry-box .heading-entry img {
    max-width: 191px;
  }
}

@media (min-width: 769px) {
  #entry-box .column-box {
    margin: 0 -0.5rem;
    width: calc(100% + 1.0rem);
  }
}

@media (min-width: 370px) {
  #entry-box .column-box .column {
    padding: 0 0.5rem;
  }
}

#entry-box .e-space {
  float: right;
  width: 1px;
  height: 1px;
  margin-top: 40%;
}


@media (min-width: 370px) {
  #entry-box .e-space {
    margin-top: 22%;
  }
}

@media (min-width: 470px) {
  #entry-box .e-space {
    margin-top: 6%;
  }
}

@media (min-width: 769px) {
  #entry-box .e-space {
    margin-top: 0;
  }
}

#entry-box figure {
  width: 50%;
  margin: 0;
  clear: both;
}

#entry-box figure img {
  max-width: 100%;
}

@media (min-width: 769px) {
  #entry-box figure {
    margin: -5em 0 0 0;
    width: 40%;
  }
}

#entry-box p {
  font-size: 1.3rem;
}

@media (min-width: 769px) {
  #entry-box p {
    font-size: 1.5rem;
    margin: 0;
  }
}
#entry-box .text-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 37.5rem;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 1.5rem;
    border: 0.2rem solid #231815;
    border-left: none;
    border-right: none;
    margin: 2.4rem auto -0.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#entry-box .text-desc .pict {
    display: block;
    width: 3rem;
    margin-right: 0.9rem;
}
@media (min-width: 769px) {
	#entry-box .text-desc {
		font-size: 1.7rem;
		margin: 2.4rem auto -1.2rem;
	}
}

#entry-box .column-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

#entry-box .column-box .column {
  margin-bottom: 0.5em;
  padding: 0;
}

@media (min-width: 769px) {
  #entry-box .column-box .column {
    margin-bottom: 1.5em;
    padding: 0 0.5rem;
  }
}

#entry-box .btn {
  margin: 0;
}

.back {
  margin-bottom: 4rem;
}

.back .btn {
  width: 40%;
  display: block;
}

@media (min-width: 470px) {
  .back .btn {
    width: 25rem;
  }
}

.footer .ft-nav {
  margin: 1.5em 0 0;
}

.footer .ft-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .footer .ft-nav ul {
    margin: 0 5em;
  }
}

.footer .ft-nav ul li {
  width: calc((100% - 15px) / 4);
  margin: 0 0 5px 0;
}

.footer .ft-nav ul li:nth-last-of-type(-n+3) {
  width: calc((100% - 10px) / 3);
}

@media (min-width: 769px) {
  .footer .ft-nav ul li {
    width: calc((100% - 38px) / 4);
    margin: 0 0 15px 0;
  }

  .footer .ft-nav ul li:nth-last-of-type(-n+3) {
    width: calc((100% - 25px) / 3);
  }
}

.footer .ft-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .sns-line {
  margin: 1em 0;
}

.footer .sns-line a {
  max-width: 3.7em;
  display: block;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .footer .sns-line a {
    max-width: 6.7em;
  }
}

.footer .privacy {
  text-align: center;
}

.footer .privacy a {
  font-size: 1.2rem;
  color: #231333;
}

.footer .copy {
  color: #ef858c;
  text-align: center;
  font-size: 1.0rem;
  margin: 1em 0;
}

@media (min-width: 769px) {
  .footer .copy {
    font-size: 1.3rem;
  }
}

.trembling:hover {
  display: inline-block;
  opacity: 1;
  -webkit-animation: hurueru .1s infinite;
  animation: hurueru .1s infinite;
}

.home main {
  background: none;
}

.home .head-block .heading {
  display: block;
  width: calc(100% - 6em);
  height: auto;
  margin: 3em auto 2em;
  padding: 0 3em;
  text-align: center;
}

.home .head-block .heading img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: 100%;
}

.home .head-block .heading span {
  display: block;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .home .head-block .heading span {
    margin-bottom: 0;
  }
}

@media (min-width: 1040px) {
  .home .head-block .heading {
    max-width: 70rem;
  }
}

.home .head-block figure {
  background: url(../img/top/hero-img-back.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
  margin: 0;
}

.home .head-block figure img {
  max-width: 846px;
  width: 100%;
}

.home .head-block+section {
  background: url(../img/top/head-back.png);
  background-repeat: no-repeat;
  background-size: 1340px;
  background-position: center top;
}

@media (min-width: 769px) {
  .home .head-block+section {
    background-size: 1970px;
  }
}

@media (min-width: 1040px) {
  .home .head-block+section {
    background-size: 100%;
  }
}

.home .head-block+section .heading-2 {
  margin: 0 0 1.2em;
}

.home .lead-box {
  margin-top: -10%;
  padding: 12.6% 1em 1.5em;
  background-color: #ef858c;
}

@media (min-width: 838px) {
  .home .lead-box {
    margin-top: -6.4em;
    padding: 8.6em 0 3em;
  }
}

.home .lead-box p {
  text-align: center;
}

.home .lead-box .container {
  position: relative;
}

@media (min-width: 769px) {
  .home .lead-box .container {
    max-width: 900px;
    margin: 0 auto;
  }
}

.home .mv-area {
  /* max-width: 560px; */
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  /* margin: 0 auto; */
  margin-top: 0.8rem;
}

.home .mv-area img {
  width: 100%;
}

.home .mv-area a {
  display: block;
  position: relative;
}

@media (min-width: 769px) {
  .home .mv-area {
    padding: 0 2rem;
    margin: 2em auto 0;
  }
}

.home .mv-area .badge {
  display: none;
}

@media (min-width: 769px) {
  .home .mv-area .badge {
    display: block;
    width: 124px;
    transform: translate(30%, -70%);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.home .btn-area {
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
  margin: 3em auto 0;
}

@media (min-width: 769px) {
  .home .btn-area {
    margin: 1.5em auto 0;
  }
}

.home .btn-right {
  width: 48%;
}

@media (min-width: 769px) {
  .home .btn-right {
    width: 21%;
    max-width: 182px;
    position: absolute;
    right: 6%;
    top: -3.5em;
  }
}

.home .btn-left {
  width: 48%;
}

@media (min-width: 769px) {
  .home .btn-left {
    width: 24%;
    max-width: 214px;
    position: absolute;
    left: 0;
    top: -6.5em;
  }
}

.home .heading-2 {
  padding: 2em 0 0;
}

.home .column-box.qa {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}

.home .column-box.qa .column {
  width: calc(100% - (1em * 2));
  padding: 1.4em 1em 1em;
  margin-bottom: 1.8rem;
  background-position: center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.home .column-box.qa .column:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: 0;
}

.home .column-box.qa .column:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}

@media (min-width: 769px) {
  .home .column-box.qa .column {
    width: calc(100% - (2em * 2));
    padding: 2em 2em 1em;
  }
}

.home .column-box.qa .column dl dt {
  margin-bottom: 0.5em;
}

@media (min-width: 769px) {
  .home .column-box.qa .column dl dt {
    margin-bottom: 1.5em;
  }
}

.home .column-box.qa .column dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .home .column-box.qa .column dl dd {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.home .column-box.qa .column dl dd>p {
  font-size: 1.3rem;
  position: relative;
  padding-left: 10%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .home .column-box.qa .column dl dd>p {
    padding-left: 2.6em;
  }
}

.home .column-box.qa .column dl dd>p:before {
  content: "";
  display: inline-block;
  width: 7.7%;
  max-width: 28px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/p-a.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 769px) {
  .home .column-box.qa .column dl dd>p:before {
    width: 11.7%;
  }
}

.home .column-box.qa .column dl dd>p span {
  display: block;
  padding-top: 1em;
}

.home .column-box.qa .column dl dd>p span+span {
  padding-top: 0;
}

@media (min-width: 769px) {
  .home .column-box.qa .column dl dd>p {
    display: table-cell;
  }
}

.home .column-box.qa .column dl dd .sp {
  margin-bottom: 2em;
}

@media (min-width: 769px) {
  .home .column-box.qa .column dl dd>figure {
    display: table-cell;
    vertical-align: top;
  }
}

.home .column-box.qa .column a {
  font-size: 1.1rem;
  border-bottom: 1px solid #231815;
  text-decoration: none;
  color: #231815;
  padding-right: 2em;
  position: relative;
  height: 16px;
  display: inline-block;
}

@media (min-width: 769px) {
  .home .column-box.qa .column a {
    font-size: 1.1rem;
  }
}

.home .column-box.qa .column a:after {
  position: absolute;
  content: url(../img/top/text-link.png);
  position: absolute;
  top: 0;
  right: 0;
}

.home .column-box.qa .column:nth-of-type(1) {
  background-image: url(../img/top/back-q-1-body.png);
}

.home .column-box.qa .column:nth-of-type(1):before,
.home .column-box.qa .column:nth-of-type(1):after {
  background-image: url(../img/top/back-q-1.png);
}

.home .column-box.qa .column:nth-of-type(1) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(1) {
    max-width: calc(52% - 6px - (2em * 2));
    -webkit-flex-basis: calc(52% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(52% - 6px - (2em * 2));
    flex-basis: calc(52% - 6px - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(1) dl dd figure {
    width: 40%;
    padding-left: 1em;
  }
}

.home .column-box.qa .column:nth-of-type(2) {
  background-image: url(../img/top/back-q-2-body.png);
}

.home .column-box.qa .column:nth-of-type(2):before,
.home .column-box.qa .column:nth-of-type(2):after {
  background-image: url(../img/top/back-q-2.png);
}

.home .column-box.qa .column:nth-of-type(2) .text-link {
  margin-left: 0;
}

.home .column-box.qa .column:nth-of-type(2) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(2) {
    max-width: calc(48% - 6px - (2em * 2));
    -webkit-flex-basis: calc(48% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(48% - 6px - (2em * 2));
    flex-basis: calc(48% - 6px - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(2) dl dd figure {
    width: 40%;
    padding-left: 1em;
  }
}

.home .column-box.qa .column:nth-of-type(3) {
  background-image: url(../img/top/back-q-3-body.png);
}

.home .column-box.qa .column:nth-of-type(3):before,
.home .column-box.qa .column:nth-of-type(3):after {
  background-image: url(../img/top/back-q-3.png);
}

.home .column-box.qa .column:nth-of-type(3) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(3) {
    max-width: calc(49% - 6px - (2em * 2));
    -webkit-flex-basis: calc(49% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(49% - 6px - (2em * 2));
    flex-basis: calc(49% - 6px - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(3) dl dd figure {
    width: 40%;
    padding-left: 1em;
  }

  .home .column-box.qa .column:nth-of-type(3) dl dd figure img {
    margin: -1em 0;
  }

  .home .column-box.qa .column:nth-of-type(3) .text-link {
    margin-left: 0;
  }
}

.home .column-box.qa .column:nth-of-type(4) {
  background-image: url(../img/top/back-q-4-body.png);
}

.home .column-box.qa .column:nth-of-type(4):before,
.home .column-box.qa .column:nth-of-type(4):after {
  background-image: url(../img/top/back-q-4.png);
}

.home .column-box.qa .column:nth-of-type(4) .text-link {
  margin-left: 0;
}

.home .column-box.qa .column:nth-of-type(4) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(4) {
    max-width: calc(51% - 6px - (2em * 2));
    -webkit-flex-basis: calc(51% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(51% - 6px - (2em * 2));
    flex-basis: calc(51% - 6px - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(4) dl dd figure {
    width: 50%;
    padding-left: 1em;
  }

  .home .column-box.qa .column:nth-of-type(4) dl dd figure img {
    margin: -1em -2em -2em 0;
  }
}

.home .column-box.qa .column:nth-of-type(5) {
  padding: 0;
  width: 100%;
  background-image: none;
}

.home .column-box.qa .column:nth-of-type(5):before,
.home .column-box.qa .column:nth-of-type(5):after {
  content: none;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(5) {
    max-width: calc(65% - 6px);
    -webkit-flex-basis: calc(65% - 6px);
    -ms-flex-preferred-size: calc(65% - 6px);
    flex-basis: calc(65% - 6px);
  }
}

.home .column-box.qa .column:nth-of-type(5)>.column-box {
  display: block;
  width: 100%;
  margin: 0;
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column {
  max-width: calc(100% - (1em * 2));
  width: 100%;
  height: 100%;
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1) {
  background: none;
  background-image: url(../img/top/back-q-5-body.png);
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1):before,
.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1):after {
  background-image: url(../img/top/back-q-5.png);
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1) .text-link {
  margin-left: 0;
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1) figure {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1) {
    max-width: calc(100% - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(1) dl dd figure {
    width: 50%;
    padding-left: 1em;
  }
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(2) {
  background: none;
  background-image: url(../img/top/back-q-6-body.png);
  margin-bottom: 0;
}

.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(2):before,
.home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(2):after {
  background-image: url(../img/top/back-q-6.png);
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(2) {
    max-width: calc(100% - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(2) dl dd figure {
    width: 42%;
    padding-left: 1em;
  }

  .home .column-box.qa .column:nth-of-type(5)>.column-box .column:nth-child(2) dl dd figure img {
    margin-top: -3em;
  }
}

.home .column-box.qa .column:nth-of-type(6) {
  background-image: url(../img/top/back-q-7-body.png);
}

.home .column-box.qa .column:nth-of-type(6):before,
.home .column-box.qa .column:nth-of-type(6):after {
  background-image: url(../img/top/back-q-7.png);
}

.home .column-box.qa .column:nth-of-type(6) a {
  width: 11em;
  margin-left: 3em;
}

.home .column-box.qa .column:nth-of-type(6) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 370px) {
  .home .column-box.qa .column:nth-of-type(6) {
    background-size: cover;
  }
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(6) {
    max-width: calc(35% - 6px - (2em * 2));
    -webkit-flex-basis: calc(35% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(35% - 6px - (2em * 2));
    flex-basis: calc(35% - 6px - (2em * 2));
    background-size: contain;
  }

  .home .column-box.qa .column:nth-of-type(6) .pc a {
    margin-top: 1em;
  }

  .home .column-box.qa .column:nth-of-type(6) figure {
    width: 76%;
    margin: 0 auto;
  }
}

.home .column-box.qa .column:nth-of-type(7) {
  background-image: url(../img/top/back-q-8-body.png);
}

.home .column-box.qa .column:nth-of-type(7):before,
.home .column-box.qa .column:nth-of-type(7):after {
  background-image: url(../img/top/back-q-8.png);
}

.home .column-box.qa .column:nth-of-type(7) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(7) {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home .column-box.qa .column:nth-of-type(7) dl {
    width: 70%;
  }

  .home .column-box.qa .column:nth-of-type(7) figure {
    width: calc(33% - 6em);
    padding: 0 3em;
  }

  .home .column-box.qa .column:nth-of-type(7) figure img {
    margin: -1.5em 0 0 0;
  }
}

.home .column-box.qa .column:nth-of-type(8) {
  background-image: url(../img/top/back-q-9-body.png);
}

.home .column-box.qa .column:nth-of-type(8):before,
.home .column-box.qa .column:nth-of-type(8):after {
  background-image: url(../img/top/back-q-9.png);
}

.home .column-box.qa .column:nth-of-type(8) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(8) {
    max-width: calc(56% - 6px - (2em * 2));
    -webkit-flex-basis: calc(56% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(56% - 6px - (2em * 2));
    flex-basis: calc(56% - 6px - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(8) .text-link {
    margin-left: 0;
  }

  .home .column-box.qa .column:nth-of-type(8) dl dd figure {
    width: 48%;
    padding-left: 1em;
  }

  .home .column-box.qa .column:nth-of-type(8) figure {
    width: 40%;
  }
}

.home .column-box.qa .column:nth-of-type(9) {
  background-image: url(../img/top/back-q-10-body.png);
}

.home .column-box.qa .column:nth-of-type(9):before,
.home .column-box.qa .column:nth-of-type(9):after {
  background-image: url(../img/top/back-q-10.png);
}

.home .column-box.qa .column:nth-of-type(9) figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .column-box.qa .column:nth-of-type(9) {
    max-width: calc(44% - 6px - (2em * 2));
    -webkit-flex-basis: calc(44% - 6px - (2em * 2));
    -ms-flex-preferred-size: calc(44% - 6px - (2em * 2));
    flex-basis: calc(44% - 6px - (2em * 2));
  }

  .home .column-box.qa .column:nth-of-type(9) dl dd figure {
    width: 40%;
    padding-left: 1em;
  }
}

.vision .heading-1 {
  height: 6.5rem;
  padding: 0.6em 0 0;
}

@media (min-width: 769px) {
  .vision .heading-1 {
    height: 4.7rem;
    padding: 1.5em 0 0;
  }
}

.vision .float-figure {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.vision .float-figure figcaption {
  color: #ec6d74;
  position: absolute;
  top: 0;
  font-size: 1.4rem;
  left: 10%;
}

@media (min-width: 769px) {
  .vision .float-figure figcaption {
    top: 7%;
    font-size: 2.0rem;
  }
}

.vision .column-box+small {
  padding: 0 1.3rem;
  display: block;
}

@media (min-width: 769px) {
  .vision .column-box+small {
    padding: 0;
  }
}

.vision .space {
  width: 1px;
  float: right;
  height: calc(100% - 470px);
}

.vision .right-bottom {
  width: 65%;
  max-width: 350px;
  float: right;
  clear: both;
  margin: 0 -2em 0 2em;
}

.vision .right-bottom img {
  margin-bottom: -5em;
}

@media (min-width: 769px) {
  .vision .right-bottom {
    width: 350px;
  }

  .vision .right-bottom img {
    margin-bottom: 0;
  }
}

.vision .block .right {
  width: 100%;
}

.vision .block .right img {
  width: 100%;
}

@media (min-width: 470px) {
  .vision .block .right img {
    width: 70%;
  }
}

@media (min-width: 769px) {
  .vision .block .right img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .vision .block .right {
    width: 40%;
  }
}

.vision .full {
  background-image: url(../img/vision/img-heart.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50px bottom;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .vision .full {
    background-size: 650px;
    background-position: 80% bottom;
  }
}

@media (min-width: 769px) {
  .vision .end .block {
    margin: 6em 5em 6em;
  }
}

.vision .end figure {
  width: 40%;
  margin: 0 1em 0 0;
}

@media (min-width: 769px) {
  .vision .end figure {
    width: 33.33%;
    margin: 0 2.6em 0 0;
    float: left;
  }
}

.vision .sp-flex {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vision .sp-flex b {
  display: block;
}

.vision .sp-flex .heading-3 {
  width: 60%;
}

@media (min-width: 769px) {
  .vision .sp-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    margin-bottom: 5rem;
  }

  .vision .sp-flex .heading-3 {
    width: auto;
  }

  .vision .sp-flex b {
    display: inline;
    margin-left: 0.5em;
  }
}

.vision .color-box .inner-box {
  max-width: 842px;
  margin: 0 auto;
}

.vision .map-view {
  position: relative;
}

.vision .map-view .heading-4 {
  margin-left: 3.5rem;
  text-align: left;
}

.vision .map-view img {
  width: 42.7rem;
}


@media (min-width: 769px) {
  .vision .map-view .heading-4 {
    width: 100%;
    position: absolute;
    top: 2rem;
    margin-left: 0;
  }

  .vision .map-view .heading-4 span {
    display: block;
    width: calc(100% - 9rem);
    max-width: 840px;
    padding: 0 9rem;
    margin: 0 auto;
  }

  .vision .map-view img {
    width: 95.2rem;
  }
}

.works .color-box .column-box .column {
  width: 100%;
}

.works .color-box figure {
  width: 100%;
}

.works .color-box figure img {
  width: 40%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .works .color-box {
    padding-bottom: 2em;
  }

  .works .color-box .column-2_5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .works .color-box figure img {
    width: 50%;
  }
}

.works .color-box .inner-box {
  max-width: 700px;
  margin: 0 auto;
}

.works .heading-1 {
  height: auto;
}

@media (min-width: 769px) {
  .works .heading-1+p {
    margin: 3em 0;
  }
}

.works .heading-2 {
  font-size: 1.5rem;
}

.works .heading-2 span {
  padding: 0 1em 0 1.5em;
  letter-spacing: 0.3rem;
  display: inline;
}

.works .heading-2 span:before {
  right: 100%;
}

.works .heading-2 span:after {
  left: 100%;
}

@media (min-width: 769px) {
  .works .heading-2 {
    font-size: 1.8rem;
  }

  .works .heading-2 span {
    padding: 0 0.6em 0 0.9em;
  }
}

.works .block:nth-of-type(2) .heading-2 {
  padding: 0 0.9em 0 0.8em;
}

.works .block:nth-of-type(2) .heading-2 span:before,
.works .block:nth-of-type(2) .heading-2 span:after {
  width: 42.3%;
}

.works .block:nth-of-type(3) .heading-2 span {
  padding: 0 0.5em;
  letter-spacing: 0;
}

.works .block:nth-of-type(3) .heading-2 span:before,
.works .block:nth-of-type(3) .heading-2 span:after {
  width: 12.1%;
}

@media (min-width: 769px) {
  .works .block:nth-of-type(3) .heading-2 span {
    padding: 0 0.6em 0 1.2em;
    letter-spacing: 0.3rem;
    width: 12.1%;
  }
}

.works .heading-works {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.72;
}

@media (min-width: 769px) {
  .works .heading-works {
    font-size: 2.2rem;
  }
}

.works .voice-box {
  padding: 2em 1em 0;
}

.works .voice-box img {
  width: 40%;
}

@media (min-width: 769px) {
  .works .voice-box {
    padding: 3em 5em 1em;
  }

  .works .voice-box img {
    width: auto;
  }
}

.works.pharmacist main {
  background-image: url(../img/common/head-back_pharmacist.svg);
}

.works.pharmacist .heading-1 {
  padding-top: 0.5em;
  text-align: center;
}

@media (min-width: 769px) {
  .works.pharmacist .heading-1 img {
    max-width: 730px;
    width: 100%;
  }
}

.works.pharmacist .heading-1+p {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.works.pharmacist .heading-2 {
  color: #ea608e;
}

.works.pharmacist .heading-2 span:beforeb,
.works.pharmacist .heading-2 span:after {
  border-color: #ea608e;
}

.works.pharmacist .heading-works {
  color: #ea608e;
}

.works.pharmacist .voice-box {
  border-top: 1px dotted #ea608e;
  border-bottom: 1px dotted #ea608e;
}

.works.pharmacist .round-box span {
  background-color: #ea608e;
}

.works.synthesis main {
  background-image: url(../img/common/head-back_sougou.svg);
}

.works.synthesis .heading-1 {
  padding-top: 0.5em;
  text-align: center;
}

@media (min-width: 769px) {
  .works.synthesis .heading-1 img {
    max-width: 733px;
    width: 100%;
  }
}

.works.synthesis .heading-1+p {
  max-width: 733px;
  margin-right: auto;
  margin-left: auto;
}

.works.synthesis .heading-works {
  color: #4774b9;
}

.works.synthesis .voice-box {
  border-top: 1px dotted #4774b9;
  border-bottom: 1px dotted #4774b9;
}

.works.synthesis .round-box span {
  min-width: 8em;
  background-color: #4774b9;
}

.careerup .heading-1 {
  padding: 1.5em 1.3rem 0;
}

@media (min-width: 769px) {
  .careerup .heading-1 {
    padding: 1.5em 0 0;
  }
}

.careerup .inner-box {
  max-width: 840px;
}

.careerup.index .inner-box {
  max-width: 700px;
}

.careerup.index .heading-1 {
  height: auto;
}

.careerup.index .end figure {
  margin: 4em 0 0;
}

@media (min-width: 769px) {
  .careerup.index .end figure {
    margin: 6em 0 0;
  }
}

.careerup.index .space {
  width: 1px;
  float: right;
}

.careerup.index .color-box-txt figure {
  width: 100%;
  max-width: 43.6rem;
  clear: both;
  margin: 0 auto 3rem;
}

@media (min-width: 769px) {
  .careerup.index .color-box-txt figure {
    width: 60%;
    clear: both;
    margin: 0;
  }
}

.careerup.new_employee_training .inner-box .inner-box {
  max-width: 700px;
}

.careerup.new_employee_training .heading-4 {
  font-size: 1.5rem;
  color: #45b035;
  margin-bottom: 1.5rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .heading-4 {
    font-size: 1.8rem;
  }
}

.careerup.new_employee_training main {
  background-image: url(../img/common/head-back_new.svg);
}

.careerup.new_employee_training main {
  background-size: 1050px;
}

@media (min-width: 641px) {
  .careerup.new_employee_training main {
    background-size: 1780px;
  }
}

@media (min-width: 769px) {
  .careerup.new_employee_training main {
    background-size: 2540px;
  }
}

.careerup.new_employee_training .inner-box {
  max-width: 840px;
}

.careerup.new_employee_training .inner-box>figure {
  margin-top: 1.5em;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .inner-box>figure {
    margin-top: 4.5em;
  }
}

.careerup.new_employee_training .heading {
  width: calc(100% - 4.0rem);
  height: 5.38em;
}

.careerup.new_employee_training .heading img {
  max-height: 40px;
}

@media (min-width: 641px) {
  .careerup.new_employee_training .heading {
    height: 9.475em;
  }

  .careerup.new_employee_training .heading img {
    max-height: 62px;
  }
}

@media (min-width: 769px) {
  .careerup.new_employee_training .heading {
    height: 13.57em;
  }

  .careerup.new_employee_training .heading img {
    max-height: 78px;
  }
}

.careerup.new_employee_training .round-box {
  margin: 2.5em 0;
  padding-top: 3.5rem;
}

.careerup.new_employee_training .round-box span {
  background-color: #45b035;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .round-box {
    padding-top: 7.5rem;
  }
}

.careerup.new_employee_training .fukudashi {
  display: inline-block;
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: 5.0rem;
  position: relative;
}

.careerup.new_employee_training .fukudashi:before {
  content: "";
  display: inline-block;
  width: 6.8rem;
  height: 8.5rem;
  background-image: url(../img/careerup/new_employee_training/img_man.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5rem;
  left: -2rem;
  z-index: 1;
}

.careerup.new_employee_training .fukudashi span {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.4rem;
  color: #45b035;
  line-height: 1.6;
  background-color: #fff;
  position: relative;
}

.careerup.new_employee_training .fukudashi span:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 4.3rem;
  background-image: url(../img/careerup/img_fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3rem;
  left: 20%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .fukudashi {
    padding: 1rem 1rem 1rem 4.5rem;
    margin-bottom: 0;
  }

  .careerup.new_employee_training .fukudashi:before {
    width: 7.8rem;
    height: 8.5rem;
    bottom: -6.5rem;
    left: 0;
  }

  .careerup.new_employee_training .fukudashi span:after {
    left: 15%;
  }
}

.careerup.new_employee_training .color-box {
  font-size: 1.0rem;
  margin-bottom: 2.5rem;
  background-image: url(../img/common/color-box_body_g.svg);
}

.careerup.new_employee_training .color-box:before {
  background-image: url(../img/common/color-box_header_g.png);
}

.careerup.new_employee_training .color-box:after {
  background-image: url(../img/common/color-box_footer_g.png);
}

@media (min-width: 769px) {
  .careerup.new_employee_training .color-box {
    font-size: 1.4rem;
    margin-bottom: 6em;
  }
}

.careerup.new_employee_training .color-box-txt {
  margin: 0 2.3rem;
  width: calc(100% - 4.6rem);
}

.careerup.new_employee_training .color-box-txt figure {
  width: 100%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .color-box-txt figure {
    width: 35%;
    margin: 0;
    float: right;
  }
}

.careerup.new_employee_training .board {
  background: #fff;
  padding: 1rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board {
    padding: 4rem 3.5rem;
  }
}

.careerup.new_employee_training .board .border {
  padding: 1.0rem;
  border: 2px solid #45b035;
  border-radius: 0.9rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .border {
    padding: 2.0rem;
    border: 3px solid #45b035;
  }
}

.careerup.new_employee_training .board .title-01 {
  height: 6.0rem;
  margin: 0 0 1.0rem;
}

.careerup.new_employee_training .board .title-01 img {
  height: 100%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .title-01 {
    height: 5.4rem;
    margin: 0 0 2.0rem;
  }
}

.careerup.new_employee_training .board .title-02 {
  height: 1.8rem;
  margin: 0 0 1.0rem;
}

.careerup.new_employee_training .board .title-02 img {
  height: 100%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .title-02 {
    height: 2.3rem;
    margin: 0 0 2.0rem;
  }
}

.careerup.new_employee_training .board .in_board {
  padding: 1.0rem 1.0rem 0.5rem;
  background: #ffe893;
  border-radius: 0.9rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .in_board {
    padding: 2.0rem 2.5rem 0.5rem;
  }
}

.careerup.new_employee_training .board .in_board .box {
  background: #fff;
  padding: 1.5rem 1rem 0.5rem;
  border-radius: 0.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.careerup.new_employee_training .board .in_board .box:last-of-type {
  padding: 0.1rem 1.0rem 0.1rem;
  margin-bottom: 3.5rem;
  background-color: #45b035;
  text-align: center;
}

.careerup.new_employee_training .board .in_board .box:last-of-type p {
  font-size: 1.4rem;
  color: #fff;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .in_board .box:last-of-type p {
    font-size: 2.0rem;
  }
}

.careerup.new_employee_training .board .in_board .box:last-of-type:before,
.careerup.new_employee_training .board .in_board .box:last-of-type:after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 4.7rem;
  position: absolute;
  bottom: -3.5rem;
  background-image: url(../img/careerup/new_employee_training/arrow_down.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

.careerup.new_employee_training .board .in_board .box:last-of-type:before {
  left: calc(50% - (3.5rem / 2));
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .in_board .box:last-of-type:before {
    left: 21.2%;
  }
}

.careerup.new_employee_training .board .in_board .box:last-of-type:after {
  display: none;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .in_board .box:last-of-type:after {
    display: inline-block;
    right: 21.2%;
    left: auto;
    margin: 0;
  }
}

.careerup.new_employee_training .board .in_board .box:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 2.0rem;
  position: absolute;
  bottom: -1.0rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board .in_board .box {
    padding: 2.0rem 3.0rem 1rem;
    margin-bottom: 2rem;
  }

  .careerup.new_employee_training .board .in_board .box:after {
    bottom: -2.0rem;
  }
}

.careerup.new_employee_training .board ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board ul.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.careerup.new_employee_training .board ul li {
  width: calc(100% - 1.3em);
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  position: relative;
}

.careerup.new_employee_training .board ul li:before {
  content: "●";
  font-size: 1.3rem;
  color: #45b035;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1em;
  height: 1em;
  line-height: 1;
}

@media (min-width: 769px) {
  .careerup.new_employee_training .board ul {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .careerup.new_employee_training .board ul li {
    width: calc(50% - 1.3em);
    font-size: 1.6rem;
  }
}

.careerup.new_employee_training .kassai {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 2.0rem 0;
}

.careerup.new_employee_training .kassai span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #45b035;
}

.careerup.new_employee_training .kassai span:before,
.careerup.new_employee_training .kassai span:after {
  content: "";
  display: inline-block;
  width: 3.0rem;
  height: 0.2rem;
  background-color: #45b035;
  margin-bottom: 0.5rem;
}

.careerup.new_employee_training .kassai span:before {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

.careerup.new_employee_training .kassai span:after {
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

@media (min-width: 769px) {
  .careerup.new_employee_training .kassai span {
    font-size: 2.0rem;
  }
}

.careerup.new_employee_training.pharmacist .heading-1 {
  line-height: 1;
  height: auto;
  padding-top: 0;
}

.careerup.new_employee_training.pharmacist .heading-1+p {
  margin-bottom: 1.8em;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.pharmacist .heading-1 {
    height: 6.4rem;
    padding-top: 1.5em;
  }

  .careerup.new_employee_training.pharmacist .heading-1+p {
    margin-bottom: 2.5em;
  }
}

.careerup.new_employee_training.pharmacist .heading-4 {
  color: #ea608e;
}

.careerup.new_employee_training.pharmacist .title-01 {
  height: 1.8rem;
  padding: 1.8rem 1rem;
  margin: 0 0 2.7rem;
  background: #45b035;
  border-radius: 0.9rem;
  position: relative;
}

.careerup.new_employee_training.pharmacist .title-01:after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 2.7rem;
  background: #ea608e;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  right: 0;
  margin: auto;
}

.careerup.new_employee_training.pharmacist .title-01 img {
  height: 100%;
  max-height: 2.6rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.pharmacist .title-01 {
    height: 2.6rem;
    padding: 2.7rem 1rem;
    margin: 0 0 5.5rem;
  }

  .careerup.new_employee_training.pharmacist .title-01:after {
    height: 5.5rem;
    bottom: -5.5rem;
  }
}

.careerup.new_employee_training.pharmacist main {
  background-image: url(../img/common/head-back_pharmacist.svg);
}

.careerup.new_employee_training.pharmacist .color-box {
  background-image: url(../img/common/color-box_body.png);
  margin-top: 2rem;
  padding-top: 2rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.pharmacist .color-box {
    padding-top: 5rem;
  }
}

.careerup.new_employee_training.pharmacist .color-box:before {
  height: 35px;
  background-image: url(../img/common/color-box_footer.png);
  background-position: top center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.careerup.new_employee_training.pharmacist .color-box:after {
  background-image: url(../img/common/color-box_footer.png);
}

.careerup.new_employee_training.pharmacist .kassai span {
  color: #ea608e;
}

.careerup.new_employee_training.pharmacist .kassai span:before,
.careerup.new_employee_training.pharmacist .kassai span:after {
  background-color: #ea608e;
}

.careerup.new_employee_training.pharmacist .board .border {
  border: 2px solid #ea608e;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.pharmacist .board .border {
    border: 3px solid #ea608e;
  }
}

.careerup.new_employee_training.pharmacist .board .in_board .box:last-of-type {
  background-color: #fff;
  padding: 2.0rem 3.0rem 1rem;
  margin-bottom: 2rem;
  text-align: left;
}

.careerup.new_employee_training.pharmacist .board .in_board .box:last-of-type:before,
.careerup.new_employee_training.pharmacist .board .in_board .box:last-of-type:after {
  content: none;
}

.careerup.new_employee_training.pharmacist .board ul li:before {
  color: #ea608e;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.pharmacist .board ul li {
    width: calc(33% - 1.3em);
  }
}

.careerup.new_employee_training.pharmacist .fukudashi {
  display: block;
  width: 82%;
  padding: 1rem 1rem 1rem 4.5rem;
  margin: 3rem auto 5rem;
}

.careerup.new_employee_training.pharmacist .fukudashi:before {
  width: 6.8rem;
  height: 8.5rem;
  background-image: url(../img/careerup/new_employee_training/pharmacist/img_woman.png);
  bottom: -5rem;
  left: 1rem;
  z-index: 1;
}

.careerup.new_employee_training.pharmacist .fukudashi span {
  color: #ea608e;
}

.careerup.new_employee_training.pharmacist .fukudashi span:after {
  bottom: -3rem;
  left: 20%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.pharmacist .fukudashi {
    width: 72%;
    padding: 0rem 0rem 0rem 10rem;
    margin: 3rem auto 8rem;
  }

  .careerup.new_employee_training.pharmacist .fukudashi:before {
    width: 12.9rem;
    height: 12.6rem;
    bottom: -6.5rem;
  }

  .careerup.new_employee_training.pharmacist .fukudashi span {
    padding: 1rem 4rem;
    width: calc(100% - 8rem);
  }

  .careerup.new_employee_training.pharmacist .fukudashi span:after {
    left: 15%;
  }
}

.careerup.new_employee_training.synthesis .heading-1 {
  line-height: 1;
  height: auto;
  padding-top: 0;
}

.careerup.new_employee_training.synthesis .heading-1+p {
  margin-bottom: 1.8em;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .heading-1 {
    height: 14.8rem;
    padding-top: 1.5em;
  }

  .careerup.new_employee_training.synthesis .heading-1+p {
    margin-bottom: 2.5em;
  }
}

.careerup.new_employee_training.synthesis .heading-4 {
  color: #4774b9;
}

.careerup.new_employee_training.synthesis .title-01 {
  height: 1.8rem;
  padding: 1.8rem 1rem;
  margin: 0 0 2.7rem;
  background: #45b035;
  border-radius: 0.9rem;
  position: relative;
}

.careerup.new_employee_training.synthesis .title-01:after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 2.7rem;
  background: #4774b9;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  right: 0;
  margin: auto;
}

.careerup.new_employee_training.synthesis .title-01 img {
  height: 100%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .title-01 {
    height: 2.6rem;
    padding: 2.7rem 1rem;
    margin: 0 0 5.5rem;
  }

  .careerup.new_employee_training.synthesis .title-01:after {
    height: 5.5rem;
    bottom: -5.5rem;
  }
}

.careerup.new_employee_training.synthesis main {
  background-image: url(../img/common/head-back_sougou.svg);
}

.careerup.new_employee_training.synthesis .color-box {
  background-image: url(../img/common/color-box_body_b.svg);
  margin-top: 2rem;
  padding-top: 2rem;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .color-box {
    padding-top: 5rem;
  }
}

.careerup.new_employee_training.synthesis .color-box:before {
  height: 35px;
  background-image: url(../img/common/color-box_footer_b.png);
  background-position: top center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.careerup.new_employee_training.synthesis .color-box:after {
  background-image: url(../img/common/color-box_footer_b.png);
}

.careerup.new_employee_training.synthesis .kassai span {
  color: #4774b9;
}

.careerup.new_employee_training.synthesis .kassai span:before,
.careerup.new_employee_training.synthesis .kassai span:after {
  background-color: #4774b9;
}

.careerup.new_employee_training.synthesis .board .border {
  border: 2px solid #4774b9;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .board .border {
    border: 3px solid #4774b9;
  }
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .board .in_board .box:nth-of-type(1) ul {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .careerup.new_employee_training.synthesis .board .in_board .box:nth-of-type(1) ul li {
    width: auto;
  }
}

.careerup.new_employee_training.synthesis .board .in_board .box:last-of-type {
  background-color: #fff;
  padding: 2.0rem 3.0rem 1rem;
  margin-bottom: 2rem;
  text-align: left;
}

.careerup.new_employee_training.synthesis .board .in_board .box:last-of-type:before,
.careerup.new_employee_training.synthesis .board .in_board .box:last-of-type:after {
  content: none;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .board .in_board .box:last-of-type ul {
    margin: 0 auto;
    max-width: 380px;
  }
}

.careerup.new_employee_training.synthesis .board ul li:before {
  color: #4774b9;
}

.careerup.new_employee_training.synthesis .fukudashi {
  display: block;
  width: 82%;
  padding: 1rem 1rem 1rem 4.5rem;
  margin: 3rem auto 5rem;
}

.careerup.new_employee_training.synthesis .fukudashi:before {
  width: 6.8rem;
  height: 8.5rem;
  background-image: url(../img/careerup/new_employee_training/synthesis/img_boy.png);
  bottom: -5rem;
  left: 0;
  z-index: 1;
}

.careerup.new_employee_training.synthesis .fukudashi span {
  color: #4774b9;
}

.careerup.new_employee_training.synthesis .fukudashi span:after {
  bottom: -3rem;
  left: 20%;
}

@media (min-width: 769px) {
  .careerup.new_employee_training.synthesis .fukudashi {
    width: 50%;
    padding: 0rem 0rem 0rem 10rem;
    margin: 3rem auto 8rem;
  }

  .careerup.new_employee_training.synthesis .fukudashi:before {
    width: 12.9rem;
    height: 12.6rem;
    bottom: -6.5rem;
  }

  .careerup.new_employee_training.synthesis .fukudashi span {
    padding: 1rem 4rem;
  }

  .careerup.new_employee_training.synthesis .fukudashi span:after {
    left: 15%;
  }
}

.careerup.career_training .inner-box {
  max-width: 700px;
}

.careerup.career_training main {
  background-image: url(../img/common/head-back_career.svg);
  background-size: 1050px;
}

@media (min-width: 641px) {
  .careerup.career_training main {
    background-size: 1780px;
  }
}

@media (min-width: 769px) {
  .careerup.career_training main {
    background-size: 2540px;
  }
}

.careerup.career_training .heading {
  width: calc(100% - 4.0rem);
  height: 5.38em;
}

.careerup.career_training .heading img {
  max-height: 40px;
}

@media (min-width: 641px) {
  .careerup.career_training .heading {
    height: 9.475em;
  }

  .careerup.career_training .heading img {
    max-height: 62px;
  }
}

@media (min-width: 769px) {
  .careerup.career_training .heading {
    height: 13.57em;
  }

  .careerup.career_training .heading img {
    max-height: 78px;
  }
}

.careerup.career_training .color-box {
  font-size: 1.0rem;
  margin-bottom: 2.5rem;
  background-image: url(../img/common/color-box_body_p.svg);
  background-size: 100%;
}

.careerup.career_training .color-box:before {
  background-image: url(../img/common/color-box_header_p.svg);
}

.careerup.career_training .color-box:after {
  background-image: url(../img/common/color-box_footer_p.png);
}

@media (min-width: 769px) {
  .careerup.career_training .color-box {
    font-size: 1.4rem;
    padding: 0 1.5em 3em;
    margin-bottom: 6em;
  }
}

.careerup.career_training .heading-1 {
  height: auto;
}

@media (min-width: 769px) {
  .careerup.career_training .heading-1 {
    height: 13.3rem;
  }
}

.careerup.career_training .color-box-txt {
  margin: 0 1.4rem 2.0rem;
}

.careerup.career_training .color-box-txt figure {
  width: 100%;
  margin: 0;
}

@media (min-width: 769px) {
  .careerup.career_training .color-box-txt {
    margin: 0 0 5.0rem;
  }

  .careerup.career_training .color-box-txt figure {
    width: 56%;
    margin: 0;
  }
}

.careerup.career_training.pharmacist .inner-box,
.careerup.career_training.synthesis .inner-box {
  max-width: 840px;
}

.careerup.career_training.pharmacist .inner-box .inner-box,
.careerup.career_training.synthesis .inner-box .inner-box {
  max-width: 700px;
}

.careerup.career_training.pharmacist .inner-box .inner-box p,
.careerup.career_training.synthesis .inner-box .inner-box p {
  margin-bottom: 2.5rem;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .inner-box .inner-box p,
  .careerup.career_training.synthesis .inner-box .inner-box p {
    margin-bottom: 4.5rem;
  }
}

.careerup.career_training.pharmacist .heading-2,
.careerup.career_training.synthesis .heading-2 {
  font-size: 1.4rem;
  padding: 1em 0;
}

.careerup.career_training.pharmacist .heading-2 span,
.careerup.career_training.synthesis .heading-2 span {
  padding: 0 0.3em;
  letter-spacing: 0;
}

.careerup.career_training.pharmacist .heading-2 span b,
.careerup.career_training.synthesis .heading-2 span b {
  border: 2px solid #ea608e;
  border-radius: 99em;
  padding: 0.8rem 1.4rem;
  background: #fff;
  color: #ea608e;
}

.careerup.career_training.pharmacist .heading-2 span:before,
.careerup.career_training.pharmacist .heading-2 span:after,
.careerup.career_training.synthesis .heading-2 span:before,
.careerup.career_training.synthesis .heading-2 span:after {
  position: absolute;
  top: 26%;
  content: '';
  width: 50.4%;
  height: 0.5rem;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .heading-2,
  .careerup.career_training.synthesis .heading-2 {
    font-size: 2.2rem;
  }

  .careerup.career_training.pharmacist .heading-2 span b,
  .careerup.career_training.synthesis .heading-2 span b {
    padding: 0.8rem 2.8rem;
  }

  .careerup.career_training.pharmacist .heading-2 span:before,
  .careerup.career_training.pharmacist .heading-2 span:after,
  .careerup.career_training.synthesis .heading-2 span:before,
  .careerup.career_training.synthesis .heading-2 span:after {
    width: 64%;
  }
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .heading-3,
  .careerup.career_training.synthesis .heading-3 {
    font-size: 2.2rem;
  }
}

.careerup.career_training.pharmacist .column-box,
.careerup.career_training.synthesis .column-box {
  margin: 3.0rem 0;
}

.careerup.career_training.pharmacist .column-box:nth-child(odd),
.careerup.career_training.synthesis .column-box:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .column-box,
  .careerup.career_training.synthesis .column-box {
    margin: 7.0rem -1.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .careerup.career_training.pharmacist .column-box:nth-child(odd),
  .careerup.career_training.synthesis .column-box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.careerup.career_training.pharmacist .column-box .column,
.careerup.career_training.synthesis .column-box .column {
  margin: 0;
}

.careerup.career_training.pharmacist .column-box .column figure,
.careerup.career_training.synthesis .column-box .column figure {
  margin-bottom: 1.5rem;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .column-box .column,
  .careerup.career_training.synthesis .column-box .column {
    margin-bottom: 1.5rem;
  }

  .careerup.career_training.pharmacist .column-box .column figure,
  .careerup.career_training.synthesis .column-box .column figure {
    margin-bottom: 0;
  }
}

.careerup.career_training.pharmacist .color-box,
.careerup.career_training.synthesis .color-box {
  background-image: url(../img/common/color-box_body_y.svg);
  margin-top: 2rem;
  padding: 3rem 1.5em 1em;
}

.careerup.career_training.pharmacist .color-box:before,
.careerup.career_training.synthesis .color-box:before {
  height: 35px;
  background-image: url(../img/common/color-box_footer_y.png);
  background-position: top center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.careerup.career_training.pharmacist .color-box:after,
.careerup.career_training.synthesis .color-box:after {
  background-image: url(../img/common/color-box_footer_y.png);
}

.careerup.career_training.pharmacist .level-box,
.careerup.career_training.synthesis .level-box {
  padding: 2.0rem 0;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .level-box,
  .careerup.career_training.synthesis .level-box {
    padding: 2.0rem 5.0rem;
  }
}

.careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass,
.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-head,
.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: calc(10rem - 0.4rem);
  min-height: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2.0rem;
  border: 2px solid #ea608e;
  color: #ea608e;
  font-size: 1.6rem;
  position: relative;
  background: #fff;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-head:after,
.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 20px solid #f00;
  position: absolute;
  bottom: -3.0rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-head,
  .careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: calc(27.6rem - 0.4rem);
    width: 40%;
    font-size: 2.2rem;
    line-height: 8.4rem;
  }
}

.careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-body,
.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body {
  margin: 0 0 2.0rem 2.0rem;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-body,
  .careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body {
    width: 60%;
  }
}

.careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-body .title,
.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body .title {
  font-size: 1.5rem;
  color: #ea608e;
}

@media (min-width: 769px) {

  .careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-body .title,
  .careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body .title {
    font-size: 1.9rem;
  }
}

.careerup.career_training.pharmacist .level-box .level-lest .level-lest-mass .level-body p,
.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body p {
  margin: 0;
  line-height: 1.4;
}

.careerup.career_training.pharmacist main {
  background-image: url(../img/common/head-back_pharmacist.svg);
}

.careerup.career_training.pharmacist .round-box {
  margin: 3em 0 2.5rem;
}

.careerup.career_training.pharmacist .round-box span {
  background-color: #ea608e;
}

@media (min-width: 769px) {
  .careerup.career_training.pharmacist .round-box {
    margin: 8em 0 2.5rem;
  }
}

.careerup.career_training.pharmacist .heading-1 {
  padding-top: 0;
}

@media (min-width: 769px) {
  .careerup.career_training.pharmacist .heading-1 {
    padding-top: 1.0rem;
  }
}

.careerup.career_training.pharmacist .heading-2 span:before,
.careerup.career_training.pharmacist .heading-2 span:after {
  border-color: #ea608e;
}

.careerup.career_training.pharmacist .level-box {
  padding: 2.0rem 0;
}

@media (min-width: 769px) {
  .careerup.career_training.pharmacist .level-box {
    padding: 2.0rem 5.0rem;
  }
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(1) .level-lest-mass .level-head {
  background: #fff;
  border-color: #ea608e;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(1) .level-lest-mass .level-head:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 20px solid #ea608e;
  position: absolute;
  bottom: -3.0rem;
  left: 0;
  right: 0;
  margin: auto;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(1) .level-lest-mass .level-head:after {
  border-top-color: #fff;
  bottom: -2.6rem;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(2) .level-lest-mass .level-head {
  background: #fad7e0;
  border-color: #fad7e0;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(2) .level-lest-mass .level-head:after {
  border-top-color: #fad7e0;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(3) .level-lest-mass .level-head {
  background: #f098b1;
  border-color: #f098b1;
  color: #fff;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(3) .level-lest-mass .level-head:after {
  border-top-color: #f098b1;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(4) .level-lest-mass .level-head {
  background: #ea608e;
  border-color: #ea608e;
  color: #fff;
}

.careerup.career_training.pharmacist .level-box .level-lest:nth-of-type(4) .level-lest-mass .level-head:after {
  content: none;
}

.careerup.career_training.synthesis main {
  background-image: url(../img/common/head-back_sougou.svg);
}

.careerup.career_training.synthesis .heading-2 span:before,
.careerup.career_training.synthesis .heading-2 span:after {
  border-color: #4774b9;
}

.careerup.career_training.synthesis .level-box {
  padding: 2.0rem 0;
}

@media (min-width: 769px) {
  .careerup.career_training.synthesis .level-box {
    padding: 2.0rem 5.0rem;
  }
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: calc(10rem - 0.4rem);
  min-height: 5.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2.0rem;
  border: 2px solid #4774b9;
  color: #4774b9;
  font-size: 1.6rem;
  position: relative;
  background: #fff;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 20px solid #f00;
  position: absolute;
  bottom: -3.0rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: calc(27.6rem - 0.4rem);
    font-size: 2.2rem;
  }
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body {
  margin: 0 0 2.0rem 2.0rem;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body .title {
  font-size: 1.5rem;
  color: #4774b9;
}

@media (min-width: 769px) {
  .careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body .title {
    font-size: 1.9rem;
  }
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body p {
  margin: 0;
  line-height: 1.4;
}

.careerup.career_training.synthesis .level-box .level-lest .level-lest-mass .level-body srtong {
  color: #4774b9;
  display: block;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(1) .level-lest-mass .level-head {
  background: #fff;
  border-color: #4774b9;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(1) .level-lest-mass .level-head:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 20px solid #4774b9;
  position: absolute;
  bottom: -3.0rem;
  left: 0;
  right: 0;
  margin: auto;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(1) .level-lest-mass .level-head:after {
  border-top-color: #fff;
  bottom: -2.6rem;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(2) .level-lest-mass .level-head {
  background: #dee2f2;
  border-color: #dee2f2;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(2) .level-lest-mass .level-head:after {
  border-top-color: #dee2f2;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(3) .level-lest-mass .level-head {
  background: #bbc4e4;
  border-color: #bbc4e4;
  color: #fff;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(3) .level-lest-mass .level-head:after {
  border-top-color: #bbc4e4;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(4) .level-lest-mass .level-head {
  background: #849ace;
  border-color: #849ace;
  color: #fff;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(4) .level-lest-mass .level-head:after {
  display: block;
  border-top-color: #849ace;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(5) .level-lest-mass .level-head {
  background: #4774b9;
  border-color: #4774b9;
  color: #fff;
}

.careerup.career_training.synthesis .level-box .level-lest:nth-of-type(5) .level-lest-mass .level-head:after {
  content: none;
}

.careerup.career_training.synthesis .heading-2 span b {
  border: 2px solid #4774b9;
  color: #4774b9;
}

.careerup.career_training.synthesis .heading-3 {
  color: #4774b9;
}

.careerup.career_training.synthesis .single-box {
  margin: 3.0rem auto;
}

@media (min-width: 769px) {
  .careerup.career_training.synthesis .single-box {
    margin: 7.0rem auto;
  }
}

.welfare .inner-box {
  max-width: 64rem;
}

.welfare .heading-1 {
  height: auto;
  text-align: center;
  margin: 0 0.4em 0.2em;
}

.welfare .heading-1 img {
  width: 100%;
  max-width: 49.9rem;
  height: auto;
  line-height: 1;
}

@media (min-width: 769px) {
  .welfare .heading-1 {
    text-align: left;
    height: auto;
    margin: 0 0 0.2em;
  }

  .welfare .heading-1 img {
    max-width: 64.3rem;
  }
}

.welfare .heading-2 {
  font-size: 1.5rem;
  margin: 0 0 2em;
}

.welfare .heading-2 span {
  padding: 0 1em;
  letter-spacing: 0;
}

.welfare .heading-2 span:before,
.welfare .heading-2 span:after {
  top: 40%;
  width: 300%;
}

@media (min-width: 769px) {
  .welfare .heading-2 {
    font-size: 2.0rem;
    margin: 0 0 3em;
  }
}

.welfare .column-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welfare .column-box .column-1_3 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.welfare .column-box .column-1_3 figure img {
  width: 50%;
}

@media (min-width: 769px) {
  .welfare .column-box .column-1_3 figure img {
    width: auto;
  }
}

.welfare .flow {
  max-width: 88rem;
  margin: 0 auto 6em;
}

.welfare .flow .flow-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.welfare .flow .flow-area .flow-pic {
  width: 22.45%;
  max-width: 22rem;
  position: relative;
}

.welfare .flow .flow-area .flow-pic:before {
  content: "";
  width: 58.82%;
  height: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.welfare .flow .flow-area .flow-pic:after {
  content: "";
  display: inline-block;
  width: 58.82%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.welfare .flow .flow-area .flow-pic img {
  position: relative;
  z-index: 9;
  width: 100%;
}

.welfare .flow .flow-area .flow-cont {
  width: 76%;
  padding: 1.5rem 0;
}

@media (min-width: 769px) {
  .welfare .flow .flow-area .flow-cont {
    width: 72.73%;
    max-width: 64rem;
    padding: 3rem 0;
  }
}

.welfare .flow section:nth-of-type(1) .flow-pic:after {
  background: #f29d84;
  top: 4rem;
  height: calc(100% - 4rem);
}

.welfare .flow section:nth-of-type(1) .heading-4,
.welfare .flow section:nth-of-type(1) dt {
  color: #f29d84;
}

.welfare .flow section:nth-of-type(2) .flow-pic:before {
  background-image: url(../img/welfare/space-1.svg);
}

.welfare .flow section:nth-of-type(2) .flow-pic:after {
  background: #f7b66c;
}

.welfare .flow section:nth-of-type(2) .heading-4 {
  color: #f7b66c;
}

.welfare .flow section:nth-of-type(3) .flow-pic:before {
  background-image: url(../img/welfare/space-2.svg);
}

.welfare .flow section:nth-of-type(3) .flow-pic:after {
  background: #b6d56a;
}

.welfare .flow section:nth-of-type(3) .heading-4,
.welfare .flow section:nth-of-type(3) dt {
  color: #b6d56a;
}

.welfare .flow section:nth-of-type(4) .flow-pic:before {
  background-image: url(../img/welfare/space-3.svg);
}

.welfare .flow section:nth-of-type(4) .flow-pic:after {
  background: #93d0c4;
}

.welfare .flow section:nth-of-type(4) .flow-cont {
  border-top: 0.26rem dotted #9fa0a0;
}

@media (min-width: 769px) {
  .welfare .flow section:nth-of-type(4) .flow-cont {
    border-top: 0.5rem dotted #9fa0a0;
  }
}

.welfare .flow section:nth-of-type(4) .heading-4 {
  color: #93d0c4;
}

.welfare .flow section:nth-of-type(5) .flow-pic:before {
  background-image: url(../img/welfare/space-4.svg);
}

.welfare .flow section:nth-of-type(5) .flow-pic:after {
  background: #8e9ccf;
}

.welfare .flow section:nth-of-type(5) .flow-cont {
  border-top: 0.26rem dotted #9fa0a0;
}

@media (min-width: 769px) {
  .welfare .flow section:nth-of-type(5) .flow-cont {
    border-top: 0.5rem dotted #9fa0a0;
  }
}

.welfare .flow section:nth-of-type(5) .heading-4,
.welfare .flow section:nth-of-type(5) dt {
  color: #8e9ccf;
}

.welfare .flow section:nth-of-type(6) .flow-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.welfare .flow section:nth-of-type(6) .flow-pic:before {
  background-image: url(../img/welfare/space-5.svg);
}

.welfare .flow section:nth-of-type(6) .flow-pic:after {
  background: #a991c3;
  bottom: 4rem;
  height: calc(100% - 4rem);
}

.welfare .flow section:nth-of-type(6) .flow-cont {
  border-top: 0.26rem dotted #9fa0a0;
}

@media (min-width: 769px) {
  .welfare .flow section:nth-of-type(6) .flow-cont {
    border-top: 0.5rem dotted #9fa0a0;
  }
}

.welfare .flow section:nth-of-type(6) .heading-4 {
  color: #a991c3;
}

.welfare .flow section:nth-of-type(6) .heading-4:nth-of-type(2) {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .welfare .flow section:nth-of-type(6) .heading-4:nth-of-type(2) {
    margin-top: 4rem;
  }
}

.welfare .flow .heading-3 span {
  display: inline-block;
  text-align: left;
}

.welfare .flow .heading-4 {
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

@media (min-width: 769px) {
  .welfare .flow .heading-4 {
    font-size: 2.5rem;
    margin: 1rem 0;
  }
}

.welfare .flow dl {
  margin: 1rem 0;
}

.welfare .flow dl dt {
  font-size: 1.4rem;
}

.welfare .flow dl dt:before {
  content: "■";
}

@media (min-width: 769px) {
  .welfare .flow dl dt {
    font-size: 1.7rem;
  }
}

.welfare .flow dl dd {
  padding-left: 0.5em;
  margin: 0.3rem 0 1rem;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .welfare .flow dl dd {
    padding-left: 1em;
    margin: 0.5rem 0 2rem;
  }
}

.welfare .flow p {
  line-height: 1.7;
  margin: 0.5rem 0;
}

@media (min-width: 769px) {
  .welfare .flow p {
    margin: 1rem 0;
  }
}

.welfare .dot-box {
  width: calc(100% - 0.5rem);
  border-width: 0.25rem;
  border-style: dotted;
  border-radius: 1.5rem;
  border-color: #f08300;
  padding: 0 0 0.5rem;
  margin: 1.5rem 0 1rem;
}

@media (min-width: 769px) {
  .welfare .dot-box {
    width: calc(100% - 1rem);
    border-width: 0.5rem;
    border-radius: 2.9rem;
    margin: 3rem 0 1rem;
  }
}

.welfare .dot-box .dot-title {
  font-size: 1.7rem;
  color: #f08300;
  width: 8em;
  background-color: #fff;
  padding: 1rem 1.8rem 0;
  margin: -2.2rem auto 0;
}

@media (min-width: 769px) {
  .welfare .dot-box .dot-title {
    font-size: 2.2rem;
    margin: -2.7rem auto 0;
  }
}

.welfare .dot-box .dot-list {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
}

.welfare .dot-box .dot-list .dot-item {
  padding: 0 1.5rem;
  background-color: #fff4cd;
  border-radius: 0.7rem;
}

.welfare .dot-box .dot-list .dot-item:last-child {
  margin-bottom: 0;
}

.welfare .dot-box .dot-list .dot-item dt {
  font-size: 1.7rem;
  color: #f08300;
}

.welfare .dot-box .dot-list .dot-item dt:before {
  content: none;
}

@media (min-width: 769px) {
  .welfare .dot-box .dot-list {
    width: calc(100% - 4rem);
    margin: 1rem 2rem;
  }

  .welfare .dot-box .dot-list .dot-item {
    padding: 1.8rem 3.2rem;
    border-radius: 1.4rem;
    font-size: 1.7rem;
  }

  .welfare .dot-box .dot-list .dot-item dt {
    font-size: 2.6rem;
    color: #f08300;
  }
}

.voice.index .inner-box {
  max-width: 840px;
}

.voice.index .color-box {
  padding: 0 1em 2em;
  padding-bottom: 5rem;
}

@media (min-width: 769px) {
  .voice.index .color-box {
    padding: 0 1.5em 5em;
  }
}

.voice.index .heading-1 {
  line-height: 1;
  width: 100%;
  max-width: 64rem;
  height: auto;
  margin: 0 auto 4rem;
}

.voice.index .voice-list {
  background-color: #fff;
  border-radius: 1.9rem;
  padding: 3.0rem 1.0rem 1.5rem;
  margin-top: 6rem;
}

@media (min-width: 769px) {
  .voice.index .voice-list {
    padding: 3.0rem 3.0rem 1.5rem;
    margin-top: 9rem;
  }
}

.voice.index .voice-list .round-box {
  margin-top: -6.0rem;
}

.voice.index .voice-list .round-box span {
  border: 1.3rem solid #fff;
}

.voice.index .voice-list .lead {
  font-size: 1.6rem;
  color: #ef858c;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .voice.index .voice-list .lead {
    font-size: 2.2rem;
  }
}

.voice.index .voice-list .column-box .column+.column {
  margin-top: 3rem;
}

@media (min-width: 769px) {
  .voice.index .voice-list .column-box .column+.column {
    margin-top: 0;
  }
}

.voice.index .voice-list a {
  color: #231815;
  text-decoration: none;
}

.voice.index .voice-list figure {
  margin: 0;
}

.voice.index .voice-list .name {
  margin: 1rem 0;
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 769px) {
  .voice.index .voice-list .name {
    font-size: 2.4rem;
    margin: 1.5rem 0;
  }
}

.voice.index .voice-list .name .pharmacist {
  color: #ea608e;
  font-size: 80%;
}

.voice.index .voice-list .name .synthesis {
  color: #4774b9;
  font-size: 80%;
}

.voice.index .voice-list .name small,
.voice.index .voice-list .name b {
  margin: 0 1rem;
}

.voice.index .voice-list .date {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin: 0;
}

@media (min-width: 769px) {
  .voice.index .voice-list .date {
    font-size: 1.7rem;
  }
}

[class^='voice pharmacist-'] main,
[class^='voice synthesis-'] main {
  background-size: 1050px;
}

@media (min-width: 641px) {

  [class^='voice pharmacist-'] main,
  [class^='voice synthesis-'] main {
    background-size: 1780px;
  }
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] main,
  [class^='voice synthesis-'] main {
    background-size: 2540px;
  }
}

[class^='voice pharmacist-'] .inner-box,
[class^='voice synthesis-'] .inner-box {
  max-width: 840px;
}

[class^='voice pharmacist-'] .inner-box>figure,
[class^='voice synthesis-'] .inner-box>figure {
  margin-top: 4.5em;
}

[class^='voice pharmacist-'] .heading,
[class^='voice synthesis-'] .heading {
  width: calc(100% - 4.0rem);
  height: 5.38em;
}

[class^='voice pharmacist-'] .heading img,
[class^='voice synthesis-'] .heading img {
  max-height: 40px;
}

@media (min-width: 641px) {

  [class^='voice pharmacist-'] .heading,
  [class^='voice synthesis-'] .heading {
    height: 9.475em;
  }

  [class^='voice pharmacist-'] .heading img,
  [class^='voice synthesis-'] .heading img {
    max-height: 62px;
  }
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .heading,
  [class^='voice synthesis-'] .heading {
    height: 13.57em;
  }

  [class^='voice pharmacist-'] .heading img,
  [class^='voice synthesis-'] .heading img {
    max-height: 78px;
  }
}

[class^='voice pharmacist-'] .name,
[class^='voice synthesis-'] .name {
  margin-top: 2rem;
  text-align: center;
}

[class^='voice pharmacist-'] .name ruby,
[class^='voice synthesis-'] .name ruby {
  font-size: 2.5rem;
}

[class^='voice pharmacist-'] .name ruby rb,
[class^='voice synthesis-'] .name ruby rb {
  padding-top: 0.5rem;
}

[class^='voice pharmacist-'] .name ruby rt,
[class^='voice synthesis-'] .name ruby rt {
  font-size: 1.0rem;
}

[class^='voice pharmacist-'] .name .date,
[class^='voice synthesis-'] .name .date {
  font-size: 1.2rem;
  margin-left: 1.5rem;
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .name,
  [class^='voice synthesis-'] .name {
    margin-top: 4rem;
  }

  [class^='voice pharmacist-'] .name ruby,
  [class^='voice synthesis-'] .name ruby {
    font-size: 4.8rem;
  }

  [class^='voice pharmacist-'] .name ruby rb,
  [class^='voice synthesis-'] .name ruby rb {
    padding-top: 1rem;
  }

  [class^='voice pharmacist-'] .name ruby rt,
  [class^='voice synthesis-'] .name ruby rt {
    font-size: 1.7rem;
  }

  [class^='voice pharmacist-'] .name .date,
  [class^='voice synthesis-'] .name .date {
    font-size: 1.7rem;
    margin-left: 2.5rem;
  }
}

[class^='voice pharmacist-'] .heading-1,
[class^='voice synthesis-'] .heading-1 {
  line-height: 1;
  width: 100%;
  max-width: 56.1rem;
  height: auto;
  margin: 0 auto 4rem;
  padding-top: 3.5rem;
}

[class^='voice pharmacist-'] .history,
[class^='voice synthesis-'] .history {
  width: calc(100% - 1rem);
  border-width: 0.5rem;
  border-style: dotted;
  border-radius: 0.9rem;
  padding: 0 0 0.5rem;
  margin: 3rem 0 1rem;
}

[class^='voice pharmacist-'] .history .history-title,
[class^='voice synthesis-'] .history .history-title {
  font-size: 1.9rem;
  width: 11em;
  background-color: #fff;
  padding: 1rem 1.8rem 0;
  margin: -2.7rem auto 0;
}

[class^='voice pharmacist-'] .history .history-list,
[class^='voice synthesis-'] .history .history-list {
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 1.5rem 1rem;
}

[class^='voice pharmacist-'] .history .history-list .history-item,
[class^='voice synthesis-'] .history .history-list .history-item {
  font-size: 1.4rem;
}

[class^='voice pharmacist-'] .history .history-list .history-item:after,
[class^='voice synthesis-'] .history .history-list .history-item:after {
  content: "▲";
  display: inline-block;
  font-size: 1.2rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 0.8rem;
}

[class^='voice pharmacist-'] .history .history-list .history-item:last-of-type:after,
[class^='voice synthesis-'] .history .history-list .history-item:last-of-type:after {
  content: none;
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .history .history-list,
  [class^='voice synthesis-'] .history .history-list {
    margin: 3rem 2rem;
  }

  [class^='voice pharmacist-'] .history .history-list .history-item,
  [class^='voice synthesis-'] .history .history-list .history-item {
    font-size: 1.7rem;
  }

  [class^='voice pharmacist-'] .history .history-list .history-item:after,
  [class^='voice synthesis-'] .history .history-list .history-item:after {
    font-size: 1.5rem;
  }
}

[class^='voice pharmacist-'] .qa-list dt,
[class^='voice synthesis-'] .qa-list dt {
  width: 100%;
}

@media (min-width: 641px) {

  [class^='voice pharmacist-'] .qa-list dt img,
  [class^='voice synthesis-'] .qa-list dt img {
    max-height: 6.8rem;
  }
}

[class^='voice pharmacist-'] .qa-list dd,
[class^='voice synthesis-'] .qa-list dd {
  line-height: 2;
  padding-left: 0;
  margin: 1.0rem 0 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .qa-list dd,
  [class^='voice synthesis-'] .qa-list dd {
    display: block;
    padding-left: 2.8em;
  }
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .qa-list figure,
  [class^='voice synthesis-'] .qa-list figure {
    float: right;
    width: 100%;
    max-width: 27rem;
    margin-top: -17%;
    margin-bottom: 0;
  }
}

[class^='voice pharmacist-'] .column-box.op,
[class^='voice synthesis-'] .column-box.op {
  background-color: #fff8e2;
  border-radius: 1.0rem;
  margin: 0 0.4rem 2em;
  width: calc(100% + -1rem);
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .column-box.op,
  [class^='voice synthesis-'] .column-box.op {
    margin: 0 -2rem 6em;
    width: calc(100% + 4rem);
  }
}

[class^='voice pharmacist-'] .column-box.op .column,
[class^='voice synthesis-'] .column-box.op .column {
  padding: 0 2rem;
  width: calc(100% - 4rem);
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .column-box.op .column,
  [class^='voice synthesis-'] .column-box.op .column {
    width: calc(100% - 4rem);
  }
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .column-box.op .column:nth-of-type(1),
  [class^='voice synthesis-'] .column-box.op .column:nth-of-type(1) {
    width: 32%;
  }
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .column-box.op .column:nth-of-type(2),
  [class^='voice synthesis-'] .column-box.op .column:nth-of-type(2) {
    width: 58%;
  }
}

[class^='voice pharmacist-'] .column-box.op .column .favorite,
[class^='voice synthesis-'] .column-box.op .column .favorite {
  padding: 3rem 2rem 0;
}

[class^='voice pharmacist-'] .column-box.op .column .job,
[class^='voice synthesis-'] .column-box.op .column .job {
  padding: 3rem 0 0 0;
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .column-box.op .column .job,
  [class^='voice synthesis-'] .column-box.op .column .job {
    padding: 3rem 0 0 2rem;
    margin-right: -10rem;
  }
}

[class^='voice pharmacist-'] .column-box.op .column .job figure,
[class^='voice synthesis-'] .column-box.op .column .job figure {
  float: right;
}

[class^='voice pharmacist-'] .column-box.op .column .job figure img,
[class^='voice synthesis-'] .column-box.op .column .job figure img {
  max-width: 532px;
  width: 100%;
}

[class^='voice pharmacist-'] .column-box.op .column .heading-4,
[class^='voice synthesis-'] .column-box.op .column .heading-4 {
  margin-top: 3rem;
}

[class^='voice pharmacist-'] .ribbon_box-l,
[class^='voice synthesis-'] .ribbon_box-l {
  display: block;
  position: relative;
  padding: 4.0rem 0 0;
  width: 100%;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon,
[class^='voice synthesis-'] .ribbon_box-l .ribbon {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 0;
  margin: 0 0 0 -4rem;
  width: calc(100% + 4.0rem);
  color: #fff;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon .title-ribbon,
[class^='voice synthesis-'] .ribbon_box-l .ribbon .title-ribbon {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon .title-ribbon img,
[class^='voice synthesis-'] .ribbon_box-l .ribbon .title-ribbon img {
  max-width: 12.4rem;
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .ribbon_box-l .ribbon .title-ribbon img,
  [class^='voice synthesis-'] .ribbon_box-l .ribbon .title-ribbon img {
    max-width: 15.7rem;
  }
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon:after,
[class^='voice synthesis-'] .ribbon_box-l .ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 27px 20px 27px 0px;
  border-style: solid;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon:before,
[class^='voice synthesis-'] .ribbon_box-l .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
}

[class^='voice pharmacist-'] .ribbon_box-r,
[class^='voice synthesis-'] .ribbon_box-r {
  display: block;
  position: relative;
  padding: 4.0rem 0 0;
  width: 100%;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon,
[class^='voice synthesis-'] .ribbon_box-r .ribbon {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 0;
  margin: 0 -4rem 0 0;
  width: calc(100% + 4.0rem);
  color: #fff;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon .title-ribbon,
[class^='voice synthesis-'] .ribbon_box-r .ribbon .title-ribbon {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon .title-ribbon img,
[class^='voice synthesis-'] .ribbon_box-r .ribbon .title-ribbon img {
  max-width: 22rem;
}

@media (min-width: 769px) {

  [class^='voice pharmacist-'] .ribbon_box-r .ribbon .title-ribbon img,
  [class^='voice synthesis-'] .ribbon_box-r .ribbon .title-ribbon img {
    max-width: 26.7rem;
  }
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon:after,
[class^='voice synthesis-'] .ribbon_box-r .ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-width: 27px 0 27px 20px;
  border-style: solid;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon:before,
[class^='voice synthesis-'] .ribbon_box-r .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
}

[class^='voice pharmacist-'] main {
  background-image: url(../img/common/head-back_pharmacist.svg);
}

[class^='voice pharmacist-'] .name ruby {
  color: #ea608e;
}

[class^='voice pharmacist-'] .history {
  border-color: #ea608e;
}

[class^='voice pharmacist-'] .history .history-title {
  color: #ea608e;
}

[class^='voice pharmacist-'] .history .history-list .history-item:after {
  color: #ea608e;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon {
  background: #ea608e;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon:after {
  border-color: transparent #fff8e2 transparent transparent;
}

[class^='voice pharmacist-'] .ribbon_box-l .ribbon:before {
  border-right: solid 20px #b94a72;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon {
  background: #ea608e;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon:after {
  border-color: transparent transparent transparent #fff8e2;
}

[class^='voice pharmacist-'] .ribbon_box-r .ribbon:before {
  border-left: solid 20px #b94a72;
}

[class^='voice pharmacist-'] .heading-4 {
  color: #ea608e;
}

[class^='voice synthesis-'] main {
  background-image: url(../img/common/head-back_sougou.svg);
}

[class^='voice synthesis-'] .name ruby {
  color: #4774b9;
}

[class^='voice synthesis-'] .history {
  border-color: #4774b9;
}

[class^='voice synthesis-'] .history .history-title {
  color: #4774b9;
}

[class^='voice synthesis-'] .history .history-list .history-item:after {
  color: #4774b9;
}

[class^='voice synthesis-'] .ribbon_box-l .ribbon {
  background: #4774b9;
}

[class^='voice synthesis-'] .ribbon_box-l .ribbon:after {
  border-color: transparent #fff8e2 transparent transparent;
}

[class^='voice synthesis-'] .ribbon_box-l .ribbon:before {
  border-right: solid 20px #365b94;
}

[class^='voice synthesis-'] .ribbon_box-r .ribbon {
  background: #4774b9;
}

[class^='voice synthesis-'] .ribbon_box-r .ribbon:after {
  border-color: transparent transparent transparent #fff8e2;
}

[class^='voice synthesis-'] .ribbon_box-r .ribbon:before {
  border-left: solid 20px #365b94;
}

[class^='voice synthesis-'] .heading-4 {
  color: #4774b9;
}

@media (min-width: 769px) {
  .voice.pharmacist-1 .qa-list figure {
    float: right;
    width: 100%;
    max-width: 27rem;
    margin-top: -13%;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .voice.pharmacist-2 .qa-list figure {
    float: right;
    width: 100%;
    max-width: 32rem;
    margin-top: -10%;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .voice.pharmacist-3 .qa-list figure {
    float: right;
    width: 100%;
    max-width: 32rem;
    margin-top: -10%;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .voice.synthesis-1 .qa-list figure {
    float: right;
    width: 100%;
    max-width: 39rem;
    margin-top: -10%;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .voice.synthesis-2 .qa-list figure {
    float: right;
    width: 100%;
    max-width: 39rem;
    margin-top: -15%;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .voice.synthesis-3 .qa-list figure {
    float: right;
    width: 100%;
    max-width: 33rem;
    margin-top: -14%;
    margin-bottom: 0;
    margin-left: 3rem;
  }
}

body.questionnaire p {
  margin: 0;
}

body.questionnaire li {
  margin: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.015em;
}

body.questionnaire .head-block .heading img {
  width: 75%;
}

@media (min-width: 641px) {
  body.questionnaire .head-block .heading img {
    width: auto;
  }
}

body.questionnaire .color-box {
  margin: 8rem 0;
  padding: 12% 5.4% 0.5em 2.7%;
  background-image: url(../img/questionnaire/questionnaire_body.png);
}

body.questionnaire .color-box::before {
  background-image: url(../img/questionnaire/questionnaire_header.png);
  height: 5%;
}

body.questionnaire .color-box::after {
  background-image: url(../img/questionnaire/questionnaire_footer.png);
  height: 6%;
}

body.questionnaire .color-box.bad {
  margin-top: 15%;
  padding-top: 15%;
  background-image: url(../img/questionnaire/questionnaire_bad_body.png);
}

body.questionnaire .color-box.bad::before {
  background-image: url(../img/questionnaire/questionnaire_bad_header.png);
  height: 17.5vw;
}

body.questionnaire .color-box.bad::after {
  background-image: url(../img/questionnaire/questionnaire_bad_footer.png);
}
body.questionnaire .color-box-5 .ranking-body

body.questionnaire .color-box-5 .wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

body.questionnaire .color-box-5 .wrap .box-1 {
  order: 2;
}

body.questionnaire .color-box-5 .wrap .box-2 {
  order: 1;
  display: flex;
  justify-content: center;
}

body.questionnaire .color-box-5 .wrap .box-2 img {
  display: block;
  margin: auto;
  max-width: min(65vw, 100%);
}

body.questionnaire .color-box-3 .ranking-head{
  top: -0.5rem;
  left: 0%;
  width: 95%;
}

@media (min-width: 768px) {
  body.questionnaire .color-box.bad {
    padding-top: 15%;
  }

  body.questionnaire .color-box.bad::before {
    height: 9%;
  }

  body.questionnaire .color-box.bad::after {
    height: 7%;
  }

  body.questionnaire .color-box-5 .wrap {
    flex-wrap: nowrap;
  }

  body.questionnaire .color-box-5 .wrap .box-1 {
    order: 1;
  }

  body.questionnaire .color-box-5 .wrap .box-2 {
    order: 2;
  }
}

@media (min-width: 641px) {
  body.questionnaire .color-box.bad {
    padding-top: 15%;
  }

  body.questionnaire .color-box.bad::before {
    height: 11%;
  }

  body.questionnaire .color-box.bad::after {
    height: 9%;
  }
}

@media (min-width: 769px) {
  body.questionnaire .color-box.bad {
    padding-top: 8%;
  }

  body.questionnaire .color-box.bad::before {
    height: 15.234vw;
    max-height: 162.5px;
    top: -8%;
  }

  body.questionnaire .color-box.bad::after {
    height: 12%;
  }
}

@media (min-width: 560px) {
  body.questionnaire .color-box {
    padding-top: 15%;
  }

  body.questionnaire .color-box::before {
    height: 6%;
  }

  body.questionnaire .color-box::after {
    height: 7%;
  }
  body.questionnaire .color-box-5::before {
    height: 7%;
  }

  body.questionnaire .color-box-5::after {
    height: 9%;
  }
}

@media (min-width: 641px) {
  body.questionnaire .color-box {
    padding-top: 15%;
  }

  body.questionnaire .color-box::before {
    height: 7%;
  }

  body.questionnaire .color-box::after {
    height: 8%;
  }
  body.questionnaire .color-box-5::before {
    /* height: 10%; */
    height: 7%;
  }
  body.questionnaire .color-box-5::after {
    /* height: 12%; */
    height: 8%;
}
}

@media (min-width: 769px) {
  body.questionnaire .color-box {
    padding-top: 12%;
  }
  body.questionnaire .color-box-5 {
    /* padding-top: 17%; */
    padding-top: 15%;
  }
  body.questionnaire .color-box-5 .ranking-body {
    display: grid;
	grid-template-areas:
	"yesttl yesttl"
	"yescont graph"
	"nocont nocont";
	grid-template-columns: 1fr 37%;
	grid-template-rows: 1fr auto auto;
	gap: 0 1.75%;
  }
  body.questionnaire .color-box-5 .ranking-body .cont-graph {
	grid-area: graph;
	width: 100%;
  }
  body.questionnaire .color-box-5 .ranking-body .cont-yes {
	grid-area: yesttl;
  }
  body.questionnaire .color-box-5 .ranking-body .cont-yes-sub {
	grid-area: yescont;
  }
  body.questionnaire .color-box-5 .ranking-body .cont-no {
	grid-area: nocont;
	margin-top: -2rem;
  }
  body.questionnaire .color-box-5 .ranking-body .cont-no .ranking-content-sub {
    margin-bottom: 1rem;
  }

  body.questionnaire .color-box::before {
    height: min(9vw,10%);
  }

  body.questionnaire .color-box::after {
    height: min(11vw,11.6%);
  }

  body.questionnaire .color-box-1::after {
    height: min(11vw,13%);
  }
  body.questionnaire .color-box-5::before {
    /* height: 11.5%; */
    height: 12%;
  }

  body.questionnaire .color-box-5::after {
    height: min(11vw,15%);
  }
}

body.questionnaire .lead {
  text-align: center;
  padding: 1rem 0;
  background-image: url("../img/questionnaire/bg_questionnaire.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.questionnaire .lead p {
  font-size: 4.375vw;
}

@media (min-width: 470px) {
  body.questionnaire .lead p {
    font-size: 3.829vw;
  }
}

@media (min-width: 560px) {
  body.questionnaire .lead p {
    font-size: 2rem;
  }
}

body.questionnaire .ranking {
  width: 90%;
  margin: 0 auto 10%;
}

body.questionnaire .ranking-head {
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  display: block;
}

body.questionnaire .ranking-head span {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%) rotate(-2deg);
  transform: translateY(-50%) rotate(-2deg);
  color: #fff;
  font-size: 5.142vw;
}

body.questionnaire .ranking-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.questionnaire .ranking-content-main .detail {
  width: 75%;
  flex-grow: 1;
}

body.questionnaire .ranking-content-main .detail h3 {
  color: #ec6d74;
  font-size: 4.571vw;
  padding-top: 0.5rem;
}

body.questionnaire .ranking-content-main .detail p {
  font-size: 4.285vw;
  font-feature-settings: "palt";
  line-height: 1.5em;
}

body.questionnaire .ranking-content-main p.sp {
  font-size: 3.714vw;
  margin-top: 1rem;
}

body.questionnaire .ranking-content-main .badge {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 110px;
  width: 20%;
  height: auto;
  position: relative;
  margin-right: 1rem;
}

body.questionnaire .ranking-content-main .badge .rank-number {
	display: flex;
    align-items: baseline;
    justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4vw;
  line-height: 1;
}

body.questionnaire .ranking-content-main .badge .rank-number span {
  font-size: 6vw;
}

body.questionnaire .ranking-content-sub {
  font-size: 3.428vw;
  margin-left: 1rem;
  /* margin-bottom: 2rem; */
}
body.questionnaire .ranking-content-sub .sub-ttl {
	font-size: 3.714vw;
	margin-bottom: 1rem;
	font-feature-settings: "palt";
}

body.questionnaire .ranking-content-sub ul li {
  line-height: 1.75;
  padding-left: 3.428vw;
  text-indent: -3.428vw;
}

body.questionnaire .ranking-content-sub ul li::before {
  content: '●';
}
body.questionnaire .ranking-content.cont-no {
	margin-top: 2rem;
}
body.questionnaire .cont-graph {
	width: 58%;
    margin: 1rem auto;
}
body.questionnaire .ranking-content .border {
  line-height: 0;
  margin: 0 0 2rem;
}

body.questionnaire .ranking.select .ranking-content-main .detail h3 {
  color: #914897;
}

body.questionnaire .ranking.bad .ranking-head {
  width: 95%;
  top: 0;
}

body.questionnaire .ranking.bad .ranking-content-main p {
  margin-left: .5rem;
}

body.questionnaire .ranking.bad .ranking-content-main .sp {
  color: #fff;
}

body.questionnaire .ranking.bad .ranking-content-main .detail {
  width: 72%;
}

body.questionnaire .ranking.bad .ranking-content-main .detail h3 {
  color: #dbdcdc;
}

body.questionnaire .ranking.bad .ranking-content-main .detail p {
  color: #fff;
}

body.questionnaire .ranking.bad .ranking-content-main .badge {
  width: 23%;
}

body.questionnaire .ranking.bad .ranking-content-main .badge .rank-number {
  top: 60%;
  color: #345f86;
}

body.questionnaire .ranking.bad .ranking-content-sub {
  color: #fff;
  margin-left: .5rem;
}

body.questionnaire .color-box-2 .detail h3 {
  color: #0088cd;
}

body.questionnaire .color-box-4 .detail h3 {
  color: #eb6101;
}

@media (min-width: 560px) {
  body.questionnaire .ranking.bad .ranking-head {
    left: -1rem;
    width: 90%;
  }
}

@media (min-width: 769px) {
  body.questionnaire .ranking.bad {
    margin-left: 5%;
  }

  body.questionnaire .ranking.bad .ranking-head {
    width: 75%;
    left: 6%;
  }

  body.questionnaire .ranking.bad .ranking-body {
    width: 90%;
    margin: 0 auto;
  }

  body.questionnaire .ranking.bad .ranking-content-main .detail {
    width: 75%;
  }
}

body.questionnaire .ranking.feel .ranking-content-main .detail h3 {
  color: #1eaa39;
}

@media (min-width: 470px) {
  body.questionnaire .ranking-content-main .detail h3 {
    font-size: 4.680vw;
  }

  body.questionnaire .ranking-content-main p.sp {
    font-size: 3.829vw;
  }

  body.questionnaire .ranking-content-main .badge .rank-number {
    font-size: 4.042vw;
  }

  body.questionnaire .ranking-content-main .badge .rank-number span {
    font-size: 5.957vw;
  }

  body.questionnaire .ranking-content-sub {
    font-size: 1.5rem;
  }

  body.questionnaire .ranking-content-sub ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
}

@media (min-width: 560px) {
  body.questionnaire .ranking-head {
    width: 80%;
    left: -4.5rem;
  }

  body.questionnaire .ranking-head span {
    font-size: 2.6rem;
  }

  body.questionnaire .ranking-content-main .detail h3 {
    font-size: 2.6rem;
  }
  body.questionnaire .ranking-content-main .detail p {
    font-size: 2rem;
  }

  body.questionnaire .ranking-content-main p.sp {
    font-size: 2rem;
  }
  body.questionnaire .ranking-content-sub .sub-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
  }


  body.questionnaire .ranking-content-main .badge .rank-number {
    /* font-size: 2.7rem; */
    font-size: 2.2rem;
    width: 90%;
    text-align: center;
  }

  body.questionnaire .ranking-content-main .badge .rank-number span {
    font-size: 3.2rem;
  }
  body.questionnaire .color-box-3 .ranking-head {
    top: 0;
    left: -2rem;
    width: 90%;
  }
  body.questionnaire .color-box-5 .ranking-content-main .badge {
    width: 10%;
  }
}

@media (min-width: 769px) {
  body.questionnaire .ranking {
    width: 85%;
  }

  body.questionnaire .ranking-head {
    top: 3rem;
    width: 56%;
    margin-left: 0;
    left: 10%;
  }

  body.questionnaire .ranking-head span {
    font-size: 2.6rem;
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    top: 20%;
  }

  body.questionnaire .color-box-3 .ranking-head {
    top: 1.5rem;
    left: 7%;
    width: 74%;
  }

  body.questionnaire .ranking-content-main .badge {
    width: 16%;
    margin: 0 2rem 0 0;
  }


  body.questionnaire .ranking-content-sub {
    margin-bottom: 4rem;
  }

  body.questionnaire .ranking-content .border {
    margin-bottom: 4rem;
  }
}

body.faq .lead {
  text-align: center;
  padding: 1rem 0;
  background-image: url("../img/faq/bg_question.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

body.faq .lead p {
  font-size: 4.375vw;
}

@media (min-width: 470px) {
  body.faq .lead p {
    font-size: 3.829vw;
  }
}

@media (min-width: 560px) {
  body.faq .lead p {
    font-size: 2rem;
  }
}

body.faq .lead img {
  position: absolute;
  margin-top: 1rem;
  bottom: -10rem;
  z-index: -1;
}

body.faq .lead img:first-of-type {
  left: 5%;
  width: auto;
  height: 31.25vw;
  max-height: 128px;
}

body.faq .lead img:nth-of-type(2) {
  right: 5%;
  width: 33.437vw;
  max-width: 150px;
}

@media (min-width: 470px) {
  body.faq .lead img:first-of-type {
    max-height: 135px;
  }
}

@media (min-width: 769px) {
  body.faq .lead img {
    bottom: -2rem;
  }

  body.faq .lead img:first-of-type {
    height: 80%;
    left: 15%;
    max-height: 170px;
  }

  body.faq .lead img:nth-of-type(2) {
    width: 26.041vw;
    right: 10%;
    max-width: 200px;
  }
}

body.faq .main {
  margin: 14rem 0 4rem;
}

@media (min-width: 769px) {
  body.faq .main {
    margin-top: 4rem;
  }
}

body.faq .question-box {
  border-bottom: 2px solid #ec6d74;
  padding: 3rem 2rem;
}

body.faq .question-box:first-of-type {
  border-top: 2px solid #ec6d74;
}

body.faq .question-box p {
  margin: 0 0 0 4rem;
}

body.faq .question-box .question {
  text-indent: -3.8rem;
  padding-left: 4rem;
}

body.faq .question-box .question::before {
  content: 'Q.';
  font-size: 2.8rem;
  margin-right: 1rem;
}

@media (min-width: 769px) {
  body.faq .question-box .question {
    padding-left: 4rem;
  }
}

body.faq .question-box .answer {
  padding-left: 0;
  text-indent: -3.8rem;
  margin-top: 1rem;
}

body.faq .question-box .answer::before {
  content: 'A.';
  font-size: 2.8rem;
  margin-right: 1rem;
  line-height: 1;
}

@media (min-width: 769px) {
  body.faq .question-box .answer {
    padding-left: 4rem;
    text-indent: -8rem;
  }
}

body.faq .question-box .q-need+.answer {
  padding-left: 4rem;
  text-indent: -4rem;
  margin: 0;
}

body.faq .question-box .q-area {
  color: #f08e42;
}

body.faq .question-box .q-group {
  color: #3db270;
}

body.faq .question-box .q-sougou {
  color: #ef8337;
}

body.faq .question-box .q-need {
  color: #af61a2;
}

body.faq .question-box .q-how {
  color: #5bb431;
}

body.faq .question-box .q-when {
  color: #eb6d56;
}

body.faq .question-box .q-house {
  color: #1695d4;
}

body.faq .question-box .q-transfer {
  color: #796bae;
}

body.faq .question-box .q-maternity {
  color: #3db270;
}

body.faq .question-box .q-part {
  color: #f08e42;
}

body.recruitment .heading-4 {
  color: #292929;
  font-size: 1.5rem;
}

@media (min-width: 769px) {
  body.recruitment .heading-4 {
    font-size: 2rem;
  }
}

body.recruitment .color-box {
  padding: 3rem 2em 0.5em;
}

body.recruitment .color-box h2 {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 769px) {
  body.recruitment .color-box {
    padding: 3rem 0 0;
  }

  body.recruitment .color-box h2 {
    width: 75%;
  }
}

body.recruitment .color-box .column-box:nth-of-type(2) {
  margin: 3rem auto;
}

body.recruitment .color-box .column-box a:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 370px) {
  body.recruitment .color-box .column-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 470px) {
  body.recruitment .color-box .column-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  body.recruitment .color-box .column-box:first-of-type {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body.recruitment .color-box .column-box .column-content:first-child {
    width: 55%;
  }

  body.recruitment .color-box .column-box .column-content:nth-child(2) {
    width: 40%;
  }

  body.recruitment .color-box .column-box a {
    width: 48%;
    display: block;
  }
}

body.recruitment .color-box .inner-box {
  margin: 2rem auto 0;
}

@media (min-width: 769px) {
  body.recruitment .color-box .inner-box {
    margin: 4rem auto 0;
  }
}

.human_resource .main .heading span {
  display: block;
  margin-bottom: 2rem;
}

.human_resource .main .round-box {
  position: relative;
  height: 1.5em;
}

.human_resource .main .round-box span {
  border: 1.3rem solid #fcefee;
  letter-spacing: 0.2em;
  position: absolute;
  top: -150%;
  left: 0;
  right: 0;
  width: 9em;
  margin: auto;
}

@media (min-width: 769px) {
  .human_resource .main .round-box {
    height: 5em;
  }

  .human_resource .main .round-box span {
    border: 2rem solid #fcefee;
    top: -60%;
    width: 11em;
  }
}

.human_resource .main .heading img {
  display: block;
  margin: 0 auto;
}

.human_resource .main .lead {
  margin-top: 6rem;
}

.human_resource .main .color-box {
  margin-top: 6.0rem;
  padding: 0 1em 0.5em;
  background-image: url(../img/common/color-box_body.png);
}

.human_resource .main .color-box:before {
  height: 35px;
  background-image: url(../img/common/color-box_footer.png);
  background-position: top center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .human_resource .main .color-box {
    margin-top: 12.0rem;
    padding: 0 6.7em 2em;
  }
}

.human_resource .main .column-box {
  display: block;
  width: calc(100% - 3rem);
  background-image: url(../img/human_resource/bg-body.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 9%;
  position: relative;
  z-index: 1;
}

.human_resource .main .column-box:before,
.human_resource .main .column-box:after {
  content: "";
  width: 100%;
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: -1;
}

.human_resource .main .column-box:before {
  background-image: url(../img/human_resource/bg-header.png);
  background-position: bottom center;
  top: -2.2rem;
}

.human_resource .main .column-box:after {
  background-image: url(../img/human_resource/bg-footer.png);
  background-position: top center;
  bottom: -2.2rem;
}

.human_resource .main .column-box .column {
  padding: 0;
}

.human_resource .main .column-box .column p {
  font-size: 1.3rem;
}

.human_resource .main .column-box .column ul {
  display: inline-block;
  font-size: 1.3rem;
}

.human_resource .main .column-box .column ul li {
  padding-left: 1.2rem;
  position: relative;
}

.human_resource .main .column-box .column ul li:before {
  content: "▲";
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1.2rem;
  color: #ef858c;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.human_resource .main .column-box .column ul li:last-of-type {
  margin-bottom: 0;
}

.human_resource .main .column-box .column figure img {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .human_resource .main .column-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 27%);
    padding: 1rem 15% 1rem 12%;
    margin: 0 0 6em;
  }

  .human_resource .main .column-box .column {
    margin-bottom: 0;
  }

  .human_resource .main .column-box .column p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .human_resource .main .column-box .column ul {
    font-size: 1.5rem;
  }

  .human_resource .main .column-box .column figure img {
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(1) {
    padding: 1rem 15% 1rem 12%;
  }
}

.human_resource .main .column-box:nth-of-type(1) .column figure img {
  max-width: 7.1rem;
  margin: 0 1rem 0 0;
}

.human_resource .main .column-box:nth-of-type(1) .column.column-2_5 {
  float: left;
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(1) .column figure {
    margin: -6rem 0 -4rem;
  }

  .human_resource .main .column-box:nth-of-type(1) .column figure img {
    max-width: 12.8rem;
    padding-right: 25%;
    margin: 0 auto;
  }

  .human_resource .main .column-box:nth-of-type(1) .column.column-2_5 {
    float: none;
  }
}

.human_resource .main .column-box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(2) {
    padding: 1rem 12% 1rem 15%;
  }
}

.human_resource .main .column-box:nth-of-type(2) .column figure img {
  max-width: 7.2rem;
  margin: 0 auto;
}

.human_resource .main .column-box:nth-of-type(2) .column.column-2_5 {
  float: right;
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(2) .column figure {
    margin: -6rem 0;
  }

  .human_resource .main .column-box:nth-of-type(2) .column figure img {
    max-width: 13.6rem;
    margin: 0 0 0 5rem;
  }

  .human_resource .main .column-box:nth-of-type(2) .column.column-2_5 {
    float: none;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(3) {
    padding: 1rem 15% 1rem 12%;
  }
}

.human_resource .main .column-box:nth-of-type(3) .column figure img {
  max-width: 6rem;
  margin: 0 1rem 0 0;
}

.human_resource .main .column-box:nth-of-type(3) .column.column-2_5 {
  float: left;
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(3) .column figure {
    margin: -6rem 0;
  }

  .human_resource .main .column-box:nth-of-type(3) .column figure img {
    max-width: 11.2rem;
    margin: 0 auto;
    padding-right: 6rem;
  }

  .human_resource .main .column-box:nth-of-type(3) .column.column-2_5 {
    float: none;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    max-width: 38%;
  }
}

.human_resource .main .column-box:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(4) {
    padding: 1rem 12% 1rem 15%;
    margin: 0 0 3em;
  }
}

.human_resource .main .column-box:nth-of-type(4) .column figure img {
  max-width: 13.7rem;
  margin: 0 -2rem 0 0;
}

.human_resource .main .column-box:nth-of-type(4) .column.column-2_5 {
  float: right;
}

@media (min-width: 769px) {
  .human_resource .main .column-box:nth-of-type(4) .column figure {
    margin: -3rem 0 -4.2rem;
  }

  .human_resource .main .column-box:nth-of-type(4) .column figure img {
    max-width: 25.2rem;
    margin: 0 auto;
  }

  .human_resource .main .column-box:nth-of-type(4) .column.column-2_5 {
    float: none;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}

.human_resource .main .name {
  margin-top: 2rem;
}

.human_resource .main .name ruby {
  font-size: 1.8rem;
}

.human_resource .main .name ruby rb {
  padding-top: 0.5rem;
}

.human_resource .main .name ruby rt {
  font-size: 1.0rem;
}

.human_resource .main .name .date {
  font-size: 1.2rem;
  margin-left: 1.5rem;
}

@media (min-width: 769px) {
  .human_resource .main .name {
    margin-top: 0;
  }

  .human_resource .main .name ruby {
    font-size: 2.2rem;
  }

  .human_resource .main .name ruby rb {
    padding-top: 1rem;
  }

  .human_resource .main .name ruby rt {
    font-size: 1.2rem;
  }
}

.human_resource .main .heading-2 {
  font-size: 2rem;
  padding: 1.5em 0 0;
  margin: 0 0 0.9em;
  color: #ec6d74;
}

.human_resource .main .heading-2 span {
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}

.human_resource .main .heading-2 span:before,
.human_resource .main .heading-2 span:after {
  content: none;
}

@media (min-width: 769px) {
  .human_resource .main .heading-2 {
    font-size: 2.2rem;
  }

  .human_resource .main .heading-2 span {
    margin: 0;
    padding: 0 1.5em;
    letter-spacing: 0;
    text-align: left;
  }

  .human_resource .main .heading-2 span:before,
  .human_resource .main .heading-2 span:after {
    position: absolute;
    top: 46%;
    content: '';
    width: 33%;
    height: 1px;
    border-bottom: 0.7rem dotted #ec6d74;
  }

  .human_resource .main .heading-2 span:before {
    right: 100%;
  }

  .human_resource .main .heading-2 span:after {
    left: 100%;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 2px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .modaal-video-wrap {
    margin: auto 50px;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 950px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 450px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-video-container {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  max-width: 800px;
}

.modaal-video-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/top/movie/win-mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
  position: absolute;
  /* padding: 30% 2% 2%;
  top: -27%;
  left: -2%;
  right: -2%; */
  top: 0;
  left: -20px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  border: 20px solid #f29600;
  border-radius: 20px;
  margin: auto;
  z-index: 0;
}

/* .modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  top: 19%;
} */