@charset "UTF-8";
#content.site-content {
  width: 100%;
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #4a4a4a;
  /*common*********************************/
  /* header */
  /* section / btn / title */
  /* section (separate) */
  /* footer */
  /*index*********************************/
  /* bnr */
  /* kv */
  /* movie */
  /*service*********************************/
  /* nav */
  /* contents */
  /* page navi */
  /* flowbox */
  /* service7 */
  /* .service8 */
  /* service11 */
  /* swiper */
  /*staff*********************************/
  /* nav */
  /* contents */
  /* text size02 */
  /* end text sixe02 */
  /*medical mall*********************************/
  /* nav */
  /* contents */
  /*news / blog*********************************/
  /* nav */
  /* contents */
  /*access*********************************/
  /* 2019/12/26 add start **********/
  /* 2019/12/26 add end **********/
  /*concept*********************************/
  /*company*********************************/
  /*privacy*********************************/
  /*contact*********************************/
  /*entry*********************************/
  /*medical-mall*********************************/
  /*faq*********************************/
  /* faqNav */
  /* contents */
  /*emergency*********************************/
  /* contents */
  /*page common*********************************/
  /* contentsArea2 */
  /* text size02 */
  /* end text sixe02 */
  /*basic_info*********************************/
  /**********************************/
  /* subpage */
  /*recruit*********************************/
}
#content.site-content small {
  font-size: smaller;
}
@media screen and (min-width: 1031px) {
  #content.site-content .pc {
    display: block;
  }
  #content.site-content .sp {
    display: none !important;
  }
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  #content.site-content .sp {
    display: none !important;
  }
  #content.site-content .pc {
    display: block;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .sp {
    display: block;
  }
  #content.site-content .pc {
    display: none !important;
  }
}
#content.site-content #sprite {
  display: none;
}
#content.site-content body {
  width: 100%;
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #4a4a4a;
}
#content.site-content .page404 #key {
  background: #ffffff url(/common/images/common/bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative !important;
}
@media screen and (max-width: 679px) {
  #content.site-content .page404 #key {
    background-attachment: inherit;
  }
}
#content.site-content .not-found {
  width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  font-family: "dinregular";
  font-size: 1.4rem;
}
#content.site-content .not-found a {
  font-size: 0.9rem;
  text-decoration: none !important;
  font-weight: normal;
  border-bottom: 1px #009fa8 dashed;
}
#content.site-content .not-found a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
  border-bottom: none;
}
#content.site-content .kana {
  letter-spacing: -0.3rem;
}
#content.site-content #wrap {
  /*   overflow: hidden; */
}
#content.site-content .green {
  color: #009fa8;
}
#content.site-content header {
  width: 100%;
  height: 84px;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
#content.site-content header a {
  text-decoration: none !important;
}
#content.site-content #headerWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}
#content.site-content header h1 {
  width: 170px;
  position: absolute;
  top: 14px;
}
#content.site-content header h1 a {
  display: block;
  line-height: 1;
}
#content.site-content header h1 a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
#content.site-content header h1 svg {
  width: 170px;
  height: 53px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#content.site-content header #nav1 {
  overflow: hidden;
  margin: 10px 0 10px 0;
  float: right;
}
#content.site-content header #nav1 li {
  display: block;
  float: left;
  margin-left: 5px;
  text-align: center;
}
#content.site-content header #nav1 li a {
  width: 150px;
  height: 30px;
  background: #fff;
  border: 1px solid #113a5c;
  box-sizing: border-box;
  color: #113a5c;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1;
  display: block;
}
#content.site-content header #nav1 li a:hover,
#content.site-content header #nav1 li a:focus {
  background: #113a5c;
  color: #fff;
  font-weight: normal;
}
#content.site-content header #nav1 li a:hover svg,
#content.site-content header #nav1 li a:focus svg {
  fill: #fff;
}
#content.site-content header #nav1 li.current a {
  background: rgba(17, 58, 92, 0.55);
  color: #fff;
  font-weight: normal;
}
#content.site-content header #nav1 li.current a svg {
  fill: #fff;
}
#content.site-content header #nav1 li span {
  width: 150px;
  height: 28px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-indent: -0.5rem;
}
#content.site-content header #nav1 li svg {
  fill: #113a5c;
  vertical-align: middle;
  margin-top: -3px;
}
#content.site-content header #nav1 li.nav1-1 a {
  width: 30px;
  background: #009fa8;
  border: none;
}
#content.site-content header #nav1 li.nav1-1 a span {
  text-indent: 0;
  color: #fff;
  white-space: nowrap;
}
#content.site-content header #nav1 li.nav1-1 svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-top: 0;
}
#content.site-content header #nav1 li.nav1-2 svg {
  width: 14px;
  height: 14px;
}
#content.site-content header #nav1 li.nav1-3 svg {
  width: 16px;
  height: 16px;
  padding-right: 1px;
}
#content.site-content header #nav1 li.nav1-4 svg {
  width: 14px;
  height: 14px;
  padding-right: 3px;
}
#content.site-content header #nav1 li.nav1-5 a {
  background: #113a5c;
  color: #fff;
  font-weight: normal;
}
#content.site-content header #nav1 li.nav1-5 svg {
  width: 16px;
  height: 16px;
  padding-right: 3px;
  fill: #fff;
}
#content.site-content header #nav1 li.nav1-5 a:hover,
#content.site-content header #nav1 li.nav1-5 a:focus {
  background: #009fa8;
  border: 1px solid #009fa8;
}
#content.site-content header #nav2 {
  overflow: hidden;
  float: right;
}
#content.site-content header #nav2 ul li {
  float: left;
}
#content.site-content header #nav2 ul li.current a {
  color: #009fa8;
}
#content.site-content header #nav2 ul li a {
  display: block;
  color: #4a4a4a;
  padding: 0 16px 0 16px;
  box-sizing: border-box;
}
#content.site-content header #nav2 a:hover,
#content.site-content header #nav2 a:focus {
  color: #009fa8;
  border-bottom: 3px solid #009fa8;
  transition: opacity 0.1s linear;
  transition: border-bottom 0.1s linear;
}
#content.site-content header #menu,
#content.site-content header #close {
  display: none;
}
#content.site-content header #navArea {
  display: block;
}
@media screen and (min-width: 680px) {
  #content.site-content .pnm {
    display: none;
  }
}
@media screen and (max-width: 1030px) and (min-width: 680px) {
  #content.site-content header {
    height: 152px;
  }
  #content.site-content #headerWrap {
    width: 100%;
    padding: 0;
  }
  #content.site-content h1 {
    position: static !important;
    top: inherit !important;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }
  #content.site-content #nav1,
  #content.site-content #nav2 {
    width: 100%;
    float: none !important;
  }
  #content.site-content #nav1 {
    margin-bottom: 10px !important;
  }
  #content.site-content #nav1 ul,
  #content.site-content #nav2 ul {
    display: table;
    margin: 0 auto;
  }
  #content.site-content #nav1 ul li,
  #content.site-content #nav2 ul li {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  #content.site-content #nav1 ul li {
    padding: 0 2px;
  }
  #content.site-content #nav2 ul li a {
    padding: 0 6px 6px 6px !important;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content header {
    height: inherit;
  }
  #content.site-content #headerWrap {
    width: 100%;
    padding: 0;
  }
  #content.site-content h1 {
    width: 120px !important;
    position: static !important;
    top: inherit !important;
    margin: 0 auto;
    padding: 5px 0;
  }
  #content.site-content h1 svg {
    width: 120px !important;
    height: 37px !important;
  }
  #content.site-content #nav1,
  #content.site-content #nav2 {
    width: 100%;
    float: none !important;
  }
  #content.site-content header #menu {
    display: block;
    cursor: pointer;
  }
  #content.site-content header #menu svg {
    width: 18px;
    height: 18px;
    fill: #1a1a1a;
    display: block;
    position: absolute;
    top: 16px;
    margin: auto;
    left: 5%;
  }
  #content.site-content header #close {
    cursor: pointer;
  }
  #content.site-content header #close svg {
    width: 18px;
    height: 18px;
    fill: #1a1a1a;
    display: block;
    position: absolute;
    top: 16px;
    left: 5%;
  }
  #content.site-content header #navArea {
    width: 90%;
    padding: 0 5% 30px 5%;
    display: none;
  }
  #content.site-content #nav1 {
    margin-bottom: 5px !important;
  }
  #content.site-content #nav1 li {
    width: 49%;
    margin-bottom: 5px;
  }
  #content.site-content .nav1-2,
  #content.site-content .nav1-4 {
    margin-left: 0 !important;
  }
  #content.site-content .nav1-3,
  #content.site-content .nav1-5 {
    margin-left: 2% !important;
  }
  #content.site-content header #nav1 li a {
    width: 100% !important;
  }
  #content.site-content header #nav1 li a span {
    width: 100% !important;
    height: auto;
    padding-top: 9px;
    display: block;
    text-indent: -0.5em !important;
  }
  #content.site-content #nav1 .nav1-1 {
    width: 100%;
    margin: 0 0 15px 0 !important;
    float: none;
    clear: both;
  }
  #content.site-content #nav1 .nav1-1 a {
    width: 100% !important;
    height: 40px;
    font-size: 1.2rem;
  }
  #content.site-content #nav1 .nav1-1 a span {
    width: 100%;
    height: auto;
    padding-top: 9px;
    text-indent: -0.5em !important;
    display: block;
  }
  #content.site-content header #nav1 li.nav1-1 svg {
    width: 18px;
    margin-top: -3px !important;
  }
  #content.site-content .pnm {
    display: inline;
  }
  #content.site-content header #nav2 ul li {
    text-align: center;
    margin-bottom: 5px;
    width: 49%;
  }
  #content.site-content header #nav2 ul li:nth-child(2n) {
    padding-left: 2% !important;
  }
  #content.site-content header #nav2 ul li a {
    border: 1px solid #4a4a4a;
    color: #1a1a1a;
    background: #ccecee;
    padding: 10px 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.9rem;
  }
  #content.site-content header #nav2 a:hover,
  #content.site-content header #nav2 a:focus {
    color: #009fa8;
    border: 1px solid;
  }
}
#content.site-content section {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 60px;
}
#content.site-content section.fff {
  background-color: #fff;
}
/* #content.site-content .contentsWrap {
  width: 800px;
  padding: 0 30px;
  margin: 0 auto;
} */
#content.site-content h2 {
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: normal;
  padding: 56px 0 40px 0;
  line-height: 1.4;
}
#content.site-content h2 span {
  font-family: "dinmedium";
  font-size: 0.9rem;
  border-top: 1px solid #999999;
  padding: 14px 20px 0;
}
#content.site-content .btn {
  width: 250px;
  margin: 45px auto 0;
}
#content.site-content .btn a {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #4a4a4a;
  box-sizing: border-box;
  display: block;
  color: #1a1a1a !important;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 3;
}
#content.site-content .btn a:hover,
#content.site-content .btn a:focus {
  color: #009fa8 !important;
  border: 1px solid #009fa8;
  transition: border 0.1s linear;
  transition: color 0.05s linear;
}
#content.site-content .btn a span {
  padding: 30px 0 30px 30px;
  background: url(/common/images/common/icon_btn.png) left center no-repeat;
  background-size: 23px;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  #content.site-content .contentsWrap {
    width: 90% !important;
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .contentsWrap {
    width: 90% !important;
    padding: 0 5% !important;
  }
  #content.site-content section {
    padding-bottom: 60px;
  }
  #content.site-content .btn {
    width: 90% !important;
    margin: 30px auto 0;
  }
  #content.site-content h2 {
    font-size: 2rem;
    padding: 60px 0 45px 0;
  }
  #content.site-content h2 span {
    font-size: 1rem;
  }
}
#content.site-content section.separate {
  display: table;
  padding: 0;
}
#content.site-content .contentsBox {
  width: 50%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  padding: 60px 60px;
}
#content.site-content .contentsBox.ttl_news {
  background: url(/common/images/news/bg.jpg) left top;
  background-size: cover;
}
#content.site-content .contentsBox.ttl_blog {
  background: url(/common/images/blog/bg.jpg) right top;
  background-size: cover;
}
#content.site-content .contentsBox .contentsBoxInner {
  width: 440px;
  position: relative;
}
#content.site-content .contentsBox .contentsBoxInner.right {
  padding-right: 60px;
}
#content.site-content .contentsBox .contentsBoxInner.left {
  padding-left: 60px;
}
#content.site-content .contentsBox .contentsBoxInner .btn {
  margin-top: 60px;
}
#content.site-content .contentsBox h2 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.2;
}
#content.site-content .contentsBox h2 span {
  font-size: 1.1rem;
}
#content.site-content .contentsBox dl {
  width: 100%;
  border-bottom: 1px solid #4a4a4a;
  display: table;
  padding: 15px 0;
}
#content.site-content .contentsBox dl a {
  text-decoration: none;
  color: #808080;
  font-size: 0.9rem;
}
#content.site-content .contentsBox dl a:hover dt,
#content.site-content .contentsBox dl a:hover dd {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
#content.site-content .contentsBox dl dt,
#content.site-content .contentsBox dl dd {
  display: block;
  float: left;
  padding: 0 5px;
}
#content.site-content .contentsBox dl dd {
  width: 330px;
  display: block;
  float: right;
  padding: 0 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1031px) {
  #content.site-content .ttl_news_s {
    display: none;
  }
  #content.site-content .ttl_news_l {
    width: 100%;
    display: table-cell;
  }
}
@media screen and (min-width: 901px) and (max-width: 1030px) {
  #content.site-content .contentsBox .contentsBoxInner {
    width: 90%;
  }
  #content.site-content .contentsBox .contentsBoxInner.right {
    padding-right: 5%;
  }
  #content.site-content .contentsBox .contentsBoxInner.left {
    padding-left: 5%;
  }
  #content.site-content .ttl_news_s {
    display: none;
  }
  #content.site-content .ttl_news_l {
    width: 100%;
    display: table-cell;
  }
}
@media screen and (max-width: 900px) {
  #content.site-content section.separate {
    display: block;
    padding: 0;
  }
  #content.site-content .contentsBox {
    width: 100%;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    padding: 60px 0;
  }
  #content.site-content .contentsBox.ttl_news {
    background: url(/common/images/news/bg.jpg) left top;
    background-size: cover;
    height: 100px;
  }
  #content.site-content .contentsBox.ttl_blog {
    background: url(/common/images/blog/bg.jpg) right top;
    background-size: cover;
    height: 100px;
  }
  #content.site-content .contentsBox .contentsBoxInner {
    width: 90%;
    padding: 0 5% !important;
  }
  #content.site-content .contentsBox .contentsBoxInner.right {
    padding-right: 0;
  }
  #content.site-content .contentsBox .contentsBoxInner.left {
    padding-left: 0;
  }
  #content.site-content .contentsBox h2 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #content.site-content .contentsBox dl {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #4a4a4a;
  }
  #content.site-content .contentsBox dl dt {
    padding-right: 30px;
  }
  #content.site-content .contentsBox dl dd {
    width: 250px;
    float: none;
    padding: 0;
  }
  #content.site-content .ttl_news_s {
    display: block;
  }
  #content.site-content .ttl_news_l {
    display: none;
  }
}
#content.site-content footer {
  background-color: #ffffff;
  padding: 0 0 30px 0;
}
#content.site-content footer .br {
  display: block;
}
@media screen and (max-width: 330px) {
  #content.site-content footer .br {
    display: inline-block;
  }
}
#content.site-content footer #mapArea {
  margin-bottom: 40px;
}
#content.site-content footer #infoArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 40px;
}
#content.site-content footer #infoArea .place {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#content.site-content footer #infoArea .place a {
  text-decoration: none;
  line-height: 1.4;
}
#content.site-content footer #infoArea .place .img {
  width: 254px;
  padding-right: 15px;
}
#content.site-content footer #infoArea .place p {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.5;
}
#content.site-content footer #infoArea .place p .logo {
  width: 97px;
  display: block;
  margin-bottom: 10px;
}
#content.site-content footer #infoArea .place p .logo svg {
  width: 97px;
  height: 119px;
}
#content.site-content footer #infoArea .place p #footer_icon_spot {
  width: 0.8rem;
  height: 0.8rem;
  fill: #113a5c;
}
#content.site-content footer .place .shop {
  font-size: 1rem;
}
#content.site-content .open-close .ttl td {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4a4a4a;
}
#content.site-content .open-close .ttl th {
  color: #009fa8;
  font-weight: normal;
  font-size: 0.8rem;
}
#content.site-content .open-close table td {
  padding: 7px 3px;
  color: #fff;
  border-bottom: 1px solid #4a4a4a;
}
#content.site-content .open-close table td span {
  background: #009fa8;
  display: block;
  line-height: 1;
  padding: 7px;
  border-radius: 30px;
  font-weight: bold\9; /* IE10以下 */
  padding: 10px 7px 5px 7px\9; /* IE10以下 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #content.site-content .open-close table td span:not(:target) {
    font-weight: bold; /* IE10（\9なしでIE11にも適用） */
    padding: 10px 7px 5px 7px; /* IE10以下 */
  }
}
#content.site-content .open-close table th {
  padding: 0 15px;
  border-bottom: 1px solid #4a4a4a;
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 1.2;
}
#content.site-content .open-close table .ttl .holidays {
  padding: 0;
}
#content.site-content footer .contact_btns ul li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#content.site-content footer .contact_btns ul li a {
  width: 180px;
  height: 40px;
  background: #113a5c;
  color: #fff;
  line-height: 1.2;
  display: block;
  text-decoration: none;
}
#content.site-content footer .contact_btns ul li a small {
  font-size: 75%;
}
#content.site-content footer .contact_btns ul li a:hover,
#content.site-content header .contact_btns ul li a:focus {
  background: #fff;
  color: #113a5c;
  border: 1px solid #113a5c;
  box-sizing: border-box;
}
#content.site-content footer .contact_btns ul li a:hover svg,
#content.site-content header .contact_btns ul li a:focus svg {
  fill: #113a5c;
}
#content.site-content footer .contact_btns ul li span {
  width: 180px;
  height: 40px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-indent: -0.5rem;
}
#content.site-content footer .contact_btns ul li svg {
  fill: #fff;
  vertical-align: middle;
  margin-top: -3px;
}
#content.site-content footer .contact_btns ul #footer-contactBtn1 svg {
  width: 25px;
  height: 25px;
}
#content.site-content footer .contact_btns ul #footer-contactBtn2 svg {
  width: 26px;
  height: 26px;
}
#content.site-content footer .contact_btns ul #footer-contactBtn2-2 svg {
  width: 26px;
  height: 26px;
}
#content.site-content footer .contact_btns ul #footer-contactBtn3 svg {
  width: 25px;
  height: 25px;
}
#content.site-content footer nav ul {
  text-align: center;
}
#content.site-content footer nav ul li {
  display: inline-block;
  padding: 0 10px;
}
#content.site-content footer nav ul li a {
  color: #1a1a1a !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.9rem;
}
#content.site-content footer .cp {
  color: #b5b5b1;
  font-size: 0.5rem;
  text-align: center;
  margin-top: 30px;
  clear: both;
}
@media screen and (min-width: 710px) and (max-width: 950px) {
  #content.site-content footer #infoArea {
    justify-content: center;
    width: 100%;
  }
  #content.site-content footer #infoArea .place {
    padding-right: 7px;
  }
  #content.site-content footer #infoArea .place .img {
    width: 210px;
  }
  #content.site-content footer #infoArea .open-close {
    padding-left: 7px;
  }
  #content.site-content footer #infoArea .contact_btns {
    width: 100%;
  }
  #content.site-content footer #infoArea .contact_btns ul {
    width: 100%;
    max-width: 633px;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media screen and (min-width: 590px) and (max-width: 709px) {
  #content.site-content footer #infoArea {
    justify-content: center;
  }
  #content.site-content footer #infoArea .open-close {
    order: 3;
  }
  #content.site-content footer #infoArea .contact_btns {
    order: 2;
    padding-left: 7px;
  }
  #content.site-content footer #infoArea .place {
    padding-right: 7px;
  }
}
@media screen and (max-width: 709px) {
  #content.site-content footer #infoArea .place .img {
    width: 210px;
  }
}
@media screen and (min-width: 530px) and (max-width: 589px) {
  #content.site-content footer #infoArea .place {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 529px) {
  #content.site-content footer #mapArea {
    margin-bottom: 15px;
  }
  #content.site-content footer #infoArea {
    justify-content: center;
  }
  #content.site-content footer #infoArea .place p {
    line-height: 1.3;
  }
  #content.site-content footer #infoArea .open-close {
    margin-bottom: 15px;
  }
  #content.site-content footer #infoArea .contact_btns li a,
  #content.site-content footer #infoArea .contact_btns li a span {
    width: 291px;
  }
  #content.site-content footer #infoArea .place .img {
    width: 172px;
  }
}
@media screen and (max-width: 330px) {
  #content.site-content footer #infoArea .place .img {
    width: 100%;
    padding: 0 0 10px 0;
  }
  #content.site-content footer #infoArea .contact_btns {
    width: 100%;
  }
  #content.site-content footer #infoArea .contact_btns li a {
    width: 100%;
  }
}
#content.site-content footer .sns_icons {
  display: table;
  margin: 30px auto;
}
#content.site-content footer .sns_icons li {
  display: table-cell;
}
#content.site-content footer .sns_icons li a {
  padding: 10px;
  text-decoration: none;
}
#content.site-content footer .sns_icons li #svg_fb {
  fill: #009fa8;
  width: 15px;
  height: 30px;
  vertical-align: top;
}
#content.site-content footer .sns_icons li #svg_tw {
  fill: #009fa8;
  width: 37px;
  height: 30px;
  vertical-align: top;
  position: relative;
  left: 3px;
}
#content.site-content footer .sns_icons li #svg_ig {
  fill: #009fa8;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
