@charset "UTF-8";
/*
Theme Name: SHAKEHANDAS
Description: 優秀な【人財】を逃さない。
Version: 1.0.0
Author: hareweb*
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes entry {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #B91006;
  }
}
@keyframes entry-in {
  0% {
    transform-origin: left top;
    transform: skewX(-30deg) scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
  }
}
@keyframes entry-out {
  0% {
    transform-origin: right top;
    transform: skewX(-30deg) scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
  }
}
@keyframes about {
  0% {
    transform-origin: right top;
    transform: translateX(-100vw);
  }
  100% {
    transform-origin: right top;
    transform: translateX(-18%);
  }
}
@keyframes news_hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
body {
  background: white;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  color: #000F16;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  width: 100%;
}
@media (min-width: 520px) {
  body {
    width: 100%;
  }
}
@media (max-width: 599px) {
  body {
    width: 100%;
  }
}
@media (max-width: 340px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1019px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1020px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1019px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    width: 100%;
  }
}
body a {
  transition: 0.3s;
}
@media (max-width: 1019px) {
  body.fontsize-sp-small {
    font-size: 1.4em;
  }
  body.fontsize-sp-laege {
    font-size: 1.8em;
  }
}
@media (min-width: 1020px) {
  body.fontsize-pc-small {
    font-size: 1.4em;
  }
  body.fontsize-pc-large {
    font-size: 1.8em;
  }
}

main,
header,
footer,
section,
article,
aside,
nav {
  display: block;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: block;
}

@media (max-width: 599px) {
  .notsp {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 1019px) {
  .nottab {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .sponly {
    display: none !important;
  }
}

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

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

@media (max-width: 599px) {
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 1020px) {
  .tabonly {
    display: none !important;
  }
}

@media (min-width: 1020px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .overtabp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .overtabp {
    display: block !important;
  }
}

@media (max-width: 1019px) {
  .pconly {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important;
  }
}

a {
  color: #33A1DC;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #1A516E;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  z-index: 200;
}
@media (min-width: 768px) {
  #loading {
    font-size: 3.8vw;
  }
}
@media (min-width: 1020px) {
  #loading {
    font-size: 24px;
  }
}
#loading .loading-symbol {
  width: 240px;
  margin: 0 auto 10px;
  text-align: center;
}
#loading .loading-symbol img {
  width: 100%;
  max-width: none;
  max-width: initial;
}
#loading #status {
  max-width: 240px;
  margin: 10px auto 0;
}
#loading progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: white;
  height: 5px;
  transition: 0.1s;
}
#loading progress::-webkit-progress-bar {
  border-radius: 2px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#loading progress::-webkit-progress-value {
  border-radius: 2px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#loading progress::-moz-progress-bar {
  border-radius: 2px;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

@media (min-width: 1020px) {
  body.logoheight_pc30 .headerLogo {
    width: auto;
    max-height: 30px;
  }
  body.logoheight_pc40 .headerLogo {
    width: auto;
    max-height: 40px;
  }
  body.logoheight_pc50 .headerLogo {
    width: auto;
    max-height: 50px;
  }
  body.logoheight_pc60 .headerLogo {
    width: auto;
    max-height: 60px;
  }
  body.logoheight_pc70 .headerLogo {
    width: auto;
    max-height: 70px;
  }
}

section {
  overflow: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transform: translateX(-100vw);
  transition: 0.5s;
  z-index: 90;
}
.is-open #overlay {
  transform: translateX(0);
  transition: 0.5s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media (min-width: 1020px) {
  #overlay {
    display: none;
  }
}

.contentinner {
  max-width: 1280px;
  margin: auto;
}
@media (min-width: 768px) {
  .contentinner {
    padding: 45px 15px;
  }
}

header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #999999;
  z-index: 150;
}
@media (min-width: 1020px) {
  header {
    align-items: stretch;
  }
}
header .logo {
  width: calc( 100% - 60px);
  padding-left: 10px;
  z-index: 150;
}
@media (min-width: 1020px) {
  header .logo {
    width: auto;
    margin: 15px 0;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  header .logo {
    width: auto;
    padding-left: 50px;
  }
}
header .logo a {
  text-decoration: none;
  color: #000F16;
}
header .siteTitle {
  display: flex;
  align-items: center;
  width: 75%;
}
header .siteTitle::after {
  content: "採用サイト";
  display: inline-block;
  flex: 1;
  width: 25%;
  margin-left: 2%;
  padding-left: 2%;
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
  border-left: solid 1px #000;
  transform: translateY(4px);
}
@media (min-width: 1020px) {
  header .siteTitle {
    width: auto;
  }
}
header .headerLogo {
  width: auto;
  max-width: 100%;
  max-height: 50px;
}
header nav {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1020px) {
  header nav {
    width: auto;
  }
}
header #spmenu {
  background-color: #33A1DC;
  width: 60px;
  height: 60px;
  padding: 20px 15px;
  z-index: 100;
}
@media (min-width: 1020px) {
  header #spmenu {
    display: none;
  }
}
header #spmenu.hover span:nth-of-type(1) {
  top: -2px;
}
header #spmenu.hover span:nth-of-type(2) {
  top: 10px;
}
header #spmenu.hover span:nth-of-type(3) {
  bottom: -2px;
}
header #spmenu.clicked span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header #spmenu.clicked span:nth-of-type(2) {
  transform: translateX(50px);
  opacity: 0;
}
header #spmenu.clicked span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
header #spmenu #menubar {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2;
}
header #spmenu #menubar span {
  position: absolute;
  display: inline-block;
  background: #ffffff;
  width: 30px;
  height: 1px;
  transition: 0.3s;
}
header #spmenu #menubar span:nth-of-type(1) {
  top: 0;
}
header #spmenu #menubar span:nth-of-type(2) {
  top: 10px;
}
header #spmenu #menubar span:nth-of-type(3) {
  bottom: 0;
}
header ul#mainmenu {
  position: fixed;
  top: 0;
  right: 0;
  background: #FFF;
  width: 70%;
  transform: translateX(100vw);
  transition: 0.3s;
  z-index: 90;
}
.is-open header ul#mainmenu {
  transform: translateX(0);
  transition: 0.3s;
}
header ul#mainmenu li {
  display: flex;
  line-height: 1;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
}
header ul#mainmenu li a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #000F16;
  text-decoration: none;
}
header ul#mainmenu li a.hover {
  color: #33A1DC;
}
header ul#mainmenu li a.active {
  color: #33A1DC;
}
header ul#mainmenu li a.active::before {
  content: "";
  font-family: "icomoon" !important;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  header ul#mainmenu li a.active::before {
    display: none;
  }
}
@media (max-width: 340px) {
  header ul#mainmenu li a {
    padding: 15px;
    font-size: 95%;
  }
}
@media (min-width: 1020px) {
  header ul#mainmenu li {
    border: none;
  }
  header ul#mainmenu li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
  }
}
@media (min-width: 1020px) and (min-width: 1280px) {
  header ul#mainmenu li a {
    padding: 20px;
    font-size: 16px;
  }
}
header ul#mainmenu .attention {
  padding: 1.5em;
}
header ul#mainmenu .attention.head-event {
  background-color: #DD8176;
  color: #ffffff;
}
header ul#mainmenu .attention.head-event.hover {
  background-color: #1A516E;
}
header ul#mainmenu .attention.head-entry {
  background-color: #33A1DC;
  color: #ffffff;
}
header ul#mainmenu .attention.head-entry.hover {
  background-color: #1A516E;
}
@media (min-width: 1020px) {
  header ul#mainmenu .attention {
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  header ul#mainmenu .attention {
    padding: 20px;
  }
}
@media (min-width: 1020px) {
  header ul#mainmenu {
    position: static;
    display: flex;
    width: 100%;
    transform: none;
  }
}

footer#shakehands_footer {
  background-color: #1A516E;
  color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  footer#shakehands_footer {
    padding: 30px;
  }
}
footer#shakehands_footer .inner {
  max-width: 1600px;
  margin: auto;
}
footer#shakehands_footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer#shakehands_footer a.hover {
  color: #fff;
  opacity: 0.5;
}
footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi {
    margin-bottom: 30px;
  }
}
footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi li {
  width: 100%;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi li {
    width: auto;
    margin-right: 15px;
  }
}
footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi li:last-of-type {
  margin-right: 0;
}
footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi a {
  display: block;
  padding: 8px;
  text-align: center;
}
footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi a.active {
  font-weight: bold;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi a.active {
    border-bottom: 1px solid #FFF;
  }
}
footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi a.active::before {
  content: "";
  font-family: "icomoon" !important;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_navi ul#fotter_navi a.active::before {
    display: none;
  }
}
footer#shakehands_footer #shakehands_footer_company {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_company {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
footer#shakehands_footer #shakehands_footer_company_name-logo {
  width: 80%;
  max-width: 450px;
  margin: auto;
}
footer#shakehands_footer #shakehands_footer_company_name-logo img {
  max-width: 100%;
}
footer#shakehands_footer #shakehands_footer_company_name-logo .shakehands_footer_company_name-logo-none {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_company_name-logo .shakehands_footer_company_name-logo-none {
    font-size: 18px;
  }
}
@media (min-width: 1020px) {
  footer#shakehands_footer #shakehands_footer_company_name-logo .shakehands_footer_company_name-logo-none {
    font-size: 20px;
  }
}
footer#shakehands_footer #shakehands_footer_company_name {
  margin-bottom: 10px;
}
footer#shakehands_footer #shakehands_footer_company_name-text {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
footer#shakehands_footer #shakehands_footer_company_address {
  text-align: center;
}
footer#shakehands_footer #shakehands_footer_company_address span {
  display: inline-block;
}
footer#shakehands_footer #shakehands_footer_company_address-zip {
  margin-right: 0.3em;
}
footer#shakehands_footer #shakehands_footer_company_address-zip::before {
  content: "〒";
  display: inline-block;
}
footer#shakehands_footer #shakehands_footer_company_address-zip:empty {
  display: none;
}
footer#shakehands_footer #shakehands_footer_company_address-address:empty {
  display: none;
}
footer#shakehands_footer #shakehands_footer_company_address-other {
  margin-left: 0.3em;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_info ul {
    display: flex;
    align-items: center;
  }
}
footer#shakehands_footer #shakehands_footer_info li {
  text-align: center;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_info li {
    flex: 1;
    text-align: left;
  }
}
footer#shakehands_footer #shakehands_footer_info #shakehands_footer_info-corporate {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_info #shakehands_footer_info-corporate {
    margin-bottom: 0;
  }
}
footer#shakehands_footer #shakehands_footer_info #shakehands_footer_info-copy {
  font-size: 80%;
}
@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_info #shakehands_footer_info-copy {
    justify-self: flex-end;
    text-align: right;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ux84ny");
  src: url("fonts/icomoon.eot?ux84ny#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ux84ny") format("truetype"), url("fonts/icomoon.woff?ux84ny") format("woff"), url("fonts/icomoon.svg?ux84ny#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 0.3em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock-o:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-exclamation-triangle:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

#breadcrumb ul {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 20px;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
#breadcrumb ul li::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 1em;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  transform: translateY(-2px) rotate(-45deg);
}
#breadcrumb ul li:last-of-type::after {
  display: none;
}
#breadcrumb ul li a {
  text-decoration: none;
  color: #000F16;
}
#breadcrumb ul li a.hover {
  color: #33A1DC;
  text-decoration: underline;
}

#shakehands_message {
  background-color: #33A1DC;
  margin-bottom: 50px;
}
#shakehands_message .message_inner {
  max-width: 1280px;
  margin: auto;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  #shakehands_message .message_inner {
    padding: 45px 15px;
  }
}
#shakehands_message .message_ttl h2 {
  margin-bottom: 15px;
  padding: 0 20px;
  color: #FFF;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #shakehands_message .message_ttl h2 {
    margin-bottom: 50px;
  }
}
#shakehands_message .message_ttl h2 br {
  display: none;
}
@media (min-width: 768px) {
  #shakehands_message .message_ttl h2 br {
    display: inline;
  }
}
#shakehands_message .message_ttl h2 .message_ttl_cap {
  display: block;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #shakehands_message .message_ttl h2 .message_ttl_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_ttl h2 .message_ttl_cap {
    font-size: 20px;
  }
}
#shakehands_message .message_ttl h2 .message_ttl_main {
  display: block;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  #shakehands_message .message_ttl h2 .message_ttl_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_ttl h2 .message_ttl_main {
    font-size: 48px;
  }
}
#shakehands_message .message_contens {
  display: flex;
  flex-wrap: wrap;
}
#shakehands_message .message_contens .message_photo_left,
#shakehands_message .message_contens .message_photo_right {
  max-height: 350px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  #shakehands_message .message_contens .message_photo_left,
#shakehands_message .message_contens .message_photo_right {
    box-shadow: 0 0 10px rgba(26, 81, 110, 0.3);
  }
}
#shakehands_message .message_contens .message_photo_left img,
#shakehands_message .message_contens .message_photo_right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #shakehands_message .message_contens .message_photo_left img,
#shakehands_message .message_contens .message_photo_right img {
    font-family: "object-fit: cover;";
  }
}
#shakehands_message .message_contens .message_photo_left {
  width: 100%;
  max-height: 420px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #shakehands_message .message_contens .message_photo_left {
    max-width: 30%;
    max-height: 620px;
    margin-bottom: -40%;
    overflow: hidden;
    z-index: 10;
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_contens .message_photo_left {
    max-width: 430px;
    margin-bottom: -45%;
  }
}
#shakehands_message .message_contens .message_photo_left .message_photo_left_box {
  position: relative;
  width: 100%;
  padding-top: 143%;
}
@media (min-width: 768px) {
  #shakehands_message .message_contens .message_photo_right {
    width: 45%;
    max-width: 620px;
    max-height: 430px;
    margin: 0 0 0 auto;
    margin-top: calc( -15% + 55px);
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_contens .message_photo_right {
    margin-top: -18%;
  }
}
#shakehands_message .message_contens .message_photo_right .message_photo_right_box {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
#shakehands_message .message_contents_body {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 15px 15px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #shakehands_message .message_contents_body {
    margin: 0 25px 15px;
    padding: 30px;
    padding-left: 32%;
    padding-bottom: 100px;
    text-align: right;
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_contents_body {
    margin: 0 50px 15px;
    padding-left: 450px;
    padding-bottom: 250px;
  }
}
#shakehands_message .message_contents_body a {
  color: #1A516E;
  text-decoration: none;
}
@media (min-width: 768px) {
  #shakehands_message .message_contents_body a.hover h3 .message_body_main {
    color: #FFF;
  }
  #shakehands_message .message_contents_body a.hover .about_more {
    background-color: #33A1DC;
    color: #FFF;
    box-shadow: 0 0 10px rgba(26, 81, 110, 0.3);
  }
}
#shakehands_message .message_contents_body h3 {
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.3;
}
#shakehands_message .message_contents_body h3 span {
  display: block;
  transition: 0.3s;
}
#shakehands_message .message_contents_body h3 br {
  display: none;
}
@media (min-width: 768px) {
  #shakehands_message .message_contents_body h3 br {
    display: inline;
  }
}
#shakehands_message .message_contents_body h3 .message_body_cap {
  margin-bottom: 5px;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #shakehands_message .message_contents_body h3 .message_body_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_contents_body h3 .message_body_cap {
    font-size: 20px;
  }
}
#shakehands_message .message_contents_body h3 .message_body_main {
  text-align: justify;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  #shakehands_message .message_contents_body h3 .message_body_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #shakehands_message .message_contents_body h3 .message_body_main {
    font-size: 48px;
  }
}
#shakehands_message .message_contents_body p {
  text-align: justify;
}
@media (min-width: 1020px) {
  #shakehands_message .message_contents_body p {
    font-size: 2rem;
  }
}
#shakehands_message .message_contents_body .about_more {
  display: inline-block;
  background-color: #FFF;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}

.cmn_clerk {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .cmn_clerk .cmn_clerk_conts {
    display: flex;
  }
}
.cmn_clerk .cmn_clerk_body {
  background-color: #1A516E;
  padding: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .cmn_clerk .cmn_clerk_body {
    display: flex;
    align-items: center;
    flex-basis: 50%;
  }
}
.cmn_clerk h2 {
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: left;
  transition: 0.3s;
}
.cmn_clerk h2 .cmn_clerk_cap {
  display: block;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  .cmn_clerk h2 .cmn_clerk_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  .cmn_clerk h2 .cmn_clerk_cap {
    font-size: 18px;
  }
}
.cmn_clerk h2 .cmn_clerk_main {
  display: block;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  .cmn_clerk h2 .cmn_clerk_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  .cmn_clerk h2 .cmn_clerk_main {
    font-size: 46px;
  }
}
.cmn_clerk p {
  margin-bottom: 15px;
  text-align: justify;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .cmn_clerk p {
    margin-bottom: 20px;
  }
}
.cmn_clerk .cmn_clerk_more {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
  text-align: center;
  color: #1A516E;
  font-weight: 700;
  transition: 0.3s;
}
.cmn_clerk a {
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cmn_clerk a {
    position: relative;
    display: block;
    width: 462px;
    margin-left: auto;
    padding: 30px;
  }
  .cmn_clerk a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    opacity: 0;
    transition: 0.3s;
  }
}
@media (min-width: 1020px) {
  .cmn_clerk a {
    width: 595px;
    padding: 50px;
  }
}
.cmn_clerk a.hover::after {
  opacity: 1;
}
.cmn_clerk a.hover .cmn_clerk_more {
  background-color: #33A1DC;
  color: #FFF;
}
@media (min-width: 1020px) {
  .cmn_clerk a.hover {
    transform: translate(-10px, -10px);
  }
}
@media (min-width: 768px) {
  .cmn_clerk .cmn_clerk_photo {
    display: flex;
    flex-basis: 50%;
  }
  .cmn_clerk .cmn_clerk_photo .cmn_clerk_photo_box {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 46%;
  }
}
.cmn_clerk .cmn_clerk_photo img {
  width: 100%;
}
@media (min-width: 768px) {
  .cmn_clerk .cmn_clerk_photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .cmn_clerk .cmn_clerk_photo img {
    font-family: "object-fit: cover;";
  }
}

.cmnelem_header .cmnelem_header_inner {
  margin: 0 auto 30px;
  padding: 20px 0 30px;
  text-align: center;
  border-bottom: solid 1px #33A1DC;
}
.cmnelem_header h2 {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  color: #33A1DC;
  transition: 0.3s;
}
.cmnelem_header h2 .title_cap {
  display: block;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  .cmnelem_header h2 .title_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  .cmnelem_header h2 .title_cap {
    font-size: 18px;
  }
}
.cmnelem_header h2 .title_main {
  display: block;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  .cmnelem_header h2 .title_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  .cmnelem_header h2 .title_main {
    font-size: 46px;
  }
}

.cmnelem_lead {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: justify;
}
.cmnelem_lead.notice {
  font-size: 12px;
  color: #ccc;
  font-style: italic;
}

#ft_recruit {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #ft_recruit .ft_recruit_conts {
    display: flex;
  }
}
#ft_recruit .ft_recruit_body {
  background-color: #33A1DC;
  padding: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  #ft_recruit .ft_recruit_body {
    order: 1;
    display: flex;
    align-items: center;
    flex-basis: 50%;
  }
}
#ft_recruit h2 {
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: left;
  transition: 0.3s;
}
#ft_recruit h2 .ft_recruit_cap {
  display: block;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #ft_recruit h2 .ft_recruit_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #ft_recruit h2 .ft_recruit_cap {
    font-size: 18px;
  }
}
#ft_recruit h2 .ft_recruit_main {
  display: block;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  #ft_recruit h2 .ft_recruit_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #ft_recruit h2 .ft_recruit_main {
    font-size: 46px;
  }
}
#ft_recruit h3 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 5vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #ft_recruit h3 {
    font-size: 22px;
  }
  #ft_recruit h3 br {
    display: none;
  }
}
@media (min-width: 1020px) {
  #ft_recruit h3 {
    font-size: 24px;
  }
  #ft_recruit h3 br {
    display: inline;
  }
}
#ft_recruit p {
  margin-bottom: 15px;
  text-align: justify;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #ft_recruit p {
    margin-bottom: 20px;
  }
}
#ft_recruit .ft_recruit_more {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
  text-align: center;
  color: #33A1DC;
  font-weight: 700;
  transition: 0.3s;
}
#ft_recruit a {
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 768px) {
  #ft_recruit a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    padding: 50px;
  }
  #ft_recruit a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    opacity: 0;
    transition: 0.3s;
  }
}
#ft_recruit a.hover::after {
  opacity: 1;
}
#ft_recruit a.hover .ft_recruit_more {
  background-color: #1A516E;
  color: #FFF;
}
@media (min-width: 1020px) {
  #ft_recruit a.hover {
    transform: translate(10px, -10px);
  }
}
@media (min-width: 768px) {
  #ft_recruit .ft_recruit_photo {
    order: 0;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  #ft_recruit .ft_recruit_photo .ft_recruit_photo_box {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 70.3%;
  }
}
#ft_recruit .ft_recruit_photo img {
  width: 100%;
}
@media (min-width: 768px) {
  #ft_recruit .ft_recruit_photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  #ft_recruit .ft_recruit_photo img {
    font-family: "object-fit: cover;";
  }
}

.wp-single-common {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}
.wp-single-common a {
  color: #33A1DC;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}
.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #33A1DC;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}
.pagination .pager {
  width: 32px;
}
.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #33A1DC;
  background-color: #33A1DC;
}
.pagination a {
  color: #33A1DC;
}
.pagination a.prev {
  margin-right: 16px;
}
.pagination a.next {
  margin-left: 16px;
}
.pagination span.page_num {
  display: none;
}

#front #front_top {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #front #front_top {
    margin-bottom: 0;
  }
}
#front #front_top .front_top_inner {
  max-width: 1280px;
  margin: auto;
}
@media (min-width: 768px) {
  #front #front_top .front_top_inner {
    margin-bottom: 80px;
    padding: 45px 15px 0;
  }
}
#front .front_firstview {
  position: relative;
}
@media (min-width: 768px) {
  #front #front_slider,
#front #front_picture {
    width: 80%;
  }
}
#front #front_slider img,
#front #front_picture img {
  width: 100%;
}
#front .slick_pc_dot {
  display: none;
}
@media (min-width: 768px) {
  #front .slick_pc_dot {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20%;
  }
  #front .slick_pc_dot .slick-dots {
    top: 0;
    right: 0;
    text-align: center;
  }
  #front .slick_pc_dot .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
#front .front_slider_text,
#front .front_picture_text {
  position: relative;
  background-color: #33A1DC;
  width: 80%;
  margin: -60px auto 0;
  padding: 30px;
  color: #FFF;
  z-index: 10;
}
@media (min-width: 768px) {
  #front .front_slider_text,
#front .front_picture_text {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: auto;
    margin-top: 0;
    padding: 30px;
  }
}
@media (min-width: 1020px) {
  #front .front_slider_text,
#front .front_picture_text {
    padding: 40px 30px;
  }
}
#front .front_slider_text .slick_sp_dot,
#front .front_picture_text .slick_sp_dot {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
}
#front .front_slider_text .slick_sp_dot .slick-dots,
#front .front_picture_text .slick_sp_dot .slick-dots {
  right: 0;
  text-align: center;
}
#front .front_slider_text .slick_sp_dot .slick-dots li button::before,
#front .front_picture_text .slick_sp_dot .slick-dots li button::before {
  color: #000;
}
#front .front_slider_text .slick_sp_dot .slick-dots li.slick-active button:before,
#front .front_picture_text .slick_sp_dot .slick-dots li.slick-active button:before {
  color: #33A1DC;
}
@media (min-width: 768px) {
  #front .front_slider_text .slick_sp_dot,
#front .front_picture_text .slick_sp_dot {
    display: none;
  }
}
#front .front_slider_text h2,
#front .front_picture_text h2 {
  font-size: 6vw;
}
@media (min-width: 768px) {
  #front .front_slider_text h2,
#front .front_picture_text h2 {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #front .front_slider_text h2,
#front .front_picture_text h2 {
    font-size: 40px;
  }
}
#front #news {
  background-color: #1A516E;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #front #news {
    background: linear-gradient(90deg, #1A516E 0%, #1A516E 50%, #f6f6f6 50%, #f6f6f6 100%);
  }
}
#front #news .news_inner {
  background-color: #1A516E;
  max-width: 1280px;
  margin: auto;
}
@media (min-width: 768px) {
  #front #news .news_inner {
    display: flex;
  }
}
#front #news .news_ttl {
  background-color: #1A516E;
  color: #FFF;
}
@media (min-width: 768px) {
  #front #news .news_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 30%;
  }
}
#front #news .news_ttl h2 {
  padding: 10px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #front #news .news_ttl h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #front #news .news_ttl h2 .news_ttl_inner {
    display: flex;
    flex-direction: column;
  }
}
#front #news .news_ttl h2 .news_ttl_main {
  font-size: 5.6vw;
}
@media (min-width: 768px) {
  #front #news .news_ttl h2 .news_ttl_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #front #news .news_ttl h2 .news_ttl_main {
    font-size: 48px;
  }
}
#front #news .news_ttl h2 .news_ttl_cap {
  display: none;
}
@media (min-width: 768px) {
  #front #news .news_ttl h2 .news_ttl_cap {
    display: block;
    margin-right: -6px;
    font-size: 18px;
    letter-spacing: 6px;
    text-align: center;
  }
}
@media (min-width: 1020px) {
  #front #news .news_ttl h2 .news_ttl_cap {
    margin-right: -16px;
    font-size: 20px;
    letter-spacing: 16px;
  }
}
#front #news .news_conts {
  background-color: #f6f6f6;
  padding: 15px;
}
@media (min-width: 768px) {
  #front #news .news_conts {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 65px;
    flex-basis: 70%;
  }
}
#front #news .news_conts ul {
  width: 100%;
}
#front #news .news_conts ul li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #front #news .news_conts ul li {
    margin-bottom: 25px;
  }
}
#front #news .news_conts ul li:last-of-type {
  margin-bottom: 0;
}
#front #news .news_conts ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
#front #news .news_conts ul li a .news_txt::after {
  margin-left: 5px;
  font-family: "icomoon";
  color: #33A1DC;
}
#front #news .news_conts ul li a[target$=_blank] .news_txt::after {
  content: "";
}
#front #news .news_conts ul li a[href$=".pdf"] .news_txt::after {
  content: "";
}
#front #news .news_conts ul li a[href$=".doc"] .news_txt::after, #front #news .news_conts ul li a[href$=".docx"] .news_txt::after {
  content: "";
}
#front #news .news_conts ul li a[href$=".xls"] .news_txt::after, #front #news .news_conts ul li a[href$=".xlsx"] .news_txt::after {
  content: "";
}
@media (min-width: 768px) {
  #front #news .news_conts ul li a.hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: news_hover 0.3s ease;
  }
}
#front #news .news_conts ul li a.hover .news_cat {
  background-color: #1A516E;
}
#front #news .news_conts ul li a.hover .news_date {
  color: #000F16;
}
#front #news .news_conts ul li a.hover .news_txt {
  color: #33A1DC;
}
#front #news .news_conts ul li .a_inner {
  position: relative;
  z-index: 10;
}
#front #news .news_conts ul li .news_cat {
  display: inline-block;
  background-color: #33A1DC;
  width: 5em;
  margin-right: 15px;
  padding: 5px;
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  transition: 0.3s;
}
@media (min-width: 1020px) {
  #front #news .news_conts ul li .news_cat {
    margin-right: 20px;
  }
}
#front #news .news_conts ul li .news_date {
  display: inline-block;
  color: #808080;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #front #news .news_conts ul li .news_date {
    margin-right: 15px;
  }
}
@media (min-width: 1020px) {
  #front #news .news_conts ul li .news_date {
    margin-right: 20px;
  }
}
#front #news .news_conts ul li .news_txt {
  display: block;
  margin-top: 5px;
  color: #000F16;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #front #news .news_conts ul li .news_txt {
    display: block;
  }
}
@media (min-width: 1020px) {
  #front #news .news_conts ul li .news_txt {
    display: inline;
  }
}
#front #news .news_conts .news_more {
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
#front #news .news_conts .news_more a {
  display: inline-block;
  color: #000F16;
  text-decoration: none;
}
#front #news .news_conts .news_more a.hover {
  color: #33A1DC;
}
#front #about {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #front #about {
    min-height: 570px;
  }
}
#front #about .about_inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #front #about .about_inner {
    display: block;
    max-width: 1280px;
    margin: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #front #about .about_inner {
    padding: 45px 15px;
  }
}
#front #about a {
  display: inline-block;
  background-color: #33A1DC;
  margin: -25px 15px 0;
  padding: 20px;
  text-decoration: none;
  color: #FFF;
  z-index: 10;
}
@media (min-width: 768px) {
  #front #about a {
    width: 40%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  #front #about a.hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #front #about a.hover h2 {
    letter-spacing: 5px;
  }
  #front #about a.hover .about_more {
    color: #1A516E;
  }
}
#front #about .about_ttl {
  display: flex;
  flex-direction: column;
}
#front #about .about_ttl h2 {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 20px;
  line-height: 1.2;
  transition: 0.3s;
}
#front #about .about_ttl h2 .about_ttl_main {
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  #front #about .about_ttl h2 .about_ttl_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #front #about .about_ttl h2 .about_ttl_main {
    font-size: 48px;
  }
}
#front #about .about_ttl h2 .about_ttl_cap {
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #front #about .about_ttl h2 .about_ttl_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #front #about .about_ttl h2 .about_ttl_cap {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
#front #about .about_ttl p {
  text-align: justify;
  margin-bottom: 20px;
}
#front #about .about_ttl .about_more {
  align-self: flex-end;
  padding: 10px 20px;
  background-color: #FFF;
  color: #33A1DC;
  font-weight: 700;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #front #about .about_photo {
    position: absolute;
    top: 100px;
    right: 15px;
    width: 70%;
    max-height: 470px;
    overflow: hidden;
    z-index: -1;
  }
}
#front #about .about_photo img {
  display: block;
  width: 100%;
}
#front #intro {
  margin-bottom: 50px;
}
#front #intro .intro_inner {
  max-width: 1280px;
  margin: auto;
  margin: 0 15px;
}
@media (min-width: 768px) {
  #front #intro .intro_inner {
    padding: 45px 15px;
  }
}
@media (min-width: 1020px) {
  #front #intro .intro_inner {
    max-width: 900px;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  #front #intro .intro_inner {
    margin: auto;
  }
}
#front #intro h2 {
  margin-bottom: 30px;
  color: #33A1DC;
  line-height: 1.2;
}
#front #intro h2 br {
  display: none;
}
@media (min-width: 768px) {
  #front #intro h2 br {
    display: inline;
  }
}
#front #intro h2 .intro_ttl_cap {
  display: block;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #front #intro h2 .intro_ttl_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #front #intro h2 .intro_ttl_cap {
    font-size: 20px;
  }
}
#front #intro h2 .intro_ttl_main {
  display: block;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  #front #intro h2 .intro_ttl_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #front #intro h2 .intro_ttl_main {
    font-size: 48px;
  }
}
#front #intro p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #front #intro ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #front #intro ul.sfaff_postnum1 {
    justify-content: center;
  }
}
#front #intro ul.sfaff_postnum3 {
  justify-content: space-between;
}
@media (min-width: 768px) {
  #front #intro ul.sfaff_postnum3 li {
    flex-basis: 32%;
  }
  #front #intro ul.sfaff_postnum3 li h3 .intro_name {
    font-size: 24px;
  }
  #front #intro ul.sfaff_postnum3 li h4 {
    font-size: 18px;
  }
}
#front #intro ul.sfaff_postnum4 {
  flex-wrap: wrap;
}
#front #intro ul li {
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #front #intro ul li {
    flex-basis: 49%;
  }
}
#front #intro ul li .intro_item_top {
  position: relative;
}
#front #intro ul li .intro_photo {
  transition: 0.5s;
}
#front #intro ul li .intro_photo_over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#front #intro ul li h3 {
  position: absolute;
  top: 60%;
  left: 15px;
  z-index: 1;
}
#front #intro ul li h3 span {
  display: inline-block;
  background-color: #33A1DC;
  padding: 5px 8px 3px;
  color: #FFF;
  transition: 0.3s;
}
#front #intro ul li h3 .intro_shoulder {
  margin-bottom: 5px;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #front #intro ul li h3 .intro_shoulder {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #front #intro ul li h3 .intro_shoulder {
    font-size: 20px;
  }
}
#front #intro ul li h3 .intro_name {
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  #front #intro ul li h3 .intro_name {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  #front #intro ul li h3 .intro_name {
    font-size: 48px;
  }
}
#front #intro ul li h4 {
  background-color: #33A1DC;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #FFF;
  font-size: 6.8vw;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #front #intro ul li h4 {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  #front #intro ul li h4 {
    font-size: 28px;
  }
}
#front #intro ul li img {
  display: block;
  width: 100%;
}
#front #intro ul li a {
  text-decoration: none;
}
#front #intro ul li a.hover .intro_photo {
  transform: scale(1.5);
  background-color: black;
  opacity: 0;
}
#front #intro ul li a.hover h3 span {
  background-color: #1A516E;
}
#front #intro ul li a.hover h4 {
  background-color: #1A516E;
}
#front #intro .intro_more {
  text-align: center;
}
#front #intro .intro_more a {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
  text-align: center;
  color: #33A1DC;
  font-weight: 700;
  text-decoration: none;
  border: solid 1px #33A1DC;
  transition: 0.3s;
}
#front #intro .intro_more a.hover {
  background-color: #33A1DC;
  color: #FFF;
}

.acf_conts * {
  margin-bottom: 20px;
}

.wp_page .page_top_thumbnail {
  position: relative;
  background-color: #33A1DC;
  padding-top: 31.25%;
  overflow: hidden;
}
.wp_page .page_top_thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  opacity: 0.8;
}
.wp_page .page_header .page_header_inner {
  margin: 0 auto 50px;
  padding: 50px 0 30px;
  text-align: center;
  border-bottom: solid 1px #33A1DC;
}
.wp_page .page_header h2 {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  color: #33A1DC;
  transition: 0.3s;
}
.wp_page .page_header h2 .title_cap {
  display: block;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  .wp_page .page_header h2 .title_cap {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  .wp_page .page_header h2 .title_cap {
    font-size: 18px;
  }
}
.wp_page .page_header h2 .title_main {
  display: block;
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  .wp_page .page_header h2 .title_main {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  .wp_page .page_header h2 .title_main {
    font-size: 46px;
  }
}
.wp_page .page_lead {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: justify;
}
.wp_page .page_lead.notice {
  font-size: 12px;
  color: #ccc;
  font-style: italic;
}

#about #about_top #philosophy {
  background-color: #33A1DC;
  margin-bottom: 50px;
  padding: 20px;
  color: #FFF;
}
#about #about_top #philosophy h3 {
  margin-bottom: 0.3em;
  text-align: center;
  font-size: 6.4vw;
}
@media (min-width: 768px) {
  #about #about_top #philosophy h3 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  #about #about_top #philosophy h3 {
    font-size: 24px;
  }
}
#about #about_top #philosophy .philosophy_conts {
  font-size: 5.8vw;
}
@media (min-width: 768px) {
  #about #about_top #philosophy .philosophy_conts {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  #about #about_top #philosophy .philosophy_conts {
    font-size: 20px;
  }
}
#about #about_top #philosophy_under {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 20px;
}
#about #about_top #philosophy_under h3 {
  color: #1A516E;
  font-size: 5.8vw;
}
@media (min-width: 768px) {
  #about #about_top #philosophy_under h3 {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  #about #about_top #philosophy_under h3 {
    font-size: 20px;
  }
}
#about #about_top #philosophy_under .philosophy_under_photo {
  margin-top: 50px;
}
#about #about_top #philosophy_under .philosophy_under_photo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#about #lawsuit {
  margin-bottom: 50px;
}
#about #lawsuit .lawsuit_conts {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 20px;
}
@media (min-width: 600px) {
  #about #lawsuit .lawsuit_conts ul {
    columns: 2;
    column-gap: 2em;
  }
}
@media (min-width: 768px) {
  #about #lawsuit .lawsuit_conts ul {
    columns: 3;
  }
}
#about #lawsuit .lawsuit_conts ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
#about #lawsuit .lawsuit_conts ul li::before {
  content: "■";
}
#about #outline {
  margin-bottom: 50px;
}
#about #outline .acf_conts {
  max-width: 800px;
  margin: 10px auto 0;
  padding: 0 20px;
}
#about #outline .acf_conts dl.outline_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: solid 1px #EAEEE9;
  color: #1A516E;
}
#about #outline .acf_conts dl.outline_item:first-of-type {
  padding-top: 20px;
  border-top: solid 1px #EAEEE9;
}
#about #outline .acf_conts dl.outline_item dt {
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 600px) {
  #about #outline .acf_conts dl.outline_item {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #about #outline .acf_conts dl.outline_item dt {
    flex-basis: 25%;
  }
  #about #outline .acf_conts dl.outline_item dd {
    flex-basis: 75%;
  }
}
#about #access {
  margin-bottom: 50px;
}
#about #access .acf_conts {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 0 20px;
}
#about #access .acf_conts .ggmap {
  position: relative;
  margin: 0 auto 30px;
  padding: 45% 20px 0;
}
#about #access .acf_conts .ggmap .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about #access dl.access_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: solid 1px #EAEEE9;
  color: #1A516E;
}
#about #access dl.access_item:first-of-type {
  padding-top: 20px;
  border-top: solid 1px #EAEEE9;
}
#about #access dl.access_item dt {
  margin-bottom: 5px;
  font-weight: 700;
}
#about #access dl.access_item dt.access_item_other::after {
  content: "でお越しの方";
}
@media (min-width: 600px) {
  #about #access dl.access_item {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #about #access dl.access_item dt {
    flex-basis: 25%;
  }
  #about #access dl.access_item dd {
    flex-basis: 75%;
  }
}

#message .message_body h3 {
  margin-bottom: 20px;
  color: #1A516E;
  font-size: 6vw;
}
#message .message_body h3 br {
  display: none;
}
@media (min-width: 768px) {
  #message .message_body h3 {
    font-size: 34px;
  }
  #message .message_body h3 br {
    display: inline;
  }
}
@media (min-width: 1020px) {
  #message .message_body h3 {
    font-size: 42px;
  }
}
#message .message_body h4 {
  margin-bottom: 15px;
  font-size: 4.8vw;
}
#message .message_body h4 br {
  display: none;
}
@media (min-width: 768px) {
  #message .message_body h4 {
    font-size: 20px;
  }
  #message .message_body h4 br {
    display: inline;
  }
}
#message .message_body p {
  margin-bottom: 20px;
  text-align: justify;
}
#message .message_body .boss_photo {
  float: right;
  width: 45%;
  max-width: 350px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #message .message_body .boss_photo {
    margin-left: 40px;
  }
}
#message .message_body .boss_photo .boss_photo_box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
#message .message_body .boss_photo .boss_photo_box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: 100%;
}
#message .message_body .message_info {
  clear: both;
  text-align: right;
  line-height: 1.5;
}
#message .message_body .message_info .message_office,
#message .message_body .message_info .message_posi {
  font-size: 14px;
}
#message .message_body .message_info .boss_name {
  font-weight: 700;
}

#recruitment {
  margin-bottom: 100px;
}
#recruitment .recruitment_info {
  max-width: 1200px;
  margin: 10px auto 80px;
  padding: 0 20px;
}
#recruitment .recruitment_info:last-of-type {
  margin-bottom: 0;
}
#recruitment .recruitment_info h2 {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
  border-bottom: solid 1px #EAEEE9;
  font-size: 6.8vw;
}
@media (min-width: 600px) {
  #recruitment .recruitment_info h2 {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  #recruitment .recruitment_info dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
  }
}
#recruitment .recruitment_info dl dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #1A516E;
}
@media (min-width: 600px) {
  #recruitment .recruitment_info dl dt {
    display: flex;
    flex: 18%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #EAEEE9;
    font-size: 16px;
  }
}
#recruitment .recruitment_info dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #EAEEE9;
}
@media (min-width: 600px) {
  #recruitment .recruitment_info dl dd {
    display: flex;
    flex-basis: 82%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
#recruitment .recruitment_info ul.entry_area {
  max-width: 1100px;
  margin: 30px auto 0;
}
@media (min-width: 600px) {
  #recruitment .recruitment_info ul.entry_area {
    display: flex;
    justify-content: center;
  }
}
#recruitment .recruitment_info ul.entry_area li {
  width: 100%;
  margin-bottom: 30px;
}
#recruitment .recruitment_info ul.entry_area li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  #recruitment .recruitment_info ul.entry_area li {
    flex-basis: 45%;
    margin: 0 2.5%;
  }
}
#recruitment .recruitment_info ul.entry_area li a {
  display: block;
  padding: 1.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1020px) {
  #recruitment .recruitment_info ul.entry_area li a {
    padding: 2.5em 0;
    font-size: 20px;
  }
}
#recruitment .recruitment_info ul.entry_area li.clerk_wrap a {
  color: #33A1DC;
  border: solid 2px #33A1DC;
}
#recruitment .recruitment_info ul.entry_area li.clerk_wrap a.hover {
  background-color: #33A1DC;
  color: #FFF;
}
#recruitment .recruitment_info ul.entry_area li.entry_wrap a {
  background-color: #33A1DC;
  color: #FFF;
  border: solid 2px #33A1DC;
}
#recruitment .recruitment_info ul.entry_area li.entry_wrap a.hover {
  background-color: #FFF;
  color: #33A1DC;
}
#recruitment .no_recruitment p {
  width: 100%;
  margin: auto;
  padding: 100px 0;
  text-align: center;
  border: solid 1px #EAEEE9;
}

#events #clerk {
  margin-bottom: 80px;
}
#events #clerk .clerk_info ol.period {
  border-bottom: none;
}
#events #briefing {
  margin-bottom: 80px;
}
#events .viewmore_btn {
  max-width: 500px;
  margin: auto;
}
#events .viewmore_btn a {
  display: block;
  background-color: #33A1DC;
  padding: 1.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  border: solid 1px #33A1DC;
}
#events .viewmore_btn a.hover {
  background-color: #FFF;
  color: #33A1DC;
}
@media (min-width: 1020px) {
  #events .viewmore_btn a {
    padding: 2.5em 0;
    font-size: 20px;
  }
}

#clerk {
  margin-bottom: 50px;
}
#clerk .clerk_info {
  max-width: 1200px;
  margin: 10px auto 80px;
  padding: 0 20px;
}
#clerk .clerk_info:last-of-type {
  margin-bottom: 0;
}
#clerk .clerk_info h2 {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
  border-bottom: solid 1px #EAEEE9;
  font-size: 6.8vw;
}
@media (min-width: 600px) {
  #clerk .clerk_info h2 {
    font-size: 24px;
  }
}
#clerk .clerk_info .clerk_info_inner {
  padding: 0;
}
@media (min-width: 768px) {
  #clerk .clerk_info .clerk_info_inner {
    padding: 0 20px;
  }
}
#clerk .clerk_info .clerk_info_inner ol {
  list-style: decimal;
  margin-bottom: 30px;
  padding-left: 1.3em;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  #clerk .clerk_info .clerk_info_inner ol {
    margin-left: 15px;
    padding-left: 1.2em;
  }
}
#clerk .clerk_info .clerk_info_inner ol li {
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.4;
}
#clerk .clerk_info .clerk_info_inner ol li span.cap {
  display: inline-block;
  margin-left: 5px;
  color: #666;
  font-size: 14px;
}
#clerk .clerk_info .clerk_info_inner ol li span.cap::before {
  content: "※";
}
#clerk .clerk_info .clerk_info_inner ol li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  #clerk .clerk_info dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
  }
}
#clerk .clerk_info dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #1A516E;
}
@media (min-width: 600px) {
  #clerk .clerk_info dl dt {
    display: flex;
    flex: 18%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #EAEEE9;
    font-size: 16px;
  }
}
#clerk .clerk_info dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #EAEEE9;
}
@media (min-width: 600px) {
  #clerk .clerk_info dl dd {
    display: flex;
    flex-basis: 82%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
#clerk .onedayclerk .onedaycontents {
  max-width: 1200px;
  margin: 10px auto 50px;
  padding: 0 20px;
}
#clerk .onedayclerk ul {
  background-color: #33A1DC;
  padding-left: 5px;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul {
    background-color: transparent;
    padding: 0;
  }
}
#clerk .onedayclerk ul li {
  background-color: #FFF;
  padding-left: 15px;
  padding-bottom: 30px;
}
#clerk .onedayclerk ul li:last-of-type {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li {
    display: flex;
    background-color: transparent;
    margin-bottom: 50px;
    padding: 0;
  }
  #clerk .onedayclerk ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li .oneday_item_left {
    flex-basis: 40%;
    padding-right: 40px;
  }
}
@media (min-width: 1020px) {
  #clerk .onedayclerk ul li .oneday_item_left {
    flex-basis: 30%;
  }
}
#clerk .onedayclerk ul li .oneday_item_time {
  display: inline-block;
  background-color: #33A1DC;
  margin-bottom: 20px;
  padding: 3px 8px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  transform: translateX(-15px);
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li .oneday_item_time {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #clerk .onedayclerk ul li .oneday_item_time {
    font-size: 18px;
  }
}
#clerk .onedayclerk ul li .widthPhoto {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li .widthPhoto {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li .widthPhoto .oneday_item_time {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 10;
    transform: none;
  }
}
#clerk .onedayclerk ul li .oneday_item_photo_wrap {
  position: relative;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li .oneday_item_photo_wrap {
    width: 100%;
    padding-top: 66%;
  }
}
#clerk .onedayclerk ul li img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li img {
    position: absolute;
    top: 0;
    left: 10px;
  }
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li .oneday_item_right {
    flex-basis: 60%;
  }
}
@media (min-width: 1020px) {
  #clerk .onedayclerk ul li .oneday_item_right {
    flex-basis: 70%;
  }
}
#clerk .onedayclerk ul li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1A516E;
}
#clerk .onedayclerk ul li p {
  font-size: 18px;
  text-align: justify;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li.nophoto .oneday_item_left {
    flex: 1;
    padding-right: 30px;
  }
}
#clerk .onedayclerk ul li.nophoto .oneday_item_left .oneday_item_time {
  transform: none;
}
@media (min-width: 768px) {
  #clerk .onedayclerk ul li.nophoto .oneday_item_right {
    flex-basis: 100%;
  }
}
#clerk ul.entry_area {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0 20px;
}
@media (min-width: 600px) {
  #clerk ul.entry_area {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
#clerk ul.entry_area li {
  width: 100%;
  margin-bottom: 30px;
}
#clerk ul.entry_area li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  #clerk ul.entry_area li {
    flex-basis: 45%;
    margin: 0 2.5%;
  }
}
#clerk ul.entry_area li a {
  display: block;
  padding: 1.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1020px) {
  #clerk ul.entry_area li a {
    padding: 2.5em 0;
    font-size: 20px;
  }
}
#clerk ul.entry_area li.clerk_wrap a {
  color: #33A1DC;
  border: solid 2px #33A1DC;
}
#clerk ul.entry_area li.clerk_wrap a.hover {
  background-color: #33A1DC;
  color: #FFF;
}
#clerk ul.entry_area li.entry_wrap a {
  background-color: #33A1DC;
  color: #FFF;
  border: solid 2px #33A1DC;
}
#clerk ul.entry_area li.entry_wrap a.hover {
  background-color: #FFF;
  color: #33A1DC;
}

#briefing {
  margin-bottom: 50px;
}
#briefing .briefing_info {
  max-width: 1200px;
  margin: 10px auto 80px;
  padding: 0 20px;
}
#briefing .briefing_info:last-of-type {
  margin-bottom: 0;
}
#briefing .briefing_info h2 {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
  border-bottom: solid 1px #EAEEE9;
  font-size: 6.8vw;
}
@media (min-width: 600px) {
  #briefing .briefing_info h2 {
    font-size: 24px;
  }
}
#briefing .briefing_info .briefing_info_inner ol {
  list-style: decimal;
  margin: 0 15px 30px;
  padding-left: 1em;
  padding-bottom: 30px;
}
#briefing .briefing_info .briefing_info_inner ol li {
  margin-bottom: 25px;
  padding-left: 5px;
  line-height: 1.4;
}
#briefing .briefing_info .briefing_info_inner ol li span.cap {
  display: inline-block;
  margin-left: 5px;
  color: #666;
  font-size: 14px;
}
#briefing .briefing_info .briefing_info_inner ol li span.cap::before {
  content: "※";
}
#briefing .briefing_info .briefing_info_inner ol li:last-of-type {
  margin-bottom: 0;
}
#briefing .briefing_info .briefing_info_inner ul {
  margin: 0 15px 30px;
}
#briefing .briefing_info .briefing_info_inner ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #EAEEE9;
}
#briefing .briefing_info .briefing_info_inner ul li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
#briefing .briefing_info .briefing_info_inner ul li .entry_btn {
  display: block;
  background-color: #33A1DC;
  margin: 20px 0;
  padding: 1.5em 0;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 1px #33A1DC;
}
@media (min-width: 768px) {
  #briefing .briefing_info .briefing_info_inner ul li .entry_btn {
    max-width: 600px;
    margin: 50px auto;
    padding: 2.5em 0;
  }
}
#briefing .briefing_info .briefing_info_inner ul li .entry_btn.hover {
  background-color: #FFF;
  color: #33A1DC;
}
#briefing .briefing_info .briefing_info_inner ul li.method_post .post_ditail p {
  margin-bottom: 20px;
}
#briefing .briefing_info .briefing_info_inner ul li.method_post .post_ditail p:last-of-type {
  margin-bottom: 0;
}

.page-format .cmn-page {
  max-width: 980px;
  margin: 10px auto 80px;
  padding: 0 20px;
}

#entry .form-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #entry .form-item {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
  }
}
#entry .form-item .form-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  color: #1A516E;
}
@media (min-width: 768px) {
  #entry .form-item .form-item-title {
    flex-basis: 30%;
  }
}
#entry .form-item .form-item-title .title-icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  border-radius: 5px;
}
#entry .form-item .form-item-title .title-icon.required {
  background-color: tomato;
}
#entry .form-item .form-item-title .title-icon.option {
  background-color: gray;
}
#entry .form-item .form-item-wrapper {
  flex-basis: 70%;
}
#entry .form-item span.wpcf7-list-item {
  margin: 0;
}
#entry .form-item input[type=text],
#entry .form-item input[type=email],
#entry .form-item input[type=tel],
#entry .form-item textarea,
#entry .form-item select {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #999;
  border-radius: 5px;
}
#entry .form-item input[type=text].wpcf7-not-valid,
#entry .form-item input[type=email].wpcf7-not-valid,
#entry .form-item input[type=tel].wpcf7-not-valid,
#entry .form-item textarea.wpcf7-not-valid,
#entry .form-item select.wpcf7-not-valid {
  border-color: crimson;
}
#entry .form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./img/form_item-bg_select.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 50%;
  cursor: pointer;
}
@media (min-width: 600px) {
  #entry .form-item select {
    background-position: 98% center;
  }
}
#entry .form-item select option {
  margin: 0;
  padding: 0;
}
#entry .form-item input[type=file] {
  display: none;
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  font-size: 14px;
  border: solid 1px #999;
  border-radius: 5px;
}
#entry .form-item textarea {
  height: 10em;
}
#entry .form-item .your-checkbox .wpcf7-list-item {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  #entry .form-item .your-checkbox .wpcf7-list-item {
    text-align: left;
    font-size: 16px;
  }
}
#entry .form-item .your-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
#entry .form-item .your-checkbox span.wpcf7-list-item-label::before {
  font-family: "icomoon";
  content: "";
  display: inline-block;
  width: 21px;
  margin-right: 0.3em;
  font-size: 150%;
}
#entry .form-item .your-checkbox label {
  display: inline-block;
  background-color: #eee;
  margin: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
#entry .form-item .your-checkbox input[type=checkbox] {
  position: absolute;
  display: none;
}
#entry .form-item .your-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: "";
  color: tomato;
}
#entry .form-item .privacy-conts {
  margin-bottom: 15px;
}
#entry .form-item .privacy-conts a {
  color: #33A1DC;
}
#entry .form-item .filearea {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border: solid 1px #999;
  border-radius: 5px;
}
#entry .form-item .filearea label {
  flex-basis: 40%;
  background-color: #33A1DC;
  padding: 5px 10px 2px;
  color: #FFF;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #entry .form-item .filearea label {
    flex-basis: auto;
  }
}
#entry .form-item .filearea .file-name {
  flex-basis: 60%;
  padding: 2px 10px 0;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #entry .form-item .filearea .file-name {
    flex-basis: 83%;
  }
}
#entry .form-item.form-item-confirm .form-item-wrapper {
  flex-basis: 100%;
}
#entry .form-item.form-item-confirm .your-checkbox .wpcf7-list-item {
  text-align: center;
}
#entry .form-item.form-notice {
  padding: 1em;
  border: solid 1px red;
  font-weight: bold;
  color: red;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  #entry .form-item.form-notice {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
    font-size: 16px;
  }
}
#entry .wpcf7-validation-errors {
  font-size: 14px;
  color: red;
  border: solid 2px red;
  font-size: red;
}
@media (min-width: 768px) {
  #entry .wpcf7-validation-errors {
    font-size: 18px;
    text-align: center;
  }
}
#entry .form-item-caption {
  font-size: 14px;
  color: #666;
}
#entry .wpcf7-not-valid-tip {
  font-size: 12px;
}
@media (min-width: 768px) {
  #entry .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
#entry .form-submit {
  width: 90%;
  margin: auto;
  border-bottom: none;
}
@media (min-width: 768px) {
  #entry .form-submit {
    width: 50%;
  }
}
#entry .form-submit input[type=submit] {
  display: block;
  width: 100%;
  background-color: deepskyblue;
  padding: 15px;
  font-size: 16px;
  color: #FFF;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
#entry .form-submit input[type=submit].hover {
  background-color: cornflowerblue;
}
@media (min-width: 768px) {
  #entry .form-submit input[type=submit] {
    font-size: 20px;
  }
}

.index.cmn-page h1 {
  margin-bottom: 1.5em;
}
.index.cmn-page h2 {
  font-size: 20px;
  margin-bottom: 1.5em;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
  border-bottom: solid 1px #ccc;
}
.index.cmn-page h3 {
  font-size: 16px;
  margin-bottom: 1.5em;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
}
.index.cmn-page h4 {
  font-size: 16px;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #33A1DC;
}
.index.cmn-page h5 {
  font-size: 16px;
  margin-bottom: 1.5em;
}
.index.cmn-page h5::before {
  content: "■";
  color: #33A1DC;
}
.index.cmn-page h6 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.index.cmn-page p, .index.cmn-page ul, .index.cmn-page ol, .index.cmn-page .wp-block-media-text {
  margin-bottom: 1.5em;
}
.index.cmn-page ul, .index.cmn-page ol {
  padding-left: 1.5em;
}
.index.cmn-page ol li {
  list-style: decimal;
}
.index.cmn-page ul li {
  list-style: disc;
}
.index.cmn-page li {
  margin-bottom: 10px;
}
.index.cmn-page li:last-of-type {
  margin-bottom: 0;
}

section#staff_posts {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  section#staff_posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section#staff_posts article {
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section#staff_posts article {
    flex-basis: 49%;
  }
}
section#staff_posts article .intro_item_top {
  position: relative;
}
section#staff_posts article .intro_photo {
  transition: 0.5s;
}
section#staff_posts article .intro_photo_over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section#staff_posts article h3 {
  position: absolute;
  top: 60%;
  left: 15px;
  z-index: 1;
}
section#staff_posts article h3 span {
  display: inline-block;
  background-color: #33A1DC;
  padding: 5px 8px 3px;
  color: #FFF;
  transition: 0.3s;
}
section#staff_posts article h3 .intro_shoulder {
  margin-bottom: 5px;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  section#staff_posts article h3 .intro_shoulder {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  section#staff_posts article h3 .intro_shoulder {
    font-size: 20px;
  }
}
section#staff_posts article h3 .intro_name {
  font-size: 8.4vw;
}
@media (min-width: 768px) {
  section#staff_posts article h3 .intro_name {
    font-size: 32px;
  }
}
@media (min-width: 1020px) {
  section#staff_posts article h3 .intro_name {
    font-size: 48px;
  }
}
section#staff_posts article h4 {
  background-color: #33A1DC;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #FFF;
  font-size: 6.8vw;
  transition: 0.3s;
}
@media (min-width: 768px) {
  section#staff_posts article h4 {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  section#staff_posts article h4 {
    font-size: 28px;
  }
}
section#staff_posts article img {
  display: block;
  width: 100%;
}
section#staff_posts article a {
  text-decoration: none;
}
section#staff_posts article a.hover .intro_photo {
  transform: scale(1.5);
  background-color: black;
  opacity: 0;
}
section#staff_posts article a.hover h3 span {
  background-color: #1A516E;
}
section#staff_posts article a.hover h4 {
  background-color: #1A516E;
}

section#news_list ul {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
section#news_list ul li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section#news_list ul li {
    margin-bottom: 25px;
  }
}
section#news_list ul li:last-of-type {
  margin-bottom: 0;
}
section#news_list ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
section#news_list ul li a .news_txt::after {
  margin-left: 5px;
  font-family: "icomoon";
  color: #33A1DC;
}
section#news_list ul li a[target$=_blank] .news_txt::after {
  content: "";
}
section#news_list ul li a[href$=".pdf"] .news_txt::after {
  content: "";
}
section#news_list ul li a[href$=".doc"] .news_txt::after, section#news_list ul li a[href$=".docx"] .news_txt::after {
  content: "";
}
section#news_list ul li a[href$=".xls"] .news_txt::after, section#news_list ul li a[href$=".xlsx"] .news_txt::after {
  content: "";
}
@media (min-width: 768px) {
  section#news_list ul li a.hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(238, 238, 238, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: news_hover 0.3s ease;
  }
}
section#news_list ul li a.hover .news_cat {
  background-color: #1A516E;
}
section#news_list ul li a.hover .news_date {
  color: #000F16;
}
section#news_list ul li a.hover .news_txt {
  color: #33A1DC;
}
section#news_list ul li .a_inner {
  position: relative;
  z-index: 10;
}
section#news_list ul li .news_cat {
  display: inline-block;
  background-color: #33A1DC;
  width: 5em;
  margin-right: 15px;
  padding: 5px;
  text-align: center;
  color: #FFF;
  line-height: 1.2;
  transition: 0.3s;
}
@media (min-width: 1020px) {
  section#news_list ul li .news_cat {
    margin-right: 20px;
  }
}
section#news_list ul li .news_date {
  display: inline-block;
  color: #808080;
  transition: 0.3s;
}
@media (min-width: 768px) {
  section#news_list ul li .news_date {
    margin-right: 15px;
  }
}
@media (min-width: 1020px) {
  section#news_list ul li .news_date {
    margin-right: 20px;
  }
}
section#news_list ul li .news_txt {
  display: block;
  margin-top: 5px;
  color: #000F16;
  transition: 0.3s;
}
@media (min-width: 768px) {
  section#news_list ul li .news_txt {
    display: block;
  }
}
@media (min-width: 1020px) {
  section#news_list ul li .news_txt {
    display: inline;
  }
}
section#news_list .news_more {
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
section#news_list .news_more a {
  display: inline-block;
  color: #000F16;
  text-decoration: none;
}
section#news_list .news_more a.hover {
  color: #33A1DC;
}

#single_staff img {
  max-width: 100%;
}
#single_staff .staff_top .staff_top_photo {
  position: relative;
  background-color: #33A1DC;
  padding-top: 31.25%;
  overflow: hidden;
}
#single_staff .staff_top .staff_top_photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
#single_staff .staff_top .staff_top_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: #FFF;
}
#single_staff .staff_top .staff_top_wrapper .staff_top_conts {
  position: relative;
  background-color: #33A1DC;
  margin-top: -15px;
  padding: 15px 20px;
}
@media (min-width: 1020px) {
  #single_staff .staff_top .staff_top_wrapper .staff_top_conts {
    width: 50%;
    margin-top: -70px;
    margin-left: 0;
  }
}
#single_staff .staff_top .staff_top_wrapper h2 {
  margin-bottom: 10px;
  font-size: 6.8vw;
  line-height: 1.4;
}
@media (min-width: 1020px) {
  #single_staff .staff_top .staff_top_wrapper h2 {
    font-size: 42px;
  }
}
#single_staff .staff_top .staff_top_wrapper .staff_top_info {
  display: flex;
  align-items: center;
}
@media (min-width: 1020px) {
  #single_staff .staff_top .staff_top_wrapper .staff_top_info {
    justify-content: flex-end;
  }
}
#single_staff .staff_top .staff_top_wrapper .staff_top_info .staff_type {
  background-color: #FFF;
  margin-right: 0.5em;
  padding: 0.3em;
  color: #1A516E;
}
@media (min-width: 600px) {
  #single_staff .staff_top .staff_top_wrapper .staff_top_info .staff_type {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  #single_staff .staff_top .staff_top_wrapper .staff_top_info .staff_name {
    font-size: 24px;
  }
}
#single_staff .staff_prof {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 30px auto 50px;
  padding: 15px 15px 0;
}
@media (min-width: 600px) {
  #single_staff .staff_prof {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1020px) {
  #single_staff .staff_prof {
    max-width: 880px;
    margin: 50px auto;
    padding: 0;
  }
}
#single_staff .staff_prof .staff_prof_ph {
  float: left;
  width: 6.8em;
  margin: 0 1em 0.5em 0;
}
@media (min-width: 600px) {
  #single_staff .staff_prof .staff_prof_ph {
    flex-basis: 30%;
    width: 100%;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 1020px) {
  #single_staff .staff_prof .staff_prof_ph {
    flex-basis: 200px;
  }
}
@media (min-width: 600px) {
  #single_staff .staff_prof .staff_prof_conts {
    flex-basis: 70%;
  }
}
@media (min-width: 1020px) {
  #single_staff .staff_prof .staff_prof_conts {
    flex-basis: calc( 100% - 200px);
  }
}
#single_staff .staff_prof .staff_prof_conts h2 {
  font-size: 5.6vw;
}
@media (min-width: 600px) {
  #single_staff .staff_prof .staff_prof_conts h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#single_staff .staff_prof .staff_prof_conts p {
  font-size: 4.2vw;
  text-align: justify;
}
@media (min-width: 600px) {
  #single_staff .staff_prof .staff_prof_conts p {
    font-size: 18px;
  }
}
#single_staff .staff_interview {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
#single_staff .staff_interview .staff_interview_cons {
  margin-bottom: 50px;
}
#single_staff .staff_interview .staff_interview_cons:last-of-type {
  margin-bottom: 0;
}
#single_staff .staff_interview .staff_interview_cons h3 {
  margin-bottom: 10px;
  font-size: 5.8vw;
  color: #1A516E;
}
@media (min-width: 600px) {
  #single_staff .staff_interview .staff_interview_cons h3 {
    font-size: 24px;
  }
}
#single_staff .staff_interview .staff_interview_cons p {
  text-align: justify;
}
#single_staff .staff_interview .staff_interview_cons.staff_interview_left, #single_staff .staff_interview .staff_interview_cons.staff_interview_right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #single_staff .staff_interview .staff_interview_cons.staff_interview_left, #single_staff .staff_interview .staff_interview_cons.staff_interview_right {
    display: block;
    column-count: 2;
    column-gap: 30px;
  }
}
#single_staff .staff_interview .staff_interview_cons.staff_interview_left .staff_right {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #single_staff .staff_interview .staff_interview_cons.staff_interview_left .staff_right {
    margin-top: 0;
  }
}
#single_staff .staff_interview .staff_interview_cons.staff_interview_right .staff_left {
  order: 1;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #single_staff .staff_interview .staff_interview_cons.staff_interview_right .staff_left {
    margin-top: 0;
  }
}
#single_staff .staff_interview .staff_interview_cons.staff_interview_right .staff_right {
  order: 0;
}
@media (min-width: 768px) {
  #single_staff .staff_interview .staff_interview_textonly p {
    column-count: 2;
    column-gap: 30px;
  }
}
#single_staff .staff_middle {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #single_staff .staff_middle .staff_middle_photo {
    max-height: 600px;
    overflow: hidden;
  }
}
#single_staff .staff_middle .staff_middle_photo img {
  width: 100%;
}
#single_staff .staff_middle .staff_middle_conts_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: #FFF;
}
#single_staff .staff_middle .staff_middle_conts_wrap .staff_middle_conts {
  position: relative;
  background-color: rgba(51, 161, 220, 0.8);
  margin-top: -50px;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  #single_staff .staff_middle .staff_middle_conts_wrap .staff_middle_conts {
    width: 50%;
    margin-top: -150px;
  }
}
#single_staff .staff_middle .staff_middle_conts_wrap h2 {
  margin-bottom: 10px;
  font-size: 6.8vw;
  line-height: 1.4;
}
#single_staff .staff_middle .staff_middle_conts_wrap h2 br {
  display: none;
}
@media (min-width: 768px) {
  #single_staff .staff_middle .staff_middle_conts_wrap h2 {
    font-size: 28px;
    font-weight: normal;
  }
  #single_staff .staff_middle .staff_middle_conts_wrap h2 br {
    display: inline;
  }
}
#single_staff .staff_schedule {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
#single_staff .staff_schedule h2 {
  margin-bottom: 20px;
  font-size: 6.8vw;
  color: #1A516E;
  text-align: center;
  border-bottom: 1px solid #EAEEE9;
  overflow: hidden;
}
#single_staff .staff_schedule h2 span {
  display: block;
}
@media (min-width: 768px) {
  #single_staff .staff_schedule h2 {
    text-align: left;
    font-size: 24px;
    border: none;
  }
}
#single_staff .staff_schedule .staff_schedule_wrap {
  background-position: 1000vw 1000vh;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_wrap {
    position: relative;
    display: flex;
    background-size: cover;
    background-position: center center;
    padding: 30px;
  }
  #single_staff .staff_schedule .staff_schedule_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1A516E;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
}
#single_staff .staff_schedule .staff_schedule_box {
  flex-basis: 50%;
  margin-bottom: 25px;
  z-index: 10;
}
#single_staff .staff_schedule .staff_schedule_box:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box {
    margin: 0 15px 0;
  }
}
#single_staff .staff_schedule .staff_schedule_box h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 3.75vw;
  font-weight: normal;
  line-height: 1.2;
  color: #1A516E;
}
@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box h3 {
    font-size: 12px;
    color: #fff;
  }
}
#single_staff .staff_schedule .staff_schedule_box h3::after {
  content: attr(data-eng);
  display: block;
  font-size: 6.25vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box h3::after {
    font-size: 24px;
    color: #FFF;
  }
}
#single_staff .staff_schedule .staff_schedule_box table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #EAEEE9;
}
#single_staff .staff_schedule .staff_schedule_box table tr {
  border-bottom: solid 1px #EAEEE9;
}
#single_staff .staff_schedule .staff_schedule_box table th {
  color: #1A516E;
}
#single_staff .staff_schedule .staff_schedule_box table th, #single_staff .staff_schedule .staff_schedule_box table td {
  padding: 0.8em;
}
@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box table th, #single_staff .staff_schedule .staff_schedule_box table td {
    color: #fff;
  }
}
@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday table, #single_staff .staff_schedule .staff_schedule_box.staff_schedule_weekly table {
    height: 520px;
    overflow: auto;
    box-sizing: boder-box;
  }
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday th, #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday td, #single_staff .staff_schedule .staff_schedule_box.staff_schedule_weekly th, #single_staff .staff_schedule .staff_schedule_box.staff_schedule_weekly td {
    padding: 0.5em 1.2em;
    vertical-align: middle;
  }
}

@media (min-width: 1280px) {
  #staff_bottom_navi #staff_slider {
    max-width: 1280px;
    margin: auto;
  }
}
#staff_bottom_navi #staff_slider .staff_slider_item {
  padding: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #staff_bottom_navi #staff_slider .staff_slider_item {
    padding: 10px;
  }
}
#staff_bottom_navi #staff_slider .staff_slider_item .intro_item_top {
  position: relative;
  padding-top: 127%;
  overflow: hidden;
}
#staff_bottom_navi #staff_slider .staff_slider_item .intro_photo {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
#staff_bottom_navi #staff_slider .staff_slider_item .intro_photo_over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#staff_bottom_navi #staff_slider .staff_slider_item h3 {
  position: absolute;
  top: 70%;
  left: 15px;
  z-index: 1;
}
@media (min-width: 1020px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 {
    top: 75%;
  }
}
#staff_bottom_navi #staff_slider .staff_slider_item h3 span {
  display: inline-block;
  background-color: #33A1DC;
  padding: 3px 6px;
  color: #FFF;
  transition: 0.3s;
  line-height: 1.2;
}
#staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_shoulder {
  margin-bottom: 5px;
  font-size: 4.2vw;
}
@media (min-width: 768px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_shoulder {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_shoulder {
    font-size: 18px;
  }
}
#staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
  font-size: 6.4vw;
}
@media (min-width: 768px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
    font-size: 24px;
  }
}
#staff_bottom_navi #staff_slider .staff_slider_item h4 {
  background-color: #33A1DC;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  transition: 0.3s;
}
#staff_bottom_navi #staff_slider .staff_slider_item img {
  display: block;
  width: 100%;
}
#staff_bottom_navi #staff_slider .staff_slider_item a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
}
#staff_bottom_navi #staff_slider .staff_slider_item a.hover .intro_photo {
  transform: scale(1.5);
  background-color: black;
  opacity: 0;
}
#staff_bottom_navi #staff_slider .staff_slider_item a.hover h3 span {
  background-color: #1A516E;
}
#staff_bottom_navi #staff_slider .staff_slider_item a.hover h4 {
  background-color: #1A516E;
}
#staff_bottom_navi #staff_slider .staff_slider_item a.active::before {
  content: "current";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #33A1DC;
  padding: 3px;
  color: #FFF;
  z-index: 10;
}
#staff_bottom_navi #staff_slider .staff_slider_item a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #33A1DC;
}
#staff_bottom_navi .slick_staff_dot {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-layout {
    display: flex;
    justify-content: space-between;
  }
}
.blog-layout .blog-contents {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blog-layout .blog-contents {
    flex-basis: calc(100% - 380px);
    margin-right: 20px;
  }
}
.blog-layout .blog-contents .blog-item {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .blog-layout .blog-contents .blog-item {
    margin-bottom: 50px;
  }
}
.blog-layout .blog-contents .blog-item:last-of-type {
  margin-bottom: 0;
}
.blog-layout .blog-contents .blog-item a {
  color: #33A1DC;
  text-decoration: none;
}
.blog-layout .blog-contents .blog-item a.hover {
  color: #1A516E;
}
.blog-layout .blog-contents .blog-item a.hover img {
  transition: 0.3s;
  opacity: 0.8;
}
.blog-layout .blog-contents .blog-item i {
  color: #333;
}
@media (min-width: 1020px) {
  .blog-layout .blog-contents .blog-item .post-main {
    display: flex;
  }
}
.blog-layout .blog-contents .blog-item .post-thumbnail {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blog-layout .blog-contents .blog-item .post-thumbnail {
    flex-basis: 35%;
    margin-right: 20px;
  }
}
.blog-layout .blog-contents .blog-item .post-thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .blog-layout .blog-contents .blog-item .post-content-wrap {
    flex-basis: 65%;
  }
}
.blog-layout .blog-contents .blog-item .post-content {
  margin-bottom: 5px;
  font-size: 4.6vw;
}
@media (min-width: 600px) {
  .blog-layout .blog-contents .blog-item .post-content {
    font-size: 18px;
    line-height: 1.8;
  }
}
.blog-layout .blog-contents .blog-item .post-more {
  text-align: right;
  font-size: 4.6vw;
}
@media (min-width: 600px) {
  .blog-layout .blog-contents .blog-item .post-more {
    font-size: 16px;
  }
}
.blog-layout .blog-contents .blog-item .post-more a::after {
  display: inline-block;
  content: "";
  font-family: "icomoon";
  margin-left: 0.3em;
  transform: translateY(1px);
}
.blog-layout .blog-contents h1 {
  margin-bottom: 3px;
  padding-bottom: 3px;
  font-size: 6.2vw;
  color: #33A1DC;
  border-bottom: 1px solid #999;
}
@media (min-width: 600px) {
  .blog-layout .blog-contents h1 {
    font-size: 24px;
  }
}
.blog-layout .blog-contents .post-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding: 5px 0;
  font-size: 14px;
}
.blog-layout .blog-contents .posted {
  margin-bottom: 5px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .blog-layout .blog-contents .posted {
    margin-bottom: 0px;
  }
}
.blog-layout .blog-contents .categories ul {
  display: inline-block;
}
.blog-layout .blog-contents .categories ul li {
  display: inline-block;
}
.blog-layout .blog-contents .categories ul li::after {
  content: " , ";
}
.blog-layout .blog-contents .categories ul li:last-of-type::after {
  display: none;
}
@media (min-width: 768px) {
  .blog-layout .blog-nav {
    flex-basis: 320px;
  }
}
.blog-layout .blog-nav nav#blog h2 {
  background-color: #33A1DC;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 8px;
  font-size: 16px;
  color: #FFF;
  line-height: 1.2;
}
.blog-layout .blog-nav nav#blog h2:first-of-type {
  margin-top: 0;
}
.blog-layout .blog-nav nav#blog ul.blog-nav-cat {
  padding: 0 10px;
}
.blog-layout .blog-nav nav#blog ul.blog-nav-cat li {
  margin-bottom: 5px;
}
.blog-layout .blog-nav nav#blog ul.blog-nav-cat li::before {
  content: "";
  font-family: "icomoon";
  color: #333;
}
.blog-layout .blog-nav nav#blog select.month-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./img/form_item-bg_select.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 50%;
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #999;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .blog-layout .blog-nav nav#blog select.month-select {
    background-position: 98% center;
  }
}
.blog-layout .blog-nav nav#blog select.month-select option {
  margin: 0;
  padding: 0;
}
.blog-layout #single-post .post-meta {
  margin-bottom: 15px;
}
.blog-layout #single-post .post-content h1 {
  margin-bottom: 1em;
}
.blog-layout #single-post .post-content h2 {
  font-size: 20px;
  margin-bottom: 1em;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
  border-bottom: solid 1px #ccc;
}
.blog-layout #single-post .post-content h3 {
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 10px;
  border-left: solid 10px #33A1DC;
}
.blog-layout #single-post .post-content h4 {
  font-size: 16px;
  margin-bottom: 1em;
  border-bottom: solid 1px #33A1DC;
}
.blog-layout #single-post .post-content h5 {
  font-size: 16px;
  margin-bottom: 1em;
}
.blog-layout #single-post .post-content h5::before {
  content: "■";
  color: #33A1DC;
}
.blog-layout #single-post .post-content h6 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.blog-layout #single-post .post-content p, .blog-layout #single-post .post-content ul, .blog-layout #single-post .post-content ol, .blog-layout #single-post .post-content .wp-block-media-text {
  margin-bottom: 1em;
}
.blog-layout #single-post .post-content li:last-of-type {
  margin-bottom: 0;
}
.blog-layout ul.tag-list {
  display: inline-block;
}
.blog-layout ul.tag-list::before {
  content: "";
  margin-left: 0.3em;
  font-family: "icomoon";
  color: #666;
}
.blog-layout ul.tag-list li {
  display: inline-block;
}
.blog-layout ul.tag-list li::after {
  content: " , ";
  color: #666;
}
.blog-layout ul.tag-list li:last-of-type::after {
  content: "";
}