@charset "utf-8";

:root {
  --a_bl: #43453d;
  --a_bg: #fcf9f4;
  --a_bg_2: #fffbf4;
  --a_brown: #e9e4d4;
  --a_orange: #ffdead;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  color: #43453d;
}

.wrapper {
  max-width: 2000px;
  overflow: hidden;
  background-color: var(--a_bg);
  background-image: url(../images/top/wood_bg.jpg);
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 90px;
  }
}

@media screen and (max-width: 575px) {
  .wrapper {
    padding-top: 70px;
  }
}

/* -----topにもどるボタン----- */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1999;
}

#pagetop img {
  width: 40px;
}

@media screen and (min-width: 1199px) {
  #pagetop img {
    width: auto;
  }
}

/* -----common----- */

/* 共通ボタン */

a.btn {
  position: relative;
  display: inline-block;
  min-width: 220px;
  padding: 20px;
  color: var(--a_bl) !important;
  text-decoration: none;
  text-align: center;
  /* line-height: 50px; */
  font-size: 18px;
  background: #fff;
  border: 1px solid var(--a_bl);
  border-radius: 0;
  opacity: 1;
  z-index: 1;
  transition: .7s;
}

a.btn:not(.no_icon)::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--a_bl);
  transform: translate3d(0, -50%, 0);
  transition: .7s;
}

a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--a_bl);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .7s;
}

a.btn:hover {
  color: #fff !important;
  /* ホバー時にテキストの色を変更 */
}

a.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

a.btn:hover::after {
  color: #fff !important;
}

.btn_position {
  margin-top: 40px;
}

@media (max-width: 575px) {
  a.btn {
    padding: 10px 20px;
  }
}

.top-news_bg {
  background: top center no-repeat url(..//images/top/top_news_bg.jpg);
  padding-top: 200px;
  padding-bottom: 200px;
  min-height: 800px;
}

.top-aboutus_bg {
  background: top center no-repeat url(..//images/top/top_aboutus_bg_03.jpg);
}

.top-work_bg {
  background: top center no-repeat url(..//images/top/top_work_bg.jpg);
  margin-top: 200px;
}

.top-gallery_bg {
  background: top center no-repeat url(..//images/top/top_gallery_bg.jpg);
  margin-top: 200px;
  padding-bottom: 200px;
  min-height: 580px;
}

.com_contact_bg {
  background: top center no-repeat url(..//images/top/contact_bg.jpg);
}

@media (max-width: 1400px) {

  .top-news_bg,
  .top-aboutus_bg,
  .top-work_bg,
  .top-gallery_bg {
    background: none;
  }

  .top-news_bg {
    min-height: auto;
  }

  .top-gallery_bg {
    min-height: auto;
  }
}

@media (max-width: 1200px) {
  .top-news_bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top-work_bg {
    margin-top: 100px;
  }

  .top-gallery_bg {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .top-news_bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-work_bg {
    margin-top: 50px;
  }

  .top-gallery_bg {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .sm-mt50 {
    margin-top: 50px;
  }
}

h3 {
  font-size: 3.6rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30px;
  border-right: 1px solid var(--a_bl);
  border-left: 1px solid var(--a_bl);
  background-color: var(--a_bg);
}

@media (max-width: 991px) {
  h3 {
    font-size: clamp(28px, 3.6vw, 36px);
    writing-mode: horizontal-tb;
    padding: 10px 20px;
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--a_bl);
    border-bottom: 1px solid var(--a_bl);
    text-align: center;
    display: inline-block;
  }
}

.h3_position {
  position: relative;
}

.h3_absolute_right {
  position: absolute;
  top: 0;
  right: 45px;
}

.h3_absolute_left {
  position: absolute;
  top: 0;
  left: 45px;
}


h4 {
  font-size: 6rem;
  font-weight: bold;
  margin-top: 40px;
  /* letter-spacing : -0.05em ; */
}

.h4_p {
  font-size: 1.9rem;
  margin-top: 40px;
  text-align: justify;
}

@media (max-width: 991px) {
  h4 {
    font-size: clamp(40px, 6vw, 60px);
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }

  .h4_p {
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: justify;
  }

  .btn_position {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .btn_position {
    display: flex;
    justify-content: center;
  }

  #top_about .txt_daruma {
    letter-spacing: -0.025em;
  }

  /* Safari */
  _::-webkit-full-page-media,
  _:future,
  :root #top_about .txt_daruma {
    letter-spacing: 0;
  }

}

/* common-visulal
---------------------------------------------------- */
.h2_mv_text {
  text-align: center;
  position: absolute;
  top: 60%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.h2_mv_text h2 {
  white-space: nowrap;
  text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.7);
  font-size: 8rem;
  font-family: "Darumadrop One", sans-serif;
  text-align: center;
  line-height: 1;
}

.h2_mv_text p {
  white-space: nowrap;
  text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.9);
  font-size: 3rem;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 991px) {

  .h2_mv_text {
    right: 0%;
  }

  .h2_mv_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .h2_mv_text h2 {
    font-size: clamp(50px, 8vw, 80px);
  }

  .h2_mv_text p {
    font-size: clamp(20px, 3vw, 30px);
  }

}

@media (max-width: 575px) {

  .h2_mv_text h2 {
    font-size: clamp(36px, 8vw, 80px);
  }
}

/* header
---------------------------------------------------- */
.navbar {
  display: flex;
}

/*印刷でもナビゲーションバーを表示*/
.navbar-nav {
  flex-direction: row;
}

/*印刷時にナビゲーションバーのリスト項目を横並びに*/
.fixed-top {
  position: relative;
}

/*固定ヘッダーが各ページに表示されるのを防止、１ページ目のみに表示*/
.navbar-toggler {
  display: none;
}

/*印刷時ハンバーガーボタンを非表示*/
.navbar-expand-lg .collapse {
  display: flex !important;
}

/* lgでハンバーガメニューに代わるナビを印刷時に表示*/
.navbar-expand-xl .collapse {
  display: flex !important;
}

.header-wrap {
  z-index: 1000;
  padding: 0 40px;
  background-color: #fcf9f4cc;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 95px;
}

.header-logo {
  line-height: 1;
  width: 20.5vw;
}

.header-nav {
  margin-top: 1.7rem;
}

.hum-nav {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1.5rem 0;
}

.g-nav {
  gap: 0 3.5rem;
  line-height: 1;
  transition: all 0.4s;
}

.g-nav a {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding-bottom: 1.8rem;
  /* font-size: clamp(14px, 0.8999vw, 18px); */
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--a_bl);
  text-decoration: none;
}

.g-nav a i {
  padding-left: 1rem;
  font-size: 1.4rem;
}

.g-nav .under-line {
  position: relative;
  z-index: 1;
}

.g-nav .under-line:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  /*テキストからの距離*/
  transform: translateX(-50%);
  width: 0%;
  /*初期状態では下線非表示*/
  height: 1px;
  /*下線の高さ*/
  background: var(--a_bl);
  /*下線の色*/
  z-index: -1;
  transition: all 0.3s;
  /*アニメーション速度*/
}

.g-nav a:hover {
  opacity: 1;
}

.g-nav a:hover .under-line:after {
  width: 100%;
  /*hover時に表示*/
  opacity: 1;
}

.g-nav .g-nav-list.current a:hover .under-line:after {
  width: 0%;
  /*hover時に表示*/
}

.g-nav-list.current a .under-line {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #43453d;
  font-weight: bold;
}


/* ハンバーガーメニュー*/
@media (max-width: 991px) {
  .header-wrap {
    height: 9rem;
    padding: 2rem 1.5rem;
    width: 100%;
    border-radius: 0;
    margin: 0;
    position: fixed;
    top: 0;
    background-color: var(--a_bg);
  }

  .header-logo {
    position: relative;
    width: 20rem;
    z-index: 1040;
  }

  .hum-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: -100%;
    bottom: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: var(--a_bg);
    /*動き*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }

  .hum-nav.panelactive {
    opacity: 1;
    visibility: visible;
    align-items: center;
    width: 50%;
    height: 100%;
    right: 0;
  }

  .g-nav {
    width: 100%;
    z-index: 999;
    margin-bottom: 2rem;
    padding-top: 9rem;
  }

  .hum-nav .g-nav .g-nav-list a {
    display: block;
    padding: 1.5rem 3rem;
    border-bottom: 1px solid #eef0f2;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--n_bl);
  }

  .g-nav a {
    padding-bottom: 0;
  }

  .g-nav-list.current a .under-line {
    border: none;
  }

  #hum-nav ul li.current a {
    background: var(--a_brown);
  }

  .hum-btn {
    position: fixed;
    z-index: 9999;
    top: 2.2rem;
    right: 1rem;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
  }

  .hum-btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 1px;
    background-color: var(--a_bl);
    width: 70%;
  }

  .hum-btn span:nth-of-type(1) {
    top: 15px;
  }

  .hum-btn span:nth-of-type(2) {
    top: 23px;
  }

  .hum-btn span:nth-of-type(3) {
    top: 31px;
  }

  .hum-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background-color: var(--a_bl);
  }

  .hum-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hum-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background-color: var(--a_bl);
  }

  .hum-contact.active {
    display: block;
  }

  .nav-under {
    width: 100%;
  }

  .nav-contact {
    margin: 0 3rem;
  }

  .nav-contact a {
    padding: 1rem 2.5rem;
    text-align: center;
  }

  .current a::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .hum_num_box {
    margin-top: 30px;
    border-top: 1px solid var(--a_bl);
    border-bottom: 1px solid var(--a_bl);
    background-color: #fff;
  }

  .hum_tel_no {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: var(--a_bl);
  }

  .hum_tel_no .fa-phone {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 10px;
    color: var(--a_bl);
    background: var(--a_brown);
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .hum_tel {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0 10px;
  }
}


@media (max-width: 768px) {
  .hum-nav.panelactive {
    width: 100%;
  }
}

@media (max-width: 575px) {

  .header-wrap {
    height: 7rem;
    padding: 2rem 1.5rem;
    width: 100%;
    border-radius: 0;
    margin: 0;
    position: fixed;
    top: 0;
  }

  .hum-btn {
    position: fixed;
    z-index: 9999;
    top: 1.2rem;
    right: 2rem;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
  }

  .header-logo {
    width: 17rem;
  }
}

/* headerここまで */

/* main-visual
---------------------------------------------------- */
#main-visual {
  position: relative;
  padding-bottom: 0;
}

#main-visual .mv_bg {
  width: 100%;
}

@media screen and (min-width: 2000px) {
  #main-visual .mv_bg {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  #main-visual .mv_bg {
    height: 620px;
  }
}

