@charset "UTF-8";
/*!
Theme Name: inosada.co.jp
Description: 有限会社井定工務店 | 神奈川県横浜市の型枠大工・工事・解体・運送
Theme URI: https://www.inosada.co.jp/
Version: 1.0
License: inosada.co.jp
License URI: https://www.inosada.co.jp/
*/
/****************************************

リセット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, hgroup, 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 colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

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

input, select {
  vertical-align: middle;
}

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

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

*****************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.eot") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.eot") format("eot"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-bold.eot") format("eot"), url("../font/NotoSansJP-bold.woff") format("woff");
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  min-width: 1280px;
  color: #111111;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

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

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

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 2.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
/****************************************

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

*****************************************/
a:link, a:visited {
  color: #111111;
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    position: relative;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
  .head_box {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    padding: 25px 45px;
    z-index: 9999;
    transform: translateX(-50%);
  }
  .head_info {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
  }
  .head_info .insta {
    transition: transform 0.3s ease-out;
  }
  .head_info .insta:hover {
    transform: translateY(-5px);
  }
  .top_mv {
    position: relative;
  }
  .top_mv_btn {
    position: absolute;
    right: 5.2%;
    bottom: 14%;
    transition: transform 0.3s ease-out;
  }
  .top_mv_btn:hover {
    transform: translateY(-10px);
  }
  .top_mv_img {
    display: flex;
    justify-content: center;
  }
  .top_mv_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 80% 6px #000;
  }
  .top_mv_txt img {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.6));
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
  }
  header .head_box {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
  }
  .head_info {
    display: none;
  }
  .head_logo {
    max-width: 260px;
  }
  .top_mv_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 120px;
    height: 120px;
  }
  .top_mv_txt {
    position: absolute;
    z-index: 9;
    width: 90%;
  }
  .top_mv {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_mv_img {
    position: relative;
  }
  .top_mv_img img {
    height: calc(100vh - 60px);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(197, 17, 33, 0.9);
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 23px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 9px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 27px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(9px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-9px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(17, 17, 17, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    padding: 10px;
  }
  .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-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    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: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #111111;
    background: rgba(250, 246, 242, 0.9);
  }
  #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: #111111;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: rgba(17, 17, 17, 0.5);
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
}
#g_navi .menu > li:last-child a {
  letter-spacing: initial;
}
#g_navi .menu > li > a {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.3s;
  padding: 20px 20px 20px;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  min-width: 120px;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 14px 12px;
  background-color: rgba(197, 17, 33, 0.85);
  color: #fff;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: rgba(17, 17, 17, 0.85);
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 8px;
    content: "";
    width: 0;
    height: 3px;
    transition: 0.6s;
    background: #c51121;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 30px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 400px;
  background: url(images/mv.jpg) no-repeat;
  background-position: center center;
}

.mv_txt {
  padding-top: 40px;
  margin-left: calc((100% - 1020px) / 2);
}
.mv_txt p {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.mv_txt p span {
  font-family: "EB Garamond", "Georgia", serif;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: initial;
  color: #ccc;
  letter-spacing: 0.06em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  padding-top: 5px;
}

#mv.mv02::after {
  background: url(images/mv02.jpg) no-repeat;
}

#mv.mv03::after {
  background: url(images/mv03.jpg) no-repeat;
}

#mv.mv04::after {
  background: url(images/mv04.jpg) no-repeat;
}

#mv.mv05::after {
  background: url(images/mv05.jpg) no-repeat;
}

#mv.mv06::after {
  background: url(images/mv06.jpg) no-repeat;
}

@media print, screen and (max-width: 1500px) {
  .mv_txt img {
    width: 90%;
  }
}
.recruit_btn {
  position: absolute;
  bottom: 45px;
  right: 45px;
}

@media screen and (max-width: 767px) {
  .mv_txt {
    text-align: center;
    margin: 0 auto;
  }
  .mv_txt p span {
    font-size: 2rem;
    padding-top: 0;
  }
  .slider_box {
    bottom: 0;
  }
  .slick-list {
    padding: 0 6% !important;
  }
  #site-logo {
    padding-bottom: 80px !important;
  }
  #slider::before {
    background-size: cover;
    height: 10px;
  }
  #slider::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(images/column_bg01.jpg);
  }
  .metaslider {
    width: 180% !important;
    left: -40%;
    position: relative;
  }
  .slider_txt {
    width: 85%;
    padding: 15px 20px;
    border-radius: 8px;
  }
  .slider_txt::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 4px;
    left: 4px;
    border-radius: 6px;
  }
  #mv {
    height: 260px;
    background-position: left 54% center;
  }
  .mv_txt {
    width: auto;
    min-width: 280px;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 2rem;
    margin-top: 20px;
    height: auto;
    letter-spacing: 0.02em;
    background-size: contain;
  }
  .mv_txt::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 4px;
    left: 4px;
    border-radius: 6px;
  }
  .mv_txt p {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .mv_txt p::after {
    display: none;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

@media print, screen and (max-width: 1700px) {
  main#top_main::before {
    left: 3%;
    top: -4.06%;
    height: 150px;
    width: 9%;
  }
}
.inner_contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

main#page_main {
  width: 100%;
  padding: 0 0 100px;
}