#content.site-content .bnr_recruit {
  border: 3px solid #009fa8;
  text-align: center;
  margin: 20px auto;
}
#content.site-content .bnr_recruit .inner {
  width: 100%;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
#content.site-content .bnr_recruit .main_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
#content.site-content .bnr_recruit .sub_text {
  font-size: 1rem;
  color: #009fa8;
}
#content.site-content .bnr_ig {
  width: 100%;
  background: url(/common/images/common/ig_bg.png) center 90%/120% no-repeat;
  text-align: center;
  margin: 20px auto;
  border: 3px solid transparent;
  box-sizing: border-box;
}
#content.site-content .bnr_ig .inner {
  display: block;
  margin: auto;
  padding: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
#content.site-content .bnr_ig .main_text {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}
#content.site-content .bnr_ig .sub_text {
  font-size: 1rem;
}
#content.site-content .swiper-container-kv {
  width: 100%;
  overflow: hidden;
}
#content.site-content .key {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  padding-bottom: 0;
}
#content.site-content .keyWrap {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#content.site-content .keyWrap .item {
  text-align: center;
}
#content.site-content .keyWrap .item .copy {
  width: 90%;
  margin: 0 auto 15px;
}
#content.site-content .keyWrap .item .copy2 {
  width: 90%;
  max-width: 620px;
  margin: 0 auto 20px;
}
#content.site-content .keyWrap .item .txt {
  line-height: 2;
  text-shadow: 1px 1px 1px #fff;
  font-size: 1.4rem;
  color: #1a1a1a;
}
#content.site-content .down {
  fill: #009fa8;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
}
@keyframes zoomDown {
  /*2倍から1倍に小さくなる指定*/
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
#content.site-content .swiper-slide-active .slide-img,
#content.site-content .swiper-slide-duplicate-active .slide-img,
#content.site-content .swiper-slide-prev .slide-img {
  /*Swiperの1シーンの表示時間(speed + autoplayのdelay)+0.2を指定すると、止まることなく縮小→切替→縮小→…が動く*/
  animation: zoomDown 5.2s ease-in-out -0.1s;
  animation-fill-mode: both;
}
#content.site-content .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  #content.site-content .keyWrap .item .txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .keyWrap .item .copy {
    width: 100%;
  }
  #content.site-content .keyWrap .item .txt {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1rem;
  }
}
#content.site-content .mvs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  #content.site-content .mvs {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
#content.site-content .mvs_item {
  text-align: center;
  margin-bottom: 30px;
}
#content.site-content .mvs_item_ttl {
  text-align: left;
}
#content.site-content .mvs_emb {
  width: 480px;
  height: 268.8px;
}
@media screen and (max-width: 1060px) {
  #content.site-content .mvs_emb {
    width: 43vw;
    height: 24.08vw;
  }
}
@media screen and (max-width: 760px) {
  #content.site-content .mvs_emb {
    width: 90vw;
    height: 50.4vw;
  }
  #content.site-content .mvs_item {
    margin-bottom: 20px;
  }
  #content.site-content .mvs_item:last-child {
    margin-bottom: 0;
  }
}
#content.site-content .service_nav {
  overflow: hidden;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
#content.site-content .service_nav li {
  box-sizing: border-box;
  overflow: hidden;
}
#content.site-content #service_nav1 li {
  border: 1px solid #ffffff;
  width: 25%;
}
@media screen and (max-width: 520px) {
  #content.site-content #service_nav1 li {
    width: 50%;
  }
  #content.site-content #service_nav2 {
    margin-bottom: 30px;
  }
}
#content.site-content #service_nav1 li a {
  display: block;
  position: relative;
}
#content.site-content #service_nav1 li a img.txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
#content.site-content #service_nav1 li a img.bg {
  transition: all 0.25s ease-in-out;
}
#content.site-content #service_nav1 li a:hover img.bg {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  height: auto;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}
#content.site-content #service_nav2 {
  margin-bottom: 60px;
}
#content.site-content #service_nav2 li {
  width: 50%;
  margin-bottom: 15px;
  padding: 1.5%;
}
#content.site-content #service_nav2 li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#content.site-content #service_nav2 li a .service_nav2_txtArea {
  display: table;
}
#content.site-content #service_nav2 li a figure {
  width: 37%;
  display: table-cell;
  vertical-align: top;
}
#content.site-content #service_nav2 li a figure img {
  border: 3px solid #83d3d8;
  border-radius: 100px;
  transition: all 0.1s linear;
}
#content.site-content #service_nav2 li a:hover figure img,
#content.site-content #service_nav2 li a:focus figure img {
  border-color: #009fa8;
}
#content.site-content #service_nav2 li a .service_nav2_txtArea {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%;
}
#content.site-content #service_nav2 li a .service_nav2_txtArea .txt1 {
  color: #1a1a1a;
  font-size: 0.85rem;
  margin-top: 5px;
}
#content.site-content #service_nav2 li a .service_nav2_txtArea .txt2 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  min-height: 3rem;
}
#content.site-content
  #service_nav2
  li
  a
  .service_nav2_txtArea
  .service_nav2_btn {
  width: 70%;
  background: #83d3d8;
  color: #fff;
  font-size: 1.15rem;
  text-align: center;
  line-height: 2.8;
  margin-top: 30px;
  transition: all 0.2s linear;
}
#content.site-content
  #service_nav2
  li
  a:hover
  .service_nav2_txtArea
  .service_nav2_btn {
  background: #009fa8;
}
@media screen and (max-width: 679px) {
  #content.site-content #service_nav2 li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 5% 0 0;
    background: url(/common/images/common/arrow_next.png) right center no-repeat;
    background-size: 100%;
  }
  #content.site-content #service_nav2 li a figure {
    width: 38%;
    display: table-cell;
    vertical-align: top;
    padding-right: 5%;
    background: none !important;
    vertical-align: middle;
  }
  #content.site-content #service_nav2 li a:hover figure img {
    opacity: 1 !important;
  }
  #content.site-content
    #service_nav2
    li
    a
    .service_nav2_txtArea
    .service_nav2_btn {
    display: none;
  }
  #content.site-content #service_nav2 li a .service_nav2_txtArea .txt1 {
    font-size: 0.8rem;
  }
  #content.site-content #service_nav2 li a .service_nav2_txtArea .txt2 {
    font-size: 1.2rem;
    line-height: 1.5;
    height: inherit;
  }
}
#content.site-content .service1 #page_key div {
  background: url(/common/images/service/key1.jpg) center top no-repeat;
}
#content.site-content .service2 #page_key div {
  background: url(/common/images/service/key2.jpg) center top no-repeat;
}
#content.site-content .service3 #page_key div {
  background: url(/common/images/service/key3.jpg) center top no-repeat;
}
#content.site-content .service4 #page_key div {
  background: url(/common/images/service/key4.jpg) center top no-repeat;
}
#content.site-content .service5 #page_key div {
  background: url(/common/images/service/key5.jpg) center top no-repeat;
}
#content.site-content .service6 #page_key div {
  background: url(/common/images/service/key6.jpg) center top no-repeat;
}
#content.site-content .service7 #page_key div {
  background: url(/common/images/service/key7.jpg) center top no-repeat;
}
#content.site-content .service8 #page_key div {
  background: url(/common/images/service/key8.jpg) center top no-repeat;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 #page_key div {
    background-position: 30% top !important;
  }
}
#content.site-content .service9 #page_key div {
  background: url(/common/images/service/key9.jpg) center top no-repeat;
}
#content.site-content .service10 #page_key div {
  background: url(/common/images/service/key10.jpg) center top no-repeat;
}
#content.site-content .service11 #page_key div {
  background: url(/common/images/service/key11.jpg) center top no-repeat;
}
#content.site-content .page .page-nav {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#content.site-content .page .page-nav a {
  display: block;
  width: 252px;
  margin: 0 12px;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #4a4a4a;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 930px) {
  #content.site-content .page .page-nav a {
    width: 29%;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .page .page-nav {
    margin-bottom: 30px;
  }
  #content.site-content .page .page-nav a {
    width: 100%;
    margin-bottom: 15px;
  }
}
#content.site-content .anchor {
  clear: both;
  position: relative;
  top: -60px;
  display: block;
}
@media (min-width: 800px) {
  #content.site-content .anchor {
    top: -120px;
  }
}
#content.site-content .service .flowbox {
  position: relative;
  margin-bottom: 60px;
}
#content.site-content .service .flowbox .no {
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: -0.5rem;
  font-size: 6rem;
  line-height: 1;
  color: #009fa8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: top;
}
#content.site-content .service6 .flowbox img {
  filter: blur(5px);
}
#content.site-content .img-blur {
  animation: imageBlur 1s both;
}
@keyframes imageBlur {
  100% {
    filter: blur(0);
  }
}
#content.site-content .service .flow_odd .no {
  left: 30px;
}
#content.site-content .service .flow_even .no {
  right: 30px;
}
#content.site-content .service .flowbox div {
  width: 43%;
  height: auto !important;
  min-height: 300px;
  height: 300px;
  background: #fff;
  padding: 70px 30px 30px;
  margin-top: 2.5rem;
}
#content.site-content .service .flow_odd div {
  padding-right: 90px;
  float: left;
}
#content.site-content .service .flow_even div {
  padding-left: 90px;
  float: right;
}
#content.site-content .page h3 {
  font-size: 1.6rem;
  margin-bottom: 45px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#content.site-content .page h3.ver2 {
  color: #009fa8;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #009fa8;
}
#content.site-content .page h3.ver2:before {
  content: "■";
  padding-right: 5px;
  font-size: 70%;
  position: relative;
  bottom: 2px;
}
#content.site-content .page .contentsArea p {
  color: #808080;
  font-size: 0.95rem;
}
#content.site-content .service .flowbox div p {
  font-size: 0.85rem;
}
#content.site-content .service .flowbox figure {
  width: 50%;
  position: absolute;
  top: 0;
}
#content.site-content .service .flow_even figure {
  left: 0;
}
#content.site-content .service .flow_odd figure {
  right: 0;
}
@media screen and (max-width: 679px) {
  #content.site-content .service .flowbox .no {
    top: -3rem !important;
  }
  #content.site-content .service .flowbox div {
    width: 90%;
    height: auto !important;
    min-height: inherit !important;
    padding: 45px 5% 30px !important;
    float: none;
    margin-top: 1rem;
  }
  #content.site-content .page h3 {
    margin-bottom: 30px;
  }
  #content.site-content .service .flowbox figure {
    width: 100%;
    position: static;
  }
}
#content.site-content .service .kakaritsuke1 {
  border: 1px solid #009fa8;
  padding: 5%;
  margin-bottom: 90px;
}
#content.site-content .service .kakaritsuke1 h4 {
  width: 588px;
  margin: 0 auto 30px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
  background-size: 100%;
  border-bottom: none;
}
#content.site-content .service .kakaritsuke1 figure#kakaritsuke_img {
  width: 70% !important;
  margin: 15px auto 45px;
}
#content.site-content .service .kakaritsuke1 dl {
  margin-bottom: 30px;
}
#content.site-content .service .kakaritsuke1 dl dt {
  color: #009fa8;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
