@charset "UTF-8";
:root {
  --t_bl: #1a1a1a;
  --t_ore: #ff5611;
  --t_yel: #ffb300;
  --t_o_bg: #fff8f3;
  --t_gray: #f2eeee;
  --t_navy: #1b2b4b;
  --t_gra: linear-gradient(to right, #ff5611, #ffb300);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.wrapper {
  max-width: 2000px;
  overflow: hidden;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

#pagetop img {
  width: auto;
}
@media print, screen and (max-width: 1199px) {
  #pagetop img {
    width: 40px;
  }
}

/* common
------------------------------------------------------------------*/
.en {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.noto_ja {
  font-family: "Noto Sans JP", sans-serif;
}

.wipe_ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.indent_ad {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_orange {
  color: var(--t_ore);
}

.midashi_box {
  text-align: center;
}
.midashi_box .en {
  font-size: 11rem;
  letter-spacing: -0.025em;
  line-height: 1;
  background-image: var(--t_gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media print, screen and (max-width: 991px) {
  .midashi_box .en {
    font-size: clamp(9rem, 11vw, 11rem);
  }
}
@media screen and (max-width: 575px) {
  .midashi_box .en {
    font-size: clamp(7rem, 15.65vw, 9rem);
  }
}
.midashi_box .ja {
  font-size: 2.5rem;
  font-weight: 500;
}
@media print, screen and (max-width: 991px) {
  .midashi_box .ja {
    font-size: clmap(2rem, 2.52vw, 2.5rem);
  }
}
@media screen and (max-width: 575px) {
  .midashi_box .ja {
    font-size: clamp(1.8rem, 3.47vw, 2rem);
  }
}

.triangle_white {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  z-index: 2;
}
@media print, screen and (max-width: 991px) {
  .triangle_white {
    height: 8.07vw;
  }
}

.triangle_white_inversion {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  z-index: 2;
}
@media print, screen and (max-width: 991px) {
  .triangle_white_inversion {
    height: 8.07vw;
  }
}

.triangle_gray {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--t_gray);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  z-index: 2;
}
@media print, screen and (max-width: 991px) {
  .triangle_gray {
    height: 8.07vw;
  }
}

.triangle_navy {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--t_navy);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  z-index: 2;
}
@media print, screen and (max-width: 991px) {
  .triangle_navy {
    height: 8.07vw;
  }
}

.stroke_txt {
  font-size: 18rem;
  letter-spacing: -0.025em;
  line-height: 1;
  /* フォールバック */
  color: var(--t_ore);
  /* モダンブラウザ用 */
  color: transparent;
  -webkit-text-stroke: 2px var(--t_ore);
  text-stroke: 2px var(--t_ore);
}
@media print, screen and (max-width: 991px) {
  .stroke_txt {
    font-size: clamp(14rem, 15vw, 18rem);
  }
}
@media print, screen and (max-width: 767px) {
  .stroke_txt {
    font-size: clamp(10rem, 18.25vw, 14rem);
  }
}
@media screen and (max-width: 575px) {
  .stroke_txt {
    font-size: clamp(6.5rem, 17.39vw, 10rem);
  }
}

.obi_box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (max-width: 767px) {
  .obi_box {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}
.obi_box .obi_txt {
  display: inline-block;
  padding: 5px 20px;
  background: var(--t_ore);
  color: #fff;
  font-size: 4.3rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media print, screen and (max-width: 1765px) {
  .obi_box .obi_txt {
    font-size: clamp(3.8rem, 2.26vw, 4rem);
  }
}
@media print, screen and (max-width: 1490px) {
  .obi_box .obi_txt {
    font-size: clamp(2.8rem, 2.48vw, 3.7rem);
  }
}
@media print, screen and (max-width: 1199px) {
  .obi_box .obi_txt {
    padding: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .obi_box .obi_txt {
    font-size: clamp(3.2rem, 4.56vw, 3.5rem);
  }
}
@media screen and (max-width: 575px) {
  .obi_box .obi_txt {
    font-size: clamp(3rem, 5.56vw, 3.2rem);
  }
}
@media print, screen and (max-width: 480px) {
  .obi_box .obi_txt {
    padding: 10px 5px;
    font-size: clamp(2.8rem, 6.25vw, 3rem);
  }
}
@media print, screen and (max-width: 450px) {
  .obi_box .obi_txt {
    padding: 10px 2.5px;
    font-size: clamp(2.3rem, 6.22vw, 2.8rem);
  }
}
@media print, screen and (max-width: 375px) {
  .obi_box .obi_txt {
    font-size: 5.95vw;
  }
}
.obi_box .obi_txt .small_fs {
  font-size: 3rem;
  color: var(--t_bl);
}
@media print, screen and (max-width: 1490px) {
  .obi_box .obi_txt .small_fs {
    font-size: clamp(2rem, 2.01vw, 3rem);
  }
}
@media screen and (max-width: 575px) {
  .obi_box .obi_txt .small_fs {
    font-size: 0.75em;
  }
}
@media print, screen and (max-width: 375px) {
  .obi_box .obi_txt .small_fs {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}

.bg_ashirai_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (max-width: 991px) {
  .bg_ashirai_left {
    top: 35vw;
    width: 70vw;
  }
}
@media screen and (max-width: 575px) {
  .bg_ashirai_left {
    display: none;
  }
}

.bg_ashirai_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media print, screen and (max-width: 991px) {
  .bg_ashirai_right {
    display: none;
  }
}

.c_btn {
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--t_ore);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .c_btn {
    width: 300px;
  }
}
.c_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.c_btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c_btn:hover {
  background-color: #fff;
  color: var(--t_ore);
  border: 1px solid var(--t_ore);
}
.c_btn:hover::after {
  color: var(--t_ore);
}

.marker-bold {
  background: linear-gradient(transparent 70%, #ffb300 30%);
}

.message_box {
  padding: 60px 15px;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  border-radius: 0px;
  background: #ffffff;
  background-color: #ffffff;
  opacity: 0.8;
  background-color: #ffffff;
  opacity: 0.8;
  background-image: linear-gradient(#f4f4f4 1px, transparent 1px), linear-gradient(to right, #f4f4f4 1px, #ffffff 1px);
  background-size: 20px 20px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
  .message_box {
    padding: 20px 10px;
    margin-bottom: 15px;
  }
}
.message_box p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .message_box p {
    font-size: clamp(2rem, 3.82vw, 2.2rem);
  }
}
@media print, screen and (max-width: 400px) {
  .message_box p {
    text-align: left;
  }
}
.message_box .mes_ad {
  display: none;
}
@media print, screen and (max-width: 991px) {
  .message_box .mes_ad {
    display: block;
  }
}
@media print, screen and (max-width: 400px) {
  .message_box .mes_ad {
    display: none;
  }
}

/* header
------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  --header-height: 100px;
  background-color: #fff;
  padding-left: 2rem;
  z-index: 999;
}
@media print, screen and (max-width: 1399px) {
  header {
    padding-left: 1rem;
  }
}
@media print, screen and (max-width: 1199px) {
  header {
    height: 80px;
    --header-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  header {
    padding-left: 1rem;
    height: 70px;
    --header-height: 70px;
  }
}
@media screen and (max-width: 350px) {
  header {
    padding-left: 0.5rem;
  }
}

/*  header-logo
------------------------------------------------------------------*/
.header-logo {
  display: block;
  line-height: 1;
}
@media print, screen and (max-width: 1500px) {
  .header-logo img {
    max-width: 450px;
  }
}
@media print, screen and (max-width: 1399px) {
  .header-logo img {
    max-width: 380px;
  }
}
@media print, screen and (max-width: 1199px) {
  .header-logo img {
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .header-logo img {
    max-width: 240px;
  }
}

/*  header-nav
------------------------------------------------------------------*/
.header-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1199px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 100%;
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding-top: 80px;
    background: #fff;
    overflow-y: scroll;
    transition: 0.5s ease-out;
    z-index: -1;
  }
}
@media screen and (max-width: 575px) {
  .header-nav {
    max-width: 300px;
    padding-top: 70px;
  }
}

@media print, screen and (max-width: 1199px) {
  .header-nav.is-show {
    transform: translateX(-100%);
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
}
/*  header-nav-list
------------------------------------------------------------------*/
.header-nav-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  line-height: 1;
}
@media print, screen and (max-width: 1500px) {
  .header-nav-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media print, screen and (max-width: 1399px) {
  .header-nav-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media print, screen and (max-width: 1199px) {
  .header-nav-list {
    display: block;
    margin-right: initial;
  }
  .header-nav-list > li {
    border-bottom: 1px solid #ccc;
  }
}
/*  header-nav-list-item
------------------------------------------------------------------*/
.header-nav-list-item {
  position: relative;
  transition: 0.5s ease-out;
  z-index: 1;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  /* 下線のためのスペース */
}
@media print, screen and (max-width: 1399px) {
  .header-nav-list-item {
    font-size: clamp(16px, 1.28vw, 18px);
  }
}
@media print, screen and (max-width: 1199px) {
  .header-nav-list-item {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .header-nav-list-item {
    font-size: 2rem;
  }
}

/* 下線の基本スタイル*/
.header-nav-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--t_ore);
  transition: width 0.3s ease-out;
}

/* ホバー時のエフェクト */
@media (hover: hover) {
  .header-nav-list-item:hover {
    color: var(--h_gre);
    text-decoration: none;
  }
  .header-nav-list-item:hover::before {
    width: 100%;
  }
}
/* 画面幅575px以下hoverなし */
@media screen and (max-width: 575px) {
  .header-nav-list-item:hover {
    color: inherit;
  }
  .header-nav-list-item:hover::before {
    width: 0;
  }
}
/* アクティブ状態 */
.header-nav-list-item.active {
  color: var(--t_ore);
}

.header-nav-list-item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--t_ore);
}
@media print, screen and (max-width: 1199px) {
  .header-nav-list-item.active::before {
    bottom: -2px;
  }
}

@media print, screen and (max-width: 1199px) {
  .header-nav-list-item {
    display: block;
    padding: 25px;
  }
  .header-nav-list-item::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
  }
}
/* h_tel_box
------------------------------------------------------------------*/
.h_tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1199px) {
  .h_tel_box {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .h_tel_box {
    max-width: 100%;
  }
}

.tel_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: var(--t_gra);
  padding: 20px 15px;
  margin-left: 40px;
  max-width: 343px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
@media print, screen and (max-width: 1500px) {
  .tel_wrap {
    margin-left: 3rem;
  }
}
@media print, screen and (max-width: 1399px) {
  .tel_wrap {
    margin-left: 2rem;
  }
}
@media print, screen and (max-width: 1199px) {
  .tel_wrap {
    margin-left: 0;
    max-width: none;
  }
}
.tel_wrap i {
  color: var(--t_ore);
  font-size: 3rem;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .tel_wrap i {
    font-size: 2.4rem;
    width: 50px;
    height: 50px;
  }
}
.tel_wrap .h_tel_txt {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 575px) {
  .tel_wrap .h_tel_txt {
    margin-left: 5px;
  }
}
.tel_wrap .h_tel_txt .h_time {
  color: #fff;
  display: block;
}
@media screen and (max-width: 575px) {
  .tel_wrap .h_tel_txt .h_time {
    font-size: clamp(1.6rem, 3.13vw, 1.8rem);
  }
}
.tel_wrap .h_tel_txt .en {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: -0.05em;
  display: block;
}
@media screen and (max-width: 575px) {
  .tel_wrap .h_tel_txt .en {
    font-size: 3.1rem;
  }
}

/*  header-hamburger
------------------------------------------------------------------*/
.header-hamburger {
  display: none;
}

@media print, screen and (max-width: 1199px) {
  .header-hamburger {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
    width: var(--header-height);
    height: var(--header-height);
    background-color: var(--t_ore);
    cursor: pointer;
    z-index: 2;
  }
  .header-hamburger .lines {
    position: relative;
    width: calc(var(--header-height) * 0.5);
    height: calc(var(--header-height) * 0.3);
    z-index: 1;
  }
  .header-hamburger .inner-line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s ease-out;
  }
  .header-hamburger #line1 {
    top: 0;
  }
  .header-hamburger #line2 {
    top: calc(var(--header-height) * 0.3 * 0.5 - 1px);
  }
  .header-hamburger #line3 {
    bottom: 0;
  }
  .header-hamburger.open .inner-line#line1 {
    transform: rotate(-135deg);
    top: calc(var(--header-height) * 0.3 * 0.5 - 1px) !important;
  }
  .header-hamburger.open .inner-line#line2 {
    opacity: 0;
  }
  .header-hamburger.open .inner-line#line3 {
    transform: rotate(135deg);
    top: calc(var(--header-height) * 0.3 * 0.5 - 1px) !important;
  }
  .header-hamburger .text {
    font-size: var(--en-font);
    font-size: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
/*  header-overlay
------------------------------------------------------------------*/
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: 998;
}