.page_wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

main#single_main {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 100px;
}

.single_box {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.breadcrumb_area {
  width: 100%;
  background: #111;
  margin-bottom: 60px;
  padding: 20px 0;
}
.breadcrumb_area .breadcrumb {
  max-width: 1020px;
  text-align: right;
  margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #ddd;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #ddd;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #ddd;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
  .topicpath {
    padding: 6px 10px;
  }
  .page_wrapper {
    margin: 0 auto;
    padding: 0 15px;
  }
  .name {
    display: block;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box_wrap01 {
  position: relative;
  background: url(images/top_box01.jpg) left 8% top -240px no-repeat;
  z-index: 3;
}

.top_box01 {
  padding: 110px 0 70px;
}

.top_box02 {
  padding: 0 0 70px;
}
.top_box02 .bnr {
  position: relative;
  width: 100%;
  max-width: 340px;
}
.top_box02 .bnr a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.top_box02 .bnr img {
  margin-bottom: 60px;
  transition: 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.top_box02 .bnr p {
  color: #fff;
  transition: 0.3s ease;
}
.top_box02 .bnr:hover p {
  color: #bbb;
}
.top_box02 .bnr:hover h3 span {
  color: #bbb;
}
.top_box02 .bnr:hover h3 span::after {
  right: -55px;
}
.top_box02 .bnr:hover img {
  filter: brightness(1.2) contrast(0.8);
}
.top_box02 .btn02 {
  margin: 0 auto;
}
.top_box02 .num01 div,
.top_box02 .num02 div,
.top_box02 .num03 div {
  position: relative;
}
.top_box02 .num01 div::after,
.top_box02 .num02 div::after,
.top_box02 .num03 div::after {
  position: absolute;
  font-family: "EB Garamond", "Georgia", serif;
  content: "";
  left: 10px;
  top: -110px;
  width: 128px;
  height: 93px;
  z-index: 99;
  background: url(images/num01.svg) no-repeat;
}
.top_box02 .num02 div::after {
  background: url(images/num02.svg) no-repeat;
}
.top_box02 .num03 div::after {
  background: url(images/num03.svg) no-repeat;
}

.diagonal-bg {
  position: relative;
}
.diagonal-bg::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 120%;
  background: #111; /* 背景色 */
  transform: skewY(5.94deg); /* 斜めにする */
  transform-origin: top right;
  z-index: -1; /* 背景として配置 */
}

.top_box03, aside .aside_box {
  position: relative;
  z-index: 6;
}
.top_box03 .bnr, aside .aside_box .bnr {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_box03 .bnr a, aside .aside_box .bnr a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.top_box03 .bnr .area, aside .aside_box .bnr .area {
  position: relative;
  height: 340px;
}
.top_box03 .bnr .area::after, aside .aside_box .bnr .area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/black_filter02.png) repeat;
}
.top_box03 .bnr h2, aside .aside_box .bnr h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_box03 .bnr img, aside .aside_box .bnr img {
  transition: 0.4s ease-in-out;
  transform-origin: center top;
  -o-object-position: center top;
     object-position: center top;
}
.top_box03 .bnr:hover img, aside .aside_box .bnr:hover img {
  filter: brightness(1.2) contrast(1);
  transform: scale(1.15);
}

.top_box04 {
  padding: 50px 0 70px;
  background: linear-gradient(to bottom, #111 61%, #fff 61%);
}
.top_box04 .btn03, .top_box04 .btn06, .top_box04 .btn05, .top_box04 .btn04 {
  margin: 0 auto;
}
.top_box04 .btn03 span, .top_box04 .btn06 span, .top_box04 .btn05 span, .top_box04 .btn04 span {
  font-family: "EB Garamond", "Georgia", serif;
  font-size: 2rem;
  font-weight: 500;
}
.top_box04 ul {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto 50px;
  padding: 0 30px;
  gap: 1%;
}
.top_box04 ul li {
  width: 24%;
  max-width: 340px;
  max-height: 300px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.top_box04 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 340/300;
}

.top_box_wrap02 {
  position: relative;
}
.top_box_wrap02::before {
  font-family: "EB Garamond", "Georgia", serif;
  position: absolute;
  content: "Recruit";
  right: 6%;
  top: -60px;
  color: #dddddd;
  font-size: 17rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: initial;
  z-index: 2;
}

.top_box05 {
  margin-bottom: 70px;
}
.top_box05 .inner_contents {
  align-items: end;
}
.top_box05 .parts {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 440px;
  padding: 60px 0 50px;
  background: url(images/red_bg.jpg) left top repeat;
}
.top_box05 .parts::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: translateX(-50%);
}
.top_box05 .parts p {
  color: #fff;
}
.top_box05 .bnr_box {
  gap: 30px;
}
.top_box05 .bnr_box li {
  position: relative;
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
}
.top_box05 .bnr_box li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid #c51121; /* 三角形の色 */
  border-top: 15px solid transparent;
  border-bottom: 15px solid #c51121;
  margin-left: 5px;
  z-index: 99;
}
.top_box05 .bnr_box li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.top_box05 .bnr_box li h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.top_box05 .bnr_box li:hover {
  filter: brightness(1.3) contrast(0.8);
}

.top_box05.diagonal-bg::before {
  z-index: 0;
  top: 150px;
  height: 130%;
}

.top_box06 {
  position: relative;
  z-index: 6;
  margin-bottom: 100px;
  background: linear-gradient(to bottom, #111 81%, #fff 81%);
}
.top_box06 .area {
  position: relative;
  width: 100%;
  max-width: 1690px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 9;
}
.top_box06 .area::before {
  font-family: "EB Garamond", "Georgia", serif;
  position: absolute;
  content: "Recruit";
  left: 0;
  top: -150px;
  color: #111;
  filter: drop-shadow(0px 0px 1px white);
  font-size: 17rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: initial;
  z-index: -1;
}
.top_box06 .area li {
  width: 49%;
  max-width: 820px;
  height: 460px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.top_box06 .area li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    position: relative;
    padding: 40px 15px 90px;
    margin-bottom: 50px;
  }
  .top_box01 .side div {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .top_box_wrap01 {
    background: url(images/top_box01.jpg) left -100px top -220px no-repeat;
    background-size: 150%;
  }
  .top_box02 .bnr {
    margin: 0 auto 40px;
  }
  .top_box02 img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 340px;
    height: 240px;
    -o-object-position: center -20px;
       object-position: center -20px;
  }
  .top_box02 .num01 img {
    -o-object-position: center center;
       object-position: center center;
  }
  .top_box03 .bnr .area, aside .aside_box .bnr .area {
    height: 220px;
  }
  .top_box04 ul {
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  .top_box04 ul li {
    width: 48%;
    margin-bottom: 4%;
  }
  .top_box_wrap02::before {
    display: none;
  }
  .top_box05 .parts {
    padding: 50px 15px 30px;
    margin-bottom: 40px;
  }
  .top_box05 .parts p {
    text-align: left;
  }
  .top_box05 .bnr_box {
    justify-content: center;
  }
  .top_box05 .bnr_box li {
    overflow: hidden;
    height: 250px;
  }
  .top_box05 .bnr_box li h3 {
    bottom: 15px;
    left: 15px;
  }
  .top_box06 .area::before {
    display: none;
  }
  .top_box06 .area {
    padding: 0 15px;
    gap: 20px;
  }
  .top_box06 .flex li {
    width: 100%;
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  position: absolute;
  top: -55px;
  right: 0;
  min-height: 110px;
  align-items: center;
  justify-content: left;
  padding: 15px 15px 15px 0;
  background: rgba(0, 0, 0, 0.94);
  z-index: 9;
}

.news_post {
  border-left: 1px solid #fff;
  padding: 0 0 0 45px;
  width: 740px;
}

.news_list {
  display: flex;
  letter-spacing: 0.04em;
}
.news_list:not(:last-child) {
  margin-bottom: 5px;
}
.news_list h3 {
  width: 80%;
}
.news_list .data {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.5rem;
  color: #888888;
  font-weight: 400;
  margin-right: 40px;
}
.news_list a {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
}
.news_list a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.news_list a:hover {
  opacity: 1;
  color: #fff;
}
.news_list a:hover::after {
  transform: scale(1, 1);
}
.news_list a::after {
  bottom: -1px;
}

@media screen and (max-width: 767px) {
  #top_news {
    position: static;
    background: #333;
    padding: 15px 15px 25px;
  }
  .news_post {
    padding: 0;
    width: 100%;
    border-left: none;
  }
  .news_list {
    width: 100%;
    padding: 15px 0px 0;
  }
  .news_list::before {
    right: 14px;
  }
  .news_list::after {
    right: 29px;
  }
  .news_list .data {
    line-height: initial;
    font-size: 1.6rem;
    background: none;
  }
  .news_list h3 {
    width: 100% !important;
    font-size: 1.5rem;
    line-height: initial;
  }
}
/****************************************

content下層用

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

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

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*代表挨拶*/
.greeting_box {
  align-items: center;
}
.greeting_box figure {
  width: 100%;
  max-width: 370px;
}
.greeting_box .txt {
  width: 100%;
  max-width: 610px;
}
.greeting_box h2 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.greeting_box .ceo {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.1em;
  text-align: right;
}
.greeting_box .ceo .name {
  font-weight: 600;
  font-size: 3rem;
  margin-left: 20px;
}

.font18 {
  font-size: 1.8rem;
  margin: 0 5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .greeting_box h2 {
    margin-top: 20px;
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .inosada_sdgs {
    padding: 50px 20px 30px;
  }
}
/*業務案内*/
.business_box01 .subhead02 {
  line-height: 1.6;
  margin-bottom: 50px;
}
.business_box01 article {
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.business_box01 article img {
  margin-bottom: 10px;
}
.business_box01 article h3 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.business_box02 .subhead02 {
  margin-bottom: 50px;
}
.business_box02 .txt {
  width: 100%;
  max-width: 580px;
}
.business_box02 figure {
  width: 100%;
  max-width: 400px;
}

/*SDGsへの取り組み*/
.sdgs_box01 {
  text-align: center;
}
.sdgs_box01 .guideline {
  line-height: 2;
  margin-bottom: 25px;
}
.sdgs_box01 .guideline span {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 6px;
  letter-spacing: 0.08em;
  border-bottom: 1px dotted #ccc;
}
.sdgs_box01 img {
  margin-top: 20px;
  width: 800px;
}

.sdgs_box02 .youtube {
  width: 100%;
  max-width: 660px;
  height: 370px;
  margin: 40px auto 50px;
}
.sdgs_box02 article:not(:last-of-type) {
  margin-bottom: 30px;
}
.sdgs_box02 article figure {
  width: 100%;
  max-width: 320px;
}
.sdgs_box02 article .txt {
  position: relative;
  width: 100%;
  max-width: 660px;
}
.sdgs_box02 .subhead01 {
  font-size: 2.6rem;
}
.sdgs_box02 .goal {
  position: absolute;
  right: 0;
  bottom: 0;
}

.inosada_sdgs {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 480px;
  padding: 60px 50px 50px;
  margin: 0 auto;
  background: url(images/gray_bg.jpg) left top repeat;
}
.inosada_sdgs::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: translateX(-50%);
}
.inosada_sdgs h3 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}
.inosada_sdgs img {
  width: 100%;
  max-width: 200px;
}
.inosada_sdgs .fancy-box #fancybox-title-over {
  display: none !important;
}

/*施工実績*/ /*事業施設*/
.achievements_box::after,
.facility_box::after,
.vehicle_box::after,
.state_box::after {
  content: "";
  width: 320px;
  height: 0;
}
.achievements_box article,
.facility_box article,
.vehicle_box article,
.state_box article {
  width: 100%;
  max-width: 320px;
  margin-bottom: 15px;
}
.achievements_box img,
.facility_box img,
.vehicle_box img,
.state_box img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievements_box h2,
.facility_box h2,
.vehicle_box h2,
.state_box h2 {
  font-size: 2rem !important;
}

.facility_box img,
.vehicle_box img,
.state_box img {
  aspect-ratio: 4/3;
}

.staff_box::after {
  content: "";
  width: 320px;
  height: 0;
}
.staff_box article {
  width: 100%;
  max-width: 320px;
  margin-bottom: 15px;
}
.staff_box img {
  margin-bottom: 15px;
  width: 100%;
  height: 240px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff_box h2 {
  position: relative;
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: initial;
  display: flex;
  align-items: center;
}
.staff_box h2 span {
  font-size: 1.5rem;
  color: #666;
  margin-left: 20px;
}
.staff_box h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #c51121;
}

/*求人について*/
.job_box .flex,
.job_box .flex_r {
  align-items: center;
}
.job_box figure {
  width: 100%;
  max-width: 400px;
}
.job_box .txt {
  width: 100%;
  max-width: 580px;
}
.job_box .subhead02.of span::after {
  font-family: "EB Garamond", "Georgia", serif;
  position: absolute;
  content: "Our Features";
  font-weight: 500;
  font-size: 1.8rem;
  color: #c51121;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
}

/*動画で分かる井定工務店*/
.point_list li {
  position: relative;
  padding: 8px 0 8px 25px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #ccc;
  width: calc(50% - 15px);
  line-height: 1.6;
}
.point_list li::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #111;
  transform: rotate(-45deg) translateY(-50%);
}

