@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: #333; /*メイン*/
      --i_sub_color: #333; /*アクセント*/
      --i_sub2_color: #e41919; /*薄い色*/
      --i_blog_h_color: #e41919; /*ブログ見出しカラー*/
      --i_blog_h_text_color: #ffffff; /*ブログ見出しテキストカラー*/
      --i_btn_color: #e41919; /*ボタン*/
      --i_btn_hover_color: #e41919; /*ボタンhover*/
      --i_btn_txt_color: #e41919; /*ボタンテキスト*/
      --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-image: url(/storage/images/1/20251211160724.jpg);
      background-size: 100%;
      background-position: top;
      background-repeat: repeat-y;
    }
    @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 {
      
    }
    /*----------------------------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;
      min-height: 0 !important;
      height: 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;
      background: #0B2A69;
      color: #FFFFFF;
      padding: 10px 15px 11px 13px;
      letter-spacing: 0.2rem;
      transition: 0.4s ease-in-out;
      position: relative;
    }
    header .header_contents .header_col1 .btn > a::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      background-image: url(/storage/images/1/20251210162335.png);
      background-size: 100%;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
    }
    header .header_contents .header_col1 .btn > a:hover {
      opacity: 1;
      background: transparent;
      color: var(--i_bg_color);
      border: 1px solid var(--i_bg_color);
    }
    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;
      }
    }
    /*----------------------------余白設定----------------------------*/
    main > section:first-child:not([class*="pt"]), main > div:first-child:not([class*="pt"]), div[class*='pb'] + .contents_related, section[class*='pb'] + .contents_related, div[class*='pb'] + .contents_related_tags, section[class*='pb'] + .contents_related_tags {
      padding-top: 60px;
    }
    main > section:not([class*="pt"]), main > div:not([class*="pt"]), aside > section:not([class*="pt"]), aside > div:not([class*="pt"]) {
      padding-bottom: 60px;
    }
    @media screen and (max-width: 800px) {
      main > section:first-child:not([class*="pt"]), main > div:first-child:not([class*="pt"]), div[class*='pb'] + .contents_related, section[class*='pb'] + .contents_related, div[class*='pb'] + .contents_related_tags, section[class*='pb'] + .contents_related_tags {
        padding-top: 40px;
      }
      main > section:not([class*="pt"]), main > div:not([class*="pt"]), aside > section:not([class*="pt"]), aside > div:not([class*="pt"]) {
        padding-bottom: 40px;
      }
    }
    /*----------------------------見出し----------------------------*/
    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: var(--i_main_color);
      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 #fff;
      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 var(--i_btn_hover_color);
      border-right: 1px solid var(--i_btn_hover_color);
    }
    .contents_btn01 a:hover, .glossary_archive .content_wrapper .heading.block_header_2 a:hover:after, main form .submit span input:hover {
      background: none;
      color: #e41919 !important;
      border: 1px solid var(--i_btn_hover_color);
    }
    .contents_btn01 a[target=_blank] span:before, .contents_btn01 a[target=_blank] span:after {
      border: 1px solid #fff;
    }
    .contents_btn01 a:hover[target=_blank] span:before, .contents_btn01 a:hover[target=_blank] span:after {
      border: 1px solid var(--i_btn_hover_color);
    }
    .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: max(25vw , 300px)!important;
      padding-bottom: 0;
      width: 100%;
    }
