/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: White Clinic Custom12
Description: 歯科医院・クリニック向けテンプレート
Theme URI: https://rocket-mart.net/theme/whiteclinic
Author: Rocket Mart
Author URI: https://rocket-mart.net/
Version: ver1.0.0
*/
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our noraml styles apply
1800px + :      Big Desktop

$breakpoint argument choices:
-   phone
-   tab-port
-   tab-land
-   big-desktop

1em = 16px
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20rem);
            transform: translate(-20rem);
  }
  80% {
    -webkit-transform: translate(1rem);
            transform: translate(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20rem);
            transform: translate(-20rem);
  }
  80% {
    -webkit-transform: translate(1rem);
            transform: translate(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(60rem);
            transform: translate(60rem);
  }
  80% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(60rem);
            transform: translate(60rem);
  }
  80% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    top: 95%;
  }
  100% {
    opacity: 1;
    top: 75%;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    top: 95%;
  }
  100% {
    opacity: 1;
    top: 75%;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  word-break: break-all;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

.container {
  max-width: 100%;
  margin: 0 0;
}

body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.link-text {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.link-text:link, .link-text:visited {
  color: #2dc277;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link-text:hover {
  color: #30cf7f;
}

.logo-text__link:link, .logo-text__link:visited {
  color: #26a766;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.logo-text__first {
  font-size: 2.8rem;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 56.25em) {
  .logo-text__first {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 37.5em) {
  .logo-text__first {
    margin-bottom: 0.8rem;
    font-size: 2.3rem;
  }
}
.logo-text__img {
  max-width: 250px;
}
@media only screen and (max-width: 37.5em) {
  .logo-text__img {
    width: 60%;
  }
}
.logo-text__img img {
  width: 100%;
  height: auto;
}
.logo-text__second {
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
  display: inline-block;
}

.page-title__first {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #26a766;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: normal;
  margin-bottom: 7px;
}
.page-title__second {
  letter-spacing: 1px;
  line-height: 1;
  color: #666;
}

.heading-section-top {
  margin-bottom: 5rem;
}
.heading-section-top__first {
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #26a766;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: normal;
}
.heading-section-top__second {
  letter-spacing: 1px;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
  color: #666;
}

.heading-section-page {
  font-size: 2.4rem;
  color: #26a766;
  letter-spacing: 2px;
}

.u-center-text {
  text-align: center !important;
}

.u-mb-small {
  margin-bottom: 1.5rem !important;
}

.u-mb-medium {
  margin-bottom: 4rem !important;
}

.u-mb-big {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 37.5em) {
  .u-mb-big {
    margin-bottom: 6rem !important;
  }
}

.u-mb-huge {
  margin-bottom: 12rem !important;
}
@media only screen and (max-width: 37.5em) {
  .u-mb-huge {
    margin-bottom: 10rem !important;
  }
}

.u-mt-small {
  margin-top: 1.5rem !important;
}

.u-mt-medium {
  margin-top: 8rem !important;
}

.u-mt-big {
  margin-top: 10rem !important;
}

.u-mt-huge {
  margin-top: 12rem !important;
}

.u-max-width {
  max-width: 1024px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 75em) {
  .u-max-width {
    width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .u-max-width {
    width: 90%;
  }
}

.widget {
  background-color: #EEE;
  padding: 2rem 2rem;
}
.widget:not(:last-child) {
  margin-bottom: 4rem;
}
.widget h2 {
  font-size: 16px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.5rem;
}
.widget ul {
  list-style: none;
}
.widget li {
  margin-bottom: 1.2rem;
}
.widget a {
  line-height: 1.4;
}
.widget a:link, .widget a:visited {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.widget video {
  width: 100%;
}
.widget .searchform input {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #D7DAE5;
}
.widget .searchform input:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .widget .searchform input:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.widget .searchform #searchsubmit {
  width: 50%;
  margin: 0 auto;
  background-color: #26a766;
  color: #fff;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget .searchform #searchsubmit:hover {
  background-color: #2ab46e;
}
.widget .screen-reader-text {
  display: none;
}
.widget .gallery {
  width: 100%;
}
.widget .gallery img {
  max-width: 100%;
  height: auto;
}
.widget .sub-menu {
  padding-left: 10px;
}
.widget .rsswidget {
  display: block;
}

.wp-custom p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3rem;
}
.wp-custom h2 {
  font-size: 2.2rem;
  color: #333;
  border-bottom: double 3px currentColor;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.wp-custom h3 {
  font-size: 18px;
  padding: 1rem;
  color: #333;
  background: #EEE;
  border-left: solid 5px #999;
  margin-bottom: 2rem;
}
.wp-custom h4 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.wp-custom img {
  width: 100%;
  height: auto;
}
.wp-custom table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.wp-custom table th, .wp-custom table td {
  padding: 0.5rem 1rem;
  border: 2px solid #D7DAE5;
}
.wp-custom table th {
  background-color: #cccccc;
}
.wp-custom ul:not([class]), .wp-custom ol {
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.wp-custom .alignleft {
  text-align: left;
}
.wp-custom .aligncenter {
  text-align: center;
}
.wp-custom .alignright {
  text-align: right;
}
.wp-custom--general p {
  font-size: 14px;
}

figcaption {
  color: #cccccc;
}

iframe {
  width: 100%;
}

pre {
  margin-bottom: 2rem;
}

blockquote {
  color: #666;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}
blockquote cite {
  color: #999;
}

.wp-block-file {
  margin-bottom: 2rem;
}
.wp-block-file a:first-child {
  margin-right: 2rem;
}
.wp-block-file__button {
  display: inline-block;
  text-align: center;
  padding: 1rem 2rem;
  letter-spacing: 1px;
  border: 1px solid #26a766;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wp-block-file__button:link, .wp-block-file__button:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #26a766;
}
.wp-block-file__button:hover {
  color: #fff;
  background-color: #26a766;
}

.wp-block-gallery {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
}
.wp-block-gallery.columns-3, .wp-block-gallery.columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-gallery.columns-3, .wp-block-gallery.columns-2 {
    display: block;
  }
}
.wp-block-gallery.columns-3 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.wp-block-gallery.columns-2 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.wp-block-gallery figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.wp-block-gallery img {
  width: 100%;
  height: auto;
}

.wp-block-embed {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.wp-block-embed iframe {
  width: 100%;
}

.wp-block-columns {
  margin-bottom: 2rem;
}
.wp-block-columns.has-2-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-columns.has-2-columns {
    display: block;
  }
}
.wp-block-columns.has-2-columns .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.wp-block-separator {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  color: #D7DAE5;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-separator.is-style-dots {
  border-top: 3px dotted currentColor;
}

.wp-block-button {
  margin-bottom: 2rem;
}
.wp-block-button__link {
  display: inline-block;
  text-align: center;
  padding: 1.5rem 2rem;
  letter-spacing: 1px;
  background-color: #26a766;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wp-block-button__link:link, .wp-block-button__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}
.wp-block-button__link:hover {
  background-color: #2ab46e;
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-media-text {
    display: block;
  }
}
.wp-block-media-text__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-media-text__media {
    margin-right: 0;
  }
}
.wp-block-media-text__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.wp-block-latest-comments {
  list-style: none;
  border: 2px solid #D7DAE5;
  padding: 1.5rem 2.5rem;
  margin-bottom: 2rem;
}
.wp-block-latest-comments__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-latest-comments__comment:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-block-latest-comments__comment-meta a:link, .wp-block-latest-comments__comment-meta a:visited {
  color: #666;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  width: 60px;
  border-radius: 50%;
  margin-right: 4rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  margin-bottom: 0;
}

.wp-block-search {
  margin-bottom: 2rem;
}
.wp-block-search__label {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-search__label {
    margin-bottom: 0.5rem;
  }
}
.wp-block-search__input {
  font-size: 16px;
  width: 40rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .wp-block-search__input {
    display: block;
    width: 70%;
    margin-bottom: 1rem;
  }
}
.wp-block-search__button {
  display: inline-block;
  background-color: #26a766;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.wp-block-search__button:hover {
  background-color: #2ab46e;
}

.wp-block-tag-cloud,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  list-style: none;
  margin-bottom: 2rem;
}
.wp-block-tag-cloud a:link, .wp-block-tag-cloud a:visited,
.wp-block-archives a:link,
.wp-block-archives a:visited,
.wp-block-categories a:link,
.wp-block-categories a:visited,
.wp-block-latest-posts a:link,
.wp-block-latest-posts a:visited {
  color: #666;
}

.comments-area .comments-title {
  font-size: 20px;
  margin-bottom: 2.5rem;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-body {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D7DAE5;
}
.comments-area .comment-meta {
  margin-bottom: 1.5rem;
}
.comments-area .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.comments-area .comment-author img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #D7DAE5;
  margin-right: 2.5rem;
}
.comments-area .comment-author .url:link, .comments-area .comment-author .url:visited {
  color: #333;
}
.comments-area .comment-metadata a:link, .comments-area .comment-metadata a:visited {
  color: #999;
}
.comments-area .comment-content {
  margin-bottom: 2rem;
}
.comments-area .reply {
  text-align: right;
}
.comments-area .reply .comment-reply-link {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: #26a766;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.comments-area .reply .comment-reply-link:link, .comments-area .reply .comment-reply-link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}
.comments-area .reply .comment-reply-link:hover {
  background-color: #2ab46e;
}
.comments-area .children {
  list-style: none;
}
.comments-area .depth-1 > .children {
  padding-left: 6rem;
}
.comments-area .comment-awaiting-moderation {
  color: #666;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.comment-respond .comment-reply-title small {
  font-size: 16px;
  margin-left: 1.5rem;
}
.comment-respond .comment-reply-title small a:link, .comment-respond .comment-reply-title small a:visited {
  color: #666;
}
.comment-respond .logged-in-as a:link, .comment-respond .logged-in-as a:visited {
  color: #333;
}
.comment-respond .comment-notes {
  color: #666;
  margin-bottom: 1rem;
}
.comment-respond .comment-form-comment, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
  margin-bottom: 2rem;
}
.comment-respond .comment-form-comment textarea, .comment-respond .comment-form-comment input, .comment-respond .comment-form-author textarea, .comment-respond .comment-form-author input, .comment-respond .comment-form-email textarea, .comment-respond .comment-form-email input, .comment-respond .comment-form-url textarea, .comment-respond .comment-form-url input {
  width: 80%;
  padding: 1rem 1.5rem;
  font-size: 16px;
}
@media only screen and (max-width: 37.5em) {
  .comment-respond .comment-form-comment textarea, .comment-respond .comment-form-comment input, .comment-respond .comment-form-author textarea, .comment-respond .comment-form-author input, .comment-respond .comment-form-email textarea, .comment-respond .comment-form-email input, .comment-respond .comment-form-url textarea, .comment-respond .comment-form-url input {
    width: 100%;
  }
}
.comment-respond .comment-form-comment label, .comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-url label {
  display: block;
  font-weight: bold;
}
.comment-respond .comment-form-cookies-consent {
  width: 80%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .comment-respond .comment-form-cookies-consent {
    width: 100%;
  }
}
.comment-respond .form-submit {
  width: 80%;
  text-align: right;
}
@media only screen and (max-width: 37.5em) {
  .comment-respond .form-submit {
    width: 100%;
  }
}
.comment-respond .form-submit input[type=submit] {
  display: inline-block;
  letter-spacing: 1px;
  padding: 1.5rem 2.5rem;
  background-color: #26a766;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.comment-respond .form-submit input[type=submit]:hover {
  background-color: #2ab46e;
}

.comments-pagination {
  margin-bottom: 4rem;
}
.comments-pagination a {
  font-size: 16px;
  margin-right: 1rem;
}
.comments-pagination a:link, .comments-pagination a:visited {
  color: #666;
}
.comments-pagination span {
  font-size: 16px;
  margin-right: 1rem;
}

.wpcf7 {
  width: 80%;
}
@media only screen and (max-width: 37.5em) {
  .wpcf7 {
    width: 100%;
  }
}
.wpcf7 .screen-reader-response {
  padding: 1rem 1.5rem;
  border: 2px solid #D7DAE5;
  margin-bottom: 2rem;
}
.wpcf7 form {
  color: #000;
}
.wpcf7 form p {
  margin-bottom: 2rem;
}
.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {
  font-size: 16px;
  color: #333;
  width: 90%;
  padding: 0.7rem 1rem;
}
@media only screen and (max-width: 37.5em) {
  .wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {
    width: 100%;
  }
}
.wpcf7 form option {
  padding: 0.7rem 1rem;
}
.wpcf7 form input[type=radio], .wpcf7 form input[type=checkbox] {
  width: 30px;
}
.wpcf7 form .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 form .wpcf7-list-item .wpcf7-list-item-label {
  margin-right: 1rem;
}
.wpcf7 form input[type=file] {
  font-size: 14px;
}
.wpcf7 form input[type=submit] {
  width: 50%;
  padding: 1rem 0;
  margin: 0 auto;
  background-color: #26a766;
  color: #fff;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 37.5em) {
  .wpcf7 form input[type=submit] {
    width: 100%;
  }
}
.wpcf7 form input[type=submit]:hover {
  background-color: #2ab46e;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.wpcf7 form .wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .wpcf7-quiz-label {
  margin-right: 1rem;
}

.breadcrumb {
  width: 100%;
  background-color: #EEE;
  padding: 1rem 2rem;
}
.breadcrumb--page {
  background-color: transparent;
  padding: 1rem 0;
}
.breadcrumb--page i {
  color: #666;
}
.breadcrumb ul {
  font-size: 12px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.breadcrumb ul li i {
  margin-left: 1.5rem;
}
.breadcrumb ul a:link, .breadcrumb ul a:visited {
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .nav-links .page-numbers {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #26a766;
  border: 1px solid #26a766;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
.pagination .nav-links .page-numbers:not(:last-child) {
  margin-right: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .pagination .nav-links .page-numbers:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.pagination .nav-links .page-numbers:not(.current) {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.pagination .nav-links .page-numbers:not(.current):hover {
  color: #fff;
  background-color: #26a766;
}
.pagination .nav-links .current {
  color: #fff;
  background-color: #26a766;
}

.sns-share-btn ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns-share-btn li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  background-color: orangered;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.sns-share-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0.5rem 0;
}
.sns-share-btn .twitter {
  background-color: #55acee;
}
.sns-share-btn .facebook {
  background-color: #3B5998;
}
.sns-share-btn .hatebu {
  background-color: #008FDE;
}
.sns-share-btn .pocket {
  background-color: #EB4654;
}
.sns-share-btn .line {
  background-color: #1dcd00;
}
.sns-share-btn i {
  font-size: 18px;
}
@media only screen and (max-width: 37.5em) {
  .sns-share-btn i {
    font-size: 14px;
  }
}
.sns-share-btn .hatebu-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 17px;
  font-weight: bold;
}
.sns-share-btn .hatebu-icon::before {
  position: absolute;
  content: "B!";
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media only screen and (max-width: 37.5em) {
  .sns-share-btn .hatebu-icon {
    font-size: 15px;
  }
}

.btn {
  display: inline-block;
  max-width: 30rem;
  text-align: center;
  padding: 1.5rem 4rem;
  letter-spacing: 2px;
}
.btn--big {
  min-width: 25rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 37.5em) {
  .btn--big {
    width: 100%;
  }
}
.btn--black {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--black:link, .btn--black:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--black:hover {
  background-color: rgba(51, 51, 51, 0.8);
}
.btn--primary {
  background-color: #26a766;
  color: #fff;
  border: 1px solid #26a766;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--primary:link, .btn--primary:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--primary:hover {
  background-color: rgba(38, 167, 102, 0.8);
}
.btn--secondary {
  background-color: #2dc277;
  color: #fff;
  border: 1px solid #2dc277;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--secondary:link, .btn--secondary:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--secondary:hover {
  background-color: rgba(45, 194, 119, 0.8);
}
.btn--white {
  background-color: #fff;
  color: #26a766;
  border: 1px solid #26a766;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--white:link, .btn--white:visited {
  color: #26a766;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--white:hover {
  background-color: #26a766;
  color: #fff;
}
.btn--ghost {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn--ghost:link, .btn--ghost:visited {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--ghost:hover {
  background-color: #333;
  color: #fff;
}
.btn--tel i {
  margin-right: 1rem;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .btn-group {
    display: block;
  }
}
.btn-group .btn:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .btn-group .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.reserve-btns__note {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  color: #666;
}
@media only screen and (max-width: 56.25em) {
  .reserve-btns__note {
    width: 100%;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media only screen and (max-width: 56.25em) {
  .card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 37.5em) {
  .card {
    display: block;
  }
}
.card__link {
  min-height: 25rem;
  border: 2px solid #D7DAE5;
  padding: 1.5rem 2rem;
  display: block;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.card__link:link, .card__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #333;
}
.card__link:hover {
  background-color: #EEE;
}
.card__link:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (max-width: 37.5em) {
  .card__link {
    height: auto;
    padding: 1.8rem 2.2rem;
  }
}
.card--3cl .card__item {
  width: calc(33.33333333% - 3rem);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .card--3cl .card__item {
    width: 46%;
  }
}
@media only screen and (max-width: 37.5em) {
  .card--3cl .card__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.card--3cl .card__item:not(:nth-child(3n)) {
  margin-right: 4.5rem;
}
@media only screen and (max-width: 56.25em) {
  .card--3cl .card__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.card__heading {
  margin-bottom: 1rem;
}
.card__body {
  height: 8rem;
  color: #666;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .card__body {
    height: auto;
  }
}
.card-title {
  display: block;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
}
.card-img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 37.5em) {
  .card-img {
    height: 15rem;
  }
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.card-category {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #26a766;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 0.5rem 0.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-date {
  color: #cccccc;
}

.card--voice .card__heading {
  margin-bottom: 2rem;
}
.card--voice .card__item {
  margin-bottom: 6rem;
}

.shop-info--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .shop-info--img {
    display: block;
  }
}
.shop-info__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 30rem;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .shop-info__img {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .shop-info__img {
    height: 20rem;
  }
}
.shop-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-info__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.shop-info__table {
  width: 80%;
}
.shop-info__table--about {
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .shop-info__table {
    width: 100%;
  }
}
.shop-info__table tr {
  border-bottom: 2px solid #D7DAE5;
}
.shop-info__table th, .shop-info__table td {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
.shop-info__table th {
  color: #23995d;
  text-align: left;
  width: 30%;
}
.shop-info__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-info__sns-link a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.shop-info__sns-link a:not(:last-child) {
  margin-right: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .shop-info__sns-link a:not(:last-child) {
    margin-right: 4rem;
  }
}
.shop-info__sns-link a:link, .shop-info__sns-link a:visited {
  color: #26a766;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.shop-info__sns-link a:hover {
  color: #2ab46e;
}
.shop-info__sns-link i {
  font-size: 2.8rem;
}
@media only screen and (max-width: 37.5em) {
  .shop-info__sns-link i {
    font-size: 4rem;
  }
}
.shop-info--noimg .shop-info__body {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .shop-info--noimg .shop-info__body {
    width: 100%;
  }
}
.shop-info--noimg .shop-info__table {
  width: 100%;
}
.shop-info--noimg .shop-info__sns-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .shop-info--noimg .shop-info__sns-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.shop-map {
  width: 100%;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .shop-map {
    height: 30rem;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .shop-map {
    height: 20rem;
    margin-top: 4rem;
  }
}
.shop-map--iframe {
  height: auto;
}

.schedule-table {
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .schedule-table__title {
    width: 100px;
  }
}
.schedule-table th, .schedule-table td {
  padding: 2rem 0;
  border: 1px solid #D7DAE5;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .schedule-table th, .schedule-table td {
    padding: 2rem 0;
  }
}
.schedule-table th {
  background-color: #26a766;
  color: #fff;
  vertical-align: middle;
}
.schedule-table td {
  color: #666;
  vertical-align: middle;
}
@media only screen and (max-width: 37.5em) {
  .schedule-table td {
    font-size: 10px;
  }
}
@media only screen and (max-width: 37.5em) {
  .schedule-table .am, .schedule-table .pm {
    font-size: 12px;
  }
}
.schedule-table__day-td-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-table__sub-text {
  margin-top: 4px;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 37.5em) {
  .schedule-table__sub-text {
    font-size: 10px;
  }
}

.schedule-comment {
  color: #666;
}

.facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 56.25em) {
  .facility {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.facility__item {
  width: calc(25% - 3rem);
  margin-bottom: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .facility__item {
    width: 46%;
  }
}
.facility__item:not(:nth-child(4n)) {
  margin-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .facility__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.facility__wrapper {
  width: 100%;
  height: 16rem;
}
@media only screen and (max-width: 37.5em) {
  .facility__wrapper {
    height: 10rem;
  }
}
.facility__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility__comment {
  color: #666;
}

.multi-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .multi-column {
    display: block;
  }
}
.multi-column__left {
  width: 70%;
}
@media only screen and (max-width: 56.25em) {
  .multi-column__left {
    margin-bottom: 6rem;
    width: 100%;
  }
}
.multi-column__left--small {
  width: 65%;
}
@media only screen and (max-width: 56.25em) {
  .multi-column__left--small {
    width: 100%;
  }
}
.multi-column__right {
  width: 25%;
}
@media only screen and (max-width: 56.25em) {
  .multi-column__right {
    width: 100%;
  }
}

.footer {
  border-top: 1px solid #D7DAE5;
  padding-top: 4rem;
}
.footer__logo {
  width: 95%;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "PT Sans Caption", sans-serif;
  letter-spacing: 1px;
}
.footer__logo-link:link, .footer__logo-link:visited {
  color: #26a766;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer__logo-img {
  max-width: 250px;
}
@media only screen and (max-width: 37.5em) {
  .footer__logo-img {
    width: 60%;
  }
}
.footer__logo-img img {
  width: 100%;
  height: auto;
}
.footer__copyright {
  font-size: 12px;
  color: #fff;
  background-color: #26a766;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D7DAE5;
}
@media only screen and (max-width: 56.25em) {
  .header__container {
    padding-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__bar {
    display: block;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-bottom: 1rem;
  width: 85%;
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    margin-right: 0;
    width: 90%;
  }
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .header__btns {
    display: block;
  }
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .header__tel {
    display: block;
  }
}
.header__tel .tel-number {
  display: inline-block;
  background-color: #26a766;
  color: #fff;
  font-size: 16px;
  padding: 6px 10px;
  letter-spacing: 1px;
}
.header__tel .tel-number.tel-number-first {
  margin-right: 2rem;
}
.header__tel .tel-number:link, .header__tel .tel-number:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__tel .tel-number:hover {
  background-color: rgba(38, 167, 102, 0.8);
}
@media only screen and (max-width: 56.25em) {
  .header__tel .tel-number {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.header__tel i {
  margin-right: 1rem;
}
.header__reserve-btn {
  display: inline-block;
  background-color: #26a766;
  color: #fff;
  font-size: 16px;
  padding: 6px 48px;
  letter-spacing: 1px;
}
.header__reserve-btn:link, .header__reserve-btn:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__reserve-btn:hover {
  background-color: rgba(38, 167, 102, 0.8);
}
@media only screen and (max-width: 56.25em) {
  .header__reserve-btn {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 48px;
  }
}

.app-dl-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 56.25em) {
  .app-dl-btns {
    display: block;
    margin-left: 0;
  }
}
.app-dl-btns__app-store-btn a {
  display: inline-block;
  padding: 6px;
}
.app-dl-btns__app-store-btn a img {
  width: auto;
  height: 40px;
  vertical-align: bottom;
}
@media only screen and (max-width: 56.25em) {
  .app-dl-btns__app-store-btn a {
    padding: 0px;
  }
}
.app-dl-btns__google-play-btn a {
  display: inline-block;
}
.app-dl-btns__google-play-btn a img {
  width: auto;
  height: 60px;
  vertical-align: bottom;
}
@media only screen and (max-width: 56.25em) {
  .app-dl-btns__google-play-btn a {
    margin-left: -10px;
  }
}

.hero-img {
  position: relative;
  width: 100%;
  height: 80vh;
}
@media only screen and (max-width: 37.5em) {
  .hero-img {
    height: 70vh;
  }
}
.hero-img img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-img__copy {
  display: inline-block;
  max-width: 95%;
  position: absolute;
  color: white;
  font-size: 64px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.2;
  background-color: rgba(128, 128, 128, 0.3);
  padding: 5px;
}
@media only screen and (max-width: 37.5em) {
  .hero-img__copy {
    font-size: 40px;
  }
}
.hero-img__copy--first {
  left: 10%;
  top: 25%;
}
@media only screen and (max-width: 56.25em) {
  .hero-img__copy--first {
    left: 10px;
    top: 15%;
  }
}
@media only screen and (max-width: 37.5em) {
  .hero-img__copy--first {
    top: 30px;
  }
}
.hero-img__copy--second {
  right: 10%;
  bottom: 20%;
}
@media only screen and (max-width: 56.25em) {
  .hero-img__copy--second {
    right: 10px;
    bottom: 20%;
  }
}
@media only screen and (max-width: 37.5em) {
  .hero-img__copy--second {
    bottom: 30%;
  }
}

/*
* 2023/05/07 カスタマイズ----------
* 2023/07/02 カスタマイズ----------
*/
.header__custom-tel .tel-number {
  display: inline-block;
  background-color: #26a766;
  color: #fff;
  font-size: 16px;
  padding: 6px 12px;
  letter-spacing: 1px;
}

.header__custom-tel .tel-number:link,
.header__custom-tel .tel-number:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.header__custom-tel .tel-number:hover {
  background-color: rgba(38, 167, 102, 0.8);
}

.header__custom-tel i {
  margin-right: 1rem;
}

.header__custom-tel .reserve-btn {
  display: inline-block;
  background-color: #26a766;
  color: #fff;
  font-size: 16px;
  padding: 6px 30px; /* tel-btn と width を合わせられるようにする */
  letter-spacing: 1px;
}

.header__custom-tel .reserve-btn:link,
.header__custom-tel .reserve-btn:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.header__custom-tel .reserve-btn:hover {
  background-color: rgba(38, 167, 102, 0.8);
}

.header__custom-tel a {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 56.25em) {
  .header__custom-tel .tel-number {
    font-size: 14px;
  }
  .header__custom-tel .reserve-btn {
    font-size: 14px;
    padding: 5px 29px; /* スマホ時 tel-btn と width を合わせられるようにする */
  }
  .header__custom-tel a:not(:first-child) {
    margin-left: 0;
  }
}
/*
  * ----------end
  */
.drawer-nav {
  width: 40vw;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translate(40vw);
      -ms-transform: translate(40vw);
          transform: translate(40vw);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  background-color: #fff;
  padding-top: 7rem;
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .drawer-nav {
    width: 70vw;
    -webkit-transform: translate(70vw);
        -ms-transform: translate(70vw);
            transform: translate(70vw);
  }
}
.drawer-nav.js-nav-active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.drawer-nav a, .drawer-nav i {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.drawer-nav a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.drawer-nav a:hover {
  color: #26a766;
}
.drawer-nav .menu {
  width: 100%;
}
.drawer-nav .parent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.drawer-nav .parent-wrap a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  margin-right: 2.5rem;
}
.drawer-nav .parent-wrap i {
  color: #23995d;
  font-size: 2.4rem;
  cursor: pointer;
}
.drawer-nav .parent-wrap + ul {
  display: none;
  background-color: #EEE;
}
.drawer-nav .parent-wrap + ul a {
  padding-left: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .drawer-nav .parent-wrap + ul a {
    padding-left: 2rem;
  }
}
.drawer-nav .menu-item,
.drawer-nav .parent-wrap {
  padding: 1.2rem 2rem 1.2rem 1rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 37.5em) {
  .drawer-nav .menu-item,
  .drawer-nav .parent-wrap {
    padding: 1.2rem 3rem 1.2rem 1rem;
  }
}
.drawer-nav .menu-item a {
  display: block;
  width: 90%;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.drawer-btn {
  position: fixed;
  top: 1.6rem;
  right: 12rem;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 12;
}
@media only screen and (max-width: 56.25em) {
  .drawer-btn {
    right: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .drawer-btn {
    top: 1rem;
    right: 1rem;
  }
}
.drawer-btn--sub {
  top: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .drawer-btn--sub {
    top: 2rem;
  }
}
.drawer-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-btn span, .drawer-btn span::before, .drawer-btn span::after {
  width: 2rem;
  height: 2px;
  background-color: #23995d;
  display: inline-block;
}
.drawer-btn span::before, .drawer-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-btn span::before {
  top: -0.8rem;
}
.drawer-btn span::after {
  top: 0.8rem;
}
.drawer-btn--active {
  background-color: #23995d;
}
.drawer-btn--active span {
  background-color: transparent;
}
.drawer-btn--active span::before {
  background-color: #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
}
.drawer-btn--active span::after {
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav li {
  margin-right: 4rem;
  font-family: "Playfair Display";
  margin-bottom: 1.5rem;
}
.footer-nav a {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.4s, color 0.4s;
  transition: border-bottom 0.4s, color 0.4s;
}
.footer-nav a:link, .footer-nav a:visited {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #2dc277;
  border-bottom: 1px solid currentColor;
}

.heading-page-notfound {
  letter-spacing: 2px;
  color: #26a766;
}
.heading-page-notfound .code {
  font-size: 4.8rem;
  display: block;
}
.heading-page-notfound .text {
  font-size: 2.8rem;
}

.section-notfound {
  margin-bottom: 20rem;
}

.media {
  margin-bottom: 3rem;
}
.media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D7DAE5;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 37.5em) {
  .media__link {
    display: block;
  }
}
.media__link:link, .media__link:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
}
.media__link:hover {
  background-color: #EEE;
}
.media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  height: 23rem;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .media__img {
    padding: 2rem 2rem 0 2rem;
  }
}
.media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media__body {
  padding: 2rem 2.5rem;
}
.media__date {
  color: #666;
  display: block;
  margin-bottom: 0.5rem;
}
.media__category {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.media__title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.media__excerpt {
  color: #666;
}

.article {
  border-bottom: 1px solid #D7DAE5;
}
.article__date {
  color: #666;
  margin-bottom: 0.5rem;
}
.article__date .date-new {
  margin-right: 2rem;
}
.article__main-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article__main-img img {
  width: 100%;
}
.article__heading--title {
  color: #333;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.article__pagination {
  font-size: 16px;
}
.article__pagination .post-page-numbers {
  margin-right: 1rem;
}

.tag-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list__item {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.tag-list__link:link, .tag-list__link:visited {
  color: #999;
}

.article-category {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #26a766;
  border: 1px solid #26a766;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.post-link__prev span, .post-link__next span {
  font-weight: bold;
}
.post-link__prev a:link, .post-link__prev a:visited, .post-link__next a:link, .post-link__next a:visited {
  color: #333;
}
.post-link__prev {
  text-align: left;
  margin-bottom: 1.5rem;
}
.post-link__next {
  text-align: right;
}

.general-page {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .general-page {
    width: 100%;
  }
}
.general-page__main-img {
  width: 100%;
  height: auto;
}
.general-page__main-img img {
  width: 100%;
}

.concept {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .concept {
    width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .concept {
    width: 100%;
  }
}

.feature__item {
  padding-bottom: 6rem;
  border-bottom: 1px solid #D7DAE5;
}
.feature__item:not(:first-child) {
  padding-top: 6rem;
}
.feature__item:nth-child(odd) .feature__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .feature__container {
    display: block;
  }
}
.feature__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
}
.feature__img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.feature__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 37.5em) {
  .feature__body {
    margin-bottom: 4rem;
  }
}
.feature__heading {
  display: block;
  color: #26a766;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.top-page-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-page-job--no-img {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .top-page-job--no-img {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .top-page-job {
    display: block;
  }
}
.top-page-job__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  height: 340px;
}
@media only screen and (max-width: 56.25em) {
  .top-page-job__img {
    margin-bottom: 4rem;
  }
}
.top-page-job__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page-job__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 420px - 5%);
          flex: 0 0 calc(100% - 420px - 5%);
}
.top-page-job__body-text {
  margin-bottom: 4rem;
}
.top-page-job__body-button--no-img {
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .top-page-job__body-button {
    text-align: center;
  }
}

.footer-job-link {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
  height: 114px;
  padding: 16px;
  border-radius: 50%;
  background-color: #26a766;
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer-job-link:hover {
  background-color: #2ab46e;
}
@media only screen and (max-width: 37.5em) {
  .footer-job-link {
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 24px 16px;
    border-radius: 0;
    border-top: 2px solid #D7DAE5;
    opacity: 0.9;
  }
}
.footer-job-link--with-animation {
  -webkit-animation: linkButtonBounce 3s 0.5s forwards;
          animation: linkButtonBounce 3s 0.5s forwards;
}
@media only screen and (max-width: 37.5em) {
  .footer-job-link--with-animation {
    -webkit-animation: linkButtonMoveInBottm 1s 0.5s forwards;
            animation: linkButtonMoveInBottm 1s 0.5s forwards;
  }
}
.footer-job-link__text {
  line-height: 1.4;
  font-size: 16px;
}

@-webkit-keyframes linkButtonBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes linkButtonBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes linkButtonMoveInBottm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes linkButtonMoveInBottm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.search-item {
  border-bottom: 1px solid #D7DAE5;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
.search-item__link:link {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.search-item__heading {
  margin-bottom: 2rem;
}

.section-step {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .section-step {
    width: 100%;
  }
}

.step-heading {
  font-size: 2rem;
  letter-spacing: 1px;
}

.step-comment {
  width: 80%;
  color: #666;
}
@media only screen and (max-width: 56.25em) {
  .step-comment {
    width: 100%;
  }
}

.step-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}
.step-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 37.5em) {
  .step-list__item {
    display: block;
    margin-bottom: 6rem;
  }
}
.step-list__heading {
  text-align: center;
  color: #26a766;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media only screen and (max-width: 37.5em) {
  .step-list__heading {
    margin-bottom: 2rem;
  }
}
.step-list__heading h2 {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
.step-list__number {
  display: inline-block;
  border: 2px solid #26a766;
  border-radius: 50%;
  text-align: center;
  color: #26a766;
  line-height: 70px;
  width: 70px;
  height: 70px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.step-list__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  border: 2px solid #D7DAE5;
  padding: 4rem 2rem;
}

.doctor--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .doctor--img {
    display: block;
  }
}
.doctor--noimg {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .doctor--noimg {
    width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .doctor--noimg {
    width: 100%;
  }
}
.doctor__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media only screen and (max-width: 37.5em) {
  .doctor__img {
    margin-bottom: 2rem;
  }
}
.doctor__img img {
  width: 100%;
  height: auto;
}
.doctor__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.doctor__name {
  line-height: 1;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.doctor__comment {
  margin-bottom: 2rem;
}
.doctor__career {
  color: #666;
}
.doctor__career h4 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #23995d;
}

.schedule {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .schedule {
    width: 100%;
  }
}

.qa-categories {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 37.5em) {
  .qa-categories {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.qa-categories__item {
  margin-right: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .qa-categories__item {
    margin-right: 0;
    width: 48%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.qa-categories__link {
  display: inline-block;
  border: 2px solid #26a766;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media only screen and (max-width: 37.5em) {
  .qa-categories__link {
    display: block;
    padding: 1rem 1rem;
  }
}
.qa-categories__link:link, .qa-categories__link:visited {
  color: #23995d;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.qa-categories__link:hover {
  background-color: #26a766;
  color: #fff;
}

.qa-block {
  margin-bottom: 8rem;
}

.qa-category {
  display: inline-block;
  padding: 0.5px 10px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #2ab46e;
  border-bottom: 2px solid #2ab46e;
  margin-left: auto;
  margin-right: auto;
}

.qa__item:not(:last-child) {
  margin-bottom: 4rem;
}
.qa__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  background-color: #26a766;
  color: #fff;
  padding: 1.5rem 4rem;
  letter-spacing: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .qa__heading {
    font-size: 14px;
    padding: 1.5rem 2rem;
  }
}
.qa__heading span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
@media only screen and (max-width: 37.5em) {
  .qa__heading span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
.qa__heading i {
  font-size: 2.4rem;
}
.qa__answer {
  display: none;
  padding: 3rem 4rem;
  background-color: #EEE;
}
@media only screen and (max-width: 37.5em) {
  .qa__answer {
    padding: 2rem 2rem;
  }
}

.job-list-page .job-list-concept {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
@media only screen and (max-width: 56.25em) {
  .job-list-page .job-list-concept {
    width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .job-list-page .job-list-concept {
    width: 100%;
  }
}
.job-list-page .job-list-youtube {
  margin-bottom: 12rem;
}
.job-list-page .job-list-youtube__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  aspect-ratio: 16/9;
}
.job-list-page .job-list-youtube__wrapper iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 56.25em) {
  .job-list-page .job-list-youtube__wrapper {
    width: 100%;
  }
}
.job-list-page .job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -32px;
}
@media only screen and (max-width: 56.25em) {
  .job-list-page .job-list {
    margin-bottom: -48px;
  }
}
.job-list-page .job-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
  height: 400px;
  margin-bottom: 32px;
}
.job-list-page .job-list__item:nth-child(odd) {
  margin-right: 32px;
}
@media only screen and (max-width: 56.25em) {
  .job-list-page .job-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 400px;
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.job-list-page .job-list__img-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden;
}
.job-list-page .job-list__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.job-list-page .job-list__img-wrapper:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.job-list-page .job-list__img-wrapper:hover .job-list__title {
  background-color: #26a766;
}
.job-list-page .job-list__title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(38, 167, 102, 0.9);
  color: white;
  padding: 8px 32px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.job-detail-page .job-detail-page-hr-line {
  border-top: 1px solid #D7DAE5;
}
.job-detail-page .job-detail-header__title-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #26a766;
}
.job-detail-page .job-detail-header__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: white;
}
.job-detail-page .job-detail-header__img-wrapper {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-header__img-wrapper {
    width: 100%;
  }
}
.job-detail-page .job-detail-header__img-wrapper img {
  width: 100%;
  height: auto;
}
.job-detail-page .job-detail-concept {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-concept {
    width: 85%;
  }
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-concept {
    width: 100%;
  }
}
.job-detail-page .job-detail-concept__title {
  font-size: 24px;
  font-weight: bold;
}
.job-detail-page .job-detail-concept__body {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.job-detail-page .job-detail-description__item-heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.job-detail-page .job-detail-description__item-heading:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #26a766;
}
.job-detail-page .job-detail-description__item-body:has(+ div) {
  margin-bottom: 32px;
}
.job-detail-page .job-detail-description__youtube-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  aspect-ratio: 16/9;
}
.job-detail-page .job-detail-description__youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-description__youtube-wrapper {
    width: 100%;
  }
}
.job-detail-page .job-detail-requirement__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #26a766;
}
.job-detail-page .job-detail-requirement__table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-radius: 5px;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-requirement__table {
    width: 100%;
  }
}
.job-detail-page .job-detail-requirement__table tr:nth-child(even) th {
  background-color: #2dc277;
}
.job-detail-page .job-detail-requirement__table tr:nth-child(even) td {
  background-color: #e6e6e6;
}
.job-detail-page .job-detail-requirement__table th, .job-detail-page .job-detail-requirement__table td {
  padding: 2rem 1rem;
}
.job-detail-page .job-detail-requirement__table th {
  background-color: #26a766;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-requirement__table th {
    display: block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.job-detail-page .job-detail-requirement__table td {
  background-color: #cccccc;
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-requirement__table td {
    padding: 2rem;
    display: block;
    width: 100%;
  }
}
.job-detail-page .job-detail-requirement__description {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-requirement__description {
    width: 100%;
  }
}
.job-detail-page .job-detail-feature__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #26a766;
}
.job-detail-page .job-detail-feature__list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-feature__list {
    width: 100%;
  }
}
.job-detail-page .job-detail-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-detail-page .job-detail-feature__item:not(:last-child) {
  margin-bottom: 56px;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-feature__item {
    display: block;
  }
}
.job-detail-page .job-detail-feature__item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  height: 300px;
  margin-right: 10%;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-feature__item-img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.job-detail-page .job-detail-feature__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-detail-page .job-detail-feature__item-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 24px;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-feature__item-body {
    text-align: center;
  }
}
.job-detail-page .job-detail-staff__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #26a766;
}
.job-detail-page .job-detail-staff__list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-staff__list {
    width: 100%;
  }
}
.job-detail-page .job-detail-staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-detail-page .job-detail-staff__item:not(:last-child) {
  margin-bottom: 56px;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-staff__item {
    display: block;
  }
}
.job-detail-page .job-detail-staff__item-img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: 260px;
  margin-right: 5%;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-staff__item-img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.job-detail-page .job-detail-staff__item-img--without-img {
  height: auto;
}
.job-detail-page .job-detail-staff__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-detail-page .job-detail-staff__item-name {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  max-width: 100%;
  min-width: 40%;
  padding: 8px 16px;
  background-color: #26a766;
  color: white;
  text-align: center;
}
.job-detail-page .job-detail-staff__item-name--without-img {
  position: relative;
}
.job-detail-page .job-detail-staff__item-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.job-detail-page .job-detail-schedule__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #26a766;
}
.job-detail-page .job-detail-schedule__list-container {
  width: 70%;
  padding: 48px 32px;
  background-color: #EEE;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-schedule__list-container {
    width: 100%;
  }
}
.job-detail-page .job-detail-schedule__list {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  .job-detail-page .job-detail-schedule__list {
    width: 100%;
  }
}
.job-detail-page .job-detail-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-detail-page .job-detail-schedule__icon-wrapper {
  margin-right: 12px;
}
.job-detail-page .job-detail-schedule__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #26a766;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.job-detail-page .job-detail-schedule__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.job-detail-page .job-detail-schedule__icon-line {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100% - 16px);
}
.job-detail-page .job-detail-schedule__icon-line::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #D7DAE5;
}
.job-detail-page .job-detail-schedule__content {
  padding-bottom: 16px;
}
.job-detail-page .job-detail-schedule__time {
  line-height: 1;
  margin-bottom: 8px;
}
.job-detail-page .job-detail-schedule__time-text {
  font-weight: bold;
  color: #26a766;
  font-size: 16px;
}
.job-detail-page .job-detail-contact__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #26a766;
}
.job-detail-page .job-detail-contact .wpcf7 {
  width: auto;
  width: initial;
}
.job-detail-page .job-detail-contact .wpcf7 .screen-reader-response {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.job-detail-page .job-detail-contact .wpcf7 form {
  color: currentColor;
}
.job-detail-page .job-detail-contact .wpcf7 form p {
  margin-bottom: 0;
}
.job-detail-page .job-detail-contact .wpcf7 form input, .job-detail-page .job-detail-contact .wpcf7 form textarea, .job-detail-page .job-detail-contact .wpcf7 form select {
  font-size: inherit;
  color: currentColor;
  width: auto;
  width: initial;
  padding: 0;
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-contact .wpcf7 form input, .job-detail-page .job-detail-contact .wpcf7 form textarea, .job-detail-page .job-detail-contact .wpcf7 form select {
    width: auto;
    width: initial;
  }
}
.job-detail-page .job-detail-contact .wpcf7 form option {
  padding: 0;
}
.job-detail-page .job-detail-contact .wpcf7 form input[type=radio], .job-detail-page .job-detail-contact .wpcf7 form input[type=checkbox] {
  width: auto;
  width: initial;
}
.job-detail-page .job-detail-contact .wpcf7 form .wpcf7-list-item {
  display: block;
}
.job-detail-page .job-detail-contact .wpcf7 form .wpcf7-list-item .wpcf7-list-item-label {
  margin-right: 0;
}
.job-detail-page .job-detail-contact .wpcf7 form input[type=file] {
  font-size: inherit;
}
.job-detail-page .job-detail-contact .wpcf7 form input[type=submit] {
  width: auto;
  width: initial;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-color: initial;
  color: currentColor;
  letter-spacing: normal;
  letter-spacing: initial;
  border: none;
  cursor: auto;
  cursor: initial;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  -webkit-transition: initial;
  transition: initial;
}
@media only screen and (max-width: 37.5em) {
  .job-detail-page .job-detail-contact .wpcf7 form input[type=submit] {
    width: auto;
    width: initial;
  }
}
.job-detail-page .job-detail-contact .wpcf7 form input[type=submit]:hover {
  background-color: transparent;
  background-color: initial;
}
.job-detail-page .job-detail-contact .wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.job-detail-page .job-detail-contact .wpcf7 form .wpcf7-validation-errors {
  color: red;
}
.job-detail-page .job-detail-contact .wpcf7 form .wpcf7-quiz-label {
  margin-right: 1rem;
}

#job-detail-contact-form-wrapper .wpcf7 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 56.25em) {
  #job-detail-contact-form-wrapper .wpcf7 {
    width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  #job-detail-contact-form-wrapper .wpcf7 {
    width: 100%;
  }
}
#job-detail-contact-form-wrapper .wpcf7 form > div:not([class]) {
  margin-bottom: 32px;
}
#job-detail-contact-form-wrapper .wpcf7 label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #333;
}
#job-detail-contact-form-wrapper .wpcf7 input:not([type=file]):not([type=checkbox]):not([type=radio]):not([type=submit]),
#job-detail-contact-form-wrapper .wpcf7 textarea,
#job-detail-contact-form-wrapper .wpcf7 select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #D7DAE5;
}
#job-detail-contact-form-wrapper .wpcf7 textarea {
  resize: vertical;
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-checkbox,
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -12px;
}
@media only screen and (max-width: 37.5em) {
  #job-detail-contact-form-wrapper .wpcf7 .wpcf7-checkbox,
  #job-detail-contact-form-wrapper .wpcf7 .wpcf7-radio {
    display: block;
  }
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 37.5em) {
  #job-detail-contact-form-wrapper .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
  #job-detail-contact-form-wrapper .wpcf7 .wpcf7-radio .wpcf7-list-item {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 6px;
  font-size: 16px;
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-acceptance {
  display: block;
  margin-bottom: 32px;
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  margin-right: 8px;
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal;
}
#job-detail-contact-form-wrapper .wpcf7 input[type=submit] {
  width: 100%;
  padding: 20px 16px;
  font-size: 16px;
  cursor: pointer;
  background-color: #26a766;
  color: #fff;
  border: 1px solid #26a766;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#job-detail-contact-form-wrapper .wpcf7 input[type=submit]:link, #job-detail-contact-form-wrapper .wpcf7 input[type=submit]:visited {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}
#job-detail-contact-form-wrapper .wpcf7 input[type=submit]:hover {
  background-color: rgba(38, 167, 102, 0.8);
}
#job-detail-contact-form-wrapper .wpcf7 .wpcf7-response-output {
  border: 1px solid #2dc277;
  padding: 8px 16px;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map*/