@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  /*使用しない場合も必ず設定*/
  --i_bg_color: #fff; /*背景色*/
  --i_txt_color: #333; /*テキスト*/
  --i_main_color: #fff; /*メイン*/
  --i_sub_color: #333; /*アクセント*/
  --i_sub2_color: #333; /*薄い色*/
  --i_blog_h_color: #e41919; /*ブログ見出しカラー*/
  --i_blog_h_text_color: #ffffff; /*ブログ見出しテキストカラー*/
  --i_btn_color: #333; /*ボタン*/
  --i_btn_hover_color: #5E5E5E; /*ボタンhover*/
  --i_btn_txt_color: #fff; /*ボタンテキスト*/
  --i_btn_hover_txt_color: #fff; /*ボタンテキスト*/
  --i_shadow_color: rgba(0, 0, 0, 0.05); /*シャドウ*/
  --i_border_color: rgba(0, 0, 0, 0.13); /*ボーダー*/
  --i_noimg_bg_color: #000; /*画像無し*/
  --i_padding: 20px; /*左右余白*/
}
@media screen and (max-width: 500px) {
  :root {
    --i_padding: 20px; /*左右余白*/
  }
}
/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.65rem;
  line-height: 1.9;
  letter-spacing: 0.02rem;
  -webkit-text-size-adjust: 100%;
  color: var(--i_txt_color);
  font-weight: 500;
}
body {
  background: #f2f2f2;
}
@media screen and (max-width: 850px) {
  html {
    font-size: 60.606%;
  }
  body {
    letter-spacing: 0px;
  }
}
a {
  outline: 0;
  text-decoration: none;
  color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a, div[style*=" color:"]:not([style*=" color: inherit"]) a {
  color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
  object-position: 50% 50%;
  font-family: 'object-position: 50% 50%;';
}
@media screen and (max-width: 850px) {
  #sidebar {
    border: 5px solid #f2f2f2 !important;
  }
}
.no_img {
  background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}