#content.site-content .service .kakaritsuke1 dl dd {
  font-size: 0.8rem;
  padding: 10px 0 0 70px;
}
#content.site-content .service .kakaritsuke1 ul {
  width: 100%;
  overflow: hidden;
  display: table;
}
#content.site-content .service .kakaritsuke1 .kakaritsuke_service b {
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: inline-block;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
#content.site-content .service .kakaritsuke1 .kakaritsuke_service li {
  /*   height: 240px; */
  padding: 24px 3%;
  background: #fff;
  width: 38%;
  display: table-cell;
  border: 15px solid #ffffff;
}
#content.site-content .service .kakaritsuke1 .kakaritsuke_service li.noitem {
  background: transparent;
}
#content.site-content
  .service
  .kakaritsuke1
  .kakaritsuke_service
  li.noitem
  figure {
  margin-top: 0;
}
#content.site-content
  .service
  .kakaritsuke1
  .kakaritsuke_service
  li.noitem
  figure
  img {
  width: 400px;
  float: right;
}
#content.site-content .page .no2 {
  height: 60px;
  padding-left: 70px;
  display: table-cell;
  vertical-align: middle;
}
#content.site-content .service .kakaritsuke1 .kakaritsuke_service figure {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
#content.site-content .service ul.process li {
  width: 90%;
  background: #fff;
  font-weight: bold;
  font-size: 110%;
  padding: 15px 5%;
  margin-bottom: 30px;
  position: relative;
}
#content.site-content .service ul.process li:after {
  content: "▼";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  color: #009fa8;
  text-align: center;
}
#content.site-content .service ul.process li:last-child:after {
  display: none;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  #content.site-content .service .kakaritsuke1 figure#kakaritsuke_img {
    width: 90% !important;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .service .kakaritsuke1 h4 {
    width: 100%;
    margin-bottom: 15px;
  }
  #content.site-content .service .kakaritsuke1 figure#kakaritsuke_img {
    width: 100% !important;
  }
  #content.site-content .service .kakaritsuke1 dl dd {
    padding: 20px 0 0 0;
  }
  #content.site-content .service .kakaritsuke1 ul {
    display: block;
  }
  #content.site-content .service .kakaritsuke1 .kakaritsuke_service li {
    width: 90%;
    padding: 15px 5%;
    margin: 0 0 15px 0;
    display: block;
    border: 5px solid #ffffff;
  }
  #content.site-content
    .service
    .kakaritsuke1
    .kakaritsuke_service
    li.noitem
    figure
    img {
    width: 100%;
    float: none;
  }
}
#content.site-content .page .no2-1 {
  background: url(/common/images/common/no1.png) left center no-repeat;
  background-size: 60px;
}
#content.site-content .page .no2-2 {
  background: url(/common/images/common/no2.png) left center no-repeat;
  background-size: 60px;
}
#content.site-content .page .no2-3 {
  background: url(/common/images/common/no3.png) left center no-repeat;
  background-size: 60px;
}
#content.site-content .page .no2-4 {
  background: url(/common/images/common/no4.png) left center no-repeat;
  background-size: 60px;
}
#content.site-content .page .no2-5 {
  background: url(/common/images/common/no5.png) left center no-repeat;
  background-size: 60px;
}
#content.site-content .page .no2-6 {
  background: url(/common/images/common/no6.png) left center no-repeat;
  background-size: 60px;
}
#content.site-content .page .no2-7 {
  background: url(/common/images/common/no7.png) left center no-repeat;
  background-size: 60px;
}
@media screen and (max-width: 679px) {
  #content.site-content .page .no2 {
    vertical-align: top;
    padding-left: 0;
    padding-top: 70px;
    background-position: center top;
  }
}
#content.site-content .service8 .contentsArea .ttl {
  padding-top: 30px;
  box-sizing: border-box;
}
#content.site-content .service8 .contentsArea .ricetta_about_box {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .contentsArea .ricetta_about_box {
    margin-top: 0;
  }
}
@media screen and (min-width: 951px) {
  #content.site-content .service8 .contentsArea .ricetta_about_box {
    margin-top: -7vw;
  }
}
@media screen and (min-width: 1031px) {
  #content.site-content .service8 .contentsArea .ricetta_about_box {
    margin-top: -100px;
  }
}
#content.site-content
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_left,
#content.site-content
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_right {
  width: 50%;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .contentsArea
    .ricetta_about_box
    .ricetta_about_box_left,
  #content.site-content
    .service8
    .contentsArea
    .ricetta_about_box
    .ricetta_about_box_right {
    width: 100%;
  }
}
#content.site-content
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_left
  p {
  margin-top: 25px;
  margin-bottom: 25px;
}
#content.site-content
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#content.site-content .service8 .ricetta_about_box_right_link {
  width: 55%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .ricetta_about_box_right_link {
    width: 100%;
  }
}
#content.site-content .service8 .ricetta_about_box_right_link .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#content.site-content .service8 .ricetta_about_box_right_link .inner .platform {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content.site-content
  .service8
  .ricetta_about_box_right_link
  .inner
  .platform
  .qr {
  max-width: 108px;
  margin: 0 auto;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform
    .qr {
    display: none;
  }
}
#content.site-content
  .service8
  .ricetta_about_box_right_link
  .inner
  .platform
  a {
  width: 104px;
  max-width: 100%;
  margin: 0 auto;
}
#content.site-content
  .service8
  .ricetta_about_box_right_link
  .inner
  .platform
  svg {
  width: 100%;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform1
    .qr,
  #content.site-content
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform1
    a {
    margin: 0 0 0 auto;
  }
  #content.site-content
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform2
    .qr,
  #content.site-content
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform2
    a {
    margin: 0 auto 0 0;
  }
}
#content.site-content .service8 .contentsArea .ricetta_about_box_right_link p {
  margin-bottom: 15px;
  font-size: 0.74rem;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
}
#content.site-content .service8 .ricetta_about_box_right_phone {
  width: 45%;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .ricetta_about_box_right_phone {
    width: 100%;
    text-align: center;
  }
  #content.site-content .service8 .ricetta_about_box_right_phone img {
    max-width: 240px;
  }
}
#content.site-content .service8 .contentsArea .ttl {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .contentsArea .ttl {
    line-height: 1.5;
  }
}
#content.site-content .service8 .contentsArea .ttl .fs_44 {
  font-size: 2.75rem;
}
#content.site-content .service8 .contentsArea .subttl {
  max-width: 397px;
}
#content.site-content .service8 .contentsArea p.txt_orange {
  color: #f69e1e;
}
#content.site-content .service8 .sec02 .contentsArea {
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec02 .contentsArea {
    padding-bottom: 50px;
  }
}
#content.site-content .service8 .sec02 .contentsArea .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.86rem;
  font-weight: 500;
  text-align: center;
}
#content.site-content .service8 .sec02 .contentsArea .ttl:before {
  content: "";
  display: inline-block;
  width: 99px;
  height: 130px;
  background-image: url("/common/images/service/ricetta_cha01.png");
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec02 .contentsArea .ttl {
    flex-direction: column;
    line-height: 1.5;
  }
  #content.site-content .service8 .sec02 .contentsArea .ttl:before {
    width: 75px;
    height: 97px;
    margin-right: 0;
  }
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-content: stretch;
  margin-top: 40px;
  background-image: url("/common/images/service/ricetta_cha02.png");
  background-size: 207px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow {
    padding-bottom: 167px;
    background-position: center bottom;
  }
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow {
  width: 50%;
  margin-bottom: 45px;
  padding: 0 15px 25px 100px;
  box-sizing: border-box;
  border-left: 10px solid #009fa8;
  background-size: 76px auto;
  background-position: 15px top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 951px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow {
    padding-left: 120px;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow {
    width: 100%;
    padding-left: 120px;
  }
}
@media screen and (max-width: 479px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow {
    padding-left: 100px;
  }
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow.flow1 {
  background-image: url("/common/images/service/ricetta_icon01.png");
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow.flow2 {
  background-image: url("/common/images/service/ricetta_icon02.png");
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow.flow3 {
  background-image: url("/common/images/service/ricetta_icon03.png");
  width: 70%;
  margin-bottom: 0;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flow.flow3 {
    width: 100%;
  }
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow .flowTtl {
  font-size: 1.25rem;
  color: #000000;
}
#content.site-content .service8 .sec02 .contentsArea .sec02Flow .flowTxt p {
  margin-bottom: 0;
  font-size: 0.88rem;
  color: #000000;
}
@media screen and (max-width: 479px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flowTtl {
    padding-bottom: 1rem;
    line-height: 1.5;
  }
  #content.site-content
    .service8
    .sec02
    .contentsArea
    .sec02Flow
    .flow.flow2
    .flowTtl {
    padding-bottom: 3.5rem;
  }
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flowTxt {
    margin-left: -85px;
  }
}
@media screen and (max-width: 399px) {
  #content.site-content .service8 .sec02 .contentsArea .sec02Flow .flowTtl {
    padding-bottom: 1rem;
  }
  #content.site-content
    .service8
    .sec02
    .contentsArea
    .sec02Flow
    .flow.flow2
    .flowTtl {
    padding-bottom: 1.7rem;
  }
}
#content.site-content .service8 .sec03 .contentsArea .ttl {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande",
    "segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "Verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #113a5c;
  text-align: center;
}
#content.site-content .service8 .sec03 .contentsArea .flowLinkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#content.site-content .service8 .sec03 .contentsArea .flowLinkBox a {
  display: block;
  width: 252px;
  margin: 0 12px;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #4a4a4a;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 930px) {
  #content.site-content .service8 .sec03 .contentsArea .flowLinkBox a {
    width: 29%;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .contentsArea .flowLinkBox a {
    width: 100%;
    margin-bottom: 15px;
  }
}
#content.site-content .service8 .sec03 .ricettaFlow {
  position: relative;
  padding: 45px 0;
}
#content.site-content .service8 .sec03 .ricettaFlowArw {
  position: relative;
  width: 100%;
  height: 105px;
  background-image: url("/common/images/service/ricetta_flow_arw.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 89px auto;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .ricettaFlow {
    padding: 15px 0;
  }
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowTtl {
  position: relative;
  padding: 0 0 0 60px;
  background-color: #113a5c;
  color: #ffffff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.88rem;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowTtl {
    padding: 0 0 0 15px;
    font-size: 1.5rem;
  }
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowTtl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: 0 auto 0 10.38%;
  border-style: solid;
  border-color: #113a5c transparent transparent transparent;
  border-width: 28px 21px 0 21px;
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox {
  position: relative;
  margin-top: 50px;
  padding: 50px 90px 50px 110px;
  box-sizing: border-box;
  border: 3px solid #113a5c;
  border-style: solid none solid none;
  background-color: #ffffff;
}
@media screen and (max-width: 999px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox {
    padding: 50px 45px 50px 55px;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox {
    padding: 50px 5% 50px 5%;
  }
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox.slide {
  padding-bottom: 25px;
}
@media screen and (max-width: 479px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox.slide {
    padding: 50px 0 50px 0;
  }
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox:nth-of-type(n + 3) {
  margin-top: 0;
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox .ttlNo {
  position: absolute;
  z-index: 10;
  left: 90px;
  top: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8b62c;
  color: #ffffff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.75rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox .ttlNo {
    left: 30px;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox .ttlNo {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    font-size: 2rem;
  }
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox h4 {
  padding: 15px 40px 15px 80px;
  background-color: #e9e9e9;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
#content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox h4.nolpd {
  padding: 15px 40px 15px 40px;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .ricettaFlow .ricettaFlowBox h4 {
    padding: 15px 5% 15px 5%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-content: stretch;
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .col2 {
  width: 46.23%;
  padding: 90px 0 0 0;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .col2 {
    width: 100%;
    padding-top: 75px;
  }
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox.slide
  .ricettaFlowBoxInner
  .col2 {
  padding-top: 50px;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox.slide
    .ricettaFlowBoxInner
    .col2 {
    padding-top: 25px;
  }
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .col2.colNo1 {
  background-image: url("/common/images/service/ricetta_cnum1.png");
  background-position: left 25px;
  background-repeat: no-repeat;
  background-size: 39px auto;
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .col2.colNo2 {
  background-image: url("/common/images/service/ricetta_cnum2.png");
  background-position: left 25px;
  background-repeat: no-repeat;
  background-size: 39px auto;
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .colRight {
  text-align: right;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .colRight {
    text-align: center;
    padding-left: 0;
  }
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .colLeft {
  text-align: left;
  padding-right: 40px;
  box-sizing: border-box;
  align-self: center;
}
#content.site-content
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .colLeft
  p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 679px) {
  #content.site-content
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .colLeft {
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  #content.site-content
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .colLeft {
    padding: 0 40px;
  }
}
#content.site-content .sec03 .sec03Img01 {
  max-width: 290px;
}
#content.site-content .sec03 .sec03Img02 {
  max-width: 237px;
}
#content.site-content .sec03 .sec03Img03 {
  max-width: 45.28%;
  margin-top: -55px;
}
#content.site-content .sec03 .sec03Img04 {
  max-width: 35.19%;
  margin-top: -65px;
  margin-left: 7%;
}
#content.site-content .sec03 .blueTxt {
  color: #113a5c;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  #content.site-content .sec03 .sec03Img03 {
    max-width: 67.92%;
    margin: 15px auto 0;
  }
  #content.site-content .sec03 .sec03Img04 {
    max-width: 52.79%;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 379px) {
  #content.site-content .sec03 .sec03Img03,
  #content.site-content .sec03 .sec03Img04 {
    max-width: 100%;
    margin-top: 15px;
  }
}
#content.site-content .service8 .sec03 .platforms {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#content.site-content .service8 .sec03 .platforms .platform {
  width: 50%;
  max-width: 175px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content.site-content .service8 .sec03 .platforms .platform:nth-child(2n + 1) {
  padding-right: 0;
}
#content.site-content .service8 .sec03 .platforms .platform:nth-child(2n) {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  #content.site-content .service8 .sec03 .platforms .platform:nth-child(2n + 1),
  #content.site-content .service8 .sec03 .platforms .platform:nth-child(2n) {
    padding: 0 10px;
  }
}
@media screen and (max-width: 399px) {
  #content.site-content .service8 .sec03 .platforms .platform:nth-child(2n + 1),
  #content.site-content .service8 .sec03 .platforms .platform:nth-child(2n) {
    padding-right: 15px;
  }
}
#content.site-content .service8 .sec03 .platforms .platform .qr {
  width: 122px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 799px) {
  #content.site-content .service8 .sec03 .platforms .platform .qr {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .platforms .platform .qr {
    display: none;
  }
}
#content.site-content .service8 .sec03 .platforms .platform a {
  width: 135px;
  max-width: 100%;
  margin: 0 auto 0 0;
}
#content.site-content .service8 .sec03 .platforms .platform svg {
  width: 100%;
}
#content.site-content .service8 .returnTop {
  padding: 10px 0;
  box-sizing: border-box;
}
#content.site-content .service8 .returnTop a {
  display: block;
  width: 162px;
  margin: 0 0 0 auto;
  padding-top: 3px;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #4a4a4a;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
}
#content.site-content .service8 .returnTop a span:before {
  content: "▲";
  margin-right: 10px;
  color: #113a5c;
}
#content.site-content .service8 .sec03 .sec03Txt {
  font-size: 0.88rem;
}
@media screen and (max-width: 679px) {
  #content.site-content .service8 .sec03 .sec03Txt {
    padding: 0 5%;
    box-sizing: border-box;
  }
}
#content.site-content .center {
  text-align: center;
}
#content.site-content .service11 .em {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 105%;
}
#content.site-content .service11 .em2 {
  color: #4a4a4a !important;
  font-weight: bold;
  font-size: 125% !important;
  text-align: center;
}
#content.site-content .service11 .problems {
  font-size: 0.95rem;
}
#content.site-content .service11 .problems li {
  line-height: 1.4;
  margin-bottom: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
#content.site-content .service11 .price {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 110%;
  border-bottom: 1px solid #808080;
}
#content.site-content .service11 .price dt {
  padding-right: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
#content.site-content .service11 .price dd {
  font-weight: bold;
}
#content.site-content .service11 .carestation-box {
  border: 1px solid #009fa8;
  padding: 5%;
  margin: 30px 0 90px;
}
@media screen and (max-width: 679px) {
  #content.site-content .service11 .carestation-box {
    margin: 0 0 45px 0;
  }
}
#content.site-content .service11 .carestation-box h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
#content.site-content .service11 .carestation-box ul li {
  padding-left: 1.1rem;
  text-indent: -1.1rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