@media screen and (max-width: 575px) {
  #main-visual .mv_bg {
    height: 720px;
  }
}

#main-visual .mv_bg picture {
  width: 100%;
  height: 100%;
}

#main-visual .mv_bg picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-visual .mv_inner {
  position: absolute;
  bottom: 5%;
  right: 2.5%;
  text-align: right;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

.txt_daruma {
  font-family: "Darumadrop One", sans-serif;
}

.mv_inner .txt_upper p {
  font-size: clamp(45px, 4.5vw, 90px);
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.mv_inner .txt_below p {
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .mv_inner .txt_upper p {
    font-size: clamp(40px, 4.5vw, 90px);
  }

  .mv_inner .txt_below p {
    font-size: clamp(16px, 1.5vw, 30px);
  }

}

@media screen and (max-width: 575px) {

  #main-visual .mv_inner {
    position: absolute;
    bottom: 12.5%;
    right: 0;
    text-align: right;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1.75);
  }

  .mv_inner .txt_upper p {
    font-size: clamp(26px, 4.5vw, 90px);
    letter-spacing: -0.095em;
    margin-bottom: 0;
  }

  .mv_inner .txt_below p {
    font-size: clamp(14px, 1.5vw, 30px);
    padding: 0 10px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  #main-visual .mv_inner {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .txt_daruma {
    letter-spacing: -0.075em;
  }

  /* Safari */
  _::-webkit-full-page-media,
  _:future,
  :root .mv_inner .txt_upper p {
    letter-spacing: 0;
  }

  /* Safari */
  _::-webkit-full-page-media,
  _:future,
  :root .txt_upper .txt_daruma {
    letter-spacing: 0;
    font-family: "Zen Maru Gothic", serif;
  }


  /* // 最新のsafari用 */
  _::-webkit-full-page-media,
  _:future,
  :root .mv_inner .txt_upper p {
    letter-spacing: 0;
  }

  /* // 最新のsafari用 */
  _::-webkit-full-page-media,
  _:future,
  :root .txt_upper .txt_daruma {
    letter-spacing: 0;
    font-family: "Zen Maru Gothic", serif;
  }

  @media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future,
    :root .txt_upper p {
      letter-spacing: 0;
    }
  }

  @media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future,
    :root .txt_upper .txt_daruma {
      letter-spacing: 0;
      font-family: "Zen Maru Gothic", serif;
    }
  }

  /* // 古いsafari用 */
  @media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .mv_inner .txt_upper p {
      letter-spacing: 0;
    }
  }

  @media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future,
    :root .txt_upper .txt_daruma {
      letter-spacing: 0;
      font-family: "Zen Maru Gothic", serif;
    }
  }
}


/* main-visual-end
---------------------------------------------------- */

/* top_news
---------------------------------------------------- */

.p-top-news__scroll-box {
  overflow-y: auto;
  width: 100%;
  max-height: 530px;
}

.p-top-news__table td {
  font-size: 1.8rem;
}

.p-top-news__table {
  width: 100%;
}

.p-top-news__table tr {
  display: flex;
  justify-content: flex-start;
}

.p-top-news__table tr {
  border-bottom: 1px dotted #ececec;
}