main {
  background: none;
}
/*----------------------------loader----------------------------*/
#load div:nth-of-type(1) {
  background: var(--i_bg_color);
}
#load .loader, .popup .loader {
  border: 1px solid var(--i_main_color); /*★*/
}
#load .loader, #load .loader::before, .popup .loader, .popup .loader::before {
  border-top-color: var(--i_main_color);
}
#load .loader::before, #load .loader::after, .popup .loader::before, .popup .loader::after { /*★*-1*/
  left: -1px;
  top: -1px;
}
#load .loader, .popup .loader {
  border: 1px solid var(--i_main_color); /*★*/
}
#load .loader, #load .loader::before, .popup .loader, .popup .loader::before {
  border-top-color: #000 !important;
}
#load .loader::before, #load .loader::after, .popup .loader::before, .popup .loader::after { /*★*-1*/
  left: -1px;
  top: -1px;
}
#load img {
  max-width: 330px;
  max-height: 240px;
}
@media screen and (max-width: 650px) {
  #load img {
    max-width: 180px;
  }
}
/*----------------------------header----------------------------*/
header {
  font-size: 1.4rem;
  color: #fff;
    position: absolute;
    top: 0;
}
header .wraper {
  max-width: 1300px;
}
body.scrolled header {
  background: rgba(0, 0, 0, 0.9);
}
header h1 {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: normal;
  opacity: 0.7;
  fill: var(--i_bg_color);
}
body.scrolled header .logo {
  padding: 20px 0 !important;
}
header .logo, header .logo a {
  max-width: 360px;
}
body.scrolled header .logo a img {
  max-height: 60px;
}
header .header_contents .header_col1 {
  /* ▼水平方向レイアウト */
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header .header_contents .header_col1 .tel a, header .header_contents .header_col1 .tel span {
  color: #fff;
}
header .header_contents .header_col1 .tel {
  position: relative;
  font-size: 26px;
  line-height: 1;
  padding-left: 26px;
  font-weight: bold;
  font-weight: normal;
  fill: var(--i_bg_color);
}
header .header_contents .header_col1 .tel svg, header .header_contents .header_col1 .btn .translate a svg, header .burger li.sp_translate a svg, header .header_contents .header_sns li svg {
  fill: var(--i_bg_color);
}
header .sp_menu a div span, header .sp_menu a div:before, header .sp_menu a div:after {
  background: var(--i_bg_color);
}
header .header_contents .header_col1 .tel svg {
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 0;
}
header .header_contents .header_col1 .btn > a {
  display: block;
  text-align: center;
  border-bottom: 5px solid #000000;
  background: #565656;
  color: #FFFFFF;
  padding: 10px 15px 11px 13px;
  letter-spacing: 0.2rem;
  transition: 0.4s ease-in-out;
}
header .header_contents .header_col1 .btn > a:hover {
  opacity: 1;
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
header .header_contents .header_col1 .btn > a:hover[target="_blank"]::before, header .header_contents .header_col1 .btn > a:hover[target="_blank"]::after {
  border-color: var(--i_bg_color);
}
header .header_contents .header_col1 .btn .translate a svg {
  max-width: 74%;
  max-height: 74%;
  margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover {
  opacity: 0.8;
}
header#pattern1 nav, header#pattern3 nav {
  position: relative;
}
header nav * {
  color: var(--i_bg_color);
}
header nav ul.nav_1st {
  width: 100%;
  max-width: 1300px !important; /*任意*/
}
header nav ul.nav_1st > li {
  box-sizing: border-box;
  position: relative;
}
header nav ul.nav_1st > li:after { /*罫線*/
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header nav ul.nav_1st > li:last-child:before { /*罫線*/
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header nav ul.nav_1st > li > a {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1vw;
  padding-right: 1vw;
}
header nav ul.nav_1st > li > a span {
  /*ナビの高さはline-heightで調整*/
  line-height: 4; /* マージン普通選択時 */
  letter-spacing: 0.3rem;
  transition: 0.4s ease-in-out;
  font-weight: 500;
}
header nav ul.nav_1st > li > a:hover span {}
header#pattern2 nav ul.nav_1st > li > a span {
  line-height: 2.5;
}
body.margin header nav ul.nav_1st > li > a span {
  line-height: 4; /* マージン広い選択時 */
}
header nav ul.nav_2nd {
  padding-top: 20px;
}
header nav ul.nav_1st > li:hover ul.nav_2nd {
  padding-top: 15px;
  box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd > li {
  background: rgba(21, 21, 21, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
header nav ul.nav_2nd > li:nth-last-of-type(1) {
  border-bottom: none;
}
header nav ul.nav_2nd li a {
  padding: 10px 20px;
  font-weight: normal;
  font-size: 1.4rem;
}
header nav ul.nav_2nd > li > a {
  padding-right: 30px;
}
header nav ul.nav_2nd > li > a:after {
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid var(--i_bg_color);
  border-bottom: 1px solid var(--i_bg_color);
  top: calc(50% - 2.5px);
  right: 20px;
}
header nav ul.nav_3rd {
  padding-left: 20px;
}
header nav ul.nav_3nd li a {
  padding: 5px 20px;
}
header nav ul.nav_3rd > li > a:after {
  height: 1px;
  width: 4px;
  background: var(--i_bg_color);
  top: calc(50% - 0.5px);
  left: 5px;
}
@media screen and (max-width: 900px) {
  header, header *, header nav ul.nav_2nd li a {}
  body.scrolled header .logo {
    padding: 10px 0 !important;
  }
  header.open:after, header .header_contents {
    background: rgba(21, 21, 21, 0.9);
  }
  header .burger li.sp_translate a svg {
    height: 28px;
    width: 28px;
    margin: 10% auto;
  }
  header .header_sns, header .header_contents .header_col1, header .header_contents .header_col2 {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid var(--i_border_color);
  }
  header .header_sns {
    border-bottom: none;
  }
  header .header_sns:empty, header .header_contents .header_col1:empty, header .header_contents .header_col2:empty {
    border: none;
  }
  header .header_contents .header_col1 .tel, header .header_contents .header_col1 .btn {
    float: none;
  }
  header .header_contents .header_col2 {
    display: block !important;
  }
  header nav {
    border-bottom: 1px solid var(--i_border_color);
  }
  header nav ul.nav_1st {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-top: 1px solid var(--i_border_color);
  }
  header nav ul.nav_1st li {
    border-bottom: 1px solid var(--i_border_color);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  header nav ul.nav_1st > li:before, header nav ul.nav_1st > li:after {
    display: none !important;
  }
  header nav ul.nav_1st > li i:before, header nav ul.nav_1st > li i:after {
    background: var(--i_bg_color);
  }
  header nav ul.nav_2nd {
    border-top: 1px solid var(--i_border_color);
  }
  header nav ul.nav_2nd > li {
    box-shadow: none;
  }
  header nav ul.nav_2nd > li * {
    color: #fff;
  }
  header nav ul.nav_3rd {
    border-top: 1px solid var(--i_border_color);
  }
  header nav ul.nav_3rd > li:nth-last-of-type(1) {
    border-bottom: none;
  }
  header .logo a img {
    max-height: 45px !important;
  }
  header nav ul.nav_1st > li > a:hover:before {
    transform: scale(0, 0);
  }
  header#pattern1 nav, header#pattern3 nav {
    border-bottom: 0;
    border-top: 0;
  }
  header .header_contents .header_col1 .btn > a {
    padding: 10px 15px 11px;
  }
  header nav ul.nav_1st > li > a:hover {
    background: none;
  }
  header nav ul.nav_1st > li > a:hover span {
    opacity: 0.5;
  }
  header nav ul.nav_1st > li:hover ul.nav_2nd {
    box-shadow: none !important;
  }
  header .wraper > .inner {
    min-height: 45px !important;
  }
}
/*----------------------------余白設定----------------------------*/
/*----------------------------見出し----------------------------*/
section .content_wrapper > .heading:first-child:last-child {
  margin-bottom: 0;
}
/*--*/
section:not([class*="pt"]) .content_wrapper > .heading:first-child:last-child {
  margin-bottom: 0;
}
.heading.block_header_1, .heading.block_header_6 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.heading.block_header_1 p, .heading.block_header_6 .h {
  display: inline-block;
  font-size: 3.9rem;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 0 55px;
}
.heading.block_header_1 p:after, .heading.block_header_6 .h:after, .heading.block_header_1 p:before, .heading.block_header_6 .h:before {
  content: '';
  position: absolute;
  top: calc(50% - 1.5px);
  display: inline-block;
  width: 40px;
  border-top: 3px double #aeaeae;
}
.heading.block_header_1 p:before, .heading.block_header_6 .h:before {
  left: 0;
}
.heading.block_header_1 p:after, .heading.block_header_6 .h:after {
  right: 0;
}
.align-left.heading.block_header_1 p, .align-left.heading.block_header_6 .h {
  padding-right: 0;
}
.align-left.heading.block_header_1 p:after, .align-left.heading.block_header_6 .h:after {
  display: none;
}
.align-right.heading.block_header_1 p, .align-right.heading.block_header_6 .h {
  padding-left: 0;
}
.align-right.heading.block_header_1 p:before, .align-right.heading.block_header_6 .h:before {
  display: none;
}
section[style*="color: #ffffff;"] .heading.block_header_1 p:after, section[style*="color: #ffffff;"] .heading.block_header_6 .h:after, div[style*="color: #ffffff;"] .heading.block_header_1 p:after, div[style*="color: #ffffff;"] .heading.block_header_6 .h:after, section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after, section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after, div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after, div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after {
  border-top: 3px double #fff;
}
section[style*="color: #ffffff;"] .heading.block_header_1 p:before, section[style*="color: #ffffff;"] .heading.block_header_6 .h:before, div[style*="color: #ffffff;"] .heading.block_header_1 p:before, div[style*="color: #ffffff;"] .heading.block_header_6 .h:before, section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before, section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before, div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before, div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before {
  border-top: 3px double #fff;
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p, section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h, div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p, div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h {
  color: #fff !important;
}
.heading.block_header_1 .h, .heading.block_header_6 p {
  font-size: 1.7rem;
  color: var(--i_txt_color);
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .heading.block_header_1, .heading.block_header_6 {
    margin-bottom: 20px;
  }
  .heading.block_header_1 p, .heading.block_header_6 .h {
    font-size: 2.5rem;
    padding: 0 42px;
  }
  .heading.block_header_1 .h, .heading.block_header_6 p {
    font-size: 1.6rem;
  }
  .heading.block_header_1 p:after, .heading.block_header_6 .h:after, .heading.block_header_1 p:before, .heading.block_header_6 .h:before {
    width: 30px;
  }
}
/*--*/
.heading.block_header_2 {
  margin-bottom: 30px;
}
.heading.block_header_2 .h {
  display: inline-block;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.2rem;
  color: var(--i_btn_color);
}
.heading.block_header_2 p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: var(--i_txt_color);
}
.news_archive .heading.block_header_2, .glossary_archive .heading.block_header_2, .widget_gallery01 .heading.block_header_2, .gallery_archive .heading.block_header_2 {
  border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
  padding-left: 2em !important;
}
@media screen and (max-width: 800px) {
  .heading.block_header_2 {
    margin-bottom: 20px;
  }
  .heading.block_header_2 .h {
    font-size: 2.1rem;
  }
}
/*用語一覧*/
.glossary_archive .content_wrapper .heading.block_header_2 .h {
  padding-left: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  ;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h a {
  color: var(--i_main_color);
}
.glossary_archive .content_wrapper .heading.block_header_2 .h:before, .glossary_archive .content_wrapper .heading.block_header_2 .h:after, .glossary_archive .content_wrapper .heading.block_header_2:before, .glossary_archive .content_wrapper .heading.block_header_2:after {
  display: none !important;
}
/*--*/
.heading.block_header_3 {
  overflow: hidden;
  background: var(--i_sub2_color);
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px;
}
.heading.block_header_3 .h {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  color: var(--i_main_color);
  letter-spacing: 0.2rem;
}
.heading.block_header_3 p {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--i_main_color);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 800px) {
  .heading.block_header_3 {
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
  }
  .heading.block_header_3 .h {
    font-size: 2.0rem;
  }
  .heading.block_header_3 p {
    font-size: 1.3rem;
  }
}
/*--*/
.heading.block_header_4 {
  margin-bottom: 15px;
}
.heading.block_header_4:before {
  display: none;
}
.heading.block_header_4 .h {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  color: var(--i_btn_color);
  letter-spacing: 0.2rem;
}
.heading.block_header_4 p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
/*--*/
.heading.block_header_5 {
  margin-bottom: 15px;
}
.heading.block_header_5 .h {
  display: inline;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.2rem;
}
.heading.block_header_5 p {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.heading.block_header_5 p:before {
  content: "　/　";
}
#sidebar .heading.block_header_5 {
  background: var(--i_sub2_color);
  color: var(--i_main_color);
  padding: 5px 15px;
}
/*----------------------------背景パララックス----------------------------*/
.parallax {
  box-shadow: 0 0 5px var(--i_shadow_color) inset;
}
/*----------------------------ボタン----------------------------*/
.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after {
  background: var(--i_btn_color);
  border: 1px solid var(--i_btn_color);
  color: #fff !important;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  transition: .4s ease-in-out;
  letter-spacing: 0.2rem;
  font-family: inherit;
}
main form .submit span input {
  background: var(--i_btn_color);
  border: 1px solid var(--i_btn_color);
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  transition: .4s ease-in-out;
  font-family: inherit;
}
main form .submit {
  position: relative;
}
.contents_btn01 a:before, main form .submit span:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  top: calc(50% - 4px);
  left: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 10;
}
.contents_btn01 a:hover:before, main form .submit span:hover:before {
  left: 10px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.contents_btn01 a:hover, .glossary_archive .content_wrapper .heading.block_header_2 a:hover:after, main form .submit span input:hover {
  background: #000000;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.contents_btn01 a span {
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  padding: 12px 25px 12px;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover, div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover {
  color: #fff !important;
  border: 1px solid #fff;
}
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover:before, div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:before, div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:before, section[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:after, div[style*="color: rgb(255, 255, 255);"] .contents_btn01 a:hover[target=_blank] span:after {
  border: 1px solid #fff;
}
.contents_faq01.accordion .mymore a {
  font-weight: 300;
  padding: 0 0 3px;
  transition: .4s ease-in-out;
}
.contents_faq01.accordion .mymore a:hover {
  opacity: 0.6;
}
/*--------------------------------MV--------------------------------*/
#mv_outer {
  /*mvに背景とかはここを利用する*/
  position: relative;
}
#mv {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  box-sizing: border-box;
}
#mv:after {
  /*スライドに重ねる色*/
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
#mv .mv_text {
  height: 100%;
  align-items: center; /*垂直方向中央*/

  /*text-shadow: 0 0 5px var(--i_shadow_color);*/
  width: 100% !important;
  left: 0 !important;
  bottom: 0% !important;
}
#mv .mv_text > div {
  max-width: none !important;
  box-sizing: border-box;
  width: 95%;
  position: relative;
  color: #fff;
}
#mv .mv_text h2 {
  font-size: 60px; /* ←max-font-size的意味合いで使用する。動作はjs。*/
  line-height: 1.1;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-size: 3.8rem !important;
  position: relative;
  display: inline-block;
}
#mv .mv_text p {
  padding-top: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
#mv .mv_scroll {
  display: none;
  /*width: 46px;
	height: 46px;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 23px);
	border-radius: 100%;
	box-sizing: border-box;
	transition: .3s ease-in-out;*/
}
#mv .mv_scroll:hover {
  transform: translateY(4px);
}
#mv .mv_scroll a {
  text-indent: -9999px;
  line-height: 0;
}
#mv .mv_scroll a::before {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  top: 11px !important;
  left: 13px !important;
}
@keyframes ScrollCircle {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, .1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#mv .mv_pointer, #mv .mv_arrow {
  display: none;
}
@media screen and (max-width: 100vh) {
  #mv {
    height: 72vh;
  }
}
@media screen and (max-width: 650px) {
  #mv .mv_text h2 {
    font-size: 6vw !important;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
  #mv .mv_text p {
    padding-top: 10px;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
}
/*--------------------------------IV--------------------------------*/
#lv {
  background: #333;
  height: 450px;
  padding-bottom: 0;
  width: 100%;
}
#lv_outer {
  /*mvに背景とかはここを利用する*/
  position: relative;
  border-top: 0!important;
}
header.over + #lv_outer #lv {
  min-height: 250px;
}
#lv .parallax_img {
    opacity: 0.5;
}
#lv p {
  left: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0
}
#lv p span {
  display: inline-block;
  font-size: 4.0rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  word-break: break-all;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #lv {
    height: 200px;
  }
  #lv p span {
    font-size: 2.8rem;
  }
}
/*----------------------------パンくず----------------------------*/
#pan {
  padding: 0;
  border-bottom: 1px solid var(--i_border_color);
}
#pan li {
  font-size: 1.2rem;
  padding: 5px 0 3px 30px;
}
#pan li:before, #pan li:after {
  border-top: 1px solid var(--i_border_color);
  border-right: 1px solid var(--i_border_color);
}
/*----------------------------other parts----------------------------*/
/*--リスト--*/
.default_ul li:before {
  border-top: 1px solid var(--i_sub_color);
  border-right: 1px solid var(--i_sub_color);
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}
/*--アーカイブページ カテゴリー--*/
.category1 li a {
  border: 1px solid #000000;
  border-radius: 50px;
  font-size: 1.4rem;
  color: #333333;
}
.category1 li a:hover, .category1 li a.current {
  background: #000000;
  color: #FFFFFF;
}
/*--sidebar--*/
#sidebar section, #sidebar > div {
  border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2 {
  text-align: left;
  font-size: 2.2rem;
}
#sidebar .sidebar_tag li {
  border: 1px solid var(--i_border_color);
  background: var(--i_sub2_color);
}
#sidebar .sidebar_list a {
  position: relative;
  padding-left: 15px;
}
#sidebar .sidebar_list a:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid var(--i_sub_color);
  border-right: 1px solid var(--i_sub_color);
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  left: 0;
}
/*----------------------------pager----------------------------*/
/*アーカイブページページャー*/
.pager li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid var(--i_main_color);
  font-size: 1.4rem;
  color: var(--i_main_color);
}
.pager li:not(.arrow) a:hover, .pager li:not(.arrow).current a {
  background: var(--i_main_color);
  color: #fff;
}
.pager li.arrow a {
  background: none;
}
/*----------------------------pager2----------------------------*/
/*シングルページページャー*/
.pager2 li a {
  border: 1px solid var(--i_main_color);
  line-height: 45px;
  padding: 0 15px;
  font-size: 1.4rem;
  color: var(--i_main_color);
}
.pager2 li a:hover {
  background: var(--i_main_color);
  color: #fff;
}
/*----------------------------popup----------------------------*/
/*画像ポップアップ拡大表示*/
.popup {
  background: rgba(255, 255, 255, 0.7);
}
.poptxt {
  font-size: 1.2rem;
}
/*----------------------------footer----------------------------*/
#fixbtn {
  margin-bottom: 30px;
  font-size: 1.55rem;
}
#fixbtn .fixbtnwrap {
  background: #727272;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
  background-color: transparent;
}
#fixbtn .fixbtntel {
  border-right: 1px solid var(--i_border_color);
}
#fixbtn .fixbtntel:nth-last-of-type(2) {
  border-right: none;
}
#fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
  font-size: 3.4rem;
  line-height: 1;
  margin-right: 10px;
}
#fixbtn .fixbtntel a:last-child, #fixbtn .fixbtntel span:last-child {
  margin-right: 0;
}
#fixbtn .fixbtntel svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  fill: var(--i_txt_color);
}
#fixbtn .contents_btn01 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#fixbtn .contents_btn01:nth-of-type(1) {
  border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1) {
  /*▼ TELない場合中央揃え*/
  margin-left: auto;
  margin-right: auto;
}
#fixbtn .contents_btn01 a {
  padding: 0;
}
#fixbtn .contents_btn01 span {
  text-align: center;
  padding: 11px 10px 12px;
}
#fixbtn .contents_btn01 a:before, #fixbtn .contents_btn01 a:after {
  display: none;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1) {
  margin-left: auto;
  /*▼ 右揃え*/
  margin-right: 0;
  /*▼ 中央揃え*/
  margin-right: auto;
}
#fixbtn #scrolltop a {
  height: 40px;
  width: 40px;
}
#fixbtn #scrolltop a:before {
  top: 17px;
  left: 3px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  width: 30px;
  height: 30px;
}
#fixbtn #scrolltop a:hover:before {
  opacity: 0.7;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
  border-color: rgba(120, 120, 120, 0.6);
}
#fixbtn.no #scrolltop a:hover:before {
  border-left: 2px solid rgba(120, 120, 120, 1);
  border-top: 2px solid rgba(120, 120, 120, 1);
}
@media screen and (max-width: 600px) {
  #fixbtn {
    margin-bottom: 0;
  }
  #fixbtn, #fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
    font-size: 1.7rem;
  }
  #fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
    font-size: 2rem;
  }
  #fixbtn .fixbtntel svg {
    width: 18px;
    height: 18px;
  }
  #fixbtn .contents_btn01 a {
    padding: 0;
    letter-spacing: 0;
  }
  #fixbtn .contents_btn01 a:before {
    display: none;
  }
  #fixbtn .contents_btn01 a span {
    padding: 9px 8px 9px;
  }
}
footer {
  background: none;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.35rem;
    background: #000000;
}
footer a {
  color: #FFFFFF;
}
footer nav li {
  letter-spacing: 0.2rem;
  padding: 5px 0;
}
footer nav li a {
  font-weight: 500 !important;
}
footer .logo {
  width: 250px;
}
footer .sns {
  margin: 0 auto 30px;
}
footer .sns svg {
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  fill: var(--i_txt_color);
  transition: 0.2s ease-in-out;
}
footer .sns a:hover svg {
  opacity: 0.8;
}
#cp {
  padding: 10px 0;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  background: #000000;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    background-position: center;
  }
  footer nav ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  footer nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  footer nav ul li:nth-last-of-type(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.13);
  }
  footer nav ul li:nth-last-of-type(2n+1) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer nav ul li:nth-of-type(1), footer nav ul li:nth-of-type(1), footer nav ul li:nth-of-type(2), footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }
  footer nav ul li:nth-last-of-type(1), footer nav ul li:nth-last-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .logo {
    width: 180px;
  }
  #fixbtn .fixbtnwrap {
    border-bottom: none;
  }
  #fixbtn .inner {
    padding: 0;
  }
}
/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/
/*----------------------------contents_faq01----------------------------*/
.contents_faq01 dt {
  padding-left: 5rem;
  margin-bottom: 25px;
  min-height: 35px;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.contents_faq01 dd {
  padding-left: 7.3rem;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.contents_faq01 dt:before, .contents_faq01 dd:before {
  width: 4rem;
  height: 4rem;
  font-size: 3.8rem;
  line-height: 1;
  box-sizing: border-box;
  font-weight: 400;
  color: var(--i_main_color);
}
.contents_faq01 dd:before {
  line-height: 1;
  color: var(--i_btn_color);
}
/*----------------------------contents_related_tags----------------------------*/
.contents_related_tags .inner_item {
  border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
  background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
  background: var(--i_sub2_color);
  opacity: 0.8;
}
/*----------------------------block_table_1----------------------------*/
.block_table_1 table thead {
  background: var(--i_sub2_color);
}
.block_table_1 table thead th, .block_table_1 table thead td {
  background-color: var(--i_sub2_color);
}
.block_table_1 table th {
  background-color: var(--i_sub2_color);
  border: 1px solid var(--i_border_color);
  text-align: center;
  vertical-align: middle;
}
.block_table_1 table td {
  background-color: #fff;
  border: 1px solid var(--i_border_color);
  vertical-align: middle;
}
.block_table_1 table thead td {
  text-align: center;
  font-weight: bold;
}
/*----------------------------block_table_2,5,6----------------------------*/
.block_table_2 table thead, .block_table_2 table thead th, .block_table_2 table thead td, .block_table_5 table thead, .block_table_5 table thead th, .block_table_5 table thead td, .block_table_6 table thead, .block_table_6 table thead th, .block_table_6 table thead td {
  background-color: var(--i_sub2_color);
}
.block_table_2 table th, .block_table_5 table th, .block_table_6 table th {
  background-color: var(--i_sub2_color);
  border: 1px solid var(--i_border_color);
  text-align: center;
  vertical-align: middle;
}
.block_table_2 table td, .block_table_5 table td, .block_table_6 table td {
  background-color: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
  vertical-align: middle;
}
.block_table_2 table thead td, .block_table_5 table thead td, .block_table_6 table thead td {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .block_table_2 table {
    border-bottom: 1px solid var(--i_border_color);
  }
  .block_table_2 table th {
    border-top: 1px solid var(--i_border_color);
  }
  .block_table_2 table td {
    border-top: 1px dotted var(--i_border_color);
  }
}
/*----------------------------block_table_3----------------------------*/
.block_table_3 table thead, .block_table_3 table thead th, .block_table_3 table thead td, .block_table_7 table thead, .block_table_7 table thead th, .block_table_7 table thead td {
  background-color: var(--i_sub2_color);
}
.block_table_3 table th, .block_table_7 table th {
  background-color: var(--i_sub2_color);
  border: 1px solid var(--i_border_color);
  text-align: center;
  vertical-align: middle;
    color: #FFFFFF;
}
.block_table_3 table td, .block_table_7 table td {
  background-color: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .block_table_3 table {
    border-bottom: 1px solid var(--i_border_color);
  }
  .block_table_3 table th {
    border-top: 1px solid var(--i_border_color);
  }
  .block_table_3 table td {
    border-top: 1px dotted var(--i_border_color);
  }
}
.block_table_3_item li {
  vertical-align: middle;
}
/*----------------------------gallery_archive / gallery_single----------------------------*/
.gallery_archive .inner_item a, .gallery_single .inner_item a {
  transition: 0.2s ease-in-out;
  background-color: transparent;
}
.gallery_archive .inner_item a:hover, .gallery_single .inner_item a:hover {
  background-color: #333;
}
.gallery_archive .inner_item a:hover img, .gallery_single .inner_item a:hover img {
  opacity: 0.8;
}
.gallery_archive .inner_item a:after, .gallery_single .inner_item a:after {
  color: #fff;
}
.gallery_archive .inner_item p span, .gallery_single .inner_item p span {
  color: #fff;
}
.gallery_single_slider .slick-arrow::before {
  border-color: var(--i_btn_color);
}
/*----------------------------widget_gallery01----------------------------*/
.widget_gallery01 .slick-arrow {
  height: 40px;
  width: 30px;
  top: calc(50% - 20px);
  left: 0;
}
.widget_gallery01 .slick-next {
  left: auto;
  right: 0;
}
/*----------------------------gallery hover効果----------------------------*/
main .widget_gallery01 a, main .gallery_archive .inner_item a, main .gallery_single .inner_item a {
  overflow: hidden;
}
main .widget_gallery01 a img, main .gallery_archive .inner_item a img, main .gallery_single .inner_item a img {
  /*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  backface-visibility: visible;
  transition: 1s ease-out !important;
  transition-property: transform opacity !important;
  transform: scale(1.001, 1.001);
}
main .widget_gallery01 a:hover img, main .gallery_archive .inner_item a:hover img, main .gallery_single .inner_item a:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
/*----------------------------news_archive----------------------------*/
.news_archive article .inner_item_img:hover {
  opacity: 0.8;
}
.news_archive article .entry_meta {
  font-size: 1.3rem;
}
.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
  background-size: 50% !important;
}
#sidebar .widget_news02 li a div span i {
  background-size: 50% !important;
}
/*----------------------------widget_coupon----------------------------*/
.widget_coupon .content_wrapper {
  max-width: 900px !important;
}
.widget_coupon .inner_item > div, .widget_coupon .inner_item > dl {
  font-size: 1.4rem;
  line-height: 1.7;
}
/*----------------------------widget_form----------------------------*/
.widget_form .privacypolicy {
  border: 1px solid var(--i_border_color);
}
.widget_form form {
  border-top: 1px solid var(--i_border_color);
}
.widget_form form dl {
  border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt, .widget_form form dd {
  vertical-align: middle;
}
.widget_form form dt span {
  color: var(--i_sub2_color);
  color: #D43B3B !important;
  font-size: 1.2rem;

  font-weight: bold;
}
@media screen and (max-width: 770px) {
  .widget_form form dt {
    border-bottom: 1px dotted var(--i_border_color);
  }
}
main form dl input, main form textarea {
  background: var(--i_sub2_color);
  border: 1px solid transparent;
  letter-spacing: 1px;
}
main form dl input:focus, main form textarea:focus {
  background: #fff;
  border: 1px solid var(--i_border_color);
}
main form .submit input {
  letter-spacing: 3px;
  border: none;
}
main form select {
  background: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
  letter-spacing: 1px;
}
main form input[type=radio] + label, main form input[type=checkbox] + label {
  padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before, main form input[type=checkbox] + label::before {
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: var(--i_sub2_color);
}
main form input[type=radio] + label::before {
  border-radius: 30px;
}
main form input[type=radio]:checked + label::after, main form input[type=checkbox]:checked + label::after {
  left: 4px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: #D43B3B;
}
main form input[type=radio]:checked + label::after {
  border-radius: 100%;
}
/*----------------------------widget_link----------------------------*/
.widget_link .inner_item_txt {
  font-size: 2rem;
}
.widget_link .inner_item_url {
  color: #D43B3B !important;
}
.widget_link.block_link_1 .wrapper_item a {
  border-left: 1px solid #000 !important;
}
/*----------------------------widget_lp01----------------------------*/
.widget_lp01 li a:hover {
  opacity: 0.8;
}
.widget_lp01 li a div span {
  background-size: 60% auto;
}
/*----------------------------widget_menu01----------------------------*/
.widget_menu01 h3 {
  vertical-align: central;
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.widget_menu01 li dd {
  font-size: 1.3rem;
  letter-spacing: 0;
}
/*----------------------------widget_menu02----------------------------*/
.widget_menu02 h3 {
  vertical-align: central;
  font-size: 1.7rem;
  letter-spacing: 1px;
}
.widget_menu02 li > p {
  font-size: 1.3rem;
  letter-spacing: 0;
}
/*----------------------------widget_news02----------------------------*/
.block_news_2 li {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05) !important;
}
.block_news_2 li a {
  padding: 30px;
}
.block_news_2 li a:after {
  border: 0 solid #eee !important;
}
.block_news_2 li a:hover:after {
  border-width: 10px !important;
  ;
}
.block_news_2 li:nth-child(2n) {
  background: #fff !important;
}
/*----------------------------widget_shop01----------------------------*/
.widget_staff01 .inner_item a:hover * {
  opacity: 0.8;
}
.widget_staff01 .sub {
  font-size: 1.2rem;
  font-weight: bold;
}
/*----------------------------widget_tel----------------------------*/
.widget_tel .inner_item_tel a, .widget_tel .inner_item_tel span {
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  padding: 20px;
}
@media screen and (max-width: 450px) {
  .widget_tel .inner_item_tel a, .widget_tel .inner_item_tel span {
    font-size: 2.6rem;
    padding: 15px 10px;
  }
  .widget_tel .inner_item_tel img {
    margin: 0 5px -2px 0;
  }
  .widget_tel .inner_item_tel svg {
    height: 16px;
    width: 16px;
  }
}
/*------------------glossary_archive------------------------*/
.glossary_archive .content_wrapper article {
  margin-bottom: 30px;
  padding-bottom: 30px; /*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2 {
  margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h {
  font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
  content: "View More";
  position: absolute;
  width: 150px;
  bottom: 32px; /*★1 + 数px*/
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body {
  padding-right: 180px;
}
@media screen and (max-width: 1224px) {
  .glossary_archive .content_wrapper .heading.block_header_2 a:after {
    bottom: calc(32px + 1.8rem); /*★1 + 数px*/
  }
}
@media screen and (max-width: 650px) {
  .glossary_archive .content_wrapper article {
    padding-bottom: 60px;
  }
  .glossary_archive .content_wrapper .heading.block_header_2 a:after {
    bottom: 30px; /*★1*/
  }
  .glossary_archive .content_wrapper article .entry_body {
    padding-right: 0;
  }
}
/*------------------recruit------------------------*/
.recruit_archive.add_design1 .recruitment_list .inner_item {
  background: rgba(255, 255, 255, .8);
}
.index main > section:first-child + div.composite_box01 .heading.block_header_4 .h, .index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
  .index main > section:first-child + div.composite_box01 .heading.block_header_4 .h, .index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
    font-size: 2.1rem;
  }
}
/*------------------blog------------------------*/
.block_news_2 li {
  box-shadow: none;
  border: 1px solid var(--i_border_color);
}
/*------------------t_bg------------------*/
#t_bg + section .parallax_img {
  opacity: 0.8;
  filter: contrast(120%) blur(8px) brightness(70%);
}
/*------------------btn中央寄せ------------------*/
@media screen and (max-width: 950px) {
  .index .contents_box01 .inner_item_txt .contents_btn01 {
    text-align: center;
  }
}
/*------------------見出し------------------*/
a[id^="hd"] + section .heading.block_header_2 .h {
  font-size: 3.9rem !important;
  color: var(--i_main_color);
}
a[id^="hd"] + section .heading.block_header_2 p {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 800px) {
  a[id^="hd"] + section .heading.block_header_2 .h {
    font-size: 2.5rem !important;
  }
  a[id^="hd"] + section .heading.block_header_2 p {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 900px) {
  #hd2 + section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
/*------------------ft調整------------------*/
@media screen and (min-width: 701px) {
  footer .logo a {
    max-width: 80% !important;
  }
  footer nav:nth-last-child(2), footer .logo {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 700px) {
  #fixbtn .contents_btn01 a:nth-last-child(2), #fixbtn .contents_btn01 a + a {
    min-width: 168px;
    width: auto !important;
  }
}
#bnr2 + .composite_box01 .inner_item_img img {
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 721px) {
  #bnr + .composite_box01 .inner_item_img img {
    width: auto !important;
    height: auto !important;
  }
}
/*------------------ロゴサイズ調整------------------*/
@media screen and (min-width: 701px) {
  footer .logo a {
    max-width: 100% !important;
  }
}
/*-------- ヘッダー「お問い合わせ」 --------*/
header .header_contents .header_col1 .btn > a:first-child {
  position: relative;
  padding-left: 4rem;
}
header .header_contents .header_col1 .btn > a:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-55%);
  background: url(/storage/images/1/20260526131350.png)no-repeat center center / contain;
}
@media screen and (max-width: 900px) {
  header .header_contents .header_col1 .btn > a:first-child:before {
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
  }
}
/*------- フッター「お問い合わせ」  --------*/
#fixbtn .contents_btn01 a:first-child span {
  position: relative;
  padding: 11px 10px 12px 35px;
}
#fixbtn .contents_btn01 a:first-child span:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 35px;
  left: 10px;
  transform: translateY(-50%);
  background: url(/storage/images/1/20260526131350.png)no-repeat center center / contain;
  transition: .4s ease-in-out;
}
#fixbtn .contents_btn01 a:first-child:hover span:before {
  background: url(/storage/images/1/20260526131350.png)no-repeat center center / contain;
}
@media screen and (max-width: 700px) {
  #fixbtn .contents_btn01 a {
    min-width: 200px;
  }
  #fixbtn .contents_btn01 a:nth-last-child(2):not([target="_blank"]) span {
    padding-left: 30px !important;
  }
  /*#fixbtn .contents_btn01 a:first-child span:before{
      width: 18px;
      height: 18px;
      left: 20px;
  }*/
}
@media screen and (max-width: 600px) {
  #fixbtn .contents_btn01 a span {
    padding: 12px 8px 12px;
  }
  /*#fixbtn .contents_btn01 a:first-child span:before{
       left: 28px;
       transform: translateY(-55%);
  }*/
}
/*フッターロゴ*/
/*footer .logo a {
    background-color: #000;
}*/
/*--数字のフォント変更--*/
body.ft05 h2, body.ft05 h3, body.ft05 h4, body.ft05 h5, body.ft05 h6, body.ft05 .block_header_1 p, body.ft05 .block_header_2 p, body.ft05 .block_header_3 p, body.ft05 .block_header_4 p, body.ft05 .block_header_5 p, body.ft05 .block_header_6 p, body.ft05 .contents_faq01 dt:before, body.ft05 .contents_faq01 dd:before, body.ft05 header .tel a, body.ft05 header .tel span, body.ft05 .widget_tel .inner_item_tel a, body.ft05 .widget_tel .inner_item_tel span, body.ft05 #lv, body.ft05 #setting_modal .heading_design *, body.ft05 nav, body.ft05 .btn, body.ft05 .contents_btn01, body.ft05 .submit, body.ft05 .mv_text, body.ft05 .fixbtn, body.ft05 footer {
  font-family: 'Noto Serif', serif !important;
  font-weight: 400 !important;
}
.footer_font_size {
  font-size: 1.55rem !important;
}
/*--SP時フッター追従--*/
#fixbtn .fixbtntel a:nth-child(1) .teli, #fixbtn .fixbtntel span:nth-child(1) .teli {
  display: none;
}
#fixbtn .fixbtntel a:nth-child(2), #fixbtn .fixbtntel span:nth-child(2) {
  display: none;
}
#fixbtn .contents_btn01.fotter_contact_btn-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  #fixbtn .fixbtntel a:nth-child(2), #fixbtn .fixbtntel span:nth-child(2) {
    display: flex;
  }
  #fixbtn .fixbtntel a:nth-child(2) .teli, #fixbtn .fixbtntel span:nth-child(2) .teli {
    color: #fff;
    font-size: min(4.5vw, 2.1rem) !important;
  }
  #fixbtn .contents_btn01 {
    display: none !important;
  }
  #fixbtn .contents_btn01.fotter_contact_btn-sp {
    display: block !important;
    background: #000000;
    width: 45%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #fixbtn .contents_btn01.fotter_contact_btn-sp a {
    background: initial;
    border: initial;
  }
  #fixbtn .contents_btn01.fotter_contact_btn-sp a:hover {
    color: #fff !important;
    opacity: 0.7;
  }
  #fixbtn .contents_btn01.fotter_contact_btn-sp img {
    width: 30px;
  }
  #fixbtn .contents_btn01 a:first-child span:before {
    display: none;
  }
  #fixbtn .inner {
    flex-wrap: initial;
    padding: 0;
    flex-direction: row-reverse;
  }
  #fixbtn .inner > div.fixbtntel span {
    color: #fff;
  }
  #fixbtn .inner > div {
    padding: 0;
  }
  #fixbtn .contents_btn01 a {
    margin: 0 !important;
    height: 100%;
  }
  #fixbtn .contents_btn01 a:first-child span {
    padding: 0;
    font-size: min(4vw, 2.1rem) !important;
  }
  #fixbtn .contents_btn01 a {
    min-width: initial;
  }
  #fixbtn .fixbtntel svg {
    fill: #fff;
  }
}
@media screen and (max-width: 600px) {
  #fixbtn .fixbtntel svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  #fixbtn .fixbtntel svg {
    width: 18px !important;
    height: 18px !important;
  }
}
#fixbtn .contents_btn01 span .is_sp {
  display: inline;
}
@media screen and (min-width: 701px) {
  #fixbtn .contents_btn01 span {
    width: fit-content;
    margin: 0 auto;
  }
  #fixbtn .contents_btn01 span .is_sp {
    display: none;
  }
}
/マルチギャラリー画像比率/ #page_multigallery ~ main .news_archive .inner_item_img {
  padding-bottom: 21%;
}
/*-------------施工事例記事----------------*/
span.ttl_b {
  position: relative;
}
span.ttl_b:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 3px;
  bottom: -7px;
  left: 0;
  background: #e4191a;
}
.con_ttl .heading.block_header_6 .h:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  display: inline-block;
  width: 80px;
  border-bottom: 3px solid var(--i_btn_color);
  border-top: none;
}
.con_ttl .heading.block_header_6 .h:after {
  border-top: none;
}
lite-youtube {
  max-width: unset;
}
/* 見出しデザイン */
[data-type=blog_detail] article .entry_header .heading .h {
  background: var(--i_blog_h_color);
  color: var(--i_blog_h_text_color);
  padding: 1.5rem 2rem;
  border-radius: 2px;
}
[data-type=blog_detail] article .entry_header .heading .h::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 2px dashed var(--i_blog_h_text_color);
  border-radius: 2px;
}
[data-type="blog_detail"] article .heading .h {
  background: var(--i_blog_h_color);
  color: var(--i_blog_h_text_color);
  padding: 1.5rem 2rem;
  border-radius: 2px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
[data-type="blog_detail"] article .heading .h::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 2px dashed var(--i_blog_h_text_color);
  border-radius: 2px;
  width: unset;
}
[data-type="blog_detail"] article .heading .h::after {
  content: none;
}
[data-type="blog_detail"] .heading h3.h {
  color: #111;
  font-weight: bold !important;
  padding-left: 1rem;
}
[data-type="blog_detail"] .heading h3.h::before {
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(0deg, #f7c2c2 50%, #e41919 50%);
  position: absolute;
  left: 0;
  top: 0;
}
/*------------------20251114追記----------------------*/
header#pattern2 nav ul.nav_1st {
  max-width: 800px !important;
}
#contents_about001 {
  background-size: 100% !important;
  padding: calc(100 / 1920 * 100vw) 0 calc(350 / 1920 * 100vw);
}
#contents_about001:nth-child(2) {
  background: none;
  padding: 0;
}
#contents_about001 .pattern1 .title[data-v-430a175a] {
  font-weight: 600;
}
#contents_about001 .pattern1 .title[data-v-430a175a] span:first-child {
  font-size: max(4vw, 40px) !important;
  font-weight: 900;
}
#contents_about001 .pattern1 .btn a[data-v-30270fbd] {
  display: inline-block;
  background: #e06d2f !important;
  border: none;
  color: #fff;
  padding: 7px 20px 8px;
  transition: .4s ease-in-out;
  font-weight: 500;
  max-width: 300px;
  position: relative;
  text-align: left;
}
#contents_about001 .pattern1 .btn a[data-v-30270fbd] ::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(/storage/images/1/20251114180940.png);
  background-size: 100%;
}
div#contents_service001 {
  padding: 3%;
}
#contents_service001 .w-full.title.text-wrap {
  max-width: 830px;
  color: #FFFFFF;
}
#contents_service001 .flex.flex-wrap.justify-center.my-0.mx-auto.w-full {
  max-width: 1300px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