#content.site-content .service11 .carestation-box ul li:last-child {
  margin-bottom: 0;
}
#content.site-content .swiper-wrapper {
  padding-bottom: 60px;
  box-sizing: border-box;
}
#content.site-content .swiper-pagination .swiper-pagination-bullet {
  background: rgb(0, 159, 168) !important;
}
#content.site-content .swiper-button-prev {
  width: 38px !important;
  left: 0 !important;
  background-image: url("/common/images/service/ricetta_slide_prev.png") !important;
  background-size: 38px auto !important;
}
#content.site-content .swiper-button-next {
  width: 38px !important;
  right: 0 !important;
  background-image: url("/common/images/service/ricetta_slide_next.png") !important;
  background-size: 38px auto !important;
}
@media screen and (max-width: 679px) {
  #content.site-content .swiper-wrapper {
    padding-bottom: 0;
  }
  #content.site-content .swiper-button-prev,
  #content.site-content .swiper-button-next {
    background-size: 28px auto !important;
  }
}
#content.site-content .swiper-button-first {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 38px !important;
}
#content.site-content .swiper-button-first.nodisp {
  display: none;
}
#content.site-content .swiper-button-first.disp {
  display: block;
}
#content.site-content .swiper-button-first .btn-1st {
  width: 100%;
  cursor: pointer;
}
#content.site-content #staff_nav {
  display: block;
  margin: 0 auto;
  padding-right: 3.5%;
  overflow: hidden;
  clear: both;
}
#content.site-content #staff_nav li {
  width: 29.8%;
  margin-left: 3.5%;
  display: block;
  float: left;
}
#content.site-content #staff_nav li a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}
#content.site-content #staff_nav li figure figcaption {
  padding: 20px 10px 30px 10px;
}
#content.site-content #staff_nav li figure span {
  display: block;
}
#content.site-content #staff_nav li figure span.character3 {
  display: inline;
  letter-spacing: -0.3rem;
}
#content.site-content #staff_nav li figure span.position {
  font-weight: bold;
  font-size: 0.9rem;
  color: #113a5c;
}
#content.site-content #staff_nav li figure span.nm {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.7rem;
}
#content.site-content #staff_nav li figure span.nm_eng {
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "dinmedium";
}
#content.site-content #staff_nav b {
  font-weight: normal;
  color: #009fa8;
}
@media screen and (max-width: 679px) {
  #content.site-content #staff_nav li {
    width: 45%;
    margin-left: 5%;
  }
  #content.site-content #staff_nav li figure span.position {
    font-size: 0.8rem;
    color: #113a5c;
  }
  #content.site-content #staff_nav li figure span.nm {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.4rem;
  }
  #content.site-content #staff_nav li figure span.nm_eng {
    font-size: 0.5rem;
  }
}
#content.site-content .staff1 #page_key div {
  background: url(/common/images/staff/key2.jpg) center top no-repeat;
}
#content.site-content .staff2 #page_key div {
  background: url(/common/images/staff/key2.jpg) center top no-repeat;
}
#content.site-content .staff2 .staff_fig001 {
  width: 36% !important;
}
#content.site-content .staff2 .staff_txt001 {
  width: 59.5% !important;
}
@media screen and (min-width: 679px) {
  #content.site-content .staff2 .staff_fig001 {
    width: 36% !important;
  }
  #content.site-content .staff2 .staff_txt001 {
    width: 59.5% !important;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .staff2 .staff_fig001 {
    width: 100% !important;
  }
  #content.site-content .staff2 .staff_txt001 {
    width: 100% !important;
  }
}
#content.site-content .staff2 p.prof span {
  display: block;
  color: #4a4a4a;
}
#content.site-content .staff2 p.prof span.position {
  font-weight: bold;
  font-size: 0.9rem;
  color: #113a5c;
}
#content.site-content .staff2 p.prof span.nm {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.7rem;
}
#content.site-content .staff2 p.prof span.nm_eng {
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "dinmedium";
}
#content.site-content .staff2 p.prof b {
  font-weight: normal;
  color: #009fa8;
}
#content.site-content .staff2 p.prof_txt {
  font-size: 0.8rem;
  color: #4a4a4a;
  line-height: 1.6;
}
#content.site-content .qaArea {
  border: 1px solid #009fa8;
  padding: 5%;
  margin-bottom: 90px;
}
#content.site-content .qaArea h4 {
  text-align: center;
  margin-bottom: 45px;
}
#content.site-content .qaArea h4 img {
  width: 588px;
}
#content.site-content .qaArea dl dt {
  color: #009fa8;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 30px 0 7px 0;
  text-align: left !important;
}
#content.site-content .qaArea dl dd {
  padding-left: 1rem;
  text-align: left;
}
@media screen and (max-width: 679px) {
  #content.site-content .qaArea h4 img {
    width: 100%;
  }
}
#content.site-content #medical-mall-dsc {
  display: table;
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.2;
  font-size: 0.9rem;
  margin-bottom: 60px;
}
#content.site-content #medical-mall-dsc figure {
  width: 730px;
  display: table-cell;
  vertical-align: middle;
}
#content.site-content #medical-mall-dsc .txt {
  width: 270px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 679px) {
  #content.site-content #medical-mall-dsc {
    display: block;
    margin-bottom: 0;
  }
  #content.site-content #medical-mall-dsc figure {
    width: 100%;
    display: block;
  }
  #content.site-content #medical-mall-dsc .txt {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
  }
}
#content.site-content .news1 #page_key div {
  background-image: url(/common/images/news/key1.jpg);
}
#content.site-content .news2 #page_key div {
  background-image: url(/common/images/news/key2.jpg);
}
#content.site-content .blog1 #page_key div {
  background-image: url(/common/images/blog/key1.jpg);
}
#content.site-content .blog2 #page_key div {
  background-image: url(/common/images/blog/key2.jpg);
}
#content.site-content .tags #page_key div {
  background-image: url(/common/images/common/key1.jpg);
}
#content.site-content .wpContent dl {
  width: 100%;
  border-bottom: 1px solid #999;
  display: table;
  padding: 15px 0;
}
#content.site-content .wpContent dl a {
  text-decoration: none;
}
#content.site-content .wpContent dl a:hover dt,
#content.site-content .wpContent dl a:hover dd {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
#content.site-content .wpContent dl a dt,
#content.site-content .wpContent dl a dd {
  display: block;
  padding: 0 5px;
  color: #4a4a4a;
}
#content.site-content .wpContent dl a dt {
  font-size: 0.8rem;
  color: #009fa8;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "dinregular";
}
#content.site-content .wpContent p.date {
  font-family: "dinregular";
  color: #009fa8;
  font-size: 1rem;
  margin-bottom: 5px !important;
}
#content.site-content .wpContent .info {
  margin: 0 0 45px 0 !important;
  padding: 15px 0;
  border-top: 1px dashed #009fa8;
  border-bottom: 1px dashed #009fa8;
  background: transparent;
}
#content.site-content .wpContent .info dl {
  color: #009fa8;
  border: none;
  padding: 0;
  margin-right: 20px;
  display: table;
}
#content.site-content .news2 .contentsArea p,
#content.site-content .blog2 .contentsArea p {
  margin-bottom: 0 !important;
}
#content.site-content .news2 .contentsArea img,
#content.site-content .blog2 .contentsArea img {
  margin-bottom: 30px;
  height: inherit;
}
#content.site-content .wpContent .info dl dt {
  font-family: "dinregular";
  width: 3rem;
  text-align: right;
  padding-right: 15px;
}
#content.site-content .wpContent .info dl dd {
  font-size: 0.8rem;
}
#content.site-content .wpContent .info dl dt,
#content.site-content .wpContent .info dl dd {
  display: table-cell;
}
#content.site-content .editArea div {
  background: rgba(255, 255, 255, 0.8);
  margin: 15px 0;
  padding: 15px;
}
#content.site-content .editArea h2 {
  text-align: left !important;
  padding: 0;
  font-size: 1.6rem;
}
#content.site-content .editArea h3 {
  margin: 5px 0;
  font-size: 1.2rem;
  border-left: 4px solid #009fa8;
  line-height: 1.2;
  padding: 0 0 0 5px;
}
#content.site-content .editArea h4 {
  font-size: 1.1rem;
  color: #009fa8;
}
#content.site-content .wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  color: #999;
}
#content.site-content .wp-pagenavi a {
  text-decoration: none !important;
}
#content.site-content .wp-pagenavi a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
#content.site-content .wp-pagenavi a,
#content.site-content .wp-pagenavi span {
  margin: 0 5px;
  line-height: 1;
  font-family: "dinmedium";
  font-size: 1rem;
}
#content.site-content .wp-pagenavi .current {
  color: #113a5a;
  border-bottom: 1px solid #113a5a;
}
#content.site-content .tagsList {
  border: 1px solid #009fa8;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
#content.site-content .tagsList ul li {
  display: inline-block;
  padding: 0 5px;
  font-size: 0.8rem;
}
#content.site-content .tagsList .tagsList_ttl {
  color: #009fa8;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "dinregular";
  position: absolute;
  top: -15px;
  left: 15px;
  background: #ffffff;
  padding: 0 10px;
}
#content.site-content .access #page_key div {
  background: url(/common/images/access/key1.jpg) center top no-repeat;
}
#content.site-content .access .open-close {
  margin-bottom: 5px;
  margin-top: 7px;
}
#content.site-content .access .open-close table th,
#content.site-content .access .open-close table td {
  border-top: 1px solid #4a4a4a;
  border-bottom: none;
}
#content.site-content .access .open-close table .ttl td {
  color: #009fa8;
  font-size: 0.8rem;
}
#content.site-content .access dl dd ul {
  margin-bottom: 5px;
}
#content.site-content .access dl dd ul li {
  padding-left: 1rem;
  font-size: 0.9rem;
}
#content.site-content .access dl dd ul li:first-child {
  color: #009fa8;
  font-weight: bold;
}
#content.site-content .access .swiper-container-access1,
#content.site-content .access .swiper-container-access2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 680px) {
  #content.site-content .access .swiper-container-access1,
  #content.site-content .access .swiper-container-access2 {
    margin-bottom: 80px;
  }
}
#content.site-content .concept #page_key div {
  background: url(/common/images/concept/key1.jpg) center top no-repeat;
}
@media screen and (min-width: 680px) {
  #content.site-content .concept .contentsArea {
    text-align: center;
  }
}
#content.site-content .company #page_key div {
  background: url(/common/images/company/key1.jpg) center top no-repeat;
}
#content.site-content .sign {
  font-size: 1.1rem !important;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #4a4a4a;
  font-weight: bold;
  text-align: right;
}
#content.site-content .company .contentsArea2 dl dt {
  width: 5rem !important;
}
#content.site-content .privacy #page_key div {
  background: url(/common/images/common/key1.jpg) center top no-repeat;
}
#content.site-content .contact1 #page_key div {
  background: url(/common/images/contact/key1.jpg) center top no-repeat;
}
#content.site-content .contact2 #page_key div {
  background: url(/common/images/contact/key2.jpg) center top no-repeat;
}
#content.site-content .contact3 #page_key div {
  background: url(/common/images/contact/key3.jpg) center top no-repeat;
}
#content.site-content .entry1 #page_key div {
  background: url(/common/images/entry/key1.jpg) center top no-repeat;
}
#content.site-content .entry2 #page_key div {
  background: url(/common/images/entry/key2.jpg) center top no-repeat;
}
#content.site-content .entry3 #page_key div {
  background: url(/common/images/entry/key3.jpg) center top no-repeat;
}
#content.site-content .medical-mall #page_key div {
  background: url(/common/images/medical-mall/key1.jpg) center top no-repeat;
}
#content.site-content .faq #page_key div {
  background: url(/common/images/faq/key1.jpg) center top no-repeat;
}
#content.site-content #faqNav {
  overflow: hidden;
  position: relative;
}
#content.site-content #faqNav #faqNav_up {
  position: absolute;
  top: -115px;
}
#content.site-content #faqNav ul {
  width: 100%;
  display: table;
  margin-bottom: 0;
}
#content.site-content #faqNav ul li {
  text-indent: 0;
  padding: 0 0 0 1.5%;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  display: table-cell;
  width: 20%;
  box-sizing: border-box;
  position: relative;
}
#content.site-content #faqNav ul li:first-child {
  padding-left: 0;
}
#content.site-content #faqNav ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#content.site-content #faqNav ul li a span {
  padding: 5%;
  display: block;
  box-sizing: border-box;
  background: #83d3d8;
  position: relative;
}
#content.site-content #faqNav ul li:hover a span,
#content.site-content #faqNav ul li:focus a span,
#content.site-content #faqNav ul li.current a span {
  background: #009fa8;
}
#content.site-content #faqNav ul li a span small {
  font-size: 60%;
  font-weight: normal;
}
#content.site-content #faqNav ul li a .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(90deg);
}
#content.site-content #faqNav ul li a .next svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  right: 15px;
  left: inherit;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 679px) {
  #content.site-content #faqNav ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
  }
  #content.site-content #faqNav ul li a span {
    padding: 3% 5%;
  }
}
#content.site-content .faq h3 {
  margin-bottom: 30px;
}
#content.site-content .faq h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #009fa8;
  margin-bottom: 30px;
  margin-top: 30px;
}
#content.site-content .slide_box {
  padding-top: 100px;
}
#content.site-content .slide_box dl {
  margin-bottom: 15px;
}
#content.site-content .slide_box dl dt {
  padding: 10px 30px;
  background: #dcf3ff;
  font-size: 1.1rem;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
  display: block;
}
#content.site-content .slide_box dl dt b {
  font-weight: normal;
  display: inline-block;
}
#content.site-content .slide_box dl dt b,
#content.site-content .faq dl dd .main {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
#content.site-content .emergency .slide_box dl dt b {
  text-indent: 0;
  padding-left: 0;
}
#content.site-content .slide_box dl dt .drop {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
#content.site-content .slide_box dl dt .drop svg {
  fill: #000000 !important;
  width: 30px !important;
  height: 30px !important;
  right: 15px !important;
  left: inherit !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: rotate(-180deg);
}
#content.site-content .slide_box dl dt.on .drop svg {
  transform: rotate(0deg);
}
#content.site-content .slide_box dl dd {
  padding: 30px;
  background: #fff;
  border-top: 5px solid #ffffff;
  display: none;
}
#content.site-content .slide_box dl dd .main {
  font-size: 1.2rem;
  color: #1a1a1a;
}
#content.site-content .slide_box .up {
  text-align: right;
  margin-bottom: 0;
}
#content.site-content .slide_box dl dt span {
  color: #fdde8e;
}
#content.site-content .slide_box dl dd span {
  color: #009fa8;
}
#content.site-content .slide_box dl span {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: bottom;
}
@media screen and (max-width: 679px) {
  #content.site-content .slide_box {
    padding-top: 45px;
  }
  #content.site-content .slide_box dl dt {
    padding: 10px 45px 10px 5%;
  }
}
#content.site-content .emergency #page_key div {
  background: url(/common/images/emergency/key1.jpg) center top no-repeat;
}
#content.site-content .emergency h3 {
  margin-bottom: 30px;
}
#content.site-content .emergency h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #009fa8;
  margin-bottom: 30px;
  margin-top: 30px;
}
#content.site-content #page_key {
  width: 100%;
}
#content.site-content .page #page_key div {
  width: 90%;
  height: 310px;
  padding-left: 5%;
  padding-right: 5%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 410px;
  height: 274px;
  background-position: top 68px left 50%;
}
@media screen and (max-width: 1080px) {
  #content.site-content .page #page_key div {
    background-position: top 35px left 50%;
  }
}
@media screen and (min-width: 520px) {
  #content.site-content .page #page_key div {
    background-attachment: fixed;
  }
}
#content.site-content .page #page_key div h2 {
  color: #1a1a1a;
}
@media screen and (max-width: 679px) {
  #content.site-content .page #page_key div h2 .h2_long {
    letter-spacing: -0.2rem;
  }
}
#content.site-content .page.index #page_key div h2 span {
  font-family: "dinmedium";
  font-size: 0.9rem;
  border-top: 1px solid #999;
  padding: 14px 20px 0;
}
#content.site-content .page #page_key div h2 span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
  color: #1a1a1a;
  font-size: 1rem;
}
#content.site-content .page .contentsArea {
  overflow: hidden;
  padding-bottom: 15px;
}
#content.site-content .page .contentsArea p {
  margin-bottom: 30px;
}
#content.site-content .page .contentsArea figure {
  width: 53%;
  display: block;
  margin-bottom: 45px;
}
#content.site-content .page .contentsArea figure.full {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}
#content.site-content .page .contentsArea .txt {
  width: 42.5%;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  #content.site-content .page #page_key div {
    background-size: auto 462px;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .page #page_key div {
    height: 220px;
    background-size: auto 271px;
    height: 201px;
  }
  #content.site-content .page .contentsArea figure {
    width: 100%;
    margin-left: 0 !important;
  }
  #content.site-content .page .contentsArea .txt {
    width: 100%;
  }
}
#content.site-content .page .contentsArea2 h3 {
  margin-bottom: 15px;
}
#content.site-content .page .contentsArea2 {
  margin-bottom: 30px;
}
#content.site-content .page .contentsArea2 h3 svg#logo1 {
  width: 220px;
}
#content.site-content .page .contentsArea2 dl {
  display: table;
  margin-bottom: 5px;
}
#content.site-content .page .contentsArea2 dl dt {
  width: 4rem;
  text-align: right;
  display: table-cell;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #4a4a4a;
  vertical-align: top;
}
#content.site-content .page .contentsArea2 dl dd {
  display: table-cell;
  vertical-align: top;
}
#content.site-content .page .contentsArea2 small {
  color: #4a4a4a;
  font-weight: bold;
}
#content.site-content .page .contentsArea2 a {
  text-decoration: none;
}
#content.site-content .page .contentsArea2 dl a:hover dd,
#content.site-content .page .contentsArea2 dl dd a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
#content.site-content .page .contentsArea2 dl svg {
  width: 1rem;
  vertical-align: middle;
  fill: #009fa8;
  width: 16px;
  height: 16px;
}
#content.site-content .page .contentsArea2 dl svg#footer_icon_spot {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1031px) {
  #content.site-content .page .contentsArea2 figure {
    padding-left: 15px;
  }
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  #content.site-content .page .contentsArea2 figure {
    padding-left: 15px;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .page .contentsArea2 figure.right {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
#content.site-content .page .contentsArea .fig001 {
  width: 36% !important;
}
#content.site-content .page .contentsArea .txt001 {
  width: 59.5% !important;
}
@media screen and (min-width: 679px) {
  #content.site-content .page .contentsArea .fig001 {
    width: 36% !important;
  }
  #content.site-content .page .contentsArea .txt001 {
    width: 59.5% !important;
  }
}
@media screen and (max-width: 679px) {
  #content.site-content .page .contentsArea .fig001 {
    width: 100% !important;
  }
  #content.site-content .page .contentsArea .txt001 {
    width: 100% !important;
  }
}
#content.site-content .basic_info.page .contentsArea ul {
  margin-bottom: 30px;
}
#content.site-content .basic_info.page .contentsArea ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 15px;
}
#content.site-content .basic_info.page .contentsArea ul li {
  color: #808080;
  font-size: 0.95rem;
}
#content.site-content .recruit #page_key div {
  background: url(/common/images/recruit/key1.jpg) center top no-repeat;
}
#content.site-content .recruit span.no {
  font-size: 2.4rem;
  line-height: 1;
  color: #009fa8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: top;
}
#content.site-content .recruit .boshu h4 {
  margin: 0 auto 30px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  /*   text-align: center; */
  background-size: 100%;
  border-bottom: none;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#content.site-content .recruit .boshu h4 img {
  display: block;
  width: 588px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 679px) {
  #content.site-content .recruit .boshu h4 {
    width: 100%;
  }
  #content.site-content .recruit .boshu h4 img {
    width: 100%;
  }
}
#content.site-content .recruit .recruit_txt01 {
  text-align: left;
}
#content.site-content .recruit .recruit_txt01 .slash {
  letter-spacing: -1rem;
  display: none;
}
#content.site-content .recruit .recruit_txt01 .slash-before {
  padding-right: 20px;
}
@media screen and (min-width: 680px) {
  #content.site-content .recruit .recruit_txt01 {
    text-align: center;
    text-indent: -1.5vw;
  }
  #content.site-content .recruit .recruit_txt01 .slash {
    display: inline;
  }
}
@media screen and (min-width: 680px) and (max-width: 840px) {
  #content.site-content .recruit .recruit_txt01 {
    font-size: 3vw;
  }
}
#content.site-content .recruit .contentsArea .recruit_txt02 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #009fa8;
}
#content.site-content .recruit .contentsArea .recruit_txt03 {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 6px;
}
#content.site-content .recruit.page .contentsArea ul.recruit_txt04 {
  margin-bottom: 0;
}
#content.site-content .recruit .contentsArea ul.recruit_txt04 li {
  display: inline-block;
  margin: 0 7px 0 0;
}
#content.site-content .recruit_txt04 li:before {
  content: "●";
  color: #009fa8;
}
#content.site-content .recruit .recruit_txt05 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.13rem;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande",
    "segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "Verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content.site-content .recruit .recruit_txt05a {
  margin-bottom: 15px;
}
#content.site-content .recruit .recruit_txt05 svg {
  display: block;
  margin: auto;
  width: 44px;
  height: 44px;
}
#content.site-content .recruit .recruit_txt06 {
  font-weight: bold;
  text-indent: -0.5rem;
}
#content.site-content .recruit .contentsArea .recruit_txt07 {
  color: #4b4b4b;
  font-size: 1.1rem;
  text-align: center;
}
#content.site-content .recruit .contentsArea .recruit_txt08 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
#content.site-content .recruit dl.recruit_jobtype {
  margin-bottom: 30px;
}
#content.site-content .recruit dl.recruit_jobtype,
#content.site-content .recruit dl.recruit_jobtype dd,
#content.site-content .recruit dl.recruit_jobtype dt {
  box-sizing: border-box;
}
#content.site-content .recruit dl.recruit_jobtype p,
#content.site-content .recruit .contentsArea dl.recruit_jobtype ul li {
  color: #4a4a4a;
}
#content.site-content .recruit dl.recruit_jobtype {
  padding: 5%;
  background: #fff;
  border: 3px solid #009fa8;
  display: flex;
  flex-flow: row wrap;
}
#content.site-content .recruit dl.recruit_jobtype dt {
  width: 100%;
  padding: 0 5vw 3vw 5vw;
}
#content.site-content .recruit dl.recruit_jobtype dd {
  width: 100%;
}
#content.site-content .recruit dl.recruit_jobtype dt img {
  display: block;
  max-width: 240px;
  margin: auto;
}
@media screen and (min-width: 680px) {
  #content.site-content .recruit dl.recruit_jobtype {
    padding: 30px;
  }
  #content.site-content .recruit dl.recruit_jobtype dt {
    width: 30%;
    padding: 0 5% 0 0;
  }
  #content.site-content .recruit dl.recruit_jobtype dd {
    width: 70%;
  }
}
#content.site-content .recruit .recruit_requirements {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5%;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  p,
#content.site-content
  .recruit
  .contentsArea
  .recruit_requirements
  dl.recruit_requirements_item
  ul,