.header-overlay.is-show {
  opacity: 0.7;
  visibility: visible;
}

/*  mainvisual
------------------------------------------------------------------*/
#mainvisual {
  min-height: 100vh;
  position: relative;
  z-index: 0;
  /*  swiper
  ------------------------------------------------------------------*/
}
@supports (height: 100dvh) {
  #mainvisual {
    height: 100dvh;
  }
}
#mainvisual .slide-photo {
  overflow: hidden;
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 991px) {
  #mainvisual .slide-photo img {
    -o-object-position: -150px center;
       object-position: -150px center;
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .slide-photo img {
    -o-object-position: -170px bottom;
       object-position: -170px bottom;
  }
}
@supports (height: 100dvh) {
  #mainvisual .slide-photo {
    height: 100dvh;
  }
}
@media print, screen and (max-width: 767px) {
  #mainvisual .slider_ad img {
    -o-object-position: -350px center;
       object-position: -350px center;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#mainvisual .swiper-slide-active .swiper-img,
#mainvisual .swiper-slide-duplicate-active .swiper-img,
#mainvisual .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
#mainvisual .mv_catch_ashirai_1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width: 1199px) {
  #mainvisual .mv_catch_ashirai_1 {
    top: 80px;
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .mv_catch_ashirai_1 {
    top: 70px;
  }
}
#mainvisual .mv_catch_ashirai_1 img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1399px) {
  #mainvisual .mv_catch_ashirai_1 img {
    width: 19.5vw;
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .mv_catch_ashirai_1 img {
    width: 40vw;
  }
}
#mainvisual .mv_catch_ashirai_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#mainvisual .mv_catch_ashirai_2 img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1399px) {
  #mainvisual .mv_catch_ashirai_2 img {
    width: 24.5vw;
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .mv_catch_ashirai_2 img {
    width: 40vw;
  }
}
#mainvisual .mv_catch {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (max-width: 991px) {
  #mainvisual .mv_catch {
    left: 0;
    gap: 5px;
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .mv_catch {
    top: 80%;
  }
}
@media print, screen and (max-width: 390px) {
  #mainvisual .mv_catch {
    gap: 2.5px;
    left: 5px;
  }
}
#mainvisual .mv_catch .catch_txt {
  font-size: 7rem;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
  line-height: 1;
  letter-spacing: 0.005em;
}
@media print, screen and (max-width: 1399px) {
  #mainvisual .mv_catch .catch_txt {
    font-size: clamp(4rem, 5vw, 7rem);
  }
}
@media print, screen and (max-width: 767px) {
  #mainvisual .mv_catch .catch_txt {
    font-size: clamp(3.5rem, 6.51vw, 5rem);
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .mv_catch .catch_txt {
    font-size: clamp(2.5rem, 6.95vw, 4rem);
  }
}
@media print, screen and (max-width: 390px) {
  #mainvisual .mv_catch .catch_txt {
    font-size: clamp(2.25rem, 6.41vw, 2.5rem);
  }
}
#mainvisual .mv_catch .catch_txt .small_fs {
  font-size: 5rem;
}
@media print, screen and (max-width: 1399px) {
  #mainvisual .mv_catch .catch_txt .small_fs {
    font-size: clamp(3rem, 3.57vw, 5rem);
  }
}
@media screen and (max-width: 575px) {
  #mainvisual .mv_catch .catch_txt .small_fs {
    font-size: clamp(2rem, 5.21vw, 3rem);
  }
}
@media print, screen and (max-width: 390px) {
  #mainvisual .mv_catch .catch_txt .small_fs {
    font-size: clamp(1.6rem, 5.12vw, 2rem);
  }
}
#mainvisual .mv_catch .c_upper,
#mainvisual .mv_catch .c_bellow {
  display: inline-block;
  padding: 15px 20px;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media print, screen and (max-width: 767px) {
  #mainvisual .mv_catch .c_upper,
  #mainvisual .mv_catch .c_bellow {
    padding: 10px;
  }
}
@media print, screen and (max-width: 390px) {
  #mainvisual .mv_catch .c_upper,
  #mainvisual .mv_catch .c_bellow {
    padding: 10px 5px;
  }
}
#mainvisual .mv_catch .c_upper {
  padding-right: 0;
}
#mainvisual .mv_catch .letter_ad {
  letter-spacing: -0.1em;
}

/* index_html
------------------------------------------------------------------*/
/* insec_1
------------------------------------------------------------------*/
#insec_1 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #insec_1 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #insec_1 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#insec_1 .midashi_box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  #insec_1 .midashi_box {
    margin-bottom: 3rem;
  }
}
#insec_1 .txt_box {
  margin-left: 17.75vw;
  max-width: 37vw;
}
@media print, screen and (max-width: 1750px) {
  #insec_1 .txt_box {
    margin-left: 9vw;
    max-width: 40vw;
  }
}
@media print, screen and (max-width: 1299px) {
  #insec_1 .txt_box {
    margin-left: 7vw;
    max-width: 55vw;
  }
}
@media print, screen and (max-width: 991px) {
  #insec_1 .txt_box {
    margin-left: 5.15vw;
    margin-right: 2.5vw;
    max-width: 58vw;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_1 .txt_box {
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  #insec_1 .txt_box {
    margin-left: 0;
    margin-right: 0;
  }
}
#insec_1 .p_box {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (max-width: 991px) {
  #insec_1 .p_box {
    margin-top: 3rem;
    gap: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_1 .p_box {
    margin-top: 2rem;
  }
}
#insec_1 .p_box p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  #insec_1 .p_box p {
    text-align: justify;
  }
}
@media print, screen and (max-width: 375px) {
  #insec_1 .p_box p {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}
#insec_1 .img_box {
  position: relative;
  margin-left: 3rem;
}
@media print, screen and (max-width: 991px) {
  #insec_1 .img_box {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_1 .img_box {
    display: none;
  }
}
#insec_1 .img_box .img_right {
  height: 590px;
}
@media print, screen and (max-width: 1750px) {
  #insec_1 .img_box .img_right {
    width: 100%;
    height: 550px;
  }
}
@media print, screen and (max-width: 1500px) {
  #insec_1 .img_box .img_right {
    width: 100%;
    height: 500px;
  }
}
@media print, screen and (max-width: 1399px) {
  #insec_1 .img_box .img_right {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    height: 425px;
  }
}
@media print, screen and (max-width: 1199px) {
  #insec_1 .img_box .img_right {
    height: 600px;
    -o-object-position: -200px center;
       object-position: -200px center;
  }
}
@media print, screen and (max-width: 991px) {
  #insec_1 .img_box .img_right {
    max-width: 50vw;
    -o-object-position: -200px center;
       object-position: -200px center;
  }
}
#insec_1 .img_box .txt_ashirai {
  position: absolute;
  bottom: -3vw;
  left: -30px;
}
@media print, screen and (max-width: 1750px) {
  #insec_1 .img_box .txt_ashirai {
    bottom: -30px;
    left: -25px;
  }
}
@media print, screen and (max-width: 1500px) {
  #insec_1 .img_box .txt_ashirai {
    bottom: -50px;
    left: -15px;
  }
}
@media print, screen and (max-width: 1399px) {
  #insec_1 .img_box .txt_ashirai {
    bottom: -60px;
    left: -20px;
  }
}
@media print, screen and (max-width: 1199px) {
  #insec_1 .img_box .txt_ashirai {
    bottom: -40px;
    left: -10px;
  }
}
#insec_1 .img_box .txt_ashirai .stroke_txt {
  font-size: 7.5vw;
}
@media print, screen and (max-width: 1500px) {
  #insec_1 .img_box .txt_ashirai .stroke_txt {
    font-size: 8vw;
  }
}
@media print, screen and (max-width: 1299px) {
  #insec_1 .img_box .txt_ashirai .stroke_txt {
    font-size: 9vw;
  }
}
@media print, screen and (max-width: 1199px) {
  #insec_1 .img_box .txt_ashirai .stroke_txt {
    font-size: 8.5vw;
  }
}
#insec_1 .letter_ad {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 575px) {
  #insec_1 .letter_ad {
    margin-right: 5px;
  }
}