.movie_box {
  width: 100%;
  max-width: 820px;
  height: 460px;
  margin: 40px auto 0;
}

/*会社概要*/
.link_list li, .link_list02 li {
  width: calc(25% - 10px);
}
.link_list li a, .link_list02 li a {
  width: 100%;
  font-size: 1.8rem;
}

.link_list02 li {
  width: calc(33.3333333333% - 10px);
}

/*お問い合わせ*/
.contact_tel {
  text-align: center;
  margin-top: 30px;
}
.contact_tel p {
  line-height: initial;
}
.contact_tel .tel {
  font-family: "EB Garamond", "Georgia", serif;
  color: #c51121;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.contact_tel .tel span {
  font-size: 3.2rem;
  margin-left: 8px;
}
.contact_tel .black {
  font-weight: 400;
}

.policy_box {
  background: rgba(17, 17, 17, 0.06);
  margin-bottom: 50px;
  text-align: center;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}
.policy_box dt {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.policy_box dd,
.policy_box p,
.policy_box li {
  font-size: 1.4rem;
  line-height: 1.7;
}

/*会社概要*/
.googlemap,
.googlemap02 {
  position: relative;
  border: solid 2px #ccc;
  overflow: hidden;
  height: 440px;
}

.googlemap02 {
  width: 490px;
  height: 300px;
}

/*ブログ*/
.blog_box article {
  position: relative;
  padding: 35px 40px;
  border-bottom: 1px solid #ccc;
}
.blog_box article a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.blog_box article:hover {
  background: #fbfbf9;
}
.blog_box article:hover img {
  transform: scale(1.1) translateZ(0);
}
.blog_box .data {
  display: block;
  color: rgba(17, 17, 17, 0.6);
  margin-bottom: 5px;
}
.blog_box h2 {
  font-weight: 600;
  font-size: 2.2rem;
  color: #c51121;
  margin-bottom: 5px;
}
.blog_box .txt680 {
  padding-top: 10px;
}
.blog_box figure {
  overflow: hidden;
  display: inline-block;
  border-radius: 19px;
  border: 2px solid #c51121;
}
.blog_box figure img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  backface-visibility: hidden;
  display: block;
}

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

