@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/*
Theme Name:株式会社Roots
Description:熊本県熊本市の歯科技工所”株式会社Roots”では、最新デジタル機器（CAD/CAMなど）をはじめたとした機器で、インプラント製品やジルコニア製品、e-max製品などを製作しております。
Theme URI:https://www.roots7.co.jp
Version: 1.0
License:株式会社Roots
License URI:https://www.roots7.co.jp
*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSerifJP-SemiBold.woff") format("woff"), url("./font/NotoSerifJP-SemiBold.eot") format("eot");
  font-display: swap;
}
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color 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;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
  max-width: 100% !important;
  width: 100%;
}

/**ベースとなるスタイルが定義さている
SCSSファイルを格納するディレクトリです。

  body,フォント種類,リンク指定

**/
/****************************************

body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  color: #323333;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  main {
    flex: 1;
  }
}
/*******************************************

    フォント種類

*******************************************/
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
th,
td,
dt,
dd,
p,
a,
span {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  letter-spacing: 0.22em;
  line-height: 1.6875;
  color: #323333;
  /*下層の文字色はTOPの文章で統一*/
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.5rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #4877b4;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #4877b4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-8px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

電話設定

*****************************************/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
  }
}
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

余白

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 20px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40,
  .mb50 {
    margin-bottom: 30px;
  }
  .mb60,
  .mb70 {
    margin-bottom: 40px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
}
.common_mt50 {
  margin: 50px auto 0;
}

/****************************************

          サイズ

*****************************************/
.w280 {
  width: 280px;
}

@media print, screen and (min-width: 768px) {
  .txt760 {
    width: 700px;
  }
  .txt620 {
    width: 620px;
  }
}
/****************************************

img 画像

*****************************************/
.img440 {
  max-width: 440px;
  width: 100%;
}

.img480 {
  max-width: 480px;
  width: 100%;
}

.img700 {
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp_auto {
    margin: auto;
  }
}
/****************************************

その他

*****************************************/
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .br-pc {
    display: none;
  }
}
.align_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .align_center {
    text-align: left;
  }
}

/****************************************

variable

*****************************************/
.black {
  color: #323333;
}

.red {
  color: #b20000;
}

/****************************************

mixin

*****************************************/
/****************************************

content

*****************************************/
.content01 {
  max-width: 1220px;
  /*1000*/
  width: 100%;
  margin: auto;
  padding: 0 10px;
  position: relative;
}

.common_mt50 {
  margin: 50px auto 0;
}

/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex, .flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex {
  flex-wrap: wrap;
}

.flex_r {
  flex-direction: row-reverse;
}

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

.page_flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .flex_r {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .page_flex {
    flex-direction: column;
    align-items: center;
  }
  .page_flex_r {
    flex-direction: column;
    align-items: center;
  }
}
/****************************************

headline

*****************************************/
.headline {
  font-family: "NotoSerifJP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #212121;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.8rem;
    margin-bottom: 35px;
    letter-spacing: 0.14em;
  }
}
.headline span {
  display: block;
  text-align: center;
  font-family: "NotoSerifJP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 8px 33px 0;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.8rem;
    padding: 0 0 13px 0;
  }
}

/****************************************

下層　共通タイトル

*****************************************/
.common_ttl {
  font-family: "NotoSerifJP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #212121;
  position: relative;
  padding: 0 10px 8px 56px;
  border-bottom: 1px solid #a7957f;
  margin-bottom: 40px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .common_ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
    padding: 0 10px 8px 40px;
  }
}
.common_ttl::after {
  position: absolute;
  content: "";
  background: url(images/ttl_icon.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 44px;
  left: 7px;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .common_ttl::after {
    width: 24px;
    height: 35px;
  }
}

.common_ttl02 {
  font-family: "NotoSerifJP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #887967;
  letter-spacing: 0.22em;
  line-height: 1.3;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .common_ttl02 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.common_ttl03 {
  font-family: "NotoSerifJP", serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #212121;
  text-align: center;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .common_ttl03 {
    font-size: 2.8rem;
    margin-bottom: 35px;
    letter-spacing: 0.14em;
  }
}
.common_ttl03 span {
  display: block;
  text-align: center;
  font-family: "NotoSerifJP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 8px 34px 0;
}
@media screen and (max-width: 767px) {
  .common_ttl03 span {
    font-size: 1.6rem;
    padding: 0 0 15px 0;
  }
}

/****************************************

ボタン　共通

*****************************************/
a.btn {
  display: block;
  text-decoration: none;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #a8967f;
  border: 1px solid #a8967f;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 25px 25px 25px 36px;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn {
    font-size: 1.5rem;
    padding: 15px 15px 15px 25px;
  }
}
a.btn:hover {
  transition: 0.3s;
  background: #34343b;
  border: 1px solid #34343b;
  color: #fff;
}
a.btn::after {
  position: absolute;
  content: "";
  background: url(images/btn_icon.png) no-repeat right top;
  background-size: contain;
  width: 13px;
  height: 13px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  a.btn::after {
    width: 12px;
    height: 12px;
  }
}

a.btn02 {
  color: #fff;
  font-size: 1.5rem;
}
a.btn02::after {
  background: url(images/arrow02.png) no-repeat right top;
  background-size: contain;
}

/****************************************

下層共通　バナー

*****************************************/
.common_btm_bnr {
  margin: 100px 0 0 auto !important;
}
@media screen and (max-width: 767px) {
  .common_btm_bnr {
    margin: 50px auto 0 !important;
  }
}

/******************************

    ヘッダーに含まれる要素を記載
    header,pc用 sp用 横ナビ,トップと下層メインビジュアル

******************************/
/****************************************

ヘッダー共通

*****************************************/
#header {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/*トグル*/
#toggle {
  width: 100px;
  height: 100px;
  position: fixed;
  /*bodyに対しての絶対位置指定です*/
  right: 0;
  top: 0;
  padding: 33px 6px 6px 6px;
  cursor: pointer;
  z-index: 9999;
  background: #34343b;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #toggle {
    top: 10px;
    width: 37px;
    height: 37px;
    padding: 8px 6px;
    right: 10px;
  }
}

