@charset "UTF-8";
/*-----------------------------*/
/*サイト CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #fff;
  line-height: 2rem;
  background: url(../images/common/bg.png); }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    opacity: 0.6; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img img {
  width: 100%; }

.sec {
  margin-bottom: 50px; }

.sec_sub {
  margin: 20px 0; }

.ttl_main {
  padding: 15px 50px;
  margin-bottom: 40px; }
  .ttl_main .ttl {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold; }

.ttl_sec {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  background: #444; }

.ttl_sub {
  margin-bottom: 15px;
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-weight: bold; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 30px auto; }

.btn {
  padding: 10px 20px;
  border: none;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.6; }
  .btn_text {
    padding-left: 15px;
    background: url(../images/common/icon_arrow01_black_right.svg) no-repeat center left/14px auto; }
    .btn_text:hover {
      opacity: 0.6; }
  .btn_link, .link_list a {
    display: block;
    padding: 15px 25px 15px 35px;
    background: #fff url(../images/common/icon_link_arrow.svg) no-repeat center left 15px/10px auto;
    border-radius: 10px;
    color: #411818;
    font-weight: bold;
    font-size: 1.8rem;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3); }
  .btn_back {
    background: #fff;
    color: #333; }
    .btn_back span {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      background: url(../images/common/icon_pageback_bk.svg) no-repeat center left/contain; }

.top_business_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; }
  .top_business_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
    background: #fff;
    padding: 20px; }
    .top_business_links li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: 100%;
      color: #000; }
    .top_business_links li .ttl {
      padding-bottom: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.8rem;
      line-height: 2rem;
      color: #411818;
      border-bottom: 1px solid #411818; }
    .top_business_links li .img {
      height: 100px; }
      .top_business_links li .img img {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        height: 100%; }
    .top_business_links li p {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      margin: 0 0 15px 0;
      color: #411818; }

.business_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; }
  .business_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3); }
    .business_links li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 100%;
      height: 100%; }
    .business_links li .ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px;
      min-height: 3em;
      text-align: center;
      font-size: 1.8rem;
      line-height: 2rem; }
    .business_links li p {
      margin: 10px 0 0 0; }

table.outline {
  width: 100%;
  border: none; }
  table.outline th, table.outline td {
    padding: 0 0 20px 0; }
  table.outline th {
    width: 20%;
    padding-right: 10px;
    text-align: left;
    vertical-align: top; }

.dl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .dl_list dt, .dl_list dd {
    padding: 0;
    margin: 0 0 5px 0; }
  .dl_list dt {
    width: 20%; }
  .dl_list dd {
    width: 80%; }

.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px dotted #fff; }
  .news_list li:first-of-type {
    border-top: 1px dotted #fff; }
.news_list .date {
  width: 10em; }

.link_list li {
  margin-bottom: 10px; }
  .link_list li:last-of-type {
    margin-bottom: 0; }

.example_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%; }
  .example_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%; }
  .example_list a {
    display: block;
    aspect-ratio: 1 / 1;
    text-align: center; }
    .example_list a img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../images/common/bg.png); }
  header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo span {
      margin-left: 10px;
      color: #fff;
      font-size: 2rem;
      font-weight: bold; }

#btnMenu {
  position: fixed;
  z-index: 150;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  aspect-ratio: 1 / 1;
  width: 50px; }
  #btnMenu img {
    width: 100%; }
  #btnMenu:hover {
    opacity: 1; }

.gnavi {
  position: fixed;
  top: 0;
  z-index: 100;
  right: -200px;
  width: 200px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .gnavi ul {
    margin-top: 100px;
    padding: 0 15px 15px 15px; }
  .gnavi li {
    border-bottom: 1px solid #666; }
    .gnavi li:first-of-type {
      border-top: 1px solid #666; }
  .gnavi a {
    display: block;
    padding: 20px;
    color: #fff; }
    .gnavi a:hover {
      opacity: 0.6; }

#overlay {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

footer {
  margin-top: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center; }
  footer .copyright {
    padding: 20px;
    font-size: 1rem; }

.ft_navi {
  max-width: 1000px;
  margin: 20px auto 0; }
  .ft_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%; }
  .ft_navi li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 1%; }
  .ft_navi a {
    font-size: 1.3rem; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

article {
  padding: 40px;
  background: rgba(0, 0, 0, 0.4);
  max-width: 1000px;
  margin: auto; }

.inner {
  position: relative;
  margin: auto; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

.breadcrumbs {
  width: 100%;
  margin: 10px 0 0 0; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .breadcrumbs li {
    margin-right: 5px;
    font-size: 1rem; }
    .breadcrumbs li::after {
      content: "＞";
      margin-left: 5px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
  .breadcrumbs a {
    color: #fff; }

body.home article {
  padding: 0;
  background: none; }
body.home .home_title {
  margin: 50px 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem; }
body.greetings .greeting_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.greetings .greeting_wrap .txt {
    width: 70%; }
  body.greetings .greeting_wrap .img {
    width: 25%; }
    body.greetings .greeting_wrap .img p {
      text-align: center; }
    body.greetings .greeting_wrap .img span {
      font-size: 2rem; }
body.news.detail .ttl_main {
  text-align: center; }
body.news.detail .main_text {
  line-height: 2.8rem; }
  body.news.detail .main_text a {
    text-decoration: underline; }
body.ubig24 .portal_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 50px auto 0;
  width: 80%; }
  body.ubig24 .portal_links .link_wrap {
    width: 40%; }
  body.ubig24 .portal_links .box {
    margin-bottom: 20px; }
    body.ubig24 .portal_links .box:last-of-type {
      margin-bottom: 0; }
    body.ubig24 .portal_links .box .ttl {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 10px; }
  body.ubig24 .portal_links .img {
    margin-left: 40px;
    width: 25%; }
body.alohastyle .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 16 / 9;
  margin-bottom: 50px;
  width: 100%;
  background: url(../images/alohastyle/mv.jpg) no-repeat center/cover; }
  body.alohastyle .mv .plate {
    background-color: rgba(50, 10, 0, 0.7); }
body.alohastyle .sec_merit {
  padding: 15px;
  border: 3px solid #fff; }
  body.alohastyle .sec_merit .ttl_sec {
    text-align: center; }
  body.alohastyle .sec_merit .merit_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    border: 3px solid #fff; }
    body.alohastyle .sec_merit .merit_list li:last-of-type {
      margin-bottom: 0; }
  body.alohastyle .sec_merit .merit_list .icon {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
    padding: 15px;
    background: #333; }
    body.alohastyle .sec_merit .merit_list .icon img {
      width: 70%; }
  body.alohastyle .sec_merit .merit_list .txt {
    margin-left: 15px; }
    body.alohastyle .sec_merit .merit_list .txt .ttl {
      margin-bottom: 10px;
      font-size: 2rem;
      line-height: 2.6rem;
      font-weight: bold; }
body.alohastyle .example_list a {
  aspect-ratio: unset; }
body.alohastyle .example_list .tn {
  aspect-ratio: 4 / 3;
  width: 100%; }
  body.alohastyle .example_list .tn img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
body.alohastyle.detail .ttl_main {
  text-align: center; }
body.alohastyle.detail .main_img {
  aspect-ratio: 4 / 3;
  width: 100%;
  margin-bottom: 2%; }
  body.alohastyle.detail .main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
body.alohastyle.detail .example_list:empty {
  display: none; }
body.alohastyle.detail .example_list a {
  aspect-ratio: 4 / 3; }
  body.alohastyle.detail .example_list a img {
    -o-object-fit: cover;
       object-fit: cover; }
body.import .sec_roman .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.import .sec_roman .wrap .logo {
    width: 25%; }
    body.import .sec_roman .wrap .logo img {
      width: 100%; }
  body.import .sec_roman .wrap .txt {
    width: 70%; }
body.import .example_list a {
  background: #fff; }
body.shop_design .example_list a {
  aspect-ratio: 4 / 3; }
  body.shop_design .example_list a img {
    -o-object-fit: cover;
       object-fit: cover; }
body.furniture_design .example_list a {
  aspect-ratio: 4 / 3; }
  body.furniture_design .example_list a img {
    -o-object-fit: cover;
       object-fit: cover; }
body.auv .mv {
  margin-bottom: 20px; }
  body.auv .mv img {
    width: 100%; }
body.auv .ttl_main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.auv .ttl_main .wrap .img {
    width: 45px;
    margin-right: 20px; }
    body.auv .ttl_main .wrap .img img {
      width: 100%; }
body.auv .ttl_main .company_name {
  font-weight: bold;
  font-size: 1.65rem; }
body.auv .example_list a {
  aspect-ratio: 3 / 4; }
  body.auv .example_list a img {
    -o-object-fit: cover;
       object-fit: cover; }
body.auv .ceo_name {
  margin-top: 3px;
  height: 15px; }
@media only screen and (min-width: 1000px) {
  body.contact .btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row; } }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .ttl_main {
    padding: 15px 30px;
    margin-bottom: 20px;
    text-align: center; }

  .top_business_links {
    display: block; }
    .top_business_links li {
      margin-bottom: 15px; }
      .top_business_links li:last-of-type {
        margin-bottom: 0; }

  .business_links {
    gap: 15px; }
    .business_links li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc((100% - 15px) / 2);
              flex: 0 0 calc((100% - 15px) / 2); }

  .news_list .date {
    width: 100%; }

  .example_list {
    gap: 4%; }
    .example_list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      margin-bottom: 4%; }

  html {
    font-size: 8px; }

  header {
    padding: 10px; }
    header .logo img {
      width: 30px; }
    header .logo span {
      font-size: 1.6rem; }

  footer {
    margin-top: 50px; }

  article {
    padding: 15px;
    width: calc(100% - 30px); }

  .breadcrumbs {
    width: 100%;
    margin-top: 0px;
    overflow: scroll; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: auto; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .breadcrumbs .home {
      padding-left: 5px; }

  #btnMenu {
    top: 10px;
    right: 10px;
    width: 30px; }

  .gnavi {
    background: rgba(0, 0, 0, 0.8); }
    .gnavi ul {
      margin-top: 50px;
      padding: 0 10px 10px 10px; }
    .gnavi a {
      padding: 10px; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 4s infinite;
              animation: scroll_arrow 4s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    50% {
      left: 0px;
      opacity: 1; }
    51% {
      left: 0px;
      opacity: 0; }
    100% {
      left: 0px;
      opacity: 0; } }

  @keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    50% {
      left: 0px;
      opacity: 1; }
    51% {
      left: 0px;
      opacity: 0; }
    100% {
      left: 0px;
      opacity: 0; } }
  body.home .home_title {
    margin: 20px 0; }
  body.greetings .greeting_wrap {
    display: block; }
    body.greetings .greeting_wrap .txt {
      width: 100%;
      margin-bottom: 20px; }
    body.greetings .greeting_wrap .img {
      width: 60%;
      margin: auto; }
  body.alohastyle .mv {
    margin-bottom: 30px; }
    body.alohastyle .mv .plate {
      width: 50%; }
      body.alohastyle .mv .plate img {
        width: 100%; }
  body.alohastyle .sec_merit .merit_list li {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
  body.alohastyle .sec_merit .merit_list .icon img {
    width: 90%; }
  body.alohastyle .sec_merit .merit_list .txt {
    margin: 0;
    padding: 15px; }
  body.alohastyle.detail .main_img {
    margin-bottom: 4%; }
  body.ubig24 .portal_links {
    display: block;
    width: 100%; }
    body.ubig24 .portal_links .link_wrap {
      width: 100%; }
    body.ubig24 .portal_links .box .ttl {
      font-size: 2.4rem; }
    body.ubig24 .portal_links .img {
      margin: 20px auto;
      width: 40%; }
  body.import .sec_roman .wrap {
    display: block; }
    body.import .sec_roman .wrap .logo {
      width: 50%;
      margin: 0 auto 20px; }
    body.import .sec_roman .wrap .txt {
      width: 100%; }
  body.auv .ttl_main .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.auv .ttl_main .wrap .img {
      width: 35px; }
  body.auv .ceo_name {
    margin-top: 4px;
    height: 11px; } }
/*-----------------------------*/
/*フォーム PC用 CSS*/
/*-----------------------------*/
.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none; }