#content.site-content
  .recruit
  .contentsArea
  .recruit_requirements
  dl.recruit_requirements_item
  ul
  li {
  color: #4a4a4a;
  margin-bottom: 0;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item {
  background: #fff;
  border: 1px solid;
  padding-bottom: 1.5%;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item01 {
  border-color: #009fa8;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item02 {
  border-color: #998675;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  dt,
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  dd {
  padding: 2% 3%;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  dt {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.13rem;
  font-weight: bold;
  line-height: 1;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item01
  dt {
  background-color: #009fa8;
}
#content.site-content
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item02
  dt {
  background-color: #998675;
}
@media screen and (min-width: 680px) {
  #content.site-content
    .recruit
    .recruit_requirements
    dl.recruit_requirements_item {
    width: 49%;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  #content.site-content
    .recruit
    .recruit_requirements
    dl.recruit_requirements_item
    dt,
  #content.site-content
    .recruit
    .recruit_requirements
    dl.recruit_requirements_item
    dd {
    padding: 10px 15px;
  }
}
#content.site-content .recruit .recruit_nav-job {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
}
#content.site-content .recruit.page .contentsArea .recruit_nav-job li {
  width: calc(50% - 5px);
  padding: 0;
  text-indent: 0;
  margin: 0;
}
#content.site-content .recruit .recruit_nav-job li a {
  display: block;
  padding: 5px 15px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 2px solid #009fa8;
  border-radius: 40px;
  background: #fff;
}
#content.site-content .recruit .recruit_nav-job li a:hover,
#content.site-content .recruit .recruit_nav-job li a:focus {
  background: #009fa8;
  color: #fff;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 360px) {
  #content.site-content .recruit .recruit_nav-job li a {
    font-size: 4.5vw;
  }
}
.recruit .links {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin: 30px 0 45px;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .recruit .links {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 90px;
  }
  .recruit .links a {
    transition: opacity 0.2s ease;
  }
  .recruit .links a:hover {
    opacity: 0.6;
  }
}
.recruit .links a img {
  aspect-ratio: 780/520;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.news1 #content.site-content a:visited {
  color: #fff !important;
}

html#studio_mix_html {
  /*common*********************************/
  /* header */
  /* section / btn / title */
  /* section (separate) */
  /* footer */
  /*index*********************************/
  /* bnr */
  /* kv */
  /* movie */
  /*service*********************************/
  /* nav */
  /* contents */
  /* page navi */
  /* flowbox */
  /* service7 */
  /* .service8 */
  /* service11 */
  /* swiper */
  /*staff*********************************/
  /* nav */
  /* contents */
  /* text size02 */
  /* end text sixe02 */
  /*medical mall*********************************/
  /* nav */
  /* contents */
  /*news / blog*********************************/
  /* nav */
  /* contents */
  /*access*********************************/
  /* 2019/12/26 add start **********/
  /* 2019/12/26 add end **********/
  /*concept*********************************/
  /*company*********************************/
  /*privacy*********************************/
  /*contact*********************************/
  /*entry*********************************/
  /*medical-mall*********************************/
  /*faq*********************************/
  /* faqNav */
  /* contents */
  /*emergency*********************************/
  /* contents */
  /*page common*********************************/
  /* contentsArea2 */
  /* text size02 */
  /* end text sixe02 */
  /*basic_info*********************************/
  /**********************************/
  /* subpage */
  /*recruit*********************************/
}
@media screen and (min-width: 1031px) {
  html#studio_mix_html .pc {
    display: block;
  }
  html#studio_mix_html .sp {
    display: none !important;
  }
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  html#studio_mix_html .sp {
    display: none !important;
  }
  html#studio_mix_html .pc {
    display: block;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .sp {
    display: block;
  }
  html#studio_mix_html .pc {
    display: none !important;
  }
}
html#studio_mix_html #sprite {
  display: none;
}
html#studio_mix_html .page404 #key {
  background: #ffffff url(/common/images/common/bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative !important;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page404 #key {
    background-attachment: inherit;
  }
}
html#studio_mix_html .not-found {
  width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  font-family: "dinregular";
  font-size: 1.4rem;
}
html#studio_mix_html .not-found a {
  font-size: 0.9rem;
  text-decoration: none !important;
  font-weight: normal;
  border-bottom: 1px #009fa8 dashed;
}
html#studio_mix_html .not-found a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
  border-bottom: none;
}
html#studio_mix_html .kana {
  letter-spacing: -0.3rem;
}
html#studio_mix_html #wrap {
  /*   overflow: hidden; */
}
html#studio_mix_html .green {
  color: #009fa8;
}
html#studio_mix_html #headerWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}
html#studio_mix_html header #nav1 {
  overflow: hidden;
  margin: 10px 0 10px 0;
  float: right;
}
html#studio_mix_html header #menu,
html#studio_mix_html header #close {
  display: none;
}
html#studio_mix_html header #navArea {
  display: block;
}
@media screen and (min-width: 680px) {
  html#studio_mix_html .pnm {
    display: none;
  }
}
@media screen and (max-width: 1030px) and (min-width: 680px) {
  html#studio_mix_html #headerWrap {
    width: 100%;
    padding: 0;
  }
  html#studio_mix_html #nav1,
  html#studio_mix_html #nav2 {
    width: 100%;
    float: none !important;
  }
  html#studio_mix_html #nav1 {
    margin-bottom: 10px !important;
  }
  html#studio_mix_html #nav1 ul,
  html#studio_mix_html #nav2 ul {
    display: table;
    margin: 0 auto;
  }
  html#studio_mix_html #nav1 ul li,
  html#studio_mix_html #nav2 ul li {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  html#studio_mix_html #nav1 ul li {
    padding: 0 2px;
  }
  html#studio_mix_html #nav2 ul li a {
    padding: 0 6px 6px 6px !important;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html #headerWrap {
    width: 100%;
    padding: 0;
  }
  html#studio_mix_html #nav1,
  html#studio_mix_html #nav2 {
    width: 100%;
    float: none !important;
  }
  html#studio_mix_html header #menu {
    display: block;
    cursor: pointer;
  }
  html#studio_mix_html header #close {
    cursor: pointer;
  }
  html#studio_mix_html header #navArea {
    width: 90%;
    padding: 0 5% 30px 5%;
    display: none;
  }
  html#studio_mix_html #nav1 {
    margin-bottom: 5px !important;
  }
  html#studio_mix_html #nav1 li {
    width: 49%;
    margin-bottom: 5px;
  }
  html#studio_mix_html .nav1-2,
  html#studio_mix_html .nav1-4 {
    margin-left: 0 !important;
  }
  html#studio_mix_html .nav1-3,
  html#studio_mix_html .nav1-5 {
    margin-left: 2% !important;
  }
  html#studio_mix_html #nav1 .nav1-1 {
    width: 100%;
    margin: 0 0 15px 0 !important;
    float: none;
    clear: both;
  }
  html#studio_mix_html #nav1 .nav1-1 a {
    width: 100% !important;
    height: 40px;
    font-size: 1.2rem;
  }
  html#studio_mix_html #nav1 .nav1-1 a span {
    width: 100%;
    height: auto;
    padding-top: 9px;
    text-indent: -0.5em !important;
    display: block;
  }
  html#studio_mix_html .pnm {
    display: inline;
  }
  html#studio_mix_html header #nav2 a:hover,
  html#studio_mix_html header #nav2 a:focus {
    color: #009fa8;
    border: 1px solid;
  }
}
html#studio_mix_html section.fff {
  background-color: #fff;
}
html#studio_mix_html .contentsWrap {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
}
html#studio_mix_html .btn {
  width: 250px;
  margin: 45px auto 0;
}
html#studio_mix_html .btn a {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #4a4a4a;
  box-sizing: border-box;
  display: block;
  color: #1a1a1a !important;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none !important;
  text-align: center;
  line-height: 3;
}
html#studio_mix_html .btn a:hover,
html#studio_mix_html .btn a:focus {
  color: #009fa8 !important;
  border: 1px solid #009fa8;
  transition: border 0.1s linear;
  transition: color 0.05s linear;
}
html#studio_mix_html .btn a span {
  padding: 30px 0 30px 30px;
  background: url(/common/images/common/icon_btn.png) left center no-repeat;
  background-size: 23px;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  html#studio_mix_html .contentsWrap {
    width: 90% !important;
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .contentsWrap {
    width: 90% !important;
    padding: 0 5% !important;
  }
  html#studio_mix_html .btn {
    width: 90% !important;
    margin: 30px auto 0;
  }
}
html#studio_mix_html section.separate {
  display: table;
  padding: 0;
}
html#studio_mix_html .contentsBox {
  width: 50%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  padding: 60px 60px;
}
html#studio_mix_html .contentsBox.ttl_news {
  background: url(/common/images/news/bg.jpg) left top;
  background-size: cover;
}
html#studio_mix_html .contentsBox.ttl_blog {
  background: url(/common/images/blog/bg.jpg) right top;
  background-size: cover;
}
html#studio_mix_html .contentsBox .contentsBoxInner {
  width: 440px;
  position: relative;
}
html#studio_mix_html .contentsBox .contentsBoxInner.right {
  padding-right: 60px;
}
html#studio_mix_html .contentsBox .contentsBoxInner.left {
  padding-left: 60px;
}
html#studio_mix_html .contentsBox .contentsBoxInner .btn {
  margin-top: 60px;
}
html#studio_mix_html .contentsBox h2 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.2;
}
html#studio_mix_html .contentsBox h2 span {
  font-size: 1.1rem;
}
html#studio_mix_html .contentsBox dl {
  width: 100%;
  border-bottom: 1px solid #4a4a4a;
  display: table;
  padding: 15px 0;
}
html#studio_mix_html .contentsBox dl a {
  text-decoration: none;
  color: #808080;
  font-size: 0.9rem;
}
html#studio_mix_html .contentsBox dl a:hover dt,
html#studio_mix_html .contentsBox dl a:hover dd {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
html#studio_mix_html .contentsBox dl dt,
html#studio_mix_html .contentsBox dl dd {
  display: block;
  float: left;
  padding: 0 5px;
}
html#studio_mix_html .contentsBox dl dd {
  width: 330px;
  display: block;
  float: right;
  padding: 0 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1031px) {
  html#studio_mix_html .ttl_news_s {
    display: none;
  }
  html#studio_mix_html .ttl_news_l {
    width: 100%;
    display: table-cell;
  }
}
@media screen and (min-width: 901px) and (max-width: 1030px) {
  html#studio_mix_html .contentsBox .contentsBoxInner {
    width: 90%;
  }
  html#studio_mix_html .contentsBox .contentsBoxInner.right {
    padding-right: 5%;
  }
  html#studio_mix_html .contentsBox .contentsBoxInner.left {
    padding-left: 5%;
  }
  html#studio_mix_html .ttl_news_s {
    display: none;
  }
  html#studio_mix_html .ttl_news_l {
    width: 100%;
    display: table-cell;
  }
}
@media screen and (max-width: 900px) {
  html#studio_mix_html section.separate {
    display: block;
    padding: 0;
  }
  html#studio_mix_html .contentsBox {
    width: 100%;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    padding: 60px 0;
  }
  html#studio_mix_html .contentsBox.ttl_news {
    background: url(/common/images/news/bg.jpg) left top;
    background-size: cover;
    height: 100px;
  }
  html#studio_mix_html .contentsBox.ttl_blog {
    background: url(/common/images/blog/bg.jpg) right top;
    background-size: cover;
    height: 100px;
  }
  html#studio_mix_html .contentsBox .contentsBoxInner {
    width: 90%;
    padding: 0 5% !important;
  }
  html#studio_mix_html .contentsBox .contentsBoxInner.right {
    padding-right: 0;
  }
  html#studio_mix_html .contentsBox .contentsBoxInner.left {
    padding-left: 0;
  }
  html#studio_mix_html .contentsBox h2 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  html#studio_mix_html .contentsBox dl {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #4a4a4a;
  }
  html#studio_mix_html .contentsBox dl dt {
    padding-right: 30px;
  }
  html#studio_mix_html .contentsBox dl dd {
    width: 250px;
    float: none;
    padding: 0;
  }
  html#studio_mix_html .ttl_news_s {
    display: block;
  }
  html#studio_mix_html .ttl_news_l {
    display: none;
  }
}
html#studio_mix_html .open-close .ttl td {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4a4a4a;
}
html#studio_mix_html .open-close .ttl th {
  color: #009fa8;
  font-weight: normal;
  font-size: 0.8rem;
}
html#studio_mix_html .open-close table td {
  padding: 7px 3px;
  color: #fff;
  border-bottom: 1px solid #4a4a4a;
}
html#studio_mix_html .open-close table td span {
  background: #009fa8;
  display: block;
  line-height: 1;
  padding: 7px;
  border-radius: 30px;
  font-weight: bold\9; /* IE10以下 */
  padding: 10px 7px 5px 7px\9; /* IE10以下 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html#studio_mix_html .open-close table td span:not(:target) {
    font-weight: bold; /* IE10（\9なしでIE11にも適用） */
    padding: 10px 7px 5px 7px; /* IE10以下 */
  }
}
html#studio_mix_html .open-close table th {
  padding: 0 15px;
  border-bottom: 1px solid #4a4a4a;
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 1.2;
}
html#studio_mix_html .open-close table .ttl .holidays {
  padding: 0;
}
html#studio_mix_html .bnr_recruit {
  border: 3px solid #009fa8;
  text-align: center;
  margin: 20px auto;
}
html#studio_mix_html .bnr_recruit .inner {
  width: 100%;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
html#studio_mix_html .bnr_recruit .main_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
html#studio_mix_html .bnr_recruit .sub_text {
  font-size: 1rem;
  color: #009fa8;
}
html#studio_mix_html .bnr_ig {
  width: 100%;
  background: url(/common/images/common/ig_bg.png) center 90%/120% no-repeat;
  text-align: center;
  margin: 20px auto;
  border: 3px solid transparent;
  box-sizing: border-box;
}
html#studio_mix_html .bnr_ig .inner {
  display: block;
  margin: auto;
  padding: 15px;
  text-decoration: none;
  color: #4a4a4a;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
html#studio_mix_html .bnr_ig .main_text {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}
html#studio_mix_html .bnr_ig .sub_text {
  font-size: 1rem;
}
html#studio_mix_html .swiper-container-kv {
  width: 100%;
  overflow: hidden;
}
html#studio_mix_html .key {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  padding-bottom: 0;
}
html#studio_mix_html .keyWrap {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
html#studio_mix_html .keyWrap .item {
  text-align: center;
}
html#studio_mix_html .keyWrap .item .copy {
  width: 90%;
  margin: 0 auto 15px;
}
html#studio_mix_html .keyWrap .item .copy2 {
  width: 90%;
  max-width: 620px;
  margin: 0 auto 20px;
}
html#studio_mix_html .keyWrap .item .txt {
  line-height: 2;
  text-shadow: 1px 1px 1px #fff;
  font-size: 1.4rem;
  color: #1a1a1a;
}
html#studio_mix_html .down {
  fill: #009fa8;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
}
@keyframes zoomDown {
  /*2倍から1倍に小さくなる指定*/
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
html#studio_mix_html .swiper-slide-active .slide-img,
html#studio_mix_html .swiper-slide-duplicate-active .slide-img,
html#studio_mix_html .swiper-slide-prev .slide-img {
  /*Swiperの1シーンの表示時間(speed + autoplayのdelay)+0.2を指定すると、止まることなく縮小→切替→縮小→…が動く*/
  animation: zoomDown 5.2s ease-in-out -0.1s;
  animation-fill-mode: both;
}
html#studio_mix_html .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  html#studio_mix_html .keyWrap .item .txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .keyWrap .item .copy {
    width: 100%;
  }
  html#studio_mix_html .keyWrap .item .txt {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1rem;
  }
}
html#studio_mix_html .mvs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  html#studio_mix_html .mvs {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
html#studio_mix_html .mvs_item {
  text-align: center;
  margin-bottom: 30px;
}
html#studio_mix_html .mvs_item_ttl {
  text-align: left;
}
html#studio_mix_html .mvs_emb {
  width: 480px;
  height: 268.8px;
}
@media screen and (max-width: 1060px) {
  html#studio_mix_html .mvs_emb {
    width: 43vw;
    height: 24.08vw;
  }
}
@media screen and (max-width: 760px) {
  html#studio_mix_html .mvs_emb {
    width: 90vw;
    height: 50.4vw;
  }
  html#studio_mix_html .mvs_item {
    margin-bottom: 20px;
  }
  html#studio_mix_html .mvs_item:last-child {
    margin-bottom: 0;
  }
}
html#studio_mix_html .service_nav {
  overflow: hidden;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