/* insec_2
------------------------------------------------------------------*/
#insec_2 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
  background: var(--t_gray);
}
@media print, screen and (max-width: 767px) {
  #insec_2 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #insec_2 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#insec_2 .midashi_box {
  margin-bottom: 6rem;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  #insec_2 .midashi_box {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #insec_2 .midashi_box .en {
    font-size: clamp(5rem, 15.65vw, 9rem);
  }
}
#insec_2 .icon_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1199px) {
  #insec_2 .icon_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
  }
}
@media print, screen and (max-width: 991px) {
  #insec_2 .icon_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
    justify-content: center;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_2 .icon_wrap {
    grid-template-columns: repeat(auto-fit, minmax(225px, 160px));
  }
}
@media screen and (max-width: 575px) {
  #insec_2 .icon_wrap {
    gap: 40px 30px;
    margin-top: 3rem;
  }
}
@media print, screen and (max-width: 515px) {
  #insec_2 .icon_wrap {
    gap: 30px 15px;
  }
}
@media print, screen and (max-width: 500px) {
  #insec_2 .icon_wrap {
    grid-template-columns: repeat(auto-fit, minmax(180px, 160px));
  }
}
@media print, screen and (max-width: 400px) {
  #insec_2 .icon_wrap {
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
  }
}
@media print, screen and (max-width: 345px) {
  #insec_2 .icon_wrap {
    grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
  }
}
#insec_2 .icon_wrap .icon_box {
  position: relative;
}
#insec_2 .icon_wrap .icon_box img {
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 12.75px 2.25px rgba(221, 221, 221, 0.4);
}
#insec_2 .icon_wrap .icon_box .stroke_txt {
  position: absolute;
  top: -30px;
  left: 5px;
  font-size: 8.5rem;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  #insec_2 .icon_wrap .icon_box .stroke_txt {
    top: -20px;
    font-size: clamp(6rem, 14.78vw, 8.5rem);
  }
}
@media print, screen and (max-width: 400px) {
  #insec_2 .icon_wrap .icon_box .stroke_txt {
    font-size: clamp(5.5rem, 15vw, 6rem);
  }
}
@media print, screen and (max-width: 345px) {
  #insec_2 .icon_wrap .icon_box .stroke_txt {
    font-size: 7rem;
  }
}
#insec_2 .btn_box {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  #insec_2 .btn_box {
    margin-top: 3rem;
  }
}
#insec_2 .bg_ashirai_left {
  top: 50px;
  left: 50px;
  z-index: 1;
}
#insec_2 .bg_ashirai_right {
  bottom: 240px;
  right: 50px;
  z-index: 1;
}
@media print, screen and (max-width: 991px) {
  #insec_2 .bg_ashirai_right {
    right: -260px;
  }
}

/* insec_3
------------------------------------------------------------------*/
#insec_3 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #insec_3 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #insec_3 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#insec_3 .midashi_box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  #insec_3 .midashi_box {
    margin-bottom: 3rem;
  }
}
#insec_3 .txt_box {
  margin-left: 17.75vw;
  max-width: 37vw;
}
@media print, screen and (max-width: 1800px) {
  #insec_3 .txt_box {
    max-width: 38vw;
  }
}
@media print, screen and (max-width: 1750px) {
  #insec_3 .txt_box {
    margin-left: 9vw;
    max-width: 40vw;
  }
}
@media print, screen and (max-width: 1660px) {
  #insec_3 .txt_box {
    max-width: 45vw;
    margin-right: 9vw;
  }
}
@media print, screen and (max-width: 1499px) {
  #insec_3 .txt_box {
    margin-left: 7vw;
    margin-right: 3.5vw;
    min-width: 670px;
    max-width: 50vw;
  }
}
@media print, screen and (max-width: 1199px) {
  #insec_3 .txt_box {
    margin-right: 0;
    min-width: 530px;
    max-width: 55vw;
  }
}
@media print, screen and (max-width: 991px) {
  #insec_3 .txt_box {
    margin-left: 5.15vw;
    margin-right: 2.5vw;
    min-width: 515px;
    max-width: 67vw;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_3 .txt_box {
    max-width: none;
    margin-right: 5.15vw;
  }
}
@media screen and (max-width: 575px) {
  #insec_3 .txt_box {
    min-width: 0;
  }
}
@media print, screen and (max-width: 610px) {
  #insec_3 .txt_box {
    margin-left: 0;
    margin-right: 0;
  }
}
#insec_3 .p_box {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (max-width: 991px) {
  #insec_3 .p_box {
    margin-top: 3rem;
    gap: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_3 .p_box {
    margin-top: 2rem;
  }
}
#insec_3 .p_box p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  #insec_3 .p_box p {
    text-align: justify;
  }
}
@media print, screen and (max-width: 375px) {
  #insec_3 .p_box p {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}
#insec_3 .img_box {
  position: relative;
  margin-left: 3rem;
  display: flex;
  gap: 5rem;
}
@media print, screen and (max-width: 1850px) {
  #insec_3 .img_box {
    margin-left: 0;
    gap: 2.5rem;
  }
}
@media print, screen and (max-width: 1660px) {
  #insec_3 .img_box {
    gap: 1rem;
  }
}
@media print, screen and (max-width: 991px) {
  #insec_3 .img_box {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #insec_3 .img_box {
    display: none;
  }
}
#insec_3 .img_box .img_right {
  height: 510px;
}
@media print, screen and (max-width: 1399px) {
  #insec_3 .img_box .img_right {
    height: 425px;
  }
}
@media print, screen and (max-width: 1199px) {
  #insec_3 .img_box .img_right {
    height: 510px;
  }
}
@media print, screen and (max-width: 1660px) {
  #insec_3 .img_box .img_right img {
    height: 510px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media print, screen and (max-width: 1660px) and (max-width: 1399px) {
  #insec_3 .img_box .img_right img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    height: 425px;
  }
}
@media print, screen and (max-width: 1660px) and (max-width: 1199px) {
  #insec_3 .img_box .img_right img {
    height: 510px;
    -o-object-position: right center;
       object-position: right center;
  }
}
#insec_3 .img_box .img_ad {
  margin-top: 8rem;
  display: block;
}
@media print, screen and (max-width: 1199px) {
  #insec_3 .img_box .img_ad {
    display: none;
  }
}
#insec_3 .letter_ad {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 575px) {
  #insec_3 .letter_ad {
    margin-right: 5px;
  }
}
#insec_3 .btn_box {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  #insec_3 .btn_box {
    margin-top: 3rem;
  }
}
#insec_3 .md_box {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #insec_3 .md_box {
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  #insec_3 .md_box {
    gap: 5px;
  }
}
#insec_3 .obi_txt {
  display: inline-block;
  padding: 5px 20px;
  background: var(--t_ore);
  color: #fff;
  font-size: 4.3rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media print, screen and (max-width: 1420px) {
  #insec_3 .obi_txt {
    font-size: clamp(3.2rem, 2.816vw, 4rem);
  }
}
@media print, screen and (max-width: 1199px) {
  #insec_3 .obi_txt {
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  #insec_3 .obi_txt {
    font-size: clamp(3rem, 5.56vw, 3.2rem);
  }
}
@media print, screen and (max-width: 505px) {
  #insec_3 .obi_txt {
    padding: 10px 5px;
    font-size: clamp(2.2rem, 5.94vw, 3rem);
  }
}
@media print, screen and (max-width: 400px) {
  #insec_3 .obi_txt {
    padding: 10px 2.5px;
  }
}
@media print, screen and (max-width: 375px) {
  #insec_3 .obi_txt {
    font-size: 6vw;
  }
}
@media print, screen and (max-width: 350px) {
  #insec_3 .obi_txt {
    font-size: 5.9vw;
  }
}
#insec_3 .obi_txt .small_fs {
  font-size: 3rem;
  color: var(--t_bl);
}
@media print, screen and (max-width: 1420px) {
  #insec_3 .obi_txt .small_fs {
    font-size: clamp(2.5rem, 2.11vw, 3rem);
  }
}
@media screen and (max-width: 575px) {
  #insec_3 .obi_txt .small_fs {
    font-size: 0.75em;
  }
}