#lv p[data-v-034d59a5] span, #lv p[data-v-034d59a5] p {

    font-size: max(3vw , 20px)!important;
    font-weight: 600;
}
    #lv_outer {
      /*mvに背景とかはここを利用する*/
      position: relative;
      border-top: none !important;
    }
    header.over + #lv_outer #lv {
      min-height: 250px;
    }
    #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 var(--i_main_color);
      border-radius: 50px;
      font-size: 1.4rem;
      color: var(--i_main_color);
    }
    .category1 li a:hover, .category1 li a.current {
      background: var(--i_main_color);
      color: #fff;
    }
    /*--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: var(--i_sub2_color);
    }
    /*▼ 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 #333;
      border-top: 2px solid #333;
      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;
    }
    footer a {
      color: #FFFFFF;
    }
    footer nav li {
      letter-spacing: 0.2rem;
      padding: 5px 0;
    }
    footer nav li a {
      font-weight: 500 !important;
      color: #333333;
      font-size: max(1vw, 16px);
    }
    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;
    }
    .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/20251210162335.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/20251210162335.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/20251210162335.png)no-repeat center center / contain;
    }
    @media screen and (max-width: 700px) {
      #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 {}
    #fixbtn .fixbtntel a:nth-child(2), #fixbtn .fixbtntel span:nth-child(2) {}
    #fixbtn .contents_btn01.fotter_contact_btn-sp {}
    @media screen and (max-width: 700px) {
      #fixbtn .fixbtntel a:nth-child(1), #fixbtn .fixbtntel span:nth-child(1) {}
      #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 {}
      #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 {
        width: 55%;
        padding: initial;
        justify-content: center;
        background: var(--i_btn_color);
      }
      #fixbtn .inner > div.fixbtntel span {
        color: #fff;
      }
      #fixbtn .inner > div {
        padding: 0;
      }
      #fixbtn .contents_btn01 a {
        margin: 0px !important;
        height: auto;
        padding: 5px;
      }
      #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;
      }
      header {
        height: auto;
      }
    }
    @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, 54px) !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/20251211123653.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(242, 24, 20, 1), rgba(153, 3, 0, 1) 80%);
      border: none;
      color: #fff;
      padding: 60px 10px;
      transition: .4s ease-in-out;
      font-weight: 500;
      border-radius: 0;
      position: relative;
      font-size: 18px;
    }
    div[data-v-30270fbd].p-4 {
      padding: 0;
    }
    #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 iframe[data-v-bc44db38], .pattern1 div.map[data-v-bc44db38] {
      height: 320px;
    }
    .pattern1 .company-info .item-img[data-v-bc44db38] {
      width: 50%;
      padding: 0 40px 40px;
    }
    .pattern1 .company-info .item[data-v-bc44db38] {
      width: 50%;
    }
    #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: #003EBD !important;
      border: #003EBD !important;
    }
    .p-button-rounded {
      border-radius: 0 !important;
    }
    #bnr_area .w-auto {
      width: 100%;
    }
    #bnr_area .w-full.flex.flex-col.justify-center.z-10.items-start {
      width: 100% !important;
      max-width: 100% !important;
    }
    #bnr_area .frame-layer[data-v-c6a5e4b3] {
      padding: 20px 0;
    }
    #bnr_area .item-layer[data-v-c6a5e4b3] {
      padding: 20px 0;
    }
    #bnr_area .gap-4 {
      gap: 0;
    }
    @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;
      }
    }
    /*------------------business_area----------------------*/
    #business_area {
      background-image: url(/storage/images/1/20251210115125.jpg) !important;
      background-position: top !important;
      background-repeat: no-repeat !important;
      background-size: 100% !important;
      padding: 3vw 0;
    }
    #business_area::before {
      position: absolute;
      content: "";
      left: -30px;
      top: -70%;
      width: 14%;
      height: 190%;
      background: #D80C08;
      transform: translate(0, 0) skew(40deg);
      opacity: .8;
      z-index: 0;
    }
    #business_area::after {
      position: absolute;
      content: "";
      left: -5%;
      top: -12%;
      width: 20%;
      height: 120%;
      background: #D80C08;
      transform: translate(0, 0) skew(40deg);
      opacity: .8;
      z-index: 0;
    }
    @media (min-width: 640px) {
      #business_area .sm\:flex-row:nth-child(odd) {
        flex-direction: row-reverse;
        position: relative;
      }
      #business_area .image-text-multi .title {
        text-align: right;
      }
      #business_area .item-layer div:nth-child(even) .sm\:w-3\/5 .title {
        text-align: left;
      }
      #business_area .sm\:w-2\/5 {
        width: 70%;
      }
      #business_area .image-text-multi .image-layer {
        height: auto;
      }
      #business_area .sm\:w-3\/5 {
        width: 45%;
        background: #fff;
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        padding: 30px 4vw;
        right: 0;
      }
      #business_area .sm\:w-3\/5:nth-child(even) {
        left: 0
      }
        body.scrolled header:not(.nofixed) {
    height: 110px;
}
    }
    #business_area .item-layer[data-v-980810c9] {
      position: relative;
    }
    #business_area .flex.flex-col.items-start.sm\:flex-row.gap-8.pb-8:nth-child(even) {
      flex-direction: column-reverse;
    }
    #business_area .image-text-multi .title[data-v-980810c9] {
      font-size: max(4vw, 20px);
      color: #003EBD;
      font-weight: 600;
      line-height: 1;
      text-shadow: 1px 1px 1px #ffffff;
      margin-top: -60px;
      margin-bottom: 20px;
    }
    #business_area .image-text-multi .subtitle[data-v-980810c9] {
      font-size: max(2vw, 20px);
      color: #003EBD;
      font-weight: 600;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    #business_area .image-text-multi .subtitle[data-v-980810c9]::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 5vw;
      height: 5px;
      background: #003EBD;
    }
    #map_container_001 .w-full.flex.flex-col.justify-center.z-10.items-center {
      max-width: 100% !important;
    }
    footer .content_wrapper {
      max-width: 1200px;
      margin: 0 auto;
    }