@media only screen and (max-width: 767.98px) {
  .p-top-news__table tr:not(:first-of-type) th {
    padding-top: 10px;
  }

  .p-top-news__table tr {
    display: block;
  }
}

.p-top-news__table th,
.p-top-news__table td {
  font-weight: 500;
  line-height: 1.5;
  background: var(--a_bg);
}

@media only screen and (max-width: 767.98px) {

  .p-top-news__table th,
  .p-top-news__table td {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}

@media print,
screen and (min-width: 768px) {

  .p-top-news__table th,
  .p-top-news__table td {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    vertical-align: middle;
    font-size: 1.8rem;
  }
}

@media print,
screen and (min-width: 992px) {

  .p-top-news__table th,
  .p-top-news__table td {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {

  .p-top-news__table th,
  .p-top-news__table td {
    font-size: 1.8rem;
  }
}

.p-top-news__table th {
  position: relative;
  padding-right: 4em;
}

@media only screen and (max-width: 767.98px) {
  .p-top-news__table th {
    font-weight: bold;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-top-news__table th {
    width: 30%;
    padding-left: .1em;
  }
}

@media print,
screen and (min-width: 992px) {
  .p-top-news__table th {
    width: 10%;
  }
}

.p-top-news__table td {
  word-break: break-all;
}

@media only screen and (max-width: 767.98px) {
  .p-top-news__table td {
    padding-top: .3em;
    padding-right: .7em;
    padding-bottom: 1.2em;
    font-weight: normal;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-top-news__table td {
    padding: 1.5em 2em;
    padding-right: 1.5em;
    margin: 20px 0;
  }

  .p-top-news__table th {
    margin: 20px 0;
  }
}

/* .p-top-news__th-wrap {
  display: grid;
} */
@media only screen and (max-width: 767.98px) {
  .p-top-news__th-wrap {
    -webkit-column-gap: 1em;
    column-gap: 1em;
    justify-content: flex-start;
  }
}



.p-top-news__date {
  grid-area: date;
  font-size: 1.8rem;
}

.p-top-news__txt {
  font-size: 1.8rem;
}

@media only screen and (max-width: 575px) {
  .p-top-news__date {
    grid-area: date;
    font-size: 1.6rem;
  }

  .p-top-news__txt {
    font-size: 1.6rem;
  }
}

.p-top-news__label {
  display: inline-block;
  padding: .3em .8em;
  border-radius: .3em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  grid-area: label;
}

@media only screen and (max-width: 767.98px) {
  .p-top-news__label {
    min-width: 100px;
    font-size: 1.1rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-top-news__label {
    min-width: 7em;
    font-size: 1.1rem;
  }
}

@media print,
screen and (min-width: 992px) {
  .p-top-news__label {
    font-size: 1.2rem;
  }
}

/* top_news-end
---------------------------------------------------- */


/* top_aboutus
---------------------------------------------------- */

#top_about {
  position: relative;
}

.news_left_position {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -40px;
  margin-right: 1200px;
}

.news_left_img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media print,
screen and (max-width: 1400px) {
  .news_left_position {
    display: none;
  }
}


/* top_work
---------------------------------------------------- */

#top_work {
  position: relative;
}

.work_right_position {
  position: relative;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -40px;
  margin-left: 1200px;
}

.work_right_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media print,
screen and (max-width: 1400px) {
  .work_right_position {
    display: none;
  }
}

/* top_work-end
---------------------------------------------------- */


/* top_gallary
---------------------------------------------------- */

#top_gallery {
  position: relative;
}

.horizontal_h3 {
  display: inline-block;
  writing-mode: horizontal-tb;
  border-right: none;
  border-left: none;
  border-top: 1px solid var(--a_bl);
  border-bottom: 1px solid var(--a_bl);
  padding: 10px 20px;
}

#top_gallery p {
  font-size: 1.8rem;
  margin: 20px 0;
}

.t_gal_img img {
  text-align: center;
}

@media print,
screen and (max-width: 575px) {
  #top_gallery p {
    font-size: 1.6rem;
    margin: 10px 0;
  }
}

/* top_gallary-end
---------------------------------------------------- */

/* common-contact
---------------------------------------------------- */

.com_contact_daruma {
  font-family: "Darumadrop One", sans-serif;
  font-size: 9rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.com_contact_h6 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  margin: 20px auto;
}

.com_contact_p {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}

.com_contact_tel span {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}

.com_contact_time {
  font-size: 2rem;
  color: #fff;
}

a.btn_23 {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-left: 35px;
  padding: 30px 50px;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 3rem;
}

a.btn_23::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--a_bl);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .7s;
  z-index: -1;
}

a.btn_23:hover::before {
  transform: translateX(0);
}

a.btn_23:hover {
  color: #fff;
}

a.btn_23:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.fa-envelope {
  margin-right: 20px;
}

.com_contact_upper {
  padding-top: 50px;
  margin-bottom: 50px;
}

.com_contact_lower {
  padding-bottom: 50px;
}

@media print,
screen and (max-width: 991px) {
  a.btn_23 {
    margin-left: 0;
    padding: 25px 40px;
    display: inline-block;
    margin-top: 20px;
  }

  .com_contact_upper {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .com_contact_h6 {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
    margin: 5px auto;
  }

  .com_contact_tel span {
    line-height: 1;

  }
}

@media print,
screen and (max-width: 575px) {

  .com_contact_lower {
    padding-bottom: 30px;
  }

  a.btn_23 {
    padding: 15px 40px;
    font-size: clamp(18px, 5.2vw, 30px);
  }

  .com_contact_tel span {
    font-size: clamp(30px, 6.95vw, 40px);
  }

  .com_contact_time {
    font-size: clamp(14px, 3.47vw, 20px);
  }

  .com_contact_p {
    font-size: clamp(14px, 3.82vw, 22px);
  }

  .com_contact_daruma {
    font-size: clamp(60px, 15vw, 90px);
  }
}


/* common-footer
---------------------------------------------------- */
footer p {
  font-size: 1.6rem;
}

.f_logo {
  width: 290px;
}

.footer_right_img,
.footer_left_img {
  margin: 0 30px;
}

.footer_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width:575px) {
  .footer_padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.bottom_bg {
  background: var(--a_bg);
}

.bottom_bg ul {
  display: flex;
  gap: 20px 50px;
}

.bottom_bg ul li a {
  color: var(--a_bl);
  text-decoration: none;
  font-weight: bold;
}

.bottom_hr {
  margin: 15px 0;
  border-bottom: 1px dashed #212121;
}

.footer_p_margin {
  margin: 15px 0 10px;
}

@media only screen and (max-width:767px) {
  .bottom_bg ul {
    display: flex;
    gap: 20px;
  }
}

.bottom_padding {
  padding: 15px 0;
}

@media only screen and (max-width:575px) {

  .bottom_padding {
    padding: 5px 0;
  }

  .f_logo {
    width: 200px;
  }

  .footer_right_img,
  .footer_left_img {
    display: none;
  }

}

/* common-footer-end
---------------------------------------------------- */


/* aboutus.html
---------------------------------------------------- */
.h2_mv_aboutus {
  width: 100%;
  height: 450px;
  position: relative;
  background-image: url(../images/aboutus/aboutus_com_visual_img.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 991px) {

  .h2_mv_aboutus {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/aboutus/p_aboutus_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* aboutus01
---------------------------------------------------- */

#aboutus01 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 575px) {
  #aboutus01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#aboutus01 .ashirai_01{
  position: absolute;
  top: 10%;
  left: 1%;
  background: url(../images/top/pink_ashira.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#aboutus01 .ashirai_02{
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top/leaf_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#aboutus01 .ashirai_03{
  position: absolute;
  top: 40%;
  left: 2%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#aboutus01 .ashirai_04{
  position: absolute;
  top: 35%;
  right: 2%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#aboutus01 .ashirai_05{
  position: absolute;
  top: 70%;
  left: 2%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#aboutus01 .ashirai_06{
  position: absolute;
  top: 55%;
  right: 2%;
  background: url(../images/top/pink_yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  
  #aboutus01 .ashirai_01,#aboutus01 .ashirai_02, #aboutus01 .ashirai_03,#aboutus01 .ashirai_04,#aboutus01 .ashirai_05,#aboutus01 .ashirai_06{
    display: none;
  }
}



/* aboutus02
---------------------------------------------------- */

#aboutus02 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--a_bg_2);
  background-image: url(../images/top/wood_bg.jpg);
  position: relative;
}

#aboutus02 .table {
  border: none !important
}

#aboutus02 .table th {
  padding: 20px;
  vertical-align: middle;
  background: 0 0 !important;
  border-top: none !important;
  border-bottom: 1px solid #bbb;
  font-size: 2rem;
  font-weight: bold;
}

#aboutus02 .table td {
  font-size: 1.8rem;
}

