@charset "UTF-8";

/*
Theme Name: SHAKEHANDAS for PLAZA SELECT
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;
}

.grecaptcha-badge {
  visibility: hidden;
}

@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: #00A2E7;
  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;
  background: #00A2E7;
  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: 4em;
  margin: 0 auto 10px;
  text-align: center;
}

#loading .loading-symbol img {
  width: 100%;
  max-width: none;
  max-width: initial;
}

#loading progress {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid white;
  border-radius: 2px;
  color: white;
  height: 5px;
  transition: 0.1s;
}

#loading progress::-webkit-progress-bar {
  background-color: white;
  border-radius: 2px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#loading progress::-webkit-progress-value {
  background-color: #00A2E7;
  border-radius: 2px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#loading progress::-moz-progress-bar {
  background-color: #00A2E7;
  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 .name {
  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(2px);
}

@media (min-width: 1020px) {
  header .siteTitle {
    width: auto;
  }
}

header .headerLogo {
  width: auto;
  max-width: 100%;
  max-height: 50px;
}

@media (min-width: 1020px) {
  header .headerLogo {
    max-width: 180px;
  }
}

@media (min-width: 1280px) {
  header .headerLogo {
    max-width: 200px;
  }
}

header nav {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1020px) {
  header nav {
    width: auto;
  }
}

header #spmenu {
  background-color: #00A2E7;
  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: #00A2E7;
}

header ul#mainmenu li a.active {
  color: #00A2E7;
}

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: 15px;
    font-size: 14px;
  }
}

@media (min-width: 1020px) and (min-width: 1280px) {
  header ul#mainmenu li a {
    padding: 20px;
    font-size: 16px;
  }
}

@media (min-width: 1020px) and (max-width: 1070px) {
  header ul#mainmenu li a {
    padding: 15px 12px;
    font-size: 13px;
  }
}

@media (min-width: 1020px) {
  header ul#mainmenu li.special {
    min-width: 150px;
  }

  header ul#mainmenu li.special a {
    justify-content: center;
  }
}

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: #CC0000;
  color: #ffffff;
}

header ul#mainmenu .attention.head-entry.hover {
  background-color: #1A516E;
}

@media (min-width: 1020px) {
  header ul#mainmenu .attention {
    padding: 10px;
    font-size: 18px;
  }
}

@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: #00A2E7;
  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 {
  max-width: 300px;
  margin: auto;
}

@media (min-width: 600px) {
  footer#shakehands_footer #shakehands_footer_company_name-logo {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  footer#shakehands_footer #shakehands_footer_company_name-logo {
    margin-bottom: 15px;
  }
}

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 {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 600px) {
  footer#shakehands_footer #shakehands_footer_company_address {
    font-size: 16px;
  }
}

footer#shakehands_footer #shakehands_footer_company_address span {
  display: inline-block;
  text-align: left;
}

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: 1240px;
  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: #00A2E7;
  text-decoration: underline;
}

#shakehands_message {
  background-color: #00A2E7;
  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;
  text-align: justify;
}

@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;
  margin-bottom: 3px;
  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: 18px;
}

@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: 44px;
  }
}

#shakehands_message .message_contens {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

#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 {
  max-width: 100%;
}

@media (min-width: 600px) {

  #shakehands_message .message_contens .message_photo_left img,
  #shakehands_message .message_contens .message_photo_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 600px) 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;";
  }
}

@media (min-width: 768px) {

  #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%;
    transition: 0.3s;
  }
}

#shakehands_message .message_contens .message_photo_left {
  width: 100%;
  max-height: 420px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  #shakehands_message .message_contens .message_photo_left {
    flex: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #shakehands_message .message_contens .message_photo_left {
    flex: auto;
    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: 370px;
    margin-bottom: -35%;
  }
}

#shakehands_message .message_contens .message_photo_left .message_photo_left_box {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: auto;
}

@media (min-width: 768px) {
  #shakehands_message .message_contens .message_photo_left .message_photo_left_box {
    position: relative;
    max-width: initial;
    padding-top: 143%;
  }
}

#shakehands_message .message_contens .message_photo_left .message_photo_left_box img {
  transform: translateY(-30px);
}

@media (min-width: 600px) {
  #shakehands_message .message_contens .message_photo_left .message_photo_left_box img {
    transform: none;
  }
}

@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% + 20px);
  }
}

@media (min-width: 1020px) {
  #shakehands_message .message_contens .message_photo_right {
    margin-top: -230px;
  }
}

#shakehands_message .message_contens .message_photo_right .message_photo_right_box {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 60%;
  z-index: 2;
}

@media (min-width: 1020px) {
  #shakehands_message .message_contens .message_photo_right .message_photo_right_box {
    display: block;
  }
}

#shakehands_message .message_contents_body {
  background-color: white;
  width: calc(100% - 40px);
  max-width: 340px;
  margin: -120px auto 25px;
  padding: 20px;
  text-align: center;
  z-index: 1;
}

@media (min-width: 600px) {
  #shakehands_message .message_contents_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  #shakehands_message .message_contents_body {
    max-width: initial;
    margin: 0 25px 15px;
    padding: 30px;
    padding-left: 32%;
    text-align: right;
  }
}

@media (min-width: 1020px) {
  #shakehands_message .message_contents_body {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 50px 15px;
    padding-top: 60px;
    padding-left: 370px;
    padding-bottom: 60px;
  }
}

#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: #00A2E7;
    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 {
  position: absolute;
  top: 0;
  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: 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: 18px;
}

@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: 3.2vw;
  }
}

@media (min-width: 1280px) {
  #shakehands_message .message_contents_body h3 .message_body_main {
    font-size: 40px;
  }
}

#shakehands_message .message_contents_body p {
  text-align: justify;
}

@media (min-width: 1020px) {
  #shakehands_message .message_contents_body p {
    font-size: 18px;
  }
}

#shakehands_message .message_contents_body .about_more {
  background-color: #FFF;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}

@media (min-width: 768px) {
  #shakehands_message .message_contents_body .about_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    width: 100%;
    padding: 10px 0;
  }
}

@media (min-width: 1020px) {
  #shakehands_message .message_contents_body .about_more {
    padding: 10px;
  }
}

#shakehands_message .message_contents_body .about_more .message_more {
  background: #1A516E;
  padding: 10px 20px;
  color: #fff;
}

#shakehands_message .message_contents_body .about_more .message_more.hover {
  background: #FFF;
  color: #1A516E;
}

#shakehands_message .message_contents_body .about_more hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  border-top: dotted 1px #ccc;
}

@media (min-width: 768px) {
  #shakehands_message .message_contents_body .about_more hr {
    display: none;
  }
}

#shakehands_message .message_contents_body .about_more .message_note {
  position: relative;
  background: #FFF;
  padding: 10px 20px 10px 30px;
  border: solid 1px #00A2E7;
}

#shakehands_message .message_contents_body .about_more .message_note.hover {
  background: #00A2E7;
  color: white;
}

#shakehands_message .message_contents_body .about_more .message_note i {
  position: relative;
  display: inline-block;
  transform: translateY(1px);
}

.cmn_internship {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .cmn_internship .cmn_internship_conts {
    display: flex;
  }
}

.cmn_internship .cmn_internship_body {
  background-color: #1A516E;
  padding: 20px;
  text-align: right;
}

@media (min-width: 768px) {
  .cmn_internship .cmn_internship_body {
    display: flex;
    align-items: center;
    flex-basis: 50%;
  }
}

.cmn_internship h2 {
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: left;
  transition: 0.3s;
}

.cmn_internship h2 .cmn_internship_cap {
  display: block;
  font-size: 4.2vw;
}

@media (min-width: 768px) {
  .cmn_internship h2 .cmn_internship_cap {
    font-size: 16px;
  }
}

@media (min-width: 1020px) {
  .cmn_internship h2 .cmn_internship_cap {
    font-size: 18px;
  }
}

.cmn_internship h2 .cmn_internship_main {
  display: block;
  font-size: 8.4vw;
}

@media (min-width: 768px) {
  .cmn_internship h2 .cmn_internship_main {
    font-size: 32px;
  }
}

@media (min-width: 1020px) {
  .cmn_internship h2 .cmn_internship_main {
    font-size: 46px;
  }
}

.cmn_internship p {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .cmn_internship p {
    margin-bottom: 20px;
  }
}

.cmn_internship p .small {
  font-size: 90%;
}

.cmn_internship p br {
  display: none;
}

@media (min-width: 768px) {
  .cmn_internship p br {
    display: inline;
  }
}

.cmn_internship .cmn_internship_more {
  display: inline-block;
  background-color: #FFF;
  padding: 10px 20px;
  text-align: center;
  color: #1A516E;
  font-weight: 700;
  transition: 0.3s;
}

.cmn_internship a {
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cmn_internship a {
    position: relative;
    display: block;
    width: 462px;
    margin-left: auto;
    padding: 30px;
  }

  .cmn_internship 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_internship a {
    width: 595px;
    padding: 50px;
  }
}

.cmn_internship a.hover::after {
  opacity: 1;
}

.cmn_internship a.hover .cmn_internship_more {
  background-color: #00A2E7;
  color: #FFF;
}

@media (min-width: 1020px) {
  .cmn_internship a.hover {
    transform: translate(-10px, -10px);
  }
}

@media (min-width: 768px) {
  .cmn_internship .cmn_internship_photo {
    display: flex;
    flex-basis: 50%;
  }

  .cmn_internship .cmn_internship_photo .cmn_internship_photo_box {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 46%;
  }
}

.cmn_internship .cmn_internship_photo img {
  width: 100%;
}

@media (min-width: 768px) {
  .cmn_internship .cmn_internship_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_internship .cmn_internship_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 #00A2E7;
}

.cmnelem_header h2 {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  color: #00A2E7;
  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_header h2 .title_main small {
  display: inline-block;
  font-size: 12px;
}

@media (min-width: 600px) {
  .cmnelem_header h2 .title_main small {
    font-size: 14px;
  }
}

.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: 50px;
}

@media (min-width: 768px) {
  #ft_recruit .ft_recruit_conts {
    display: flex;
  }
}

#ft_recruit .ft_recruit_body {
  background-color: #00A2E7;
  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: #00A2E7;
  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: #00A2E7;
}

.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 #00A2E7;
  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: #00A2E7;
  background-color: #00A2E7;
}

.pagination a {
  color: #00A2E7;
}

.pagination a.prev {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination span.page_num {
  display: none;
}

.template_name {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px;
  text-align: right;
  font-size: 10px;
  z-index: 10000;
}

#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: #00A2E7;
  width: 80%;
  margin: -60px auto 0;
  padding: 30px;
  color: #FFF;
  z-index: 10;
  border: 2px solid #fff;
}

@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: #00A2E7;
}

@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: 1020px) {
  #front #news .news_inner {
    display: flex;
  }
}

#front #news .news_ttl {
  background-color: #1A516E;
  color: #FFF;
}

@media (min-width: 1020px) {
  #front #news .news_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 30%;
  }
}

#front #news .news_ttl h2 {
  padding: 15px;
  line-height: 1.1;
}

@media (min-width: 1020px) {
  #front #news .news_ttl h2 {
    margin: auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (min-width: 1020px) {
  #front #news .news_ttl h2 {
    align-items: center;
    padding: 0 15px;
  }
}

@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: 16px;
}

#front #news .news_ttl h2 .news_ttl_main br {
  display: none;
}

@media (min-width: 1020px) {
  #front #news .news_ttl h2 .news_ttl_main {
    margin-bottom: 5px;
    text-align: right;
    font-size: 2.4vw;
  }

  #front #news .news_ttl h2 .news_ttl_main br {
    display: inline;
  }
}

@media (min-width: 1280px) {
  #front #news .news_ttl h2 .news_ttl_main {
    font-size: 30px;
  }
}

#front #news .news_ttl h2 .news_ttl_cap {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
}

@media (min-width: 768px) {
  #front #news .news_ttl h2 .news_ttl_cap {
    display: block;
    align-self: flex-start;
  }
}

@media (min-width: 1020px) {
  #front #news .news_ttl h2 .news_ttl_cap {
    font-size: 16px;
  }
}

#front #news .news_conts {
  background-color: #f6f6f6;
  padding: 15px;
}

@media (min-width: 1020px) {
  #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: #00A2E7;
}

#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: #00A2E7;
}

#front #news .news_conts ul li .a_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#front #news .news_conts ul li .news_cat {
  display: inline-block;
  background-color: #00A2E7;
  flex-basis: 8em;
  width: 8em;
  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 {
    flex-basis: 8em;
    width: 8em;
    margin-right: 20px;
  }
}

#front #news .news_conts ul li .news_txt {
  display: block;
  flex-basis: 100%;
  margin-top: 5px;
  color: #000F16;
  transition: 0.3s;
}

@media (min-width: 600px) {
  #front #news .news_conts ul li .news_txt {
    margin-top: 0;
  }
}

@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 {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

#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: #00A2E7;
}

#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: #00A2E7;
  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: #00A2E7;
  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: #00A2E7;
  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;
}

#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 {
  flex-basis: calc(50% - 10px);
  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 {
  margin-top: calc((1.11em + 10px) * -1);
  z-index: 1;
}

@media (min-width: 600px) {
  #front #intro ul li h3 {
    position: absolute;
    top: 70%;
    left: 15px;
    margin-top: 0;
  }
}

#front #intro ul li h3 span {
  display: inline-block;
  background-color: #00A2E7;
  padding: 5px;
  color: #FFF;
  line-height: 1.1;
  transition: 0.3s;
}

@media (min-width: 600px) {
  #front #intro ul li h3 span {
    padding: 8px 8px 5px;
  }
}

#front #intro ul li h3 .intro_shoulder {
  font-size: 12px;
}

@media (min-width: 600px) {
  #front #intro ul li h3 .intro_shoulder {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media (min-width: 1020px) {
  #front #intro ul li h3 .intro_shoulder {
    font-size: 20px;
  }
}

#front #intro ul li h3 .intro_name {
  width: 100%;
  font-size: 18px;
}

@media (min-width: 600px) {
  #front #intro ul li h3 .intro_name {
    width: auto;
    font-size: 32px;
  }
}

@media (min-width: 1020px) {
  #front #intro ul li h3 .intro_name {
    font-size: 40px;
  }
}

#front #intro ul li h4 {
  display: none;
  background-color: #00A2E7;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  transition: 0.3s;
  line-height: 1.6;
}

@media (min-width: 768px) {
  #front #intro ul li h4 {
    display: block;
    font-size: 20px;
  }
}

@media (min-width: 1020px) {
  #front #intro ul li h4 {
    font-size: 24px;
  }
}

#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: #00A2E7;
  font-weight: 700;
  text-decoration: none;
  border: solid 1px #00A2E7;
  transition: 0.3s;
}

#front #intro .intro_more a.hover {
  background-color: #00A2E7;
  color: #FFF;
}

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

.wp_page .page_top_thumbnail_wrap {
  max-width: 1200px;
  margin: auto;
}

.wp_page .page_top_thumbnail {
  position: relative;
  background-color: #00A2E7;
  padding-top: 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 #00A2E7;
}

.wp_page .page_header h2 {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  color: #00A2E7;
  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_header h2 .title_main small {
  display: inline-block;
  font-size: 12px;
}

@media (min-width: 600px) {
  .wp_page .page_header h2 .title_main small {
    font-size: 14px;
  }
}

.wp_page .page_lead {
  max-width: 960px;
  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: #00A2E7;
  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: 18px;
  text-align: justify;
}

#about #about_top #philosophy .philosophy_conts br {
  display: none;
}

@media (min-width: 600px) {
  #about #about_top #philosophy .philosophy_conts {
    text-align: center;
    font-size: 20px;
  }

  #about #about_top #philosophy .philosophy_conts br {
    display: inline;
  }
}

@media (min-width: 1020px) {
  #about #about_top #philosophy .philosophy_conts {
    font-size: 20px;
  }
}

#about #about_top #philosophy_under {
  max-width: 960px;
  margin: 10px auto;
  padding: 0 20px;
}

#about #about_top #philosophy_under p {
  text-align: justify;
  margin-bottom: 1.5em;
}

#about #about_top #philosophy_under p:last-of-type {
  margin-bottom: 0;
}

#about #about_top #philosophy_under .column {
  margin-bottom: 2.5em;
}

#about #about_top #philosophy_under .column:first-of-type {
  margin-top: 2.5em;
}

#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 h3.main_title {
  margin-bottom: 15px;
  font-size: 5.4vw;
  color: #1A516E;
}

@media (min-width: 768px) {
  #about #about_top #philosophy_under h3.main_title {
    font-size: 22px;
  }
}

@media (min-width: 1020px) {
  #about #about_top #philosophy_under h3.main_title {
    font-size: 22px;
  }
}

#about #about_top #philosophy_under h3.shoulder {
  display: inline-flex;
  align-items: center;
  background-color: #00A2E7;
  margin-bottom: 0;
  padding: 5px 8px;
  color: #fff;
  line-height: 1.2;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  #about #about_top #philosophy_under h3.shoulder {
    font-size: 16px;
  }
}

@media (min-width: 1020px) {
  #about #about_top #philosophy_under h3.shoulder {
    font-size: 16px;
  }
}

#about #about_top #philosophy_under h4 {
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  #about #about_top #philosophy_under h4 {
    font-size: 18px;
  }
}

@media (min-width: 1020px) {
  #about #about_top #philosophy_under h4 {
    font-size: 18px;
  }
}

#about #about_top #philosophy_under h4.main_title {
  margin-bottom: 15px;
  font-size: 5.8vw;
  color: #1A516E;
}

@media (min-width: 768px) {
  #about #about_top #philosophy_under h4.main_title {
    font-size: 22px;
  }
}

@media (min-width: 1020px) {
  #about #about_top #philosophy_under h4.main_title {
    font-size: 22px;
  }
}

#about #about_top #philosophy_under .about_boss {
  float: right;
  padding-top: 15px;
  text-align: right;
  overflow: hidden;
}

#about #about_top #philosophy_under .about_boss .company_name {
  margin-bottom: 10px;
  text-align: left;
}

#about #about_top #philosophy_under .about_boss .boss {
  float: right;
  text-align: left;
}

#about #about_top #philosophy_under .about_boss .boss span {
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
}

#about #about_top #philosophy_under .about_boss .boss span.yakushoku {
  color: #333;
}

#about #about_top #philosophy_under .about_boss .boss span.boss_name {
  color: #1A516E;
  font-weight: bold;
  font-size: 5.8vw;
}

@media (min-width: 768px) {
  #about #about_top #philosophy_under .about_boss .boss span.boss_name {
    font-size: 26px;
  }
}

@media (min-width: 1020px) {
  #about #about_top #philosophy_under .about_boss .boss span.boss_name {
    font-size: 26px;
  }
}

#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 #business {
  margin-bottom: 50px;
}

#about #business .business_conts {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 20px;
}

#about #business .plstgr_logo {
  max-width: 800px;
  margin: 0 auto 25px;
  text-align: center;
}

@media (min-width: 768px) {
  #about #business .plstgr_logo {
    margin-bottom: 50px;
  }
}

#about #business .plstgr_logo h3 {
  display: inline-block;
  margin: auto;
}

#about #business .plstgr_logo img {
  display: block;
  max-width: 100%;
}

#about #business .equal {
  max-width: 5.8vw;
  margin: 0 auto 25px;
  text-align: center;
}

@media (min-width: 768px) {
  #about #business .equal {
    max-width: 50px;
    margin-bottom: 50px;
  }
}

#about #business .equal img {
  display: block;
  max-width: 100%;
  margin: auto;
}

#about #business .group_wrap {
  max-width: 800px;
  margin: 0 auto 25px;
  padding: 15px;
  border: solid 2px #00A2E7;
}

@media (min-width: 768px) {
  #about #business .group_wrap {
    margin-bottom: 50px;
    padding: 15px 30px 30px;
  }
}

#about #business .group_wrap h4 {
  margin-bottom: -25px;
  text-align: center;
  color: #00A2E7;
  transform: translateY(calc(-50% - 15px));
}

#about #business .group_wrap h4 span {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  font-size: 5.8vw;
  line-height: 1;
}

@media (min-width: 768px) {
  #about #business .group_wrap h4 span {
    font-size: 28px;
  }
}

@media (min-width: 1020px) {
  #about #business .group_wrap h4 span {
    font-size: 32px;
  }
}

@media (min-width: 1020px) {
  #about #business .group_wrap ul {
    display: flex;
    justify-content: space-around;
  }
}

#about #business .group_wrap ul li {
  margin-bottom: 15px;
}

@media (min-width: 1020px) {
  #about #business .group_wrap ul li {
    padding: 0 15px;
  }
}

#about #business .group_wrap ul li:last-of-type {
  margin-bottom: 0;
}

#about #business .group_wrap ul li h5 {
  font-size: 4.8vw;
  color: #00A2E7;
}

@media (min-width: 768px) {
  #about #business .group_wrap ul li h5 {
    font-size: 24px;
  }
}

#about #business .group_wrap ul li h5::before {
  content: "▶";
  display: inline;
  margin-right: 0.3em;
}

#about #business .group_wrap ul li .detail {
  padding-left: 1.5em;
  font-size: 4.6vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  #about #business .group_wrap ul li .detail {
    font-size: 20px;
  }
}

#about #business .group_wrap ul li .caption {
  display: block;
  padding-left: 1.5em;
}

#about #business .group_wrap ul li .caption::before {
  content: "─";
  display: inline;
  margin-right: 0.3em;
}

#about #outline {
  margin-bottom: 50px;
}

#about #outline .acf_conts {
  max-width: 960px;
  margin: 10px auto 0;
  padding: 0 20px;
}

#about #outline .acf_conts * {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap {
    display: flex;
    justify-content: space-between;
  }
}

#about #outline .acf_conts .table_wrap .table_box {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box {
    width: 50%;
    margin-bottom: 0;
  }
}

#about #outline .acf_conts .table_wrap .table_box:last-of-type {
  margin-bottom: 0;
}

#about #outline .acf_conts .table_wrap .table_box table {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table {
    display: table;
  }

  #about #outline .acf_conts .table_wrap .table_box table tr,
  #about #outline .acf_conts .table_wrap .table_box table th,
  #about #outline .acf_conts .table_wrap .table_box table td {
    vertical-align: middle;
  }
}

#about #outline .acf_conts .table_wrap .table_box table tbody {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table tbody {
    display: table-row-group;
  }
}

#about #outline .acf_conts .table_wrap .table_box table tr {
  display: block;
  padding: 12px 0;
  border-bottom: solid 1px #ccc;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table tr {
    display: table-row;
    padding: 0;
  }
}

#about #outline .acf_conts .table_wrap .table_box table th {
  display: block;
  text-align: left;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table th {
    display: table-cell;
    height: 60px;
    padding: 10px 0;
  }
}

#about #outline .acf_conts .table_wrap .table_box table th.area_title {
  text-align: center;
  font-size: 5.8vw;
  color: #1A516E;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table th.area_title {
    min-height: 53px;
    font-size: 22px;
  }
}

@media (min-width: 1020px) {
  #about #outline .acf_conts .table_wrap .table_box table th.area_title {
    font-size: 22px;
  }
}

#about #outline .acf_conts .table_wrap .table_box table th.td_ttl {
  margin-bottom: 5px;
  font-size: 4.6vw;
  color: #1A516E;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table th.td_ttl {
    font-size: 18px;
  }
}

@media (min-width: 1020px) {
  #about #outline .acf_conts .table_wrap .table_box table th.td_ttl {
    font-size: 18px;
  }
}

#about #outline .acf_conts .table_wrap .table_box table td {
  line-height: 1.8;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table td {
    display: table-cell;
    height: 60px;
    padding: 10px;
    overflow: visible;
  }

  #about #outline .acf_conts .table_wrap .table_box table td.area_td {
    padding: 20px;
  }

  #about #outline .acf_conts .table_wrap .table_box table td.area_td::before {
    content: "";
    display: block;
    float: left;
    height: 200px;
  }
}

@media (min-width: 1020px) {
  #about #outline .acf_conts .table_wrap .table_box table td {
    padding: 10px 20px;
  }
}

#about #outline .acf_conts .table_wrap .table_box table td.staff_info .staff::after {
  content: ",";
  display: inline-block;
  margin: 0 0.5em;
}

#about #outline .acf_conts .table_wrap .table_box table td.staff_info br {
  display: none;
}

#about #outline .acf_conts .table_wrap .table_box table td .company_wrap .company_unit {
  margin-bottom: 23px;
}

#about #outline .acf_conts .table_wrap .table_box table td .company_wrap .company_unit:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #about #outline .acf_conts .table_wrap .table_box table.kagawa .td_ttl {
    display: none;
  }
}

#about #access {
  margin-bottom: 50px;
}

#about #access .acf_conts {
  max-width: 1000px;
  margin: 10px auto 0;
  padding: 0 20px;
}

@media (min-width: 600px) {
  #about #access .acf_conts .map_wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 600px) {

  #about #access .acf_conts .map_wrap .map_tokushima,
  #about #access .acf_conts .map_wrap .map_kagawa {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: calc(50% - 20px);
  }
}

@media (min-width: 1020px) {

  #about #access .acf_conts .map_wrap .map_tokushima,
  #about #access .acf_conts .map_wrap .map_kagawa {
    flex-basis: calc(50% - 40px);
  }
}

#about #access .acf_conts .map_wrap h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1A516E;
}

@media (min-width: 768px) {
  #about #access .acf_conts .map_wrap h3 br {
    display: none;
  }
}

#about #access .acf_conts .map_wrap .ggmap {
  position: relative;
  margin: 0 auto 30px;
  padding: 100% 20px 0;
}

@media (min-width: 600px) {
  #about #access .acf_conts .map_wrap .ggmap {
    width: 100%;
    align-self: flex-end;
  }
}

#about #access .acf_conts .map_wrap .ggmap .include_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#message .message_movie_area {
  margin-bottom: 25px;
}

#message .message_movie_area a {
  position: relative;
  display: block;
  border: solid 2px #999;
  overflow: hidden;
  cursor: pointer;
}

#message .message_movie_area a::before,
#message .message_movie_area a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 8%;
  z-index: 1;
}

#message .message_movie_area a::before {
  top: 0;
}

#message .message_movie_area a::after {
  bottom: 0;
}

#message .message_movie_area a.hover img {
  transform: scale(1.05);
}

#message .message_movie_area .movie_thumb::before {
  content: "インタビュー動画";
  position: absolute;
  top: 0;
  left: 0;
  background: #00A2E7;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

@media (min-width: 768px) {
  #message .message_movie_area .movie_thumb::before {
    font-size: 16px;
  }
}

@media (min-width: 1020px) {
  #message .message_movie_area .movie_thumb::before {
    font-size: 18px;
  }
}

#message .message_movie_area img {
  max-width: 100%;
  transition: 0.3s;
}

#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: 25px;
  text-align: justify;
  line-height: 2.5;
}

#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;
}

#message .message_body .message_info .note a {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  font-size: 90%;
}

#recruitment {
  margin-bottom: 100px;
}

#recruitment .recruitment_box {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-bottom: 1px dashed #757565;
}

#recruitment .recruitment_box#parttime {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

@media (min-width: 768px) {
  #recruitment .recruitment_box {
    margin: 0 auto 160px;
    padding-bottom: 160px;
  }
}

#recruitment .recruitment_box h2.recruitment_title {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  color: #1A516E;
}

#recruitment .recruitment_box h2.recruitment_title::before,
#recruitment .recruitment_box h2.recruitment_title::after {
  content: "";
  flex: 1;
  background-color: #1A516E;
  width: 100%;
  height: 2px;
}

#recruitment .recruitment_box h2.recruitment_title span {
  display: inline-block;
  background-color: #FFF;
  padding: 0 15px;
  font-size: 8vw;
  line-height: 1;
}

@media (min-width: 600px) {
  #recruitment .recruitment_box h2.recruitment_title span {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  #recruitment .recruitment_box h2.recruitment_title span {
    padding: 0 30px;
  }
}

#recruitment .recruitment_info {
  max-width: 900px;
  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 #00A2E7;
  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 2px #EAEEE9;
    font-size: 16px;
  }
}

#recruitment .recruitment_info dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 2px #EAEEE9;
}

@media (min-width: 600px) {
  #recruitment .recruitment_info dl dd {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 82%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

#recruitment .recruitment_info dl dd .salary_table {
  display: table;
}

#recruitment .recruitment_info dl dd .salary_table .salary_row {
  display: table-row;
}

#recruitment .recruitment_info dl dd .salary_table .salary_title {
  display: table-cell;
  white-space: nowrap;
  width: auto;
  padding: 0 1.4em 0.3em 0;
}

#recruitment .recruitment_info dl dd .salary_table .salary_title:last-of-type {
  padding-bottom: 0;
}

#recruitment .recruitment_info dl dd .salary_table .salary_title::after {
  content: "： ";
  display: inline-block;
}

#recruitment .recruitment_info dl dd .salary_table .salary_data {
  display: table-cell;
}

#recruitment .recruitment_info dl dd .salary_caption {
  display: block;
  width: 100%;
  font-size: 90%;
}

#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: #00A2E7;
  border: solid 2px #00A2E7;
}

#recruitment .recruitment_info ul.entry_area li.clerk_wrap a.hover {
  background-color: #00A2E7;
  color: #FFF;
}

#recruitment .recruitment_info ul.entry_area li.entry_wrap a {
  background-color: #00A2E7;
  color: #FFF;
  border: solid 2px #00A2E7;
}

#recruitment .recruitment_info ul.entry_area li.entry_wrap a.hover {
  background-color: #FFF;
  color: #00A2E7;
}

#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: #00A2E7;
  padding: 1.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  border: solid 1px #00A2E7;
}

#events .viewmore_btn a.hover {
  background-color: #FFF;
  color: #00A2E7;
}

@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 #00A2E7;
  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 {
    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 {
    flex-basis: 82%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

#clerk .clerk_info dl dd .small {
  font-size: 90%;
}

#clerk .onedayclerk .onedaycontents {
  max-width: 1200px;
  margin: 10px auto 50px;
  padding: 0 20px;
}

#clerk .onedayclerk ul {
  background-color: #00A2E7;
  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: #00A2E7;
  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: #00A2E7;
  border: solid 2px #00A2E7;
}

#clerk ul.entry_area li.clerk_wrap a.hover {
  background-color: #00A2E7;
  color: #FFF;
}

#clerk ul.entry_area li.entry_wrap a {
  background-color: #00A2E7;
  color: #FFF;
  border: solid 2px #00A2E7;
}

#clerk ul.entry_area li.entry_wrap a.hover {
  background-color: #FFF;
  color: #00A2E7;
}

#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 #00A2E7;
  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: #00A2E7;
  margin: 20px 0;
  padding: 1.5em 0;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 1px #00A2E7;
}

@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: #00A2E7;
}

#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 .screen-reader-response {
  display: none;
}

#entry .wpcf7-form {
  transition: 0.3s;
}

#entry .wpcf7-form #finish {
  display: none;
}

#entry .wpcf7-form.sent #senthidden {
  display: none;
  opacity: 0;
}

#entry .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

#entry .wpcf7-form.sent #finish {
  display: block;
  width: 90%;
  margin: auto;
}

#entry .wpcf7-form.invalid .wpcf7-response-output {
  width: 80%;
  margin: auto;
  padding: 1em;
  font-weight: bold;
  color: red;
  text-align: center;
  border: solid 2px red;
}

#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: 35%;
    padding-right: 15px;
  }
}

#entry .form-item .form-item-title .title-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  border-radius: 5px;
  white-space: nowrap;
}

#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: 1;
}

#entry .form-item .form-item-wrapper .form-item-caption-intern a {
  display: inline-block;
  background: #00A2E7;
  padding: 5px 8px;
  color: #fff;
  border-radius: 5px;
}

#entry .form-item .form-item-input.intern-label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#entry .form-item .form-item-input.intern-label .internship-label {
  padding: 0 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
}

#entry .form-item .form-item-input.intern-label .intern-input {
  flex: 1;
}

#entry .form-item .form-item-input.intern-label .intern-input input[type=date] {
  padding: 5px;
}

#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 input[type=date],
#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 input[type=date].wpcf7-not-valid,
#entry .form-item textarea.wpcf7-not-valid,
#entry .form-item select.wpcf7-not-valid {
  border-color: crimson;
}

#entry .form-item select {
  -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#yourIntern .wpcf7-list-item {
  padding: 10px 0;
  text-align: left;
}

@media (min-width: 768px) {
  #entry .form-item .your-checkbox#yourIntern .wpcf7-list-item {
    padding: 0;
  }
}

#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 .your-checkbox.your-intern label {
  background: none;
  padding: 0;
  font-size: 16px;
}

#entry .form-item .privacy-conts {
  margin-bottom: 15px;
}

#entry .form-item .privacy-conts a {
  color: #00A2E7;
}

#entry .form-item .filearea {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border: solid 1px #999;
  border-radius: 5px;
}

#entry .form-item .filearea label {
  background-color: #00A2E7;
  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;
    white-space: nowrap;
  }
}

#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 .form-item-caption2 {
  margin-top: 10px;
  line-height: 1.5;
  color: #333;
}

#entry .form-item-caption2 strong {
  color: tomato;
}

#entry .wpcf7-not-valid-tip {
  font-weight: bold;
  color: red;
  font-size: 12px;
}

@media (min-width: 768px) {
  #entry .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

#entry .form-submit {
  flex-wrap: wrap;
  justify-content: center;
  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;
  }
}

#entry .form-submit .ajax-loader {
  margin-top: 40px;
}

#entry #internArea {
  display: none;
}

#entry #autoinput {
  display: none;
}

@media (min-width: 768px) {
  #entry #autoinput {
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: block;
    font-size: 10px;
  }
}

#entry #autoinput2 {
  display: none;
}

@media (min-width: 768px) {
  #entry #autoinput2 {
    position: fixed;
    bottom: 15px;
    left: 80px;
    display: block;
    font-size: 10px;
  }
}

#entry .recaptcha-cap {
  font-size: 12px;
  color: #333;
}

@media (min-width: 768px) {
  #entry .recaptcha-cap {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 1020px) {
  #entry .recaptcha-cap {
    text-align: center;
  }
}

#entry .recaptcha-cap a {
  color: #00A2E7;
}

#internshipBox {
  display: none;
  padding: 22px;
}

#internshipBox .clerk_info {
  max-width: 1200px;
  margin: 10px auto 80px;
  padding: 0 20px;
}

#internshipBox .clerk_info:last-of-type {
  margin-bottom: 0;
}

#internshipBox .clerk_info h2 {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: solid 10px #00A2E7;
  border-bottom: solid 1px #EAEEE9;
  font-size: 6.8vw;
}

@media (min-width: 600px) {
  #internshipBox .clerk_info h2 {
    font-size: 24px;
  }
}

#internshipBox .clerk_info .clerk_info_inner {
  padding: 0;
}

@media (min-width: 768px) {
  #internshipBox .clerk_info .clerk_info_inner {
    padding: 0 20px;
  }
}

#internshipBox .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) {
  #internshipBox .clerk_info .clerk_info_inner ol {
    margin-left: 15px;
    padding-left: 1.2em;
  }
}

#internshipBox .clerk_info .clerk_info_inner ol li {
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.4;
}

#internshipBox .clerk_info .clerk_info_inner ol li span.cap {
  display: inline-block;
  margin-left: 5px;
  color: #666;
  font-size: 14px;
}

#internshipBox .clerk_info .clerk_info_inner ol li span.cap::before {
  content: "※";
}

#internshipBox .clerk_info .clerk_info_inner ol li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  #internshipBox .clerk_info dl {
    display: flex;
    flex-wrap: wrap;
  }
}

#internshipBox .clerk_info dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #1A516E;
}

@media (min-width: 600px) {
  #internshipBox .clerk_info dl dt {
    flex: 18%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #EAEEE9;
    font-size: 16px;
  }
}

#internshipBox .clerk_info dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #EAEEE9;
}

@media (min-width: 600px) {
  #internshipBox .clerk_info dl dd {
    flex-basis: 82%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

#internshipBox .clerk_info dl dd .small {
  font-size: 90%;
}

.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 #00A2E7;
  border-bottom: solid 1px #ccc;
}

.index.cmn-page h3 {
  font-size: 16px;
  margin-bottom: 1.5em;
  padding-left: 10px;
  border-left: solid 10px #00A2E7;
}

.index.cmn-page h4 {
  font-size: 16px;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #00A2E7;
}

.index.cmn-page h5 {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.index.cmn-page h5::before {
  content: "■";
  color: #00A2E7;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

section#staff_posts article {
  list-style: none;
  flex-basis: calc(50% - 10px);
  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 {
  margin-top: calc((1.11em + 10px) * -1);
  z-index: 1;
}

@media (min-width: 600px) {
  section#staff_posts article h3 {
    position: absolute;
    top: 70%;
    left: 15px;
    margin-top: 0;
  }
}

section#staff_posts article h3 span {
  display: inline-block;
  background-color: #00A2E7;
  padding: 5px;
  color: #FFF;
  line-height: 1.1;
  transition: 0.3s;
}

@media (min-width: 600px) {
  section#staff_posts article h3 span {
    padding: 8px 8px 5px;
  }
}

section#staff_posts article h3 .intro_shoulder {
  font-size: 12px;
}

@media (min-width: 600px) {
  section#staff_posts article h3 .intro_shoulder {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media (min-width: 1020px) {
  section#staff_posts article h3 .intro_shoulder {
    font-size: 20px;
  }
}

section#staff_posts article h3 .intro_name {
  width: 100%;
  font-size: 18px;
}

@media (min-width: 600px) {
  section#staff_posts article h3 .intro_name {
    width: auto;
    font-size: 32px;
  }
}

@media (min-width: 1020px) {
  section#staff_posts article h3 .intro_name {
    font-size: 40px;
  }
}

section#staff_posts article h4 {
  display: none;
  background-color: #00A2E7;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  transition: 0.3s;
  line-height: 1.6;
}

@media (min-width: 768px) {
  section#staff_posts article h4 {
    display: block;
    font-size: 20px;
  }
}

@media (min-width: 1020px) {
  section#staff_posts article h4 {
    font-size: 24px;
  }
}

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: #00A2E7;
}

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: #00A2E7;
}

section#news_list ul li .a_inner {
  position: relative;
  z-index: 10;
}

section#news_list ul li .news_cat {
  display: inline-block;
  background-color: #00A2E7;
  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: #00A2E7;
}

#single_staff img {
  max-width: 100%;
}

#single_staff .staff_top .staff_top_photo {
  position: relative;
  background-color: #00A2E7;
  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;
}

@media (min-width: 768px) {
  #single_staff .staff_top .staff_top_group {
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
    margin: -70px auto 50px;
  }
}

#single_staff .staff_top .staff_top_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: #FFF;
}

@media (min-width: 768px) {
  #single_staff .staff_top .staff_top_wrapper {
    flex-basis: 55%;
    margin: 0;
  }
}

#single_staff .staff_top .staff_top_wrapper .staff_top_conts {
  position: relative;
  background-color: #00A2E7;
  margin-top: -15px;
  padding: 15px 20px;
}

@media (min-width: 600px) {
  #single_staff .staff_top .staff_top_wrapper .staff_top_conts {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #single_staff .staff_top .staff_top_wrapper .staff_top_conts {
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
}

#single_staff .staff_top .staff_top_wrapper h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
}

#single_staff .staff_top .staff_top_wrapper h2 br {
  display: none;
}

@media (min-width: 768px) {
  #single_staff .staff_top .staff_top_wrapper h2 br {
    display: inline;
  }
}

@media (min-width: 1020px) {
  #single_staff .staff_top .staff_top_wrapper h2 {
    font-size: 32px;
  }

  #single_staff .staff_top .staff_top_wrapper h2 br {
    display: inline;
  }
}

#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 {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 30px auto 50px;
}

@media (min-width: 768px) {
  #single_staff .staff_prof {
    background-color: #FFF;
    flex-basis: 45%;
    margin: 0;
    padding: 10px 10px 0;
    z-index: 10;
  }
}

#single_staff .staff_prof .staff_prof_ph {
  flex-basis: 25%;
}

#single_staff .staff_prof .staff_prof_conts {
  flex-basis: 75%;
  padding-left: 10px;
  font-size: 3.75vw;
  line-height: 1.3;
}

@media (min-width: 600px) {
  #single_staff .staff_prof .staff_prof_conts {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #single_staff .staff_prof .staff_prof_conts {
    padding-left: 20px;
  }
}

#single_staff .staff_prof .staff_prof_conts h2 {
  display: none;
}

@media (min-width: 600px) {
  #single_staff .staff_prof .staff_prof_conts h2 {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

#single_staff .staff_prof .staff_prof_conts dl {
  margin-bottom: 10px;
}

#single_staff .staff_prof .staff_prof_conts dt,
#single_staff .staff_prof .staff_prof_conts dd {
  display: inline-block;
}

#single_staff .staff_prof .staff_prof_conts dt {
  font-weight: bold;
}

#single_staff .staff_prof .staff_prof_conts dt::after {
  content: "： ";
}

#single_staff .staff_interview {
  max-width: 980px;
  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;
}

@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: flex;
    flex-wrap: wrap;
  }

  #single_staff .staff_interview .staff_interview_cons.staff_interview_left h3,
  #single_staff .staff_interview .staff_interview_cons.staff_interview_right h3 {
    flex-basis: 100%;
  }

  #single_staff .staff_interview .staff_interview_cons.staff_interview_left .staff_left,
  #single_staff .staff_interview .staff_interview_cons.staff_interview_left .staff_right,
  #single_staff .staff_interview .staff_interview_cons.staff_interview_right .staff_left,
  #single_staff .staff_interview .staff_interview_cons.staff_interview_right .staff_right {
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  #single_staff .staff_interview .staff_interview_cons.staff_interview_left .staff_left {
    padding-right: 15px;
  }
}

#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;
    padding-left: 15px;
  }
}

#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;
    padding-left: 15px;
  }
}

#single_staff .staff_interview .staff_interview_cons.staff_interview_right .staff_right {
  order: 0;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #single_staff .staff_interview .staff_interview_textonly p {
    column-count: 2;
    column-gap: 30px;
  }
}

#single_staff .staff_movie {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

#single_staff .staff_movie .staff_movie_wrap a {
  position: relative;
  display: block;
  overflow: hidden;
}

#single_staff .staff_movie .staff_movie_wrap a::before,
#single_staff .staff_movie .staff_movie_wrap a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 8%;
  z-index: 1;
}

#single_staff .staff_movie .staff_movie_wrap a::before {
  top: 0;
}

#single_staff .staff_movie .staff_movie_wrap a::after {
  bottom: 0;
}

#single_staff .staff_movie .staff_movie_wrap a .movie_icon::before {
  content: "インタビュー動画";
  position: absolute;
  top: 0;
  left: 0;
  background: #00A2E7;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}

@media (min-width: 768px) {
  #single_staff .staff_movie .staff_movie_wrap a .movie_icon::before {
    font-size: 16px;
  }
}

@media (min-width: 1020px) {
  #single_staff .staff_movie .staff_movie_wrap a .movie_icon::before {
    font-size: 18px;
  }
}

#single_staff .staff_movie .staff_movie_wrap a .movie_icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30%;
  max-width: 180px;
  margin: auto;
  z-index: 2;
  transition: 0.3s;
}

#single_staff .staff_movie .staff_movie_wrap a .movie_thumb {
  position: relative;
}

#single_staff .staff_movie .staff_movie_wrap a .movie_thumb img {
  transition: 0.3s;
}

#single_staff .staff_movie .staff_movie_wrap a .movie_thumb::before {
  content: "MOVIE";
  position: absolute;
  bottom: -0.2em;
  left: -0.1em;
  line-height: 1;
  font-weight: 800;
  font-size: 20vw;
  color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  transition: 0.3s;
}

@media (min-width: 1280px) {
  #single_staff .staff_movie .staff_movie_wrap a .movie_thumb::before {
    font-size: 300px;
  }
}

#single_staff .staff_movie .staff_movie_wrap a .movie_thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#single_staff .staff_movie .staff_movie_wrap a.hover .movie_icon img {
  transform: scale(0.9);
}

#single_staff .staff_movie .staff_movie_wrap a.hover .movie_thumb img {
  -ms-filter: blur(3px);
  filter: blur(3px);
  transform: scale(1.2);
}

#single_staff .staff_movie .staff_movie_wrap a.hover .movie_thumb::before {
  font-size: 25vw;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.1);
}

#single_staff .staff_movie .staff_movie_wrap a.hover .movie_thumb::after {
  background-color: rgba(0, 0, 0, 0.2);
}

#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;
    min-height: 500px;
    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 {
    display: flex;
    flex-direction: column;
    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;
  }
}

@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box .staff_schedule_table_wrap {
    height: 100%;
  }
}

#single_staff .staff_schedule .staff_schedule_box table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #EAEEE9;
}

@media (min-width: 768px) {
  #single_staff .staff_schedule .staff_schedule_box table {
    height: 100%;
  }
}

#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;
  vertical-align: middle;
}

@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 .staff_schedule_oneday_items-2 th,
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-2 td {
    padding: 6.48em 2em;
  }

  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-3 th,
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-3 td {
    padding: 4em 2em;
  }

  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-4 th,
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-4 td {
    padding: 2.8em 2em;
  }

  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-4 .staff_schedule_oneday_items-5 th,
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday .staff_schedule_oneday_items-4 .staff_schedule_oneday_items-5 td {
    padding: 1.57em 2em;
  }

  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday.staff_schedule_weekly th,
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_oneday.staff_schedule_weekly td {
    padding: 1.2em;
  }

  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_weekly th,
  #single_staff .staff_schedule .staff_schedule_box.staff_schedule_weekly td {
    padding: 1.2em 2em;
  }
}

@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: 58%;
  left: 5px;
  z-index: 1;
}

@media (min-width: 425px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 {
    top: 65%;
  }
}

@media (min-width: 600px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 {
    top: 70%;
    left: 15px;
  }
}

@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: #00A2E7;
  padding: 3px 5px;
  color: #FFF;
  transition: 0.3s;
  line-height: 1.2;
}

#staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_shoulder {
  margin-bottom: 3px;
  font-size: 3vw;
}

@media (min-width: 425px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_shoulder {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_shoulder {
    margin-bottom: 5px;
    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: 4.3vw;
}

@media (min-width: 425px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
    font-size: 5.4vw;
  }
}

@media (min-width: 600px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h3 .intro_name {
    font-size: 24px;
  }
}

@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 {
  display: none;
  background-color: #00A2E7;
  width: 100%;
  padding: 5px;
  font-size: 4.2vw;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
  transition: 0.3s;
}

#staff_bottom_navi #staff_slider .staff_slider_item h4 br {
  display: none;
}

@media (min-width: 600px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h4 {
    display: block;
    min-height: initial;
    font-size: 14px;
  }

  #staff_bottom_navi #staff_slider .staff_slider_item h4 br {
    display: inline;
  }
}

@media (min-width: 1020px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h4 {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  #staff_bottom_navi #staff_slider .staff_slider_item h4 {
    font-size: 18px;
  }
}

#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: "active";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00A2E7;
  padding: 3px;
  color: #FFF;
  z-index: 10;
  font-size: 11px;
  line-height: 1.1;
}

@media (min-width: 600px) {
  #staff_bottom_navi #staff_slider .staff_slider_item a.active::before {
    font-size: 16px;
  }
}

#staff_bottom_navi #staff_slider .staff_slider_item a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #00A2E7;
}

@media (min-width: 600px) {
  #staff_bottom_navi #staff_slider .staff_slider_item a.active::after {
    border-width: 5px;
  }
}

#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;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

@media (min-width: 600px) {
  .blog-layout .blog-contents .blog-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

.blog-layout .blog-contents .blog-item:last-of-type {
  margin-bottom: 0;
}

.blog-layout .blog-contents .blog-item a {
  color: #00A2E7;
  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;
}

.blog-layout .blog-contents .blog-item .post-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .blog-layout .blog-contents .blog-item .post-meta {
    margin-bottom: 10px;
  }
}

.blog-layout .blog-contents .blog-item .posted {
  margin-right: 10px;
}

.blog-layout .blog-contents .blog-item .categories {
  display: flex;
  align-items: center;
}

.blog-layout .blog-contents .blog-item .categories ul {
  display: inline-block;
}

.blog-layout .blog-contents .blog-item .categories ul li {
  display: inline-block;
}

.blog-layout .blog-contents .blog-item .categories ul li::after {
  content: " , ";
}

.blog-layout .blog-contents .blog-item .categories ul li:last-of-type::after {
  display: none;
}

.blog-layout .blog-contents .blog-item .post-ttl-box {
  display: flex;
}

.blog-layout .blog-contents .blog-item .post-thumbnail {
  display: none;
}

@media (min-width: 768px) {
  .blog-layout .blog-contents .blog-item .post-thumbnail {
    display: block;
    flex-basis: 20%;
    margin-right: 15px;
  }
}

.blog-layout .blog-contents .blog-item .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}

.blog-layout .blog-contents .blog-item .post-thumbnail a.archive-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.blog-layout .blog-contents .blog-item .post-thumbnail a.archive-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

.blog-layout .blog-contents h1 {
  flex: 1;
  font-size: 16px;
  color: #00A2E7;
  line-height: 1.4;
}

@media (min-width: 1020px) {
  .blog-layout .blog-contents h1 {
    font-size: 20px;
  }
}

.blog-layout .blogtop {
  margin-top: 1em;
  text-align: center;
}

.blog-layout .blogtop a::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  font-family: "icomoon";
  transform: scale(-1, 1);
}

.blog-layout .blog-nav {
  position: relative;
}

@media (min-width: 768px) {
  .blog-layout .blog-nav {
    flex-basis: 320px;
    margin-bottom: 50px;
  }
}

.blog-layout .blog-nav nav#blog h2 {
  background-color: #00A2E7;
  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 {
  -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 .blog-nav nav#blog.static {
  position: static;
}

.blog-layout .blog-nav nav#blog.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.blog-layout .blog-nav nav#blog.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}

.blog-layout .blog-nav ul.note-navi li {
  padding: 8px 0;
  border-bottom: dotted 1px #00A2E7;
  line-height: 1.6;
}

.blog-layout #single-post .post-meta {
  margin: 10px 0 15px;
}

.blog-layout #single-post .post-content h1 {
  margin-bottom: 1em;
}

.blog-layout #single-post .post-content h2 {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.6;
}

.blog-layout #single-post .post-content h3 {
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 10px;
  border-left: solid 10px #00A2E7;
}

.blog-layout #single-post .post-content h4 {
  font-size: 16px;
  margin-bottom: 1em;
  border-bottom: solid 1px #00A2E7;
}

.blog-layout #single-post .post-content h5 {
  font-size: 16px;
  margin-bottom: 1em;
}

.blog-layout #single-post .post-content h5::before {
  content: "■";
  color: #00A2E7;
}

.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 img {
  max-width: 100%;
  height: auto;
}

.blog-layout #single-post .post-content li:last-of-type {
  margin-bottom: 0;
}

.blog-layout #single-post .post-content .wp-block-image img {
  height: auto;
}

.blog-layout #single-post .post-content.note-content {
  letter-spacing: 0.1;
  text-align: justify;
  line-height: 2;
}

.blog-layout #single-post .post-content.note-content p {
  margin-bottom: 1.5em;
}

.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: "";
}