/*
Theme Name: ファミリーデンタルイシダ
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
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## トップページ
  ## インタビュー詳細
  ## 募集要項詳細
  ## サイドバー
  ## アーカイブ（お知らせ）
  ## お知らせ詳細
  ## 固定ページ
  ## よくある質問
  ## 99の質問
  ## オンライン面談
  ## マッチング率
  ## 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;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
/*    font-size: 100%;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
    vertical-align: baseline;
    background: transparent;
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
/*	font-size: 16px;*/
	font-size: 62.5%;
	font-size: .625vw;
	letter-spacing: 0.07em;
}

body{
  color: #494949;
  font-family: 'Noto Sans JP',   helvetica,"Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo UI","メイリオ",sans-serif;
  line-height: 1.6;
letter-spacing: 0.07em;
	font-weight: 500;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
  clear: both;
  margin: 0;
 color: #494949;
}

/*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: none;
}

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;
}*/
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  color: #fff;
	background-color: #EE778F!important;
  border-radius: 6px;
  box-shadow: 3px 3px 12px -6px rgba(119,119,119,0.6);
  transition: all .3s ease-in-out;
	border: none!important;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #fff!important;
	opacity: 0.6;
}

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-color: 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: 410px;
  height: 50px;
}
.under_contact_form input[type="text"],
.under_contact_form input[type="email"],
.under_contact_form input[type="url"],
.under_contact_form input[type="password"],
.under_contact_form input[type="number"],
.under_contact_form input[type="tel"] {
  width: 410px!important;
  height: 50px;
}

@media only screen and (max-width: 767px) {
	input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  width: 100%;
}
	
	.under_contact_form input[type="text"],
.under_contact_form input[type="email"],
.under_contact_form input[type="url"],
.under_contact_form input[type="password"],
.under_contact_form input[type="number"],
.under_contact_form input[type="tel"] {
  width: 100%!important;
  height: 50px;
}
}

select {
  border: 1px solid #ddd;
	width: 410px;
	padding: 15px;
	font-size: 16px;
		background-image: url( "images/icon/arrow_btm_black.svg");
	background-repeat: no-repeat;
	background-size: 10px 6px;
    background-position: right 5% top 50%;
	background-color: #fff;
}
select::after{
	
}

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: 410px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	textarea {
  width: 100%;
}
	select {
	width: 100%;
}
}

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

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

.site-branding {
    width: 23%;
}
 
@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: 20px 0 25px;
}

.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面談ボタン */
.web-float-wrap {
    position: fixed;
    top: 192px;
    right: -1px;
    z-index: 2;
    width: 192px;
    background: rgba(255,255,255,0.7);
    border: solid 1px #E50012;
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 1.5rem 0 0 1.5rem;
    transition: left 1s, right 1s;
}
.web-float-wrap h2 {
    font-size: 1rem;
    line-height: 1.5;
}
.web-float-wrap p {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-weight: bold;
}

.web-float-btn a {
    background: #E50012;
    border-radius: 8px;
    border: solid 1px #E50012;
    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: #E50012;
}

#side-menu::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    position: fixed;
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    background-size: 15px;
    background-position: 3rem;
    border-radius: 50%;
    top: 130px;
    z-index: 100;
    right: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    background-color: #E50012;
    text-align: center;
    line-height: 2rem;
}
#side-menu.close::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f104";
}
.close .web-float-wrap{
    right: -180px;
    transition: left 1s, right 1s;
}

.single-recruit #side-menu,
.web #side-menu {
    display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  background: #343434;
  color: #fff;
  position: relative;
  margin: 100px 0 0;
}

.pagetop-wrapper {
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 3;
}

.pagetop_under{
	 bottom: 30px;
}

.pagetop-wrapper a {
  font-size: 40px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16);
	display: flex;
	    text-align: center;
    flex-flow: column;
}

@media only screen and (max-width: 1200px) {
/*	.pagetop-wrapper {
  bottom: 190px;
}
	.pagetop_under{
	 bottom: 75px;
}*/
}

@media only screen and (max-width: 768px) {
.pagetop-wrapper {
  bottom: 70px!important;
}
}


.footer-cont {
  position: relative;
}

.footer-cont ul {
  list-style: none;
}

.footer-cont ul li {
  margin: 0 0 25px;
}

.footer-cont ul li a {
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.85714rem;
}

.footer-cont ul 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%);
}

.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: #000;
    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 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  padding: 0 0 15px;
}

.sp-menu-wrapper.row {
  display: none;
}

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

.main-navigation li {
  text-align: center;
  position: relative;
  flex: 1;
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

.main-navigation li:last-child {
  border-right: solid 1px rgba(52,52,52,0.15);
}

.main-navigation a,
.main-navigation a span {
  display: block;
  transition: all .3s ease-in-out;
}

.main-navigation a {
    color: #212121;
    font-size: 0.85714rem;
}

.main-navigation a span {
    font-size: 0.75rem;
    color: #bdbdbd;
    margin: 6px 0 0;
}

#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 50px;*/
}

.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: 80%;
  margin: 0 auto;
}

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

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

/*.btn a {
  display: block;
  font-size: 0.85714rem;
  color: #fff;
  text-align: center;
  background: #343434;
  border: solid 0.5px #343434;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  width: 170px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
}*/

.btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/*.btn a:hover {
  color: #343434;
  background: #fff;
}*/

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

.breadcrumb-list a {
  color: #5f5f5f;
}

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

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/* スライダー */
.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: 70px 0;
}

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