#aboutus02 .table:not(.th_auto) th {
  width: 14em
}

#aboutus02 .table td {
  padding: 20px;
  background: 0 0 !important;
  border-top: none !important;
  border-bottom: 1px solid var(--a_bg);
}

@media screen and (max-width:767px) {
  #aboutus02 .table th {
    padding: 10px
  }

  #aboutus02 .table td {
    padding: 10px
  }
}

@media screen and (max-width:767px) {
  #aboutus02 .table th {
    padding: 10px
  }

  #aboutus02 .table td {
    padding: 10px
  }

  #aboutus02 .table.mb {
    border: none !important
  }

  #aboutus02 .table.mb td,
  #aboutus02 .table.mb th {
    display: block;
    width: auto
  }

  #aboutus02 .table.mb th {
    padding: 10px 0 5px !important;
    border: none !important
  }

  #aboutus02 .table.mb td {
    padding: 0 0 10px !important
  }
}

@media (max-width: 575px) {
  #aboutus02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #aboutus02 .table th {
    padding: 20px;
    font-size: 1.8rem;
  }

  #aboutus02 .table td {
    font-size: 1.6rem;
  }
}

#aboutus02 .ashirai_01{
  position: absolute;
  top: 0%;
  left: 2%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#aboutus02 .ashirai_02{
  position: absolute;
  top: 5%;
  right: 1%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#aboutus02 .ashirai_03{
  position: absolute;
  top: 40%;
  left: 1%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top left;
  width: 50%;
  height: 50%;
}

#aboutus02 .ashirai_04{
  position: absolute;
  top: 50%;
  right: 2%;
  background: url(../images/top/pink_ashira.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

@media (max-width: 1599px) {
  #aboutus02 .ashirai_01, #aboutus02 .ashirai_02, #aboutus02 .ashirai_03, #aboutus02 .ashirai_04{
    opacity: .6;
  }
}

@media (max-width: 1199px) {
  #aboutus02 .ashirai_01,#aboutus02 .ashirai_02, #aboutus02 .ashirai_03,#aboutus02 .ashirai_04{
    display: none;
  }
}

/* aboutus03
---------------------------------------------------- */
#aboutus03 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.g-maps {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden
}

.g-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  /* padding: 4px; */
  border: 1px solid #eee;
  background-color: #fff
}

#aboutus03 .headline-ul {
  display: inline-block;
  border-bottom: 1px solid var(--a_bg);
}


@media (max-width: 575px) {
  #aboutus03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#aboutus03 .ashirai_01{
  position: absolute;
  top: 0%;
  right: 0%;
  background: url(../images/top/leaf_ashirai.png) no-repeat top right;
  transform: scale(-1, 1);
  width: 100%;
  height: 100%;
}

#aboutus03 .ashirai_02{
  position: absolute;
  top: 50%;
  right: 2%;
  background: url(../images/top/pink_yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


@media (max-width: 1199px) {
  
  #aboutus03 .ashirai_01,#aboutus03 .ashirai_02{
    display: none;
  }
}



/* business.html
---------------------------------------------------- */
.h2_mv_business {
  width: 100%;
  height: 450px;
  position: relative;
  background-image: url(../images/businness/business_com_visual_img.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 991px) {

  .h2_mv_business {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/businness/p_business_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }

}

@media (max-width: 575px) {

  .h2_mv_business {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/businness/p_business_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center left -100px;
  }
}

.business_tab_bg {
  padding-top: 100px;
  margin-bottom: 100px;
}

.business_tab ul li {
  margin: 5px;
  text-align: center;
  background-color: var(--a_bg);
  line-height: 2;
}

.business_tab ul li a {
  width: 200px;
  padding: 10px 5px;
  font-size: 1.8rem;
  color: var(--a_bl);
  font-weight: bold;
  transition: 0.3s;
}

.business_tab ul li a:hover {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .business_tab ul li a {
    width: 180px;
    padding: 10px 5px;
    font-size: 1.6rem;
  }

}

@media (max-width: 991px) {
  .business_tab ul li a {
    width: 200px;
    padding: 10px 5px;
    font-size: 1.6rem;
  }

  .business_tab ul li {
    margin: 5px;
    text-align: center;
  }

}

@media (max-width: 767px) {
  .business_tab_bg {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .business_tab ul li a {
    width: 300px;
  }
}


/* business01 */
#business01 {
  padding-bottom: 100px;
  position: relative;
}

.bo1_p_bg {
  background: #fff;
  border: 1px solid var(--a_bl);
  padding: 25px;
  margin-bottom: 50px;
}

.bo1_p_bg p {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  .bo1_p_bg p {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 575px) {

  #business01 {
    padding-bottom: 50px;
  }

  .bo1_p_bg {
    background: #fff;
    border: 1px solid var(--a_bl);
    padding: 20px;
  }

  .bo1_p_bg p {
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 1em;
    line-height: 1.75;
  }
}

#business01 .ashirai_01{
  position: absolute;
  top: 0%;
  left: 2%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}