/* footer
------------------------------------------------------------------*/
footer {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: var(--t_navy);
}
@media print, screen and (max-width: 991px) {
  footer {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  footer {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}
footer .f_box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 991px) {
  footer .f_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .f_logo img {
  padding-bottom: 6rem;
}
@media print, screen and (max-width: 1199px) {
  footer .f_logo img {
    width: 400px;
  }
}
@media print, screen and (max-width: 767px) {
  footer .f_logo img {
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  footer .f_logo img {
    width: 280px;
    padding-bottom: 2.5rem;
  }
}
footer .txt_box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .txt_box p {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 575px) {
  footer .txt_box p {
    font-size: clamp(1.8rem, 3.47vw, 2rem);
  }
}
footer .txt_box a {
  color: #fff;
}
footer .f_add {
  color: #fff;
  transition: color 0.3s ease;
  margin-left: 5px;
}
footer .f_add:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media print, screen and (max-width: 991px) {
  footer .f_left {
    display: none;
  }
}
footer .f_left .f-nav-list {
  display: flex;
  gap: 4rem;
}
@media print, screen and (max-width: 1199px) {
  footer .f_left .f-nav-list {
    gap: 2.5rem;
  }
}
@media print, screen and (max-width: 991px) {
  footer .f_left .f-nav-list {
    justify-content: center;
    margin-top: 2rem;
  }
}
footer .f_left .f-nav-list a {
  color: #fff;
  font-size: 1.8rem;
  transition: color 0.3s ease;
}
footer .f_left .f-nav-list a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom_txt p {
  margin-top: 6rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: end;
}
@media print, screen and (max-width: 991px) {
  footer .bottom_txt p {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  footer .bottom_txt p {
    margin-top: 2.5rem;
  }
}
footer .br_ad {
  display: none;
}
@media print, screen and (max-width: 1199px) {
  footer .br_ad {
    display: block;
  }
}
@media print, screen and (max-width: 991px) {
  footer .br_ad {
    display: none;
  }
}
@media print, screen and (max-width: 450px) {
  footer .br_ad {
    display: block;
  }
}

/* low_mv
------------------------------------------------------------------*/
#low_mv {
  position: relative;
}
#low_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
#low_mv .low_img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media print, screen and (max-width: 1199px) {
  #low_mv .low_img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media print, screen and (max-width: 390px) {
  #low_mv .low_img {
    -o-object-position: -950px center;
       object-position: -950px center;
  }
}
#low_mv .low_mv_catch {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
#low_mv .midashi_box {
  text-align: center;
}
#low_mv .midashi_box .en {
  font-size: 11rem;
  letter-spacing: -0.025em;
  line-height: 1;
  background-image: var(--t_gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media print, screen and (max-width: 991px) {
  #low_mv .midashi_box .en {
    font-size: clamp(9rem, 11vw, 11rem);
  }
}
@media print, screen and (max-width: 991px) {
  #low_mv .midashi_box .en {
    font-size: clamp(8.4rem, 11.73vw, 9rem);
  }
}
@media screen and (max-width: 575px) {
  #low_mv .midashi_box .en {
    font-size: clamp(3.9rem, 14.6vw, 8.4rem);
  }
}
@media print, screen and (max-width: 350px) {
  #low_mv .midashi_box .en {
    font-size: clamp(4.2rem, 13.71vw, 4.8rem);
  }
}
#low_mv .midashi_box .ja {
  font-size: 2.5rem;
  font-weight: 500;
}
@media print, screen and (max-width: 991px) {
  #low_mv .midashi_box .ja {
    font-size: clmap(2rem, 2.52vw, 2.5rem);
  }
}
@media screen and (max-width: 575px) {
  #low_mv .midashi_box .ja {
    font-size: clamp(1.8rem, 3.47vw, 2rem);
  }
}
#low_mv .mv_catch_ashirai_1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width: 1199px) {
  #low_mv .mv_catch_ashirai_1 {
    top: 80px;
  }
}
@media screen and (max-width: 575px) {
  #low_mv .mv_catch_ashirai_1 {
    top: 70px;
  }
}
#low_mv .mv_catch_ashirai_1 img {
  width: 7.5vw;
  height: auto;
}
@media print, screen and (max-width: 1399px) {
  #low_mv .mv_catch_ashirai_1 img {
    width: 15vw;
  }
}
@media screen and (max-width: 575px) {
  #low_mv .mv_catch_ashirai_1 img {
    width: 20vw;
  }
}
#low_mv .mv_catch_ashirai_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#low_mv .mv_catch_ashirai_2 img {
  width: 7.5vw;
  height: auto;
}
@media print, screen and (max-width: 1399px) {
  #low_mv .mv_catch_ashirai_2 img {
    width: 15vw;
  }
}
@media screen and (max-width: 575px) {
  #low_mv .mv_catch_ashirai_2 img {
    width: 20vw;
  }
}

/* contact.html
------------------------------------------------------------------*/
/* #con_sec1
------------------------------------------------------------------*/
#con_sec1 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media print, screen and (max-width: 1199px) {
  #con_sec1 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 575px) {
  #con_sec1 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
#con_sec1 .tel_fax_weight {
  font-size: clamp(3.8rem, 2vw, 4rem);
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (max-width: 991px) {
  #con_sec1 .tel_fax_weight {
    font-size: 3.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  #con_sec1 .tel_fax_weight {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  #con_sec1 .tel_fax_weight {
    font-size: clamp(2.9rem, 6.95vw, 4rem);
  }
}
#con_sec1 .num span {
  text-decoration: none;
  color: #000;
}
#con_sec1 .contactBox {
  width: 100%;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.075);
}
@media print, screen and (max-width: 991px) {
  #con_sec1 .contactBox {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #con_sec1 .contactBox {
    margin-bottom: 15px;
  }
}
#con_sec1 .contactBox dt {
  background: var(--t_ore);
  color: #fff;
  font-size: 2.2rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 991px) {
  #con_sec1 .contactBox dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  #con_sec1 .contactBox dt {
    font-size: clamp(18px, 3.47vw, 20px);
  }
}
#con_sec1 .contactBox dd {
  background: #fff;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: none;
}
@media print, screen and (max-width: 991px) {
  #con_sec1 .contactBox dd {
    padding: 25px 0;
  }
}
#con_sec1 .contactBox dd .time {
  padding-top: 1em;
}
#con_sec1 .contactBox dd .num {
  border-bottom: dotted 1px #ccc;
  padding: 0 30px 10px;
}
#con_sec1 .contactBox dd .tel_icon,
#con_sec1 .contactBox dd .fax_icon {
  position: relative;
  padding-left: 0.95em;
  letter-spacing: -0.05em;
}
#con_sec1 .contactBox dd .tel_icon::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  font-size: 0.75em;
}
#con_sec1 .contactBox dd .fax_icon::before {
  content: "\f1ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  font-size: 0.75em;
}
@media screen and (max-width: 575px) {
  #con_sec1 .contact_tel_fax_box {
    margin-bottom: 20px;
  }
}

/* #con_sec2
------------------------------------------------------------------*/
/* table
------------------------- */
.contact_box {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.075);
}

/* フォームのテーブル
------------------------- */
.table_form {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.table_form th {
  width: 100%;
  padding: 15px;
  padding-right: 54px;
  display: block;
  font-size: 100%;
  font-weight: normal;
  position: relative;
  font-weight: bold;
}

.table_form td {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0px 15px 15px 15px;
  display: block;
}

.table_form th span {
  /*必須*/
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #fff;
  padding: 2.75px 10px;
  border-radius: 3px;
  float: right;
  background-color: red;
}

.table_form td.last {
  border-bottom: none;
}

.table_form td.class {
  border-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .table_form th {
    width: 35%;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 53px 0 20px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    position: relative;
    font-weight: 700;
  }
  .table_form td {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    display: block;
    align-items: center;
  }
  .table_form th span {
    /*必須*/
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    padding: 2.75px 10px;
    border-radius: 3px;
    float: right;
    background-color: red;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th {
    width: 35%;
  }
  .table_form td {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
  }
}
/* form
---------------------------------------------------- */
.required input[type=text],
.required input[type=password],
.required select,
.required textarea {
  border: 1px solid #c36;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  margin: 2px 4px 6px 0;
}
@media print, screen and (max-width: 991px) {
  input[type=checkbox],
  input[type=radio] {
    margin-bottom: 5px;
  }
}

input {
  font-size: 100%;
  vertical-align: middle;
  padding: 9px;
}

input[type=text],
select {
  border: 1px solid #ccc;
  border-radius: 3px;
}

input:focus[type=text] {
  border: 1px solid #06c;
}

textarea {
  font-size: 100%;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
}

input {
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
}

.table_form label {
  font-weight: normal !important;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .slc1 {
    float: left;
  }
  .nengou div {
    float: left;
    margin: 12px 0 0 12px;
  }
  .year div {
    float: left;
    margin: 12px 0 0 12px;
  }
  .month div {
    float: left;
    margin: 12px 0 0 12px;
  }
  .day div {
    float: left;
    margin: 12px 0 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .slc1 {
    float: left;
  }
  .nengou div {
    float: left;
    margin: 12px 0 0 8px;
  }
  .year div {
    float: left;
    margin: 12px 0 0 8px;
  }
  .month div {
    float: left;
    margin: 12px 0 0 8px;
  }
  .day div {
    float: left;
    margin: 12px 0 0 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .nengou {
    float: left;
    width: 150px;
    padding: 0 0 15px 0;
  }
  .year {
    float: left;
    width: 130px;
  }
  .month {
    float: left;
    width: 130px;
  }
  .day {
    float: left;
    width: 130px;
  }
}
@media print, screen and (min-width: 992px) {
  .nengou {
    float: left;
    width: 150px;
    padding: 0 0 15px 0;
  }
  .year {
    float: left;
    width: 150px;
  }
  .month {
    float: left;
    width: 150px;
  }
  .day {
    float: left;
    width: 150px;
  }
}
.w100 {
  width: 100%;
}

.w80 {
  width: 80px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .w80 {
    width: 80px;
    margin-right: 10px;
  }
}
.w300 {
  width: 100%;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .w300 {
    width: 300px;
  }
}
.w180 {
  width: 100px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .w180 {
    width: 120px;
  }
}
@media print, screen and (min-width: 992px) {
  .w180 {
    width: 180px;
  }
}
.form-control {
  height: 50px;
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}

.one_select {
  color: red;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}

.cb_ad {
  margin-top: 15px;
  margin-bottom: 15px;
}

#con_sec2 {
  position: relative;
  padding-bottom: 20rem;
}
@media screen and (max-width: 575px) {
  #con_sec2 {
    padding-bottom: 10rem;
  }
}

.u_midashi_box {
  padding-top: 60px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--t_ore);
}
@media print, screen and (max-width: 767px) {
  .u_midashi_box {
    padding-top: 30px;
  }
}
.u_midashi_box .u_midashi_txt {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  color: var(--t_ore);
}
@media screen and (max-width: 575px) {
  .u_midashi_box .u_midashi_txt {
    font-size: clamp(18px, 3.47vw, 20px);
  }
}
.u_midashi_box .u_midashi_txt::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .u_midashi_box .u_midashi_txt::before {
    margin-right: 4px;
  }
}
.u_midashi_box .u_midashi_txt_policy {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  color: var(--t_ore);
}
@media screen and (max-width: 575px) {
  .u_midashi_box .u_midashi_txt_policy {
    font-size: clamp(18px, 3.47vw, 20px);
  }
}
.u_midashi_box .u_midashi_txt_policy::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .u_midashi_box .u_midashi_txt_policy::before {
    margin-right: 4px;
  }
}