#toggle div {
  position: relative;
  width: 25px;
  margin-inline: auto;
}

#toggle span {
  display: block;
  position: absolute;
  /*#navToggledivに対して*/
  width: 100%;
  height: 1px;
  background: #a8967f;
  transition: 0.35s ease-in-out;
}

#toggle span:nth-child(1) {
  top: 0;
}

#toggle span:nth-child(2) {
  top: 10px;
}

#toggle span:nth-child(3) {
  top: 20px;
}

/*MENU OPEN*/
#toggle p {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #a8967f;
  line-height: 1;
  /* writing-mode: vertical-rl; */
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #toggle p {
    display: none !important;
  }
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  transition: 0.3s;
  width: 37px;
  height: 37px;
  padding: 8px 6px;
}

.open_navi #toggle p {
  display: none;
}

.open_navi #toggle span:nth-of-type(1) {
  transform: translateY(13px) rotate(-315deg);
  right: 0px;
  top: -3px;
}

.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}

.open_navi #toggle span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
  width: 100%;
  right: 0px;
  top: 17px;
}

#sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(232, 232, 228, 0.9);
  z-index: 999;
  transform: translateX(100%);
  transition: 0.7s ease-in-out;
}

.open_navi #sp_navi {
  transform: translateY(0);
  transition: 0.7s ease-in-out;
}

.open_navi #wrapper {
  transform-origin: left center;
  filter: blur(3px);
  transition: 0.7s ease-in-out;
}

#sp_navi .menu {
  padding: 80px 0 40px;
  text-align: center;
}

#sp_navi .menu .menu-item {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(33, 33, 33, 0.8);
  cursor: pointer;
  color: #212121;
  margin: 0 auto;
  margin-top: -1px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}

#sp_navi .menu-item a,
#sp_navi .menu-item span {
  color: #34343b;
  display: block;
  padding: 15px 0 14px;
}

#sp_navi .menu-item a:link,
#sp_navi .menu-item a:visited,
#sp_navi .menu-item a:hover,
#sp_navi .menu-item a:active {
  color: #34343b;
  text-decoration: none;
}

#sp_navi .sub-menu {
  width: 100%;
  text-align: center;
  display: none;
}

#sp_navi .sub-menu li.menu-item {
  width: 100%;
  text-align: center;
  border-right: none;
  border-left: none;
}

#sp_navi .sub-menu li:last-child {
  border-bottom: none;
}

#sp_navi .sub-menu li a {
  display: block;
  padding: 15px 0 14px;
  color: #fff;
  background: #a8967f;
}

#sp_navi .sub-menu li a:link,
#sp_navi .sub-menu li a:visited,
#sp_navi .sub-menu li a:hover,
#sp_navi .sub-menu li a:active {
  color: #fff;
  text-decoration: none;
}

#sp_navi .sub-menu li a:hover {
  opacity: 0.7;
}

#sp_navi .menu-item-has-children {
  position: relative;
}

#sp_navi .menu-item-has-children::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 1px #34343b;
  border-right: solid 1px #34343b;
  transform: rotate(135deg);
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 19px;
  right: 23px;
}

#sp_navi .menu-item-has-children.menu_open::before {
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
  top: 22px;
}

/* PCのみ設定 */
@media print, screen and (min-width: 768px) {
  #sp_navi {
    width: 50%;
    right: 0;
    left: initial;
    max-width: 640px;
  }
  #sp_navi .menu {
    padding: 100px 80px 50px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
.h_fix {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .h_fix {
    width: 38px;
    right: 10px;
    top: 10px;
  }
}

.h_contact {
  width: 100px;
  height: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .h_contact {
    display: none;
  }
}
.h_contact a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.h_tel {
  margin-top: 43px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .h_tel {
    display: none;
  }
}
.h_tel span {
  display: inline-block;
  padding-top: 30px;
  position: relative;
  color: #a8967f;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.h_tel span::before {
  position: absolute;
  content: "";
  background: url(images/h_tel.png) no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  z-index: 1;
}

#g_navi .menu {
  max-width: 735px;
  width: 54.833%;
  margin: 0 166px 0 auto;
  padding: 42px 0;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 0;
  text-align: center;
  transition: 0.3s;
}
#g_navi .menu li a:link, #g_navi .menu li a:visited {
  color: #34343b;
}
#g_navi .menu li a:hover, #g_navi .menu li a:active {
  color: #8eb2e7;
  transition: 0.3s;
}

#g_navi .menu li ul {
  width: 170px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 0 0 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #34343b;
  font-size: 1.6rem;
  background: #fff;
  text-align: center;
  color: #34343b !important;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #34343b;
  color: #fff !important;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ヘッドスクロール

*****************************************/
.h_scroll {
  position: absolute;
  bottom: 91px;
  right: 35px;
  writing-mode: vertical-rl;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: scroll;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 1370px) {
  .h_scroll {
    bottom: 0;
    animation-name: scroll02;
  }
}
@media screen and (max-width: 767px) {
  .h_scroll {
    display: none;
  }
}
.h_scroll a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: #a8967f;
}
.h_scroll a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #a8967f;
  left: 0;
  right: 0;
  bottom: -91px;
  margin: auto;
}