.catch-wrapper p {
  line-height: 2;
}

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

.feature-headline {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 45px;
	color: #212121;
}

.feature-list {
  /* margin: 0 -20px; */
  margin: 0;
  justify-content: space-between;
}

.feature-list .col {
  width: calc( (100% - 100px) / 3 );
  margin: 0;
}

.feature-ico {
    font-size: 65px;
    width: 80px;
    margin: 0 auto;
    height: 80px;
}

.feature-ttl {
    margin: 30px 0 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8;
	color: #212121;
}

.feature-detail {
    line-height: 2;
    text-align: justify;
    margin: 0;
}

.feature-link {
  margin: 30px 0 0;
}

/* インタビュー */
.interview-main-top {
  margin: 15px 0 0;
}

.pickup-interview-ttl {
  position: relative;
}

.interview-all-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.interview-all-link a {
    font-size: 0.75rem;
    color: #757575;
}

.interview-all-link i {
  margin: 0 5px 0 0;
}

.interview-more {
  margin: 30px 0 0;
}

.interview-thumb {
    width: calc(((100% - 50px)/3)*1);
}

.interview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-multi-wrapper {
  flex: 1;
  /* margin: 0 0 0 30px; */
  margin: 0;
}

.interview-list-tab {
  list-style: none;
  display: none;
}

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

.interview-list-tab figure {
  position: relative;
  overflow: hidden;
}

.interview-list-tab img {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.interview-list-tab figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(52,52,52,0.5);
  transition: all .3s ease-in-out;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.interview-list-tab figure:hover figcaption {
  opacity: 1;
}

.interview-list-tab figcaption h3,
.interview-list-tab figcaption p {
  color: #fff;
}

.interview-list-tab figcaption h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 8px;
}

.interview-list-tab figcaption p {
  font-size: 10px;
  transform: scale(0.8);
  margin: 0 0 0 -8px;
}

/* コンテンツ */
.content-list-wrapper {
  padding: 70px 0;
}

.content-list-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 45px;
}

.content-list {
  /* margin: 0 -10px; */
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-list li {
    width: calc((100% - 50px)/ 2);
    margin: 0 0 50px;
}

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

.content-list h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 30px 0 15px;
}

.content-list p {
  line-height: 2;
  margin: 0;
}

.content-list i {
  margin: 0 5px 0 0;
}

/* お知らせ・ブログ */
.news-wrapper {
    padding: 70px 0;
    background: rgb(241, 241, 241);
}

.news-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 15px;
}

.news-list {
  padding: 15px 25px 12px;
  border-bottom: dotted 1px rgba(52,52,52,0.15);
  align-items: center;
}

.news-only-list {
  padding: 15px 50px;
}

.news-list-date, .news-list-title h3 {
    font-size: 0.85714rem;
    font-weight: 400;
    line-height: 1.8;
}

.news-list-date {
  margin: 0 25px 0 0;
  flex-shrink: 0;
}

.news-list-date i,
.blog-list-date i {
  margin: 0 10px 0 0;
}

.news-list-title h3 a,
.archive-news-title h3 a,
.archive-blog-title h3 a {
  color: #343434;
}

.all-news {
  margin: 20px 0 0;
}

.all-news a {
    color: #757575;
    font-size: 0.75rem;
}

.all-news i {
  margin: 0 5px 0 0;
}

.news-cont-inner {
  width: 100%;
}

.news-cont-inner-first {
  padding: 0 10px 0 0;
}

.news-cont-inner-second {
  padding: 0 0 0 10px;
}

.blog-list {
  padding: 20px 25px;
  border-bottom: dotted 1px rgba(52,52,52,0.15);
}

.blog-list figure {
  padding: 10px 5px 10px 0;
}

.blog-list figure img {
  width: 100px;
  height: 70px;
  object-fit: cover;
}

.blog-list-detail {
  flex: 1;
  margin: 0 0 0 15px;
}

.blog-list-detail .news-list-date {
    margin-top: 8px;
}

.blog-list-detail h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 15px;
}

.blog-list-detail h3 a {
  color: #343434;
}

.blog-list-cat a {
  font-size: 11px;
  color: #B3000F;
}

.blog-list-cat a + a {
  margin: 0 0 0 5px;
}

.blog-list-cat i {
  margin: 0 10px 0 0;
}

/* 募集要項一覧 */
.recruit-list-wrapper {
  margin: 0 -25px;
  flex-wrap: wrap;
}

.recruit-list {
    position: relative;
    padding-bottom: 45px;
    width: calc( (100% - 100px) / 3 );
    margin: 0 25px 40px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.recruit-list-more {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.recruit-list-img {
  position: relative;
}

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

.recruit-list-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.recruit-list-jobcat a {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
}

.recruit-list-inner {
  padding: 25px 25px 35px;
}

.recruit-list-wrapper h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.8;
}

.recruit-list-wrapper h3 i {
  margin: 0 5px 0 0;
}

.recruit-list-sub {
  margin: 0;
  padding: 0;
  list-style: disc inside;
}

.recruit-list-sub li {
    margin: 0 0 5px;
    font-size: 0.85714rem;
    color: #757575;
    line-height: 1.8;
}

.recruit-list-sub li a {
  color: #757575;
}

.recruit-list-sub li:last-child {
  margin: 0;
}

.recruit-list-more a {
  display: block;
  padding: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  position: relative;
  font-size: 0.85714rem;
}

.recruit-list-more i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.recruit-list-more a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
## インタビュー一覧
--------------------------------------------------------------*/
.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 .around-link-wrap{
	/*margin-bottom: 6rem;*/
}


/*--------------------------------------------------------------
## インタビュー詳細
--------------------------------------------------------------*/
.interview-main {
    background: rgb(241, 241, 241);
    padding: 70px 0;
}

.interview-detail-wrapper {
    margin: 0 0 0 50px;
    width: calc(((100% - 50px)/3)*2);
}

.interview-detail-wrapper h1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin: 0 0 25px;
}