.url_a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

.des_txt {
  line-height: 1.75;
  text-align: justify;
}
@media print, screen and (max-width: 991px) {
  .des_txt {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .des_txt {
    margin-bottom: 1em;
  }
}

.required {
  background: red;
  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);
}

@media print, screen and (max-width: 390px) {
  .check_ad {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.check_br {
  display: none;
}
@media print, screen and (max-width: 390px) {
  .check_br {
    display: block;
  }
}

/* 個人情報の取り扱いについて
------------------------------------------------------------------*/
#policy {
  padding: 15px;
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.075);
}
#policy a {
  color: var(--t_navy);
}

@media print, screen and (min-width: 575px) {
  #policy {
    padding: 20px;
  }
  #policy a {
    color: var(--t_navy);
  }
}
@media print, screen and (min-width: 768px) {
  #policy {
    padding: 20px;
    height: 450px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    background: #fff;
  }
  #policy a {
    color: var(--t_navy);
  }
}
@media print, screen and (min-width: 992px) {
  #policy {
    padding: 30px;
    height: 400px;
    margin-top: 15px;
  }
  #policy a {
    color: var(--t_navy);
  }
}
#policy::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 5px;
  background: #ccc;
}

#policy::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 5px;
  background: #ccc;
}

#policy::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #999;
  border-radius: 2px;
}

#policy::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #999;
  border-radius: 2px;
}

#policy::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #fff;
}

#policy::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #fff;
}

#policy::-webkit-scrollbar-corner {
  /* スクロールバー角 */
  background: transparent;
}

.con-ul {
  padding-left: 20px;
  list-style: decimal;
  margin-bottom: 20px;
}

.con-ul li {
  padding: 3px 0;
  border-bottom: 1px dashed #bbb;
}

#policy h3 {
  line-height: 20px;
  margin-bottom: 10px;
  border-left: 3px solid var(--t_ore);
  padding: 10px 0 10px 10px;
  font-weight: bold;
}

#policy h4 {
  color: var(--t_bl);
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #policy h3 {
    font-size: 20px;
    font-weight: bold;
  }
  #policy h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .con-ul {
    padding-left: 30px;
    list-style: decimal;
    margin-bottom: 30px;
  }
  .con-ul li {
    padding: 3px 0;
    border-bottom: 1px dashed #bbb;
  }
}
.ul-none {
  list-style: none;
  padding-left: 5px;
  text-align: left;
}

.ul-none li {
  padding: 10px 0;
  border-bottom: 1px dashed #aaa;
}

.ul-none li:before {
  font-family: "Font Awesome 5 Free";
  content: " \f058";
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

.ul-disc {
  list-style: disc;
  padding-left: 5px;
  text-align: left;
  margin-left: 10px;
}

.ul-disc li {
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

@media print, screen and (min-width: 768px) {
  .ul-disc {
    margin-left: 15px;
  }
  .ul-disc li {
    padding: 12px 0;
  }
}
.ul-no {
  list-style: decimall;
  padding-left: 5px;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

.ul-no li {
  padding: 5px 0;
  border-bottom: 1px dashed #aaa;
}

@media print, screen and (min-width: 768px) {
  .ul-no {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .ul-no li {
    padding: 15px 0;
    border-bottom: 1px dashed #aaa;
  }
}
/* ol
---------------------------------------------------- */
.ol-01 {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
  display: block;
}

.ol-01 li {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
  list-style: decimal;
}

.mb-10-sm20-md30-lg30 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 576px) {
  .mb-10-sm20-md30-lg30 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mb-10-sm20-md30-lg30 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-10-sm20-md30-lg30 {
    margin-bottom: 30px;
  }
}
/* btn
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .btna::before,
  .btna::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
  }
  .btna,
  .btna::before,
  .btna::after {
    box-sizing: border-box;
    transition: all 0.5s;
  }
}
/* btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  color: #fff;
  text-align: center;
  background: var(--t_ore);
  width: 100%;
  padding: 15px 0;
  border: 0;
}

.btn01 a:link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.btn01:link,
.btn01:visited {
  color: #4b423f;
  text-decoration: none;
}

.btn01:hover,
.btn01:active {
  text-decoration: none !important;
  background: var(--t_bl);
}

.btn01 i {
  margin-right: 8px;
}

/* btn02
---------------------------------------------------- */
.btn02 {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid var(--t_bl);
  background: var(--t_bl);
  width: 100%;
  padding: 15px 0;
  border: 0;
}

.btn02 a:link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.btn02:link,
.btn02:visited {
  text-decoration: none;
  background: var(--h_bl);
}

.btn02:hover,
.btn02:active {
  color: var(--h_bl);
  text-decoration: none !important;
  background: #dbdbdb;
}

.btn02 i {
  margin-right: 8px;
}

.ctr {
  text-align: center;
}

/* recruitment.html
------------------------------------------------------------------*/
/* rec_sec1
------------------------------------------------------------------*/
#rec_sec1 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #rec_sec1 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #rec_sec1 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
@media print, screen and (max-width: 505px) {
  #rec_sec1 .obi_txt {
    padding: 10px 5px;
    font-size: clamp(2.8rem, 6.25vw, 3rem);
  }
}
@media print, screen and (max-width: 505px) and (max-width: 495px) {
  #rec_sec1 .obi_txt {
    font-size: clamp(2.3rem, 5.65vw, 2.8rem);
  }
}
@media print, screen and (max-width: 505px) and (max-width: 450px) {
  #rec_sec1 .obi_txt {
    padding: 10px 2.5px;
  }
}
@media print, screen and (max-width: 505px) and (max-width: 385px) {
  #rec_sec1 .obi_txt {
    font-size: 5.4725vw;
  }
}
@media print, screen and (max-width: 350px) {
  #rec_sec1 .small_fs {
    font-size: 1.5rem;
  }
}
#rec_sec1 .message_box {
  margin-bottom: 6rem;
}
@media print, screen and (max-width: 767px) {
  #rec_sec1 .message_box {
    margin-bottom: 3rem;
  }
}
#rec_sec1 .txt_box {
  margin-left: 16.65vw;
  max-width: 37vw;
}
@media print, screen and (max-width: 1750px) {
  #rec_sec1 .txt_box {
    margin-left: 9vw;
    max-width: 40vw;
  }
}
@media print, screen and (max-width: 1580px) {
  #rec_sec1 .txt_box {
    max-width: 45vw;
  }
}
@media print, screen and (max-width: 1299px) {
  #rec_sec1 .txt_box {
    margin-left: 7vw;
    max-width: 55vw;
  }
}
@media print, screen and (max-width: 1199px) {
  #rec_sec1 .txt_box {
    max-width: 50vw;
  }
}
@media print, screen and (max-width: 991px) {
  #rec_sec1 .txt_box {
    margin-left: 5.15vw;
    margin-right: 2.5vw;
    max-width: 59vw;
  }
}
@media print, screen and (max-width: 767px) {
  #rec_sec1 .txt_box {
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  #rec_sec1 .txt_box {
    margin-left: 0;
    margin-right: 0;
  }
}
#rec_sec1 .p_box {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (max-width: 767px) {
  #rec_sec1 .p_box {
    margin-top: 2rem;
    gap: 2rem;
  }
}
#rec_sec1 .p_box p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  #rec_sec1 .p_box p {
    text-align: justify;
  }
}
@media print, screen and (max-width: 375px) {
  #rec_sec1 .p_box p {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}
#rec_sec1 .img_box {
  position: relative;
  margin-left: 3rem;
}
@media print, screen and (max-width: 991px) {
  #rec_sec1 .img_box {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #rec_sec1 .img_box {
    display: none;
  }
}
#rec_sec1 .img_box .img_right {
  height: 590px;
}
@media print, screen and (max-width: 1750px) {
  #rec_sec1 .img_box .img_right {
    width: 100%;
    height: 550px;
  }
}
@media print, screen and (max-width: 1500px) {
  #rec_sec1 .img_box .img_right {
    width: 100%;
    height: 500px;
  }
}
@media print, screen and (max-width: 1399px) {
  #rec_sec1 .img_box .img_right {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    height: 425px;
  }
}
@media print, screen and (max-width: 1199px) {
  #rec_sec1 .img_box .img_right {
    height: 600px;
    -o-object-position: -200px center;
       object-position: -200px center;
  }
}
@media print, screen and (max-width: 991px) {
  #rec_sec1 .img_box .img_right {
    max-width: 50vw;
    -o-object-position: -200px center;
       object-position: -200px center;
  }
}
#rec_sec1 .img_box .txt_ashirai {
  position: absolute;
  bottom: -3vw;
  left: -30px;
}
@media print, screen and (max-width: 1750px) {
  #rec_sec1 .img_box .txt_ashirai {
    bottom: -30px;
    left: -25px;
  }
}
@media print, screen and (max-width: 1500px) {
  #rec_sec1 .img_box .txt_ashirai {
    bottom: -50px;
    left: -15px;
  }
}
@media print, screen and (max-width: 1399px) {
  #rec_sec1 .img_box .txt_ashirai {
    bottom: -60px;
    left: -20px;
  }
}
@media print, screen and (max-width: 1199px) {
  #rec_sec1 .img_box .txt_ashirai {
    bottom: -40px;
    left: -10px;
  }
}
@media print, screen and (max-width: 991px) {
  #rec_sec1 .img_box .txt_ashirai {
    left: -25px;
  }
}
#rec_sec1 .img_box .txt_ashirai .stroke_txt {
  font-size: 7.5vw;
}
@media print, screen and (max-width: 1500px) {
  #rec_sec1 .img_box .txt_ashirai .stroke_txt {
    font-size: 8vw;
  }
}
@media print, screen and (max-width: 1299px) {
  #rec_sec1 .img_box .txt_ashirai .stroke_txt {
    font-size: 9vw;
  }
}
@media print, screen and (max-width: 1199px) {
  #rec_sec1 .img_box .txt_ashirai .stroke_txt {
    font-size: 8.5vw;
  }
}
#rec_sec1 .letter_ad {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 575px) {
  #rec_sec1 .letter_ad {
    margin-right: 5px;
  }
}