@keyframes scroll {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: 91px;
  }
}
@keyframes scroll02 {
  0% {
    bottom: -30px;
  }
  100% {
    bottom: 0;
  }
}
/****************************************

ヘッダー上部

*****************************************/
.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  max-width: 230px;
  width: 100%;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .logo {
    max-width: 150px;
    height: auto;
  }
}
.logo a {
  text-decoration: none;
  display: flex;
  height: 100%;
  background: #34343b;
  transition: 0.3s;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .logo a {
    padding: 15px 10px;
  }
}
.logo a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.logo a span {
  margin-inline: auto;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .logo a span {
    max-width: 110px;
    width: 100%;
  }
}
.logo a span img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/****************************************

メインビジュアル

*****************************************/
#top_mv_wrap {
  width: calc(100% - 200px);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_mv_wrap {
    width: 100%;
  }
}

.top_mv {
  width: 100%;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.top_mv img {
  width: 100% !important;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top_mv img {
    width: 767px !important;
    position: relative;
    left: calc(50% - 383.5px);
  }
}

.top_cp {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_cp {
    padding: 0 10px;
  }
}
.top_cp span {
  display: block;
  width: 470px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top_cp span {
    max-width: 300px;
    width: 70%;
  }
}
.top_cp span img {
  width: 100%;
  height: auto;
}
.top_cp p {
  width: 100%;
  text-align: center;
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #212121;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .top_cp p {
    font-size: clamp(2vw, 3.5vw, 2rem);
    line-height: 1.2;
  }
}

.top_cp02 {
  position: absolute;
  right: 29px;
  top: 37px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .top_cp02 {
    display: none;
  }
}
.top_cp02 li:first-child {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.top_cp02 li:last-child {
  width: 250px;
}
.top_cp02 li:last-child a {
  display: block;
  text-decoration: none;
}

/****************************************

メインビジュアル 下層

*****************************************/
#page_mv_wrap {
  width: calc(100% - 200px);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_mv_wrap {
    width: 100%;
  }
}

.page_mv {
  width: 1720px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  left: calc(50% - 860px);
}
@media screen and (max-width: 767px) {
  .page_mv img {
    width: 1000px;
    position: relative;
    left: calc(50% - 500px);
  }
}

.page_cp {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 54px;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 35px 53px 40px 47px;
}
@media screen and (max-width: 767px) {
  .page_cp {
    top: 60%;
    left: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    padding: 10px 15px;
    flex-direction: column;
    align-items: center;
  }
}
.page_cp li {
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
}
.page_cp li:first-child {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .page_cp li:first-child {
    font-size: 2.4rem;
  }
}
.page_cp li:last-child {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #323333;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_cp li:last-child {
    font-size: 1.4rem;
    padding-top: 10px;
  }
}

/****************************************

メイン共通

*****************************************/
main#top_main {
  width: 100%;
  position: relative;
  margin: 113px auto 130px;
}
@media screen and (max-width: 767px) {
  main#top_main {
    margin: 25px auto 50px;
  }
}

main#page_main,
main#single_main {
  width: 100%;
  position: relative;
  margin: 20px auto 140px;
}
@media screen and (max-width: 767px) {
  main#page_main,
  main#single_main {
    margin: 20px auto 50px;
  }
}

/****************************************

breadcrumb

*****************************************/
.breadcrumb_area {
  width: calc(100% - 180px);
  padding: 0 10px;
  margin: 27px auto 66px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 25px;
    width: 100%;
  }
}

.breadcrumb {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
  }
}

.breadcrumb p {
  color: #999;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.3rem;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .breadcrumb a {
    font-size: 1.2rem;
  }
}
.breadcrumb a:link, .breadcrumb a:visited {
  color: #999;
}
.breadcrumb a:hover, .breadcrumb a:active {
  color: #34343b;
}
@media screen and (max-width: 767px) {
  .breadcrumb a {
    font-size: 1.2rem;
  }
}

.breadcrumb a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #34343b;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

bottom-area

