@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*追加リセット*/
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #222222; }

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

body {
  line-height: 1.3em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: #222222;
  text-decoration: none; }

/*追加リセット*/
html {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.6em;
  font-weight: 400; }

body {
  color: #555555; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none !important; } }

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

@media screen and (min-width: 410px) {
  .sp_only410 {
    display: none !important; } }

@media screen and (max-width: 900px) {
  .pc_only900 {
    display: none !important; } }

@media screen and (min-width: 900px) {
  .tab_only900 {
    display: none !important; } }
@media screen and (max-width: 450px) {
  .tab_only900 {
    display: none !important; } }

@media screen and (min-width: 450px) {
  .sp_only450 {
    display: none !important; } }

@media screen and (max-width: 650px) {
  .pc_only650 {
    display: none !important; } }

@media screen and (min-width: 650px) {
  .tabsp_only650 {
    display: none !important; } }

@media screen and (max-width: 950px) {
  .pc_only950 {
    display: none !important; } }

@media screen and (min-width: 950px) {
  .tabsp_only950 {
    display: none !important; } }

@media screen and (min-width: 950px) {
  .tab_only950 {
    display: none !important; } }
@media screen and (max-width: 500px) {
  .tab_only950 {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .pc_only1000 {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .tabsp_only1000 {
    display: none !important; } }

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

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

@media screen and (max-width: 1200px) {
  .pc_only1200 {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .tabsp_only1200 {
    display: none !important; } }

@media screen and (max-width: 1400px) {
  .pc_only1400 {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .tabsp_only1400 {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .tab_only1400 {
    display: none !important; } }
@media screen and (max-width: 500px) {
  .tab_only1400 {
    display: none !important; } }

/*スクロールでふわっと*/
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s; }

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

/*各ページFVのスマホのときのスクロールダウン表示*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite; }

.scrolldown4-w {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite; }

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

  .scrolldown4-w {
    display: none; } }
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #222;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.scrolldown4-w span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 5px;
  right: -5px;
  /*矢印の形状*/
  width: 1px;
  height: 15px;
  background: #222;
  transform: skewX(-31deg); }

.scrolldown4-w:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 5px;
  right: -5px;
  /*矢印の形状*/
  width: 1px;
  height: 15px;
  background: #fff;
  transform: skewX(-31deg); }

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 5px;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 40px;
  background: #222; }

.scrolldown4-w:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 5px;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 40px;
  background: #fff; }

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .header .head-logo {
    float: left;
    margin-left: 5%;
    width: 75%;
    max-width: 460px;
    margin-top: 10px; }
    @media screen and (max-width: 1350px) {
      .header .head-logo {
        margin-left: 2%; } }
    @media screen and (max-width: 800px) {
      .header .head-logo h1.logo img {
        max-width: 250px;
        width: 100%; } }
  .header nav ul {
    text-align: left;
    padding: 40px 0px;
    margin: 50px auto 0;
    width: 85%; }
    .header nav ul li {
      padding-left: 30px;
      padding-bottom: 5px;
      border-bottom: 1px solid #d9f3e4;
      margin-bottom: 10px;
      font-size: 14px; }
      .header nav ul li a {
        color: #222222;
        display: block;
        font-size: 14px; }
        .header nav ul li a span {
          color: #25b261;
          margin-right: 5px; }
        .header nav ul li a:hover {
          color: #25b261; }
  .header .sns {
    display: flex;
    justify-content: space-around;
    width: 250px;
    margin: auto; }
    @media screen and (max-width: 650px) {
      .header .sns {
        width: 200px; } }
    .header .sns a img {
      width: 45px; }
      @media screen and (max-width: 650px) {
        .header .sns a img {
          width: 35px; } }
    .header .sns a:hover {
      opacity: 0.8; }

.site-header {
  background: #fff;
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 85px;
  box-sizing: border-box;
  z-index: 999;
  height: 80px;
  right: 0; }
  @media screen and (max-width: 600px) {
    .site-header {
      height: 60px;
      width: 60px; } }
  .site-header nav ul {
    padding: 30px 0px; }

/*PCメニュー*/
.head-pc-nav {
  margin-right: 5%; }
  @media screen and (max-width: 1350px) {
    .head-pc-nav {
      margin-right: 2%; } }
  .head-pc-nav ul li {
    display: inline-block;
    line-height: 60px;
    padding-left: 20px; }
    .head-pc-nav ul li a {
      font-weight: 400;
      font-size: 16px; }
      .head-pc-nav ul li a:hover {
        color: #407051; }
      @media screen and (max-width: 1350px) {
        .head-pc-nav ul li a {
          font-size: 16px; } }

/*スマホヘッダー*/
.l-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999; }
  .l-header .sp-logo h1 img {
    width: 150px;
    margin: 10px 15px; }

/*ドロワー*/
.l-drawer {
  position: relative; }
  .l-drawer__checkbox {
    display: none; }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0; }
    @media screen and (max-width: 600px) {
      .l-drawer__icon {
        width: 45px;
        height: 50px; } }
    .l-drawer__icon p {
      position: absolute;
      bottom: -5px;
      font-size: 12px;
      font-weight: 600;
      color: #222;
      left: -5px; }
      @media screen and (max-width: 600px) {
        .l-drawer__icon p {
          font-size: 10px;
          left: -3px; } }
  .l-drawer .l-drawer__icon-parts, .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__icon-parts:after {
    background-color: #222222;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__icon-parts:after {
    content: " "; }
  .l-drawer .l-drawer__icon-parts:before {
    top: 11px; }
  .l-drawer .l-drawer__icon-parts:after {
    top: -18px; }
  .l-drawer .l-drawer__overlay {
    background: #010408;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .l-drawer .l-drawer__menu {
    background: #fff;
    color: #222222;
    max-width: 100%;
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -400px; }
  .l-drawer .l-drawer__icon {
    z-index: 4; }
  .l-drawer .l-drawer__menu {
    z-index: 3; }
  .l-drawer .l-drawer__overlay {
    z-index: 2; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    opacity: 0.5;
    pointer-events: auto; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0; }
  .l-drawer .l-drawer__icon-parts, .l-drawer .l-drawer__icon-parts:after, .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__overlay, .l-drawer .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }

/*iPhone用ハンバーガーズレ対策*/
@media screen and (max-width: 600px) {
  /* Safari */
  _::-webkit-full-page-media, _:future, :root .l-drawer__icon-parts:before {
    top: 18px; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul {
    width: 90%;
    margin: 30px auto 0;
    padding: 20px 0 15px; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul li a {
    color: #222222; } }
/*セクションタイトル*/
.section-title {
  text-align: center; }
  .section-title h2 {
    color: #222222;
    text-align: center;
    font-size: 25px;
    font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
    font-weight: 300;
    line-height: 1.2em; }
    @media screen and (max-width: 500px) {
      .section-title h2 {
        font-size: 25px;
        line-height: 1.2em; } }
    .section-title h2 span {
      font-size: 16px;
      font-weight: 400;
      font-family: "Pacifico";
      color: #25b261; }
  @media screen and (max-width: 500px) {
    .section-title img {
      width: 60px; } }
  .section-title .title-border {
    height: 2px;
    width: 120px;
    margin: 30px auto;
    background: #407051; }
    @media screen and (max-width: 500px) {
      .section-title .title-border {
        margin: 20px auto; } }

/*ボタン共通*/
.btn {
  background: #edafaf;
  max-width: 600px;
  width: 100%;
  height: 50px;
  margin: 20px auto 0px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  .btn:hover {
    background: #f8cccc; }
  .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 9px;
    color: #fff;
    font-weight: 600;
    font-size: 18px; }
    @media screen and (max-width: 600px) {
      .btn a {
        font-size: 18px; } }

/*ページネーション*/
ul.page-numbers {
  max-width: 600px;
  display: flex;
  justify-content: center; }
  ul.page-numbers li a {
    width: 30px;
    height: 30px;
    background: #c9c9c9;
    border: 1px solid #999;
    text-align: center;
    border-radius: 50px;
    margin: 0 10px;
    display: inline-block; }
    ul.page-numbers li a.prev {
      background: none;
      border: none;
      font-size: 20px;
      line-height: 30px; }
    ul.page-numbers li a.next {
      background: none;
      border: none;
      font-size: 20px;
      line-height: 30px; }
  ul.page-numbers li span.current {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #999;
    text-align: center;
    border-radius: 50px;
    margin: 0 10px;
    display: inline-block; }

/*トップページ背景*/
body.home {
  background: #fff; }

h2.sec-title {
  font-size: 38px;
  line-height: 0.7em;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  text-align: center; }

@media screen and (max-width: 600px) {
  h2.sec-title {
    font-size: 28px; } }
h2.sec-title span {
  font-size: 13px;
  color: #222222;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif; }

/*左側MV*/
.img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto; }

.img-01, .img-02, .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

/*.img-01 .logo{
   animation: slide-animation-001 24s infinite;
}
.img-02 .logo{
   animation: slide-animation-002 24s infinite;
}
.img-03 .logo{
   animation: slide-animation-003 24s infinite;
}*/
/*トップページ*/
.img-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-mv-back.jpg");
  background-size: cover;
  animation: slide-animation-01 24s infinite; }

.img-02-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-mv-back02.jpg");
  background-size: cover;
  background-position-x: 50%;
  animation: slide-animation-02 24s infinite; }

.img-03-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-mv-back03.jpg");
  background-size: cover;
  background-position-x: 50%;
  animation: slide-animation-03 24s infinite; }

/*イマトクを知る*/
.about-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/about-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*sdgs*/
.sdgs-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/sdgs-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*介護*/
.kaigo-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/ncb-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*カンボジア*/
.cs-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/cs-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*求人*/
.recruit-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/recruit-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*スポーツ*/
.sports-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/sports-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*服薬支援機*/
.fukuyaku-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/fukuyaku-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*調剤薬局事業*/
.dpb-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/dpb-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*個人情報保護方針*/
.privacy-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/privacy-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

/*お問い合わせ*/
.contact-01-bg {
  width: 100%;
  height: 100%;
  background-image: url("https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/contact-mv-01.jpg");
  background-size: cover;
  background-position: center;
  animation: slide-animation-04 24s infinite; }

@keyframes slide-animation-001 {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-animation-002 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-animation-003 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes slide-animation-004 {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1); }
  30% {
    opacity: 1; }
  40% {
    opacity: 0;
    transform: scale(1.15); }
  90% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes slide-animation-02 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0;
    transform: scale(1.1); }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0;
    transform: scale(1); }
  100% {
    opacity: 0; } }
@keyframes slide-animation-03 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0;
    transform: scale(1); }
  70% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.1); } }
.msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*トップページ*/
.top-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .top-page .tow-col-page {
      display: block; } }
  .top-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .top-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .top-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .top-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .top-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .top-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .top-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .top-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .top-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .top-page .tow-col-page .right .main-content .inner .tow-col {
      display: flex;
      margin-bottom: 10px; }
      .top-page .tow-col-page .right .main-content .inner .tow-col .tow-col-item {
        width: calc(50% - 5px);
        height: 350px; }
      .top-page .tow-col-page .right .main-content .inner .tow-col .dpb {
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .dpb {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .dpb:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .dpb:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a .title img {
              width: 70%;
              max-width: 180px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a .title p {
              font-family: "Pacifico";
              color: #bab0a4;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .dpb a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .ncb {
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .ncb {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .ncb:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .ncb:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a .title img {
              width: 70%;
              max-width: 180px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a .title p {
              font-family: "Pacifico";
              color: #bab0a4;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .ncb a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .mppb {
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .mppb {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .mppb:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .mppb:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a .title img {
              width: 70%;
              max-width: 180px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a .title p {
              font-family: "Pacifico";
              color: #bab0a4;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .mppb a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .cs {
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .cs {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .cs:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .cs:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .cs a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .cs a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .cs a .title img {
              max-width: 180px;
              width: 70%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .cs a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .cs a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .cs a .title p {
              font-family: "Pacifico";
              color: #bab0a4;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .cs a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .sports {
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .sports {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .sports:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .sports:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .sports a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .sports a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .sports a .title img {
              width: 70%;
              max-width: 180px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .sports a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .sports a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .sports a .title p {
              font-family: "Pacifico";
              color: #bab0a4;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .sports a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .ms {
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .ms {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .ms:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .ms:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .ms a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .ms a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .ms a .title img {
              width: 70%;
              max-width: 180px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .ms a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .ms a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .ms a .title p {
              font-family: "Pacifico";
              color: #bab0a4;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .ms a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .more {
        margin-left: 10px;
        height: 350px; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .more {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs {
          position: relative;
          overflow: hidden;
          height: 170px;
          margin-bottom: 10px; }
          @media screen and (max-width: 400px) {
            .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs {
              height: 120px; } }
          .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs:hover:after {
            opacity: .3;
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            height: 100%;
            text-decoration: none;
            width: 100%;
            text-align: center; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs a .title {
              width: 100%; }
              .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs a .title h2 {
                font-size: 20px;
                font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
                font-weight: 500;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 650px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs a .title h2 {
                    font-size: 15px;
                    line-height: 1.3em; } }
              .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs a .title p {
                font-family: "Pacifico";
                color: #bab0a4;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.5em;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 500px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col .more .cs a .title p {
                    font-size: 12px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob {
          position: relative;
          overflow: hidden;
          height: 170px; }
          @media screen and (max-width: 400px) {
            .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob {
              height: 120px; } }
          .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back01.jpg);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob:hover:after {
            opacity: .3;
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            height: 100%;
            text-decoration: none;
            width: 100%;
            text-align: center; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob a .title {
              width: 100%; }
              .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob a .title h2 {
                font-size: 20px;
                font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
                font-weight: 500;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 650px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob a .title h2 {
                    font-size: 15px;
                    line-height: 1.3em; } }
              .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob a .title p {
                font-family: "Pacifico";
                color: #bab0a4;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.5em;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 500px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col .more .ob a .title p {
                    font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .about {
        position: relative;
        overflow: hidden;
        height: 250px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .about {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .about:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back02.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .about:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .about a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .about a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .about a .title img {
              width: 40%;
              max-width: 110px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .about a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .about a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .about a .title p {
              font-family: "Pacifico";
              color: #756652;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .about a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs {
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        height: 250px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back02.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a .title img {
              width: 30%;
              max-width: 77px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a .title p {
              font-family: "Pacifico";
              color: #756652;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col .sdgs a .title p {
                  font-size: 12px; } }
    .top-page .tow-col-page .right .main-content .inner .tow-col-test {
      display: flex;
      margin-bottom: 10px; }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .tow-col-item {
        width: calc(50% - 5px);
        height: 350px; }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb {
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: #e2f1eb;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a .title img {
              width: 70%;
              max-width: 169px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a .title p {
              font-family: "Pacifico";
              color: #666;
              font-size: 12px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .dpb a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb {
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: #e2f1eb;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a .title img {
              width: 70%;
              max-width: 169px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a .title p {
              font-family: "Pacifico";
              color: #666;
              font-size: 12px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .ncb a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb {
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: #e2f1eb;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a .title img {
              width: 70%;
              max-width: 180px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a .title p {
              font-family: "Pacifico";
              color: #666;
              font-size: 12px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .mppb a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .more {
        margin-left: 10px;
        height: 350px; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs {
          position: relative;
          overflow: hidden;
          height: 170px;
          margin-bottom: 10px; }
          @media screen and (max-width: 400px) {
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs {
              height: 120px; } }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            background: #e2f1eb;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs:hover:after {
            opacity: .3;
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            height: 100%;
            text-decoration: none;
            width: 100%;
            text-align: center; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs a .title {
              width: 100%; }
              .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs a .title h2 {
                font-size: 20px;
                font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
                font-weight: 500;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 650px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs a .title h2 {
                    font-size: 15px;
                    line-height: 1.3em; } }
              .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs a .title p {
                font-family: "Pacifico";
                color: #666;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.5em;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 500px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .cs a .title p {
                    font-size: 12px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob {
          position: relative;
          overflow: hidden;
          height: 170px; }
          @media screen and (max-width: 400px) {
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob {
              height: 120px; } }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            background: #e2f1eb;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            background-size: cover;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob:hover:after {
            opacity: .3;
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            height: 100%;
            text-decoration: none;
            width: 100%;
            text-align: center; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob a .title {
              width: 100%; }
              .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob a .title h2 {
                font-size: 20px;
                font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
                font-weight: 500;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 650px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob a .title h2 {
                    font-size: 15px;
                    line-height: 1.3em; } }
              .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob a .title p {
                font-family: "Pacifico";
                color: #666;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.5em;
                text-shadow: 0 0 5px #fff; }
                @media screen and (max-width: 500px) {
                  .top-page .tow-col-page .right .main-content .inner .tow-col-test .more .ob a .title p {
                    font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .about {
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .about {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .about:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: #addbc9;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .about:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a .title img {
              width: 40%;
              max-width: 110px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a .title p {
              font-family: "Pacifico";
              color: #756652;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .about a .title p {
                  font-size: 12px; } }
      .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs {
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        height: 350px;
        box-sizing: border-box; }
        @media screen and (max-width: 400px) {
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs {
            height: 250px; } }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs:after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: #addbc9;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs:hover:after {
          opacity: .3;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1;
          height: 100%;
          text-decoration: none;
          width: 100%;
          text-align: center; }
          .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a .title {
            width: 100%; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a .title img {
              width: 30%;
              max-width: 77px; }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a .title h2 {
              font-size: 20px;
              font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
              font-weight: 500;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 650px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a .title h2 {
                  font-size: 15px;
                  line-height: 1.3em; } }
            .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a .title p {
              font-family: "Pacifico";
              color: #756652;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5em;
              text-shadow: 0 0 5px #fff; }
              @media screen and (max-width: 500px) {
                .top-page .tow-col-page .right .main-content .inner .tow-col-test .sdgs a .title p {
                  font-size: 12px; } }
    .top-page .tow-col-page .right .main-content .inner .recruit {
      position: relative;
      overflow: hidden;
      height: 240px;
      box-sizing: border-box;
      margin-bottom: 10px; }
      @media screen and (max-width: 400px) {
        .top-page .tow-col-page .right .main-content .inner .recruit {
          height: 180px; } }
      .top-page .tow-col-page .right .main-content .inner .recruit:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back02.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      .top-page .tow-col-page .right .main-content .inner .recruit:hover:after {
        opacity: .2;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .top-page .tow-col-page .right .main-content .inner .recruit a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        height: 100%;
        text-decoration: none;
        width: 100%;
        text-align: center; }
        .top-page .tow-col-page .right .main-content .inner .recruit a .title {
          width: 100%; }
          .top-page .tow-col-page .right .main-content .inner .recruit a .title img {
            width: 30%;
            max-width: 123px; }
          .top-page .tow-col-page .right .main-content .inner .recruit a .title h2 {
            color: #222;
            font-size: 20px;
            font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
            font-weight: 500;
            text-shadow: 0 0 5px #fff; }
            @media screen and (max-width: 650px) {
              .top-page .tow-col-page .right .main-content .inner .recruit a .title h2 {
                font-size: 15px;
                line-height: 1.3em; } }
          .top-page .tow-col-page .right .main-content .inner .recruit a .title p {
            font-family: "Pacifico";
            color: #756652;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5em;
            text-shadow: 0 0 5px #fff; }
            @media screen and (max-width: 500px) {
              .top-page .tow-col-page .right .main-content .inner .recruit a .title p {
                font-size: 12px; } }
    .top-page .tow-col-page .right .main-content .inner .recruit-test {
      position: relative;
      overflow: hidden;
      height: 280px;
      box-sizing: border-box;
      margin-bottom: 10px; }
      @media screen and (max-width: 400px) {
        .top-page .tow-col-page .right .main-content .inner .recruit-test {
          height: 180px; } }
      .top-page .tow-col-page .right .main-content .inner .recruit-test:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: #efeddc;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      .top-page .tow-col-page .right .main-content .inner .recruit-test:hover:after {
        opacity: .8;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .top-page .tow-col-page .right .main-content .inner .recruit-test a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        height: 100%;
        text-decoration: none;
        width: 100%;
        text-align: center; }
        .top-page .tow-col-page .right .main-content .inner .recruit-test a .title {
          width: 100%; }
          .top-page .tow-col-page .right .main-content .inner .recruit-test a .title img {
            width: 30%;
            max-width: 123px; }
          .top-page .tow-col-page .right .main-content .inner .recruit-test a .title h2 {
            color: #222;
            font-size: 20px;
            font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
            font-weight: 500;
            text-shadow: 0 0 5px #fff; }
            @media screen and (max-width: 650px) {
              .top-page .tow-col-page .right .main-content .inner .recruit-test a .title h2 {
                font-size: 15px;
                line-height: 1.3em; } }
          .top-page .tow-col-page .right .main-content .inner .recruit-test a .title p {
            font-family: "Pacifico";
            color: #756652;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5em;
            text-shadow: 0 0 5px #fff; }
            @media screen and (max-width: 500px) {
              .top-page .tow-col-page .right .main-content .inner .recruit-test a .title p {
                font-size: 12px; } }

/*トップページ画像スライダー*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: 400px;
  height: 300px; }

@media screen and (max-width: 600px) {
  .scroll-infinity__item {
    width: 200px;
    height: 150px; } }
.scroll-infinity__item > img {
  width: 100%; }

/*下層ページ共通リクルート*/
.recruit-content .recruit {
  position: relative;
  overflow: hidden;
  height: 240px;
  box-sizing: border-box;
  margin-bottom: 10px; }
  @media screen and (max-width: 400px) {
    .recruit-content .recruit {
      height: 180px; } }
  .recruit-content .recruit:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/top-twocol-back02.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .recruit-content .recruit:hover:after {
    opacity: .2;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .recruit-content .recruit a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    width: 100%;
    text-align: center; }
    .recruit-content .recruit a .title {
      width: 100%; }
      .recruit-content .recruit a .title img {
        width: 30%;
        max-width: 123px; }
      .recruit-content .recruit a .title h2 {
        color: #222;
        font-size: 20px;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        font-weight: 500;
        text-shadow: 0 0 5px #fff; }
        @media screen and (max-width: 650px) {
          .recruit-content .recruit a .title h2 {
            font-size: 15px;
            line-height: 1.3em; } }
      .recruit-content .recruit a .title p {
        font-family: "Pacifico";
        color: #756652;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        text-shadow: 0 0 5px #fff; }
        @media screen and (max-width: 500px) {
          .recruit-content .recruit a .title p {
            font-size: 12px; } }

/*イマトクを知る　about*/
.about-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .about-page .tow-col-page {
      display: block; } }
  .about-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .about-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .about-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .about-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .about-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .about-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .about-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .about-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .about-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .about-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .about-page .tow-col-page .right .main-content .massage {
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg); }
      .about-page .tow-col-page .right .main-content .massage .inner {
        padding: 50px 5%;
        box-sizing: border-box; }
        .about-page .tow-col-page .right .main-content .massage .inner .massage-text {
          margin: 20px auto; }
          .about-page .tow-col-page .right .main-content .massage .inner .massage-text p {
            margin-bottom: 15px; }
            .about-page .tow-col-page .right .main-content .massage .inner .massage-text p.right {
              text-align: right;
              font-size: 20px;
              margin-bottom: 0; }
    .about-page .tow-col-page .right .main-content .action .inner .aijyo {
      margin: 100px auto 30px;
      text-align: center; }
      .about-page .tow-col-page .right .main-content .action .inner .aijyo h2 {
        color: #2ca138;
        text-align: center;
        font-size: 30px;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        font-weight: 300;
        line-height: 1.5em;
        letter-spacing: 0.2em;
        position: relative; }
      .about-page .tow-col-page .right .main-content .action .inner .aijyo p.eng {
        font-size: 35px;
        font-weight: 400;
        font-family: "Pacifico";
        color: #cce4ce;
        margin-top: -30px;
        margin-bottom: 30px; }
      .about-page .tow-col-page .right .main-content .action .inner .aijyo p.text {
        line-height: 2.2em; }
    .about-page .tow-col-page .right .main-content .action .inner h2 img {
      width: 100%; }
    .about-page .tow-col-page .right .main-content .company {
      margin: 100px auto; }
      .about-page .tow-col-page .right .main-content .company .inner {
        padding: 0 5%; }
        .about-page .tow-col-page .right .main-content .company .inner .imatoku {
          margin: 30px auto; }
          .about-page .tow-col-page .right .main-content .company .inner .imatoku h3 {
            color: #2ca138;
            font-size: 18px;
            margin-bottom: 10px; }
          .about-page .tow-col-page .right .main-content .company .inner .imatoku table {
            width: 100%;
            font-size: 14px; }
            .about-page .tow-col-page .right .main-content .company .inner .imatoku table tr th {
              border: 1px solid #b4b4b4;
              background: #efefef;
              padding: 5px 10px;
              width: 30%; }
            .about-page .tow-col-page .right .main-content .company .inner .imatoku table tr td {
              border: 1px solid #b4b4b4;
              padding: 5px 10px; }
    .about-page .tow-col-page .right .main-content .history {
      margin: 100px auto; }
      .about-page .tow-col-page .right .main-content .history .inner {
        padding: 0 5%;
        text-align: center; }
        .about-page .tow-col-page .right .main-content .history .inner .imatoku {
          margin: 50px auto; }
          .about-page .tow-col-page .right .main-content .history .inner .imatoku h3 {
            text-align: left;
            color: #2ca138;
            font-size: 18px;
            margin-bottom: 10px; }
          .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper {
            padding-bottom: 50px; }
          .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide {
            background: #f4f9f5;
            position: relative;
            height: 150px; }
            .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide .inner {
              text-align: left;
              padding: 20px; }
              .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide .inner img {
                position: absolute;
                top: 0;
                right: 0; }
              .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide .inner .text-block {
                position: absolute;
                bottom: 15px;
                padding-right: 15px; }
                .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide .inner .text-block p {
                  font-size: 14px; }
                  .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide .inner .text-block p span.s {
                    font-size: 12px; }
                  .about-page .tow-col-page .right .main-content .history .inner .imatoku .swiper-slide .inner .text-block p.date {
                    font-size: 14px;
                    color: #2ca138; }
        .about-page .tow-col-page .right .main-content .history .inner .kinki {
          margin: 50px auto; }
          .about-page .tow-col-page .right .main-content .history .inner .kinki h3 {
            text-align: left;
            color: #2ca138;
            font-size: 18px;
            margin-bottom: 10px; }
          .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper {
            padding-bottom: 50px; }
          .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide {
            background: #f4f9f5;
            position: relative;
            height: 150px; }
            .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide .inner {
              text-align: left;
              padding: 20px; }
              .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide .inner img {
                position: absolute;
                top: 0;
                right: 0; }
              .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide .inner .text-block {
                position: absolute;
                bottom: 15px;
                padding-right: 15px; }
                .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide .inner .text-block p {
                  font-size: 14px; }
                  .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide .inner .text-block p span.s {
                    font-size: 12px; }
                  .about-page .tow-col-page .right .main-content .history .inner .kinki .swiper-slide .inner .text-block p.date {
                    font-size: 14px;
                    color: #2ca138; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-button-prev {
          top: 180px; }
          .about-page .tow-col-page .right .main-content .history .inner .swiper-button-prev::after {
            display: none; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-button-next {
          top: 180px; }
          .about-page .tow-col-page .right .main-content .history .inner .swiper-button-next::after {
            display: none; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-button-prev {
          background-image: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-prev.png);
          background-size: 40px 40px;
          width: 40px;
          height: 40px; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-button-next {
          background-image: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-next.png);
          background-size: 40px 40px;
          width: 40px;
          height: 40px; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-container-horizontal > .swiper-pagination-bullets, .about-page .tow-col-page .right .main-content .history .inner .swiper-pagination-custom, .about-page .tow-col-page .right .main-content .history .inner .swiper-pagination-fraction {
          bottom: 10px; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-scrollbar {
          display: none; }
        .about-page .tow-col-page .right .main-content .history .inner .swiper-pagination-bullet-active {
          background: #2ca138; }

/*SDGsへの取り組み　sdgs*/
.sdgs-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .sdgs-page .tow-col-page {
      display: block; } }
  .sdgs-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .sdgs-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .sdgs-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .sdgs-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .sdgs-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .sdgs-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .sdgs-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .sdgs-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .sdgs-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .sdgs-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .sdgs-page .tow-col-page .right .main-content .massage .inner {
      padding: 10% 5%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .sdgs-page .tow-col-page .right .main-content .massage .inner {
          padding: 10% 0; } }
      .sdgs-page .tow-col-page .right .main-content .massage .inner img {
        width: 100%; }
      .sdgs-page .tow-col-page .right .main-content .massage .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 600px) {
          .sdgs-page .tow-col-page .right .main-content .massage .inner h2 {
            font-size: 22px;
            margin: 20px auto; } }
      .sdgs-page .tow-col-page .right .main-content .massage .inner p {
        text-align: center; }
        @media screen and (max-width: 600px) {
          .sdgs-page .tow-col-page .right .main-content .massage .inner p {
            text-align: left; } }
        .sdgs-page .tow-col-page .right .main-content .massage .inner p span {
          background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .sdgs-page .tow-col-page .right .main-content .torikumi {
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y;
      margin-bottom: 10px; }
      .sdgs-page .tow-col-page .right .main-content .torikumi .inner {
        padding: 50px 20px 0 20px; }
        .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list {
          margin: 50px auto; }
          @media screen and (max-width: 600px) {
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list {
              margin: 20px auto; } }
          .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 {
            border-top: 2px solid #25b261;
            border-left: 2px solid #25b261;
            background: #fff;
            margin-bottom: 20px; }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title {
              display: flex;
              align-items: center; }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title .icon {
                background: #25b261;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title .icon {
                    width: 45px;
                    height: 45px; } }
                .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title .icon img {
                  width: 50px;
                  height: 50px; }
                  @media screen and (max-width: 600px) {
                    .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title .icon img {
                      width: 35px;
                      height: 35px; } }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title h3 {
                margin-left: 20px; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 .title h3 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-left: 10px; } }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs3 p {
              font-size: 14px;
              padding: 15px; }
          .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 {
            border-top: 2px solid #e6392c;
            border-left: 2px solid #e6392c;
            background: #fff;
            margin-bottom: 20px; }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title {
              display: flex;
              align-items: center; }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title .icon {
                background: #e6392c;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title .icon {
                    width: 45px;
                    height: 45px; } }
                .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title .icon img {
                  width: 50px;
                  height: 50px; }
                  @media screen and (max-width: 600px) {
                    .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title .icon img {
                      width: 35px;
                      height: 35px; } }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title h3 {
                margin-left: 20px; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 .title h3 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-left: 10px; } }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs5 p {
              font-size: 14px;
              padding: 15px; }
          .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 {
            border-top: 2px solid #9e2548;
            border-left: 2px solid #9e2548;
            background: #fff;
            margin-bottom: 20px; }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title {
              display: flex;
              align-items: center; }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title .icon {
                background: #9e2548;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title .icon {
                    width: 45px;
                    height: 45px; } }
                .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title .icon img {
                  width: 50px;
                  height: 50px; }
                  @media screen and (max-width: 600px) {
                    .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title .icon img {
                      width: 35px;
                      height: 35px; } }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title h3 {
                margin-left: 20px; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 .title h3 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-left: 10px; } }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs8 p {
              font-size: 14px;
              padding: 15px; }
          .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 {
            border-top: 2px solid #d8377a;
            border-left: 2px solid #d8377a;
            background: #fff;
            margin-bottom: 20px; }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title {
              display: flex;
              align-items: center; }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title .icon {
                background: #d8377a;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title .icon {
                    width: 45px;
                    height: 45px; } }
                .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title .icon img {
                  width: 50px;
                  height: 50px; }
                  @media screen and (max-width: 600px) {
                    .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title .icon img {
                      width: 35px;
                      height: 35px; } }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title h3 {
                margin-left: 20px; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 .title h3 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-left: 10px; } }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs10 p {
              font-size: 14px;
              padding: 15px; }
          .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 {
            border-top: 2px solid #ec9b35;
            border-left: 2px solid #ec9b35;
            background: #fff; }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title {
              display: flex;
              align-items: center; }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title .icon {
                background: #ec9b35;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title .icon {
                    width: 45px;
                    height: 45px; } }
                .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title .icon img {
                  width: 50px;
                  height: 50px; }
                  @media screen and (max-width: 600px) {
                    .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title .icon img {
                      width: 35px;
                      height: 35px; } }
              .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title h3 {
                margin-left: 20px; }
                @media screen and (max-width: 600px) {
                  .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 .title h3 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-left: 10px; } }
            .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-list ul li.sdgs11 p {
              font-size: 14px;
              padding: 15px; }
        .sdgs-page .tow-col-page .right .main-content .torikumi .inner .sdgs-people img {
          width: 100%;
          vertical-align: bottom; }

/*介護事業 ncb*/
.kaigo-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .kaigo-page .tow-col-page {
      display: block; } }
  .kaigo-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .kaigo-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .kaigo-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .kaigo-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .kaigo-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .kaigo-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .kaigo-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .kaigo-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .kaigo-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .kaigo-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .kaigo-page .tow-col-page .right .main-content .massage .inner {
      padding: 5% 5% 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .kaigo-page .tow-col-page .right .main-content .massage .inner {
          padding: 10% 0; } }
      .kaigo-page .tow-col-page .right .main-content .massage .inner img {
        width: 100%; }
      .kaigo-page .tow-col-page .right .main-content .massage .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 600px) {
          .kaigo-page .tow-col-page .right .main-content .massage .inner h2 {
            font-size: 22px;
            margin: 20px auto; } }
      .kaigo-page .tow-col-page .right .main-content .massage .inner p {
        text-align: center; }
        @media screen and (max-width: 600px) {
          .kaigo-page .tow-col-page .right .main-content .massage .inner p {
            text-align: left; } }
        .kaigo-page .tow-col-page .right .main-content .massage .inner p span {
          background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .kaigo-page .tow-col-page .right .main-content .service {
      margin-bottom: 10px; }
      .kaigo-page .tow-col-page .right .main-content .service .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 650px) {
          .kaigo-page .tow-col-page .right .main-content .service .inner ul {
            display: block; } }
        .kaigo-page .tow-col-page .right .main-content .service .inner ul li {
          width: calc(50% - 5px);
          background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y;
          margin-bottom: 10px; }
          @media screen and (max-width: 650px) {
            .kaigo-page .tow-col-page .right .main-content .service .inner ul li {
              width: 100%; } }
          .kaigo-page .tow-col-page .right .main-content .service .inner ul li .name {
            padding: 5% 5% 2%;
            text-align: center; }
            .kaigo-page .tow-col-page .right .main-content .service .inner ul li .name h3 img {
              width: 85%; }
          .kaigo-page .tow-col-page .right .main-content .service .inner ul li .text {
            padding: 0 5% 2%; }
            .kaigo-page .tow-col-page .right .main-content .service .inner ul li .text p {
              font-size: 14px; }
          .kaigo-page .tow-col-page .right .main-content .service .inner ul li .img {
            text-align: center; }
            .kaigo-page .tow-col-page .right .main-content .service .inner ul li .img img {
              vertical-align: bottom;
              width: 50%;
              max-width: 300px; }
      .kaigo-page .tow-col-page .right .main-content .service .inner .service-link {
        text-align: center;
        margin: 50px auto; }
        .kaigo-page .tow-col-page .right .main-content .service .inner .service-link h2 {
          text-align: center;
          font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
          color: #25b261;
          font-size: 25px;
          margin: 30px auto; }
          @media screen and (max-width: 650px) {
            .kaigo-page .tow-col-page .right .main-content .service .inner .service-link h2 {
              font-size: 20px; } }

/*カンボジア支援　cs*/
.cambodia-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .cambodia-page .tow-col-page {
      display: block; } }
  .cambodia-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .cambodia-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .cambodia-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .cambodia-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cambodia-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .cambodia-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .cambodia-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .cambodia-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .cambodia-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .cambodia-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .cambodia-page .tow-col-page .right .main-content .massage .inner {
      padding: 5% 5% 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .cambodia-page .tow-col-page .right .main-content .massage .inner {
          padding: 10% 0; } }
      .cambodia-page .tow-col-page .right .main-content .massage .inner img {
        width: 100%; }
      .cambodia-page .tow-col-page .right .main-content .massage .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 600px) {
          .cambodia-page .tow-col-page .right .main-content .massage .inner h2 {
            font-size: 22px;
            margin: 20px auto; } }
      .cambodia-page .tow-col-page .right .main-content .massage .inner p {
        text-align: center; }
        @media screen and (max-width: 600px) {
          .cambodia-page .tow-col-page .right .main-content .massage .inner p {
            text-align: left; } }
        .cambodia-page .tow-col-page .right .main-content .massage .inner p span {
          background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .cambodia-page .tow-col-page .right .main-content .service {
      margin-bottom: 10px;
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y; }
      .cambodia-page .tow-col-page .right .main-content .service .inner {
        padding: 50px 20px 20px 20px; }
        .cambodia-page .tow-col-page .right .main-content .service .inner ul {
          margin: 30px auto; }
          .cambodia-page .tow-col-page .right .main-content .service .inner ul li {
            width: 100%;
            background: #fff;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 20px;
            box-sizing: border-box; }
            @media screen and (max-width: 650px) {
              .cambodia-page .tow-col-page .right .main-content .service .inner ul li {
                display: block; } }
            .cambodia-page .tow-col-page .right .main-content .service .inner ul li .img-item {
              width: 40%;
              text-align: center; }
              @media screen and (max-width: 650px) {
                .cambodia-page .tow-col-page .right .main-content .service .inner ul li .img-item {
                  width: 100%;
                  margin-bottom: 20px; } }
              .cambodia-page .tow-col-page .right .main-content .service .inner ul li .img-item img {
                width: 90%;
                max-width: 400px; }
            .cambodia-page .tow-col-page .right .main-content .service .inner ul li .text-item {
              width: 60%; }
              @media screen and (max-width: 650px) {
                .cambodia-page .tow-col-page .right .main-content .service .inner ul li .text-item {
                  width: 100%; } }
              .cambodia-page .tow-col-page .right .main-content .service .inner ul li .text-item h3 {
                font-size: 20px;
                font-weight: 600; }
              .cambodia-page .tow-col-page .right .main-content .service .inner ul li .text-item .border {
                height: 3px;
                width: 80px;
                background: #edafaf;
                margin: 10px auto; }
              @media screen and (max-width: 650px) {
                .cambodia-page .tow-col-page .right .main-content .service .inner ul li .text-item p {
                  text-align: left; } }
    .cambodia-page .tow-col-page .right .main-content .service-link {
      text-align: center;
      margin: 50px auto; }
      .cambodia-page .tow-col-page .right .main-content .service-link h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 650px) {
          .cambodia-page .tow-col-page .right .main-content .service-link h2 {
            font-size: 20px; } }

/*採用情報　求人　recruit*/
.recruit-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .recruit-page .tow-col-page {
      display: block; } }
  .recruit-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .recruit-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .recruit-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .recruit-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .recruit-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .recruit-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .recruit-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .recruit-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .recruit-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .recruit-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .recruit-page .tow-col-page .right .main-content .massage .inner {
      padding: 5% 5% 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .recruit-page .tow-col-page .right .main-content .massage .inner {
          padding: 10% 0; } }
      .recruit-page .tow-col-page .right .main-content .massage .inner img {
        width: 100%; }
      .recruit-page .tow-col-page .right .main-content .massage .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 600px) {
          .recruit-page .tow-col-page .right .main-content .massage .inner h2 {
            font-size: 22px;
            margin: 20px auto; } }
      .recruit-page .tow-col-page .right .main-content .massage .inner p {
        text-align: center; }
        @media screen and (max-width: 600px) {
          .recruit-page .tow-col-page .right .main-content .massage .inner p {
            text-align: left; } }
        .recruit-page .tow-col-page .right .main-content .massage .inner p span {
          background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .recruit-page .tow-col-page .right .main-content .charm {
      margin-bottom: 10px;
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y; }
      .recruit-page .tow-col-page .right .main-content .charm .inner {
        padding: 50px 20px 20px 20px; }
        .recruit-page .tow-col-page .right .main-content .charm .inner ul {
          margin: 30px auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          @media screen and (max-width: 650px) {
            .recruit-page .tow-col-page .right .main-content .charm .inner ul {
              display: block; } }
          .recruit-page .tow-col-page .right .main-content .charm .inner ul li {
            width: calc(50% - 5px);
            background: #fff;
            margin-bottom: 10px;
            padding: 15px;
            box-sizing: border-box;
            text-align: center; }
            @media screen and (max-width: 650px) {
              .recruit-page .tow-col-page .right .main-content .charm .inner ul li {
                width: 100%; } }
            .recruit-page .tow-col-page .right .main-content .charm .inner ul li img {
              max-width: 250px;
              width: 100%; }
            .recruit-page .tow-col-page .right .main-content .charm .inner ul li h3 {
              font-size: 20px;
              font-weight: 600; }
            .recruit-page .tow-col-page .right .main-content .charm .inner ul li .border {
              height: 2px;
              width: 50px;
              margin: 10px auto;
              background: #edafaf; }
            .recruit-page .tow-col-page .right .main-content .charm .inner ul li p {
              text-align: left;
              font-size: 14px; }
    .recruit-page .tow-col-page .right .main-content .recruitments .inner {
      margin: 50px auto;
      padding: 0 5%; }
      @media screen and (max-width: 650px) {
        .recruit-page .tow-col-page .right .main-content .recruitments .inner {
          padding: 0 10px; } }
      .recruit-page .tow-col-page .right .main-content .recruitments .inner table {
        margin-top: 30px; }
        .recruit-page .tow-col-page .right .main-content .recruitments .inner table tr th {
          border: 1px solid #b4b4b4;
          background: #efefef;
          padding: 5px 10px;
          width: 20%; }
        .recruit-page .tow-col-page .right .main-content .recruitments .inner table tr td {
          border: 1px solid #b4b4b4;
          padding: 5px 10px; }
          .recruit-page .tow-col-page .right .main-content .recruitments .inner table tr td ul.disc {
            list-style-type: disc;
            margin-left: 20px; }
            .recruit-page .tow-col-page .right .main-content .recruitments .inner table tr td ul.disc li {
              margin-bottom: 15px; }
              .recruit-page .tow-col-page .right .main-content .recruitments .inner table tr td ul.disc li:last-child {
                margin-bottom: 0; }
              .recruit-page .tow-col-page .right .main-content .recruitments .inner table tr td ul.disc li p {
                font-size: 12px; }
    .recruit-page .tow-col-page .right .main-content .recruit-link {
      text-align: center;
      margin: 50px auto; }
      .recruit-page .tow-col-page .right .main-content .recruit-link h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 650px) {
          .recruit-page .tow-col-page .right .main-content .recruit-link h2 {
            font-size: 20px; } }

/*スポーツ支援　モーグル　sports*/
.sports-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .sports-page .tow-col-page {
      display: block; } }
  .sports-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .sports-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .sports-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .sports-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .sports-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .sports-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .sports-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .sports-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .sports-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .sports-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .sports-page .tow-col-page .right .main-content .massage .inner {
      padding: 5% 5% 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .sports-page .tow-col-page .right .main-content .massage .inner {
          padding: 10% 0; } }
      .sports-page .tow-col-page .right .main-content .massage .inner img {
        width: 100%; }
      .sports-page .tow-col-page .right .main-content .massage .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        @media screen and (max-width: 600px) {
          .sports-page .tow-col-page .right .main-content .massage .inner h2 {
            font-size: 22px;
            margin: 20px auto; } }
      .sports-page .tow-col-page .right .main-content .massage .inner p {
        text-align: left; }
        @media screen and (max-width: 600px) {
          .sports-page .tow-col-page .right .main-content .massage .inner p {
            text-align: left; } }
        .sports-page .tow-col-page .right .main-content .massage .inner p span {
          background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .sports-page .tow-col-page .right .main-content .insta {
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y; }
      .sports-page .tow-col-page .right .main-content .insta .inner {
        padding: 50px 0; }
        .sports-page .tow-col-page .right .main-content .insta .inner .sports-link {
          text-align: center;
          margin: 50px auto; }
          .sports-page .tow-col-page .right .main-content .insta .inner .sports-link h2 {
            text-align: center;
            font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
            color: #25b261;
            font-size: 25px;
            margin: 30px auto; }
            @media screen and (max-width: 650px) {
              .sports-page .tow-col-page .right .main-content .insta .inner .sports-link h2 {
                font-size: 20px; } }

/*服薬支援機お薬のんでね　fukuyaku*/
.fukuyaku-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .fukuyaku-page .tow-col-page {
      display: block; } }
  .fukuyaku-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .fukuyaku-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .fukuyaku-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .fukuyaku-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .fukuyaku-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .fukuyaku-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .fukuyaku-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .fukuyaku-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .fukuyaku-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .fukuyaku-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .fukuyaku-page .tow-col-page .right .main-content .massage {
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y; }
      .fukuyaku-page .tow-col-page .right .main-content .massage .inner {
        padding: 5% 5% 10%;
        box-sizing: border-box; }
        @media screen and (max-width: 600px) {
          .fukuyaku-page .tow-col-page .right .main-content .massage .inner {
            padding: 10% 0; } }
        .fukuyaku-page .tow-col-page .right .main-content .massage .inner h2 {
          text-align: center; }
          .fukuyaku-page .tow-col-page .right .main-content .massage .inner h2 img {
            width: 90%;
            max-width: 450px; }
        .fukuyaku-page .tow-col-page .right .main-content .massage .inner p {
          text-align: left;
          width: 90%;
          margin: auto; }
          .fukuyaku-page .tow-col-page .right .main-content .massage .inner p span {
            background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .fukuyaku-page .tow-col-page .right .main-content .about .inner {
      padding: 50px 0; }
      .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents {
        display: flex;
        justify-content: space-between;
        margin: 50px auto; }
        .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents .about-left {
          width: 48%; }
          .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents .about-left img {
            width: 100%; }
        .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents .about-right {
          width: 48%; }
          .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents .about-right img {
            width: 100%; }
      .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents2 {
        text-align: center;
        margin-left: 20px; }
        .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents2 img {
          max-width: 500px;
          width: 85%; }
        .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents2 .about-contents2-text {
          text-align: left; }
          .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents2 .about-contents2-text ul {
            list-style-type: disc;
            width: 85%;
            margin: auto; }
            .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents2 .about-contents2-text ul li {
              margin-bottom: 20px; }
              .fukuyaku-page .tow-col-page .right .main-content .about .inner .about-contents2 .about-contents2-text ul li h3 {
                font-weight: 600; }
      .fukuyaku-page .tow-col-page .right .main-content .about .inner .fukuyaku-link {
        margin: 50px auto; }

/*調剤薬局事業　dpb*/
.dpb-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .dpb-page .tow-col-page {
      display: block; } }
  .dpb-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .dpb-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .dpb-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .dpb-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .dpb-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .dpb-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .dpb-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .dpb-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .dpb-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .dpb-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .dpb-page .tow-col-page .right .main-content .massage .inner {
      padding: 5% 5% 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .dpb-page .tow-col-page .right .main-content .massage .inner {
          padding: 10% 0; } }
      .dpb-page .tow-col-page .right .main-content .massage .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
        .dpb-page .tow-col-page .right .main-content .massage .inner h2 img {
          width: 90%;
          max-width: 450px; }
      .dpb-page .tow-col-page .right .main-content .massage .inner p {
        text-align: center;
        width: 90%;
        margin: auto; }
        @media screen and (max-width: 600px) {
          .dpb-page .tow-col-page .right .main-content .massage .inner p {
            text-align: left; } }
        .dpb-page .tow-col-page .right .main-content .massage .inner p span {
          background: linear-gradient(transparent 50%, #f8cccc 50%); }
    .dpb-page .tow-col-page .right .main-content .shop {
      background: url(https://test.imatoku-medic.com/core/wp-content/themes/imatoku-new-theme/img/img-cloth.jpg) repeat-y; }
      .dpb-page .tow-col-page .right .main-content .shop .inner {
        padding: 50px 0; }
        .dpb-page .tow-col-page .right .main-content .shop .inner .post {
          width: 95%;
          margin: 30px auto; }
          .dpb-page .tow-col-page .right .main-content .shop .inner .post h3 {
            text-align: left;
            font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
            color: #25b261;
            font-size: 20px;
            margin: 30px auto 10px; }
          .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            @media screen and (max-width: 760px) {
              .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list {
                display: block; } }
            .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a {
              width: calc(50% - 10px); }
              @media screen and (max-width: 760px) {
                .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a {
                  width: 100%; } }
              .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a:hover {
                opacity: 0.8; }
              .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item {
                width: 100%;
                background: #fff;
                margin-bottom: 20px;
                box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
                .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item .shop-image img {
                  width: 100%;
                  height: 200px;
                  object-fit: cover; }
                .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item h4.shop-title {
                  width: 90%;
                  margin: auto;
                  font-weight: 600;
                  padding-top: 10px; }
                .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item .shop-address {
                  width: 90%;
                  margin: auto; }
                  .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item .shop-address p {
                    font-size: 14px;
                    height: 50px; }
                    @media screen and (max-width: 760px) {
                      .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item .shop-address p {
                        height: auto; } }
                .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item .shop-tel {
                  width: 90%;
                  margin: 0 auto;
                  padding-bottom: 20px; }
                  .dpb-page .tow-col-page .right .main-content .shop .inner .post .item_list a .post_item .shop-tel p {
                    font-size: 14px; }

/*調剤薬局事業 店舗詳細　shop*/
.shop-single-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .shop-single-page .tow-col-page {
      display: block; } }
  .shop-single-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .shop-single-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .shop-single-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .shop-single-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .shop-single-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .shop-single-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .shop-single-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .shop-single-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .shop-single-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .shop-single-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .shop-single-page .tow-col-page .right .main-content .shop-info .inner {
      padding: 5% 5% 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .shop-single-page .tow-col-page .right .main-content .shop-info .inner {
          padding: 10% 0; } }
      .shop-single-page .tow-col-page .right .main-content .shop-info .inner h2 {
        text-align: center;
        font-family: "Yusei Magic", "M PLUS 1 Code", monospace;
        color: #25b261;
        font-size: 25px;
        margin: 30px auto; }
      .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about {
        display: flex;
        justify-content: space-between; }
        .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-left {
          width: calc(45% - 10px); }
          .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-left img {
            width: 100%; }
        .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-right {
          width: calc(55% - 10px); }
          .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-right table {
            width: 100%; }
            .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-right table tr th {
              border: 1px solid #b4b4b4;
              background: #efefef;
              padding: 5px 10px; }
            .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-right table tr td {
              border: 1px solid #b4b4b4;
              padding: 5px 10px;
              text-align: left;
              font-size: 14px; }
              .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-right table tr td table tr th {
                border: none;
                background: none; }
              .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-info-about .shop-info-right table tr td table tr td {
                border: none; }
      .shop-single-page .tow-col-page .right .main-content .shop-info .inner .shop-map {
        margin-top: 50px; }

/*個人情報保護方針　privacy*/
.privacy-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .privacy-page .tow-col-page {
      display: block; } }
  .privacy-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .privacy-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .privacy-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .privacy-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .privacy-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .privacy-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .privacy-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .privacy-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .privacy-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .privacy-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .privacy-page .tow-col-page .right .main-content .privacy-contents .inner {
      padding: 50px 5%; }
      .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl {
        margin: 30px auto 0; }
        .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl dt {
          color: #25b261;
          font-weight: 600; }
        .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl dd ol {
          list-style-type: decimal;
          padding-left: 1.5em; }
          .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl dd ol li {
            margin-bottom: 15px; }
            .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl dd ol li:last-child {
              margin-bottom: 0; }
            .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl dd ol li ul {
              list-style-type: disc;
              padding-left: 1.5em; }
              .privacy-page .tow-col-page .right .main-content .privacy-contents .inner dl dd ol li ul li {
                margin-bottom: 0; }

/*お問い合わせ　contact*/
.contact-page .tow-col-page {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 1200px) {
    .contact-page .tow-col-page {
      display: block; } }
  .contact-page .tow-col-page .left {
    width: 45%;
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      .contact-page .tow-col-page .left {
        width: 100%;
        position: inherit; } }
    .contact-page .tow-col-page .left .mv {
      width: 100%;
      height: 100%; }
      .contact-page .tow-col-page .left .mv .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .contact-page .tow-col-page .left .mv .inner .logo {
          width: 50%; }
          @media screen and (max-width: 600px) {
            .contact-page .tow-col-page .left .mv .inner .logo {
              width: 70%; } }
          .contact-page .tow-col-page .left .mv .inner .logo h1 {
            text-align: center; }
            .contact-page .tow-col-page .left .mv .inner .logo h1 img {
              width: 100%;
              max-width: 500px; }
  .contact-page .tow-col-page .right {
    width: 55%;
    position: relative;
    left: 45%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .contact-page .tow-col-page .right {
        width: 100%;
        padding: 0px 10px 10px 10px;
        left: 0; } }
    .contact-page .tow-col-page .right .main-content .contact-content .inner {
      padding: 50px 5%;
      box-sizing: border-box; }
      .contact-page .tow-col-page .right .main-content .contact-content .inner .message {
        margin: 30px auto; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .message a {
          color: #25b261;
          font-size: 1.5em;
          font-weight: 600; }
      .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box dl {
        margin-bottom: 15px; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box dl dt p {
          font-weight: 600;
          border-left: 5px solid #25b261;
          padding-left: 10px; }
          .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box dl dt p span {
            font-size: 12px; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box dl dd input {
          width: 100%;
          padding: 10px;
          box-sizing: border-box;
          border: 1px solid #999;
          margin: 5px auto; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box dl dd textarea {
          width: 100%;
          padding: 10px;
          box-sizing: border-box;
          border: 1px solid #999;
          margin: 5px auto; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box dl dd .wpcf7-exclusive-checkbox input {
          width: auto !important; }
      .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box .privacy-text {
        text-align: center; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box .privacy-text a {
          color: #9c825d; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box .privacy-text .wpcf7-list-item {
          margin: 0; }
      .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box .submit-button {
        text-align: center;
        margin: 30px auto; }
        .contact-page .tow-col-page .right .main-content .contact-content .inner .contact-box .submit-button input[type="submit"] {
          background: #25b261;
          border: none;
          padding: 15px 40px;
          color: #ffffff;
          width: 100%; }

/*フッター*/
footer .footer-contact-container {
  text-align: center;
  background-size: cover; }
  @media screen and (max-width: 860px) {
    footer .footer-contact-container {
      padding: 15px; } }
  footer .footer-contact-container .inner {
    padding: 80px 0;
    box-sizing: border-box;
    border-radius: 15px; }
    @media screen and (max-width: 860px) {
      footer .footer-contact-container .inner {
        width: 100%; } }
    @media screen and (max-width: 650px) {
      footer .footer-contact-container .inner {
        padding: 40px 0; } }
    footer .footer-contact-container .inner p.tel {
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        footer .footer-contact-container .inner p.tel {
          font-size: 25px; } }
      footer .footer-contact-container .inner p.tel img {
        width: 40px;
        margin-right: 10px;
        margin-bottom: -10px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner p.tel img {
            width: 30px; } }
      footer .footer-contact-container .inner p.tel span {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 18px;
        font-weight: 800;
        color: #222222;
        letter-spacing: 0.2em; }
      footer .footer-contact-container .inner p.tel a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 800;
        color: #222222;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner p.tel a {
            letter-spacing: 0.1em; } }
    footer .footer-contact-container .inner p.sp-tel {
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        footer .footer-contact-container .inner p.sp-tel {
          font-size: 25px; } }
      footer .footer-contact-container .inner p.sp-tel img {
        width: 40px;
        margin-right: 10px;
        margin-bottom: -10px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner p.sp-tel img {
            width: 30px; } }
      footer .footer-contact-container .inner p.sp-tel span {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #222222;
        letter-spacing: 0.2em; }
      footer .footer-contact-container .inner p.sp-tel a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        color: #222222;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner p.sp-tel a {
            letter-spacing: 0.1em; } }
    footer .footer-contact-container .inner p.jikan {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px; }
    footer .footer-contact-container .inner p.mail {
      font-family: 'Noto Sans JP', sans-serif; }
    footer .footer-contact-container .inner .registration-btn {
      background: #e77930;
      max-width: 500px;
      width: 90%;
      height: 60px;
      border-radius: 50px;
      margin: 20px auto 0px; }
      footer .footer-contact-container .inner .registration-btn:hover {
        background: #ed9053; }
      footer .footer-contact-container .inner .registration-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        padding-top: 13px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner .registration-btn a {
            padding-top: 17px; } }
        footer .footer-contact-container .inner .registration-btn a img {
          width: 34px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .registration-btn a img {
              width: 25px; } }
        footer .footer-contact-container .inner .registration-btn a span {
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          font-family: 'Noto Sans JP', sans-serif;
          padding-left: 10px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .registration-btn a span {
              font-size: 13px;
              font-weight: 400;
              padding-left: 5px; } }
    footer .footer-contact-container .inner .contact-btn {
      background: #25b261;
      max-width: 500px;
      width: 100%;
      height: 60px;
      margin: 20px auto 0px;
      transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
      border: 2px solid #fff; }
      footer .footer-contact-container .inner .contact-btn:hover {
        opacity: 0.8; }
      footer .footer-contact-container .inner .contact-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        padding-top: 13px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner .contact-btn a {
            padding-top: 17px; } }
        footer .footer-contact-container .inner .contact-btn a img {
          width: 34px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .contact-btn a img {
              width: 25px; } }
        footer .footer-contact-container .inner .contact-btn a span {
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          font-family: 'Noto Sans JP', sans-serif;
          padding-left: 10px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .contact-btn a span {
              font-size: 13px;
              font-weight: 400;
              padding-left: 5px; } }
footer .footer-container {
  background: #a3927a;
  background-size: cover;
  background-position: center; }
  footer .footer-container .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px; }
    footer .footer-container .inner .footer-content .logo-company {
      text-align: center; }
      footer .footer-container .inner .footer-content .logo-company .img {
        max-width: 187px;
        width: 80%; }
    footer .footer-container .inner .footer-content .menu {
      margin: 40px auto 0;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      footer .footer-container .inner .footer-content .menu ul li {
        font-size: 14px;
        color: #fff;
        text-shadow: #574f43 1px 0 10px; }
        footer .footer-container .inner .footer-content .menu ul li a {
          font-size: 14px;
          color: #fff;
          text-shadow: #574f43 1px 0 10px; }
          footer .footer-container .inner .footer-content .menu ul li a:hover {
            color: #666; }
    footer .footer-container .inner .footer-content .sns {
      width: 300px;
      margin: 30px auto 0; }
      @media screen and (max-width: 500px) {
        footer .footer-container .inner .footer-content .sns {
          width: 200px; } }
      footer .footer-container .inner .footer-content .sns ul {
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around; }
        footer .footer-container .inner .footer-content .sns ul li a img {
          width: 45px; }
          @media screen and (max-width: 500px) {
            footer .footer-container .inner .footer-content .sns ul li a img {
              width: 35px; } }
        footer .footer-container .inner .footer-content .sns ul li a:hover {
          opacity: 0.6; }
    footer .footer-container .inner .footer-content .copy p {
      text-align: center;
      color: #fff;
      font-size: 12px;
      margin-top: 25px; }