/* rec_sec2
------------------------------------------------------------------*/
#rec_sec2 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
  background: var(--t_gray);
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  #rec_sec2 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #rec_sec2 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#rec_sec2 .bg_ashirai_left {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}
#rec_sec2 .bg_ashirai_right {
  bottom: 220px;
  right: 50px;
  z-index: -1;
}
@media print, screen and (max-width: 991px) {
  #rec_sec2 .bg_ashirai_right {
    right: -260px;
  }
}
#rec_sec2 .tbl02 {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.05);
  margin-top: 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  #rec_sec2 .tbl02 {
    margin-top: 4rem;
  }
}
#rec_sec2 .tbl02 th,
#rec_sec2 .tbl02 td {
  border: 1px solid #ccc;
}
#rec_sec2 .tbl02 th {
  background: #fff2dc;
  padding: 30px 25px;
  text-align: left;
}
@media print, screen and (max-width: 991px) {
  #rec_sec2 .tbl02 th {
    padding: 20px 15px;
  }
}
#rec_sec2 .tbl02 td {
  padding: 30px 25px;
  background: #fff;
}
@media print, screen and (max-width: 991px) {
  #rec_sec2 .tbl02 td {
    padding: 20px 15px;
  }
}
#rec_sec2 td.w200 {
  width: 200px;
}
#rec_sec2 .mb-ad {
  margin-bottom: 1em;
}
#rec_sec2 .textTwo {
  color: var(--o_navy);
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #rec_sec2 .tbl02 th {
    width: 100%;
    display: block;
  }
  #rec_sec2 .tbl02 td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  #rec_sec2 .tbl_scroll {
    overflow-x: auto;
  }
  #rec_sec2 .tbl_scroll .tbl_scroll::-webkit-scrollbar {
    height: 10px;
  }
  #rec_sec2 .tbl_scroll .tbl_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  #rec_sec2 .tbl_scroll .tbl_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
#rec_sec2 .obi_box {
  align-items: center;
  margin-bottom: 0;
}
#rec_sec2 .message_box {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media print, screen and (max-width: 991px) {
  #rec_sec2 .message_box {
    gap: 3rem;
  }
}
#rec_sec2 .rec2_txt p {
  font-weight: 500;
}
@media print, screen and (max-width: 991px) {
  #rec_sec2 .rec2_txt p {
    text-align: justify;
  }
}
@media screen and (max-width: 575px) {
  #rec_sec2 .rec2_txt p {
    line-height: 1.75;
  }
}

/* company.html
------------------------------------------------------------------*/
/* com_sec1
------------------------------------------------------------------*/
#com_sec1 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #com_sec1 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #com_sec1 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#com_sec1 .midashi_box {
  text-align: center;
}
#com_sec1 .midashi_box .en {
  font-size: 11rem;
  letter-spacing: -0.025em;
  line-height: 1;
  background-image: var(--t_gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media print, screen and (max-width: 991px) {
  #com_sec1 .midashi_box .en {
    font-size: clamp(9rem, 11vw, 11rem);
  }
}
@media screen and (max-width: 575px) {
  #com_sec1 .midashi_box .en {
    font-size: clamp(5.9rem, 15.65vw, 9rem);
  }
}
#com_sec1 .table {
  border: none !important;
  margin-top: 4rem;
}
@media screen and (max-width: 575px) {
  #com_sec1 .table {
    margin-top: 2rem;
  }
}
#com_sec1 .table th {
  padding: 25px;
  vertical-align: middle;
  background: 0 0 !important;
  border-top: none !important;
  border-bottom: 1px solid var(--t_ore);
  font-size: 2rem;
  font-weight: bold;
}
#com_sec1 .table:not(.th_auto) th {
  width: 14em;
}
#com_sec1 .table td {
  padding: 25px 25px 25px 40px;
  background: 0 0 !important;
  border-top: none !important;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  #com_sec1 .table th {
    padding: 15px;
  }
  #com_sec1 .table td {
    padding: 15px;
  }
  #com_sec1 .table.mb {
    border: none !important;
  }
  #com_sec1 .table.mb td,
  #com_sec1 .table.mb th {
    display: block;
    width: auto;
  }
  #com_sec1 .table.mb th {
    padding: 20px 0 10px !important;
    border: none !important;
  }
  #com_sec1 .table.mb td {
    padding: 0 0 20px !important;
  }
}
@media screen and (max-width: 575px) {
  #com_sec1 .table th {
    padding: 20px;
    font-size: 1.8rem;
  }
  #com_sec1 .table td {
    font-size: 1.8rem;
  }
  #com_sec1 .table td span {
    font-size: 1.8rem;
  }
}
#com_sec1 .display_ad {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: -1px;
}
@media screen and (max-width: 575px) {
  #com_sec1 .display_ad {
    gap: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  #com_sec1 .contents_box {
    margin: 30px 15px;
  }
}

/* com_sec2
------------------------------------------------------------------*/
#com_sec2 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
  background: var(--t_gray);
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  #com_sec2 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #com_sec2 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#com_sec2 .bg_ashirai_left {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}
#com_sec2 .bg_ashirai_right {
  bottom: 220px;
  right: 50px;
  z-index: -1;
}
@media print, screen and (max-width: 991px) {
  #com_sec2 .bg_ashirai_right {
    right: -260px;
  }
}
#com_sec2 .company_outline {
  margin-top: 30px;
}
#com_sec2 .company_outline__item {
  line-height: 1.75;
  padding-left: 1.5rem;
  position: relative;
}
#com_sec2 .company_outline__item:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  bottom: -0.5rem;
  width: 1px;
  height: 115%;
  background-color: #ccc;
}
#com_sec2 .company_outline__item:last-child:before {
  bottom: 0;
}
#com_sec2 .company_outline__item .date {
  font-weight: 700;
  position: relative;
  color: var(--o_navy);
}
#com_sec2 .company_outline__item .date:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--t_ore);
  position: absolute;
  left: -1.5rem;
  top: 80%;
  transform: translateY(-50%);
  margin-top: -0.5em;
}
#com_sec2 .company_outline__item .content {
  padding: 1em;
  margin: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 575px) {
  #com_sec2 .company_outline__item {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  #com_sec2 .company_outline__item:last-child {
    padding-bottom: 0;
  }
  #com_sec2 .company_outline__item:before {
    height: 100%;
  }
  #com_sec2 .company_outline__item .date {
    flex: 0 0 8em;
  }
  #com_sec2 .company_outline__item .content {
    flex: 1 1 0;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.01);
  }
}