*****************************************/
.bottom {
  max-width: calc(100% - 180px);
  width: 100%;
  padding: 0 10px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bottom {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.bottom_content {
  width: 50%;
  background: url(images/b_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 140px 10px 128px 10px;
}
@media screen and (max-width: 767px) {
  .bottom_content {
    width: 100%;
    padding: 40px 10px;
  }
}
.bottom_content p {
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bottom_content p {
    text-align: left;
    line-height: 1.75;
  }
}

p.bottom_tel {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.bottom_tel {
    margin-top: 25px;
  }
}
p.bottom_tel span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  p.bottom_tel span {
    font-size: 2.6rem;
    padding-left: 35px;
  }
}
p.bottom_tel span::before {
  position: absolute;
  content: "";
  background: url(images/b_tel.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 2px;
  top: 7px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  p.bottom_tel span::before {
    width: 26px;
    height: 26px;
    top: 0;
  }
}

.bottom_bnr {
  width: 50%;
  padding: 122px 10px 124px;
  background: #a8967f;
}
@media screen and (max-width: 767px) {
  .bottom_bnr {
    width: 100%;
    padding: 53px 10px 54px;
  }
}
.bottom_bnr p {
  font-family: "NotoSerifJP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bottom_bnr p {
    font-size: 2rem;
  }
}
.bottom_bnr_mail {
  max-width: 520px;
  width: 80%;
  margin: 34px auto 0;
}
@media screen and (max-width: 767px) {
  .bottom_bnr_mail {
    width: 100%;
    margin: 25px auto 0;
  }
}
.bottom_bnr_mail a {
  border: 2px solid #fff;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  padding: 43px 5px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bottom_bnr_mail a {
    padding: 20px 5px;
  }
}
.bottom_bnr_mail a:hover {
  background: #34343b;
  transition: 0.3s;
}
.bottom_bnr_mail a span {
  display: inline-block;
  color: #fff;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: clamp(1.8rem, 1.65vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-left: 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom_bnr_mail a span {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}
.bottom_bnr_mail a span::before {
  position: absolute;
  content: "";
  background: url(images/b_mail.png) no-repeat left top;
  background-size: contain;
  width: 22px;
  height: 21px;
  left: 13px;
  top: 1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bottom_bnr_mail a span::before {
    width: 17px;
    height: 16px;
    left: 5px;
    top: -1px;
  }
}

/****************************************

gmap マップ　

*****************************************/
iframe {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .access_map {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 70.25%;
  }
  .access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/****************************************

footer 共通

*****************************************/
.footer_logo {
  width: 260px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    max-width: 180px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.footer_logo a {
  display: block;
  width: 100%;
}
.footer_logo a img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  address {
    width: 320px;
    margin-inline: auto;
    text-align: center;
  }
}
address p {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #323333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  address p {
    font-size: 1.4rem;
    color: #323333;
    line-height: 1.65;
  }
}

.pagetop {
  width: 100px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop a img {
  width: 100%;
  height: auto;
}

.f_flex {
  max-width: calc(100% - 180px);
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .f_flex {
    max-width: 100%;
    display: block;
    padding: 0 10px;
  }
}
.f_flex_left {
  position: relative;
  width: 50%;
  margin-left: 93px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .f_flex_left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.f_flex_right {
  width: 50%;
  margin-left: auto;
  padding: 10px 4.8% 0 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .f_flex_right {
    display: none;
  }
}
.f_flex_right ul:first-child {
  margin-right: 44px;
}

.f_list01 li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #323333;
  letter-spacing: 0.18em;
  line-height: 1;
  padding-left: 33px;
  transition: 0.1s;
}
.f_list01 li a:hover {
  transition: 0.1s;
  text-decoration: underline;
  color: #a8967f;
}
.f_list01 li a::after {
  position: absolute;
  content: "";
  background: url(images/f_arrow.png) no-repeat left top;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 0px;
  left: 0;
}
.f_list01 li:not(:last-child) {
  margin-bottom: 3px;
}

.f_list02 {
  padding-top: 3px;
}
.f_list02 li:first-child {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #a8967f;
  line-height: 1;
  margin-bottom: 13px;
}
.f_list02 li:not(:first-child) {
  margin-bottom: 3px;
}
.f_list02 li:last-child {
  margin-bottom: 0;
}
.f_list02 li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #323333;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-left: 35px;
  transition: 0.1s;
}
.f_list02 li a:hover {
  transition: 0.1s;
  text-decoration: underline;
  color: #a8967f;
}
.f_list02 li a::after {
  position: absolute;
  content: "";
  background: url(images/f_arrow.png) no-repeat left top;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: -1px;
  left: 0;
}

.copyright {
  position: relative;
  display: block;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding: 16px 10px 15px 10px;
  text-align: center;
  background: #34343b;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 5px 10px;
    margin-top: 30px;
    font-size: 1.1rem;
  }
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer,
  .f_pc {
    display: none;
  }
  #footer {
    width: 100%;
    position: relative;
    padding: 30px 0 60px 0;
    background: #fff;
  }
  .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #e5f5ec;
  }
  .sp_bana div {
    position: relative;
    width: 25%;
    background: #a8967f;
    border-top: 1px solid #e5f5ec;
  }
  .sp_bana div:nth-child(4) {
    background: #34343b;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 5px;
    width: 25px;
    height: auto;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .sp_bana div p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer,
  .f_sp, .sp_bana {
    display: none;
  }
  #footer {
    width: 100%;
    position: relative;
    padding: 67px 0 0 0;
    background: #fff;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 10px;
  position: relative;
}

.single_ttl {
  font-family: "NotoSerifJP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #212121;
  position: relative;
  padding: 0 10px 8px 56px;
  border-bottom: 1px solid #a7957f;
  margin-bottom: 40px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0 10px 8px 30px;
    line-height: 1.4;
  }
}
.single_ttl::after {
  position: absolute;
  content: "";
  background: url(images/ttl_icon.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 44px;
  left: 7px;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single_ttl::after {
    width: 24px;
    height: 35px;
    left: 0;
  }
}

#single_box .single_text {
  width: 100%;
}

.single_date {
  margin-bottom: 10px;
}

.single_text p {
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.22em;
}

.single_text p img {
  padding: 10px 0;
  max-width: 100%;
  height: auto;
}

.nav_below {
  width: 100%;
}

.nav_below p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /* gap: 0 27.5%; */
}

.nav_below p a {
  position: relative;
  text-decoration: none;
  display: block;
  width: 240px;
  color: #a8967f;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 16px 5px;
  border: 1px solid #a8967f;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  margin: -61px auto 0 auto;
  text-decoration: underline;
}

.nav_below p a::after {
  content: "";
  position: absolute;
  background: url(images/btn_icon.png) no-repeat center right;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 13px;
  height: 13px;
  z-index: 1;
}

.nav_below p a:link, .nav_below p a:visited {
  text-decoration: none;
  transition: 0.3s;
}

.nav_below p a:hover, .nav_below p a:active {
  background: #34343b;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
}

.another_article {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center;
  margin: 60px auto 0;
  border-top: 1px solid #999898;
  padding: 60px 0 0 0;
  min-height: 123px;
}