single.php

*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: #c51121;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
.nav-below .list:hover {
  background: rgb(220.4742990654, 19.0257009346, 36.9322429907);
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: rgba(238, 238, 238, 0.5);
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: solid 1px rgba(17, 17, 17, 0.16);
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #c51121;
  transition: 0.3s;
}
.nav-below > a:hover {
  background: rgba(238, 238, 238, 0.2);
}
.nav-below > a:hover span {
  color: rgba(197, 17, 33, 0.8);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

a.page-numbers {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(17, 17, 17, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #c51121;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: rgba(197, 17, 33, 0.6);
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.02);
}

.pager .current {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(17, 17, 17, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: #c51121;
  border: solid 1px rgba(17, 17, 17, 0.16);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
aside .aside_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
aside .aside_box .bnr {
  width: 50%;
}
aside .aside_box .area {
  height: 300px !important;
}
aside .aside_box .top_subhead04 {
  font-size: 3.2rem;
}
aside .aside_box .top_subhead04::after {
  width: 80px;
}
aside .aside_box .top_subhead04 span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  aside .aside_box .bnr {
    width: 100%;
  }
  aside .aside_box .bnr .top_subhead04 {
    font-size: 2.8rem;
  }
  aside .aside_box .bnr .top_subhead04 span {
    font-size: 2rem;
  }
}
/****************************************

テーブル

*****************************************/
.overview_table, .overview_table02 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}
.overview_table tr:nth-child(odd), .overview_table02 tr:nth-child(odd) {
  background: #f5f5f5;
}
.overview_table th, .overview_table02 th,
.overview_table td,
.overview_table02 td {
  text-align: left;
  vertical-align: middle;
  padding: 20px 30px;
}
.overview_table th, .overview_table02 th {
  width: 26%;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.overview_table a, .overview_table02 a {
  text-decoration: none;
}
.overview_table .link, .overview_table02 .link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.overview_table .link::after, .overview_table02 .link::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #111111;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.overview_table .link:hover, .overview_table02 .link:hover {
  opacity: 1;
  text-decoration: none;
}
.overview_table .link:hover::after, .overview_table02 .link:hover::after {
  background: #111111;
  transform-origin: right top;
  transform: scale(0, 1);
}

.overview_table02 tr:nth-child(odd) {
  background: initial;
}
.overview_table02 th,
.overview_table02 td {
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.overview_table02 th {
  width: 24%;
}

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

ボタン

*****************************************/
.btn01, .btn03, .btn06, .btn05, .btn04 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: block;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  padding: 16px 100px;
  background: #111;
  z-index: 99;
}
.btn01 span, .btn03 span, .btn06 span, .btn05 span, .btn04 span {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.12em;
}
.btn01::before, .btn03::before, .btn06::before, .btn05::before, .btn04::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 12px;
  background: url(images/arrow.svg) no-repeat;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.3s;
}
.btn01:hover, .btn03:hover, .btn06:hover, .btn05:hover, .btn04:hover {
  color: #fff;
  background: #c51121;
  text-decoration: none;
}
.btn01:hover::before, .btn03:hover::before, .btn06:hover::before, .btn05:hover::before, .btn04:hover::before {
  right: 16px;
}
.btn01::before, .btn03::before, .btn06::before, .btn05::before, .btn04::before {
  background-size: contain;
}