html#studio_mix_html .service_nav li {
  box-sizing: border-box;
  overflow: hidden;
}
html#studio_mix_html #service_nav1 li {
  border: 1px solid #ffffff;
  width: 25%;
}
@media screen and (max-width: 520px) {
  html#studio_mix_html #service_nav1 li {
    width: 50%;
  }
  html#studio_mix_html #service_nav2 {
    margin-bottom: 30px;
  }
}
html#studio_mix_html #service_nav1 li a {
  display: block;
  position: relative;
}
html#studio_mix_html #service_nav1 li a img.txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
html#studio_mix_html #service_nav1 li a img.bg {
  transition: all 0.25s ease-in-out;
}
html#studio_mix_html #service_nav1 li a:hover img.bg {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  height: auto;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}
html#studio_mix_html #service_nav2 {
  margin-bottom: 60px;
}
html#studio_mix_html #service_nav2 li {
  width: 50%;
  margin-bottom: 15px;
  padding: 1.5%;
}
html#studio_mix_html #service_nav2 li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
html#studio_mix_html #service_nav2 li a .service_nav2_txtArea {
  display: table;
}
html#studio_mix_html #service_nav2 li a figure {
  width: 37%;
  display: table-cell;
  vertical-align: top;
}
html#studio_mix_html #service_nav2 li a figure img {
  border: 3px solid #83d3d8;
  border-radius: 100px;
  transition: all 0.1s linear;
}
html#studio_mix_html #service_nav2 li a:hover figure img,
html#studio_mix_html #service_nav2 li a:focus figure img {
  border-color: #009fa8;
}
html#studio_mix_html #service_nav2 li a .service_nav2_txtArea {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%;
}
html#studio_mix_html #service_nav2 li a .service_nav2_txtArea .txt1 {
  color: #1a1a1a;
  font-size: 0.85rem;
  margin-top: 5px;
}
html#studio_mix_html #service_nav2 li a .service_nav2_txtArea .txt2 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  min-height: 3rem;
}
html#studio_mix_html
  #service_nav2
  li
  a
  .service_nav2_txtArea
  .service_nav2_btn {
  width: 70%;
  background: #83d3d8;
  color: #fff;
  font-size: 1.15rem;
  text-align: center;
  line-height: 2.8;
  margin-top: 30px;
  transition: all 0.2s linear;
}
html#studio_mix_html
  #service_nav2
  li
  a:hover
  .service_nav2_txtArea
  .service_nav2_btn {
  background: #009fa8;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html #service_nav2 li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 5% 0 0;
    background: url(/common/images/common/arrow_next.png) right center no-repeat;
    background-size: 100%;
  }
  html#studio_mix_html #service_nav2 li a figure {
    width: 38%;
    display: table-cell;
    vertical-align: top;
    padding-right: 5%;
    background: none !important;
    vertical-align: middle;
  }
  html#studio_mix_html #service_nav2 li a:hover figure img {
    opacity: 1 !important;
  }
  html#studio_mix_html
    #service_nav2
    li
    a
    .service_nav2_txtArea
    .service_nav2_btn {
    display: none;
  }
  html#studio_mix_html #service_nav2 li a .service_nav2_txtArea .txt1 {
    font-size: 0.8rem;
  }
  html#studio_mix_html #service_nav2 li a .service_nav2_txtArea .txt2 {
    font-size: 1.2rem;
    line-height: 1.5;
    height: inherit;
  }
}
html#studio_mix_html .service1 #page_key div {
  background: url(/common/images/service/key1.jpg) center top no-repeat;
}
html#studio_mix_html .service2 #page_key div {
  background: url(/common/images/service/key2.jpg) center top no-repeat;
}
html#studio_mix_html .service3 #page_key div {
  background: url(/common/images/service/key3.jpg) center top no-repeat;
}
html#studio_mix_html .service4 #page_key div {
  background: url(/common/images/service/key4.jpg) center top no-repeat;
}
html#studio_mix_html .service5 #page_key div {
  background: url(/common/images/service/key5.jpg) center top no-repeat;
}
html#studio_mix_html .service6 #page_key div {
  background: url(/common/images/service/key6.jpg) center top no-repeat;
}
html#studio_mix_html .service7 #page_key div {
  background: url(/common/images/service/key7.jpg) center top no-repeat;
}
html#studio_mix_html .service8 #page_key div {
  background: url(/common/images/service/key8.jpg) center top no-repeat;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 #page_key div {
    background-position: 30% top !important;
  }
}
html#studio_mix_html .service9 #page_key div {
  background: url(/common/images/service/key9.jpg) center top no-repeat;
}
html#studio_mix_html .service10 #page_key div {
  background: url(/common/images/service/key10.jpg) center top no-repeat;
}
html#studio_mix_html .service11 #page_key div {
  background: url(/common/images/service/key11.jpg) center top no-repeat;
}
html#studio_mix_html .page .page-nav {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
html#studio_mix_html .page .page-nav a {
  display: block;
  width: 252px;
  margin: 0 12px;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #4a4a4a;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 930px) {
  html#studio_mix_html .page .page-nav a {
    width: 29%;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page .page-nav {
    margin-bottom: 30px;
  }
  html#studio_mix_html .page .page-nav a {
    width: 100%;
    margin-bottom: 15px;
  }
}
html#studio_mix_html .anchor {
  clear: both;
  position: relative;
  top: -60px;
  display: block;
}
@media (min-width: 800px) {
  html#studio_mix_html .anchor {
    top: -120px;
  }
}
html#studio_mix_html .service .flowbox {
  position: relative;
  margin-bottom: 60px;
}
html#studio_mix_html .service .flowbox .no {
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: -0.5rem;
  font-size: 6rem;
  line-height: 1;
  color: #009fa8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: top;
}
html#studio_mix_html .service6 .flowbox img {
  filter: blur(5px);
}
html#studio_mix_html .img-blur {
  animation: imageBlur 1s both;
}
@keyframes imageBlur {
  100% {
    filter: blur(0);
  }
}
html#studio_mix_html .service .flow_odd .no {
  left: 30px;
}
html#studio_mix_html .service .flow_even .no {
  right: 30px;
}
html#studio_mix_html .service .flowbox div {
  width: 43%;
  height: auto !important;
  min-height: 300px;
  height: 300px;
  background: #fff;
  padding: 70px 30px 30px;
  margin-top: 2.5rem;
}
html#studio_mix_html .service .flow_odd div {
  padding-right: 90px;
  float: left;
}
html#studio_mix_html .service .flow_even div {
  padding-left: 90px;
  float: right;
}
html#studio_mix_html .page h3 {
  font-size: 1.6rem;
  margin-bottom: 45px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
html#studio_mix_html .page h3.ver2 {
  color: #009fa8;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #009fa8;
}
html#studio_mix_html .page h3.ver2:before {
  content: "■";
  padding-right: 5px;
  font-size: 70%;
  position: relative;
  bottom: 2px;
}
html#studio_mix_html .page .contentsArea p {
  color: #808080;
  font-size: 0.95rem;
}
html#studio_mix_html .service .flowbox div p {
  font-size: 0.85rem;
}
html#studio_mix_html .service .flowbox figure {
  width: 50%;
  position: absolute;
  top: 0;
}
html#studio_mix_html .service .flow_even figure {
  left: 0;
}
html#studio_mix_html .service .flow_odd figure {
  right: 0;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service .flowbox .no {
    top: -3rem !important;
  }
  html#studio_mix_html .service .flowbox div {
    width: 90%;
    height: auto !important;
    min-height: inherit !important;
    padding: 45px 5% 30px !important;
    float: none;
    margin-top: 1rem;
  }
  html#studio_mix_html .page h3 {
    margin-bottom: 30px;
  }
  html#studio_mix_html .service .flowbox figure {
    width: 100%;
    position: static;
  }
}
html#studio_mix_html .service .kakaritsuke1 {
  border: 1px solid #009fa8;
  padding: 5%;
  margin-bottom: 90px;
}
html#studio_mix_html .service .kakaritsuke1 h4 {
  width: 588px;
  margin: 0 auto 30px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  text-align: center;
  background-size: 100%;
  border-bottom: none;
}
html#studio_mix_html .service .kakaritsuke1 figure#kakaritsuke_img {
  width: 70% !important;
  margin: 15px auto 45px;
}
html#studio_mix_html .service .kakaritsuke1 dl {
  margin-bottom: 30px;
}
html#studio_mix_html .service .kakaritsuke1 dl dt {
  color: #009fa8;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
html#studio_mix_html .service .kakaritsuke1 dl dd {
  font-size: 0.8rem;
  padding: 10px 0 0 70px;
}
html#studio_mix_html .service .kakaritsuke1 ul {
  width: 100%;
  overflow: hidden;
  display: table;
}
html#studio_mix_html .service .kakaritsuke1 .kakaritsuke_service b {
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: inline-block;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
html#studio_mix_html .service .kakaritsuke1 .kakaritsuke_service li {
  /*   height: 240px; */
  padding: 24px 3%;
  background: #fff;
  width: 38%;
  display: table-cell;
  border: 15px solid #ffffff;
}
html#studio_mix_html .service .kakaritsuke1 .kakaritsuke_service li.noitem {
  background: transparent;
}
html#studio_mix_html
  .service
  .kakaritsuke1
  .kakaritsuke_service
  li.noitem
  figure {
  margin-top: 0;
}
html#studio_mix_html
  .service
  .kakaritsuke1
  .kakaritsuke_service
  li.noitem
  figure
  img {
  width: 400px;
  float: right;
}
html#studio_mix_html .page .no2 {
  height: 60px;
  padding-left: 70px;
  display: table-cell;
  vertical-align: middle;
}
html#studio_mix_html .service .kakaritsuke1 .kakaritsuke_service figure {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
html#studio_mix_html .service ul.process li {
  width: 90%;
  background: #fff;
  font-weight: bold;
  font-size: 110%;
  padding: 15px 5%;
  margin-bottom: 30px;
  position: relative;
}
html#studio_mix_html .service ul.process li:after {
  content: "▼";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  color: #009fa8;
  text-align: center;
}
html#studio_mix_html .service ul.process li:last-child:after {
  display: none;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  html#studio_mix_html .service .kakaritsuke1 figure#kakaritsuke_img {
    width: 90% !important;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service .kakaritsuke1 h4 {
    width: 100%;
    margin-bottom: 15px;
  }
  html#studio_mix_html .service .kakaritsuke1 figure#kakaritsuke_img {
    width: 100% !important;
  }
  html#studio_mix_html .service .kakaritsuke1 dl dd {
    padding: 20px 0 0 0;
  }
  html#studio_mix_html .service .kakaritsuke1 ul {
    display: block;
  }
  html#studio_mix_html .service .kakaritsuke1 .kakaritsuke_service li {
    width: 90%;
    padding: 15px 5%;
    margin: 0 0 15px 0;
    display: block;
    border: 5px solid #ffffff;
  }
  html#studio_mix_html
    .service
    .kakaritsuke1
    .kakaritsuke_service
    li.noitem
    figure
    img {
    width: 100%;
    float: none;
  }
}
html#studio_mix_html .page .no2-1 {
  background: url(/common/images/common/no1.png) left center no-repeat;
  background-size: 60px;
}
html#studio_mix_html .page .no2-2 {
  background: url(/common/images/common/no2.png) left center no-repeat;
  background-size: 60px;
}
html#studio_mix_html .page .no2-3 {
  background: url(/common/images/common/no3.png) left center no-repeat;
  background-size: 60px;
}
html#studio_mix_html .page .no2-4 {
  background: url(/common/images/common/no4.png) left center no-repeat;
  background-size: 60px;
}
html#studio_mix_html .page .no2-5 {
  background: url(/common/images/common/no5.png) left center no-repeat;
  background-size: 60px;
}
html#studio_mix_html .page .no2-6 {
  background: url(/common/images/common/no6.png) left center no-repeat;
  background-size: 60px;
}
html#studio_mix_html .page .no2-7 {
  background: url(/common/images/common/no7.png) left center no-repeat;
  background-size: 60px;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page .no2 {
    vertical-align: top;
    padding-left: 0;
    padding-top: 70px;
    background-position: center top;
  }
}
html#studio_mix_html .service8 .contentsArea .ttl {
  padding-top: 30px;
  box-sizing: border-box;
}
html#studio_mix_html .service8 .contentsArea .ricetta_about_box {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .contentsArea .ricetta_about_box {
    margin-top: 0;
  }
}
@media screen and (min-width: 951px) {
  html#studio_mix_html .service8 .contentsArea .ricetta_about_box {
    margin-top: -7vw;
  }
}
@media screen and (min-width: 1031px) {
  html#studio_mix_html .service8 .contentsArea .ricetta_about_box {
    margin-top: -100px;
  }
}
html#studio_mix_html
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_left,
html#studio_mix_html
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_right {
  width: 50%;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .contentsArea
    .ricetta_about_box
    .ricetta_about_box_left,
  html#studio_mix_html
    .service8
    .contentsArea
    .ricetta_about_box
    .ricetta_about_box_right {
    width: 100%;
  }
}
html#studio_mix_html
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_left
  p {
  margin-top: 25px;
  margin-bottom: 25px;
}
html#studio_mix_html
  .service8
  .contentsArea
  .ricetta_about_box
  .ricetta_about_box_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