.interview-detail-wrapper h1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin: 0 6px 0 0;
}

.interview-detail-wrapper h2 {
    font-size: 1.5rem;
    margin: 0 0 20px;
    line-height: 1.8;
	color: #212121;
}

.interview-name-wrapper {
  margin: 0 0 25px;
  align-items: baseline;
}

.interview-detail {
    font-size: 0.85714rem;
    color: #757575;
    margin: 0 0 0 5px;
}

.interview-sentence {
  line-height: 2;
}

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

.interview-qa-wrapper h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.8;
}

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

.interview-qa-wrapper h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.8;
}

.interview-qa-wrapper p {
  line-height: 2;
  margin: 0;
}

.interview-img-left {
    margin: 0 30px 60px 0;
    width: 32%;
}

.interview-img-right {
  margin: 0 0 60px 30px;
  width: 32%;
}

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

.interview-qa-area {
  flex: 1;
}

.interview-cont li + li {
  margin: 20px 0 0;
}

.other-interview-wrapper {
  padding: 30px 0;
  background: rgba(241, 241, 241);
}

.other-interview-wrapper h2 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin: 0 0 15px;
  position: relative;
}

.other-interview-wrapper h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin: 0 5px 0 0;
}

.other-interview-all {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.other-interview-all a {
    font-size: 0.75rem;
    color: #757575;
}

.other-interview-all i {
  margin: 0 5px 0 0;
}

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

.other-interview-list figure {
  position: relative;
  overflow: hidden;
}

.other-interview-list img {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.other-interview-list figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(52,52,52,0.5);
  transition: all .3s ease-in-out;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.other-interview-list figure:hover figcaption {
  opacity: 1;
}

.other-interview-list figcaption h3,
.other-interview-list figcaption p {
  color: #fff;
}

.other-interview-list figcaption h3 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 8px;
}

.other-interview-list figcaption p {
  font-size: 10px;
  transform: scale(0.8);
  margin: 0 0 0 -8px;
}

/*--------------------------------------------------------------
## 募集要項詳細
--------------------------------------------------------------*/
.post-type-archive-recruit footer .recruit-wrapper,
.single-recruit footer .recruit-wrapper{
	display: none;
}

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

.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-feature-link{
	margin-top: 3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.recruit-want{
	margin: 2rem 0;
}

.recruit-wantlist{
	justify-content: space-between;
}

.recruit-wantlist li.col{
    width: calc((100% - 1rem)/2);
	margin-bottom: 1rem;
	padding: 0.8rem;
	background: #fff;
	border-radius: 5px;
}

.recruit-message{
	text-align: center;
	font-weight: bold;
}
.recruit-message-inner{
	margin-bottom: 3rem;
}
.recruit-message-inner h3{
	margin-top: 1.5rem;
}
.recruit-message-inner .btn{
	margin-top: 2rem;
}
.recruit-message-inner .btn a,
.recruit-feature-link .btn a{
	width: 100%;
	max-width: 300px;
}

/*.recruit-wrapper {
    margin: 70px auto;
}*/

.recruit-wrapper h2,
.interview-wrapper h2,
.archive-news h2,
.archive-blog h2,
.widget-title,
.sub-page-title {
/*  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 0 0 10px;*/
}

.recruit-wrapper h2 i,
.interview-wrapper h2 i {
  margin: 0 10px 0 0;
}

.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 #ADADAD;
	font-weight: 500;
	 font-size: 14px;
}

.recruit-table th,
th {
background: #FEF7F8;
    width: 30%;
    font-size: 14px;
    font-weight: 500;
    color: #494949;
	text-align: left;
    vertical-align: middle;
}

.entry-form {
	/*margin-top: 38px;
	padding-top: 40px;
	padding-bottom: 60px;*/
  text-align: center;
}
.under_contact_form .entry-form {
	padding-top: 60px;
	padding-bottom: 60px;
}
.under_visitor_form .entry-form {
	width: 410px;
	margin: 0 auto;
padding-top: 36px;
	padding-bottom: 36px;
}

.entry-form p {
  margin: 0 0 34px;
	font-size: 14px;
}

.entry-form label {
	width: 410px;
  display: inline-block;
  text-align: left;
  line-height: 1.8;
	font-size: 17px;
	font-weight: 500;
}


.entry-form .check-web {
  margin-top: 2rem;
  text-align: center;
	font-size: 14px;
}

.entry-form .check-web .radio{
  margin-top: 1rem;
}

.entry-submit {
  width: 410px;
  height: 60px;
  margin: 30px auto 0;
  position: relative;
	font-size: 16px;
}

.entry-submit input[type="submit"] {
  width: 100%;
  height: 60px;
	color: #fff;
}

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

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

@media only screen and (max-width: 767px) {
	.under_visitor_form .entry-form {
	width: 100%;
padding-top: 20px;
	padding-bottom: 20px;
}
	.under_contact_form .entry-form {
	padding: 30px 25px;
}
	.entry-form label {
	width: 100%;
}
	.entry-submit {
  width: 100%;
}
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.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: dotted 1px rgba(52,52,52,0.15);
    padding: 20px;
}
.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;
}


