@charset "UTF-8";
/*
Theme Name: fotografía-info
Version: 1.1
Author: Owndmedia
*/
/*--------------------------------------------------------------

## mixin

--------------------------------------------------------------*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
:root {
  /* font */
  --theme-font-jp: "Zen Old Mincho", serif;
  --theme-font-en: "Inter", sans-serif;
  /* color */
  --color-white: #fff;
  --color-text: #222;
  --color-gray1: #ececec;
  --color-gray2: #B7BEC6;
  --color-gray3: #8995A2;
  --color-bg: #f6f6f6;
  --color-border: #ddd;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  /*ベースを10pxに設定*/
  letter-spacing: 0.04em;
  font-family: var(--theme-font-jp);
  font-weight: 400;
  line-height: 2;
  color: #333333;
  background-image: url(img/background.jpg);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.2rem;
}

p {
  font-size: 1.6rem;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #333333;
}

li,
th,
td {
  font-size: 1.6rem;
}

a:hover,
a:focus {
  color: #596e79;
}

img {
  max-width: 100%;
}

/*改行*/
.br_pc {
  display: block;
}

/* フォント */
.en {
  font-family: var(--theme-font-en);
}

/* ボタン */
.c-btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  width: 230px;
  height: 60px;
  position: relative;
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-btn01:hover {
  color: var(--color-text);
}
.c-btn01:hover::before {
  width: 100%;
}
.c-btn01:hover span::after {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.c-btn01 span::after {
  font-family: "Material Symbols Outlined";
  content: "north_east";
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* ページトップに戻るボタン */
#page-top {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 99;
}
#page-top a {
  color: var(--color-gray3);
  background: var(--color-white);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  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;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#page-top a:hover {
  background: var(--color-gray2);
  color: var(--color-white);
}
#page-top a span {
  font-size: 3rem;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #dfd3c3;
}
::selection {
  background: #dfd3c3;
}

/* ページ縁取り */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border: 10px solid var(--color-gray3);
  z-index: 95;
  pointer-events: none;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #596e79;
  -webkit-box-shadow: inset 0 0 0 2px #f0ece3;
          box-shadow: inset 0 0 0 2px #f0ece3;
}

/* スクロールバー Chromeの表示調整 */
html:after {
  width: 0;
}

@-moz-document url-prefix() {
  html:after {
    width: 9px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html:after {
    width: 9px;
  }
}
@supports (-ms-ime-align: auto) {
  html:after {
    width: 9px;
  }
}
@media screen and (max-width: 1025px) {
  html:after {
    width: 9px;
  }
}
/* ページ全体の余白 */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: min(1180px, 90%);
  margin-inline: auto;
}

/***** フッター *****/
footer {
  background: var(--color-gray3);
  color: var(--color-white);
  padding-top: 10rem;
  padding-bottom: 5rem;
}

small {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin: 10rem 0 0;
}

.index-ttl {
  margin-bottom: 4rem;
}

.index-ttl__txt {
  font-family: "Kalam", "komorebi-gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #596e79;
  margin: 0rem;
  line-height: 1;
}

.access-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}