#business01 .ashirai_02{
  position: absolute;
  top: 50%;
  right: 2%;
  background: url(../images/top/pink_ashira.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


@media (max-width: 1199px) {
  
  #business01 .ashirai_01, #business01 .ashirai_02{
    display: none;
  }
}

/* business01_table */

.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.table_design08 th,
.table_design08 td {
  border: 1px solid var(--a_bl);
  padding: 1em;
}

.table_design08 thead th {
  background-color: var(--a_orange);
  color: var(--a_bl);
  border: 1px solid var(--a_bl);
  border-right: 1px solid var(--a_bl);
  border-bottom: 1px solid var(--a_bl);
}

.table_design08 thead th:last-of-type {
  border-right: 1px solid var(--a_bl);
}

.table_design08 tbody th {
  color: var(--a_bl);
  text-align: center;
  background: #fff;
}

.table_design08 th {
  font-size: 1.8rem;
  font-weight: bold;
}

.table_design08 tbody td {
  background: #fff;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
}


@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
    width: 787px;
  }
}

@media screen and (max-width: 575px) {

  .table_design08 tbody td,
  .table_design08 th {
    font-size: 1.6rem;
  }
}

.indent_first {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
  .indent_first {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.6rem;
  }
}

/* business02 */

#business02 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--a_bg_2);
  background-image: url(../images/top/wood_bg.jpg);
  position: relative;
}

.business_map_bg {
  margin-top: 25px;
  padding-bottom: 50px;
}

.business_map {
  max-height: 400px;
}

.inner .bmap_above,
.inner .bmap_mid {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}

.inner .bmap_below {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 575px) {


  .inner .bmap_above,
  .inner .bmap_mid {
    font-size: 2.4rem;
    text-align: center;
  }

  .inner .bmap_below {
    font-size: 1.6rem;
  }

  #business02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#business02 .ashirai_01{
  position: absolute;
  top: 15%;
  left: 2%;
  background: url(../images/top/pink_yellow_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#business02 .ashirai_02{
  position: absolute;
  top: 10%;
  right: 2%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#business02 .ashirai_03{
  position: absolute;
  top: 70%;
  right: 5%;
  background: url(../images/top/orange_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


@media (max-width: 1199px) {
  
  #business02 .ashirai_01, #business02 .ashirai_02, #business02 .ashirai_03{
    display: none;
  }
}



/* business03 */
#business03 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.inner h4 {
  font-size: 2.2rem;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.25;
}

.inner p {
  font-size: 1.8rem;
}

.headline-ul {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd
}

/* rowをflexboxにする */
.row.d-flex {
  display: flex;
  align-items: stretch;
}

/* img_boxとtxt_boxが全高さを取る */
.img_box,
.txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.txt_box {
  background: #fff;
  padding: 40px;
}

/* 画像が中央に配置され、レスポンシブかつ高さを親に合わせる */
.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* innerコンテンツが全幅を取る */
.txt_box .inner {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .txt_box {
    background: #fff;
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .txt_box {
    background: #fff;
    padding: 15px;
  }

  .inner h4 {
    font-size: 2rem;
  }

  .inner p {
    font-size: 1.6rem;
  }

  #business03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#business03 .ashirai_01{
  position: absolute;
  top: 0%;
  left: 2%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#business03 .ashirai_02{
  position: absolute;
  top: 10%;
  right: 1%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#business03 .ashirai_03{
  position: absolute;
  top: 30%;
  left: 1%;
  background: url(../images/top/pink_ashira.png) no-repeat top left;
  width: 50%;
  height: 50%;
}

#business03 .ashirai_04{
  position: absolute;
  top: 45%;
  right: 0;
  background: url(../images/top/leaf_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#business03 .ashirai_05{
  position: absolute;
  top: 60%;
  left: 1%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top left;
  width: 50%;
  height: 50%;
}


#business03 .ashirai_06{
  position: absolute;
  top: 80%;
  right: 5%;
  background: url(../images/top/o_top_news_flower.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


@media (max-width: 1199px) {
  #business03 .ashirai_01, #business03 .ashirai_02, #business03 .ashirai_03, #business03 .ashirai_04, #business03 .ashirai_05, #business03 .ashirai_06{
    display: none;
  }
}

/* business04 */
#business04 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--a_bg_2);
  background-image: url(../images/top/wood_bg.jpg);
  position: relative;
}

/* flow */
.flow_design05 dl {
  margin-left: 100px;
}

.flow05 {
  padding-left: 0;
}

.flow05>li {
  list-style-type: none;
  position: relative;
  padding: 0 0 150px 100px;
}

.flow05>li .icon05 {
  width: 160px;
  height: 60px;
  line-height: 2em;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 5px;
  display: inline-block;
  background: var(--a_orange);
  color: var(--a_bl);
  position: absolute;
  left: 0;
}

.flow05 dt .icon05 {
  padding: 6px 0;
}

.flow05>li:not(:last-child)::before {
  content: '';
  background: var(--a_bg);
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05>li dl dt {
  font-size: 2rem;
  font-weight: 700;
  color: var(--a_bl);
}

.dd_text {
  margin-left: 0;
  font-size: 1.5rem;
  color: var(--a_bl);
  font-weight: normal;
}

.dt_adjust {
  position: absolute;
  top: 15px;
}

@media screen and (max-width: 1200px) {
  .b_flow_img img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 565px) {

  #business04 {
    padding: 50px 0;
  }

  .flow05>li .icon05 {
    width: 100px;
    height: 40px;
    line-height: 2em;
    text-align: center;
    font-size: 2rem;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
  }

  .flow05>li:not(:last-child)::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 45px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .flow05 dt .icon05 {
    padding: 0;
  }

  .flow05>li {
    padding: 0 0 210px 15px;
  }

  .flow05>li:last-child {
    padding-bottom: 100px;
  }

  .flow05>li dl dt {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .dd_text {
    font-size: 1.4rem;
  }

  .dt_adjust {
    position: absolute;
    top: 5px;
  }
}


#business04 .ashirai_01{
  position: absolute;
  top: 0%;
  left: 2%;
  background: url(../images/top/orange_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#business04 .ashirai_02{
  position: absolute;
  top: 10%;
  right: 1%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


#business04 .ashirai_04{
  position: absolute;
  top: 45%;
  right: 1%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#business04 .ashirai_05{
  position: absolute;
  top: 45%;
  left: 1%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top left;
  width: 50%;
  height: 50%;
}


#business04 .ashirai_06{
  position: absolute;
  top: 80%;
  right: 5%;
  background: url(../images/top/pink_yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


@media (max-width: 1199px) {
  #business04 .ashirai_01, #business04 .ashirai_02, #business04 .ashirai_03, #business04 .ashirai_04, #business04 .ashirai_05, #business04 .ashirai_06{
    display: none;
  }
}

/* business05 */

#business05 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

/* business05-flow */

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-weight: bold;
}

.flow04 img {
  width: 70px;
  height: 70px;
  margin: 10px auto;
}

.flow04>li {
  list-style-type: none;
  width: 180px;
  display: flex;
}

.flow04>li .icon04 {
  line-height: 3;
  width: 3em;
  height: 3em;
  text-align: center;
  color: var(--a_bl);
  background: var(--a_orange);
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}

.flow04>li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: var(--a_orange);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04>li dl {
  padding: 30px 30px;
  margin: 0;
  border: 3px solid #e2d9ba;
  background: #fff;
  position: relative;
  text-align: center;
}

.flow04>li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid var(--a_bl);
  border-right: 4px solid var(--a_bl);
  position: absolute;
  top: calc(50% - 14px);
  left: -32px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04>li dl dd {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--a_bl);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
}

