@charset "UTF-8";
/*
Theme Name: e-smile Theme
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul[role=list],
ol[role=list] {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

small {
  font-size: initial;
}

.wp-theme-e-smile {
  background-color: #F4ECE2;
}

.pc-show {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

.sp-show {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
}

.pc-show-inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc-show-inline {
    display: none !important;
  }
}

.pc-show-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-show-flex {
    display: none !important;
  }
}

.sp-show-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-show-flex {
    display: flex !important;
  }
}

.sp-show-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-show-inline {
    display: inline !important;
  }
}

a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

a {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", sans-serif;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

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

.highlight {
  color: #F2A03D;
}

.one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

p, a {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  p, a {
    font-size: 16px;
    line-height: 24px;
  }
}

h2.heading {
  font-size: 60px;
}
@media (max-width: 768px) {
  h2.heading {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

h3.heading {
  padding-top: 14px;
  border-top: 6px solid #F2A03D;
  font-size: 42px;
}
@media (max-width: 768px) {
  h3.heading {
    font-size: 24px;
  }
}

h4 {
  font-size: 28px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h4.heading {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

a.page-link {
  color: #F2A03D;
  font-weight: 700;
}

.header {
  height: 107px;
  background-color: #F2A03D;
  color: #fff;
  /*ハンバーガーがクリックされたら*/
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  height: 100%;
  width: 326px;
  background-color: #263F73;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 140px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 160px;
  }
}
.header__logo img {
  width: 218px;
  height: auto;
}
.header__logo--front {
  background-color: transparent;
}
@media (max-width: 768px) {
  .header__logo--front {
    background-color: #263F73;
  }
}
.header__nav--list {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .header__nav--list {
    gap: 20px;
  }
}
.header__nav a {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1024px) {
  .header__nav a {
    font-size: 20px;
  }
}
.header__contact {
  padding: 20px 50px 20px 20px;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 300;
}
@media (max-width: 1024px) {
  .header__contact {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .header__contact {
    gap: 7px;
    padding: 0;
    margin-right: 52px;
  }
}
.header__contact--instagram {
  width: 50px;
}
@media (max-width: 768px) {
  .header__contact--instagram {
    width: 26px;
  }
}
.header__contact--text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .header__contact--text {
    font-size: 12px;
  }
}
.header__contact--number {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 768px) {
  .header__contact--number {
    font-size: 20px;
  }
}
@media (max-width: 372px) {
  .header__contact--number {
    font-size: 16px;
  }
}
.header .hamburger {
  position: absolute;
  right: 15px;
  top: 11px;
  cursor: pointer;
  z-index: 300;
}
.header .hamburger__line {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  background-color: #fff;
  transition: all 0.5s;
}
@media (max-width: 372px) {
  .header .hamburger__line {
    width: 24px;
  }
}
.header .hamburger__line--1 {
  top: 7px;
}
.header .hamburger__line--2 {
  top: 18px;
}
.header .hamburger__line--3 {
  top: 30px;
}
.header .sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #F2A03D;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.header .sp-nav__list {
  padding: 0 20px;
  text-align: center;
}
.header .sp-nav__list li {
  margin-top: 36px;
  list-style: none;
}
.header .sp-nav__list li:first-of-type {
  margin-top: 96px;
}
.header .sp-nav__list li a {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 24px;
}
.header .sp-nav__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header .sp-nav__footer {
  margin-bottom: 30px;
}
.header .sp-nav__footer--list {
  padding: 0 42px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.header .sp-nav__footer--list a {
  color: #fff;
}
.header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
.header .open {
  /*ハンバーガーがクリックされたら右からスライド*/
  /*ハンバーガーメニューが開いたら表示*/
}
.header .open .hamburger {
  position: fixed;
}
.header .open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 16px;
}
.header .open .hamburger__line--2 {
  opacity: 0;
}
.header .open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 16px;
}
.header .open .sp-nav {
  right: 0;
}
.header .open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.footer {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}
.footer p, .footer a {
  color: inherit;
  font-weight: 300;
}
.footer__line {
  height: 8px;
  background-color: #F2A03D;
}
.footer__container {
  margin: 45px auto 0;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .footer__container {
    margin: 20px auto 0;
  }
}
.footer__contents {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 768px) {
  .footer__contents {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__contents--box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__contents--box {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .footer__contents--box.bottom a {
    font-size: 14px;
  }
}
.footer__contents--item nav ul {
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .footer__contents--home {
    font-size: 20px;
  }
}
.footer__copyright {
  margin: 28px 0 10px;
  text-align: center;
}
.footer__copyright small {
  font-size: 12px;
}

.information {
  margin-top: 120px;
  background-color: #F2DC99;
}
@media (max-width: 768px) {
  .information {
    margin-top: 80px;
  }
}
.information__title {
  padding-top: 36px;
  text-align: center;
}
.information__lists {
  margin-top: 10px !important;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .information__lists {
    gap: 0;
    flex-direction: column;
  }
}
.information__list {
  width: 33%;
}
@media (max-width: 768px) {
  .information__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.information__list a {
  color: inherit;
}
@media (max-width: 768px) {
  .information__list a {
    margin: 0 10px;
  }
}
.information__list a img {
  height: 240px;
}
@media (max-width: 768px) {
  .information__list a p {
    margin: 0 10px;
  }
}
.information__list a time {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .information__list a time {
    margin: 0 10px;
  }
}
.information__more {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 58px;
}

.contact {
  margin-top: 110px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact h2, .contact h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .contact {
    margin-top: 80px;
  }
}
.contact__number {
  margin-top: 40px;
  font-size: 28px;
}
.contact__number a {
  color: #000;
  font-size: 48px;
}
.contact__more {
  margin-top: 20px;
}
.contact__more a.page-link {
  font-size: 28px;
}
.contact__hours p {
  font-weight: 800;
}

.contact_banner {
  text-align: right;
  background-color: #fff;
  border: 9px solid #263F73;
  width: 100%;
}
@media (max-width: 768px) {
  .contact_banner {
    text-align: center;
    border: 3px solid #263F73;
  }
}
.contact_banner a {
  display: block;
  color: #263F73;
  padding: 16px 62px 16px 0;
}
@media (max-width: 768px) {
  .contact_banner a {
    padding: 16px 0;
  }
}
.contact_banner a h3 {
  font-size: 54px;
}
@media (max-width: 1280px) {
  .contact_banner a h3 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .contact_banner a h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .contact_banner a h3 {
    font-size: 20px;
  }
}

.navigations {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .navigations {
    margin-top: 80px;
  }
}
.navigations__box ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .navigations__box ul {
    flex-direction: column;
  }
}
.navigations__box ul li {
  width: 33%;
  height: 112px;
  background: #F2DC99 url("./assets/images/background-logo.png") no-repeat center 20px/80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .navigations__box ul li {
    width: 100%;
  }
}
.navigations__box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-weight: 700;
  font-size: 24px;
}
.navigations__box ul li a p {
  font-size: 24px;
  font-weight: 700;
}