#contents_service001 .col-width[data-v-3fe9dde0] {
  max-width: 387px;
}
#contents_service001 .pattern1 .btn a[data-v-30270fbd] {
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(224, 109, 47, 1), rgba(255, 198, 16, 1) 80%);
  border: none;
  color: #fff;
  padding: 50px 10px;
  transition: .4s ease-in-out;
  font-weight: 500;
  border-radius: 0;

  position: relative;
  font-size: 18px;
}
#contents_service001 .pattern1 .btn a[data-v-30270fbd]::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 14px;
  background-image: url(/storage/images/1/20251114192124.png);
  background-size: contain;
}
#works_contents001 .titletxt.text-left {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: flex-start;
}
#works_contents001 .pattern1 .title[data-v-430a175a] {
  width: 28%;
  min-width: 250px;
}
#works_contents001 .w-full.flex.flex-col.justify-center.z-10.items-start {
  display: flex;
  flex-direction: row !important;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
#works_contents001 .flex.flex-wrap.justify-center.my-0.mx-auto.w-full {
  width: 16%;
  min-width: 250px;
}
#works_contents001 .w-full.flex.flex-col.justify-center.items-center.relative.overflow-hidden.heading-parts {
  width: 80%;
}
#works_contents001 .w-full.flex.flex-col.justify-center.z-10.items-center.heading-parts {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#works_contents001 .pattern1 .btn a[data-v-30270fbd] {
  display: inline-block;
  background: #e06d2f !important;
  border: none;
  color: #fff;
  padding: 7px 20px 8px;
  transition: .4s ease-in-out;
  font-weight: 500;
  max-width: 250px;
  position: relative;
  text-align: left;
}
#works_contents001 .pattern1 .btn a[data-v-30270fbd] ::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(/storage/images/1/20251114180940.png);
  background-size: 100%;
}
.pattern1 .company-info .item li[data-v-bc44db38] {
  color: #fff;
}
.pattern1 .company-info .item .list-title[data-v-bc44db38] {
  color: #fff;
}
.pattern1 iframe[data-v-bc44db38], .pattern1 div.map[data-v-bc44db38] {
  height: 320px;
}
.pattern1 .company-info .item-img[data-v-bc44db38] {
  width: 25%;
  padding: 0 40px 40px;
}
.pattern1 .company-info .item[data-v-bc44db38] {
  width: 75%;
}
#page_top {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  z-index: 999;
}
#page_top img {
  width: 50px;
  height: 50px;
}
#page_top .frame-layer[data-v-c6a5e4b3] {
  padding: 0;
}
#page_top .item-layer[data-v-c6a5e4b3] {
  padding: 0;
}
.mv_scroll a {
  color: #FFFFFF
}
.contact-container {
  color: #333333;
}
.p-button {
  background: #333333 !important;
  border: #333333 !important;
}
.p-button-rounded {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  #business .md\:w-1\/2 {
    width: 40%;
    border-left-width: 0px;
    position: absolute;
    bottom: 0;
    right: 3%;
    background: rgb(255 255 255 / 80%);
    padding: 3vw 50px 30px;
  }
  #business .image-layer[data-v-0f9c3703] {
    height: auto;
    margin-right: auto;
  }
  #business .title[data-v-0f9c3703] {
    font-weight: 700;
    color: #001be8;
    font-size: max(3.2vw, 30px);
    text-shadow: 2px 2px #ffffff;
    position: absolute;
    top: -3vw;
    left: -3vw;
  }
  #business .content[data-v-0f9c3703] {
    color: #333;
  }
  #business_r .md\:w-1\/2 {
    width: 40%;
    position: absolute;
    left: 3%;
    bottom: 0;
    background: rgb(255 255 255 / 80%);
    padding: 3vw 50px 30px;
    z-index: 1;
  }
  #business_r .image-layer[data-v-3cd8edfc] {
    height: auto;
    margin-left: auto;
  }
  #business_r .title[data-v-3cd8edfc] {
    font-weight: 700;
    color: #001be8;
    font-size: max(3.2vw, 30px);
    text-shadow: 2px 2px #ffffff;
    position: absolute;
    top: -3vw;
    right: -5vw;
  }
  #business_r .content[data-v-3cd8edfc] {
    color: #333;
  }
  #service_area .w-full.flex.flex-col.justify-center.z-10.items-start.flex-wrap.text-parts.\!flex-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #service_area .pattern1[data-v-0ac6055b] {
    justify-content: flex-start;
  }
  #service_area .w-full.flex.flex-col.justify-center.items-center.relative.heading-parts.overflow-hidden {
    justify-content: flex-start;
    align-items: self-start;
    max-width: 360px;
  }
}
/*------------------スマホ----------------------*/
@media screen and (max-width:900px) {
  #contents_about001 {
    background-size: cover !important;
    padding: calc(200 / 1920 * 100vw) 10px calc(200 / 1920 * 100vw) 20vw;
    background-image: url(/storage/images/1/20251115115147.jpg) !important;
    background-position: top !important;
  }
  header {
    background: none;
  }
  header.width_full .wraper {
    background: none;
  }
  #contents_service001 .col-width[data-v-3fe9dde0] {
    width: 100%;
    min-width: 200px;
  }
  #works_contents001 .titletxt.text-left {
    flex-wrap: wrap;
  }
  #works_slide .carousel__slide {
    width: 100% !important;
  }
  .pattern1 .company-info .item-img[data-v-bc44db38] {
    width: 70%;
    margin: 0 auto;
  }
  .pattern1 .company-info .item[data-v-bc44db38] {
    width: 100%;
  }
  #contents_service001 .flex.flex-wrap.justify-center.my-0.mx-auto.w-full {
    flex-wrap: wrap;
  }
  #contents_service001 .col-width[data-v-3fe9dde0] {
    max-width: 100%;
  }
  #contents_service001 {
    background-image: url(/storage/images/1/20251115121206.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #business_r .item-layer.md\:flex.justify-center.gap-6 {
    flex-direction: column-reverse;
    display: flex;
  }
  #business_r .pt-24, #business .pt-24 {
    padding-top: 0;
  }
  #business_r .md\:w-1\/2, #business .md\:w-1\/2 {
    background: rgb(255 255 255 / 80%);
    padding: 30px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    color: #333333;
  }
  #business .title[data-v-0f9c3703], #business_r .title[data-v-3cd8edfc] {
    font-weight: 700;
    color: #001be8;
    font-size: max(3.2vw, 25px);
    text-shadow: 2px 2px #ffffff;
    position: absolute;
    top: -5vw;
    left: 0;
  }
}
/*========================追加分========================*/
#about_area .frame-layer[data-v-1f146a86] {
  padding: 0;
}
#about_area .item-layer[data-v-1f146a86] {
  padding: 0;
}
#about_area .p-4 {
  padding: 0;
}
#about_area .item-layer.md\:flex.justify-start.gap-6.w-full {
  align-items: center;
}
@media (min-width: 768px) {
  div#about_area {
    padding-top: 10vw;
    padding-bottom: 5vw;
    position: relative;
  }
  #area_area .item-layer[data-v-1f146a86] {
    padding: 0;
    align-items: center;
  }
  #area_area .frame-layer[data-v-1f146a86] {
    padding: 0;
  }
  #area_area .p-4 {
    padding: 0;
  }
  #area_area .gap-6 {
    gap: 6vw;
  }
  #other_area .image-text-multi .image-layer {
    height: auto;
  }
  #other_area .image-text-multi .image-layer[data-v-65f1a3d0] {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #about_area .pattern4 .item[data-v-ca89a5d7] {
    padding-left: 8vw;
  }
  header .sp_menu[class*="mm"]:not(.mm0) a::before {
    color: #FFFFFF;
  }
  #about_area .txt.w-full.text-left.text-wrap p span {
    font-size: 22px !important;
    display: block;
    padding-top: 3vw;
  }
    .col-width[data-v-cf7621ec] {
    width: 100%;
}
}
.title[data-v-bb598372] {
  color: #333333;
}
#service_area02 .title[data-v-bb598372] {
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
}
#area_area .title[data-v-1f146a86] {
  font-weight: 900;
  color: #333;
}
#area_area .title[data-v-1f146a86] p {
  font-size: clamp(2.8rem, 4.5vw, 5.6rem);
}
#area_area .subtitle[data-v-1f146a86] {
  font-weight: 600;
  color: #333333;
}
#area_area .subtitle[data-v-1f146a86] p {
  font-size: clamp(2rem, 3vw, 3.6rem);
}
#other_area .gap-2 {
  gap: 5vw;
}
#other_area .w-full.flex.flex-col.justify-center.z-10.items-start {
  align-items: center;
}
#other_area .title[data-v-65f1a3d0] {
  font-weight: 700;
  color: #333333;
}
#other_area .title[data-v-65f1a3d0] p {
  font-weight: 900;
  font-size: clamp(2.8rem, 4.5vw, 5.6rem);
}
#other_area .subtitle[data-v-65f1a3d0] {
  color: #333333;
}
#other_area .flex.items-start.flex-col.sm\:flex-row.gap-2.pb-4.last\:pb-0 {
  align-items: center;
}
#service_area {
  background: linear-gradient(45deg, rgb(255 255 255) 50%, rgb(242 242 242) 50%);
}
div#about_area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3vw;
  width: clamp(8rem, 14vw, 21.3rem);
  aspect-ratio: 213 / 867;
  background-image: url(/storage/images/1/20260523155355.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#works_area .max-w-\[750px\] {
  max-width: 100%;
}
#works_area iframe#instagram-embed-0 {
  width: 100% !important;
  max-width: 100% !important;
}
.pattern3 .btn img[data-v-1ac249e3] {
    filter: brightness(0) invert(1);
}
.index[data-v-5307cf79] p i {
    color: #a98129;
}
.index[data-v-5307cf79] i {
    color: #a98129;
}
#coating_area .title[data-v-5307cf79] {
    color: #333333;
}
#coating_area .title[data-v-5307cf79] p {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
}
.frame[data-v-ca89a5d7]
 {
    margin-top: 50px;
}
#recruit_area .pattern1 ul[data-v-e4011e8b] {
    justify-content: center;
}
#recruit_area .pattern1 .item_wrapper[data-v-e4011e8b] {
    width: 48%;
}
p[data-v-fa39113b]
{
    white-space: break-spaces;
}
.block_table_3 table {
    width: 100%;
}
.pattern1 .btn[data-v-e4011e8b] {
    padding: 5px 10px;
    background: #000000;
    color: #FFFFFF;
    border-radius: 0;
    min-width: 200px;
    text-align: center;
}
.content[data-v-7658c70e] {
    display: none;
}