.access-container__ttl a {
  color: #fff;
  margin-bottom: 4rem;
  font-size: clamp(2.4rem, 1rem + 2vw, 3.4rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.access-container__ttl a:hover {
  color: var(--color-gray2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.access-container__txt {
  margin-top: 3rem;
}

.access-container__links {
  margin-top: 3rem;
}
.access-container__links li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.access-container__links li a {
  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;
  gap: 1.2rem;
  color: var(--color-white);
  width: 300px;
  height: 70px;
  border-radius: 50px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.access-container__links li a:hover {
  background: var(--color-gray2);
}

.access-container__menu {
  width: min(600px, 100%);
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.footer-nav__list li {
  width: calc(50% - 1.5rem);
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-gray2);
}
.footer-nav__list li a {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-nav__list li a::before {
  content: "";
  display: inline-block;
  background: var(--color-gray2);
  width: 5px;
  height: 5px;
  margin-right: 0.8em;
  border-radius: 10px;
}
.footer-nav__list li a:hover {
  color: var(--color-gray2);
}
.footer-nav__list li a .menu-subtitle {
  display: block;
  color: var(--color-gray2);
  font-family: var(--theme-font-en);
  margin-left: auto;
}

.access-container__sns {
  margin-top: 3rem;
}
.access-container__sns .footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-container__sns .footer-sns__list a {
  display: block;
  line-height: 1;
  margin-right: 1rem;
}

.access-map {
  margin-top: 10rem;
}

.access-map iframe {
  border-radius: 20px;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex_item {
  width: 50%;
}

.flex__item--c {
  -ms-flex-item-align: center;
      align-self: center;
}

.index-content__title .en {
  color: #fff;
  font-size: 10rem;
  line-height: 1;
}
.index-content__title .ja {
  display: inline-block;
  color: var(--color-gray3);
  background: #fff;
  padding: 1rem 4rem;
  margin-top: 0.5em;
  border-radius: 50px;
  line-height: 1;
  font-size: 3.2rem;
  -webkit-box-shadow: 0 5px 15px rgba(137, 149, 162, 0.05);
          box-shadow: 0 5px 15px rgba(137, 149, 162, 0.05);
}

/***** News *****/
.index-news {
  padding: 10rem 0 15rem;
}

.index-news__content {
  margin-top: 6rem;
}

.index-news__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3rem 0;
  border-bottom: 3px dashed var(--color-border);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.index-news__list a:hover {
  background: var(--color-white);
}
.index-news__list a:hover .news-date {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.index-news__list .news-date {
  color: var(--color-gray3);
  min-width: 250px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.index-news__btn {
  text-align: right;
  margin-top: 6rem;
}

/***** Service *****/
.index-service {
  position: relative;
  padding-top: 10rem;
}
.index-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15rem);
  height: 100%;
  background: var(--color-gray3);
  border-top-right-radius: 200px;
  display: block;
  z-index: 0;
}

.index-service__inner {
  position: relative;
  background: var(--color-white);
  padding: 20rem 0;
  z-index: 1;
}

.index-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-service__desc {
  width: 40%;
  margin-inline: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.index-service__desc .index-content__title .en {
  color: var(--color-gray3);
}

.index-service__txt {
  margin-top: 10rem;
}

.index-service__img {
  position: relative;
  width: 45%;
  z-index: 1;
}
.index-service__img::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  right: 0;
  width: calc(100% + 4rem);
  height: 100%;
  background: var(--color-bg);
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
.index-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  border-radius: 20px 0 0 20px;
}

.index-service__btn {
  margin-top: 6rem;
}
.index-service__btn .c-btn01::before {
  background: var(--color-bg);
}

/***** Company *****/
.index-company {
  position: relative;
  padding-top: 10rem;
  background: var(--color-white);
}
.index-company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15rem);
  height: 100%;
  background: var(--color-gray3);
  border-top-left-radius: 200px;
  display: block;
  z-index: 0;
}

.index-company__inner {
  position: relative;
  background: var(--color-gray3);
  padding: 20rem 0;
  z-index: 1;
}

.index-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-company__desc {
  width: 40%;
  margin-inline: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.index-company__txt {
  color: var(--color-white);
  margin-top: 10rem;
}

.index-company__img {
  position: relative;
  width: 45%;
  z-index: 1;
}
.index-company__img::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: calc(100% + 4rem);
  height: 100%;
  background: var(--color-white);
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
.index-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  border-radius: 0 20px 20px 0;
}

.index-company__btn {
  margin-top: 6rem;
}
.index-company__btn .c-btn01 {
  color: var(--color-white);
}
.index-company__btn .c-btn01::before {
  background: rgba(255, 255, 255, 0.3);
}

/***** Works *****/
.index-works {
  padding: 20rem 0;
}

.index-works__content {
  margin-top: 10rem;
}

.index-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.index-works__list li {
  width: calc(50% - 1rem);
}
.index-works__list a {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  padding: 4rem 2rem;
  -webkit-box-shadow: 0 5px 15px rgba(137, 149, 162, 0.2);
          box-shadow: 0 5px 15px rgba(137, 149, 162, 0.2);
  border: 1px solid var(--color-gray2);
  border-radius: 12px;
}
.index-works__list a:hover .works-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-works__list a:hover .works-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.index-works__list .works-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-works__list .works-info .cat {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-gray3);
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-works__list .works-img {
  margin-bottom: 2rem;
  overflow: hidden;
}
.index-works__list .works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-works__list .works-arrow {
  margin: 4rem 0 0 auto;
  display: inline-block;
  background: var(--color-white);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  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;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-works__list .works-arrow span {
  color: var(--color-gray3);
}

.index-works__btn {
  margin-top: 8rem;
  text-align: center;
}

/***** Recruit *****/
.index-recruit {
  padding: 0 0 20rem;
}

.index-recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10rem;
}

.index-recruit__desc {
  width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.index-recruit__img {
  position: relative;
  width: 40%;
  aspect-ratio: 4/5;
  z-index: 1;
}
.index-recruit__img::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: -4rem;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-white);
  border-radius: 20px;
  z-index: -1;
}
.index-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(137, 149, 162, 0.2);
          box-shadow: 0 5px 15px rgba(137, 149, 162, 0.2);
}

.index-recruit__btn {
  margin-top: 6rem;
}

/***** Contact *****/
.index-contact {
  position: relative;
  padding: 15rem 0;
  overflow: hidden;
}
.index-contact .index-content__title {
  position: relative;
  z-index: 1;
}
.index-contact .index-content__title .en {
  font-size: 8rem;
}
.index-contact .index-content__title .ja {
  font-size: 2.8rem;
}

.index-contact__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.index-contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-contact__img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.index-contact__desc {
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.index-contact__txt {
  margin-top: 10rem;
}

.index-contact__btn {
  margin-top: 6rem;
}
.index-contact__btn .c-btn01 {
  color: var(--color-white);
}
.index-contact__btn .c-btn01::before {
  background: rgba(255, 255, 255, 0.3);
}

/*-------------------------------
 swiper
-------------------------------*/
.swiper-slide img {
  width: 100%;
  height: calc(100vh - 150px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 100px 0 0 100px;
  -webkit-box-shadow: 0 5px 15px rgba(137, 149, 162, 0.1);
          box-shadow: 0 5px 15px rgba(137, 149, 162, 0.1);
}

/* ************************************************************************************************
   下層ページ共通
   ************************************************************************************************ */
.page-head__container {
  padding: 20rem 0 8rem;
}

.page-head__title {
  border-bottom: 1px solid var(--color-gray2);
  padding-bottom: 3rem;
}
.page-head__title h2 {
  font-size: 4rem;
}
.page-head__title p {
  color: var(--color-gray2);
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1.4;
  background: var(--color-white);
  padding: 0.2rem 2.5rem;
  border-radius: 50px;
}

.page-top__img {
  aspect-ratio: 2/1;
  margin-bottom: 6rem;
}
.page-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  border-radius: 12px;
}

.page-content__title {
  font-size: 3rem;
  border-top: 1px solid var(--color-gray2);
  padding-top: 1em;
  margin-bottom: 6rem;
}

.page-content__title::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 0.8em;
  border-radius: 10px;
}

.page-content {
  margin-bottom: 20rem;
}

.page-content__table {
  width: 100%;
}
.page-content__table th {
  width: 20%;
  padding: 35px 0 35px 20px;
}
.page-content__table td {
  padding: 35px;
}
.page-content__table th,
.page-content__table td {
  border-bottom: 1px dashed var(--color-gray2);
}

.content--hidden {
  display: none;
}

/* パンくずリスト */
.breadcrumb {
  margin-bottom: 10rem;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 3rem;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-gray2);
  border-right: 2px solid var(--color-gray2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -1.8rem;
  bottom: 1.1rem;
}
.breadcrumb li a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* ************************************************************************************************
  service.php
  ************************************************************************************************ */
.service-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-content__inner .service-content__desc {
  width: 60%;
}
.service-content__inner .service-content__img.num1 {
  width: 20%;
  aspect-ratio: 4/5;
  margin: 0 4rem 0 0;
}

.service-content__img.num2 {
  width: 45%;
  aspect-ratio: 4/3;
  margin: 4rem 10rem 0 auto;
}

.service-content__inner.reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-content__inner.reserve .service-content__img.num1 {
  margin: 0 0 0 4rem;
}

.service-content__img.num2.reserve {
  margin: 4rem auto 0 10rem;
}

.service-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(137, 149, 162, 0.2);
          box-shadow: 0 5px 15px rgba(137, 149, 162, 0.2);
}

.service-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: var(--color-white);
  padding: 6rem 4rem;
  border-radius: 20px;
}
.service-message__inner .service-content__message {
  -ms-flex-item-align: center;
      align-self: center;
  border-right: 1px solid var(--color-border);
  padding-right: 4rem;
  width: calc(70% - 4rem);
}
.service-message__inner .service-content__btn {
  width: 30%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.service-message__inner .service-content__btn .c-btn01::before {
  background: var(--color-bg);
}

/* ************************************************************************************************
  about.php
  ************************************************************************************************ */
.about-content__message-txt {
  line-height: 4rem;
}

.about-content__message-name {
  font-size: 1.8rem;
  margin-top: 3rem;
  text-align: right;
}
.about-content__message-name span {
  display: block;
  font-size: 1.6rem;
  color: var(--color-gray3);
}

/* ************************************************************************************************
  recruit.php
  ************************************************************************************************ */
.recruit-content__message {
  text-align: center;
}

.recruit-content__btn {
  margin-top: 10rem;
  text-align: center;
}

/* ************************************************************************************************
  about.php
  ************************************************************************************************ */
.about {
  padding: 0 0 5rem;
}

.about__img {
  text-align: center;
  margin-bottom: 7rem;
}

.about__img img {
  width: 70%;
}

.about__tbl {
  margin: 0 auto;
}

.about__tbl tr {
  border-bottom: 2px dashed #c7b198;
}

.about__tbl th,
.about__tbl td {
  padding: 1rem;
}

.about__tbl th {
  width: 20%;
  text-align: center;
}

/* ************************************************************************************************
   index.php(WP)
   ************************************************************************************************ */
.post__container {
  width: min(800px, 80%);
  margin-inline: auto;
}

.works .post__container {
  width: 100%;
  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;
  gap: 4rem;
}
.works .post__container .post {
  width: calc(50% - 2rem);
}
.works .post__container .post__img {
  margin-bottom: 3rem;
}

.post__info {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.date {
  color: var(--color-gray2);
  font-size: 1.4rem;
}

.cat a {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-gray3);
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cat a:hover {
  background: var(--color-gray2);
}

.post {
  border-bottom: 1px solid var(--color-gray2);
  padding: 4rem 0;
}

.post__title {
  margin-top: 1.5rem;
  font-size: 2rem;
}
.post__title a {
  display: block;
}

.post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

h2.title {
  line-height: 1.5;
}

.nav-below {
  text-align: center;
  margin: 10rem 0 20rem;
}

.nav-below a {
  color: var(--color-gray3);
  background: var(--color-white);
  padding: 1rem 3rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0 3rem;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.nav-below a:hover {
  color: var(--color-white);
  background: var(--color-gray3);
}

/* ************************************************************************************************
   single.php(WP)
   ************************************************************************************************ */
.single__ttl h2 {
  text-align: center;
  color: #596e79;
  font-size: 2.8rem;
  line-height: 1.8;
}

.single__thumbnail {
  text-align: center;
  margin-bottom: 4rem;
}

.single__thumbnail img {
  width: 100%;
  height: auto;
}

.single__txt {
  margin-top: 2rem;
}

/* ************************************************************************************************
   page-contact.php(WP)
   ************************************************************************************************ */
.contact-content {
  margin-bottom: 20rem;
}
.contact-content .contact-content__message {
  margin-bottom: 10rem;
  text-align: center;
}
.contact-content .contact-content__tel {
  margin-bottom: 20rem;
}
.contact-content .contact-content__tel p {
  margin: 0;
  line-height: 1;
}
.contact-content .contact-content__tel a {
  font-size: 4rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact-content .contact-content__tel a span {
  font-size: 1.8rem;
  margin-right: 0.5em;
}

.contact-content__txt {
  text-align: center;
}

.contact-form {
  width: 80%;
  margin: 0 auto;
}

.required {
  background-color: #f72503;
  color: var(--color-white);
  font-size: 1.4rem;
  padding: 0.2em 0.7em;
  margin-left: 1em;
  border-radius: 3px;
}

.any {
  background-color: #1096cf;
  color: var(--color-white);
  font-size: 1.4rem;
  padding: 0.2em 0.7em;
  margin-left: 1em;
  border-radius: 3px;
}

.wpcf7 {
  width: 100%;
  margin: 0 0 2.5rem;
  padding: 0;
  font-size: 1.6rem;
}

.wpcf7 p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 3;
}

.wpcf7 form {
  margin: 0 auto;
}

.wpcf7 input,
.wpcf7 textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--color-gray3);
  background-color: var(--color-white);
  line-height: 1.6;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  width: auto;
  padding: 8px;
  border: 1px solid var(--color-gray3);
  background-color: var(--color-white);
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 1.6;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7 .wpcf7-acceptance {
  text-align: center;
}

.wpcf7 textarea {
  height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid var(--color-gray2);
  outline: none;
}

.wpcf7 .wpcf7-submit {
  -webkit-transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 250px;
  height: 60px;
  margin: 3rem auto 0;
  border: none !important;
  outline: none;
  background-color: var(--color-gray2);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
  background-color: var(--color-gray3);
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 1rem 0 0;
  padding: 0.8rem 3.5rem 0.8rem 1.4rem;
  border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  border: 1px solid #EED3D7;
  background-color: #F2DEDE;
  color: #f72503;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #1096cf;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.smallform {
  width: 11%;
}

.wpcf7 input[type=checkbox] {
  margin: 0.5rem auto 1rem;
}

#autozip {
  display: none !important;
}

.contact-form__policy {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray3);
  width: 100%;
  height: 20rem;
  margin: 3em auto;
  overflow: auto;
}

.contact-form__policy-inner {
  line-height: 1.8;
  padding: 5% 3%;
}

.contact-form__policy-inner h3 {
  font-size: 2rem;
  text-align: center;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0;
}

.contact-form__policy-inner h3::after {
  content: none;
}

.contact-form__policy-inner h4 {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1;
}

.contact-form__policy-inner p {
  margin-bottom: 4rem;
  line-height: 1.8;
}

/* ************************************************************************************************
   1280px
   ************************************************************************************************ */
@media screen and (max-width: 1280px) {
  /* front-page.php @1025px */
  .index-content__title .en {
    font-size: 8rem;
  }
  .index-content__title .ja {
    font-size: 2.2rem;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  /* common @960px */
  body::before {
    border: 6px solid var(--color-gray3);
  }
  .wrap {
    width: 100%;
    padding: 0 5rem;
  }
  .access-container {
    display: block;
  }
  .access-container__menu {
    width: 100%;
    margin-top: 6rem;
  }
  .access-map {
    margin-top: 6rem;
  }
  .copy {
    margin: 8rem 0 0;
  }
  .br_pc {
    display: none;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex_item {
    width: 100%;
  }
  .breadcrumb {
    margin-bottom: 8rem;
  }
  .page-head__container {
    padding: 15rem 0 5rem;
  }
  .page-head__title h2 {
    font-size: 3.4rem;
  }
  .page-head__title p {
    font-size: 1.4rem;
  }
  .page-content {
    margin-bottom: 15rem;
  }
  .page-content__title {
    margin-bottom: 4rem;
  }
  .post__container {
    width: 100%;
  }
  /* front-page.php @960px */
  .index-news__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
  }
  .index-service,
  .index-company {
    padding-top: 8rem;
  }
  .index-service::before,
  .index-company::before {
    width: 100%;
  }
  .index-service__inner,
  .index-company__inner {
    padding: 15rem 0;
  }
  .index-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .index-company__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6rem;
  }
  .index-service__desc,
  .index-company__desc {
    width: 100%;
    padding: 0 5rem;
  }
  .index-service__txt,
  .index-company__txt {
    margin-top: 8rem;
  }
  .index-service__btn,
  .index-company__btn {
    text-align: right;
  }
  .index-company__img {
    width: 80%;
    margin-right: auto;
  }
  .index-service__img {
    width: 80%;
    margin-left: auto;
  }
  .index-works {
    padding: 15rem 0;
  }
  .index-works__content {
    margin-top: 8rem;
  }
  .index-works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-works__list li {
    width: 100%;
  }
  .index-recruit {
    padding: 0 0 15rem;
  }
  .index-recruit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6rem;
    margin-top: 8rem;
  }
  .index-recruit__desc {
    width: 100%;
  }
  .index-recruit__img {
    margin-left: auto;
  }
  .index-contact {
    padding: 8rem 0;
  }
  .index-contact__txt {
    margin-top: 5rem;
  }
  .index-contact .index-content__title .en {
    font-size: 5rem;
  }
  .index-contact .index-content__title .ja {
    font-size: 2.2rem;
  }
  /* index.php @960px */
  .container {
    margin-bottom: 10rem;
  }
  .index-info {
    padding: 5rem 0 10rem;
  }
  .flex--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .--right,
  .--left {
    margin-top: 0;
  }
  .content_item--bg {
    height: auto;
    padding-bottom: 4rem;
  }
  /* about.php @960px */
  .about__img img {
    width: 90%;
  }
  /* service.php @960px */
  .service-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .service-content__inner .service-content__desc {
    width: 100%;
  }
  .service-content__inner .service-content__img.num1 {
    width: 40%;
    margin: 0 auto 0 4rem;
  }
  .service-content__img.num2 {
    width: 65%;
    margin: 4rem 4rem 0 auto;
  }
  .service-content__inner.reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .service-content__inner.reserve .service-content__desc {
    width: 100%;
  }
  .service-content__inner.reserve .service-content__img.num1 {
    width: 40%;
    margin: 0 4rem 0 auto;
  }
  .service-content__img.num2.reserve {
    margin: 4rem auto 0 4rem;
  }
  .service-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-message__inner .service-content__message {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .service-message__inner .service-content__btn {
    width: 100%;
  }
  /* index.php(WP) @960px */
  .works .post__container {
    gap: 2rem;
  }
  .works .post__container .post {
    width: calc(50% - 1rem);
  }
  /***** contact @960px *****/
  .contact-content {
    margin-bottom: 15rem;
  }
  .contact-content .contact-content__message {
    margin-bottom: 6rem;
    text-align: left;
  }
  .contact-content .contact-content__tel {
    margin-bottom: 15rem;
  }
  .contact-content__txt {
    text-align: left;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /* common @560px */
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4rem;
  }
  a {
    font-size: 1.4rem;
  }
  li,
  th,
  td {
    font-size: 1.4rem;
  }
  .wrap {
    padding: 0 3rem;
  }
  footer {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .footer-nav__list {
    gap: 1.5rem;
  }
  #page-top {
    bottom: 2rem;
    right: 2rem;
  }
  .access-map iframe {
    height: 50vh;
  }
  .index-content__title .en {
    font-size: 5rem;
  }
  .index-content__title .ja {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .breadcrumb {
    margin-bottom: 6rem;
  }
  .page-head__container {
    padding: 12rem 0 3rem;
  }
  .page-head__title h2 {
    font-size: 3rem;
  }
  .page-head__title p {
    font-size: 1.2rem;
  }
  .page-top__img {
    margin-bottom: 4rem;
  }
  .page-content {
    margin-bottom: 8rem;
  }
  .page-content__title {
    font-size: 2.6rem;
  }
  .page-content__table th {
    padding: 35px 0;
  }
  .page-content__table td {
    padding: 35px 15px;
  }
  .post__title {
    font-size: 1.6rem;
  }
  /* front-page.php @560px */
  .index-news {
    padding: 5rem 0 8rem;
  }
  .index-service,
  .index-company {
    padding-top: 5rem;
  }
  .index-service__inner,
  .index-company__inner {
    padding: 8rem 0 12rem;
  }
  .index-service__content,
  .index-company__content {
    gap: 4rem;
  }
  .index-service__desc,
  .index-company__desc {
    padding: 0 3rem;
  }
  .index-service__txt,
  .index-company__txt {
    margin-top: 5rem;
  }
  .index-service__btn,
  .index-company__btn {
    margin-top: 4rem;
  }
  .index-service__img::before {
    bottom: -2rem;
    width: calc(100% + 2rem);
  }
  .index-company__img::before {
    bottom: -2rem;
    left: 0;
    width: calc(100% + 2rem);
  }
  .index-works {
    padding: 8rem 0;
  }
  .index-works__content {
    margin-top: 5rem;
  }
  .index-works__list .works-info .cat {
    font-size: 1.2rem;
  }
  .index-works__list .works-arrow {
    margin: 2rem 0 0 auto;
  }
  .index-recruit {
    padding: 0 0 8rem;
  }
  .index-recruit__content {
    margin-top: 5rem;
  }
  .index-recruit__img {
    width: 50%;
  }
  .index-recruit__img::before {
    bottom: -2rem;
    left: -2rem;
  }
  .index-contact__btn {
    margin-top: 4rem;
  }
  /* index.php @560px */
  .works .post__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works .post__container .post {
    width: 100%;
  }
  .works .post__container .post__title a {
    font-size: 1.6rem;
  }
  .index__ttl img {
    margin-right: 2rem;
  }
  .slideshow p {
    font-size: 1.4rem;
  }
  h3.current__copy {
    font-size: calc(1em + 10px);
    margin: 2rem 0 2rem;
    text-shadow: 0 0 5px #fff;
  }
  .slider__course .description {
    padding: 5em 3em 0;
  }
  .slides {
    height: 85vh;
  }
  .index__ttl img {
    width: 20%;
  }
  .content_item--bg {
    padding: 7em 6em;
  }
  .info {
    padding: 0 0 10rem;
  }
  /* about.php @560px */
  .about__tbl th {
    width: 25%;
  }
  .about__img {
    margin-bottom: 4rem;
  }
  /* service.php @560px */
  .service-message__inner {
    padding: 4rem 3rem;
  }
  /* recruit.php @560px */
  .recruit-content__btn {
    margin-top: 6rem;
  }
  /* index.php(WP) @560px */
  .news__post {
    width: 100%;
  }
  .news__heading {
    width: 100%;
  }
  .news__heading img {
    width: 13%;
  }
  .news__container {
    padding: 7rem 0;
  }
  /* single.php(WP) @560px */
  .single__ttl h2 {
    font-size: 2.4rem;
  }
  .single .nav-below,
  .category .nav-below {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .single .nav-below a {
    margin: 0;
    padding: 1rem 1.5rem;
  }
  /***** contact.php @560px *****/
  .contact-content .contact-content__tel {
    margin-bottom: 8rem;
  }
  .contact-content .contact-content__tel a {
    font-size: 3rem;
  }
  .contact-content .contact-content__tel a span {
    font-size: 1.6rem;
  }
  .contact-content .page-content__title {
    font-size: 2.2rem;
  }
  .contact-form {
    width: 100%;
  }
  .wpcf7 p {
    font-size: 1.4rem;
  }
  .required {
    font-size: 1.2rem;
  }
  .any {
    font-size: 1.2rem;
  }
  .contact-form__policy-inner h3 {
    font-size: 1.8rem;
  }
  .contact-form__policy-inner h4 {
    font-size: 1.6rem;
  }
}
/* ************************************************************************************************
   350px
   ************************************************************************************************ */
@media screen and (max-width: 350px) {
  /* common @350px */
  h1 {
    font-size: 2.9rem;
  }
  h2 {
    font-size: 2.7rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  gnav p {
    font-size: 1.3rem;
  }
  a {
    font-size: 1.3rem;
  }
  li,
  th,
  td {
    font-size: 1.3rem;
  }
  .global-nav__list .menu-item a {
    font-size: 1.3rem;
    line-height: 4.5rem;
  }
  .site__ttl h1 a {
    font-size: 2.5rem;
  }
  .btn01 {
    max-width: 250px;
    font-size: 1.4rem;
  }
  .btn03 {
    font-size: 1.3rem;
  }
  a.btn02-border {
    padding: 1.3rem 1.8rem 1rem;
  }
}/*# sourceMappingURL=style.css.map */