/*--------------------------------------------------------------
## アーカイブ（ブログ）
--------------------------------------------------------------*/
.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;
}
.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 .prev {
    float: left;
}
.prev.hd-button i {
    left: 10px;
    right: auto;
}
.paging .next {
    float: right;
}

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

/*--------------------------------------------------------------
## 固定ページ
--------------------------------------------------------------*/
.page-layout {
	padding-top: 64px;
    /*margin-bottom: 40px;*/
}

.page-layout p {
    line-height: 1.6;
	font-size: 16px;
	font-weight: 500;
}
.page-layout ul {
    line-height: 1.6;
   /* margin-left: 15px;*/
}
.page-layout ul li{
	font-size: 14px;
	line-height: 1.6;
	 /*   list-style: disc;*/
}
.headline {
    margin-bottom: 15px;
}
h2.headline {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    background-color: #fff;
	color: #E55A77;
    padding: 8px 22px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px -6px rgba(254, 162, 181, 0.3);
}
h3.headline {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    padding: 8px;
    font-size: 16px;
}
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: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.1) 45%);
    display: inline;
}
h6.headline {
    font-size: 14px;
}

.left .btn i {
    left: 10px;
	right: auto;
	transform: translateY(-50%) rotate( 180deg );
}

.right{
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
	h2.headline {
    font-size: 18px;
}
	.page-layout p {
	font-size: 14px;
}
}

/*--------------------------------------------------------------
## よくある質問
--------------------------------------------------------------*/
.faq-menu {
	margin-bottom: 5rem;
}
.faq-menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0;
}

.faq-menu ul::after{
	content: "";
	width: 19%;
	height: 76px; 
}

.faq-menu ul li {
    width: 19%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}


.faq-menu ul li  a {
    display: block;
    color: #fff;
    background: #1C5D8A;
    padding: 20px 10px;
	transition: all .3s;
	border: 1px solid #1C5D8A;
	border-radius: 50px;
}
.faq-menu ul li  a:hover{
	opacity: 0.6;
}

.mokuji-link a{
	display: block;
    text-align: right;
	margin-top: 15px;
	margin-bottom: 40px;
	font-size: 14px;
	padding-right: 20px;
	position: relative;
}
.mokuji-link a::after {
	content: "";
	display: inline-block;
	background-image: url( "images/icon/arrow_top_blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 6px;
	position: absolute;
top: 10px;
    right: 0;
}
.mokuji-link a:hover{
	text-decoration: underline;
}

.faq-block h2 {
	font-family: "Zen Maru Gothic", sans-serif;
		    font-size: 26px;
	color: #E55A77;
	font-weight: 500;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 8px 22px;
	border-radius: 3px;
}

.faq-block .faq-item h3 {
	counter-increment: q-counter;
/*	padding-left: 1.5em;
    text-indent: -1.5em;*/
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 500;
	color: #0B2536;
}
.faq-block .faq-item h3::before {
 font-family: "Quicksand", serif;
    content: 'Q.';
    display: inline-block;
    font-weight: 500;
    color: #21A2BB;
    margin-right: 0.8rem;
    text-indent: 0;
	font-size: 28px;
/*    width: 36px;*/
    line-height: 1;
}

.faq-block .faq-item{
	font-size: 16px;
	font-weight: 400;
		border-bottom: 1px solid #CECECE;
    padding-bottom: 30px;
}
.faq-block .faq-item p{
	font-weight: 400;
	line-height: 1.6;
}

.faq-item + .faq-item {
    margin-top: 30px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.faq-menu ul li {
    width: 32%;
}
	.faq-menu ul::after{
	 width: 32%;
}
	.faq-block .faq-item h3 {
	padding-left: 1.5em;
    text-indent: -1.5em;
		   margin-right: 0;
}
}

@media only screen and (max-width: 767px) {
	
.faq-menu ul::after{
	content: none;
}
	.faq-menu ul li {
    width: 48%;
}
	.faq-block h2 {
	 font-size: 20px;
    margin-bottom: 20px;
}
	.faq-block .faq-item h3 {
    font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.4;
		    padding-left: 1.8em;
    text-indent: -1.6em;
		   margin-right: 0;
}
	.faq-block .faq-item h3::before{
		font-size: 22px;
		width: 27px;
	}	
	
/*	.mokuji-link a{
    margin: 20px 0;
}*/
	.faq-block .faq-item{
    padding-bottom: 20px;
}
	.faq-item + .faq-item {
    margin-top: 20px;
}

	
}



/*--------------------------------------------------------------
## よくある質問　目次追従　20250511追記
--------------------------------------------------------------*/
.faq {
    counter-reset: q-counter 0;
}
.faq-menu {
	margin-bottom: 5rem;
}
.faq .faq-menu #faq_tob {
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: 0;
}

.faq .faq-menu #faq_tob li {
    width: 33%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.faq .faq-menu #faq_tob li a {
    display: block;
    color: #fff;
    background: #334F8D;
    padding: 20px 10px;
	transition: all .3s;
	border: 1px solid #334F8D;
	border-radius: 3px;
}
.faq .faq-menu #faq_tob li a:hover{
	opacity: 0.6;
}