.btn02 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: block;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  padding: 16px 100px;
  background: #111;
  z-index: 99;
  background: #c51121;
  border: 2px solid #c51121;
  padding: 17px 132px;
}
.btn02 span {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.12em;
}
.btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 12px;
  background: url(images/arrow.svg) no-repeat;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.3s;
}
.btn02:hover {
  color: #fff;
  background: #c51121;
  text-decoration: none;
}
.btn02:hover::before {
  right: 16px;
}
.btn02::before {
  width: 9px;
  height: 16px;
}
.btn02 span {
  font-size: 2.4rem;
}
.btn02:hover {
  background: #111;
  border: 2px solid #fff;
}

.btn03, .btn06, .btn05, .btn04 {
  padding: 14px 84px;
}

.btn04 {
  border: 1px solid #fff;
  background: #c51121;
  margin: 30px auto 0;
}
.btn04:hover {
  background: rgba(225, 225, 225, 0.3);
}

.btn05 {
  padding: 14px 20px 35px;
  text-align: center;
}
.btn05::before {
  top: auto;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.btn05:hover::before {
  bottom: 10px;
}

.btn06 {
  padding: 14px 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn02 {
    display: flex;
    width: 90%;
    padding: 17px 20px;
  }
  .btn02 span {
    font-size: 2.2rem;
  }
}
/****************************************

テキスト設定

*****************************************/
.tdn {
  text-decoration: none;
  color: #8c0000 !important;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker, .marker02,
.subhead06 {
  display: inline-block;
  color: #111111;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #111111;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover {
  opacity: 1;
  color: #111111;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.txt560 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt560 {
    max-width: 560px;
  }
}

.txt480 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt480 {
    max-width: 480px;
  }
}