input {
  font-family: "Noto Sans JP"; }
  input.name {
    width: 35%; }
  input.zip {
    width: 5em; }

input,
textarea {
  padding: 1em;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input:focus,
  textarea:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

input.w100,
textarea.w100 {
  width: 100px; }
input.w150,
textarea.w150 {
  width: 150px; }
input.w200,
textarea.w200 {
  width: 200px; }
input.w250,
textarea.w250 {
  width: 250px; }
input.w300,
textarea.w300 {
  width: 300px; }
input.w350,
textarea.w350 {
  width: 350px; }
input.w400,
textarea.w400 {
  width: 400px; }
input.w450,
textarea.w450 {
  width: 450px; }
input.w500,
textarea.w500 {
  width: 500px; }
input.w550,
textarea.w550 {
  width: 550px; }
input.w600,
textarea.w600 {
  width: 600px; }
input.w650,
textarea.w650 {
  width: 650px; }
input.w700,
textarea.w700 {
  width: 700px; }
input.w100p,
textarea.w100p {
  width: 100%; }

textarea[name="remarks"] {
  width: 100%;
  height: 300px; }

label.checkbox, label.radio {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin: 5px 20px 5px 0; }
  label.checkbox:hover, label.radio:hover {
    border-radius: 4px;
    background: #aef4f9; }
  label.checkbox.on_focus, label.radio.on_focus {
    outline: 1px dotted #333; }
  label.checkbox input, label.radio input {
    position: absolute;
    opacity: 0; }
  label.checkbox span, label.radio span {
    position: relative;
    top: -2px; }
  label.checkbox.on::before, label.radio.on::before {
    background-position: 0px -18px; }
  label.checkbox::before, label.radio::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../images/form/radiobox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top; }
label.checkbox::before {
  background-image: url(../images/form/checkbox.svg); }

.radio_row label {
  display: block !important;
  margin: 0 0 10px 0 !important; }

select {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px; }

.switch {
  position: relative;
  top: 0.8em;
  display: inline-block; }
  .switch input[type="radio"],
  .switch input[type="checkbox"] {
    display: none !important; }
    .switch input[type="radio"] + label,
    .switch input[type="checkbox"] + label {
      float: left;
      display: block;
      width: auto;
      margin: 0;
      padding: 0.5em;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: none;
      color: #999;
      background-color: #eaeaea;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset; }
      .switch input[type="radio"] + label:first-of-type,
      .switch input[type="checkbox"] + label:first-of-type {
        border-radius: 6px 0px 0px 6px; }
      .switch input[type="radio"] + label:last-of-type,
      .switch input[type="checkbox"] + label:last-of-type {
        border-radius: 0px 6px 6px 0px;
        border-right: 1px solid #ccc; }
      .switch input[type="radio"] + label::before,
      .switch input[type="checkbox"] + label::before {
        display: none; }
      .switch input[type="radio"] + label span,
      .switch input[type="checkbox"] + label span {
        top: 1px; }
    .switch input[type="radio"]:checked + label,
    .switch input[type="checkbox"]:checked + label {
      color: #fff;
      background-color: #cc0000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .switch input[type="radio"]:checked + label::before,
      .switch input[type="checkbox"]:checked + label::before {
        display: none; }

button {
  position: relative;
  display: inline-block;
  margin: auto 20px;
  padding: 10px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  button::after {
    width: 30px;
    height: 30px;
    position: absolute; }
  button:hover {
    opacity: 0.6; }
  button.submit {
    background-color: #cc0000;
    color: #fff; }
    button.submit::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }
  button.back {
    background-color: #666;
    color: #fff; }
    button.back::after {
      content: url(../images/common/icon_arrow_left_white.svg);
      left: 15px; }
  button.link {
    background-color: #6699cc;
    color: #fff; }
    button.link::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }

.ime_auto {
  ime-mode: auto; }
.ime_active {
  ime-mode: active; }
.ime_inactive {
  ime-mode: inactive; }
.ime_disabled {
  ime-mode: disabled; }

form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  form dl > dt {
    position: relative;
    width: 30%;
    padding-top: 20px;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 1.6rem; }
    form dl > dt + dd {
      margin: 0 0 30px 0;
      padding-top: 15px;
      width: 70%; }
      form dl > dt + dd > dl dt {
        width: 15%;
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        form dl > dt + dd > dl dt:first-of-type {
          padding-top: 0px; }
          form dl > dt + dd > dl dt:first-of-type + dd {
            padding-top: 0px; }
        form dl > dt + dd > dl dt + dd {
          width: 85%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
    form dl > dt.required::after {
      content: "必須";
      position: absolute;
      right: 30px;
      top: 15px;
      display: block;
      padding: 3px 5px;
      background: #cc0000;
      color: #fff;
      font-size: 1.2rem; }
  form dl dd label:first-of-type {
    margin-left: 10px; }
  form dl dd aside {
    display: inline-block;
    font-size: 1.2rem; }
form.confirm dl dt + dd p {
  font-size: 1.6rem; }

.file_up_box {
  width: 100%;
  margin-bottom: 20px; }
  .file_up_box:last-of-type {
    margin-bottom: 0; }
  .file_up_box img {
    max-width: 100%; }
  .file_up_box label > span {
    display: inline-block;
    margin-right: 10px; }

.form .step {
  margin-bottom: 30px; }
  .form .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form .step ul li {
      position: relative;
      width: 32%;
      padding: 15px;
      background-color: #fff;
      color: #452121;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      border-radius: 10px; }
      .form .step ul li.on {
        background-color: #452121;
        color: #fff; }
.form .privacy_wrap h3 {
  font-size: 2rem; }
.form .privacy_wrap .privacy {
  height: 200px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ccc; }
  .form .privacy_wrap .privacy > section {
    margin-bottom: 40px; }
    .form .privacy_wrap .privacy > section:last-of-type {
      margin-bottom: 0; }
    .form .privacy_wrap .privacy > section h4 {
      margin-bottom: 10px;
      font-size: 1.6rem; }
    .form .privacy_wrap .privacy > section h5 {
      margin-bottom: 0.5rem;
      font-size: 1.4rem; }
    .form .privacy_wrap .privacy > section section {
      margin-top: 20px; }
  .form .privacy_wrap .privacy > .number {
    counter-increment: number; }
    .form .privacy_wrap .privacy > .number > h4::before {
      content: counter(number,decimal) ". ";
      position: relative;
      top: 0;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 0.3rem;
      background: none; }
  .form .privacy_wrap .privacy .list_number {
    counter-reset: list_number; }
    .form .privacy_wrap .privacy .list_number > li {
      counter-increment: list_number; }
      .form .privacy_wrap .privacy .list_number > li::before {
        content: "（" counter(list_number,decimal) "）"; }
  .form .privacy_wrap .privacy .list_conf {
    counter-reset: list_conf; }
    .form .privacy_wrap .privacy .list_conf > li {
      counter-increment: list_conf;
      margin-left: 1em;
      text-indent: -1em; }
      .form .privacy_wrap .privacy .list_conf > li::before {
        content: "＊" counter(list_conf,decimal) " "; }
  .form .privacy_wrap .privacy .list {
    margin-left: 2em; }
    .form .privacy_wrap .privacy .list > li {
      list-style-type: decimal; }
  .form .privacy_wrap .privacy ul li .list {
    margin-left: 4em; }
.form .privacy_wrap .privacy_check {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 8px; }
  .form .privacy_wrap .privacy_check label {
    position: relative; }
    .form .privacy_wrap .privacy_check label span {
      margin-left: 5px;
      color: #cc0000;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .privacy_wrap .privacy_check label span::after {
        content: "必須";
        display: inline-block;
        padding: 3px 5px;
        margin-left: 10px;
        background: #cc0000;
        color: #fff;
        font-size: 1.2rem; }
.form .comp_message {
  text-align: center; }

@media only screen and (max-width: 680px) {
  input {
    margin-bottom: 5px; }

  input.name {
    width: 50%; }

  input.w100,
  textarea.w100 {
    width: 100%; }
  input.w150,
  textarea.w150 {
    width: 100%; }
  input.w200,
  textarea.w200 {
    width: 100%; }
  input.w250,
  textarea.w250 {
    width: 100%; }
  input.w300,
  textarea.w300 {
    width: 100%; }
  input.w350,
  textarea.w350 {
    width: 100%; }
  input.w400,
  textarea.w400 {
    width: 100%; }
  input.w450,
  textarea.w450 {
    width: 100%; }
  input.w500,
  textarea.w500 {
    width: 100%; }
  input.w550,
  textarea.w550 {
    width: 100%; }
  input.w600,
  textarea.w600 {
    width: 100%; }
  input.w650,
  textarea.w650 {
    width: 100%; }
  input.w700,
  textarea.w700 {
    width: 100%; }
  input.w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      padding-top: 0;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: 100%;
      margin-bottom: 5px; }
      .form .step ul li:last-of-type {
        margin-bottom: 0; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: block;
      margin: auto; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }

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