/*
Theme Name: employment2
Author: RejoiceLink
Author URI: https://rejoicelink.com/
Description: テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: employment2
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
  ## Links
  ## Menusf
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## トップページ
  ## インタビュー詳細
  ## 募集要項詳細
  ## サイドバー
  ## アーカイブ（お知らせ）
  ## お知らせ詳細
  ## 404ページ
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Break Point
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: employment2line;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  color: #00A0E9;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: employment2line;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button{
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.indent_txt{
  padding-left:1em;
  text-indent:-1em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "Noto Sans JP", helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", メイリオ, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  color: #212121;
}

h2{
    font-weight: 600;
}


dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul.row,
ol.row {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: all .3s ease-in-out;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16);
  transition: all .3s ease-in-out;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 2px solid rgba(52,52,52,0.15);
  border-radius: 3px;
  background: #fff;
  padding: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  width: 280px;
  padding: 5px;
  font-size: 1rem;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
  line-height: 1.3;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3;
  width: 100%;
  animation: hdfix .8s;
}

.site-branding {
    width: 42rem;
}

.site-title{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  padding: 0 5.4%;
  z-index: 5;
}

.site-title a img{
  width: 303px;
  height: 72px;	
}

.site-title a span{
  position: relative;
  top: -18px;
  margin-left: 2rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}
 
@keyframes hdfix {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header.fixed .main-navigation a span,
.site-header.fixed .hd-sub-link {
  display: none;
}

/*.site-header.fixed .site-branding img {
  width: 70%;
}*/

.site-header.fixed .hd-button a {
  width: 142px;
}

.hd-top-wrapper.row {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}

.hd-right {
  align-items: center;
}

.hd-right ul {
  list-style: none;
  font-size: 0.85714rem;
}

.hd-sub-link {
  margin: 0 40px 0 0;
}

.hd-sub-link li + li {
  margin: 10px 0 0;
}

.hd-sub-link a {
    font-size: 0.75rem;
    color: #757575;
}

.hd-sub-link i {
  margin: 0 6px;
}

.hd-button a {
  display: block;
  color: #fff;
  padding: 15px 10px;
  margin: 0 5px;
  width: 170px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  position: relative;
}

.hd-button i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.hd-contact a, .black-btn a {
    background: #212121;
    border: solid 0.5px #212121;
}

.hd-contact a:hover,
.black-btn a:hover {
  color: #343434;
  background: #fff;
}

.hd-recruitment a:hover {
  background: #fff;
}

/* フローティングバナー */
.web-float-wrap {
  position: fixed;
  top: 20rem;
  right: 0;
  z-index: 3;
	width: 182px;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(252,100,113,0.5);
	border-right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	text-align: center;
	padding: 1.5rem 1rem
}

.single-recruit .web-float-wrap {
    top: 30rem;
}

.web .web-float-wrap {
	display: none;
}

.web-float-wrap h2 {
	color: rgba(252,100,113,1);
	font-size: 1rem;
	margin-bottom: 1rem;
}

.web-float-wrap p {
	font-size: 0.75rem;
	margin-bottom: 1rem;
	line-height: 1.6;
	margin: 0 9px 1rem;
}

.web-float-btn a {
	background: rgba(252,100,113,1);
	border-radius: 4px;
	border: solid 1px rgba(252,100,113,1);
	display: block;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 0;
	text-align: center;
}