.frame_box {
  border: 2px solid #c0b89d;
  border-radius: 19px;
  padding: 30px;
  background: #fbfbf9;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.circle_li li, .circle_li02 li {
  width: 48.4%;
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  font-weight: 500;
}
.circle_li li:not(:nth-last-child(-n+2)), .circle_li02 li:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}
.circle_li li::before, .circle_li02 li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #111111;
}

.circle_li02 li {
  width: 100%;
  margin-bottom: auto;
  font-size: 1.5rem;
  font-weight: 400;
  border: none;
  padding-bottom: 0;
}
.circle_li02 li:not(:nth-last-child(-n+2)) {
  margin-bottom: auto;
}
.circle_li02 li::before {
  top: 10px;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.space20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 25px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 25px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 40px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .txt780 {
    width: 100%;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

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

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: 600;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #c51121;
}

.black {
  color: #111111;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
  .font36 {
    font-size: 3rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.img220 img,
.img240 img,
.img300 img,
.img320 img,
.img340 img,
.img380 img {
  border-radius: 19px;
}

.img220 {
  width: 220px;
  height: 165px;
}

.img220.auto {
  height: 100%;
}
.img220.auto img {
  height: 165px;
}

.img240 {
  width: 240px;
  height: 180px;
}

.img300 {
  width: 300px;
  height: 220px;
}

.img320 {
  width: 320px;
  height: 240px;
}

.img340 {
  width: 340px;
  height: 250px;
}

.img470 {
  gap: 30px;
}
.img470 img {
  border-radius: 19px;
  margin-bottom: 10px;
}
.img470 figcaption {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

.img470.arrow {
  position: relative;
}
.img470.arrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 85px;
  left: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #111111;
  transform: translate(-50%, -50%);
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .img380 {
    margin: 0 auto;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_subhead01 {
  font-family: "EB Garamond", "Georgia", serif;
  font-weight: 500;
  font-size: 2.3rem;
  color: #fff;
  width: 160px;
  text-align: center;
}

.top_headline {
  font-family: "EB Garamond", "Georgia", serif;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: initial;
  margin-bottom: 60px;
}
.top_headline span {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: block;
  font-size: 2rem;
  color: #777777;
  letter-spacing: 0.14em;
}

.top_subhead02 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.4rem;
  font-weight: 600;
  white-space: wrap;
  line-height: 1.7;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.font32 {
  font-size: 3.2rem;
}

.top_subhead03 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #fff;
}
.top_subhead03 span {
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
  transition: 0.3s;
}
.top_subhead03 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #c51121;
}
.top_subhead03 span::after {
  position: absolute;
  content: "";
  top: 13px;
  right: -45px;
  width: 24px;
  height: 23px;
  background: url(images/arrow02.svg) no-repeat;
  transition: 0.3s;
}

.top_subhead04 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 40px rgb(0, 0, 0));
}
.top_subhead04::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 60px;
  width: 100px;
  height: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
}
.top_subhead04 span {
  font-family: "EB Garamond", "Georgia", serif;
  display: block;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  color: #eee;
  margin-top: 30px;
}