.flow04>li dl dd {
  margin-left: 0;
}


@media(max-width: 1200px) {
  .flow04 {
    gap: 30px 90px;
  }

  .flow04>li:not(:first-child) dl::before {
    left: -70px;
  }
}

@media(max-width: 991px) {
  .flow04>li {
    list-style-type: none;
    width: auto;
    display: flex;
  }

  .flow04>li:not(:first-child) dl::before {
    left: -60px;
  }
}

@media(max-width: 767px) {

  .flow04>li {
    list-style-type: none;
    width: 400px;
    display: block;
  }

  .flow04 dt {
    text-align: center;
  }

  .flow04>li:not(:first-child) dl::before {
    top: -25px;
    left: 48%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .flow04 {
    gap: 30px;
  }

  .flow04>li dl dd {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--a_bl);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
  }

}

@media(max-width: 575px) {
  #business05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


#business05 .ashirai_01{
  position: absolute;
  top: 0%;
  right: 0%;
  background: url(../images/top/leaf_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
  transform: scale(-1, 1);
}

#business05 .ashirai_02{
  position: absolute;
  top: 70%;
  right: 2%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;

}

@media (max-width: 1199px) {
  #business05 .ashirai_01{
    display: none;
  }
}


/* business06 */

#business06 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--a_bg_2);
  background-image: url(../images/top/wood_bg.jpg);
  position: relative;
}

.b6_mb {
  margin-bottom: 50px;
}

/* テーブル全体の幅を100%に設定 */
.business6_adjust {
  width: 100%;
  border-collapse: collapse;
  /* ボーダーを重ね合わせる */
}

/* theadのthをフル幅に設定 */
.business6_adjust thead th {
  width: 100%;
  padding: 18px;
  /* セルの内側の余白を設定 */
  text-align: center;
  /* テキストを中央揃えにする */
}

/* tbodyのthおよびtdのスタイル */
.business6_adjust tbody th,
.business6_adjust tbody td {
  padding: 18px;
  /* セルの内側の余白を設定 */
  text-align: left;
  /* テキストを左揃えにする */
}


@media(max-width: 575px) {
  #business06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


#business06 .ashirai_01{
  position: absolute;
  top: 0%;
  left: 2%;
  background: url(../images/top/pink_ashira.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#business06 .ashirai_02{
  position: absolute;
  top: 10%;
  right: 1%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#business06 .ashirai_03{
  position: absolute;
  top: 30%;
  left: 2%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top left;
  width: 50%;
  height: 50%;
}

#business06 .ashirai_04{
  position: absolute;
  top: 45%;
  right: 0;
  background: url(../images/top/leaf_ashirai.png) no-repeat top right;
  width: 259px;
  height: 469px;
}

#business06 .ashirai_05{
  position: absolute;
  top: 60%;
  left: 1%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top left;
  width: 50%;
  height: 50%;
}


#business06 .ashirai_06{
  position: absolute;
  top: 80%;
  right: 5%;
  background: url(../images/top/o_top_news_flower.png) no-repeat top right;
  width: 208px;
  height: 213px;
}


@media (max-width: 1199px) {
  #business06 .ashirai_01, #business06 .ashirai_02, #business06 .ashirai_03, #business06 .ashirai_04, #business06 .ashirai_05, #business06 .ashirai_06{
    display: none;
  }
}



/* gallery.html
---------------------------------------------------- */


.h2_mv_gallery {
  width: 100%;
  height: 450px;
  position: relative;
  background-image: url(../images/gallery/gallery_com_visual_img.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 991px) {

  .h2_mv_gallery {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/gallery/p_gallery_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }

}

@media (max-width: 575px) {

  .h2_mv_gallery {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/gallery/p_gallery_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center left -100px;
  }
}

#gallery01 {
  padding: 100px 0;
}


div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: var(--a_brown);
  border: 1px solid #636;
  color: var(--a_bl);
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #CCC;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}



/* -------------------------------
	上部 カテゴリー
-------------------------------- */

.cat_navi .catbtn {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.15em;
  padding: 0.75em 1em;
  background-color: var(--a_brown);
  position: relative;
}

.cat_navi .catbtn:after {
  content: "\f0c9";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  transition: transform .3s ease;
}

.cat_navi .catbtn.on:after {
  content: "\f00d";
  transform: rotate(180deg);
}

/* .cat_navi .catnavi {
  display: none;
} */

@media print,
screen and (min-width: 768px) {
  .cat_navi .catbtn {
    display: none;
  }

  .cat_navi .catnavi {
    display: block;
  }
}

/* カテゴリー　一覧デザイン SP */
.cat {
  background: #fff;
}

.cat_navi_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cat_navi_list>li {
    line-height: 2;
    border-bottom: solid 1px #888;
    background-color: #fff;
  }

  .cat_navi_list>li>a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    display: block;
    position: relative;
  }

  .cat_navi_list>li>a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.875em;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
  }

  .cat_navi_list>li>a:hover,
  .cat_navi_list>li.active>a {
    color: var(--a_bl);
    background-color: var(--a_brown)
  }
}

/* カテゴリー　一覧デザイン PC */
@media print,
screen and (min-width: 768px) {
  .cat_navi_list {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }

  .cat_navi_list>li {
    flex: 0 0 33.33334%;
    padding: 0 5px;
    margin: 5px 0;
  }

  .cat_navi_list>li>a {
    color: var(--a_bl);
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 4em;
    height: 100%;
    padding: 0.5em;
    border: solid 1px var(--a_brown);
    background-color: #fff;
    position: relative;
    z-index: 0;
    transition: background .3s ease;
  }

  .cat_navi_list>li>a .in {
    width: 100%;
    text-align: center;
    display: block;
  }

  .cat_navi_list>li>a:hover,
  .cat_navi_list>li.active>a {
    font-weight: bold;
    color: var(--a_bl);
    background-color: var(--a_bg);
  }
}

@media print,
screen and (min-width: 1200px) {
  .cat_navi_list>li {
    flex: 0 0 20%;
  }
}

/* ---	ページング  --- */
.pagination-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
  margin: 50px 0;
}

.pagination-2 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1px;
  background-color: #fff;
  color: var(--a_bl);
  font-weight: bold;
  text-decoration: none;
}

.pagination-2 a:not(:hover) {
  text-decoration: none;
}

.pagination-2 .current a {
  background-color: var(--a_brown);
  pointer-events: none;
}