.another_article p a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 120px;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #323333;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 23px 5px 24px;
  border: 1px solid #999898;
}

.another_article p a:hover {
  color: #fff;
  background: #34343b;
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 50px auto 50px;
}
.pager a {
  text-decoration: none;
}
.pager a:link, .pager a:visited {
  color: #fff;
}
.pager a:hover, .pager a:active {
  color: #323333;
  border: 1px solid #323333;
  background: #323333;
}

a.page-numbers {
  background: #a8967f;
  border: solid 1px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  color: #fff;
}

a.page-numbers:hover {
  background: #ddd;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: #323333;
  border: solid 1px #323333;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin: 0 auto 40px;
  }
  #single_box time {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .single_date {
    margin-bottom: 0;
  }
  .single_text p {
    line-height: 1.5;
  }
  .nav_below p {
    flex-direction: column;
    gap: 20px 0;
  }
  .another_article {
    padding: 30px 0 0 0;
    margin: 30px auto 0;
  }
  .another_article p {
    max-width: 120px;
    width: 27%;
  }
  .another_article p a {
    width: 100%;
    font-size: 1.1rem;
    padding: 15px 2px;
  }
  .nav_below p a {
    max-width: 134px;
    width: 46%;
    font-size: 1.3rem;
    padding: 9px 5px;
    margin: -69px auto 0 auto;
  }
  .nav_below p a::after {
    display: none;
  }
  .single_box img {
    max-width: 100%;
  }
}
/****************************************

top_box01  トップ用

*****************************************/
.top_box01 {
  padding: 0 10px;
  margin: 115px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    margin: 50px auto 0;
    padding: 0;
  }
}
.top_box01_section {
  width: calc(100% - 180px);
  margin-inline: auto;
  background: url(images/top_box01_bg.jpg) no-repeat top center;
  overflow: hidden;
  padding: 83px 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .top_box01_section {
    width: 100%;
    padding: 40px 10px 0 10px;
    background-size: 250vh;
  }
}
.top_box01_section p {
  letter-spacing: 0.2em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box01_section p {
    text-align: left;
  }
}

.top_box01_ttl {
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  color: #212121;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .top_box01_ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.top_box01_ttl span {
  display: block;
  text-align: center;
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #212121;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_box01_ttl span {
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
}