.top_subhead05 {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 4.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  z-index: 99;
  line-height: initial;
  margin-bottom: 50px;
  padding-top: 65px;
}
.top_subhead05::before {
  font-family: "EB Garamond", "Georgia", serif;
  position: absolute;
  content: "Achievements";
  left: 50%;
  top: 0;
  font-size: 10rem;
  font-weight: 600;
  color: #111;
  filter: drop-shadow(0px 0px 1px white);
  transform: translateX(-50%);
  letter-spacing: 0.03em;
  z-index: -1;
}

.top_subhead06 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  color: #fff;
}
.top_subhead06 span {
  display: block;
  font-family: "EB Garamond", "Georgia", serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: initial;
  color: rgba(255, 255, 255, 0.8);
}

.top_subhead07 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 5px 8px;
  line-height: 1.6;
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
}
.top_subhead07 span {
  font-family: "EB Garamond", "Georgia", serif;
  display: block;
  color: #dddddd;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.ls0 {
  letter-spacing: 0;
}

.top_subhead08 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 4.2rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 60px;
}
.top_subhead08::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #c51121;
  transform: translateX(-50%);
}

.font40 {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .top_subhead01 {
    border-bottom: 1px solid #fff;
    text-align: left;
    width: auto;
    font-size: 2.4rem;
  }
  .top_headline {
    font-size: 4.4rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .top_headline span {
    font-size: 1.8rem;
  }
  .top_subhead02 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .top_subhead02 .font32 {
    font-size: 2.5rem;
  }
  .top_subhead04 {
    font-size: 3rem;
    line-height: 1.6;
  }
  .top_subhead04 span {
    font-size: 2.2rem;
  }
  .top_subhead04::after {
    width: 60px;
    bottom: 48px;
  }
  .top_subhead05 {
    padding-top: 45px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .top_subhead05::before {
    font-size: 6rem;
  }
  .top_subhead06 {
    font-size: 3rem;
  }
  .top_subhead06 span {
    font-size: 2rem;
  }
  .top_subhead08 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .font40 {
    font-size: 2.8rem;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}
.headline::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 1px;
  width: 150px;
  height: 2px;
  background: #dfdfdf;
  transform: translateX(-50%);
}
.headline::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #c51121;
  transform: translateX(-50%);
}

.subhead01,
.single_tit {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.subhead01::before,
.single_tit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dfdfdf;
}
.subhead01::after,
.single_tit::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 160px;
  height: 3px;
  background: #c51121;
}

.single_tit {
  line-height: 1.5;
}

.subhead02 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  text-align: center;
}
.subhead02 span {
  position: relative;
  padding: 10px 80px;
}
.subhead02 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.subhead02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #111;
  z-index: -2;
}
.subhead02::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: rgba(197, 17, 33, 0.08);
  z-index: -1;
}