.link_figure {
  color: inherit;
  text-decoration: none;
}

.link_figure:hover {
  text-decoration: none;
}

.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.figure>img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}

.figure figcaption {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_figure {
  color: #333;
  max-width: 364px;
  margin: 0 auto;
}

/* .news_figure>.photo-ofi img {
  object-fit: cover;
} */

.photo-ofi {
  text-align: center;
  background: #f3f3f3;
}

.photo-ofi img {
  object-fit: contain;
  /* max-height: 300px; */
  /* min-height: 300px; */
  /* width: 300px; */
  height: 300px;
  text-align: center;
}

.news_figure figcaption .figcaption_head {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
}


.m-1 {
  /* max-height: 300px; */
  /* max-width: 300px; */
  height: 300px;
  width: 300px;
  object-fit: contain;
  text-align: center;
  /* background: #f4f4f4; */
}


.news_figure figcaption .figcaption_head .date {
  color: var(--a_bl);
  font-size: 1.6rem;
  font-weight: 500;
}

.news_figure figcaption .figcaption_head .date .new {
  color: #cc6666;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 6px;
  font-weight: bold;
}

.news_figure figcaption .figcaption_head .cat {
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  margin-left: auto;
  padding: 5px 10px;
  border: solid 1px #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_figure .ttl {
  font-size: 1.6rem;
}

a>.news_figure>.photo-ofi img {
  transition: opacity 0.3s ease;
}

a>.news_figure:hover>.photo-ofi img {
  opacity: 0.65;
}


@media(max-width: 575px) {
  #gallery01 {
    padding: 50px 0;
  }
}


/* -------------------------------
	gallery_2.html
  (gallery.htmlの詳細ページ)
-------------------------------- */

#gallery_2_01 {
  padding: 100px 0;
}

.g-title {
  padding-bottom: .5em;
  margin-bottom: 2rem;
  border-bottom: solid 1px #aaa;
  font-size: 3rem;
}

#gallery_2_01 .news_items {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

#gallery_2_01 .news_items .date {
  color: #999;
  font-weight: 500;
  font-size: 1.8rem;
}

#gallery_2_01 .news_items .date .new {
  color: #cc6666;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 6px;
}

#gallery_2_01 .news_items .cat {
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  margin-left: 1em;
  height: 26px;
  padding: 0 1em;
  border: solid 1px #dddddd;
}

#gallery_2_01 .cat_txt {
  font-size: 1.8rem;
}


@media(max-width: 575px) {
  #gallery_2_01 {
    padding: 50px 0;
  }

  .g-title {
    padding-bottom: .5em;
    margin-bottom: 2rem;
    border-bottom: solid 1px #aaa;
    font-size: 2rem;
  }

  #gallery_2_01 .cat_txt {
    font-size: 1.6rem;
  }

  #gallery_2_01 .news_items .date {
    font-size: 1.6rem;
  }
}



/* contact.html
---------------------------------------------------- */