#faq .faq-block{
	margin-bottom: 60px;
}
#faq .faq-block:last-of-type{
	margin-bottom: 20px;
}

#faq .faq-block h2 {
	    font-family: "Zen Maru Gothic", sans-serif;
	    font-size: 26px;
	color: #E55A77;
	font-weight: 500;
    margin-bottom: 2.5rem;
    background-color: #fff;
    padding: 8px 22px;
		box-shadow: 0px 0px 20px -6px rgba(254, 162, 181, 0.3);
}

#faq  .faq-block .head{
	 font-family: "Zen Maru Gothic", sans-serif;
	font-size: 26px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: -15px;
	color: #E55A77;
	padding-left: 35px;
	position: relative;
}
#faq  .faq-block .head::before{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #E55A77;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#faq .faq-wrap .faq-item h4 {
   font-family: "Zen Maru Gothic", sans-serif;
	counter-increment: q-counter;
/*    padding-left: 5rem;
    text-indent: -1.6em;*/
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
	line-height: 1.5;
	color: #494949;
	display: flex;
	align-items: baseline;
}
#faq .faq-wrap .faq-item h4 span{
	font-size: 24px;
	padding-right: 5px;
	color: #E55A77;
	font-weight: 700;
}

  .faq-wrap .faq-item{
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #A5A5A5;
    padding-bottom: 30px;
	margin-top: 30px;
}
.faq-wrap .faq-item p{
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	#faq .faq-block h2 {
	    font-size: 21px;
}
	#faq  .faq-block .head{
	font-size: 20px;
	padding-left: 28px;
		margin-top: 30px;
}
	
	#faq .faq-wrap .faq-item h4 {
    font-size: 18px;
}
	#faq .faq-wrap .faq-item h4 span{
	font-size: 20px;
}
#faq .faq-wrap .faq-item p{
	font-size: 15px;
}
}



/*--------------------------------------------------------------
## 99の質問
--------------------------------------------------------------*/
.faq99 {
    counter-reset: q-counter 0;
}
.faq99-menu {
	margin-bottom: 5rem;
}
.faq99 .faq99-menu #faq_tob {
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: 0;
}

.faq99 .faq99-menu #faq_tob li {
    width: 33%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.faq99 .faq99-menu #faq_tob li a {
    display: block;
    color: #fff;
    background: #334F8D;
    padding: 20px 10px;
	transition: all .3s;
	border: 1px solid #334F8D;
	border-radius: 3px;
}
.faq99 .faq99-menu #faq_tob li a:hover{
	opacity: 0.6;
}

.faq99-block{
	margin-bottom: 60px;
}
.faq99-block:last-of-type{
	margin-bottom: 0;
}

.faq99-block h2 {
	font-family: "Zen Maru Gothic", sans-serif;
	    font-size: 26px;
	color: #E55A77;
	font-weight: 500;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 8px 22px;
	    border-radius: 3px;
	box-shadow: 0px 0px 20px -6px rgba(254, 162, 181, 0.3);
}

.faq99-wrap{
	 counter-reset: q-counter;
}
.faq99-wrap .faq-item h3 {
	font-family: "Zen Maru Gothic", sans-serif;
/*	counter-increment: q-counter;*/
	padding-left: 3.0em;
    text-indent: -3.0em;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
	line-height: 1.5;
	color: #494949;
}
.faq99-wrap .faq-item h3::before {
	counter-increment: q-counter ;
font-family: "Quicksand", serif;
    content: 'Q'counter(q-counter,decimal-leading-zero)'.';
    display: inline-block;
    font-weight: 700;
    color: #E55A77;
	font-size: 24px;
    margin-right: 0.8rem;
    text-indent: 0;
/*	width: 48px;*/
}
/*.faq99-wrap .faq-item p::before {
    content: "A";
    font-weight: 500;
    color: #6CAA6C;
    margin-right: 0.5rem;
}*/
.faq99-wrap .faq-item{
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #A5A5A5;
    padding-bottom: 30px;
}
.faq99-wrap .faq-item p{
	font-weight: 500;
}

.faq99-wrap .faq-item h4{
		padding-left: 3.0em;
    text-indent: -3.0em;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
	line-height: 1.5;
	color: #000;
}
.faq99-wrap .faq-item h4 .faq_number{
display: inline-block;
    font-weight: 500;
    color: #226AB3;
	font-size: 24px;
    margin-right: 0.8rem;
    text-indent: 0;
	width: 48px;
}

.faq99-wrap .faq-item .doctor,
.faq99-wrap .faq-item .vice-doctor{
	position: relative;
	padding-left: 80px;
	    height: 60px;
    display: flex;
    align-items: center;
	line-height: 1.6;
}

 .faq99-wrap .faq-item .doctor::before,
 .faq99-wrap .faq-item .vice-doctor::before{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

 .faq99-wrap .faq-item .doctor{
	margin-bottom: 45px;
}
.faq99-wrap .faq-item .vice-doctor{
	margin-bottom: 35px;
}

 .faq99-wrap .faq-item .doctor::before{
	background-image: url("images/under/faq_doctor.png");
}
.faq99-wrap .faq-item .vice-doctor::before{
	background-image: url("images/under/faq_vice-doctor.png");
}

.faq99-wrap .faq-item .doctor::after,
.faq99-wrap .faq-item .vice-doctor::after{
	content: "";
    font-size: 13px;
    position: absolute;
    left: 30px;
    bottom: -30px;
    transform: translate(-50%, -50%);
    background-color: #F3F1E4;
    padding: 3px 21px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 1.3;
    color: #739A27;
}

.faq99-wrap .faq-item .doctor::after{
	content: "院長";
}
.faq99-wrap .faq-item .vice-doctor::after{
	content: "副院長";
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.faq99-block h2 {
    margin-bottom: 30px;
}
	.faq99 .faq99-menu #faq_tob li {
    width: 49%;
}
}