.subhead03, .achievements_box h2,
.facility_box h2,
.vehicle_box h2,
.state_box h2 {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  padding: 0 0 5px 28px;
  line-height: 1.7;
  border-bottom: 1px dotted #ccc;
}
.subhead03::before, .achievements_box h2::before,
.facility_box h2::before,
.vehicle_box h2::before,
.state_box h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c51121;
}
.subhead03::after, .achievements_box h2::after,
.facility_box h2::after,
.vehicle_box h2::after,
.state_box h2::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 0;
  width: 6px;
  height: 100%;
  background: #c51121;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 3rem;
  }
  .subhead02 {
    font-size: 2.6rem;
  }
  .subhead02 span {
    padding: 10px 40px;
  }
  .top_subhead04 {
    font-size: 2.8rem;
  }
  .top_subhead04 span {
    font-size: 2rem;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 15px 0 66px !important;
    text-align: center;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75%;
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 25px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    background: #c51121;
    width: 25%;
  }
  #sp_footer .sp_footer_box {
    padding: 15px 10px 70px;
    text-align: center;
    background: url(images/column_bg01.jpg) repeat top center/contain;
  }
  #sp_footer .sp_footer_box ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
  }
  #sp_footer .sp_footer_box ul img {
    width: auto;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  background: #111;
}

#pc_footer {
  width: 100%;
  max-width: 890px;
  padding: 90px 0 0;
  margin: 0 auto;
}

.pagetop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 99;
  transition: transform 0.3s ease-out;
}
.pagetop:hover {
  transform: translateY(-10px);
}

.foot_logo {
  margin-bottom: 15px;
  text-align: center;
}

.f_address {
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
  font-size: 1.5rem;
}

.f_info {
  margin-bottom: 50px;
}
.f_info .area {
  text-align: center;
  width: 415px;
  background: #fff;
  padding: 17px 0;
  border: 2px solid #fff;
}
.f_info .area p {
  color: #212121;
  line-height: initial;
}
.f_info .area .tel {
  font-family: "EB Garamond", "Georgia", serif;
  color: #c51121;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: initial;
}
.f_info .area .tel span {
  font-size: 3.6rem;
  margin-left: 8px;
}
.f_info .contact {
  padding: 0;
  transition: 0.3s;
}
.f_info .contact a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.f_info .contact a span {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #111;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  background: url(images/icon_mail.svg) left center no-repeat;
  padding-left: 45px;
  transition: 0.3s;
}
.f_info .contact:hover {
  background: #111;
}
.f_info .contact:hover span {
  color: #fff;
  background: url(images/icon_mail02.svg) left center no-repeat;
}

.font15 {
  font-size: 1.5rem;
}

.font13 {
  font-size: 1.3rem;
}

.sitemap {
  width: 100%;
  max-width: 790px;
  position: relative;
  margin-bottom: 40px;
}
.sitemap dt:nth-of-type(2n) {
  margin-top: 10px;
}
.sitemap dt {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 6px;
  color: #fff;
}
.sitemap dt::before {
  position: absolute;
  content: "";
  left: -16px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #c51121;
  transform: rotate(-45deg) translateY(-50%);
}
.sitemap dt a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  text-decoration: none;
  line-height: 2;
}
.sitemap dt a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.sitemap dt a:hover {
  opacity: 1;
  color: #ddd;
}
.sitemap dt a:hover::after {
  transform: scale(1, 1);
}
.sitemap dd {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
.sitemap dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.sitemap dd a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.sitemap dd a:hover {
  opacity: 1;
  color: #ddd;
}
.sitemap dd a:hover::after {
  transform: scale(1, 1);
}
.sitemap dd a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 1px;
  left: -18px;
  top: 50%;
  background: #fff;
}
.sitemap dd li {
  line-height: 2;
}
.sitemap .insta {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease-out;
}
.sitemap .insta:hover {
  transform: translateY(-5px);
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    padding-left: 20px;
  }
  .pc_copyright {
    width: 1120px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
    margin: 0 auto;
  }
}
/****************************************

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 {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", serif;
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #c51121 solid;
  border-radius: 0;
  background-color: #c51121;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(197, 17, 33, 0.3);
  background-color: #fff;
  color: #c51121;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #c51121 solid;
  box-shadow: 0 0 2px 2px rgba(197, 17, 33, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

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

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.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 #c51121;
  border-radius: 4px;
  background-color: #fefefe;
  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 #c51121;
  border-right: 3px solid #c51121;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #c51121;
  box-shadow: 0 0 2px 2px rgba(197, 17, 33, 0.5);
  background-color: #c51121;
  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: 50%;
  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;
  transform: translateY(-50%);
}
.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(197, 17, 33, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #c51121;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.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 #c51121;
  border-right: 1px solid #c51121;
  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 #c51121;
  border-right: 1px solid #c51121;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #c51121;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(197, 17, 33, 0.7), rgba(197, 17, 33, 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 #002565 solid;
  box-shadow: 0 0 1px 1px rgba(197, 17, 33, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(197, 17, 33, 0.3);
}

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

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .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 {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .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 */