/* com_sec3
------------------------------------------------------------------*/
#com_sec3 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #com_sec3 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #com_sec3 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#com_sec3 .midashi_box {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  #com_sec3 .midashi_box {
    margin-bottom: 3rem;
  }
}
#com_sec3 .midashi_box .en {
  font-size: 11rem;
  letter-spacing: -0.025em;
  line-height: 1;
  background-image: var(--t_gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media print, screen and (max-width: 991px) {
  #com_sec3 .midashi_box .en {
    font-size: clamp(9rem, 11vw, 11rem);
  }
}
@media screen and (max-width: 575px) {
  #com_sec3 .midashi_box .en {
    font-size: clamp(5.9rem, 15.65vw, 9rem);
  }
}
#com_sec3 .txt_box {
  margin-left: 17.75vw;
}
@media print, screen and (max-width: 1750px) {
  #com_sec3 .txt_box {
    margin-left: 9vw;
    margin-right: 4.5vw;
  }
}
@media print, screen and (max-width: 1299px) {
  #com_sec3 .txt_box {
    margin-left: 7vw;
    margin-right: 3.5vw;
  }
}
@media print, screen and (max-width: 991px) {
  #com_sec3 .txt_box {
    margin-left: 5.15vw;
    margin-right: 5.15vw;
  }
}
@media screen and (max-width: 575px) {
  #com_sec3 .txt_box {
    margin-left: 0;
    margin-right: 0;
  }
}
#com_sec3 .txt_box ul {
  counter-reset: item;
}
#com_sec3 .txt_box ul li {
  font-size: 3rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
  width: 520px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-left: 60px;
  position: relative;
  list-style: none;
}
@media print, screen and (max-width: 991px) {
  #com_sec3 .txt_box ul li {
    font-size: 2.5rem;
    width: 440px;
  }
}
@media screen and (max-width: 575px) {
  #com_sec3 .txt_box ul li {
    width: 320px;
  }
}
@media print, screen and (max-width: 445px) {
  #com_sec3 .txt_box ul li {
    font-size: clamp(2.2rem, 5.61vw, 2.5rem);
    width: clamp(220px, 71.9vw, 320px);
  }
}
#com_sec3 .txt_box ul li::before {
  counter-increment: item;
  content: "0" counter(item);
  position: absolute;
  left: -60px;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: var(--t_ore);
  border-radius: 50%;
  display: flex; /* Safari対策 */
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-family: "Barlow", serif !important; /* Safari用 */
  font-weight: 700;
  letter-spacing: -0.025em;
  -webkit-font-smoothing: antialiased; /* Safari用 */
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (max-width: 991px) {
  #com_sec3 .txt_box ul li::before {
    font-size: 2.2rem;
  }
}
#com_sec3 .txt_box ul li:last-child {
  margin-bottom: 0;
}
#com_sec3 .img_box {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  #com_sec3 .img_box {
    display: none;
  }
}
@media print, screen and (max-width: 1600px) {
  #com_sec3 .img_box .img_right {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    height: 600px;
  }
}
#com_sec3 .img_box .txt_ashirai {
  position: absolute;
  bottom: 40px;
  left: -40px;
}
@media print, screen and (max-width: 1750px) {
  #com_sec3 .img_box .txt_ashirai {
    left: -25px;
  }
}
@media print, screen and (max-width: 1500px) {
  #com_sec3 .img_box .txt_ashirai {
    bottom: 40px;
  }
}
@media print, screen and (max-width: 1299px) {
  #com_sec3 .img_box .txt_ashirai {
    bottom: 70px;
    left: -15px;
  }
}
@media print, screen and (max-width: 1199px) {
  #com_sec3 .img_box .txt_ashirai {
    bottom: 90px;
  }
}
@media print, screen and (max-width: 991px) {
  #com_sec3 .img_box .txt_ashirai {
    display: none;
  }
}
@media print, screen and (max-width: 1750px) {
  #com_sec3 .img_box .txt_ashirai .stroke_txt {
    font-size: 10.285vw;
  }
}
@media print, screen and (max-width: 1750px) and (max-width: 1500px) {
  #com_sec3 .img_box .txt_ashirai .stroke_txt {
    font-size: 10vw;
  }
}
@media print, screen and (max-width: 1750px) and (max-width: 1299px) {
  #com_sec3 .img_box .txt_ashirai .stroke_txt {
    font-size: 9vw;
  }
}
@media print, screen and (max-width: 1750px) and (max-width: 1199px) {
  #com_sec3 .img_box .txt_ashirai .stroke_txt {
    font-size: 7.25vw;
  }
}
@media print, screen and (max-width: 1750px) and (max-width: 991px) {
  #com_sec3 .img_box .txt_ashirai .stroke_txt {
    font-size: 7vw;
  }
}

/* com_sec4
------------------------------------------------------------------*/
#com_sec4 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
  background: var(--t_gray);
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  #com_sec4 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #com_sec4 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#com_sec4 .bg_ashirai_left {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}
#com_sec4 .bg_ashirai_right {
  bottom: 220px;
  right: 50px;
  z-index: -1;
}
@media print, screen and (max-width: 991px) {
  #com_sec4 .bg_ashirai_right {
    right: -260px;
  }
}
#com_sec4 .midashi_box {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  #com_sec4 .midashi_box {
    margin-bottom: 3rem;
  }
}
#com_sec4 .midashi_box .en {
  font-size: 9rem;
  letter-spacing: -0.025em;
  line-height: 1;
  background-image: var(--t_gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media print, screen and (max-width: 1199px) {
  #com_sec4 .midashi_box .en {
    font-size: clamp(6rem, 6.67vw, 8rem);
  }
}
@media print, screen and (max-width: 991px) {
  #com_sec4 .midashi_box .en {
    font-size: clamp(5.5rem, 6.05vw, 6rem);
  }
}
@media screen and (max-width: 575px) {
  #com_sec4 .midashi_box .en {
    font-size: clamp(5rem, 9.56vw, 5.5rem);
  }
}
#com_sec4 .img_right {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  height: 500px;
}
@media print, screen and (max-width: 991px) {
  #com_sec4 .img_right {
    -o-object-position: -100px center;
       object-position: -100px center;
  }
}
#com_sec4 .message_box {
  text-align: left;
  padding: 2em;
  margin-bottom: 0;
  height: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
  border-radius: 0px;
  background: none;
  box-shadow: none;
}
@media print, screen and (max-width: 767px) {
  #com_sec4 .message_box {
    height: 400px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
}
@media screen and (max-width: 575px) {
  #com_sec4 .message_box {
    padding: 20px 15px;
  }
}
#com_sec4 .message_box p {
  text-align: left;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  #com_sec4 .message_box p {
    font-size: clamp(1.8rem, 3.47vw, 2rem);
  }
}
#com_sec4 .message_box .p_box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#com_sec4 .message_box .name_box {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 575px) {
  #com_sec4 .message_box .name_box img {
    max-width: 90%;
  }
}
#com_sec4 .message_box .mes_ad {
  display: none;
}
@media print, screen and (max-width: 991px) {
  #com_sec4 .message_box .mes_ad {
    display: block;
  }
}
@media print, screen and (max-width: 400px) {
  #com_sec4 .message_box .mes_ad {
    display: none;
  }
}

/* com_sec5
------------------------------------------------------------------*/
#com_sec5 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #com_sec5 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #com_sec5 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#com_sec5 .midashi_box {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  #com_sec5 .midashi_box {
    margin-bottom: 3rem;
  }
}
#com_sec5 .midashi_box .en {
  font-size: 11rem;
  letter-spacing: -0.025em;
  line-height: 1;
  background-image: var(--t_gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media print, screen and (max-width: 991px) {
  #com_sec5 .midashi_box .en {
    font-size: clamp(9rem, 11vw, 11rem);
  }
}
@media screen and (max-width: 575px) {
  #com_sec5 .midashi_box .en {
    font-size: clamp(5.9rem, 15.65vw, 9rem);
  }
}
#com_sec5 .map-container {
  margin-bottom: 4rem;
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
@media print, screen and (max-width: 991px) {
  #com_sec5 .map-container {
    min-height: 400px;
  }
}
@media print, screen and (max-width: 991px) {
  #com_sec5 .map-container {
    min-height: 500px;
  }
}
#com_sec5 .map-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#com_sec5 .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#com_sec5 .acc_ad {
  margin-right: 30px;
}
@media print, screen and (max-width: 991px) {
  #com_sec5 .acc_ad {
    margin-bottom: 30px;
  }
}
#com_sec5 .acc_ad ul li {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
#com_sec5 .line_box {
  margin-bottom: 1em;
  border-left: 3px solid var(--t_ore);
}
#com_sec5 .line_box p {
  padding: 5px 10px;
  font-size: 2.2rem;
  font-weight: 400;
}

/* business.html
------------------------------------------------------------------*/
/* bus_sec1
------------------------------------------------------------------*/
#bus_sec1 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media print, screen and (max-width: 767px) {
  #bus_sec1 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #bus_sec1 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#bus_sec1 .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#bus_sec1 .swiper-slide img {
  width: 97.5%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 991px) {
  #bus_sec1 .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 60rem;
  }
}
@media screen and (max-width: 575px) {
  #bus_sec1 .swiper-slide img {
    height: clamp(40rem, 104vw, 60rem);
  }
}
@media print, screen and (max-width: 515px) {
  #bus_sec1 .obi_txt {
    padding: 10px 5px;
    font-size: clamp(2.8rem, 5.82vw, 3rem);
  }
}
@media print, screen and (max-width: 515px) and (max-width: 495px) {
  #bus_sec1 .obi_txt {
    font-size: clamp(2.3rem, 5.65vw, 2.8rem);
  }
}
@media print, screen and (max-width: 515px) and (max-width: 450px) {
  #bus_sec1 .obi_txt {
    padding: 10px 2.5px;
  }
}
@media print, screen and (max-width: 515px) and (max-width: 385px) {
  #bus_sec1 .obi_txt {
    font-size: 4.75vw;
  }
}
@media print, screen and (max-width: 515px) and (max-width: 370px) {
  #bus_sec1 .obi_txt {
    font-size: 4.7vw;
  }
}
@media print, screen and (max-width: 350px) {
  #bus_sec1 .small_fs {
    font-size: 1.5rem;
  }
}
#bus_sec1 .message_box {
  margin-bottom: 6rem;
}
@media print, screen and (max-width: 767px) {
  #bus_sec1 .message_box {
    margin-bottom: 3rem;
  }
}
#bus_sec1 .txt_box {
  margin-left: 16.65vw;
  max-width: 38vw;
}
@media print, screen and (max-width: 1750px) {
  #bus_sec1 .txt_box {
    margin-left: 9vw;
    max-width: 40vw;
  }
}
@media print, screen and (max-width: 1620px) {
  #bus_sec1 .txt_box {
    max-width: 45vw;
  }
}
@media print, screen and (max-width: 1299px) {
  #bus_sec1 .txt_box {
    margin-left: 7vw;
    max-width: 55vw;
  }
}
@media print, screen and (max-width: 1199px) {
  #bus_sec1 .txt_box {
    max-width: 50vw;
  }
}
@media print, screen and (max-width: 991px) {
  #bus_sec1 .txt_box {
    margin-left: 5.15vw;
    margin-right: 2.5vw;
    max-width: 59vw;
  }
}
@media print, screen and (max-width: 767px) {
  #bus_sec1 .txt_box {
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  #bus_sec1 .txt_box {
    margin-left: 0;
    margin-right: 0;
  }
}
#bus_sec1 .p_box {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (max-width: 767px) {
  #bus_sec1 .p_box {
    margin-top: 2rem;
    gap: 2rem;
  }
}
#bus_sec1 .p_box p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  #bus_sec1 .p_box p {
    text-align: justify;
  }
}
@media print, screen and (max-width: 375px) {
  #bus_sec1 .p_box p {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}
#bus_sec1 .img_box {
  position: relative;
  margin-left: 3rem;
}
@media print, screen and (max-width: 991px) {
  #bus_sec1 .img_box {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #bus_sec1 .img_box {
    display: none;
  }
}
#bus_sec1 .img_box .img_right {
  height: 590px;
}
@media print, screen and (max-width: 1820px) {
  #bus_sec1 .img_box .img_right {
    width: 100%;
    height: 550px;
  }
}
@media print, screen and (max-width: 1650px) {
  #bus_sec1 .img_box .img_right {
    width: 100%;
    height: 500px;
  }
}
@media print, screen and (max-width: 1500px) {
  #bus_sec1 .img_box .img_right {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 500px;
  }
}
@media print, screen and (max-width: 1199px) {
  #bus_sec1 .img_box .img_right {
    height: 590px;
    -o-object-position: -200px center;
       object-position: -200px center;
  }
}
@media print, screen and (max-width: 991px) {
  #bus_sec1 .img_box .img_right {
    max-width: 50vw;
    -o-object-position: -200px center;
       object-position: -200px center;
  }
}