@media only screen and (max-width: 767px) {
	.faq99 .faq99-menu #faq_tob li {
    width: 100%;
}
	.faq99-block h2 {
	    font-size: 20px;
    margin-bottom: 20px;
}
	.faq99-wrap .faq-item h3 {
    font-size: 16px;
	        padding-left: 2.5em;
        text-indent: -2.5em;
        margin-right: 2.5rem;
}
	.faq99-wrap .faq-item h3::before {
		font-size: 18px;
	}
	.faq99-wrap .faq-item{
    padding-bottom: 20px;
}
	
	.faq99-wrap .faq-item h4{
    font-size: 18px;
}
.faq99-wrap .faq-item h4 .faq_number{
	font-size: 20px;
}
}

/*--------------------------------------------------------------
## オンライン面談
--------------------------------------------------------------*/
.web-disc, .web-flow, .web-faq {
    margin-bottom: 7rem;
}
.web-disc .img {
    width: 48%;
}
.web-disc .txt {
    flex: 1 1 0%;
    margin-left: 3.5rem;
}
.web-disc .txt h2 {
    font-size: 20px;
}
.web h2.headline {
    margin-bottom: 2rem;
}
.under_web h3,
.web-form h3{
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 46px;
}


.flow-block.row {
    justify-content: space-between;
}
.flow-box {
    width: calc((100% - 4rem)/3);
}
.flow-box .img {
    margin-bottom: 2rem;
}
.flow-box h3 {
    font-size: 16px;
    margin-bottom: 1rem;
}
.flow-box h3::before {
	font-family: 'Quicksand', sans-serif;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-right: 0.5rem;
    background: #6CAA6C;
}
.flow-box:first-child h3::before {
    content: "1";
}
.flow-box:nth-child(2) h3::before {
    content: "2";
}
.flow-box:nth-child(3) h3::before {
    content: "3";
}
.web-faq .faq-box h3{
	font-size: 20px;
}
.web-faq .faq-box h3::before {
	content: "Q.";
    display: inline-block;
    font-size: 20px;
    color: #6CAA6C;
}
.faq-box{
	margin-bottom: 20px;
}
.faq-box p{
	font-size: 16px;
	font-weight: 400;
}

.flow-box .circle_wrap dd{
	font-size: 20px;
	font-weight: 500;
}


.under_web .more-btn02{
	margin-top: 34px;
}
.under_web .more-btn02 a{
	margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.flow-box {
    width: calc((100% - 10rem)/3);
}
}
@media only screen and (max-width: 767px) {
	.web-disc {
    margin-bottom:60px;
}
	.web-flow{
		margin-bottom: 30px;
	}
		.under_web .web-disc {
		display: block;
	}
	.web-disc .img {
    width: 100%;
		margin-bottom: 20px;
}
	
	.web-faq .faq_area{
		margin-top: 30px;
	}
	
	.under_web h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}
	.web-form h3{
		margin-bottom: 36px;
	}
	.flow-box h3 {
    margin-bottom: 14px;
}
	.flow-box {
    width: calc((100% - 4rem)/1);
		margin-bottom: 30px;
}
	.flow-box figure{
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
## マッチング率
--------------------------------------------------------------*/
#acMenu dt{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
}
#acMenu dd{
	background:#f2f2f2;
	width:200px;
	text-align:center;
	display:none;
}
.mach_txt,
.resource{
	display: none;
}
.error_txt{
	display:none;
	color: #FF3A3A;
	font-size: 14px;
}


/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.notfound-ttl-text,
.notfound-list {
  line-height: 1.4;
}

.notfound-contents{
	max-width: 720px;
	margin: 0 auto;
	padding: 40px 60px;
	margin-bottom: 60px;
}
.notfound-contents:last-of-type{
	margin-bottom: 0;
}