.web-float-btn a:hover {
	background: #fff;
	color: rgba(252,100,113,1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  background: #F3FBFE;
  position: relative;
  margin-top: 80px;
  padding: 50px 0 0;
}

.pagetop-wrapper {
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 2;
}

.pagetop-wrapper a {
  font-size: 40px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.footer-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 0 0 25px;
}
.footer-cont  p{
  margin: 0;
}

.footer-cont .foot_right{
  width: 33%;
  min-width: 400px;
  margin-left: 50px;
}

.foot_logo a span{
  position: relative;
  top: -13px;
  margin-left: 2rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}

.footer-cont dl{
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.footer-cont dl dt{
  float: left;
}

.footer-cont dl dd{
  padding-left: 5rem;
  margin: 0;
}

.foot_tel a{
  display: flex;
  align-items: center;
  color: #000;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: 'Roboto', "Noto Sans JP", helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", メイリオ, sans-serif;
}
.foot_tel a img{
  width: 21px;
  height: 35px;
  margin-top: -2px;
  margin-right: 10px;
}

.footer-menu1-wrapper,
.footer-menu2-wrapper,
.footer-corporate {
  padding: 45px 25px;
}

.footer-menu1-wrapper,
.footer-menu2-wrapper {
  width: 30%;
}

.footer-menu1-wrapper {
  border-left: solid 1px rgba(255,255,255,0.05);
}

.footer-menu2-wrapper {
  border-left: solid 1px rgba(255,255,255,0.05);
  border-right: solid 1px rgba(255,255,255,0.05);
}

.footer-cont .sub-menu {
  margin: 18px 0 0 10px;
}

.footer-cont .sub-menu li {
  margin: 0;
}

.footer-cont .sub-menu li + li {
  margin: 10px 0 0;
}

.footer-cont .sub-menu a {
  color: rgba(255,255,255,0.8);
  font-size: 11px;
}

.footer-cont .sub-menu a::after {
  content: none;
}

.footer-corporate a {
    display: block;
    background: rgba(255,255,255,0.9);
    border: solid 1px #212121;
    border-radius: 5px;
    position: relative;
    width: 200px;
    height: 45px;
    line-height: 45px;
    color: #212121;
    text-align: center;
    font-size: 0.85714rem;
}

.footer-corporate a:hover {
  background: #1A1A1A;
  color: #fff;
}

.footer-corporate .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.footer-corporate .fa-window-restore {
  margin: 0 0 0 5px;
}

.copyright {
    background: #00A0E9;
    padding: 13px 0;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1;
}

.copyright,
.copyright a {
  color: rgba(255,255,255,0.7);
}

.copyright a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #343434;
}

a:hover,
a:active {
  outline: 0;
}

a img{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

a:hover img {
  opacity: 1;
  animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.expansion-thumb {
  overflow: hidden;
}

.expansion-thumb img {
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.expansion-thumb a:hover img {
  transform: scale3d(1.1, 1.1, 1);
  animation: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation{
  margin-left: auto;
}
/*.sp-menu-wrapper.row {
  display: none;
}*/

.main-navigation ul {
  list-style: none;
}

.main-navigation li {
  text-align: center;
  position: relative;
}

.main-navigation li + li {
	margin-left: 30px;
}

.main-navigation a,
.main-navigation a span {
  display: block;
  transition: all .3s ease-in-out;
}
.main-navigation a:after {
  position: absolute;
  bottom: -12.5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #00A0E9;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
.main-navigation a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.main-navigation a {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
}

.sp-menu-area {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 160, 233, 0.5);
  box-sizing: border-box;
  z-index: 3;
}

.sp-menu{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  float: right;
  overflow-y: auto;
  width: 500px;
  height: 100vh;
  padding: 7.5rem 0 80px 80px;
  background: rgba(0, 160, 233, 1);
  box-sizing: border-box;
  list-style: none;
  text-align: left;
}
.sp-menu li{
  display: block;
  width: 420px;
}
.sp-menu li +li{
  margin-top: 1rem;
}
.sp-menu li:last-child{
  margin-bottom: 80px;
}
.sp-menu li a{
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.sp-menu li.sub a,
.sp-menu li .sub-menu a{
  font-size: 1.125rem;
  font-weight: 400;
}
.sp-menu li .sub-menu li{
  width: 100%;
}
.sp-menu li .sub-menu li:last-child{
  margin-bottom: 0;
}
.sp-menu li.sub{
  position: relative;
  box-sizing: border-box;
  width: auto;
}
.sp-menu li:nth-child(10),
.sp-menu li:nth-child(12){
  padding-right: 2rem;
  margin-right: 2rem;
}
.sp-menu li:nth-child(11),
.sp-menu li:nth-child(13){
  width: 12rem;
}
.sp-menu li:nth-child(10)::after,
.sp-menu li:nth-child(12)::after{
  content: "\02044";
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
}

.sp-menu .sub-menu{
  list-style: none;
  margin-top: 1rem;
}

.sp-menu li.entry_nav{
  padding: 8px 0 5px;
  background-color: #fff;
  border-radius: 5px;
  color: #00A0E9;
  text-align: center;
}

.sp-navigation {
  width: 7.5rem;
  height: 7.5rem;
  /*margin-left: 50px;*/
  cursor: pointer;
}
/*募集要項ボタン追加*/
.menu-btn-recruit{
	display:  block;
	position: relative;
	 padding: 20px 10px 3px;
	width: 100%;
	height: 100%;
	background: rgb(16,73,140);
	background: linear-gradient(335deg, rgba(16,73,140,1) 0%, rgba(44,137,215,1) 50%, rgba(0,160,233,1) 100%);
}
.menu-btn-recruit span{
	color:#fff;
	display:block;
	font-weight:600;
	margin-top:8px;
	transition: all .3s ease-in-out;
	font-size:13.7px;
	line-height:1.2em;
}
a.menu-btn-recruit:hover span {
  opacity: 1;
  animation: flash 1.5s;
}
@media screen and (max-width: 1024px) {
	.menu-btn-recruit{
		padding: 7px 5px 3px;
	}
	.menu-btn-recruit img{
		width:30%;
	}
	.menu-btn-recruit span{
		margin-top:5.5px;
		font-size:11.2px;
	}
}
@media screen and (max-width: 510px) {
	.menu-btn-recruit{
		padding: 8px 5px 3px;
	}
	.menu-btn-recruit img{
		width:30%;
	}
		.menu-btn-recruit span{
		margin-top:4.5px;
	}
}
.menu-trigger{
  display:  block;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgb(252,100,113);
  background: -webkit-linear-gradient(250deg, rgba(252,100,113,1) 0%, rgba(252,179,185,1) 100%);
  background: -o-linear-gradient(250deg, rgba(252,100,113,1) 0%, rgba(252,179,185,1) 100%);
  background: linear-gradient(340deg, rgba(252,100,113,1) 0%, rgba(252,179,185,1) 100%);
}

.humberger {
  height: 2rem;
  width: 3rem;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.humberger div {
  position: absolute;
  left: 0;
  height: 4px;
  width: 3rem;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.humberger div:nth-of-type(1) {
  top: 0;
  width: 3rem;
}
.humberger div:nth-of-type(2) {
  top: 0.9rem;
  width: 2.5rem;
}
.humberger div:nth-of-type(3) {
  bottom: 0;
  width: 2rem;
}
.humberger:hover div {
  width: 3rem;
}
.active .humberger{
  z-index: 9999;
}
.active .humberger div {
  width: 3rem;
}
.active .humberger div:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.active .humberger div:nth-of-type(2) {
  display: none;
}
.active .humberger div:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

body.fixed{
  position: fixed;
  width: 100%;
}

#primary-menu li ul {
  position: absolute;
  z-index: 3;
  top: 45px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: solid 1px rgba(52,52,52,0.15);
  transition: all .3s ease;
  opacity: 0;
}

.site-header.fixed #primary-menu li ul {
  top: 28px;
}

#primary-menu li ul li {
  overflow: hidden;
  border: none;
  height: 0;
  position: relative;
  transition: all .3s ease;
}

#primary-menu li ul li:not(:first-child) {
  border-top: solid 1px rgba(52,52,52,0.15);
}

#primary-menu li ul li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#primary-menu li ul li a {
  text-align: center;
  line-height: 48px;
}

#primary-menu li:hover > ul {
  opacity: 1;
}

#primary-menu li:hover > ul > li {
  overflow: visible;
  height: 48px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

.widget_archive h2, 
.widget_recent_entries h2 {
    margin-bottom: 5px;
}

.widget select {
  max-width: 100%;
  margin: 15px 35px;
  font-size: 16px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
    padding: 10px 0 7px 0;
    line-height: 1.3;
    border-bottom: dotted 1px rgba(52,52,52,0.15);
}

.widget li:last-child {
  border-bottom: none;
}

/* 最新記事 */
.recentpost-date {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* カテゴリー */
.widget li.cat-item {
    border: 1.5px solid;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.widget li.cat-item a {
    color: #343434;
}

/* アーカイブ */
.widget_archive li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f152";
    font-weight: bold;
    transform: translateY(-50%);
    margin-right: 8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 30px 0 0;
  padding: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin: 0;
}

.row {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.main-wrapper {
  width: 100%;
  margin: 0 auto;
}

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.btn{
  margin: 0 auto;
}

.btn a{
  display: block;
  width: 100%;
  max-width: 32.5rem;
  padding: 13px 25px 16px 15px;
  background: url(images/common/btn_icon_blue.svg) no-repeat 95% center #00A0E9;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.btn_blue a{
  background: url(images/common/btn_icon_blue.svg) no-repeat 95% center #00A0E9;
}
.btn_pink a{
  background: url(images/common/btn_icon_pink.svg) no-repeat 95% center #FC6471;
}

.btn a:hover{
  opacity: 1;
  animation: flash 1.5s;
}

.bg_blue{
  background-color: #00A0E9;
}
.bg_gunjyo{
  background-color: #151572;
}
.bg_pink{
  background-color: #FC6471;
}

.breadcrumb-list {
    padding: 15px 0 50px;
    font-size: 11px;
}

.breadcrumb-list a {
  color: #000000;
  text-decoration: underline;
}

.breadcrumb-list a:hover{
  text-decoration: none;
}

.breadcrumb-list i {
  margin: 0 8px;
  color: #000000;
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/* スライダー */
.slider-wrapper{
  position:relative;
  width: 100%;
  /*width: 93.75%;
  margin-left: 6.25%;*/
}
.slider-wrapper::after{
  content: "";
  display: block;
}

.slider-wrapper ul{
	list-style: none;	
}

.slick-list{
  /*height: calc(100vh - 120px) ;
  height: -webkit-calc(100vh - 120px) ;
  min-height: 700px;*/
}

.slider-img {
  margin: 0;
  position: relative;
}

.slider-img img {
  width: 100%;
}

.slider-catch-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(52,52,52,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: 100%;
}

.slider-catch {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 55px;
}


/* キャッチ */
.catch-wrapper {
  padding: 80px 0;
  position: relative;
}

.catch-wrapper::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  display: block;
  width: 314px;
  height: 351px;
  margin-left: -42%;
  background: url(images/top/career_img_left@2x.png?02) no-repeat 20% center;
  background-size: cover;
  z-index: -1;
}
.catch-wrapper::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  display: block;
  width: 364px;
  height: 344px;
  margin-left: 23%;
  background: url(images/top/career_img_right@2x.png?02) no-repeat 80% center;
  background-size: cover;
  z-index: -1;
}

.catch-wrapper h2 {
  font-size: 3.125rem;
  margin: 0 0 25px;
  line-height: 1.4;
}

.catch-wrapper .sub{
  font-size: 1.375rem;
  color: #000;
  margin: 30px 0 40px;
}

.catch-wrapper .btn{
  max-width: 22.5rem;
}

.main_catch{
  position: absolute;
  top: 0;
  left: 6.3%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 82%;
  /*height: calc(100vh - 120px) ;
  height: -webkit-calc(100vh - 120px) ;*/
  padding-top: 25%;
  color: #fff;
  font-size: 1.5vw;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0px 3px 10px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
.main_catch h3{
	color: #fff;
	font-size: 5vw;
	letter-spacing: -2px;
}
.main_catch p{
  margin: 0;	
}

/* 特徴 */
.feature-wrapper {
  padding: 0 0 80px;
}

.feature-headline {
  margin: 0 0 30px;
  padding-top: calc(77px - 15px);
  background: url(images/top/moji_dr.svg) no-repeat 40% top;
  background-size: 287px 77px;
  font-size: 3.125rem;
  font-weight: 600;
}

.feature-box{
  position: relative;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
.feature-box h3{
  margin-bottom: 15px;
  font-size: 1.875rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.feature-box h3 strong{
  display: inline;
  padding: 5px 15px;
  background: rgb(0,160,233);
  background: -webkit-linear-gradient(250deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
  background: -o-linear-gradient(250deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
  background: linear-gradient(340deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
  color: #fff;
  font-size: 2.5rem;
}

.feature-box .img_dr{
  position: absolute;
  top: 10px;
  right: 0;
  width: 35%;
  z-index: -1;
}
.feature-box .img_dr .name{
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 8px 15px 8px 20px;
  background-color: #fff;
  font-size: 1.25rem;
}
.feature-box .link{
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  width: 63%;
  margin: 30px 0 50px;
  list-style: none;
}
.feature-box .link .btn{
  margin: 0;
}
.feature-box .link .btn a{
  width: 22.5rem;
  text-align: center;
}

.feature-box .txt{
  width: 63%;
}

.staff_impression{
  position: relative;
  display:  flex;
  align-items: center;
  max-width: 740px;
  width: 63%;
  padding: 30px 2.5%;
  background-color: #FDEDEF;
}
.staff_impression::before{
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(images/top/pink_top_left.svg) no-repeat left top;
}
.staff_impression::after{
  position: absolute;
  bottom: -10px;
  right: -10px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(images/top/pink_bottom_right.svg) no-repeat right bottom;
}

.staff_impression dl{
  margin: 0 0 0 45px;
}
.staff_impression dl dt{
  margin-bottom: 5px;
  font-size: 1.625rem;
}
.staff_impression dl dd{
  margin: 0;
}
.staff_impression dl dd.btn{
  margin-top: 10px;
}

/* 動画 */
.movie-wrapper{
  max-width: 1000px;
  width: 92%;
  padding: 0 0 80px;
  margin: 0 auto;
}
.movie-wrapper h2{
  padding: calc(46px - 10px) 0 0;
  background: url(images/top/moji_interview.svg) no-repeat 30% top;
  background-size: 165px 46px;
  font-size: 3.125rem;
  font-weight: 600;
}

.movie_wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 50px auto 0;
  padding-top: 56.20%;
  border: 1px solid #ccc;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* インタビュー */
.interview-main-top {
  margin-top: 100px;
  background: rgb(231,232,241);
  background: -webkit-linear-gradient(160deg, rgba(231,232,241,1) 0%, rgba(229,245,252,1) 100%);
  background: -o-linear-gradient(160deg, rgba(231,232,241,1) 0%, rgba(229,245,252,1) 100%);
  background: linear-gradient(250deg, rgba(231,232,241,1) 0%, rgba(229,245,252,1) 100%);
}

.pickup-interview-ttl{
  position: absolute;
  top: -5.625rem;
  left: 0;
  right: 0;
  margin: auto;
}
.pickup-interview-ttl h2{
  padding-top: calc(67px - 15px);
  background: url(images/top/moji_sv.svg) no-repeat 42.5% top;
  background-size: 200px 67px;
  font-size: 3.125rem;
  font-weight: 600;
  text-align: center;
}

.interview-main-inner .interview_area{
  max-width: 1300px;
  width: 92%;
  padding: 80px 50px;
}

.interview_area{
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.interview_box{
  width: 48%;
  max-width: 575px;
  background-color: #fff;
}
.interview_box a{
  display: block;
  height: 100%;
}

.interview_img{
  position: relative;
}
.interview_img img{
  position: absolute;
  top: 0;
}
.interview_img .name{
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 6px 20px 3px;
  background-color: #fff;
  color: #00A0E9;
}

.interview_catch{
  height: 100%;
  padding: calc(75% + 15px) 0 15px 15px;
  color: #000;
  font-weight: 600;
}
.interview_catch .inner{
  width: 100%;
  height: 100%;
  padding-right: 95px;
  background: url(images/top/btn_icon_sv.svg) no-repeat 96% center;
}
.interview_catch .ttl{
  margin-bottom: 5px;
  color: #151572;
  font-size: 14px;
}

/* 働きやすい理由 */
.reason-wrapper{
  /*overflow: hidden;*/
  display: flex;
}

.clinic_img{
  order: 1;
  display: flex;
  flex-wrap:  wrap;
  width: 50%;
  max-width: 960px;
  list-style: none;
}
.clinic_img li{
  width: 50%;
  height: calc( 100% - 50% );
  overflow: hidden;
}
.clinic_img li img{
  width: 100%;
  height: 100%;
}

.object-fit{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
  .clinic_img{
    border-top: 6px solid #fff;
  }
  .clinic_img li{
    border-right: 5px solid #fff;
  }
  .clinic_img li img{
    width: auto;
    height: 100%;
  }
}

.reason_content{
  order: 2;
  width: 50%;
}
.reason_content h2{
  margin: 80px 0 50px;
  padding: calc(57px - 10px) 0 0 80px;
  background: url(images/top/moji_reason.svg) no-repeat 25px top;
  background-size: 147px 57px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.reason_txt{
  list-style: none;
  padding-left: 80px;
}
.reason_txt li{
  padding: 16px 15px 14px 45px;
  background: url(images/common/icon_pink_circle.svg) no-repeat 20px 1.47rem #f5f5f5;
  font-size: 1.25rem;
}
.reason_txt li + li{
  margin-top: 10px;
}

.reason-wrapper .btn{
  width: 520px;
  margin: 50px 0 50px 80px;
}

/* コンテンツ */
.content-list-wrapper {
  padding: 50px 0 80px;
  background: url(images/top/bg_info@2x.jpg) no-repeat center center;
  background-size: cover;
}

.content-list-wrapper h2 {
  padding: calc(71px - 20px) 0 0;
  background: url(images/top/moji_info.svg) no-repeat 40% top;
  background-size: 241px 71px;
  font-size: 3.125rem;
  font-weight: 600;
}

.content-list {
  max-width: 995px;
  margin: 30px auto 0;
  padding: 0 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.content-list li.col{
  width: calc((100% - 100px)/ 3);
  min-width: 240px;
  margin: 0 15px 15px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.content-list li.col a{
  display: block;
  color: #000;
}

.content-list img {
  width: 100%;
}

.content-list h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 25px 25px 5px;
}

.content-list p {
  margin: 0 25px 25px;
  font-size: 0.875rem;
}

/* お知らせ・ブログ */
.news-wrapper {
    padding: 80px 0;
}

.news-wrapper h2 {
  padding: calc(52px - 15px) 0 0;
  background: url(images/top/moji_news.svg) no-repeat 44.5% top;
  background-size: 122px 52px;
  font-size: 3.125rem;
  font-weight: 600;
}

.news-list-wrapper{
  max-width: 1200px;
  width: 92%;
  margin: 50px auto 0;
  border-top: 1px solid #ccc;
}

.news-list {
  border-bottom: 1px solid #ccc;
  align-items: center;
}
.news-list a{
  display: block;
  width: 100%;
  padding: 15px 25px 12px;
  box-sizing:  border-box;
  color: #000;
}
.news-list a .ttl{
  text-decoration: underline;
  margin-left: 1rem;
}
.news-list a:hover .ttl{
  text-decoration: none;
}

/* 募集要項一覧 */
.page-recruit-wrapper + .recruit-wrapper{
  display: none;
}
.recruit-wrapper {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 50px;
  flex-wrap: wrap;
  background: rgb(255,247,248);
  background: -webkit-linear-gradient(87deg, rgba(255,247,248,1) 0%, rgba(255,251,251,1) 100%);
  background: -o-linear-gradient(87deg, rgba(255,247,248,1) 0%, rgba(255,251,251,1) 100%);
  background: linear-gradient(177deg, rgba(255,247,248,1) 0%, rgba(255,251,251,1) 100%);
  border: 5px solid #FC6471;
  box-sizing: border-box;
  clear: both;
}
.recruit-wrapper h2{
  padding: calc(62px - 15px) 0 0;
  background: url(images/top/moji_entry.svg) no-repeat 42% top;
  background-size: 129px 62px;
  font-size: 3.125rem;
  font-weight: 600;
}

.recruit-wrapper .btn{
	margin: 10px 10px 0;
	width: 48%;
}

/*--------------------------------------------------------------
## インタビュー一覧
--------------------------------------------------------------*/
.interview-list-wrapper {
  justify-content: space-between;
	flex-wrap: wrap;
}
.interview-archive-list {
    width: 31%;
	margin-bottom: 45px;
}
.interview-archive-list .interview-thumb {
    width: 100%;
    margin-bottom: 20px;
}
.interview-list-inner h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.8;
}
.interview-list-sub {
    list-style: none;
}
.interview-list-sub li {
    display: inline-block;
}

.interview-wrapper .entry-header {
    background: url(images/common/head_entry@2x.jpg) no-repeat center center;
    background-size: cover;
}

.interview-wrapper .entry-header h2::after {
    content: "Interview";
}

.archives{
  width: 92%;
  max-width: 1200px;
  margin: 50px auto 0;
}

.archives .interview_img img{
  position: static;
}

.archives .interview_catch{
  height: auto;
  padding: 15px 0 0;
  background: none;
}

.archives .interview_catch .name{
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 10px;
}

.read_link{
  padding-right: 20px;
  background: url(images/common/link_icon_blue.svg) no-repeat right center;
  font-size: 0.875rem;
  text-align: right;
}

.movie_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 80px;
}

.movie_list li{
  width: 48%;
}

ul.interview_area{
  padding: 30px 0;
}


/*--------------------------------------------------------------
## インタビュー詳細
--------------------------------------------------------------*/
.site-interview-main .entry-header {
    background: url(images/common/head_entry@2x.jpg) no-repeat center center;
    background-size: cover;
}

.site-interview-main .entry-header h2::after {
    content: "Interview";
}

.interview_entry{
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
}

.interview-detail-wrapper{
  margin-left: 50px;
  width: 75%;
}

.interview-name-wrapper{
  margin: 15px 0 0 45px;
  line-height: 2;
}

.interview-qa-wrapper{
  margin-top: 50px;
}

.interview-qa-wrapper li + li{
  margin-top: 30px;
}

.interview-qa-area h2{
  margin-bottom: 1rem;
}

.interview-qa-area h2::before {
  content: "Ｑ.";
  font-size: 1.2rem;
  font-weight: 600;
  color: #2FC0F2;
  margin-right: 0.5rem;
}

.interview-qa-area p{
  margin: 0;
  padding-left: 2.2rem;
}

.other-interview-wrapper{
  width: 92%;
  max-width: 1200px;
  margin: 50px auto;
}

.other-interview-list{
  justify-content: space-between;
  flex-flow: row-reverse;
}

.other-interview-list .read_link{
  background: url(images/common/link_icon_blue.svg) no-repeat 99% center;
}

.movie_area{
  margin-top: 80px;
}

/*--------------------------------------------------------------
## 募集要項
--------------------------------------------------------------*/

.page-recruit-wrapper .entry-header h2::after,
.site-recruit-main .entry-header h2::after {
  content: "Recruit";
}
.recruit-list-wrapper{
  justify-content: center;
}
.recruit-list-wrapper.row{
  flex-wrap :wrap;
	justify-content: space-between;
}
.recruit-list-wrapper.row::after {
display: block;
content:"";
  width: calc( (100% / 2) - 25px );
}
.recruit-list{
  width: calc( (100% / 2) - 25px );
  margin-bottom: 50px;
}

.recruit-list-inner{
  margin-top: 15px;
}

.single-recruit-wrapper{
  max-width: 1200px;
  width: 92%;
  margin: 50px auto;
}

.recruit-feature-wrapper {
  padding: 50px 0;
  /* background: url(images/recruit/bg-recruit.png) no-repeat center center / cover; */
}

.recruit-feature-wrapper h2 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 30px;
}
.btn.link-form{
	margin:2rem 0;
}
.btn.link-form a{
	max-width:20rem;
	background: url(images/common/btn_icon_blue-bottom.svg) no-repeat 95% center #151572 !important;
}
@media screen and (max-width: 668px) {
	.btn.link-form a{
		display:none;
	}
}
.recruit-feature-list {
  margin: 0 -20px;
}

.recruit-feature-list li {
  width: calc( (100%/3) - 40px );
  margin: 0 20px;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

.recruit-feature-no {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-top: 14px;
    font-weight: 100;
}

.recruit-feature-list figure img {
  width: 100%;
}

.recruit-feature-list figcaption {
  padding: 25px 20px;
}

.recruit-feature-list h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
}

.recruit-feature-list h3 i {
  margin: 0 8px 0 0;
}

.recruit-feature-list p {
  font-size: 11px;
  color: rgba(52,52,52,0.5);
  margin: 0;
  line-height: 1.8;
}

.recruit-wrapper {
    margin: 0 auto;
}
.recruit-table,
table {
  margin: 0 0 50px;
}
table {
    /* margin-top: 30px; */
}

.recruit-table th,
.recruit-table td,
th,td {
  padding: 20px 25px;
  line-height: 1.6;
  border: solid 1px rgba(52,52,52,0.15);
}

.recruit-table th,
th {
  font-weight: 600;
  background: rgba(52,52,52,0.05);
  width: 30%;
}

.recruit-table td p{
  margin: 0;
}

.recruit-table td .indent{
  padding-left: 1em;
  text-indent: -1em;
}

.form-area section{
  margin-bottom: 50px;
}

.entry-form {
  text-align: center;
}

.entry-form p {
  margin: 0 0 10px;
}

.entry-form label {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}

.entry-submit {
  width: 170px;
  height: 45px;
  margin: 30px auto 0;
  position: relative;
}

.entry-submit input[type="submit"] {
  width: 100%;
  height: 100%;
}

.entry-submit input[type="submit"]:focus,
.entry-submit input[type="submit"]:active {
  outline: none;
}

.entry-submit i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  transition: all .3s ease-in-out;
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.side-main {
    float: left;
    /* width: 68%; */
	width: 100%;
}
.widget-area {
    float: left;
    width: 26%;
    margin-left: 6%;
	display: none;
}

/*--------------------------------------------------------------
## アーカイブ（お知らせ）
--------------------------------------------------------------*/
.archive-news-list,
.archive-blog-list {
    list-style: none;
    border-bottom: 1px solid #ccc;
}
.archive-news-list:nth-child(even),
.archive-blog-list:nth-child(even) {
    background: rgba(52,52,52,0.05);
}
.archive-news-date,
.archive-blog-date {
    margin-bottom: 8px;
}
.archive-news-title h3,
.archive-blog-title h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}
.archive-news-contents,
.archive-blog-contents {
    line-height: 1.6;
    font-size:11px;
}
.archive-news-contents a,
.archive-blog-contents a {
    color: rgba(52,52,52,0.5);
}
.archive-news h2, .archive-blog h2 {
    margin-bottom: 15px;
}

.news .entry-header h2::after {
  content: "News";
}

.news_head{
  max-width: 1200px;
  width: 92%;
  margin: 50px auto 15px;
}


.archive-news .news-list-wrapper{
  margin: 80px auto;
  width: 100%;
}

.archives-nav{
  margin-bottom: 80px;
  text-align: center;
}
.archives-nav a,
.archives-nav span{
  display: inline-block;
  padding: 10px 0;
  width: 30px;
  text-align: center;
  border: 1px solid #00a0e9;
}
.archives-nav .current,
.archives-nav a:hover{
  background-color: #00a0e9;
  color: #fff;
}



/*--------------------------------------------------------------
## アーカイブ（ブログ）
--------------------------------------------------------------*/
.archive-blog-list {
    display: flex;
    justify-content: space-between;
}
.archive-blog-list figure {
    width: 20%;
}
.archive-blog-list figure img {
    width: 100%;
}
.blog-info {
    width: 77%;
}

/*--------------------------------------------------------------
## アーカイブ（求人）
--------------------------------------------------------------*/
.archive .recruit-wrapper {
    margin: 0 auto;
}


/*--------------------------------------------------------------
## 記事ページ（お知らせ）
--------------------------------------------------------------*/
.single-news-date {
    margin-bottom: 5px;
}
.single-news-title {
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(52,52,52,0.15);
    line-height: 1.6;
    font-weight: 600;
}
.head-social-btn {
    margin: 15px 0;
}
.head-social-btn ul {
    display: flex;
    flex-wrap: wrap;
}
.head-social-btn li {
    list-style: none;
    margin-right: 10px;
    display: table;
}
.head-social-btn li iframe {
    height: 20px;
}
.news-contents {
    margin: 30px 0 20px;
    line-height: 1.8;
    border-bottom: dotted 1px rgba(52,52,52,0.15);
    padding-bottom: 50px;
}

.paging{
  max-width: 1200px;
  width: 92%;
  margin: 1rem auto 0;
}

.paging .prev {
  float: left;
  position: relative;
  padding-left: 10px;
}
.prev.hd-button i {
  position: absolute;
  left: 0;
  top: 6px;
  
}
.paging .next {
  float: right;
}

/*--------------------------------------------------------------
## 記事ページ（ブログ）
--------------------------------------------------------------*/
.blog-list-cat {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
## 固定ページ
--------------------------------------------------------------*/
.page-layout + .page-layout {
    margin-top: 50px;
}
.page-layout p {
    line-height: 1.6;
}
.page-layout ul {
    line-height: 1.6;
    margin-left: 15px;
}
.headline {
    margin-bottom: 15px;
}

.entry-header,
.interview-header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 450px;
    background: url(images/common/head_page@2x.jpg) no-repeat center center;
    background-size: cover;
}
.entry-header h2,
.interview-header h2{
    width: calc( 100% - 6.3%);
    padding-left: 6.3%;
    color: #fff;
    font-size: 3.125rem;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}
.entry-header h2:after,
.interview-header h2:after{
    display: block;
    font-size: 1.625rem;
}
h2.headline {
    position: relative;
    font-size: 2.5rem;
    padding-left: 45px;
}

h2.headline::before{
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  display: block;
  width: 30px;
  height: 8px;
  margin: auto;
  background: rgb(0,160,233);
  background: -webkit-linear-gradient(11deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
  background: -o-linear-gradient(11deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
  background: linear-gradient(101deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
}
h3.headline,
.h3-headline{
  font-size: 1.875rem;
  font-weight: 600;
}

h3.headline::after,
.h3-headline::after{
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    margin-top: 5px;
    background: -webkit-linear-gradient(11deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
    background: -o-linear-gradient(11deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
    background: linear-gradient(101deg, rgba(0,160,233,0.8) 0%, rgba(21,21,114,0.8) 100%);
}
h4.headline {
    font-size: 14px;
}
h4.headline:first-letter {
    font-size: 150%;
    margin-right: 1px;
    color: rgba(0, 0, 0, 0.5);
}
h5.headline {
    font-size: 14px;
    background: -webkit-linear-gradient(transparent 45%, rgba(0, 0, 0, 0.1) 45%);
    background: -o-linear-gradient(transparent 45%, rgba(0, 0, 0, 0.1) 45%);
    background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.1) 45%);
    display: inline;
}
h6.headline {
    font-size: 14px;
}

.breadcrumb-list{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 6.3%;
  background: rgba(255,255,255,0.5);
  box-sizing: border-box;
}

.entry-content{
  max-width: 1200px;
  width: 92%;
  margin: 80px auto 0;
}

.entry-content strong{
  color: #00A0E9;
}

.post-edit-link{
  display: none !important;
}

/*--------------------------------------------------------------
## 教育プラン
--------------------------------------------------------------*/
.careerplan .entry-header{
    background: url(images/common/head_careerplan@2x.jpg?2021) no-repeat center center;
    background-size: cover;
}

.careerplan .entry-title::after{
  content: "Career plan";
}

.careerplan .careerplan_list{
  margin-top: 50px;
  padding: 30px 30px 30px 0;
  border: 1px solid rgba(112,112,112,0.1);
  color: #333;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}

.careerplan .careerplan_list h4{
  margin-bottom: 1rem;
  padding-left: 30px;
  position: relative;
  font-size: 1.875rem;
}

.careerplan .careerplan_list h4 span{
  display: block;
  color: #151572;
  font-size: 0.875rem;
}

.careerplan .careerplan_list h4::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: rgb(21,21,114);
  background: -webkit-linear-gradient(11deg, rgba(21,21,114,1) 0%, rgba(0,160,233,1) 100%);
  background: -o-linear-gradient(11deg, rgba(21,21,114,1) 0%, rgba(0,160,233,1) 100%);
  background: linear-gradient(101deg, rgba(21,21,114,1) 0%, rgba(0,160,233,1) 100%);
}

.careerplan_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.careerplan_list .left_m30{
  margin: 0 0 1rem 30px;
}

.careerplan_list .list_inner{
  width: 44%;
}

.careerplan_list .career_table,
.img_career{
  width: 52%;
  height: auto;
  max-width: 600px;
  margin: 0;
}

.careerplan_list .career_table th{
  background-color: #E5F5FD;
}

.careerplan_list .career_table th,
.careerplan_list .career_table td{
  padding: 10px 15px;
  font-size: 0.875rem;
}

.careerplan_list .career_table table{
  margin-bottom: 0;
}

.firstyear_area dl dt{
  font-size: 1.125rem;
  float: left;
}

.firstyear_area dl dd{
  position: relative;
  margin: 0 0 0 160px;
  padding-top: 3px;
}

.firstyear_area dl dd::before{
  content: "";
  position: absolute;
  top: 15px;
  left: -60px;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #ccc;
}

.firstyear_area dl dd p{
  margin: 0;
}

.firstyear_area dl dd p.bold{
  font-weight: 600;
}

.firstyear_area dl dd ul{
  list-style: none;
  margin: 10px 0;
}

.firstyear_area dl dd strong{
  color: #FC6471;
}

.careerplan_img{
  margin: 30px 0;
}
  
/*--------------------------------------------------------------
## 院長メッセージ
--------------------------------------------------------------*/
.message .oya_anker .sub-menu{
  margin: 0;
}

.message .anker{
  display:  none;
}
.message .entry-header{
  background: url(images/common/head_message@2x.jpg) no-repeat left center;
  background-size: cover;
}

.message .entry-title::after{
  content: "Message";
}

.message .entry-content .name{
  text-align: right;
  font-weight: 600;
}

.message .staff_impression{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 125px;
}

.message .staff_impression .im_inner{
  display: flex;
}

.message .staff_impression .im_inner img{
  width: 240px;
  height: 174px;
}

.message .staff_impression .more .inner{
  position: absolute;
  right: 50px;
  bottom: 0;
  max-width: 340px;
  width: 80%;
  height: 317px;
  padding-top: 125px;
  background: url(images/common/dr_fujioka@2x.png) no-repeat right bottom;
  background-size: 271px 317px;
}

.message .staff_impression .more .inner p{
  margin: 0;
  font-weight: 600;
  text-align: left;
}

.message .staff_impression .more .inner .btn{
  margin-top: 45px;
}

.message .more_link{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 80px auto 80px;
}

.message .more_link a{
  margin: auto;
}

#staff_impression{
  margin-top: 80px;
}

.im_box{
  display:  flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.im_box .staff{
  width: 230px;
  text-align: center;
}

.im_box .staff img{
  display:  block;
  width: 220px;
  height: auto;
  margin-bottom: 10px;
}

.im_box .staff .name{
  font-weight: 600;
  text-align: center;
}

.im_box .staff .name span{
  font-weight: 400;
}

.im_box .im_inner{
  width: calc(100% - (220px + 50px) );
  padding: 2rem;
  background: rgba(252,100,113,0.1);
  border-radius: 0.5rem;
  position: relative;
}

.im_box .im_inner p{
  margin: 0;
}

.im_box .im_inner strong{
  color: #FC6471;
}

.im_box .im_inner dl dt,
.im_box .im_inner dl dd{
  margin: 0;
}

.im_box .im_inner dl dt{
  margin-bottom: 0.5rem;
}

.im_box .im_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid rgba(252,100,113,0.1);
}

/*--------------------------------------------------------------
## 院長の印象
--------------------------------------------------------------*/
.impression .entry-header{
    background: url(images/common/head_impression@2x.jpg) no-repeat center center;
    background-size: cover;
}

.impression .entry-title::after{
  content: "Impression";
}

/*--------------------------------------------------------------
## 院長に聞く99の質問
--------------------------------------------------------------*/
.faq99 .entry-header{
    background: url(images/common/head_faq99@2x.jpg) no-repeat left center;
    background-size: cover;
}

.faq99 .entry-title::after{
  content: "Interview";
}

#mokuji ul{
  display:  flex;
  justify-content: center;
  margin: 0 0 4rem;
  flex-wrap: wrap;
  list-style: none;
}

#mokuji ul li a{
  font-size: 1.25rem;
}

#mokuji ul li + li:before{
  content: "／";
  padding-right: 1rem;
  margin-left: 1rem;
}

.faq99{
  counter-reset : q-counter 0;
}

.faq99-wrap{
  margin-bottom: 50px;
  overflow: hidden;
}

.faq99-wrap h2{
  float: left;
}

.faq99-wrap .faq99-inner{
  margin: 0 0 30px;
  padding: 50px;
  border: 1px solid #00a0e9;
  width: 80%;
  float: right;
}

.faq99-wrap .faq-item h3{
  counter-increment: q-counter;
  padding-left: 2em;
  text-indent: -2em;
}

.faq99-wrap .faq-item h3::before {
  content: counter(q-counter,decimal-leading-zero)".";
  font-size: 1.2rem;
  font-weight: 600;
  color: #2FC0F2;
  margin-right: 0.5rem;
}

.faq99-wrap .faq-item p{
  padding-left: 2.3rem;	
}

.mokuji-link{
  text-align: right;
  clear: both;
}

/*--------------------------------------------------------------
## 働きやすい理由
--------------------------------------------------------------*/
.reason .entry-header{
  background: url(images/common/head_reason@2x.jpg) no-repeat center center;
  background-size: cover;
}

.reason .entry-title::after{
  content: "Reason";
}

.reason_inner{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.reason_inner img{
  width: 400px;
  height: 300px;
}

.reason_inner .reason_box{
  margin-right: 50px;
}

.reason .page-layout{
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
## 働く環境Q&A
--------------------------------------------------------------*/
.faq .entry-header{
  background: url(images/common/head_faq@2x.jpg) no-repeat center center;
  background-size: cover;
}

.faq .entry-title::after{
  content: "Q&A";
}

.faq .faq99-wrap .faq-item h3::before{
  content: "Ｑ.";
}

/*--------------------------------------------------------------
## 医院概要
--------------------------------------------------------------*/

.clinic .entry-title::after{
  content: "Clinic";
}

/*--------------------------------------------------------------
## お知らせ
--------------------------------------------------------------*/

.archive-news .entry-title::after{
  content: "News";
}

/*--------------------------------------------------------------
## お問い合わせ
--------------------------------------------------------------*/

.contact .entry-title::after{
  content: "Contact";
}

.contact_wrapper{
  display: flex;
  justify-content: space-between;
}

.contact_wrapper .form_left{
  width: 280px;
}

.contact_wrapper .form_right{
  width: calc(100% - (280px + 50px));
}

/*--------------------------------------------------------------
## プライバシーポリシー
--------------------------------------------------------------*/

.privacy-policy .entry-title::after{
  content: "Privacy policy";
}


/*--------------------------------------------------------------
## Web面談ページ
--------------------------------------------------------------*/
.web-exp-wrap {
	justify-content: space-between;
	margin-bottom: 4.5rem;
}

.web-exp-wrap .img,
.web-exp-wrap .txt {
	width: calc((100% - 3.5rem)/2);
}

.web-exp-wrap .txt h3 {
	margin-bottom: 2rem;
}

.web-exp-wrap .txt p {
	margin: 0 0 2rem 0;
}

.web-flow .flow-wrap.row {
    justify-content: space-between;
}

.web-flow .flow-wrap div {
    width: calc((100% - 7rem)/3);
}
.web-flow .flow-wrap div figure {
    margin-bottom: 1rem;
}

.web-flow .flow-wrap div figcaption h3::before {
	content: none;
}

.web-flow .flow-wrap div figcaption h3 span {
	color: #00a0e9;
	margin-right: 0.5rem;
}
.recruit-btn.web-app-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 5rem;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #00a0e9;
}

.web-faq-wrap .faq-box{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
}

.web-faq-wrap .faq-box .txt{
  width: 100%;
}
.web-faq-wrap .faq-box .question,
.web-faq-wrap .faq-box .answer {
  display: flex;
  line-height: 1.8;
}

.web-faq-wrap .faq-box .question{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.web-faq-wrap .faq-box .question .icon {
  color: #00a0e9;
  margin-right: 0.5rem;
}

.web-faq-wrap .faq-box .answer .icon {
  color: #00a0e9;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.faq-box + .faq-box {
    margin-top: 15px;
}

.req {
  display: inline-block;
  margin: 0 0 5px 5px;
  padding: 0 3px;
  background-color: #FC982D;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}

.contentbox-area {
	align-items: flex-start;
}
.contentbox-txt {
	margin-left: 30px;
	width: calc(100% - (350px + 30px));
}
p.contentbox-txt{
	margin-top: 0;
}
.contentbox-img {
	width: 350px;
	height: 263px;
}
.contentbox-area img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.error-404{
  max-width: 1200px;
  width: 92%;
  margin: 80px auto;
}
.notfound-ttl-text,
.notfound-list {
  line-height: 1.4;
}

.notfound-list {
  font-size: 16px;
  margin: 20px;
  padding: 15px;
}
.notfound-list,
.notfound-list li{
  list-style: disc;
}

.page-item-7,
.page-item-121,
.page-item-588{
  display: none;
}

.search-form-wrapper input[type="search"] {
  width: 80%;
}

.search-form-wrapper input[type="submit"] {
  display: inline-block;
  width: 60px;
  height: 25px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
	
.fix-btn {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 250px;
}

.fix-btn a {
  display: block;
  width: 60px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.fix-btn a:hover {
    color: #00A0E9;
    background: #fff;
}

.fix-btn a i {
	transform:rotate(-90deg)\9; /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
	.fix-btn a i {
		transform:rotate(-90deg); /* IE10以上 */
	}
}

.fix-btn2 {
    position: static;
    display: none;
}

.fix-btn2 a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    padding: 18px 10px;
    margin: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    position: relative;
    background: #151572;
}

.fix-btn2 i.far.fa-envelope {
    margin-right: 10px;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media screen and (max-width: 1815px) {
  .main-navigation{
    display: none;
  }
}/* max-width: 1700px */
@media screen and (max-width: 1700px) {
  .catch-wrapper::before {
	  width: 177px;
    height: 198px;
	  margin-left: -36%;
  }
  .catch-wrapper::after {
	  width: 202px;
    height: 193px;
    margin-left: 21%;
  }
}/* max-width: 1700px */

@media screen and (max-width: 1636px) {
  
  .catch-wrapper h2,
  .feature-headline,
  .movie-wrapper h2,
  .pickup-interview-ttl h2,
  .reason_content h2,
  .content-list-wrapper h2,
  .news-wrapper h2,
  .recruit-wrapper h2{
    font-size: 2.5rem;
  }
}/* max-width: 1636px */

@media screen and (max-width: 1300px) {
  
  .catch-wrapper h2,
  .feature-headline,
  .movie-wrapper h2,
  .pickup-interview-ttl h2,
  .reason_content h2,
  .content-list-wrapper h2,
  .news-wrapper h2,
  .recruit-wrapper h2{
	  font-size: 2rem;
  }
  
  .feature-headline{
    background: url(images/top/moji_dr.svg) no-repeat calc((50% + 100px) - 200px) top;
    background-size: 200px 77px;
  }
  
  .movie-wrapper h2{
    background: url(images/top/moji_interview.svg) no-repeat calc((50% + 60px) - 160px) top;
    background-size: 120px 46px;
  }
  
  .pickup-interview-ttl {
    top: -5rem;
  }
  .pickup-interview-ttl h2 {
    background: url(images/top/moji_sv.svg) no-repeat calc((50% + 75px) - 150px) top;
    background-size: 150px 67px;
  }
  
  .reason_content h2{
    background: url(images/top/moji_reason.svg) no-repeat 25px top;
    background-size: 100px 57px;
  }
  
  .content-list-wrapper h2 {
    background: url(images/top/moji_info.svg) no-repeat calc((50% + 100px) - 200px) top;
    background-size: 200px 71px;
  }

  .news-wrapper h2 {
    background: url(images/top/moji_news.svg) no-repeat calc((50% + 50px) - 100px) top;
    background-size: 100px 52px;
  }

  .recruit-wrapper h2 {
    background: url(images/top/moji_entry.svg) no-repeat calc((50% + 50px) - 100px) top;
    background-size: 100px 62px;
  }
  
  .catch-wrapper .sub{
    font-size: 1rem;
  }
  
  .feature-box h3{
	font-size: 1.5rem;  
  }
  
  .feature-box h3 strong{
	font-size: 2rem;  
  }
  
  .reason_txt{
    margin-right: 30px;
  }
  .reason_txt li{
    font-size: 1rem;
  }

  .reason-wrapper .btn{
    width: auto;
	margin: 50px 30px 0 80px;
  }

  .btn{
    width: auto !important;
  }
  
  .feature-box .link .btn{
	  width: 48% !important; 
  }
  .feature-box .link .btn a{
	  width: 100%;  
  }
  .feature-box .txt br{
	  display: none;  
  }
  
  .staff_impression dl dt{
    font-size: 1.25rem;
  }
  
  .foot_logo a span{
    display: block;
    top: 0;
    margin: 10px 0 0;
    font-size: 1rem;
  }

  /*--------------------------------------------------------------
  #　固定ページ
  --------------------------------------------------------------*/
  
  .message .staff_impression{
    display: block;
    max-width: 730px;
    margin: 125px auto 0;
  }

  .message .staff_impression .im_inner{
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
  
  .message .staff_impression .more{
    width: 100%;
    max-width: inherit;
    margin: 0 auto 50px;
    height: 195px
  }
  .message .staff_impression .more .inner{
    position: relative;
    top: -125px;
    right: auto;
    margin: 0 auto;
  }
  .message .staff_impression .more .btn {
    margin-top: 45px;
  }
  .careerplan_list .list_inner p br.pc{
    display: none;
  }
  
}/* max-width: 1300px */

@media screen and (max-width: 1140px) {
  .staff_impression{
	display: block;
	text-align: center;
  }
  
  .staff_impression dl{
	margin: 1rem 0 0;  
  }
  
  .staff_impression dl dd.btn a{
	width: 100%;
	max-width: inherit;
  }
  
  .foot_left{
    width: 50%;
  }
  
  /*.foot_logo a img{
    width: calc(100% - 14rem);
  }*/
  

  /*--------------------------------------------------------------
  #　固定ページ
  --------------------------------------------------------------*/
  .message .entry-header {
    background: url(images/common/head_message_1140@2x.jpg) no-repeat right center;
    background-size: cover;
  }
  
  .message .staff_impression .im_inner{
	  display: block;  
  }
  
  .faq99 .entry-header {
    background: url(images/common/head_faq99@2x.jpg) no-repeat center center;
    background-size: cover;
  }

  
}/* max-width: 1140px */

@media screen and (max-width: 1024px) {

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .hd-sub-link {
    display: none;
  }
  
  .site-title{
	  width: auto;
	  height: 4.5rem;  
  }
  
  .site-title a{
    position: relative;
    height: 2.5rem;
  }
  
  .site-title a img{
    position: absolute;
    top: 0;
	  width: auto;
	  height: 100%;  
  }
  
  .site-title a span{
    top: -12px;
    margin-left: 12rem;
    font-size: 1rem;
  }
  
  .sp-navigation{
	  width: 4.5rem;
	  height: 4.5rem;
  }
  
  .humberger{
	  width: 2.5rem;
  }
  
  .humberger div{
	  height: 3px;  
  }
  
  .humberger div:nth-of-type(1){  
	  width: 2.5rem;
  }
  
  .humberger div:nth-of-type(2){  
	  width: 2rem;
  }
  
  .humberger div:nth-of-type(3){  
	  width: 1.5rem;
  }
  
  .active .humberger div:nth-of-type(1),
  .active .humberger div:nth-of-type(3){
	  width: 2.5rem;
  }
  
  .sp-menu-area{
    top: 4.5rem;
  }
  
  .sp-menu{
    padding: 80px  0 80px 80px;
  }
  
  .sp-menu li +li{
    margin-top: 15px;
  }
  
  .sp-menu .sub-menu li +li{
    margin-top: 10px;
  }
  
  .sp-menu li.sub{
	font-size: 1rem;
  }
  

  /*--------------------------------------------------------------
  # トップページ
  --------------------------------------------------------------*/
  
  .main_catch{
    font-size: 0.75rem;
  }
  
  .main_catch h3{
    font-size: 1.5rem;
  }
  
  .catch-wrapper::before,
  .catch-wrapper::after {
    display:  none;
  }
  
  .feature-box{
    text-align: center;
  }
  .feature-box .img_dr{
	position: relative;
    top: 0;
    width: 50%;
    margin: 0 auto 1rem;
    padding: 0;
  }
  .feature-box .img_dr .name{
    font-size: 1rem;
  }
  .feature-box .txt,
  .staff_impression{
    width: 80%;
    margin: 0 auto;
  }
  .feature-box .link{
    width: 80%;
    margin: 1.5rem auto;
  }

  .recruit-list {
    width: calc( (100% / 2) - 50px );
  }

  .interview-multi-wrapper .interview-thumb {
    width: 35%;
  }

  .interview-all-link {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(-15px);
    text-align: right;
  }
  
  .reason-wrapper{
    display: block;
  }
  
  .reason_content,
  .clinic_img{
    width: 100%;
    max-width: inherit;
  }
  
  .reason_content h2{
    margin: 50px 0;
    padding: calc(57px - 10px) 0 0 50px; 
  }
  
  .reason_content h2 br{
    display: none;
  }
  
  .reason_txt{
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  
  .reason-wrapper .btn{
    width: 92% !important;
    margin: 30px auto;
  }
  
  .reason-wrapper .btn a{
    width: 100%;
    margin: 0 auto;
  }
  
  .clinic_img li img{
    width: 100%;
    height: auto;
  }
  
  .movie_area{
    margin-top: 50px;
  }

  /*--------------------------------------------------------------
  # インタビュー
  --------------------------------------------------------------*/
  
  ul.interview_area{
    padding: 0;
  }

  /*--------------------------------------------------------------
  # 募集要項詳細
  --------------------------------------------------------------*/
  .recruit-feature-no {
    width: 50px;
  }

  .recruit-feature-list {
    margin: 0 -15px;
  }

  .recruit-feature-list li {
    width: calc( (100%/3) - 30px );
    margin: 0 15px;
  }

  /*--------------------------------------------------------------
  # 固定ページ
  --------------------------------------------------------------*/
  .entry-header{
    height: 250px;
  }
  
  .entry-header h2{
    font-size: 2rem;
  }
  
  .entry-header h2:after{
    font-size: 1.5rem;
  }
  
  .entry-content{
    margin: 50px auto 0;
  }
  
  .im_box{
    display: block;
  }
  
  .im_box .staff{
    margin: 0 auto 30px;
  }
  
  .im_box .im_inner{
    width: 100%;
  }
  
  .im_box .im_inner::before{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(252,100,113,0.1);
  }


.interview-main-inner .interview_area{
    padding: 50px 0;
  }
  
  .interview_entry{
    margin: 50px auto;
  }
  
  .interview-main-inner{
    display: block;
  }
  
  .interview-detail-wrapper {
    width: 100%;
    margin: 15px 0 0 0;
  }
  
  .interview-thumb{
    text-align: center;
  }
  
  .reason_inner{
    display: block;
  }
  
  .reason_inner img{
    display: block;
    margin: 30px auto;
  }
  
  .reason_inner .reason_box{
    margin: 0;
  }

  .careerplan_list{
    display: block;
  }
  
  .careerplan_list .list_inner{
    width: 100%;
  }
  
  .careerplan_list .career_table,
  .img_career{
    width: 100%;
    margin: 30px auto 0;
    padding-left: 30px;
  }
  .img_career{
    display: block;
  }
	
	.contentbox-area{
		display: block;
	}
	
	.contentbox-img,
	.contentbox-txt{
		width: 100%;
		height: auto;
	}
	.contentbox-txt {
    margin-left: 0;
    margin-top: 30px;
	}
  
}/* max-width: 1024px */

@media screen and (max-width: 768px) {

  .row { flex-wrap: wrap; }
  .row-tb-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-tb-2 > .col { width: calc( (100% / 2) ); }
  .row-tb-3 > .col { width: calc( (100% / 3) ); }
  .row-tb-4 > .col { width: calc( (100% / 4) ); }

  .main-wrapper {
    width: 92%;
  }

  .breadcrumb-list {
    width: 100%;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .hd-top-wrapper{
    position:  relative;
  }
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  
  .site-branding{
    width: calc(100% - 4.5rem);
  }
  
  .site-title{
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  
  .sp-navigation{
    margin: 0;
  }

  .hd-right,
  .gm,
  .sp-menu-area {
    display: none;
  }

  .hd-sp-btn {
    padding: 0 15px 0 0;
    border-right: solid 1px rgba(52,52,52,0.15);
  }

  .hd-sp-btn i,
  .menu-trigger i {
    font-size: 25px;
  }

  .hd-sp-btn span,
  .menu-trigger span {
    display: block;
    color: rgba(52,52,52,0.5);
    font-size: 11px;
    margin: 6px 0 0;
  }

  .menu-trigger {
    color: #343434;
    display: inline-block;
  }
  .sp-menu{
	  width: 100%;
	  padding: 50px 30px;
  }
  
  .sp-menu li{
    width: 100%;
  }
  
  .sp-menu li.sub{
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .sp-menu li.sub::after{
    display: none;
  }
  
  .sp-menu li.sub:last-child{
	margin-bottom: 80px !important;  
  }

  /*.sp-menu-area li {
    padding: 0 20px;
  }

  .sp-menu-area li + li a {
    border-top: solid 1px rgba(255,255,255,0.05);
  }

  .sp-menu-area a {
    display: block;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 14px;
  }

  .sp-menu-area li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .sp-menu-area li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: bold;
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .sp-menu-area li ul {
    margin: 0 0 15px 12px;
  }

  .sp-menu-area li ul li {
    padding: 0;
  }

  .sp-menu-area li ul li a {
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    padding: 5px 0;
    border-top: none;
  }

  .sp-menu-area li ul li::after,
  .sp-menu-area li ul a::after {
    content: none;
  }*/

  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/
  .footer-wrapper{
    margin-top: 50px;
  }
  .footer-cont{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .foot_left,
  .foot_right{
    width: 100% !important;
    max-width: inherit;
  }
  
  .foot_right{
    margin: 25px auto !important;
  }
  
  .foot_right dl.time{
    width: 24.6875rem;
    margin: 0 auto;
  }
  
  .foot_right dl.time dd{
    text-align: left;
  }
  
  .foot_tel a{
    justify-content: center;
  }

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  
  .catch-wrapper,
  .news-wrapper{
    padding: 50px 0;
  }
  .feature-wrapper,
  .movie-wrapper{
    padding-bottom: 50px;
  }
  .news-list-wrapper{
    margin-top: 10px;
  }
  .recruit-wrapper{
    padding: 30px;
  }
  
  .catch-wrapper h2 {
    font-size: 1.75rem;
	margin-bottom: 0;
  }
  .catch-wrapper .sub{
    margin: 1rem;
  }
  .catch-wrapper .btn{
    width: 20rem !important;
  }

  .feature-box .txt{
    width: 100%;
  }

  .feature-box .link {
    width: 100%;
  }

  .staff_impression{
    width: 100%;
    padding: 5%;
  }
  
  .staff_impression dl dd br{
	  display: none;
  }

  .interview-multi-wrapper .interview-thumb {
    width: auto;
  }

  .interview-list-tab,
  .interview-multi-wrapper {
    flex-basis: 100%;
  }

  .interview-list-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .interview-list-tab li {
    margin: 0 10px 0 0;
  }

  .interview-multi-wrapper {
    margin: 30px 0 0;
  }

  .news-cont-inner-first,
  .news-cont-inner-second {
    padding: 0;
  }

  .news-cont-inner-second {
    margin: 35px 0 0;
  }
  

  /*--------------------------------------------------------------
  ## インタビュー詳細
  --------------------------------------------------------------*/
  .interview-img-left,
  .interview-img-right {
    flex-basis: 30%;
  }

  .interview-img-left {
    margin: 0 20px 40px 0;
  }

  .interview-img-right {
    margin: 0 0 40px 20px;
  }

  .interview-qa-wrapper h2 {
    font-size: 20px;
    margin: 0 0 25px;
    padding-left: 1.7em;
    text-indent: -1.7em;
  }

  .interview-qa-wrapper h2 span {
    font-size: 24px;
  }

  .interview-qa-wrapper h3 {
    font-size: 16px;
    margin: 0 0 12px;
  }
  
  .movie_list li{
    width: 100%;
  }

  /*--------------------------------------------------------------
  ## 募集要項詳細
  --------------------------------------------------------------*/
  .recruit-feature-list h3 {
    font-size: 16px;
    margin: 0 0 12px;
  }
  

  /*--------------------------------------------------------------
  ## 固定ページ
  --------------------------------------------------------------*/
  h2.headline{
    font-size: 2rem;
  } 
  h2.headline::before{
    top: 1.5rem;
  }
  
  h3.headline, .h3-headline {
    font-size: 1.5rem;
  }
  
  .faq99-wrap h2{
    float: none;
	  margin-bottom: 1rem;
  }
  
  .faq99-wrap .faq99-inner{
	  width: 100%;
    float: none;  
  }
  
  .firstyear_area dl dt{
    float: none;
  }
  
  .firstyear_area dl dd{
    margin: 10px 0 50px 8px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
  }
  
  .firstyear_area dl dd::before{
    display: none;
  }

  .careerplan_list .career_table th,
  .careerplan_list .career_table td{
    padding: 10px;
    font-size: 0.8125rem;
  }
	
	.web-flow .flow-wrap{
	  flex-wrap: wrap;
	}
	.web-flow .flow-wrap div {
    width: 100%;
	}
	
	.flow-wrap .inner + .inner {
    margin-top: 30px;
	}

  /*--------------------------------------------------------------
  ## お問い合わせ
  --------------------------------------------------------------*/

  .contact .entry-title::after{
    content: "Contact";
  }

  .contact_wrapper{
    display: block;
  }

  .contact_wrapper .form_left{
    width: 100%;
  }
  
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"]{
    width: 100%;
  }

  .contact_wrapper .form_right{
    width: 100%;
  }

}/* max-width: 768px */


@media screen and (max-width: 667px) {

  .row-sp-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-sp-2 > .col { width: calc( (100% / 2) ); }
  .row-sp-3 > .col { width: calc( (100% / 3) ); }
  .row-sp-4 > .col { width: calc( (100% / 4) ); }

	
  .recruit-table th, .recruit-table td, th, td {
    display: block;
    width: 100% !important;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/

  .site-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
    width: 100%;
    animation: none;
  }
	
  .site-branding {
    width: 10.5625rem;
    padding-left: 4%;
    box-sizing: content-box;
  }
  
  .site-title {
    width: 100%;
  }
  
  .site-title a{
    height: 3.5rem;
  }
  
  .site-title a img{
    height: 2.5rem;
  }
  
  .site-title a span{
    display: block;
    top: 2.4rem;
    bottom: 0;
    margin-left: 0;
    font-size: 0.75rem;
  }
	
  .breadcrumb-list {
    line-height: 1.6;
  }
	/* フローティングバナー */
	.web-float-wrap {
		display: none;
	}
	

  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/
  .footer-cont{
    width: 92%;
    margin: 0 auto;
  }
  .footer-cont .foot_logo{
    width: 80%;
    margin: 0 auto;
  }
  .footer-cont .foot_right{
    min-width: inherit;
  }
  .footer-cont .foot_right .time{
    width: 100%;
  }
  .footer-cont dl.time dt{
    float: none;
  }
  
  .foot_right dl.time dd{
    padding: 0;
    text-align: center;
  }
  
  .foot_right dl.time dd + dt{
    margin-top: 1rem;
  }
  
	.single-recruit .copyright {
		margin-bottom: 65px;
	}

  .pagetop-wrapper {
    right: 5%;
  }
	
	.single-recruit .pagetop-wrapper {
		bottom: 40px;
	}

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .slider-img {
    margin: 0;
  }

  .slider-catch-wrapper {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 0 5%;
  }

  .slider-catch {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .slider-url a {
    margin: 0;
  }
	
	.main_catch h3 {
		font-size: 1.2rem;
	}

  .catch-wrapper {
    padding: 40px 0;
	  text-align: left;
  }

  .catch-wrapper h2 {
    font-size: 1.25rem;
    text-align: center;
  }

  .catch-wrapper h2 br{
    display: none;
  }
  
  .catch-wrapper .sub{
    text-align: center;
    font-size: 0.875rem;
  }
  
  .catch-wrapper .btn {
    width: auto !important;
  }

  .feature-wrapper {
    padding: 20px 0 40px;
  }

  .feature-list {
    margin: 0;
  }

  .feature-list .col {
    width: 100%;
    margin: 0 0 30px;
  }

  .feature-link {
    margin: 30px 0 0;
  }
  
  .feature-box h3{
    font-size: 1rem;
  }
  
  
  .feature-box h3 strong{
    font-size: 1.2rem;
  }
  
  .feature-box .img_dr{
    width: 100%;
	max-width: 430px;
	margin: 0 auto;
  }
  
  .feature-box .img_dr img{
	margin: 0 auto;
  }
  
  .feature-box .link{
	  display: block;  
  }
  
  .feature-box .link .btn {
    width: 100% !important;
    max-width: 32.5rem;
    margin: 0 auto;
  }
  
  .interview_area{
    display:  block;
    }

  .interview_area .interview_box{
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  
  .reason_content h2 br {
    display: block;
  }
  .content-list {
    display: block;
  }

  .content-list li.col {
    width: 100%;
    min-width: inherit;
    margin: 0 0 30px;
  }

  .news-wrapper h2 {
    margin: 0 0 20px;
  }
  
  .news-list a .ttl{
    display: block;
    margin: 0;
  }
	
  .single-news-title {
    line-height: 1.4;
    font-size: 20px;
  }
  
  .recruit-wrapper p br{
    display: none;
  }
  
  .recruit-wrapper .btn{
	  width: 100% !important;
	  margin: 10px 0 0;
	}
  
  .feature-headline{
    background: url(images/top/moji_dr.svg) no-repeat calc((50% + 22%) - 64%) top;
    background-size: 44% 77px;
  }
  
  .movie-wrapper h2{
    background: url(images/top/moji_interview.svg) no-repeat calc((50% + 16%) - 52%) top;
    background-size: 32% 46px;
  }
  
  .pickup-interview-ttl {
    top: -5rem;
  }
  .pickup-interview-ttl h2 {
    background: url(images/top/moji_sv.svg) no-repeat calc((50% + 18.5%) - 52%) top;
    background-size: 37% 67px;
  }
  
  .reason_content h2{
    background: url(images/top/moji_reason.svg) no-repeat  25px top;
    background-size: 27% 57px;
  }
  
  .content-list-wrapper h2 {
    background: url(images/top/moji_info.svg) no-repeat calc((50% + 19%) - 58%) top;
    background-size: 38% 77px;
  }

  .news-wrapper h2 {
    background: url(images/top/moji_news.svg) no-repeat calc((50% + 12%) - 34%) top;
    background-size: 24% 52px;
  }

  .recruit-wrapper h2 {
    background: url(images/top/moji_entry.svg) no-repeat calc((50% + 16%) - 49%) top;
    background-size: 34% 62px;
  }
  
  /*--------------------------------------------------------------
  ## インタビュー詳細
  --------------------------------------------------------------*/
  .interview-thumb,
  .interview-detail-wrapper,
  .interview-q1-detail {
    width: 100%
  }

  .interview-detail-wrapper {
    margin: 30px 0 0;
  }

  .interview-qa-wrapper {
    padding: 0 0 20px;
  }

  .interview-img-left,
  .interview-img-right {
    flex-basis: 100%;
  }

  .interview-img-left {
    margin: 0 0 30px;
  }

  .interview-img-right {
    margin: 0;
  }

  /*.other-interview-list li {
    width: calc( (100%/3) - 10px );
  }*/

  .other-interview-list li + li {
    margin: 0 0 0 10px;
  }

  .other-interview-list img {
    width: auto;
    height: auto;
  }
	
  .interview-archive-list {
    width: 100%;
  }
	
  .interview-qa-wrapper h2 {
    margin: 0 0 15px;
  }
  
  .interview-name-wrapper{
    margin-left: 30px;
  }

  /*--------------------------------------------------------------
  ## 募集要項詳細
  --------------------------------------------------------------*/
  .recruit-feature-wrapper {
    padding: 40px 0 10px;
  }

  .recruit-feature-no {
    left: -10px;
  }

  .recruit-feature-list {
    margin: 0;
  }

  .recruit-feature-list li {
    width: 95%;
    margin: 0 auto 40px;
  }

  /*.recruit-wrapper h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 0 8px;
    border-bottom: solid 1px rgba(52,52,52,0.15);
  }*/

  .recruit-table th,
  .recruit-table td {
    padding: 15px;
  }
  
  .recruit-list-wrapper{
    display: block;
  }
  
  .recruit-list{
    width: 100%;
  }

/*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
	
	.fix-btn2 {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
	}
	.fix-btn {
		display: none;
	}

  /*--------------------------------------------------------------
  # 固定ページ
  --------------------------------------------------------------*/
  .entry-header{
    height: 200px;
  }
  
  .entry-header h2{
    font-size: 1.5rem;
  }
  
  .entry-header h2:after{
    font-size: 1rem;
  }
  
  h2.headline{
    padding-left: 30px;
    font-size: 1.5rem;
  }
  h2.headline::before{
    top: 1rem;
    width: 15px;
    height: 6px;
  }
  h3.headline, .h3-headline {
    font-size: 1.25rem;
  }
  
  .faq99-wrap .faq99-inner{
    padding: 15px;
  }
  
  .reason_inner img{
    width: 100%;
    height: auto;
  }
  
  .career_table th,
  .career_table td{
    display: table-cell;
    width: auto !important;
    
  }
	
}/* max-width: 667px */

@media screen and (max-width: 460px) {
	.sp-menu li.sub{
		width: 100%;
		padding: 0 !important;
		margin: 10px 0 0 0 !important;
	}
	.sp-menu li:nth-child(9){
		margin-top: 20px !important;
	}
	.sp-menu li.sub::after{
		display: none;	
	}
	
	.feature-box h3{
		padding-left: 0;
		text-indent: 0;
	}
	.feature-box h3 strong{
		display: block;
		  padding-left: 1em;
		  text-indent: -1em;
			
	}
	
	.feature-box h3 br{
		display: none;	
	}
	
}/* max-width: 460px */
/*--------------------------------------------------------------
  # 切り替え
--------------------------------------------------------------*/
.sp_420 {
  display: none;
}
.sp_460 {
	display: none;
}
.sp {
	display:none;
}
.tb {
	display:none;
}
.pc {
	display:block;
}

@media screen and (max-width: 1024px) {
	.pc {
		display:none;
	}
	.sp {
		display: none;
	}
	.sp_460 {
		display: none;
	}
	.sp_420 {
		display: none;
	}
	.tb {
		display: block;
	}
}

@media screen and (max-width: 667px) {
	.pc {
		display:none;
	}
	.tb {
		display: none;
	}
	.sp_420 {
		display: none;
	}
	.sp_460 {
		display: none;
	}
	.sp {
		display: block;
	}
}

@media screen and (max-width: 460px) {
	.pc {
		display:none;
	}
	.tb {
		display: none;
	}
	.sp_420 {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_460 {
		display: block !important;
	}
}

@media screen and (max-width: 420px) {
	.pc {
		display:none;
	}
	.tb {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_460 {
		display: block !important;
	}
	.sp_420 {
		display: block !important;
	}
}
	/* recaptcha 位置 */
.grecaptcha-badge { visibility: hidden; }

/* テストページ非表示 */
.error404 .page-item-2229{
	display:none;
}