.letter_ad {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 575px) {
  .letter_ad {
    margin-right: 5px;
  }
}

.works_box {
  margin-top: 12rem;
  display: flex;
  justify-content: center;
  gap: 30px 0;
}
@media print, screen and (max-width: 991px) {
  .works_box {
    gap: 30px 0;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 767px) {
  .works_box {
    margin-top: 10rem;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .works_box {
    margin-top: 6rem;
    gap: 20px 0;
  }
}

.band_btn {
  position: relative;
  display: block;
  text-decoration: none;
}

.band_img {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .band_img {
    justify-content: center;
  }
}

.band_box {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
  text-align: end;
}
@media print, screen and (max-width: 991px) {
  .band_box {
    bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .band_box {
    right: 5px;
    bottom: 2.5px;
  }
}

.ore_band {
  display: inline-flex;
  background: var(--t_bl);
  color: #fff;
  padding: 15px 20px;
  font-size: 3.5rem;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 1199px) {
  .ore_band {
    font-size: 3rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .ore_band {
    padding: 10px;
    font-size: clamp(2rem, 5.21vw, 3rem);
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }
}
.ore_band .small_fs {
  font-size: 0.75em;
  color: var(--t_bl);
}

.bla_band {
  display: table-cell;
  background: var(--t_ore);
  color: #fff;
  padding: 15px 20px;
  font-size: 3.5rem;
  line-height: 1;
}
@media print, screen and (max-width: 1199px) {
  .bla_band {
    font-size: 3rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .bla_band {
    padding: 10px;
    font-size: clamp(2rem, 5.21vw, 3rem);
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }
}
.bla_band .small_fs {
  font-size: 0.8em;
  color: var(--t_bl);
}

/* bus_sec2
------------------------------------------------------------------*/
#bus_sec2 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 24rem;
  background: var(--t_gray);
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  #bus_sec2 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 575px) {
  #bus_sec2 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
#bus_sec2 .bg_ashirai_left {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}
#bus_sec2 .bg_ashirai_right {
  bottom: 220px;
  right: 50px;
  z-index: -1;
}
@media print, screen and (max-width: 991px) {
  #bus_sec2 .bg_ashirai_right {
    right: -260px;
  }
}
#bus_sec2 .midashi_box {
  margin-bottom: 6rem;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  #bus_sec2 .midashi_box .en {
    font-size: clamp(5rem, 15.65vw, 9rem);
  }
}
#bus_sec2 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#bus_sec2 .col {
  display: flex;
}
#bus_sec2 .br {
  display: inline-block;
}
#bus_sec2 .clearfix::after {
  content: “”;
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  #bus_sec2 .pageContain {
    min-width: 100%;
  }
  #bus_sec2 .inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  #bus_sec2 .inner {
    padding: 0;
  }
}
#bus_sec2 .txtBox {
  padding: 25px 30px;
  box-shadow: 0 3px 15px rgba(125, 55, 4, 0.16);
}
#bus_sec2 .txtBox p {
  font-size: 1.8rem;
}
#bus_sec2 .txtBox p + p {
  margin-top: 10px;
}
#bus_sec2 .flow_list {
  margin: 0 auto 0;
  counter-reset: number 0;
}
#bus_sec2 .flow_listItem {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#bus_sec2 .flow_listItem + .flow_listItem {
  margin-top: 70px;
}
#bus_sec2 .flow_listItem .step {
  position: relative;
  z-index: 10;
  margin-right: 30px;
}
#bus_sec2 .flow_listItem .step .ic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
}
@media screen and (max-width: 575px) {
  #bus_sec2 .flow_listItem .step .ic {
    width: 90px;
    height: 90px;
  }
}
#bus_sec2 .flow_listItem .step .ic img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 575px) {
  #bus_sec2 .flow_listItem .step .ic img {
    margin-bottom: 1em;
  }
}
#bus_sec2 .flow_listItem_content {
  width: calc(100% - 78px);
}
@media screen and (max-width: 575px) {
  #bus_sec2 .flow_listItem_content {
    width: 100%;
  }
}
#bus_sec2 .flow_listItem_content .ttl {
  margin-bottom: 15px;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 3px solid var(--t_ore);
  font-size: 2.6rem;
  font-weight: 700;
}
#bus_sec2 .flow_listItem_content .txtBox {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(125, 55, 4, 0.1);
}
@media screen and (max-width: 575px) {
  #bus_sec2 .flow_listItem {
    position: relative;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #bus_sec2 .flow_listItem:nth-last-of-type(n + 2)::before {
    bottom: -12%;
  }
  #bus_sec2 .flow_listItem_content .ttl {
    font-size: clamp(2.2rem, 4.52vw, 2.6rem);
  }
  #bus_sec2 .flow_listItem_content .txtBox {
    padding: 15px;
    font-size: clamp(16px, 3.13vw, 18px);
  }
  #bus_sec2 .txtBox p {
    font-size: clamp(16px, 3.13vw, 18px);
  }
  #bus_sec2 .flow_listItem .step {
    position: relative;
    z-index: 10;
    margin-right: 15px;
  }
  #bus_sec2 .flow_listItem:nth-of-type(4)::before {
    height: 300px;
  }
}

/* animation
------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}

.fadein.scrollin {
  opacity: 1;
}

.fadein_y_u {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fadein_y_u.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein_y_d {
  opacity: 0;
  transform: translate3d(0, -40px, 0);
  transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fadein_y_d.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein_x_r {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fadein_x_r.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadein_x_l {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fadein_x_l.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.wipe_x_r {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0, 0.85, 0.15, 1);
  transition: clip-path 1s cubic-bezier(0, 0.85, 0.15, 1);
  transition: clip-path 1s cubic-bezier(0, 0.85, 0.15, 1), -webkit-clip-path 1s cubic-bezier(0, 0.85, 0.15, 1);
}

.wipe_x_r.scrollin {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.wipe_w_x_r {
  position: relative;
}

.wipe_w_x_r::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 0.75px);
  background: var(--t_ore);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0, 0.85, 0.15, 1);
  transition: clip-path 1s cubic-bezier(0, 0.85, 0.15, 1);
  transition: clip-path 1s cubic-bezier(0, 0.85, 0.15, 1), -webkit-clip-path 1s cubic-bezier(0, 0.85, 0.15, 1);
}

.wipe_w_x_r img {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 1.4s cubic-bezier(0, 0.85, 0.15, 1) 0.25s;
  transition: clip-path 1.4s cubic-bezier(0, 0.85, 0.15, 1) 0.25s;
  transition: clip-path 1.4s cubic-bezier(0, 0.85, 0.15, 1) 0.25s, -webkit-clip-path 1.4s cubic-bezier(0, 0.85, 0.15, 1) 0.25s;
}

.wipe_w_x_r.scrollin img,
.wipe_w_x_r.scrollin::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.delay-01 {
  transition-delay: 0.1s;
}

.delay-015 {
  transition-delay: 0.15s;
}

.delay-02 {
  transition-delay: 0.2s;
}

.delay-025 {
  transition-delay: 0.25s;
}

.delay-03 {
  transition-delay: 0.3s;
}

.delay-035 {
  transition-delay: 0.35s;
}

.delay-04 {
  transition-delay: 0.4s;
}

.delay-05 {
  transition-delay: 0.5s;
}

.delay-015 {
  transition-delay: 0.15s;
}

.delay-025 {
  transition-delay: 0.25s;
}

.delay-05 {
  transition-delay: 0.5s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-15 {
  transition-delay: 1.5s;
}

/* 個別印刷設定
------------------------------------------------------------------*/
@media print {
  @page {
    size: A4;
    margin: 15mm;
  }
  body {
    width: 100%; /* A4の幅に合わせる */
    max-width: 210mm; /* A4の幅に合わせる */
    zoom: 0.9;
    margin: 0 auto;
  }
  .container,
  .container-fluid {
    width: 100%; /* フルサイズ表示 */
    max-width: 210mm; /* A4の幅に合わせる */
  }
  /* 改ページをいれる場合 */
  section {
    page-break-before: always; /* 各セクションで改ページが行われるようにしています */
  }
  section + section.new-none:not(:root) {
    page-break-before: avoid; /* 特定のセクションでは改ページを入れない場合の指定 */
  }
  .new-page {
    page-break-before: always; /* 特定の場所で改ページを入れたいときの指定 */
  }
  header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .wrapper {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .bg_ashirai_left {
    display: none;
  }
  .bg_ashirai_right {
    display: none;
  }
  *::before,
  *::after {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    background-image: block !important;
    box-shadow: none !important;
  }
}/*# sourceMappingURL=style.css.map */