.error-404 h3{
	font-family: "Zen Maru Gothic", sans-serif;
	   font-size: 26px;
	color: #DF499F;
    font-weight: 500;
    margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.notfound-list {
  font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
}
.notfound-list li{
	/*padding-bottom: 12px*/
}

.notfound-list-map > li{
	font-family: "Zen Maru Gothic", sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
}
.notfound-list-map > li:last-child{
	margin-bottom: 0;
}

.notfound-list-map li > a{
		font-size: 20px;
	color: #E55A77;
	font-weight: 500;
}
.notfound-list-map  .children li{
	margin-top: 10px;
	margin-bottom: 10px;
}
.notfound-list-map  .children li > a{
	font-size: 16px;
	color: #444;
	font-weight: 500;
}


.notfound-list-interview li{
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 12px;
}
.notfound-list-recruit li{
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
	.notfound-contents{
	padding: 30px;
}
}


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

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




/*投稿一覧と応募完了を消す*/
.page-item-7,
.page-item-121{
	display: none;
}


@media only screen and (max-width: 1040px) {
	.notfound-contents{
	padding: 30px;
	margin-bottom: 30px;
}
	.notfound-list {
  margin: 0;
	padding-top: 0;
}
.error-404 h3{
	   font-size: 22px;
}

}
@media only screen and (max-width: 767px) {
.notfound-list {
  margin: 0;
	padding-top: 0;
}
	.error-404 h3{
		margin-bottom: 20px;
}

}

/*--------------------------------------------------------------
## 検索結果
--------------------------------------------------------------*/
.archives-inner{
	padding: 1rem 1rem 0 0;
}


/*--------------------------------------------------------------
## 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: 3;
    right: 0;
    top: 250px;
}

.fix-btn a {
    color: #fff;
    background: #212121;
    padding: 1.5rem 1.2rem;
    border-radius: 5px 0 0 5px;
	height: 244px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border: solid 0.5px #212121;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fix-btn a:hover {
    color: #212121;
    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: #212121;
}

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


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

/*  .btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }*/

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .hd-sub-link {
    display: none;
  }

  /*--------------------------------------------------------------
  # トップページ
  --------------------------------------------------------------*/
  .slider-catch {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 30px;
  }

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

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

  .interview-all-link {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(-15px);
    text-align: right;
  }

  .interview-detail-wrapper h2 {
    font-size: 20px;
  }

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

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

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

	
	 .row { flex-wrap: wrap; }
}/* 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: 90%;
  }

  .breadcrumb-list {
    padding: 15px 0 30px;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
  }

  .sp-menu-wrapper.row {
    display: flex;
    align-items: center;
    flex-basis: 120px;
  }

  .hd-top-wrapper.row {
    padding: 20px 0;
  }

  .site-branding {
    width: 35%;
  }

  .hd-right,
  .gm,
  .sp-menu {
    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-navigation {
    padding: 0 0 0 15px;
  }

  .sp-menu {
    position: absolute;
    top: 72px;
    right: 0;
    width: 58%;
    z-index: 3;
    background: rgba(52,52,52,0.9);
    list-style: none;
  }

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

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

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

  .sp-menu 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 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 li ul {
    margin: 0 0 15px 12px;
  }

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

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

  .sp-menu li ul li::after,
  .sp-menu li ul a::after {
    content: none;
  }
	
	.web-float-wrap {
    display: none;
  }

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .catch-wrapper h2 {
    font-size: 28px;
  }

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

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

  .feature-link {
    margin: 45px 0 0;
  }

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

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

  .interview-qa-wrapper h3 {
    font-size: 16px;
    margin: 0 0 12px;
  }

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

  /*--------------------------------------------------------------
  ## 固定ページ
  --------------------------------------------------------------*/
 /* .around-link-wrap .left{
	margin-bottom: 30px;
  }*/
  .around-link-wrap .main-btn,
  .around-link-wrap .btn a{
  	/*width: 100%;*/

  }

}/* max-width: 768px */


@media screen and (max-width: 667px) {
	
	 .around-link-wrap .left{
	margin-bottom: 20px;
  }

  .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) ); }

/*  .btn a {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }*/
	
  .recruit-table th, .recruit-table td, th, td {
    display: block;
    width: 100% !important;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .sp-menu-wrapper.row {
    flex-basis: 155px;
  }

  .site-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
    width: 100%;
    animation: none;
  }
	
  .site-branding {
    width: 80%;
  }
	
  .breadcrumb-list {
    line-height: 1.6;
  }
	

  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/
  .footer-menu1-wrapper,
  .footer-menu2-wrapper,
  .footer-corporate {
    width: 100%;
    padding: 0;
  }

  .footer-menu1-wrapper,
  .footer-menu2-wrapper {
    border-left: none;
    border-right: none;
  }

  .footer-cont {
    padding: 60px 0 20px;
  }

  .footer-cont ul li {
    margin: 0;
    padding: 12px 0;
    border-top: solid 1px rgba(255,255,255,0.05);
  }

  .footer-cont .sub-menu li {
    border-top: none;
    padding: 0;
  }

  .footer2-menu > li:last-child {
    border-bottom: solid 1px rgba(255,255,255,0.05);
  }

  .footer-corporate {
    margin: 25px 0 40px;
  }

  .footer-corporate a {
    width: 100%;
  }

  .copyright {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 11px;
    line-height: 1.6;
  }
	
	.single-recruit .copyright {
		margin-bottom: 52px;
	}

  .pagetop-wrapper {
    right: 5%;
	  bottom: 16%;
  }
	