html#studio_mix_html .service8 .ricetta_about_box_right_link {
  width: 55%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .ricetta_about_box_right_link {
    width: 100%;
  }
}
html#studio_mix_html .service8 .ricetta_about_box_right_link .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
html#studio_mix_html .service8 .ricetta_about_box_right_link .inner .platform {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html#studio_mix_html
  .service8
  .ricetta_about_box_right_link
  .inner
  .platform
  .qr {
  max-width: 108px;
  margin: 0 auto;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform
    .qr {
    display: none;
  }
}
html#studio_mix_html
  .service8
  .ricetta_about_box_right_link
  .inner
  .platform
  a {
  width: 104px;
  max-width: 100%;
  margin: 0 auto;
}
html#studio_mix_html
  .service8
  .ricetta_about_box_right_link
  .inner
  .platform
  svg {
  width: 100%;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform1
    .qr,
  html#studio_mix_html
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform1
    a {
    margin: 0 0 0 auto;
  }
  html#studio_mix_html
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform2
    .qr,
  html#studio_mix_html
    .service8
    .ricetta_about_box_right_link
    .inner
    .platform.platform2
    a {
    margin: 0 auto 0 0;
  }
}
html#studio_mix_html .service8 .contentsArea .ricetta_about_box_right_link p {
  margin-bottom: 15px;
  font-size: 0.74rem;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
}
html#studio_mix_html .service8 .ricetta_about_box_right_phone {
  width: 45%;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .ricetta_about_box_right_phone {
    width: 100%;
    text-align: center;
  }
  html#studio_mix_html .service8 .ricetta_about_box_right_phone img {
    max-width: 240px;
  }
}
html#studio_mix_html .service8 .contentsArea .ttl {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .contentsArea .ttl {
    line-height: 1.5;
  }
}
html#studio_mix_html .service8 .contentsArea .ttl .fs_44 {
  font-size: 2.75rem;
}
html#studio_mix_html .service8 .contentsArea .subttl {
  max-width: 397px;
}
html#studio_mix_html .service8 .contentsArea p.txt_orange {
  color: #f69e1e;
}
html#studio_mix_html .service8 .sec02 .contentsArea {
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec02 .contentsArea {
    padding-bottom: 50px;
  }
}
html#studio_mix_html .service8 .sec02 .contentsArea .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.86rem;
  font-weight: 500;
  text-align: center;
}
html#studio_mix_html .service8 .sec02 .contentsArea .ttl:before {
  content: "";
  display: inline-block;
  width: 99px;
  height: 130px;
  background-image: url("/common/images/service/ricetta_cha01.png");
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .ttl {
    flex-direction: column;
    line-height: 1.5;
  }
  html#studio_mix_html .service8 .sec02 .contentsArea .ttl:before {
    width: 75px;
    height: 97px;
    margin-right: 0;
  }
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-content: stretch;
  margin-top: 40px;
  background-image: url("/common/images/service/ricetta_cha02.png");
  background-size: 207px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow {
    padding-bottom: 167px;
    background-position: center bottom;
  }
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow {
  width: 50%;
  margin-bottom: 45px;
  padding: 0 15px 25px 100px;
  box-sizing: border-box;
  border-left: 10px solid #009fa8;
  background-size: 76px auto;
  background-position: 15px top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 951px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow {
    padding-left: 120px;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow {
    width: 100%;
    padding-left: 120px;
  }
}
@media screen and (max-width: 479px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow {
    padding-left: 100px;
  }
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow.flow1 {
  background-image: url("/common/images/service/ricetta_icon01.png");
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow.flow2 {
  background-image: url("/common/images/service/ricetta_icon02.png");
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow.flow3 {
  background-image: url("/common/images/service/ricetta_icon03.png");
  width: 70%;
  margin-bottom: 0;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flow.flow3 {
    width: 100%;
  }
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flowTtl {
  font-size: 1.25rem;
  color: #000000;
}
html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flowTxt p {
  margin-bottom: 0;
  font-size: 0.88rem;
  color: #000000;
}
@media screen and (max-width: 479px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flowTtl {
    padding-bottom: 1rem;
    line-height: 1.5;
  }
  html#studio_mix_html
    .service8
    .sec02
    .contentsArea
    .sec02Flow
    .flow.flow2
    .flowTtl {
    padding-bottom: 3.5rem;
  }
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flowTxt {
    margin-left: -85px;
  }
}
@media screen and (max-width: 399px) {
  html#studio_mix_html .service8 .sec02 .contentsArea .sec02Flow .flowTtl {
    padding-bottom: 1rem;
  }
  html#studio_mix_html
    .service8
    .sec02
    .contentsArea
    .sec02Flow
    .flow.flow2
    .flowTtl {
    padding-bottom: 1.7rem;
  }
}
html#studio_mix_html .service8 .sec03 .contentsArea .ttl {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande",
    "segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "Verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #113a5c;
  text-align: center;
}
html#studio_mix_html .service8 .sec03 .contentsArea .flowLinkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
html#studio_mix_html .service8 .sec03 .contentsArea .flowLinkBox a {
  display: block;
  width: 252px;
  margin: 0 12px;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #4a4a4a;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 930px) {
  html#studio_mix_html .service8 .sec03 .contentsArea .flowLinkBox a {
    width: 29%;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .contentsArea .flowLinkBox a {
    width: 100%;
    margin-bottom: 15px;
  }
}
html#studio_mix_html .service8 .sec03 .ricettaFlow {
  position: relative;
  padding: 45px 0;
}
html#studio_mix_html .service8 .sec03 .ricettaFlowArw {
  position: relative;
  width: 100%;
  height: 105px;
  background-image: url("/common/images/service/ricetta_flow_arw.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 89px auto;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow {
    padding: 15px 0;
  }
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowTtl {
  position: relative;
  padding: 0 0 0 60px;
  background-color: #113a5c;
  color: #ffffff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.88rem;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowTtl {
    padding: 0 0 0 15px;
    font-size: 1.5rem;
  }
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowTtl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: 0 auto 0 10.38%;
  border-style: solid;
  border-color: #113a5c transparent transparent transparent;
  border-width: 28px 21px 0 21px;
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox {
  position: relative;
  margin-top: 50px;
  padding: 50px 90px 50px 110px;
  box-sizing: border-box;
  border: 3px solid #113a5c;
  border-style: solid none solid none;
  background-color: #ffffff;
}
@media screen and (max-width: 999px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox {
    padding: 50px 45px 50px 55px;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox {
    padding: 50px 5% 50px 5%;
  }
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox.slide {
  padding-bottom: 25px;
}
@media screen and (max-width: 479px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox.slide {
    padding: 50px 0 50px 0;
  }
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox:nth-of-type(n + 3) {
  margin-top: 0;
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox .ttlNo {
  position: absolute;
  z-index: 10;
  left: 90px;
  top: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8b62c;
  color: #ffffff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.75rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox .ttlNo {
    left: 30px;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox .ttlNo {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    font-size: 2rem;
  }
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox h4 {
  padding: 15px 40px 15px 80px;
  background-color: #e9e9e9;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox h4.nolpd {
  padding: 15px 40px 15px 40px;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .ricettaFlow .ricettaFlowBox h4 {
    padding: 15px 5% 15px 5%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-content: stretch;
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .col2 {
  width: 46.23%;
  padding: 90px 0 0 0;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .col2 {
    width: 100%;
    padding-top: 75px;
  }
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox.slide
  .ricettaFlowBoxInner
  .col2 {
  padding-top: 50px;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox.slide
    .ricettaFlowBoxInner
    .col2 {
    padding-top: 25px;
  }
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .col2.colNo1 {
  background-image: url("/common/images/service/ricetta_cnum1.png");
  background-position: left 25px;
  background-repeat: no-repeat;
  background-size: 39px auto;
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .col2.colNo2 {
  background-image: url("/common/images/service/ricetta_cnum2.png");
  background-position: left 25px;
  background-repeat: no-repeat;
  background-size: 39px auto;
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .colRight {
  text-align: right;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .colRight {
    text-align: center;
    padding-left: 0;
  }
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .colLeft {
  text-align: left;
  padding-right: 40px;
  box-sizing: border-box;
  align-self: center;
}
html#studio_mix_html
  .service8
  .sec03
  .ricettaFlow
  .ricettaFlowBox
  .ricettaFlowBoxInner
  .colLeft
  p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .colLeft {
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  html#studio_mix_html
    .service8
    .sec03
    .ricettaFlow
    .ricettaFlowBox
    .ricettaFlowBoxInner
    .colLeft {
    padding: 0 40px;
  }
}
html#studio_mix_html .sec03 .sec03Img01 {
  max-width: 290px;
}
html#studio_mix_html .sec03 .sec03Img02 {
  max-width: 237px;
}
html#studio_mix_html .sec03 .sec03Img03 {
  max-width: 45.28%;
  margin-top: -55px;
}
html#studio_mix_html .sec03 .sec03Img04 {
  max-width: 35.19%;
  margin-top: -65px;
  margin-left: 7%;
}
html#studio_mix_html .sec03 .blueTxt {
  color: #113a5c;
  font-weight: 600;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .sec03 .sec03Img03 {
    max-width: 67.92%;
    margin: 15px auto 0;
  }
  html#studio_mix_html .sec03 .sec03Img04 {
    max-width: 52.79%;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 379px) {
  html#studio_mix_html .sec03 .sec03Img03,
  html#studio_mix_html .sec03 .sec03Img04 {
    max-width: 100%;
    margin-top: 15px;
  }
}
html#studio_mix_html .service8 .sec03 .platforms {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
html#studio_mix_html .service8 .sec03 .platforms .platform {
  width: 50%;
  max-width: 175px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html#studio_mix_html .service8 .sec03 .platforms .platform:nth-child(2n + 1) {
  padding-right: 0;
}
html#studio_mix_html .service8 .sec03 .platforms .platform:nth-child(2n) {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  html#studio_mix_html .service8 .sec03 .platforms .platform:nth-child(2n + 1),
  html#studio_mix_html .service8 .sec03 .platforms .platform:nth-child(2n) {
    padding: 0 10px;
  }
}
@media screen and (max-width: 399px) {
  html#studio_mix_html .service8 .sec03 .platforms .platform:nth-child(2n + 1),
  html#studio_mix_html .service8 .sec03 .platforms .platform:nth-child(2n) {
    padding-right: 15px;
  }
}
html#studio_mix_html .service8 .sec03 .platforms .platform .qr {
  width: 122px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 799px) {
  html#studio_mix_html .service8 .sec03 .platforms .platform .qr {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .platforms .platform .qr {
    display: none;
  }
}
html#studio_mix_html .service8 .sec03 .platforms .platform a {
  width: 135px;
  max-width: 100%;
  margin: 0 auto 0 0;
}
html#studio_mix_html .service8 .sec03 .platforms .platform svg {
  width: 100%;
}
html#studio_mix_html .service8 .returnTop {
  padding: 10px 0;
  box-sizing: border-box;
}
html#studio_mix_html .service8 .returnTop a {
  display: block;
  width: 162px;
  margin: 0 0 0 auto;
  padding-top: 3px;
  box-sizing: border-box;
  border: 1px solid #818181;
  color: #4a4a4a;
  font-size: 0.88rem;
  text-decoration: none;
  text-align: center;
}
html#studio_mix_html .service8 .returnTop a span:before {
  content: "▲";
  margin-right: 10px;
  color: #113a5c;
}
html#studio_mix_html .service8 .sec03 .sec03Txt {
  font-size: 0.88rem;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service8 .sec03 .sec03Txt {
    padding: 0 5%;
    box-sizing: border-box;
  }
}
html#studio_mix_html .center {
  text-align: center;
}
html#studio_mix_html .service11 .em {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 105%;
}
html#studio_mix_html .service11 .em2 {
  color: #4a4a4a !important;
  font-weight: bold;
  font-size: 125% !important;
  text-align: center;
}
html#studio_mix_html .service11 .problems {
  font-size: 0.95rem;
}
html#studio_mix_html .service11 .problems li {
  line-height: 1.4;
  margin-bottom: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
html#studio_mix_html .service11 .price {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 110%;
  border-bottom: 1px solid #808080;
}
html#studio_mix_html .service11 .price dt {
  padding-right: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
html#studio_mix_html .service11 .price dd {
  font-weight: bold;
}
html#studio_mix_html .service11 .carestation-box {
  border: 1px solid #009fa8;
  padding: 5%;
  margin: 30px 0 90px;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .service11 .carestation-box {
    margin: 0 0 45px 0;
  }
}
html#studio_mix_html .service11 .carestation-box h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
html#studio_mix_html .service11 .carestation-box ul li {
  padding-left: 1.1rem;
  text-indent: -1.1rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
html#studio_mix_html .service11 .carestation-box ul li:last-child {
  margin-bottom: 0;
}
html#studio_mix_html .swiper-wrapper {
  padding-bottom: 60px;
  box-sizing: border-box;
}
html#studio_mix_html .swiper-pagination .swiper-pagination-bullet {
  background: rgb(0, 159, 168) !important;
}
html#studio_mix_html .swiper-button-prev {
  width: 38px !important;
  left: 0 !important;
  background-image: url("/common/images/service/ricetta_slide_prev.png") !important;
  background-size: 38px auto !important;
}
html#studio_mix_html .swiper-button-next {
  width: 38px !important;
  right: 0 !important;
  background-image: url("/common/images/service/ricetta_slide_next.png") !important;
  background-size: 38px auto !important;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .swiper-wrapper {
    padding-bottom: 0;
  }
  html#studio_mix_html .swiper-button-prev,
  html#studio_mix_html .swiper-button-next {
    background-size: 28px auto !important;
  }
}
html#studio_mix_html .swiper-button-first {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 38px !important;
}
html#studio_mix_html .swiper-button-first.nodisp {
  display: none;
}
html#studio_mix_html .swiper-button-first.disp {
  display: block;
}
html#studio_mix_html .swiper-button-first .btn-1st {
  width: 100%;
  cursor: pointer;
}
html#studio_mix_html #staff_nav {
  display: block;
  margin: 0 auto;
  padding-right: 3.5%;
  overflow: hidden;
  clear: both;
}
html#studio_mix_html #staff_nav li {
  width: 29.8%;
  margin-left: 3.5%;
  display: block;
  float: left;
}
html#studio_mix_html #staff_nav li a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}
html#studio_mix_html #staff_nav li figure figcaption {
  padding: 20px 10px 30px 10px;
}
html#studio_mix_html #staff_nav li figure span {
  display: block;
}
html#studio_mix_html #staff_nav li figure span.character3 {
  display: inline;
  letter-spacing: -0.3rem;
}
html#studio_mix_html #staff_nav li figure span.position {
  font-weight: bold;
  font-size: 0.9rem;
  color: #113a5c;
}
html#studio_mix_html #staff_nav li figure span.nm {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.7rem;
}
html#studio_mix_html #staff_nav li figure span.nm_eng {
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "dinmedium";
}
html#studio_mix_html #staff_nav b {
  font-weight: normal;
  color: #009fa8;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html #staff_nav li {
    width: 45%;
    margin-left: 5%;
  }
  html#studio_mix_html #staff_nav li figure span.position {
    font-size: 0.8rem;
    color: #113a5c;
  }
  html#studio_mix_html #staff_nav li figure span.nm {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.4rem;
  }
  html#studio_mix_html #staff_nav li figure span.nm_eng {
    font-size: 0.5rem;
  }
}
html#studio_mix_html .staff1 #page_key div {
  background: url(/common/images/staff/key2.jpg) center top no-repeat;
}
html#studio_mix_html .staff2 #page_key div {
  background: url(/common/images/staff/key2.jpg) center top no-repeat;
}
html#studio_mix_html .staff2 .staff_fig001 {
  width: 36% !important;
}
html#studio_mix_html .staff2 .staff_txt001 {
  width: 59.5% !important;
}
@media screen and (min-width: 679px) {
  html#studio_mix_html .staff2 .staff_fig001 {
    width: 36% !important;
  }
  html#studio_mix_html .staff2 .staff_txt001 {
    width: 59.5% !important;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .staff2 .staff_fig001 {
    width: 100% !important;
  }
  html#studio_mix_html .staff2 .staff_txt001 {
    width: 100% !important;
  }
}
html#studio_mix_html .staff2 p.prof span {
  display: block;
  color: #4a4a4a;
}
html#studio_mix_html .staff2 p.prof span.position {
  font-weight: bold;
  font-size: 0.9rem;
  color: #113a5c;
}
html#studio_mix_html .staff2 p.prof span.nm {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.7rem;
}
html#studio_mix_html .staff2 p.prof span.nm_eng {
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "dinmedium";
}
html#studio_mix_html .staff2 p.prof b {
  font-weight: normal;
  color: #009fa8;
}
html#studio_mix_html .staff2 p.prof_txt {
  font-size: 0.8rem;
  color: #4a4a4a;
  line-height: 1.6;
}
html#studio_mix_html .qaArea {
  border: 1px solid #009fa8;
  padding: 5%;
  margin-bottom: 90px;
}
html#studio_mix_html .qaArea h4 {
  text-align: center;
  margin-bottom: 45px;
}
html#studio_mix_html .qaArea h4 img {
  width: 588px;
}
html#studio_mix_html .qaArea dl dt {
  color: #009fa8;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 30px 0 7px 0;
  text-align: left !important;
}
html#studio_mix_html .qaArea dl dd {
  padding-left: 1rem;
  text-align: left;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .qaArea h4 img {
    width: 100%;
  }
}
html#studio_mix_html #medical-mall-dsc {
  display: table;
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
  line-height: 2.2;
  font-size: 0.9rem;
  margin-bottom: 60px;
}
html#studio_mix_html #medical-mall-dsc figure {
  width: 730px;
  display: table-cell;
  vertical-align: middle;
}
html#studio_mix_html #medical-mall-dsc .txt {
  width: 270px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html #medical-mall-dsc {
    display: block;
    margin-bottom: 0;
  }
  html#studio_mix_html #medical-mall-dsc figure {
    width: 100%;
    display: block;
  }
  html#studio_mix_html #medical-mall-dsc .txt {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
  }
}
html#studio_mix_html .news1 #page_key div {
  background-image: url(/common/images/news/key1.jpg);
}
html#studio_mix_html .news2 #page_key div {
  background-image: url(/common/images/news/key2.jpg);
}
html#studio_mix_html .blog1 #page_key div {
  background-image: url(/common/images/blog/key1.jpg);
}
html#studio_mix_html .blog2 #page_key div {
  background-image: url(/common/images/blog/key2.jpg);
}
html#studio_mix_html .tags #page_key div {
  background-image: url(/common/images/common/key1.jpg);
}
html#studio_mix_html .wpContent dl {
  width: 100%;
  border-bottom: 1px solid #999;
  display: table;
  padding: 15px 0;
}
html#studio_mix_html .wpContent dl a {
  text-decoration: none;
}
html#studio_mix_html .wpContent dl a:hover dt,
html#studio_mix_html .wpContent dl a:hover dd {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
html#studio_mix_html .wpContent dl a dt,
html#studio_mix_html .wpContent dl a dd {
  display: block;
  padding: 0 5px;
  color: #4a4a4a;
}
html#studio_mix_html .wpContent dl a dt {
  font-size: 0.8rem;
  color: #009fa8;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "dinregular";
}
html#studio_mix_html .wpContent p.date {
  font-family: "dinregular";
  color: #009fa8;
  font-size: 1rem;
  margin-bottom: 5px !important;
}
html#studio_mix_html .wpContent .info {
  margin: 0 0 45px 0 !important;
  padding: 15px 0;
  border-top: 1px dashed #009fa8;
  border-bottom: 1px dashed #009fa8;
  background: transparent;
}
html#studio_mix_html .wpContent .info dl {
  color: #009fa8;
  border: none;
  padding: 0;
  margin-right: 20px;
  display: table;
}
html#studio_mix_html .news2 .contentsArea p,
html#studio_mix_html .blog2 .contentsArea p {
  margin-bottom: 0 !important;
}
html#studio_mix_html .news2 .contentsArea img,
html#studio_mix_html .blog2 .contentsArea img {
  margin-bottom: 30px;
  height: inherit;
}
html#studio_mix_html .wpContent .info dl dt {
  font-family: "dinregular";
  width: 3rem;
  text-align: right;
  padding-right: 15px;
}
html#studio_mix_html .wpContent .info dl dd {
  font-size: 0.8rem;
}
html#studio_mix_html .wpContent .info dl dt,
html#studio_mix_html .wpContent .info dl dd {
  display: table-cell;
}
html#studio_mix_html .editArea div {
  background: rgba(255, 255, 255, 0.8);
  margin: 15px 0;
  padding: 15px;
}
html#studio_mix_html .editArea h2 {
  text-align: left !important;
  padding: 0;
  font-size: 1.6rem;
}
html#studio_mix_html .editArea h3 {
  margin: 5px 0;
  font-size: 1.2rem;
  border-left: 4px solid #009fa8;
  line-height: 1.2;
  padding: 0 0 0 5px;
}
html#studio_mix_html .editArea h4 {
  font-size: 1.1rem;
  color: #009fa8;
}
html#studio_mix_html .wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  color: #999;
}
html#studio_mix_html .wp-pagenavi a {
  text-decoration: none !important;
}
html#studio_mix_html .wp-pagenavi a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
html#studio_mix_html .wp-pagenavi a,
html#studio_mix_html .wp-pagenavi span {
  margin: 0 5px;
  line-height: 1;
  font-family: "dinmedium";
  font-size: 1rem;
}
html#studio_mix_html .wp-pagenavi .current {
  color: #113a5a;
  border-bottom: 1px solid #113a5a;
}
html#studio_mix_html .tagsList {
  border: 1px solid #009fa8;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