.h2_mv_contact {
  width: 100%;
  height: 450px;
  position: relative;
  background-image: url(../images/contact/contact_com_visual_img.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.contact_fs_h3 {
  padding: 10px 20px;
}

@media (max-width: 991px) {

  .h2_mv_contact {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/contact/p_contact_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .contact_fs_h3 {
    font-size: clamp(22px, 3.6vw, 36px);
  }
}

@media (max-width: 575px) {

  .h2_mv_contact {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../images/contact/p_contact_com_visual_img.jpg);
    background-repeat: no-repeat;
    background-position: center left -100px;
  }
}

.tel_fax_above {
  display: flex;
  justify-content: center;
}


.h3_aqua_tel_fax {
  font-size: 2.4rem;
  color: var(--n_h_aq);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 15px;
}

.h3_aqua_tel_fax:before,
.h3_aqua_tel_fax:after {
  content: "";
  flex-grow: 1;
  border-top: 5px dotted #0d72bf;
  display: block;
  letter-spacing: 0.025em;
}

.h3_aqua_tel_fax:before {
  margin-right: 1rem;
  margin-left: 3rem;
}

.h3_aqua_tel_fax:after {
  margin-left: 1rem;
  margin-right: 3rem;
}


.h4_tel_fax {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 50px;
  white-space: nowrap;
}

.h4_mail_form {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 50px;
  white-space: nowrap;
}


.current_contact {
  color: #fff;
  text-align: center;
  height: 40px;
  width: 180px;
  border-radius: 32px;
  transition: 0.5s;
  background-image: linear-gradient(90deg, #015eea, #00c0fa);
}

.current_contact::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #007bff 0%, #36daf7 100%);
  transform: translate3d(0px, 15px, 0) scale(0.8);
  opacity: 0;
  transition: all 0.3s;
  content: "";
  z-index: -1;
  opacity: 0.7;
  filter: blur(20px);
}

.nav-item .current_contact {
  color: #fff;
}


@media (max-width: 1199px) {
  .h4_mail_form {
    font-size: 3.50vw;
    font-weight: 700;
    margin-bottom: 50px;
  }
}


@media (max-width: 575px) {

  .h3_aqua_tel_fax {
    margin: 50px 0 15px;
  }

  .h3_aqua_tel_fax:before {
    margin-right: 1rem;
    margin-left: 0.5rem;
  }

  .h3_aqua_tel_fax:after {
    margin-left: 1rem;
    margin-right: 0.5rem;
  }

  .h4_tel_fax {
    font-size: clamp(21px, 4.869vw, 28px);
    font-weight: 700;
    margin-bottom: 25px;
  }

  .h4_mail_form {
    font-size: clamp(20px, 4.869vw, 28px);
    font-weight: 700;
    margin-bottom: 25px;
  }

}


/* --------------contact_tel_fax-------------- */

.contact_tel_box {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
}

.contact_tel_box .ashirai_01{
  position: absolute;
  top: 0%;
  left: 5%;
  background: url(../images/top/orange_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

.contact_tel_box .ashirai_02{
  position: absolute;
  top: 1%;
  right: 5%;
  background: url(../images/top/pink_yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .contact_tel_box .ashirai_01, .contact_tel_box .ashirai_02, .contact_tel_box .ashirai_03, .contact_tel_box .ashirai_04, .contact_tel_box .ashirai_05, .contact_tel_box .ashirai_06{
    display: none;
  }
}


.tel_weight {
  font-size: clamp(28px, 1.75vw, 35px);
  font-weight: 700;
  color: var(--a_bl);
}

.contactBox .fa-phone {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 12px;
  color: var(--a_bl);
  background: var(--a_brown);
  border-radius: 50%;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .contactBox .fa-phone {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
    color: var(--a_bl);
    background: var(--a_brown);
    border-radius: 50%;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .tel_weight {
    font-size: clamp(24px, 1.75vw, 35px);
    font-weight: 700;
    color: var(--a_bl);
  }

}

.num span {
  text-decoration: none;
  color: var(--n_bl);
}

.contactBox {
  width: 100%;
  margin-top: 50px;
}

.contactBox dt {
  background: var(--n_h_aq);
  color: #fff;
  font-size: 18px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactBox dd {
  background: #fff;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #ccc;

}

.contactBox dd .num {
  border-bottom: dotted 1px #888;
  padding: 0 30px 10px;
}

.contactBox dd .num em {
  font-style: normal;
  margin-right: 5px;
  margin-bottom: 50px;
}

.contactBox dd .time {
  padding-top: 1em;
}


@media screen and (max-width: 767px) {
  .contactBox {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {

  .contact_tel_box {
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
  }

}


/* --------------contact_mailform-------------- */

#mail_form{
  position: relative;
}

#mail_form .ashirai_01{
  position: absolute;
  top: 0%;
  left: 1%;
  background: url(../images/top/yellow_aqua_ashirai.png) no-repeat top left;
  width: 100%;
  height: 100%;
}

#mail_form .ashirai_02{
  position: absolute;
  top: 10%;
  right: 1%;
  background: url(../images/top/yellow_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#mail_form .ashirai_03{
  position: absolute;
  top: 30%;
  left: 1%;
  background: url(../images/top/pink_ashira.png) no-repeat top left;
  width: 50%;
  height: 50%;
}

#mail_form .ashirai_04{
  position: absolute;
  top: 40%;
  right: 0;
  background: url(../images/top/leaf_ashirai.png) no-repeat top right;
  width: 100%;
  height: 100%;
}

#mail_form .ashirai_05{
  position: absolute;
  top: 60%;
  left: 1%;
  background: url(../images/top/aqua_ashirai.png) no-repeat top left;
  width: 50%;
  height: 50%;
}


#mail_form .ashirai_06{
  position: absolute;
  top: 80%;
  right: 5%;
  background: url(../images/top/o_top_news_flower.png) no-repeat top right;
  width: 100%;
  height: 100%;
}


@media (max-width: 1599px) {
  #mail_form .ashirai_01, #mail_form .ashirai_02, #mail_form .ashirai_03, #mail_form .ashirai_04, #mail_form .ashirai_05, #mail_form .ashirai_06{
    opacity: .6;
  }
}


@media (max-width: 1199px) {
  #mail_form .ashirai_01, #mail_form .ashirai_02, #mail_form .ashirai_03, #mail_form .ashirai_04, #mail_form .ashirai_05, #mail_form .ashirai_06{
    display: none;
  }
}



.contact_mailform_box {
  background-color: #f9f9f9;
  background-image: url(../images/top/wood_bg.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact_mailform_box h3 br {
  display: none;
}

@media screen and (max-width: 575px) {
  .contact_mailform_box h3 br {
    display: block;
  }

  .contact_mailform_box {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contact_h3_box {
  padding: 80px 0 32px;
}


.table_float {
  width: 100%;
  margin-bottom: 10px;
}

.table_float th {
  width: 100%;
  padding: 15px 15px 10px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
  position: relative;
  font-size: 1.8rem;
}

.table_float th::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 15%;
  height: 1px;
  background: var(--n_lo)
}


.table_float th div {
  display: flex;
  justify-content: start;
}

.table_float th .required {
  margin-left: 0.5em;
}

.table_float td {
  width: 100%;
  padding: 15px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
  font-size: 1.8rem;
}

@media (min-width: 767px) {
  .table_float table {
    width: 100%;
    display: table;
  }

  .table_float th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px var(--a_bg);
    border-bottom: solid 1px var(--a_bg);
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }

  .table_float th div {
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
  }

  .table_float td {
    padding: 18px 0px 18px 10px;
    border-top: solid 1px var(--a_bg);
    border-bottom: solid 1px var(--a_bg);
    line-height: 140%;
    display: table-cell;
  }
}

textarea {
  width: 100%;
}

.form25 {
  width: 80%;
  display: inline-block;
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form25 {
    width: 25%;
  }

  .form50 {
    width: 50%;
  }
}

.need {
  color: #d40000;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #e8342f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  margin-top: 5px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
  transform: translateY(-2px);
}

.formBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  height: 56px;
  background: var(--a_brown);
  color: var(--a_bl);
  position: relative;
  font-size: 3vw;
  transition: 0.5s;
}

@media (min-width: 575px) {
  .formBtn {
    font-size: 18px;
  }
}

.formBtn:hover {
  background: #FFF;
  text-decoration: none;
}

.formBtn.back:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-color: transparent transparent var(--a_bl) var(--a_bl);
  transform: rotate(45deg);
  margin-right: 0.5em;
}

.formBtn.next:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-color: var(--a_bl) var(--a_bl) transparent transparent;
  transform: rotate(45deg);
  margin-right: 0.5em;
}

button.formBtn {
  border: none;
  outline: none;
}

button.formBtn:hover {
  outline: none;
}

.back {
  background-color: #d9d9d9;
}

.send {
  background: var(--a_brown);
}

.privacyBox {
  height: 350px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 16px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
}

.privacyBox a {
  text-decoration: none;
  color: var(--n_bl);
  word-break: break-all
}

.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}

.privacyBox p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.8rem;
}

.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}

.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}

.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}

.ttl_policy {
  font-size: 1.8rem;
  font-weight: bold;
}

.ttl_policy_p {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .ttl_policy {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .ttl_policy_p {
    font-size: 1.6rem;
  }

  .privacyBox p {
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

.file_text {
  font-size: 1.2rem;
  text-align: justify;
}

.form-control {
  height: calc(2.25rem + 20px);
  font-size: 1.8rem;
}

.form-check-label {
  font-size: 1.8rem;
}


.photo-container {
  position: relative;
  display: inline-block;
  margin: 20px;
}

.lower-photo-container {
  position: relative;
  display: inline-block;
}


.tape {
  position: absolute;
  width: 180px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .tape {
    position: absolute;
    width: 140px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

.tape::before,
.tape::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.tape::before {
  left: 0;
}

.tape::after {
  right: 0;
}

.tape-right {
  top: 30px;
  right: -60px;
  transform: rotate(45deg);
}

.tape-left {
  top: 30px;
  left: -60px;
  transform: rotate(-45deg);
}


.center-tape_left {
  position: absolute;
  top: -25px;
  left: 55%;
  width: 200px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.center-tape_right {
  position: absolute;
  top: -25px;
  left: 45%;
  width: 200px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.lower-tape {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 220px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .lower-tape {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 180px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateX(-50%) rotate(-2deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

/* .lower-tape::before,
.lower-tape::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.lower-tape::before {
  left: 0;
}
.lower-tape::after {
  right: 0;
} */


.center-tape_big {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 240px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .center-tape_big {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 200px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateX(-50%) rotate(-2deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

.center-tape_big::before,
.center-tape_big::after, .center-tape_left::before,
.center-tape_left::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.center-tape_big::before,
.center-tape::before {
  left: 0;
}
.center-tape_big::after,
.center-tape::after {
  right: 0;
}