/*	.single-recruit .pagetop-wrapper {
		bottom: 12%;
	}*/

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .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;
  }

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

  .catch-wrapper h2 {
    font-size: 26px;
    line-height: 1.6;
	margin-bottom: 15px;
  }

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

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

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

  .content-list-wrapper {
    padding: 50px 0 20px;
  }

  .content-list-wrapper h2 {
    margin: 0 0 35px;
  }

  .content-list {
    margin: 0;
  }

  .content-list li {
    width: 100%;
    margin: 0 0 50px;
  }

  .news-wrapper h2 {
    margin: 0 0 20px;
  }

  .news-list,
  .blog-list {
    padding: 15px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .news-list-date {
    margin: 0 10px 5px 0;
  }

  .news-list-date i,
  .blog-list-cat i {
    margin: 0 5px 0 0;
  }

  .blog-list-cat a + a {
    margin: 0 0 0 5px;
  }
	
  .single-news-title {
    line-height: 1.4;
    font-size: 20px;
  }

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

  .recruit-list {
    width: 100%;
    margin: 0 0 30px;
    border: solid 1px rgba(112,112,112,0.2);
  }

  .recruit-list-img figcaption {
    display: none;
  }

  .recruit-list-img {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding: 20px 0 0;
  }

  .recruit-list-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  .recruit-list-inner {
    padding: 20px 10px;
    display: table-cell;
    vertical-align: top;
  }

  .recruit-list-wrapper h3 {
    font-size: 14px;
  }

  .recruit-list-more a {
    color: #fff;
  }

  /*--------------------------------------------------------------
  ## インタビュー詳細
  --------------------------------------------------------------*/
  .interview-thumb,
  .interview-detail-wrapper,
  .interview-q1-detail {
    width: 100%
  }

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

  .interview-qa-wrapper {
    padding: 50px 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;
  }

  /*--------------------------------------------------------------
  ## 募集要項詳細
  --------------------------------------------------------------*/
  .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 {
    margin: 0;
  }

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

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

/*--------------------------------------------------------------
  # 切り替え
--------------------------------------------------------------*/
.sp {
	display:none;
}
.tb {
	display:none;
}
.pc {
	display:block;
}

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

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

.comment{/*編集用コメントの非表示*/
	display: none;
}

/*20220325中山追加*/

.page .entry-content p {
    margin: 1.5rem 0;
}
.matching_area{
	/*margin-top: 60px;*/
}
.wp-block-greentreelabs-post-snippets-block form>div+div {
    margin-top: 4rem;
}

.wp-block-greentreelabs-post-snippets-block div h2 {
    font-size:20px;
	font-weight: 500;
    color: #444;
    margin-bottom: 20px;
}
.wp-block-greentreelabs-post-snippets-block .match_number{
	 font-family: 'Quicksand', sans-serif;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #6CAA6C;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div {
	width: 100%;
    margin-right: 2rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label {
    display: block;
    width: 100%;
    height:56px;
    padding: 0 1.5rem;
    line-height: 53px;
    border: solid 1px #BEBEBE;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label input {
    margin-right: 6px;
}

/*.wp-block-greentreelabs-post-snippets-block form button#resultbtn {
width: 400px;
	display: inline-block;
	background-color: #139390;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 24px;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 400;
	transition: all .3s;
	position: relative;
	text-align: left;
	border-radius: 3px;
}
.wp-block-greentreelabs-post-snippets-block form button#resultbtn span{
	position: relative;
	vertical-align: middle;
}

.wp-block-greentreelabs-post-snippets-block form button#resultbtn::after {
   content: "";
	display: inline-block;
	background-image: url( "images/icon/arrow_right_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	transition: all .5s;
}
.wp-block-greentreelabs-post-snippets-block form button#resultbtn:hover{
	transform: translate(6px,6px);
  box-shadow: 0 0 0 rgba(26,88,110,0.2);
}

.wp-block-greentreelabs-post-snippets-block form button#resultbtn:hover span::after{
	background-image: url( "images/icon/arrow_right_g-2.svg");
}*/

.wp-block-greentreelabs-post-snippets-block form div.resource {
    background: #fff;
    padding: 36px 76px 54px;
    margin-top: 53px;
}

.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei {
    font-size: 18px;
/*    font-size: 1.5rem;*/
    font-weight: 500;
    margin: 0 0 1rem;
}
.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei::after{
	content: "%";
	font-size: 44px;
	color: #E55A77;
}

.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei span {
	  font-family: "Quicksand", sans-serif;
    font-size: 58px;
	color: #E55A77;
	font-weight: 600;
/*    font-size: 2rem;*/
}
.matching_area .more-btn02{
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wp-block-greentreelabs-post-snippets-block form>div .row{
		justify-content: space-between;
	}
	.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div {
	width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
}
		.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label{
		padding: 0 12px;
	}
		.wp-block-greentreelabs-post-snippets-block form div.resource{
		padding: 36px 56px 54px;
	}
/*	.wp-block-greentreelabs-post-snippets-block form button#resultbtn {
	font-weight: 500;
	width: 100%;
	margin-top: 34px;
}*/
}
@media only screen and (max-width: 767px) {
		.wp-block-greentreelabs-post-snippets-block form>div .row{
		justify-content: space-between;
	}
	.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div {
		margin-right: 0;
		margin-bottom: 15px;
}
	.wp-block-greentreelabs-post-snippets-block div h2 {
    font-size:16px;
		line-height: 1.3;
}
	.wp-block-greentreelabs-post-snippets-block .match_number{
    width:36px;
    height: 36px;
    line-height: 36px;
		margin-right: 16px!important;
}
	.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label{
		padding: 0 12px;
	}
	.wp-block-greentreelabs-post-snippets-block form div.resource{
		    padding: 30px 15px 30px;
	}
/*	.wp-block-greentreelabs-post-snippets-block form button#resultbtn {
	    width: 96%;
	font-size: 14px;
		    padding-top: 16px;
    padding-bottom: 20px;
}*/
	.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei {
		font-size: 14px;
	}
}


.hope-day {
    font-size: 18px!important;
    margin-top: 24px;
    margin-bottom: 10px!important;
	color: #EE778F;
	font-weight: 500;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.hope-day {
    margin-bottom: 0!important;
		text-align: left;
}
}
/*20220510 フォーム非表示*/
/*.wpcf7-form init{
visibility : hidden;
}

.wpcf7{
visibility : hidden;
}*/

.pagetop-wrapper .fas{
	height: 34px;
}
.grecaptcha-badge {
	visibility: hidden;
}