html#studio_mix_html .tagsList ul li {
  display: inline-block;
  padding: 0 5px;
  font-size: 0.8rem;
}
html#studio_mix_html .tagsList .tagsList_ttl {
  color: #009fa8;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "dinregular";
  position: absolute;
  top: -15px;
  left: 15px;
  background: #ffffff;
  padding: 0 10px;
}
html#studio_mix_html .access #page_key div {
  background: url(/common/images/access/key1.jpg) center top no-repeat;
}
html#studio_mix_html .access .open-close {
  margin-bottom: 5px;
  margin-top: 7px;
}
html#studio_mix_html .access .open-close table th,
html#studio_mix_html .access .open-close table td {
  border-top: 1px solid #4a4a4a;
  border-bottom: none;
}
html#studio_mix_html .access .open-close table .ttl td {
  color: #009fa8;
  font-size: 0.8rem;
}
html#studio_mix_html .access dl dd ul {
  margin-bottom: 5px;
}
html#studio_mix_html .access dl dd ul li {
  padding-left: 1rem;
  font-size: 0.9rem;
}
html#studio_mix_html .access dl dd ul li:first-child {
  color: #009fa8;
  font-weight: bold;
}
html#studio_mix_html .access .swiper-container-access1,
html#studio_mix_html .access .swiper-container-access2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 680px) {
  html#studio_mix_html .access .swiper-container-access1,
  html#studio_mix_html .access .swiper-container-access2 {
    margin-bottom: 80px;
  }
}
html#studio_mix_html .concept #page_key div {
  background: url(/common/images/concept/key1.jpg) center top no-repeat;
}
@media screen and (min-width: 680px) {
  html#studio_mix_html .concept .contentsArea {
    text-align: center;
  }
}
html#studio_mix_html .company #page_key div {
  background: url(/common/images/company/key1.jpg) center top no-repeat;
}
html#studio_mix_html .sign {
  font-size: 1.1rem !important;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #4a4a4a;
  font-weight: bold;
  text-align: right;
}
html#studio_mix_html .company .contentsArea2 dl dt {
  width: 5rem !important;
}
html#studio_mix_html .privacy #page_key div {
  background: url(/common/images/common/key1.jpg) center top no-repeat;
}
html#studio_mix_html .contact1 #page_key div {
  background: url(/common/images/contact/key1.jpg) center top no-repeat;
}
html#studio_mix_html .contact2 #page_key div {
  background: url(/common/images/contact/key2.jpg) center top no-repeat;
}
html#studio_mix_html .contact3 #page_key div {
  background: url(/common/images/contact/key3.jpg) center top no-repeat;
}
html#studio_mix_html .entry1 #page_key div {
  background: url(/common/images/entry/key1.jpg) center top no-repeat;
}
html#studio_mix_html .entry2 #page_key div {
  background: url(/common/images/entry/key2.jpg) center top no-repeat;
}
html#studio_mix_html .entry3 #page_key div {
  background: url(/common/images/entry/key3.jpg) center top no-repeat;
}
html#studio_mix_html .medical-mall #page_key div {
  background: url(/common/images/medical-mall/key1.jpg) center top no-repeat;
}
html#studio_mix_html .faq #page_key div {
  background: url(/common/images/faq/key1.jpg) center top no-repeat;
}
html#studio_mix_html #faqNav {
  overflow: hidden;
  position: relative;
}
html#studio_mix_html #faqNav #faqNav_up {
  position: absolute;
  top: -115px;
}
html#studio_mix_html #faqNav ul {
  width: 100%;
  display: table;
  margin-bottom: 0;
}
html#studio_mix_html #faqNav ul li {
  text-indent: 0;
  padding: 0 0 0 1.5%;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  display: table-cell;
  width: 20%;
  box-sizing: border-box;
  position: relative;
}
html#studio_mix_html #faqNav ul li:first-child {
  padding-left: 0;
}
html#studio_mix_html #faqNav ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
html#studio_mix_html #faqNav ul li a span {
  padding: 5%;
  display: block;
  box-sizing: border-box;
  background: #006fa9;
  position: relative;
  border-radius: 16px;
}
html#studio_mix_html #faqNav ul li:hover a span,
html#studio_mix_html #faqNav ul li:focus a span,
html#studio_mix_html #faqNav ul li.current a span {
  background: #009fa8;
}
html#studio_mix_html #faqNav ul li a span small {
  font-size: 60%;
  font-weight: normal;
}
html#studio_mix_html #faqNav ul li a .next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(90deg);
}
html#studio_mix_html #faqNav ul li a .next svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  right: 15px;
  left: inherit;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 679px) {
  html#studio_mix_html #faqNav ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
  }
  html#studio_mix_html #faqNav ul li a span {
    padding: 3% 5%;
  }
}
html#studio_mix_html .faq h3 {
  margin-bottom: 30px;
}
html#studio_mix_html .faq h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #009fa8;
  margin-bottom: 30px;
  margin-top: 30px;
}
html#studio_mix_html .slide_box {
  padding-top: 80px;
}
html#studio_mix_html .slide_box dl {
  margin-bottom: 15px;
}
html#studio_mix_html .slide_box dl dt {
  padding: 10px 30px;
  background: #fff;
  font-size: 1.1rem;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
  display: block;
}
html#studio_mix_html .slide_box dl dt b {
  font-weight: normal;
  display: inline-block;
}
html#studio_mix_html .slide_box dl dt b,
html#studio_mix_html .faq dl dd .main {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
html#studio_mix_html .emergency .slide_box dl dt b {
  text-indent: 0;
  padding-left: 0;
}
html#studio_mix_html .slide_box dl dt .drop {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
html#studio_mix_html .slide_box dl dt .drop svg {
  fill: #f98700 !important;
  width: 30px !important;
  height: 30px !important;
  right: 15px !important;
  left: inherit !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: rotate(-180deg);
}
html#studio_mix_html .slide_box dl dt.on .drop svg {
  transform: rotate(0deg);
}
html#studio_mix_html .slide_box dl dd {
  padding: 30px;
  background: #fff;
  border-top: 5px solid #ffffff;
  display: none;
}
html#studio_mix_html .slide_box dl dd .main {
  font-size: 1.2rem;
  color: #1a1a1a;
}
html#studio_mix_html .slide_box .up {
  text-align: right;
  margin-bottom: 0;
}
html#studio_mix_html .slide_box dl dt span {
  color: #fdde8e;
}
html#studio_mix_html .slide_box dl dd span {
  color: #009fa8;
}
html#studio_mix_html .slide_box dl span {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: bottom;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .slide_box {
    padding-top: 45px;
  }
  html#studio_mix_html .slide_box dl dt {
    padding: 10px 45px 10px 5%;
  }
}
html#studio_mix_html .emergency #page_key div {
  background: url(/common/images/emergency/key1.jpg) center top no-repeat;
}
html#studio_mix_html .emergency h3 {
  margin-bottom: 30px;
}
html#studio_mix_html .emergency h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #009fa8;
  margin-bottom: 30px;
  margin-top: 30px;
}
html#studio_mix_html #page_key {
  width: 100%;
}
html#studio_mix_html .page #page_key div {
  width: 90%;
  height: 310px;
  padding-left: 5%;
  padding-right: 5%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 410px;
  height: 274px;
  background-position: top 68px left 50%;
}
@media screen and (max-width: 1080px) {
  html#studio_mix_html .page #page_key div {
    background-position: top 35px left 50%;
  }
}
@media screen and (min-width: 520px) {
  html#studio_mix_html .page #page_key div {
    background-attachment: fixed;
  }
}
html#studio_mix_html .page #page_key div h2 {
  color: #1a1a1a;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page #page_key div h2 .h2_long {
    letter-spacing: -0.2rem;
  }
}
html#studio_mix_html .page.index #page_key div h2 span {
  font-family: "dinmedium";
  font-size: 0.9rem;
  border-top: 1px solid #999;
  padding: 14px 20px 0;
}
html#studio_mix_html .page #page_key div h2 span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
  color: #1a1a1a;
  font-size: 1rem;
}
html#studio_mix_html .page .contentsArea {
  overflow: hidden;
  padding-bottom: 15px;
}
html#studio_mix_html .page .contentsArea p {
  margin-bottom: 30px;
}
html#studio_mix_html .page .contentsArea figure {
  width: 53%;
  display: block;
  margin-bottom: 45px;
}
html#studio_mix_html .page .contentsArea figure.full {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}
html#studio_mix_html .page .contentsArea .txt {
  width: 42.5%;
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  html#studio_mix_html .page #page_key div {
    background-size: auto 462px;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page #page_key div {
    height: 220px;
    background-size: auto 271px;
    height: 201px;
  }
  html#studio_mix_html .page .contentsArea figure {
    width: 100%;
    margin-left: 0 !important;
  }
  html#studio_mix_html .page .contentsArea .txt {
    width: 100%;
  }
}
html#studio_mix_html .page .contentsArea2 h3 {
  margin-bottom: 15px;
}
html#studio_mix_html .page .contentsArea2 {
  margin-bottom: 30px;
}
html#studio_mix_html .page .contentsArea2 h3 svg#logo1 {
  width: 220px;
}
html#studio_mix_html .page .contentsArea2 dl {
  display: table;
  margin-bottom: 5px;
}
html#studio_mix_html .page .contentsArea2 dl dt {
  width: 4rem;
  text-align: right;
  display: table-cell;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #4a4a4a;
  vertical-align: top;
}
html#studio_mix_html .page .contentsArea2 dl dd {
  display: table-cell;
  vertical-align: top;
}
html#studio_mix_html .page .contentsArea2 small {
  color: #4a4a4a;
  font-weight: bold;
}
html#studio_mix_html .page .contentsArea2 a {
  text-decoration: none;
}
html#studio_mix_html .page .contentsArea2 dl a:hover dd,
html#studio_mix_html .page .contentsArea2 dl dd a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
html#studio_mix_html .page .contentsArea2 dl svg {
  width: 1rem;
  vertical-align: middle;
  fill: #009fa8;
  width: 16px;
  height: 16px;
}
html#studio_mix_html .page .contentsArea2 dl svg#footer_icon_spot {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1031px) {
  html#studio_mix_html .page .contentsArea2 figure {
    padding-left: 15px;
  }
}
@media screen and (min-width: 680px) and (max-width: 1030px) {
  html#studio_mix_html .page .contentsArea2 figure {
    padding-left: 15px;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page .contentsArea2 figure.right {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
html#studio_mix_html .page .contentsArea .fig001 {
  width: 36% !important;
}
html#studio_mix_html .page .contentsArea .txt001 {
  width: 59.5% !important;
}
@media screen and (min-width: 679px) {
  html#studio_mix_html .page .contentsArea .fig001 {
    width: 36% !important;
  }
  html#studio_mix_html .page .contentsArea .txt001 {
    width: 59.5% !important;
  }
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .page .contentsArea .fig001 {
    width: 100% !important;
  }
  html#studio_mix_html .page .contentsArea .txt001 {
    width: 100% !important;
  }
}
html#studio_mix_html .basic_info.page .contentsArea ul {
  margin-bottom: 30px;
}
html#studio_mix_html .basic_info.page .contentsArea ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 15px;
}
html#studio_mix_html .basic_info.page .contentsArea ul li {
  color: #808080;
  font-size: 0.95rem;
}
html#studio_mix_html .recruit #page_key div {
  background: url(/common/images/recruit/key1.jpg) center top no-repeat;
}
html#studio_mix_html .recruit span.no {
  font-size: 2.4rem;
  line-height: 1;
  color: #009fa8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: top;
}
html#studio_mix_html .recruit .boshu h4 {
  margin: 0 auto 30px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  /*   text-align: center; */
  background-size: 100%;
  border-bottom: none;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
html#studio_mix_html .recruit .boshu h4 img {
  display: block;
  width: 588px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 679px) {
  html#studio_mix_html .recruit .boshu h4 {
    width: 100%;
  }
  html#studio_mix_html .recruit .boshu h4 img {
    width: 100%;
  }
}
html#studio_mix_html .recruit .recruit_txt01 {
  text-align: left;
}
html#studio_mix_html .recruit .recruit_txt01 .slash {
  letter-spacing: -1rem;
  display: none;
}
html#studio_mix_html .recruit .recruit_txt01 .slash-before {
  padding-right: 20px;
}
@media screen and (min-width: 680px) {
  html#studio_mix_html .recruit .recruit_txt01 {
    text-align: center;
    text-indent: -1.5vw;
  }
  html#studio_mix_html .recruit .recruit_txt01 .slash {
    display: inline;
  }
}
@media screen and (min-width: 680px) and (max-width: 840px) {
  html#studio_mix_html .recruit .recruit_txt01 {
    font-size: 3vw;
  }
}
html#studio_mix_html .recruit .contentsArea .recruit_txt02 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #009fa8;
}
html#studio_mix_html .recruit .contentsArea .recruit_txt03 {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 6px;
}
html#studio_mix_html .recruit.page .contentsArea ul.recruit_txt04 {
  margin-bottom: 0;
}
html#studio_mix_html .recruit .contentsArea ul.recruit_txt04 li {
  display: inline-block;
  margin: 0 7px 0 0;
}
html#studio_mix_html .recruit_txt04 li:before {
  content: "●";
  color: #009fa8;
}
html#studio_mix_html .recruit .recruit_txt05 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.13rem;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande",
    "segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "Verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html#studio_mix_html .recruit .recruit_txt05a {
  margin-bottom: 15px;
}
html#studio_mix_html .recruit .recruit_txt05 svg {
  display: block;
  margin: auto;
  width: 44px;
  height: 44px;
}
html#studio_mix_html .recruit .recruit_txt06 {
  font-weight: bold;
  text-indent: -0.5rem;
}
html#studio_mix_html .recruit .contentsArea .recruit_txt07 {
  color: #4b4b4b;
  font-size: 1.1rem;
  text-align: center;
}
html#studio_mix_html .recruit .contentsArea .recruit_txt08 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
html#studio_mix_html .recruit dl.recruit_jobtype {
  margin-bottom: 30px;
}
html#studio_mix_html .recruit dl.recruit_jobtype,
html#studio_mix_html .recruit dl.recruit_jobtype dd,
html#studio_mix_html .recruit dl.recruit_jobtype dt {
  box-sizing: border-box;
}
html#studio_mix_html .recruit dl.recruit_jobtype p,
html#studio_mix_html .recruit .contentsArea dl.recruit_jobtype ul li {
  color: #4a4a4a;
}
html#studio_mix_html .recruit dl.recruit_jobtype {
  padding: 5%;
  background: #fff;
  border: 3px solid #009fa8;
  display: flex;
  flex-flow: row wrap;
}
html#studio_mix_html .recruit dl.recruit_jobtype dt {
  width: 100%;
  padding: 0 5vw 3vw 5vw;
}
html#studio_mix_html .recruit dl.recruit_jobtype dd {
  width: 100%;
}
html#studio_mix_html .recruit dl.recruit_jobtype dt img {
  display: block;
  max-width: 240px;
  margin: auto;
}
@media screen and (min-width: 680px) {
  html#studio_mix_html .recruit dl.recruit_jobtype {
    padding: 30px;
  }
  html#studio_mix_html .recruit dl.recruit_jobtype dt {
    width: 30%;
    padding: 0 5% 0 0;
  }
  html#studio_mix_html .recruit dl.recruit_jobtype dd {
    width: 70%;
  }
}
html#studio_mix_html .recruit .recruit_requirements {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5%;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  p,
html#studio_mix_html
  .recruit
  .contentsArea
  .recruit_requirements
  dl.recruit_requirements_item
  ul,
html#studio_mix_html
  .recruit
  .contentsArea
  .recruit_requirements
  dl.recruit_requirements_item
  ul
  li {
  color: #4a4a4a;
  margin-bottom: 0;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item {
  background: #fff;
  border: 1px solid;
  padding-bottom: 1.5%;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item01 {
  border-color: #009fa8;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item02 {
  border-color: #998675;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  dt,
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  dd {
  padding: 2% 3%;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item
  dt {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.13rem;
  font-weight: bold;
  line-height: 1;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item01
  dt {
  background-color: #009fa8;
}
html#studio_mix_html
  .recruit
  .recruit_requirements
  dl.recruit_requirements_item.item02
  dt {
  background-color: #998675;
}
@media screen and (min-width: 680px) {
  html#studio_mix_html
    .recruit
    .recruit_requirements
    dl.recruit_requirements_item {
    width: 49%;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  html#studio_mix_html
    .recruit
    .recruit_requirements
    dl.recruit_requirements_item
    dt,
  html#studio_mix_html
    .recruit
    .recruit_requirements
    dl.recruit_requirements_item
    dd {
    padding: 10px 15px;
  }
}
html#studio_mix_html .recruit .recruit_nav-job {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
}
html#studio_mix_html .recruit.page .contentsArea .recruit_nav-job li {
  width: calc(50% - 5px);
  padding: 0;
  text-indent: 0;
  margin: 0;
}
html#studio_mix_html .recruit .recruit_nav-job li a {
  display: block;
  padding: 5px 15px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 2px solid #009fa8;
  border-radius: 40px;
  background: #fff;
}
html#studio_mix_html .recruit .recruit_nav-job li a:hover,
html#studio_mix_html .recruit .recruit_nav-job li a:focus {
  background: #009fa8;
  color: #fff;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 360px) {
  html#studio_mix_html .recruit .recruit_nav-job li a {
    font-size: 4.5vw;
  }
} /*# sourceMappingURL=studio_mix-style.css.map */