.top_box01_bnr {
  max-width: 1200px;
  width: 100%;
  margin: 102px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box01_bnr {
    margin: 40px auto 0;
    gap: 30px 2%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .top_box01_bnr {
    flex-direction: column;
    gap: 30px 0;
  }
}

.card {
  position: relative;
  max-width: 380px;
  width: 31.666%;
  background: #d1c7ba;
  text-align: center;
  padding: 0 0 17px 0;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .card {
    width: 49%;
  }
}
@media screen and (max-width: 500px) {
  .card {
    width: 100%;
    margin-inline: auto;
  }
}
.card:hover {
  transition: 0.2s linear;
  opacity: 0.7;
}
.card a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 3;
}
.card_thumb {
  width: 100%;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .card_thumb {
    margin-bottom: 25px;
  }
}
.card_thumb img {
  width: 100%;
  height: auto;
}
.card_heading {
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  color: #212121;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .card_heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.card_heading span {
  display: block;
  text-align: center;
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #34343b;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .card_heading span {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}
.card_link {
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  color: #34343b;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.card_link::before {
  position: absolute;
  content: "";
  background: url(images/btn_icon.png) no-repeat right center;
  width: 13px;
  height: 13px;
  background-size: contain;
  right: 1px;
  top: 6px;
  z-index: 1;
}

.top_box01_bnr02 {
  margin: 115px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box01_bnr02 {
    margin: 30px auto 0;
  }
}

/****************************************

top_box02  トップ用

*****************************************/
.top_box02 {
  position: relative;
  width: calc(100% - 180px);
  margin: 140px auto 0;
  overflow: hidden;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin: 50px auto 0;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.top_box02_txt {
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .top_box02_txt {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.top_box02_txt p {
  letter-spacing: 0.2em;
  line-height: 1.875;
  color: #323333;
}
.top_box02_img {
  max-width: 990px;
  width: 57.5581%;
}
@media screen and (max-width: 767px) {
  .top_box02_img {
    width: 100%;
  }
}
.top_box02_img img {
  width: 100%;
  height: auto;
}

.top_box02_ttl {
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #212121;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_box02_ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.top_box02_ttl span {
  display: block;
  font-family: "NotoSerifJP", serif;
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #323333;
}
@media screen and (max-width: 767px) {
  .top_box02_ttl span {
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
}

.top_box02_btn {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .top_box02_btn {
    margin: 20px auto 0;
  }
}

/****************************************

top_news  トップ用

*****************************************/
.top_news {
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin-inline: auto;
  position: relative;
}

.news_h2 {
  font-family: "NotoSerifJP", serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #34343b;
  margin-bottom: 29px;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .news_h2 {
    font-size: 2.6rem;
    padding: 0;
    margin-bottom: 15px;
  }
}

.top_news_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 258px;
}
@media screen and (max-width: 767px) {
  .top_news_inner {
    height: 220px;
  }
}

.top_news_article {
  width: 100%;
}
.top_news_article a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 80px 29px 30px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news_article a {
    flex-direction: column;
    padding: 12px 10px 12px 0;
  }
}
.top_news_article a:hover {
  transition: 0.3s;
  background: #efe2d1;
}
.top_news_article a:hover::after {
  animation-duration: 0.8s;
  animation-name: arrow01;
}
@keyframes arrow01 {
  50% {
    right: 15px;
  }
  100% {
    right: 29px;
  }
}
.top_news_article a::after {
  position: absolute;
  content: "";
  background: url(images/arrow01.png) no-repeat left top;
  background-size: contain;
  width: 34px;
  height: 11px;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.top_news_article a time {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: #545555;
  line-height: 1.3;
  margin-right: 42px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .top_news_article a time {
    margin: 0 0 5px 0;
  }
}
.top_news_article a span {
  display: block;
  width: 100px;
  background: #a8967f;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  margin-right: 26px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .top_news_article a span {
    font-size: 1.2rem;
    width: 90px;
    padding: 2px 5px;
    line-height: 1.5;
    margin: 0 0 5px 0;
  }
}

.top_news_ttl {
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.625;
  color: #323333;
  width: calc(100% - 254px);
}
@media screen and (max-width: 767px) {
  .top_news_ttl {
    width: 100%;
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.top_news_btn {
  width: 240px;
  position: absolute;
  right: 10px;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .top_news_btn {
    position: static;
    transform: inherit;
    margin: 25px auto 0;
  }
}
.top_news_btn a {
  display: block;
  text-decoration: none;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  border: 1px solid #a8967f;
  color: #a8967f;
  text-align: left;
  padding: 10px 10px 11px 23px;
  position: relative;
}
.top_news_btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_icon.png) no-repeat left top;
  background-size: contain;
  width: 13px;
  height: 13px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.top_news_btn a:hover {
  background: #efe2d1;
}

/****************************************

about Rootsについて

*****************************************/
.about {
  max-width: 1390px;
  width: 100%;
  padding: 0 10px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .about {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .about_section {
    margin-bottom: 20px;
  }
}
.about_section_ttl {
  font-family: "NotoSerifJP", serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.24em;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 0 22px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .about_section_ttl {
    font-size: 2.6rem;
    text-align: left;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.about_section_ttl span {
  display: block;
  font-family: "NotoSerifJP", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #323333;
  line-height: 1;
  letter-spacing: 0.22em;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .about_section_ttl span {
    font-size: 1.6rem;
  }
}
.about_section p {
  line-height: 1.875;
  letter-spacing: 0.25em;
}
.about_img {
  max-width: 466px;
  width: 50%;
  float: right; /* 画像を右にする場合 */
  margin-left: 85px; /* テキストとの余白 */
}
@media screen and (max-width: 767px) {
  .about_img {
    float: none;
    margin-inline: auto;
    width: 100%;
  }
}
.about_img img {
  width: 100%;
  height: auto;
}

.about02 {
  max-width: calc(100% - 180px);
  width: 100%;
  padding: 0 10px;
  margin: 110px auto 0;
}
@media screen and (max-width: 767px) {
  .about02 {
    margin: 60px auto 0;
    max-width: 100%;
    padding: 0;
  }
}
.about02_r {
  width: 100%;
  background: #f3f0ed;
  padding: 0 10px 0 0;
  gap: 0 50px;
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .about02_r {
    min-height: auto;
    padding: 0 10px;
  }
}

.about02_section {
  max-width: 1000px;
  width: 57.47126%;
  padding: 95px calc((100% - 1393px) / 2) 0 calc((100% - 1463px) / 2);
}
@media screen and (max-width: 767px) {
  .about02_section {
    width: 100%;
    padding: 40px 0 20px 0;
  }
}
.about02_section_ttl {
  font-family: "NotoSerifJP", serif;
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about02_section_ttl {
    font-size: 2.8rem;
    text-align: left;
    margin-bottom: 25px;
  }
}
.about02_section_ttl span {
  display: block;
  font-family: "NotoSerifJP", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #323333;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .about02_section_ttl span {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.about02_section p {
  line-height: 1.875;
  letter-spacing: 0.22em;
}

.about02_img {
  max-width: 720px;
  width: 47%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about02_img {
    width: 100%;
  }
}
.about02_img img {
  width: 720px;
  position: relative;
  left: calc(50% - 360px);
}
@media screen and (max-width: 767px) {
  .about02_img img {
    width: 100%;
    height: auto;
    left: inherit;
  }
}

.about02_bnr {
  max-width: 700px;
  width: 100%;
  margin: 125px auto 0;
}
@media screen and (max-width: 767px) {
  .about02_bnr {
    margin: 30px auto 0;
    width: calc(100% - 20px);
  }
}

/****************************************

設備紹介 Facility

*****************************************/
.fac_txt {
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .fac_txt {
    text-align: left;
  }
}
.fac_txt p {
  line-height: 1.875;
}

.fac {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 95px auto 0;
}
@media screen and (max-width: 767px) {
  .fac {
    margin: 40px auto 0;
  }
}
.fac p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fac p {
    margin-bottom: 20px;
  }
}
.fac_box {
  display: grid;
  gap: 20px 20px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
@media screen and (max-width: 767px) {
  .fac_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}

.fac_box_img {
  max-width: 100%;
  width: 100%;
  height: 303px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fac_box_img {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 380/253;
  }
}
.fac_box_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.fac_box_img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.fac_bnr {
  margin: 135px auto 0;
}
@media screen and (max-width: 767px) {
  .fac_bnr {
    margin: 30px auto 0;
  }
}
.fac_bnr a {
  display: block;
}

/****************************************

作業風景 gallery

*****************************************/
.gallery p {
  font-size: 1.4rem;
  line-height: 1.875;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .gallery p {
    margin-bottom: 20px;
  }
}
.gallery_box {
  display: grid;
  gap: 6px 6px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
}
@media screen and (max-width: 767px) {
  .gallery_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}

.gallery_box_img {
  width: 100%;
  height: 234px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery_box_img {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.gallery_box_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery_box_img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.gallery_mt125px {
  margin: 125px auto 0;
}
@media screen and (max-width: 767px) {
  .gallery_mt125px {
    margin: 50px auto 0;
  }
}

.gallery_bnr {
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .gallery_bnr {
    margin: 30px auto 0;
  }
}

/****************************************

製品紹介・制作事例 products

*****************************************/
.products_txt {
  padding: 0 10px;
}
.products_txt p {
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .products_txt p {
    text-align: left;
  }
}

.products_section {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .products_section {
    margin: 50px auto 0;
  }
}

.products_section02 {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .products_section02 {
    margin: 50px auto 0;
  }
}

.product_img {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

.products_bnr {
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: 145px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .products_bnr {
    margin: 50px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 2%;
  }
}

/****************************************

news お知らせ一覧

*****************************************/
@media screen and (max-width: 767px) {
  .news_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 4%;
  }
}

.news_article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 24px 23px 37px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .news_article {
    width: 48%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.news_article_txt {
  max-width: 820px;
  width: 100%;
  padding-top: 33px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .news_article_txt {
    max-width: 100%;
    padding-top: 15px;
  }
}

.news_date {
  order: 1;
  display: flex;
  align-items: center;
  gap: 0 19px;
}
@media screen and (max-width: 767px) {
  .news_date {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }
}
.news_date span {
  display: block;
  width: 100px;
  border: 1px solid #a7957f;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  transform: rotate(0.03deg);
  letter-spacing: 0.21em;
  line-height: 1;
  color: #a7957f;
  text-align: center;
  padding: 7px 5px 4px 5px;
}
@media screen and (max-width: 767px) {
  .news_date span {
    width: auto;
    padding: 5px 8px 3px;
    font-size: 1.2rem;
  }
}
.news_date time {
  order: 1;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #a8967f;
}
@media screen and (max-width: 767px) {
  .news_date time {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.news_box01 article:last-child {
  margin-bottom: 0;
}

.news_ttl {
  order: 2;
  line-height: 1;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .news_ttl {
    margin-top: 10px;
  }
}
.news_ttl a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  line-height: 1.25;
  color: #323333;
}
@media screen and (max-width: 767px) {
  .news_ttl a {
    font-size: 1.5rem;
  }
}
.news_ttl a:hover {
  color: #a8967f;
  transition: 0.3s;
}

.news_btn {
  order: 3;
  width: 126px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .news_btn {
    margin: 20px auto 0;
    width: 120px;
  }
}
.news_btn a {
  display: block;
  text-decoration: none;
  background: #a7957f;
  border: 1px solid #a7957f;
  border-radius: 50vh;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: inherit;
  text-align: center;
  padding: 5px 5px 4px 5px;
  transition: 0.3s;
}
.news_btn a:hover {
  background: #34343b;
  border: 1px solid #34343b;
  transition: 0.3s;
}

.news_img180 {
  max-width: 180px;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_img180 {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.news_img180 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

/****************************************

採用情報 Recruit

*****************************************/
.recruit_img01 {
  max-width: 1200px;
  width: 100%;
}
.recruit_img01 img {
  width: 100%;
  height: auto;
}

.recruit_txt {
  margin-top: 43px;
}
.recruit_txt p {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.26em;
}

.recruit_section01 {
  margin: 83px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit_section01 {
    margin: 50px auto 0;
  }
}
.recruit_section01_txt {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .recruit_section01_txt {
    width: 100%;
  }
}
.recruit_section01_txt p {
  font-weight: 500;
}

.recruit_section02 {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit_section02 {
    margin: 50px auto 0;
  }
}

.recruit_ttl {
  font-family: "NotoSerifJP", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #212121;
  position: relative;
  padding: 0 0 0 59px;
  margin-bottom: 23px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .recruit_ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
    padding: 0 0 0 40px;
    line-height: 1.3;
  }
}
.recruit_ttl::after {
  position: absolute;
  content: "";
  background: url(images/ttl_icon.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 44px;
  left: 10px;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_ttl::after {
    width: 22px;
    height: 32px;
    left: 7px;
  }
}

.recruit_table {
  width: 100%;
}
.recruit_table dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0 11px;
}
@media screen and (max-width: 767px) {
  .recruit_table dl {
    gap: 0;
    flex-direction: column;
  }
}
.recruit_table dl dt {
  width: 230px;
  border-top: 1px solid #a7957f;
  padding: 13px 10px 16px 20px;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 600;
  color: #323333;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruit_table dl dt {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}
.recruit_table dl dd {
  width: 959px;
  border-top: 1px solid #ccc;
  padding: 13px 10px 16px 18px;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  color: #323333;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruit_table dl dd {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}

.recruit_line01 {
  border-bottom: 1px solid #a7957f;
}
@media screen and (max-width: 767px) {
  .recruit_line01 {
    border-bottom: none;
  }
}

.recruit_line02 {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .recruit_line02 {
    border-bottom: 1px solid #a7957f;
  }
}

.recruit_section03 {
  margin: 115px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit_section03 {
    margin: 50px auto 0;
  }
}

.recruit_txt02 {
  margin: 67px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit_txt02 {
    margin: 30px auto 0;
  }
}
.recruit_txt02_info {
  font-family: "NotoSerifJP", serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_txt02_info {
    font-size: 1.8rem;
  }
}
.recruit_txt02_tel {
  max-width: 500px;
  width: 100%;
  margin: 17px auto 0;
  border: 2px solid #b20000;
  text-align: center;
  padding: 25px 10px 17px 10px;
}
@media screen and (max-width: 767px) {
  .recruit_txt02_tel {
    padding: 13px 10px;
  }
}
.recruit_txt02_tel p:first-child {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #b20000;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  .recruit_txt02_tel p:first-child {
    font-size: 3rem;
    padding-left: 30px;
  }
}
.recruit_txt02_tel p:first-child::before {
  position: absolute;
  content: "";
  background: url(images/recruit_tel.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 30px;
  z-index: 1;
  left: 2px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .recruit_txt02_tel p:first-child::before {
    width: 22px;
    height: 22px;
    top: 5px;
  }
}
.recruit_txt02_tel p:last-child {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
  padding: 10px 0 0 7px;
}
@media screen and (max-width: 767px) {
  .recruit_txt02_tel p:last-child {
    font-size: 1.4rem;
    padding: 5px 0 0 5px;
  }
}

/****************************************

会社概要 Company

*****************************************/
.over_table {
  width: 100%;
}
.over_table dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0 13px;
}
@media screen and (max-width: 767px) {
  .over_table dl {
    gap: 0 5px;
  }
}
.over_table dl dt {
  width: 272px;
  border-top: 1px solid #a7957f;
  padding: 13px 10px 16px 18px;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 600;
  color: #323333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .over_table dl dt {
    width: 28%;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}
.over_table dl dd {
  width: 915px;
  border-top: 1px solid #cbcccc;
  padding: 13px 10px 16px 18px;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  color: #535353;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .over_table dl dd {
    width: 72%;
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}

.over_line01 {
  border-bottom: 1px solid #a7957f;
}
@media screen and (max-width: 767px) {
  .over_line01 {
    border-bottom: none;
  }
}

.over_line02 {
  border-bottom: 1px solid #cbcccc;
}
@media screen and (max-width: 767px) {
  .over_line02 {
    border-bottom: 1px solid #a7957f;
  }
}

.over_section {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .over_section {
    margin: 50px auto 0;
  }
}

/****************************************

お問い合わせ contact

*****************************************/
.contact_txt {
  text-align: center;
  padding: 0 10px;
}
.contact_txt p {
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .contact_txt {
    text-align: left;
  }
}

.contact_tel {
  max-width: 540px;
  width: 100%;
  margin: 55px auto 0;
  border: 1px solid #333;
  padding: 21px 10px 18px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    max-width: 400px;
    margin: 30px auto 0;
    padding: 12px 10px;
  }
}
.contact_tel p {
  text-align: center;
  line-height: 1;
}
.contact_tel p:first-child {
  font-weight: 500;
  letter-spacing: 0.24em;
  padding-left: 8px;
}
.contact_tel p:nth-child(2) {
  margin-top: 9px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.7rem;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .contact_tel p:nth-child(2) {
    font-size: 2.6rem;
    padding-left: 35px;
  }
}
.contact_tel p:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(images/contact_tel.png) no-repeat left top;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 6px;
  top: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_tel p:nth-child(2)::before {
    width: 22px;
    height: 22px;
    top: 4px;
  }
}
.contact_tel p:last-child {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  padding-top: 8px;
  padding: 8px 0 0 4px;
  color: #323333;
}

.privacy_mt {
  margin: 87px auto 0;
}
@media screen and (max-width: 767px) {
  .privacy_mt {
    margin: 50px auto 0;
  }
}

.privacy_section {
  padding: 47px 10px 54px 10px;
  text-align: center;
  border: 1px solid #333;
  margin: 0 auto 105px;
}
@media screen and (max-width: 767px) {
  .privacy_section {
    padding: 25px 15px;
    text-align: left;
    margin: 0 auto 50px;
  }
}
.privacy_section_ttl {
  font-family: "NotoSerifJP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.23em;
  color: #34343b;
  text-align: center;
  margin-bottom: 21px;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .privacy_section_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.privacy_section p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.contact_pp {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  margin-top: 0;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
  margin: 35px auto 0;
  max-width: 400px;
  width: 100%;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 400px;
  max-width: 100%;
  padding: 20px 14px 19px;
  box-shadow: none;
  border-radius: 50vh;
  border: 1px #a7957f solid;
  background: #a7957f;
  color: #fff;
  font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 .tc input[type=submit] {
    padding: 15px 10px 16px;
    font-size: 16px;
  }
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #fff !important;
}

.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(52, 52, 59, 0.3);
  background-color: #34343b;
  border: 1px #34343b solid;
  color: #fff;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #34343b solid;
  box-shadow: 0 0 2px 2px rgba(52, 52, 59, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  max-width: 300px;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #a8967f;
}

/* フォームの装飾ここから */
/* チェックボックス */
/* .wpcf7 .form_input input[type=checkbox] {

}*/
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* .wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid v.$blue;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
} */
/* .wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid v.$blue;
  border-right: 3px solid v.$blue;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
} */
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #222;
  transition: all 0.25s ease;
}

/* .wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid v.$blue;
  -webkit-box-shadow: 0 0 2px 2px rgba(72, 119, 180, 0.5);
          box-shadow: 0 0 2px 2px rgba(72, 119, 180, 0.5);
  background-color: v.$blue;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
} */
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(19, 48, 90, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #34343b;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #34343b;
  border-right: 1px solid #34343b;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #34343b;
  border-right: 1px solid #34343b;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #34343b;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(19, 48, 90, 0.7), rgba(19, 48, 90, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #34343b solid;
  box-shadow: 0 0 1px 1px rgba(19, 48, 90, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #34343b solid;
  box-shadow: 0 0 1px 1px rgba(19, 48, 90, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #cc0000;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* End Hack */
/****************************************

メディアクエリ/レスポンシブ用mixin

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