div#title_bg {
    padding: 0 15px;
}

#title_bg .w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts {
    background: #003EBD;
    padding: 10px 0 !important;
    color: #fff!important;
    position: relative;
    font-size: 90%;
    font-weight: 600;
    margin: 30px auto;
}
#title_bg .w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts::before
{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}
#title_bg .w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts::after
{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}

#title_bg_red .w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts {
    background: #D80C08;
    padding: 10px 0 !important;
    color: #fff!important;
    position: relative;
    font-size: 90%;
    font-weight: 600;
    margin: 30px auto;
}
#title_bg_red .w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts::before
{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}
#title_bg_red .w-full.flex.flex-col.justify-center.z-10.items-start.heading-parts::after
{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}
.pattern1 .company-info .item .detail[data-v-bc44db38] {
    padding: 15px 0;
    border-bottom: none;
}
.pattern1 .company-info .item li[data-v-bc44db38]:first-child {
    border-top: none;
    margin-top: 15px;
}
.pattern1 .company-info .item .detail .name[data-v-bc44db38] {
    width: 30%;
    padding: 5px;
    text-align: center;
    background: #D80C08;
    color: #fff;
    margin-right: 10px;
    font-size: 90%;
}
    /*------------------スマホ----------------------*/
    @media screen and (max-width:900px) {
      #contents_about001 {
        background-size: cover !important;
        padding: calc(200 / 1920 * 100vw) 10px calc(200 / 1920 * 100vw) 24vw;
        background-image: url(/storage/images/1/20251211123653.png) !important;
        background-position: top left !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;
        gap: 20px;
        max-width: 90%;
        margin: 0 auto;
      }
      #contents_service001 .pattern1 .btn a[data-v-30270fbd] {
        padding: 30px 10px;
      }
      #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%;
      }
      #bnr_area .gap-4 {
        flex-wrap: wrap;
      }
      #contact_area .flex.flex-wrap.justify-center.my-0.mx-auto.w-full {
        gap: 20px;
      }
      #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;
      }
        #business_area .image-text-multi .title[data-v-980810c9] {
    margin-top: 0;
    margin-bottom: 0;
}
        body.scrolled header:not(.nofixed) {
    height: 12vw;
}
        #business_area .sm\:w-3\/5 {
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 30px 4vw;
        right: 0;
    }
        #business_area .gap-8 {
    gap: 0;
}
    #business_area::before {
    position: absolute;
    content: "";
    left: -30px;
    top: -80%;
    width: 30%;
    height: 190%;
    background: #D80C08;
    transform: translate(0, 0) skew(15deg);
    opacity: .8;
    z-index: 0;
}
        #business_area::after {
    position: absolute;
    content: "";
    left: -5%;
    top: -34%;
    width: 20%;
    height: 140%;
    background: #D80C08;
    transform: translate(0, 0) skew(15deg);
    opacity: .8;
    z-index: 0;
}
    }


@media (min-width: 640px) {
        #contents_area01 .sm\:w-3\/5 {
        width: auto;
            flex: 1;
    margin-left: -120px;
    position: relative;
    margin-top: 80px;
            z-index: 10;
    }
        #contents_area01 .sm\:w-2\/5 {
        width: 60%;
            flex: 1;
    }
        #contents_area01 .item-layer[data-v-980810c9] div:nth-child(even) .sm\:w-3\/5 {
        width: auto;
        flex: 1;
        margin-right: -120px;
        position: relative;
        margin-top: 120px;
            z-index: 10;
            margin-left: auto;
    }
}
#contents_area01 .sm\:w-3\/5 {
        background: rgba(255,255,255,0.80);
    padding: 3vw;
    }