.page-mv {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .page-mv {
    margin: 0 auto 60px;
  }
}
.page-mv__body {
  display: flex;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .page-mv__body {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.page-mv__box {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 768px) {
  .page-mv__box {
    justify-content: center;
    width: 100%;
  }
}
.page-mv__title {
  font-size: 84px;
}
@media (max-width: 768px) {
  .page-mv__title {
    font-size: 48px;
  }
}
.page-mv__image {
  height: 514px;
}
@media (max-width: 768px) {
  .page-mv__image {
    width: 100%;
    height: 303px;
  }
}

.page-mv-no-image__title {
  font-size: 84px;
  margin: 120px 0 0 80px;
}
@media (max-width: 768px) {
  .page-mv-no-image__title {
    font-size: 48px;
    margin: 80px 0;
    text-align: center;
  }
}

.company {
  margin-top: 80px;
}
.company__title {
  text-align: center;
}
.company table {
  margin: 40px auto 0;
  max-width: 865px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .company table {
    letter-spacing: -0.5px;
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .company tr {
    display: flex;
    flex-direction: column;
  }
}
.company th {
  margin-top: 10px;
  text-align: left;
  font-weight: 500;
  min-width: 200px;
  vertical-align: top;
  padding-top: 5px;
}
.company td {
  padding-top: 5px;
  padding-left: 34px;
}
@media (max-width: 768px) {
  .company td {
    padding-left: 0;
  }
}
.company__paper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.company__paper img {
  max-width: 865px;
}
@media (max-width: 768px) {
  .company__paper img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.pagination {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 40px;
    font-size: 16px;
  }
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  height: 30px;
  width: 30px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    height: 24px;
    width: 24px;
  }
}
.pagination .current {
  color: #fff;
  background-color: #F2A03D;
}
.pagination .prev, .pagination .next {
  height: auto;
  width: auto;
  color: #F2A03D;
}
.pagination .prev {
  margin-right: 30px;
}
.pagination .next {
  margin-left: 30px;
}

.fix-bar {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 768px) {
  .fix-bar {
    flex-direction: column-reverse;
  }
}
.fix-bar .contact_banner {
  width: 100%;
}
.fix-bar__recruit-banner {
  min-width: 216px;
  max-width: 216px;
  border: 10px solid #F2A03D;
}
@media (max-width: 768px) {
  .fix-bar__recruit-banner {
    border: 3px solid #F2A03D;
    min-width: 127px;
    max-width: 127px;
  }
}
.fix-bar__recruit-banner h4 {
  text-align: center;
  background: #fff;
  padding: 20px 10px;
  font-size: 22px;
  color: #000;
}
@media (max-width: 768px) {
  .fix-bar__recruit-banner h4 {
    font-size: 14px;
    padding: 10px 4px;
  }
}

.home .mv {
  background: #F2A03D;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .home .mv {
    padding-bottom: 0;
  }
}
.home .mv__images {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.home .mv__image {
  width: 50%;
  height: 583px;
}
@media (max-width: 768px) {
  .home .mv__image {
    width: 100%;
    height: 303px;
  }
  .home .mv__image:last-of-type img {
    object-position: top;
  }
}
.home .mv__image img {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .home .mv__image img {
    border-radius: 0;
  }
}
.home .mv__title {
  font-style: italic;
  text-align: center;
  line-height: 125px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .home .mv__title {
    line-height: inherit;
  }
}
.home .mv__title h1 {
  font-size: 80px;
}
.home .mv__title h1 > span {
  display: block;
}
@media (max-width: 768px) {
  .home .mv__title h1 {
    font-size: 28px;
  }
}
.home .logo-band {
  margin: 50px auto 0;
  max-width: 875px;
}
@media (max-width: 768px) {
  .home .logo-band {
    margin: 18px auto 0;
  }
}
.home .information {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .home .information {
    margin-top: 18px;
  }
}
.home .about, .home .service {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .home .about, .home .service {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .home .about__title, .home .service__title {
    text-align: center;
  }
}
.home .about__description, .home .service__description {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .home .about__description, .home .service__description {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.home .about__description--text, .home .service__description--text {
  width: 52%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .home .about__description--text, .home .service__description--text {
    width: 100%;
  }
}
.home .about__description--more, .home .service__description--more {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .home .about__description--more, .home .service__description--more {
    text-align: center;
  }
}
.home .about__description--image, .home .service__description--image {
  width: 48%;
}
@media (max-width: 768px) {
  .home .about__description--image, .home .service__description--image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.home .image-band-first, .home .image-band-second {
  margin-top: 80px;
}
.home .image-band-first img, .home .image-band-second img {
  max-height: 584px;
}
.home .custom-post__item {
  margin-top: 80px;
  width: 50%;
}
@media (max-width: 768px) {
  .home .custom-post__item {
    width: 100%;
  }
}
.home .custom-post__box {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .home .custom-post__box {
    flex-direction: column;
  }
}
.home .custom-post__text {
  text-align: center;
}
.home .custom-post__text > p {
  margin-top: 10px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .home .custom-post__text > p {
    font-size: inherit;
  }
}
.home .custom-post__article {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .home .custom-post__article {
    width: 100vw;
    margin: 28px calc(50% - 50vw) 0;
  }
}
.home .custom-post__article a {
  color: inherit;
}
.home .custom-post__article a p {
  margin-top: 14px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .home .custom-post__article a p {
    margin: 14px 10px 0;
  }
}
.home .custom-post__article a time {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .home .custom-post__article a time {
    margin: 6px 10px 0;
  }
}
.home .custom-post__article a img {
  max-height: 320px;
}
.home .custom-post__more {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .home .custom-post__more {
    text-align: center;
  }
}
.home .custom-post__more a.page-link {
  font-size: 16px;
}
.home .instagram {
  margin-top: 80px;
}
.home .instagram__title {
  text-align: center;
}
.home .instagram__image {
  margin: 40px auto 0;
  max-width: 390px;
}
@media (max-width: 768px) {
  .home .instagram__image {
    max-width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
}

.page-template-page-about .point {
  padding: 120px 40px 120px 140px;
  background-color: #F2A03D;
}
@media (max-width: 768px) {
  .page-template-page-about .point {
    padding: 40px 10px;
  }
}
.page-template-page-about .point__body {
  display: flex;
}
@media (max-width: 768px) {
  .page-template-page-about .point__body {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-page-about .point__box {
  color: #fff;
}
.page-template-page-about .point__text {
  margin: 52px 102px 0 0;
  line-height: 36px;
}
@media (max-width: 768px) {
  .page-template-page-about .point__text {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 768px) {
  .page-template-page-about .point__image {
    margin-top: 40px;
  }
}
.page-template-page-about .point__image img {
  height: 700px;
  width: 580px;
  max-width: inherit;
}
@media (max-width: 768px) {
  .page-template-page-about .point__image img {
    width: 100%;
    height: 448px;
  }
}
.page-template-page-about .features {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .page-template-page-about .features {
    margin: 80px 0;
  }
}
.page-template-page-about .features__description {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-template-page-about .features__description {
    margin-top: 20px;
  }
}
.page-template-page-about .features__body {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page-template-page-about .features__body {
    margin-top: 40px;
  }
}
.page-template-page-about .features__box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 768px) {
  .page-template-page-about .features__box {
    margin-top: 40px;
    flex-direction: column;
  }
}
.page-template-page-about .features__text {
  border-top: 6px solid #F2A03D;
  width: 45%;
}
@media (max-width: 768px) {
  .page-template-page-about .features__text {
    width: 100%;
  }
}
.page-template-page-about .features__text h3 {
  font-size: 42px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .page-template-page-about .features__text h3 {
    font-size: 28px;
  }
}
.page-template-page-about .features__text > p {
  margin-top: 24px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .page-template-page-about .features__text > p {
    font-size: inherit;
  }
}
.page-template-page-about .features__image {
  width: 55%;
}
@media (max-width: 768px) {
  .page-template-page-about .features__image {
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
  }
}

.page-template-page-philosophy .point {
  background-color: #F2A03D;
  color: #fff;
  text-align: center;
  padding: 80px 0 70px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .point {
    padding: 40px 0;
  }
}
.page-template-page-philosophy .point__label {
  font-size: 42px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .point__label {
    font-size: 24px;
  }
}
.page-template-page-philosophy .point__title {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .point__title {
    margin-top: 30px;
    font-size: 30px;
  }
}
.page-template-page-philosophy .features {
  margin-top: 80px;
}
.page-template-page-philosophy .features__list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__list {
    margin-top: 40px;
  }
}
.page-template-page-philosophy .features__label {
  font-size: 36px;
  color: #F2A03D;
  font-weight: 800;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__label {
    font-size: 20px;
  }
}
.page-template-page-philosophy .features__title {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__title {
    margin-top: 0;
    font-size: 24px;
  }
}
.page-template-page-philosophy .features__box li {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__box li {
    margin-top: 20px;
  }
}
.page-template-page-philosophy .features__box li:first-child {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__box li:first-child {
    margin-top: 20px;
  }
}
.page-template-page-philosophy .features__box li > p {
  margin-top: 4px;
}
.page-template-page-philosophy .features__subtitle {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__subtitle {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-template-page-philosophy .features__subtitle span {
    font-size: 20px;
  }
}
.page-template-page-philosophy .introduces {
  margin: 120px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .introduces {
    margin-top: 80px;
  }
}
.page-template-page-philosophy .introduces__box {
  width: 715px;
  height: 417px;
  background: lightgray;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 64px;
}
@media (max-width: 768px) {
  .page-template-page-philosophy .introduces__box {
    width: 100%;
    height: 218px;
    margin: 40px auto 0;
    font-size: 32px;
  }
}

.page-template-page-service .prices {
  margin-top: 190px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices {
    margin-top: 40px;
  }
}
.page-template-page-service .prices__introduce {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__introduce {
    margin-top: 32px;
  }
}
.page-template-page-service .prices__introduce:first-child {
  margin-top: 10px;
}
.page-template-page-service .prices__title-head {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__title-head {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-page-service .prices__title {
    font-size: 24px;
  }
}
.page-template-page-service .prices__body {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__body {
    margin-top: 10px;
    flex-direction: column-reverse;
  }
}
.page-template-page-service .prices__box {
  width: 48%;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__box {
    width: 100%;
  }
}
.page-template-page-service .prices__text {
  margin-top: 30px;
}
.page-template-page-service .prices__text:first-of-type {
  margin-top: 10px;
}
.page-template-page-service .prices__image {
  width: 52%;
  max-height: 400px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.page-template-page-service .prices__calc {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__calc {
    margin-top: 20px;
  }
}
.page-template-page-service .prices__calc--hour-all {
  font-weight: 700;
}
.page-template-page-service .prices__calc--hour {
  display: block;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__calc--hour {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.page-template-page-service .prices__calc--price {
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__calc--price {
    font-size: 24px;
  }
}
.page-template-page-service .prices__calc--notice {
  font-size: 15px;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__calc--notice-space {
    margin-left: 16px;
  }
}
.page-template-page-service .prices__calc--contact {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .page-template-page-service .prices__calc--contact {
    font-size: 16px;
  }
}
.page-template-page-service .introduces {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page-template-page-service .introduces {
    margin-top: 80px;
  }
}
.page-template-page-service .introduces__title {
  text-align: center;
}
.page-template-page-service .introduces__box {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .page-template-page-service .introduces__box {
    margin-top: 40px;
  }
}
.page-template-page-service .introduces__box:first-of-type {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service .introduces__box:first-of-type {
    margin-top: 20px;
  }
}
.page-template-page-service .introduces__wrap {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .page-template-page-service .introduces__wrap {
    flex-direction: column-reverse;
  }
}
.page-template-page-service .introduces__text, .page-template-page-service .introduces__image {
  width: 50%;
}
@media (max-width: 768px) {
  .page-template-page-service .introduces__text, .page-template-page-service .introduces__image {
    width: 100%;
  }
}
.page-template-page-service .introduces__text p, .page-template-page-service .introduces__image p {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .page-template-page-service .introduces__image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.page-template-page-service .introduces__text.one-column {
  width: 100%;
}

.page-template-page-company .greeting {
  margin-top: 92px;
}
@media (max-width: 768px) {
  .page-template-page-company .greeting {
    margin-top: 0;
  }
}
.page-template-page-company .greeting__body {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .page-template-page-company .greeting__body {
    flex-direction: column;
    gap: 20px;
  }
}
.page-template-page-company .greeting__description {
  margin-top: 24px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .page-template-page-company .greeting__description {
    max-width: inherit;
    margin-top: 0;
  }
}
.page-template-page-company .greeting__description p {
  margin-top: 20px;
}
.page-template-page-company .greeting__description p:last-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .page-template-page-company .greeting__description p {
    font-size: 20px;
  }
}
.page-template-page-company .greeting__image {
  margin-top: 24px;
  height: 445px;
}
@media (max-width: 768px) {
  .page-template-page-company .greeting__image {
    height: auto;
  }
}

.post-type-archive .archive__body {
  margin: 110px auto 0;
  width: 725px;
}
@media (max-width: 768px) {
  .post-type-archive .archive__body {
    margin: 20px auto 0;
    width: 100%;
  }
}
.post-type-archive .archive__body .type-post {
  margin-top: 20px;
}
.post-type-archive .archive__body a {
  color: #000;
}
.post-type-archive .archive__body .status-publish {
  margin-top: 20px;
}
.post-type-archive .archive__title {
  font-size: 20px;
}
.post-type-archive .archive__meta span {
  font-weight: lighter;
  font-size: 14px;
}
.post-type-archive .information {
  margin-top: 20px;
  background-color: inherit;
}

.single .page-mv-no-image__title {
  margin-left: 0;
}
.single .post {
  color: #333;
}
.single .post__title {
  margin-top: 100px;
  font-size: 84px;
}
@media (max-width: 768px) {
  .single .post__title {
    margin-top: 80px;
    font-size: 28px;
  }
}
.single .post__thumbnail {
  margin: 60px auto;
  max-width: 700px;
}
.single .post__content h2 {
  margin-top: 60px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .single .post__content h2 {
    font-size: 24px;
  }
}
.single .post__content h3 {
  margin-top: 40px;
  font-size: 42px;
  color: #F2A03D;
}
@media (max-width: 768px) {
  .single .post__content h3 {
    font-size: 24px;
  }
}
.single .post__content h4 {
  margin-top: 40px;
  font-size: 36px;
  color: #F2A03D;
}
@media (max-width: 768px) {
  .single .post__content h4 {
    font-size: 20px;
  }
}
.single .post__content p {
  margin-top: 20px;
}
.single .post__content a {
  color: #F2A03D;
  text-decoration: underline;
}
.single .post__content ul, .single .post__content ol {
  padding-left: 26px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .single .post__content ul, .single .post__content ol {
    font-size: 16px;
  }
}
.single .post__content hr {
  margin: 40px 0;
  border: 1px solid #F2A03D;
}
.single .post__content table {
  margin-top: 50px;
  border-collapse: collapse;
}
.single .post__content table thead, .single .post__content table th, .single .post__content table td {
  border: 2px solid #F2A03D;
  padding: 10px;
}
.single .post__content table th {
  background-color: rgba(242, 160, 61, 0.1);
}
.single .post__content table td {
  background-color: #fff;
}
.single .post__footer {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .single .post__footer {
    margin-bottom: 80px;
  }
}
.single .post__navigations {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .single .post__navigations {
    position: relative;
  }
}
.single .post__navigation a {
  color: #F2A03D;
}
.single .post__navigation.prev, .single .post__navigation.next {
  width: 118px;
}
.single .post__navigation.next {
  text-align: right;
}
@media (max-width: 768px) {
  .single .post__navigation.more {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single .information {
  margin-top: 20px;
  background-color: inherit;
}

.page-template-page-contact .contact {
  margin-top: 52px;
}
.page-template-page-contact .contact__number {
  margin-top: 20px;
}
.page-template-page-contact .contact-form {
  margin-top: 50px;
  max-width: 840px;
}
.page-template-page-contact .contact-form__header {
  text-align: center;
}
.page-template-page-contact .contact-form .wpcf7 {
  margin-top: 60px;
}
.page-template-page-contact .contact-form__body > p {
  margin-top: 240px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__body > p {
    margin-top: 70px;
  }
}
.page-template-page-contact .contact-form__body > p .wpcf7-submit {
  width: 290px;
  height: 80px;
  border: none;
  background-color: #F2A03D;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__body > p .wpcf7-submit {
    font-size: 20px;
  }
}
.page-template-page-contact .contact-form__row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__row {
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
  }
}
.page-template-page-contact .contact-form__row--header {
  margin-top: 2px;
  width: 30%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__row--header {
    width: 100%;
    justify-content: start;
    align-items: center;
  }
}
.page-template-page-contact .contact-form__row--header > p {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__row--header > p {
    margin-top: 0;
  }
}
.page-template-page-contact .contact-form__row--require {
  width: 66px;
  height: 42px;
  background-color: #F2A03D;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__row--require {
    width: 40px;
    height: 26px;
    margin-left: 14px;
  }
}
.page-template-page-contact .contact-form__row--require p {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__row--require p {
    font-size: 14px;
  }
}
.page-template-page-contact .contact-form__row--value {
  width: 70%;
}
@media (max-width: 768px) {
  .page-template-page-contact .contact-form__row--value {
    width: 100%;
  }
}
.page-template-page-contact .contact-form__row--value input {
  padding: 0 10px;
}
.page-template-page-contact .contact-form__row--value textarea {
  padding: 10px;
}
.page-template-page-contact .contact-form__row--value .wpcf7-email,
.page-template-page-contact .contact-form__row--value .wpcf7-text,
.page-template-page-contact .contact-form__row--value .wpcf7-textarea,
.page-template-page-contact .contact-form__row--value .wpcf7-tel {
  border: 1px solid #F2A03D;
}
.page-template-page-contact .contact-form__row--value .wpcf7-email,
.page-template-page-contact .contact-form__row--value .wpcf7-text,
.page-template-page-contact .contact-form__row--value .wpcf7-textarea,
.page-template-page-contact .contact-form__row--value .wpcf7-tel {
  width: 100%;
}
.page-template-page-contact .contact-form__row--value .wpcf7-email,
.page-template-page-contact .contact-form__row--value .wpcf7-text,
.page-template-page-contact .contact-form__row--value .wpcf7-tel {
  height: 46px;
}
.page-template-page-contact .contact-form__row--value .wpcf7-list-item {
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  .page-template-page-contact .wpcf7-spinner {
    display: none;
  }
}

.page-template-page-contact-confirm .confirm-message {
  max-width: 840px;
  margin: 52px auto 0;
}
.page-template-page-contact-confirm .confirm-message__header {
  text-align: center;
}
.page-template-page-contact-confirm .confirm-message__content {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-template-page-contact-confirm .confirm-message__content {
    width: 80%;
    margin: 60px auto 0;
  }
}
.page-template-page-contact-confirm .confirm-message__item {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .page-template-page-contact-confirm .confirm-message__item {
    gap: 10px;
    flex-direction: column;
  }
}
.page-template-page-contact-confirm .confirm-message__label {
  width: 30%;
}
@media (max-width: 768px) {
  .page-template-page-contact-confirm .confirm-message__label {
    width: 100%;
  }
}
.page-template-page-contact-confirm .confirm-message__value {
  width: 70%;
}
.page-template-page-contact-confirm .confirm-message__actions {
  margin-top: 60px;
}
.page-template-page-contact-confirm .confirm-message__actions > p {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.page-template-page-contact-confirm .confirm-message__actions .wpcf7-previous, .page-template-page-contact-confirm .confirm-message__actions .wpcf7-submit {
  width: 120px;
  height: 60px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.page-template-page-contact-confirm .confirm-message__actions .wpcf7-previous {
  background-color: #263F73;
}
.page-template-page-contact-confirm .confirm-message__actions .wpcf7-submit {
  background-color: #F2A03D;
}
@media (max-width: 768px) {
  .page-template-page-contact-confirm .confirm-message__actions .wpcf7-spinner {
    display: none;
  }
}

.page-template-page-contact-thanks .thanks-message {
  margin-top: 52px;
  text-align: center;
}
.page-template-page-contact-thanks .thanks-message__body p {
  margin-top: 40px;
}
.page-template-page-contact-thanks .thanks-message__info {
  margin-top: 60px;
}
.page-template-page-contact-thanks .thanks-message__button {
  margin-top: 60px;
}

.page-template-page-privacy-policy .privacy-policy__content {
  margin-top: 50px;
}
.page-template-page-privacy-policy .privacy-policy__content h2 {
  margin-top: 40px;
}
.page-template-page-privacy-policy .privacy-policy__content h3 {
  margin-top: 30px;
}
.page-template-page-privacy-policy .privacy-policy__content p {
  margin-top: 20px;
}

.page-template-page-recruit .recruit {
  margin-top: 60px;
}
.page-template-page-recruit .recruit__description {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-template-page-recruit .recruit__description {
    margin-top: 40px;
  }
}
.page-template-page-recruit .recruit__description p {
  margin-top: 20px;
}
.page-template-page-recruit .recruit__lists {
  margin-top: 70px;
}
.page-template-page-recruit .recruit__article {
  margin-top: 40px;
  border: 3px solid #F2A03D;
  padding: 10px;
  background-color: #fff;
}
.page-template-page-recruit .recruit__article--title {
  font-size: 24px;
  color: #F2A03D;
}
@media (max-width: 768px) {
  .page-template-page-recruit .recruit__article--title {
    font-size: 20px;
  }
}
.page-template-page-recruit .recruit__article--body {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .page-template-page-recruit .recruit__article--body {
    flex-direction: column;
  }
}
.page-template-page-recruit .recruit__article--img {
  width: 33%;
}
@media (max-width: 768px) {
  .page-template-page-recruit .recruit__article--img {
    width: 100%;
  }
}
.page-template-page-recruit .recruit__article--description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 67%;
}
@media (max-width: 768px) {
  .page-template-page-recruit .recruit__article--description {
    width: 100%;
  }
}
.page-template-page-recruit .recruit__article--salary {
  margin-top: 10px;
}
.page-template-page-recruit .recruit__article--button {
  padding: 22px 84px;
  width: 289px;
  background-color: #F2A03D;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-template-page-recruit .recruit__article--button {
    margin-top: 20px;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
  }
}
.page-template-page-recruit .recruit__blank {
  margin-top: 20px;
}

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