#contents_area01 .title[data-v-980810c9] {
    font-weight: 700;
    color: #003EBD;
    position: relative;
    padding-left: 20px;
    font-size: max(1.6vw , 20px);
}
#contents_area01 .title[data-v-980810c9]::after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #003EBD;
}
#contents_area01.none_ttl .content p
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333333;
}
#staff_area .sm\:w-3\/5 {
        padding: 3vw;
        background: rgba(255, 255, 255, .8);
    }
#text_area .txt {
    background: rgba(255, 255, 255, .8);
    padding: 2vw 3vw;
}
#image_card .mt-4 {
    margin-top: 0;
}
#image_card .image-text-multi .title {
    font-size: max(2vw , 20px);
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    background: #0B2A69;
    padding: 0 5px 10px;
}
#image_card .image-text-multi .inner_item:nth-child(even) .title {
    background: #003EBD;
}
#image_card .inner_item {
    background: rgba(255, 255, 255, .8);
}
#image_card .image-text-multi .content {
    font-size: 16.5px;
    padding: 10px;
}

#image_card_red .mt-4 {
    margin-top: 0;
}
#image_card_red .image-text-multi .title {
    font-size: max(2vw , 20px);
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    background: #D80C08;
    padding: 0 5px 10px;
}
#image_card_red .inner_item {
    background: rgba(255, 255, 255, .8);
}
#image_card_red .image-text-multi .content {
    font-size: 16.5px;
    padding: 10px;
}

#text_image_area .item-layer[data-v-a8187b04] {
    background: rgba(255,255,255,0.80)
}
#step_contents .block_table_design_8 table th[data-v-71466211]
{
   background-color: #FFFFFF;
    border-right: 1px solid #003EBD;
    padding: 5px;
    color: #003EBD;
    font-weight: 600;
}
#step_contents .mt-\[55px\][data-v-71466211] {
    margin-top: 0;
}
#step_contents .block_table_8 table td[data-v-71466211] {
    padding: 1vw;
}
#step_arrow .pattern3 .line[data-v-e46eafde] {
    width: 30px;
}
svg path {
    fill: #003EBD;
}
#line_red_box .w-full.flex.flex-col.justify-center.z-10.items-start.flex-wrap.text-parts.\!flex-row
 {
    background: #fff;
    padding: 10px;
    outline: 1px solid #D80C08;
    outline-offset: -15px;
}
#potint_area .w-full.flex.flex-col.justify-center.z-10.items-start {
    background: #FFFBF3;
    margin-top: 60px;
    padding-top: 0 !important;
}
#text_card .pattern11.w-full.relative
 {
    background: #fff;
    border: 1px solid #003EBD;
    padding: 10px;
}
#text_card .w-full.flex.flex-col.justify-center.z-10.items-start.flex-wrap.text-parts.\!flex-row {
    gap: 20px;
}
#text_card .title[data-v-430ee906] {
    font-size: 130%;
    font-weight: 600;
    color: #003EBD;
    border-bottom: 1px solid;
}
#recruit_table .block_table_design_1 table th[data-v-dbb6b377] {
    background-color: #FFF5F5;
}
@media (max-width: 640px) {
#contents_area01 .flex-col:nth-child(even) {
    flex-direction: column-reverse;
}
    #contents_area01 .flex-col {
    gap: 0;
}
    #contents_area01 .sm\:w-3\/5 {
       margin-top: -30px;
        z-index: 10;
        position: relative;
    }
    div[data-v-ebb5344e].outer {
    overflow-x: scroll;
        width: 100%;
}
    .block_table_2 table[data-v-ebb5344e], .block_table_5 table[data-v-ebb5344e], .block_table_6 table[data-v-ebb5344e]
 {
    width: 1200px;
    word-wrap: break-word;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 100%;
}
    .item-layer[data-v-980810c9] {
    padding: 0px;
}
    header .sp_menu[class*=mm]:not(.mm0) a:before {
    color: #FFFFFF;
}
}