@charset "UTF-8";
/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
#container-ibthemes {
  /*
  .fade_block {

      opacity: 0;
      transform: translateY( size(40) );
      transition: opacity 1.5s, transform 1s;

      &.active {
          opacity: 1;
          transform: translateY(0);
      }
  }
  */
}
#container-ibthemes .sp img {
  display: block;
  width: 100%;
  height: auto;
}
#container-ibthemes .pc {
  display: none !important;
}
#container-ibthemes .cover img,
#container-ibthemes .cover video,
#container-ibthemes img.cover,
#container-ibthemes video.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------
   Gloal Layout
------------------------------------- */
#container-ibthemes {
  font-size: 3.2vw;
  text-align: left;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
}
#container-ibthemes .anchor {
  position: relative;
  z-index: 1;
}
#container-ibthemes .anchor a,
#container-ibthemes .anchor a:link {
  text-decoration: none;
  display: block !important;
  position: absolute !important;
  z-index: -1;
  top: -21.3333333333vw;
}
#container-ibthemes .anchor a#sec-form,
#container-ibthemes .anchor a:link#sec-form {
  top: -25.3333333333vw;
}
#container-ibthemes .anchor.nopos {
  position: static;
}

/* -------------------------------------
   Contents Common
------------------------------------- */
#container-ibthemes a,
#container-ibthemes a:link {
  display: block;
}
#container-ibthemes a.txtlink,
#container-ibthemes a:link.txtlink {
  display: inline-block;
  color: hsl(0, 0%, 60%);
  text-decoration: underline;
}
#container-ibthemes a.txtlink:hover,
#container-ibthemes a:link.txtlink:hover {
  color: #b3c4de;
  text-decoration: none;
}
#container-ibthemes h2,
#container-ibthemes h3,
#container-ibthemes h4,
#container-ibthemes h5,
#container-ibthemes h6 {
  font-feature-settings: "palt";
  font-weight: 300;
}
#container-ibthemes h2 span,
#container-ibthemes h3 span,
#container-ibthemes h4 span,
#container-ibthemes h5 span,
#container-ibthemes h6 span {
  display: block;
}
#container-ibthemes p {
  font-size: 3.2vw;
  margin-top: 0.5em;
}
#container-ibthemes p:first-of-type {
  margin-top: 0;
}
#container-ibthemes ul li,
#container-ibthemes ol li {
  font-size: 3.2vw;
}
#container-ibthemes table tr th,
#container-ibthemes table tr td {
  font-size: 3.2vw;
}
#container-ibthemes img {
  display: block;
  width: 100%;
  height: auto;
}
#container-ibthemes img.border {
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container-ibthemes figure.border {
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container-ibthemes .map iframe,
#container-ibthemes .matterport iframe {
  width: 100% !important;
  height: 100% !important;
}
#container-ibthemes .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}
#container-ibthemes .youtube .pc {
  width: 100%;
  height: 200px;
}
#container-ibthemes .youtube iframe,
#container-ibthemes .youtube video {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

/* -------------------------------------
   Contents.Page
------------------------------------- */
#container-ibthemes {
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container-ibthemes aside {
  width: 100%;
  overflow: hidden;
}
#container-ibthemes section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#container-ibthemes section.underline {
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container-ibthemes section .item.underline {
  padding: 0 0 2em;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container-ibthemes section .item.framed {
  padding: 1em;
  border: 1px solid hsl(0, 0%, 80%);
}
#container-ibthemes section .inner .content {
  width: 100%;
  position: relative;
  z-index: 1;
  /* -------------------------------------
      link
  ------------------------------------- */
}
#container-ibthemes section .inner .content h2.h2_1 span.txt {
  font-size: 4.8vw;
}
#container-ibthemes section .inner .content h2.h2_2 span.txt {
  font-size: 4.2666666667vw;
}
#container-ibthemes section .inner .content ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}
#container-ibthemes section .inner .content ul li {
  padding: 0 0 0.5em 0;
}
#container-ibthemes section .inner .content ul.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #978B62;
}
#container-ibthemes section .inner .content ul.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}
#container-ibthemes section .inner .content ul.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}
#container-ibthemes section .inner .content .item {
  margin: 0 auto;
  box-sizing: border-box;
}
#container-ibthemes section .inner .content table.base {
  width: 84vw;
  margin: 2.6666666667vw auto;
  border-top: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container-ibthemes section .inner .content table.base th,
#container-ibthemes section .inner .content table.base td {
  display: block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
#container-ibthemes section .inner .content table.base th {
  letter-spacing: 0.2em;
  padding: 2.6666666667vw 4vw 0.6666666667vw;
}
#container-ibthemes section .inner .content table.base td {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0.6666666667vw 4vw 2.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container-ibthemes section .inner .content table.base td p {
  padding: 0 0 1em;
}
#container-ibthemes section .inner .content table.base td ul {
  list-style: none;
  padding: 0 0 0 0;
}
#container-ibthemes section .inner .content .link {
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
#container-ibthemes section .inner .content .link span {
  display: grid;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  width: 44vw;
  height: max-content;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#container-ibthemes section .inner .content .link span:before, #container-ibthemes section .inner .content .link span:after {
  content: "";
  display: block;
  border-top: 1px solid #B7B6B7;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  bottom: 0px;
}
#container-ibthemes section .inner .content .link span:before {
  width: 4vw;
  right: 0;
  transform-origin: right bottom;
  transform: translateY(-50%) rotate(40deg);
}
#container-ibthemes section .inner .content .link span:after {
  width: 100%;
}

.container {
  padding: 0;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
        magnific-popup
*/
.mfp-bg.mfp-popup {
  z-index: 100002;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-bg.mfp-popup.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-popup.mfp-removing {
  opacity: 0;
}

.mfp-wrap.mfp-popup {
  z-index: 100003;
}
.mfp-wrap.mfp-popup .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-popup.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-popup.mfp-removing .mfp-content {
  opacity: 0;
}
/* -------------------------------------
   global
------------------------------------- */
.wrapper .header {
  height: 75px;
  padding-left: 10px;
}
.wrapper .header .header__logo img {
  height: 60px;
}
.wrapper .header .header__logo img.black {
  display: none;
}
.wrapper .header.header--bgWhite img.black {
  display: block;
}
.wrapper .header.header--bgWhite img.white {
  display: none;
}
.wrapper .container .company__sectionTitle,
.wrapper .container .company__catch,
.wrapper .container .form__introTitle,
.wrapper .container .form__contactTitle,
.wrapper .container .form__inquiryTitle,
.wrapper .container .title01 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
}

#container-ibthemes {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container-ibthemes #law {
  /* -------------------------------------
     section
  ------------------------------------- */
  /* -------------------------------------
     aside
  ------------------------------------- */
}
#container-ibthemes #law section.section_1 .inner .content {
  padding: 0 5.3333333333vw 8vw;
  box-sizing: border-box;
  /* -------------------------------------
      common
  */
  /* -------------------------------------
      content_1
  */
  /* -------------------------------------
      info, works
  */
  /* -------------------------------------
      about
  */
  /* -------------------------------------
      philosophy
  */
  /* -------------------------------------
     case
  */
  /* -------------------------------------
     spec , warranty
  */
  /* -------------------------------------
     flow
  */
}
#container-ibthemes #law section.section_1 .inner .content.bgcolor {
  background: #F3F3F3;
}
#container-ibthemes #law section.section_1 .inner .content h2.h2_1 {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 22.6666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content h2.h2_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  line-height: 1;
  font-size: 4.8vw;
}
#container-ibthemes #law section.section_1 .inner .content h2.h2_1 span.txt_2 {
  margin-left: 1em;
}
#container-ibthemes #law section.section_1 .inner .content p.lead {
  grid-column: 1/-1;
  text-align: left;
  width: 89.3333333333vw;
  margin: 0 auto 2em;
}
#container-ibthemes #law section.section_1 .inner .content ul {
  list-style: none;
}
#container-ibthemes #law section.section_1 .inner .content a,
#container-ibthemes #law section.section_1 .inner .content a:link {
  display: block;
  text-decoration: none;
  position: relative;
}
#container-ibthemes #law section.section_1 .inner .content figure {
  margin: 0 auto 2.6666666667vw;
  overflow: hidden;
}
#container-ibthemes #law section.section_1 .inner .content.content_1 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  padding: 0;
}
#container-ibthemes #law section.section_1 .inner .content.content_1 figure {
  grid-row: 1/-1;
  grid-column: 1;
  aspect-ratio: 1/1;
  margin: 0;
  position: relative;
  z-index: -1;
}
#container-ibthemes #law section.section_1 .inner .content.content_1 figure img {
  height: 100%;
  object-fit: cover;
}
#container-ibthemes #law section.section_1 .inner .content.content_1 h1 {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  width: 33.3333333333vw;
  margin: 0 auto;
  /*
  &.h1_2{

      width: 100%;

      span{

          display: block;
          text-align: center;
          color: $monocolor2;
          font-weight: 300;
          width: 100%;
          text-shadow: 0 0 12px rgba($monocolor,0.4),
                       0 0 30px rgba($monocolor,0.2);

          &.en{
              font-size: fsvw(12);
          }
          &.txt{
              font-size: fsvw(18);
              line-height: 1.5;
          }
          &.txt_2{
              font-size: fsvw(10);
          }
      }
  }
  */
}
#container-ibthemes #law section.section_1 .inner .content.content_1 h2.h2_2 {
  width: 100%;
  margin-top: 2.6666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content.content_1 h2.h2_2 span {
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 3.7333333333vw;
  line-height: 1;
}
#container-ibthemes #law section.section_1 .inner .content.content_1 h2.h2_2::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin: 0 auto 2.6666666667vw;
  border-right: 1px solid hsl(0, 0%, 100%);
  border-bottom: 1px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  transform: rotate(45deg);
}
#container-ibthemes #law section.section_1 .inner .content.content_1 .item {
  grid-row: 2;
  grid-column: 1;
  align-self: center;
}
#container-ibthemes #law section.section_1 .inner .content.info, #container-ibthemes #law section.section_1 .inner .content.works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.3333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.info h3.h3_1, #container-ibthemes #law section.section_1 .inner .content.works h3.h3_1 {
  font-size: 3.2vw;
  line-height: 1.5;
}
#container-ibthemes #law section.section_1 .inner .content.info h3.h3_1 span.day, #container-ibthemes #law section.section_1 .inner .content.works h3.h3_1 span.day {
  margin-bottom: 0.3em;
}
#container-ibthemes #law section.section_1 .inner .content.info figure, #container-ibthemes #law section.section_1 .inner .content.works figure {
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 1.3333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.info figure img, #container-ibthemes #law section.section_1 .inner .content.works figure img {
  height: 100%;
  object-fit: cover;
}
#container-ibthemes #law section.section_1 .inner .content.info .link, #container-ibthemes #law section.section_1 .inner .content.works .link {
  grid-column: 1/-1;
}
#container-ibthemes #law section.section_1 .inner .content.info .item, #container-ibthemes #law section.section_1 .inner .content.works .item {
  margin: 0 0 4vw;
}
#container-ibthemes #law section.section_1 .inner .content.info .item.new .day, #container-ibthemes #law section.section_1 .inner .content.works .item.new .day {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
#container-ibthemes #law section.section_1 .inner .content.info .item.new .day:before, #container-ibthemes #law section.section_1 .inner .content.works .item.new .day:before {
  content: "New";
  display: block;
  letter-spacing: 0.01em;
  color: hsl(0, 0%, 100%);
  font-size: 2.6666666667vw;
  line-height: 1;
  width: max-content;
  padding: 0.2em 0.3em 0.3em;
  margin-right: 2vw;
  background: #999;
  box-sizing: border-box;
}
#container-ibthemes #law section.section_1 .inner .content.about {
  padding: 8vw 0;
}
#container-ibthemes #law section.section_1 .inner .content.about h2.h2_2 {
  text-align: center;
  width: 89.3333333333vw;
  margin: 0 auto 6.6666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content.about h2.h2_2 span {
  margin: 0 auto;
}
#container-ibthemes #law section.section_1 .inner .content.about h3.h3_1 {
  text-align: center;
  margin: 0 auto 1.5em;
}
#container-ibthemes #law section.section_1 .inner .content.about h3.h3_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-size: 4.8vw;
}
#container-ibthemes #law section.section_1 .inner .content.about p {
  text-align: center;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy {
  padding: 0;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  align-items: baseline;
  margin: 0 auto 1em;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 span.num {
  font-size: 7.4666666667vw;
  transform: translateY(0.12em);
}
#container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 span.txt {
  font-size: 4.2666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy h4.h4_1 {
  margin: 0 auto 1em;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy h4.h4_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-size: 3.7333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy .item {
  padding: 5.3333333333vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy .item:nth-of-type(even) {
  background: #F3F3F3;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy .item:last-of-type {
  margin-bottom: 0;
}
#container-ibthemes #law section.section_1 .inner .content.philosophy .item .float_r {
  margin-top: 5.3333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.case {
  padding: 0;
}
#container-ibthemes #law section.section_1 .inner .content.case h3.h3_1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5em;
  align-items: baseline;
  margin-top: 1em;
}
#container-ibthemes #law section.section_1 .inner .content.case h3.h3_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-size: 3.7333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.case h3.h3_1 span strong {
  font-size: 6.4vw;
  font-weight: 300;
}
#container-ibthemes #law section.section_1 .inner .content.case p {
  text-align: right;
}
#container-ibthemes #law section.section_1 .inner .content.case p.notice {
  text-align: left;
}
#container-ibthemes #law section.section_1 .inner .content.case table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #999;
  border-bottom: none;
  box-sizing: border-box;
}
#container-ibthemes #law section.section_1 .inner .content.case table tr {
  font-size: 2.6666666667vw;
  line-height: 1.25;
}
#container-ibthemes #law section.section_1 .inner .content.case table tr th,
#container-ibthemes #law section.section_1 .inner .content.case table tr td {
  min-height: 6.4vw;
  padding: 0.7em;
  border-bottom: 1px solid #999;
}
#container-ibthemes #law section.section_1 .inner .content.case table tr th {
  text-align: center;
  font-weight: 300;
  background: #F3F3F3;
}
#container-ibthemes #law section.section_1 .inner .content.case table tr td {
  background: hsl(0, 0%, 100%);
  border-right: 1px solid #999;
  box-sizing: border-box;
}
#container-ibthemes #law section.section_1 .inner .content.case .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.6666666667vw;
  padding: 0 5.3333333333vw 5.3333333333vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container-ibthemes #law section.section_1 .inner .content.case .item:nth-of-type(even) {
  background: #F3F3F3;
}
#container-ibthemes #law section.section_1 .inner .content.case .item .float_c {
  grid-column: 1/-1;
}
#container-ibthemes #law section.section_1 .inner .content.case .item .float_l,
#container-ibthemes #law section.section_1 .inner .content.case .item .float_r {
  margin: 4vw 0 0;
}
#container-ibthemes #law section.section_1 .inner .content.case .item .float_l.center,
#container-ibthemes #law section.section_1 .inner .content.case .item .float_r.center {
  grid-column: 1/-1;
}
#container-ibthemes #law section.section_1 .inner .content.case .item .float_l.center figure,
#container-ibthemes #law section.section_1 .inner .content.case .item .float_r.center figure {
  width: 42.6666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec h3.h3_1, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  margin: 0 auto 1em;
}
#container-ibthemes #law section.section_1 .inner .content.spec h3.h3_1 span, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-size: 3.7333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec h3.h3_2, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_2 {
  margin-bottom: 1em;
}
#container-ibthemes #law section.section_1 .inner .content.spec h3.h3_2 span, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_2 span {
  font-size: 3.7333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec h4.h4_2, #container-ibthemes #law section.section_1 .inner .content.warranty h4.h4_2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  margin: 0 auto 1em;
}
#container-ibthemes #law section.section_1 .inner .content.spec h4.h4_2 span, #container-ibthemes #law section.section_1 .inner .content.warranty h4.h4_2 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-size: 3.7333333333vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec h4.h4_2 span.txt_2, #container-ibthemes #law section.section_1 .inner .content.warranty h4.h4_2 span.txt_2 {
  grid-column: 1/-1;
  font-size: 3.2vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec .figure, #container-ibthemes #law section.section_1 .inner .content.warranty .figure {
  margin: 0 auto 2.6666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec .item, #container-ibthemes #law section.section_1 .inner .content.warranty .item {
  margin: 0 auto 8vw;
}
#container-ibthemes #law section.section_1 .inner .content.spec .item:last-of-type, #container-ibthemes #law section.section_1 .inner .content.warranty .item:last-of-type {
  margin-bottom: 0;
}
#container-ibthemes #law section.section_1 .inner .content.flow h3.h3_1 {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  margin: 0 auto 4vw;
}
#container-ibthemes #law section.section_1 .inner .content.flow h3.h3_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
}
#container-ibthemes #law section.section_1 .inner .content.flow h3.h3_1 span.num {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 4.2666666667vw;
  width: 8vw;
  height: 8vw;
  margin-right: 4vw;
  background: #999;
  position: relative;
  z-index: 1;
}
#container-ibthemes #law section.section_1 .inner .content.flow h3.h3_1 span.num:after {
  content: "";
  display: block;
  width: 100%;
  border: 4vw solid transparent;
  border-bottom: none;
  border-top: 4vw solid #999;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  bottom: -3.9733333333vw;
  left: 0;
}
#container-ibthemes #law section.section_1 .inner .content.flow h3.h3_1 span.txt {
  font-size: 3.7333333333vw;
  margin: 0;
}
#container-ibthemes #law section.section_1 .inner .content.flow p a,
#container-ibthemes #law section.section_1 .inner .content.flow p a:link {
  display: inline-block;
  text-decoration: underline;
}
#container-ibthemes #law section.section_1 .inner .content.flow p.tel {
  width: 100;
  margin-top: 1.5em;
}
#container-ibthemes #law section.section_1 .inner .content.flow p.tel span {
  display: block;
  text-align: left;
  line-height: 1;
}
#container-ibthemes #law section.section_1 .inner .content.flow p.tel span.txt {
  display: flex;
  align-items: baseline;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#container-ibthemes #law section.section_1 .inner .content.flow p.tel span.txt a,
#container-ibthemes #law section.section_1 .inner .content.flow p.tel span.txt a:link {
  text-decoration: none;
  display: block;
  font-size: 4.8vw;
}
#container-ibthemes #law section.section_1 .inner .content.flow figure {
  margin: 0 auto 2.6666666667vw;
}
#container-ibthemes #law section.section_1 .inner .content.flow .item {
  padding: 0 0 8vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container-ibthemes #law section.section_1 .inner .content.flow .item:after {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid #999;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 4vw;
}
#container-ibthemes #law section.section_1 .inner .content.flow .item .float_l,
#container-ibthemes #law section.section_1 .inner .content.flow .item .float_r {
  padding-left: 10.6666666667vw;
  box-sizing: border-box;
}
#container-ibthemes #law aside.bnr_lp {
  padding: 8vw 0;
  margin: 0 auto;
}
#container-ibthemes #law aside.bnr_lp.bgcolor {
  background: #F3F3F3;
}
#container-ibthemes #law aside.bnr_lp .inner .content {
  width: 93.3333333333vw;
  padding: 4vw 5.3333333333vw 5.3333333333vw;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 {
  margin: 0 auto 4vw;
}
#container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.15em;
  color: #999;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span u {
  display: block;
  text-indent: 0;
  text-decoration: none;
  margin: 1.3333333333vw 0 0;
}
#container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span.txt_2 {
  text-indent: -0.25em;
  margin: 1.3333333333vw auto 0;
}
#container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span.txt_2 strong {
  white-space: nowrap;
  letter-spacing: 0.075em;
  font-size: 4.2666666667vw;
  font-weight: 300;
}
#container-ibthemes #law aside.bnr_lp .inner .content p {
  text-align: center;
  color: #999;
  font-size: 2.6666666667vw;
}
#container-ibthemes #law aside.bnr_lp .inner .content .tel {
  margin: 0 auto 4vw;
}
#container-ibthemes #law aside.bnr_lp .inner .content .tel a,
#container-ibthemes #law aside.bnr_lp .inner .content .tel a:link {
  text-decoration: none;
  font-size: 8vw;
}
#container-ibthemes #law aside.bnr_lp .inner .content .tel span {
  display: block;
  text-align: left;
  line-height: 1;
}
#container-ibthemes #law aside.bnr_lp .inner .content .tel span.txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #999;
  font-size: 3.2vw;
  line-height: 1;
}
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp {
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp a,
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp a:link {
  text-decoration: none;
}
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp span {
  display: grid;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  width: 66.6666666667vw;
  height: max-content;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:before, #container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:after {
  content: "";
  display: block;
  border-top: 1px solid #B7B6B7;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  bottom: 0px;
}
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:before {
  width: 4vw;
  right: 0;
  transform-origin: right bottom;
  transform: translateY(-50%) rotate(40deg);
}
#container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:after {
  width: 100%;
}
#container-ibthemes #law aside.bnr_lp .inner .content .item {
  padding: 4.6666666667vw 0 2.6666666667vw;
  margin: 4vw auto 0;
  background: #F3F3F3;
}

@media screen and (min-width: 768px) {
  /* =================================================
     Global layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-link {
    0% {
      right: 192px;
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      right: -48px;
      opacity: 1;
    }
  }
  @keyframes motion-bannter_1 {
    0% {
      right: 240px;
      opacity: 0;
    }
    50% {
      opacity: 0.6;
    }
    100% {
      right: -48px;
      opacity: 1;
    }
  }
  /* -----------------------------------------------
      common
  ----------------------------------------------- */
  #container-ibthemes {
    /*
    .fade_block {
        transform: translateY( size_px(3) );
    }
    */
  }
  #container-ibthemes .sp {
    display: none !important;
  }
  #container-ibthemes .pc {
    display: block !important;
  }
  #container-ibthemes .ahover {
    transition: 0.3s;
  }
  #container-ibthemes .ahover:hover {
    opacity: 0.6;
  }
  #container-ibthemes .pahover a,
  #container-ibthemes .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container-ibthemes .pahover a:hover,
  #container-ibthemes .pahover a:link:hover {
    opacity: 0.6;
  }
  #container-ibthemes .transhover,
  #container-ibthemes .transhover:link,
  #container-ibthemes .transhover2,
  #container-ibthemes .transhover2:link {
    transition: 0.3s;
  }
  #container-ibthemes .transhover figure img,
  #container-ibthemes .transhover:link figure img,
  #container-ibthemes .transhover2 figure img,
  #container-ibthemes .transhover2:link figure img {
    transition: 0.5s;
  }
  #container-ibthemes .transhover:hover figure img,
  #container-ibthemes .transhover2:hover figure img {
    transform: scale(1.1) !important;
  }
  #container-ibthemes .transhover:hover {
    opacity: 0.6;
  }
  #container-ibthemes .transhover:hover figure img {
    opacity: 0.6;
  }
  #container-ibthemes .transhover2:hover figure img {
    opacity: 1 !important;
  }
  /* -------------------------------------
     Gloal Layout
  ------------------------------------- */
  #container-ibthemes {
    font-size: 1.4rem;
    padding: 0;
  }
  #container-ibthemes .anchor a,
  #container-ibthemes .anchor a:link {
    top: -120px;
  }
  #container-ibthemes .anchor a#aform,
  #container-ibthemes .anchor a:link#aform {
    top: -120px;
  }
  /* -------------------------------------
     Contents Common
  ------------------------------------- */
  .ib-themes {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #container-ibthemes {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container-ibthemes p {
    font-size: 1.4rem;
  }
  #container-ibthemes ul li,
  #container-ibthemes ol li {
    font-size: 1.4rem;
  }
  #container-ibthemes table tr th,
  #container-ibthemes table tr td {
    font-size: 1.4rem;
  }
  #container-ibthemes section .item {
    width: 100%;
    margin: 0 0 40px;
  }
  #container-ibthemes section .item.underline {
    padding: 0 0 40px;
  }
  #container-ibthemes section .item.framed {
    padding: 40px;
  }
  #container-ibthemes section .item.framed.float .float_l {
    width: 340px;
  }
  #container-ibthemes section .item.framed.float .float_r {
    width: 460px;
  }
  /* -------------------------------------
     Contents.Page
  ------------------------------------- */
  #container-ibthemes {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container-ibthemes aside {
    width: 100%;
  }
  #container-ibthemes section {
    width: 100%;
  }
  #container-ibthemes section .inner {
    width: 100%;
  }
  #container-ibthemes section .inner .content {
    margin: 0;
    /* -------------------------------------
        link
    ------------------------------------- */
  }
  #container-ibthemes section .inner .content h2.h2_1 span.txt {
    font-size: 2.4rem;
  }
  #container-ibthemes section .inner .content h2.h2_2 span.txt {
    font-size: 2.4rem;
  }
  #container-ibthemes section .inner .content ul {
    margin: 0 0 1em;
  }
  #container-ibthemes section .inner .content table.base {
    display: table;
    width: 100%;
    margin: 16px auto;
    border: none;
  }
  #container-ibthemes section .inner .content table.base th,
  #container-ibthemes section .inner .content table.base td {
    display: table-cell;
    border-bottom: 1px solid hsl(0, 0%, 80%);
  }
  #container-ibthemes section .inner .content table.base th {
    width: 272px;
    padding: 32px 16px 32px 48px;
  }
  #container-ibthemes section .inner .content table.base td {
    width: 728px;
    padding: 32px 48px 32px 0;
  }
  #container-ibthemes section .inner .content table.base td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #container-ibthemes section .inner .content .link {
    height: 48px;
    margin: 48px auto 0;
  }
  #container-ibthemes section .inner .content .link a,
  #container-ibthemes section .inner .content .link a:link {
    width: 288px;
    margin: 0 auto;
    overflow: hidden;
  }
  #container-ibthemes section .inner .content .link span {
    font-size: 1.6rem;
    width: 288px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
  }
  #container-ibthemes section .inner .content .link span:before, #container-ibthemes section .inner .content .link span:after {
    bottom: 1px;
  }
  #container-ibthemes section .inner .content .link span:before {
    width: 14px;
  }
  #container-ibthemes section .inner .content .link a:hover span:before, #container-ibthemes section .inner .content .link a:hover span:after,
  #container-ibthemes section .inner .content .link a:link:hover span:before,
  #container-ibthemes section .inner .content .link a:link:hover span:after {
    animation-fill-mode: backwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     global
  ------------------------------------- */
  .wrapper .header {
    height: 120px;
    padding-left: 25px;
  }
  .wrapper .header .header__logo img {
    height: 105px;
  }
  #container-ibthemes {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container-ibthemes #law {
    /* -------------------------------------
       section
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #container-ibthemes #law section {
    width: 100%;
    box-sizing: border-box;
  }
  #container-ibthemes #law section.section_1 .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #container-ibthemes #law section.section_1 .inner .content {
    width: 100%;
    max-width: 1064px;
    padding: 0 32px 64px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /* -------------------------------------
        common
    */
    /* -------------------------------------
       content_1
    */
    /* -------------------------------------
        info, works
    */
    /* -------------------------------------
       about
    */
    /* -------------------------------------
        philosophy
    */
    /* -------------------------------------
       case
    */
    /* -------------------------------------
       spec , warranty
    */
    /* -------------------------------------
       flow
    */
  }
  #container-ibthemes #law section.section_1 .inner .content.bgcolor {
    background: none;
  }
  #container-ibthemes #law section.section_1 .inner .content.bgcolor::before {
    content: "";
    display: block;
    width: 100svw;
    height: 100%;
    background: hsl(0, 0%, 95%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #container-ibthemes #law section.section_1 .inner .content h2.h2_1 {
    height: 140px;
  }
  #container-ibthemes #law section.section_1 .inner .content h2.h2_1 span.txt {
    font-size: 3rem;
  }
  #container-ibthemes #law section.section_1 .inner .content h2.h2_1 span.txt_2 {
    font-size: 3rem;
  }
  #container-ibthemes #law section.section_1 .inner .content p.lead {
    text-align: left;
    width: 100%;
    max-width: 1000px;
  }
  #container-ibthemes #law section.section_1 .inner .content figure {
    margin: 0 auto 16px;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 {
    width: 100%;
    max-width: 100%;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 figure {
    width: 100%;
    aspect-ratio: auto;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 figure img {
    height: auto;
    object-fit: initial;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h1 {
    width: 19.2708333333vw;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h1.h1_2 span.en {
    font-size: 2.8rem;
    margin-bottom: 64px;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h1.h1_2 span.txt {
    font-size: 4rem;
    line-height: 1.75;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h1.h1_2 span.txt_2 {
    font-size: 2.1rem;
    margin-top: 1em;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h2.h2_2 {
    margin-top: 48px;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h2.h2_2 span {
    font-size: 3rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 h2.h2_2::before {
    width: 30px;
    height: 30px;
    margin: 0 auto 64px;
  }
  #container-ibthemes #law section.section_1 .inner .content.content_1 .item {
    margin: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.info, #container-ibthemes #law section.section_1 .inner .content.works {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  #container-ibthemes #law section.section_1 .inner .content.info h2.h2_1, #container-ibthemes #law section.section_1 .inner .content.works h2.h2_1 {
    margin-bottom: -32px;
  }
  #container-ibthemes #law section.section_1 .inner .content.info h3.h3_1, #container-ibthemes #law section.section_1 .inner .content.works h3.h3_1 {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  #container-ibthemes #law section.section_1 .inner .content.info h3.h3_1 span.day, #container-ibthemes #law section.section_1 .inner .content.works h3.h3_1 span.day {
    margin-bottom: 0.5em;
  }
  #container-ibthemes #law section.section_1 .inner .content.info figure, #container-ibthemes #law section.section_1 .inner .content.works figure {
    margin-bottom: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.info .link, #container-ibthemes #law section.section_1 .inner .content.works .link {
    margin-top: 16px;
  }
  #container-ibthemes #law section.section_1 .inner .content.info .item, #container-ibthemes #law section.section_1 .inner .content.works .item {
    margin-bottom: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.info .item.new .day:before, #container-ibthemes #law section.section_1 .inner .content.works .item.new .day:before {
    font-size: 1.2rem;
    margin-right: 8px;
  }
  #container-ibthemes #law section.section_1 .inner .content.about {
    width: 100%;
    max-width: 1280px;
    padding: 64px 40px;
  }
  #container-ibthemes #law section.section_1 .inner .content.about h2.h2_2 {
    width: 100%;
    margin-bottom: 40px;
  }
  #container-ibthemes #law section.section_1 .inner .content.about h3.h3_1 {
    margin-bottom: 2em;
  }
  #container-ibthemes #law section.section_1 .inner .content.about h3.h3_1 span {
    font-size: 2.1rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.about .item {
    margin: 0 auto;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy {
    padding: 0 32px;
    margin-top: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 {
    margin-bottom: 24px;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 span.num {
    font-size: 3rem;
    transform: translateY(0.1em);
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy h3.h3_1 span.txt {
    font-size: 2.1rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy h4.h4_1 {
    margin-bottom: 0.5em;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy h4.h4_1 span {
    font-size: 1.8rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy p {
    font-size: 1.2rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 64px;
    width: 100%;
    padding: 48px 0;
    margin: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy .item .float_c {
    grid-column: 1/-1;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy .item .float_r {
    margin-top: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy .item:nth-of-type(even) {
    background: none;
  }
  #container-ibthemes #law section.section_1 .inner .content.philosophy .item:nth-of-type(even)::before {
    content: "";
    display: block;
    width: 100svw;
    height: 100%;
    background: #F3F3F3;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #container-ibthemes #law section.section_1 .inner .content.case {
    margin: 0 auto;
  }
  #container-ibthemes #law section.section_1 .inner .content.case h3.h3_1 span {
    font-size: 1.8rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.case h3.h3_1 span strong {
    font-size: 3rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.case table {
    margin: 20px auto 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.case table tr {
    font-size: 1.4rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.case table tr th,
  #container-ibthemes #law section.section_1 .inner .content.case table tr td {
    min-height: 48px;
    padding: 20px 40px;
  }
  #container-ibthemes #law section.section_1 .inner .content.case .item {
    padding: 0 32px 64px;
  }
  #container-ibthemes #law section.section_1 .inner .content.case .item:nth-of-type(even) {
    background: none;
  }
  #container-ibthemes #law section.section_1 .inner .content.case .item:nth-of-type(even)::before {
    content: "";
    display: block;
    width: 100svw;
    height: 100%;
    background: hsl(0, 0%, 95%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #container-ibthemes #law section.section_1 .inner .content.case .item .float_l,
  #container-ibthemes #law section.section_1 .inner .content.case .item .float_r {
    margin: 30px 0 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.case .item .float_l.center figure,
  #container-ibthemes #law section.section_1 .inner .content.case .item .float_r.center figure {
    width: 482px;
  }
  #container-ibthemes #law section.section_1 .inner .content.case .item .float_l p,
  #container-ibthemes #law section.section_1 .inner .content.case .item .float_r p {
    font-size: 2.1rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec, #container-ibthemes #law section.section_1 .inner .content.warranty {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 64px;
    justify-content: center;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec h3.h3_1, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_1 {
    align-items: baseline;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec h3.h3_1 span, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_1 span {
    font-size: 1.8rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec h3.h3_2, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_2 {
    grid-column: 1/-1;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec h3.h3_2 span, #container-ibthemes #law section.section_1 .inner .content.warranty h3.h3_2 span {
    font-size: 1.8rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec h4.h4_2 span, #container-ibthemes #law section.section_1 .inner .content.warranty h4.h4_2 span {
    font-size: 1.8rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec h4.h4_2 span.txt_2, #container-ibthemes #law section.section_1 .inner .content.warranty h4.h4_2 span.txt_2 {
    font-size: 1.2rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec .figure, #container-ibthemes #law section.section_1 .inner .content.warranty .figure {
    margin: 0 auto 20px;
  }
  #container-ibthemes #law section.section_1 .inner .content.spec .item, #container-ibthemes #law section.section_1 .inner .content.warranty .item {
    width: 100%;
    margin: 0 0 48px;
  }
  #container-ibthemes #law section.section_1 .inner .content.warranty {
    column-gap: 48px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .h3.h3_1 {
    margin: 0 auto 30px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .h3.h3_1 span.num {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    margin-right: 32px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .h3.h3_1 span.num:after {
    border: 30px solid transparent;
    border-bottom: none;
    border-top: 30px solid #999;
    bottom: -29.8px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow p {
    margin: 0 auto 1em;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow p.tel {
    margin: 10px 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow p.tel span.txt {
    font-size: 1.4rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow p.tel span.txt a,
  #container-ibthemes #law section.section_1 .inner .content.flow p.tel span.txt a:link {
    font-size: 1.8rem;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow figure {
    margin: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    padding: 0 0 60px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .item:after {
    left: 30px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .item .float_c {
    grid-column: 1/-1;
    width: 100%;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .item .float_l,
  #container-ibthemes #law section.section_1 .inner .content.flow .item .float_r {
    margin: 0;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .item .float_l {
    padding-left: 90px;
  }
  #container-ibthemes #law section.section_1 .inner .content.flow .item .float_r {
    padding-left: 0;
  }
  #container-ibthemes #law aside {
    box-sizing: border-box;
  }
  #container-ibthemes #law aside.bnr_lp {
    padding: 64px 32px;
    margin: 0 auto;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content {
    width: 100%;
    max-width: 1000px;
    padding: 40px 32px 40px;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 {
    width: 100%;
    margin: 0 auto 24px;
    box-sizing: border-box;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span {
    font-size: 2.1rem;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span u {
    display: inline-block;
    margin: 0;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span.txt_2 {
    margin: 8px auto 0;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content h2.h2_1 span.txt_2 strong {
    letter-spacing: 0.15em;
    font-size: 2.4rem;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content p {
    font-size: 1.6rem;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .tel {
    margin: 0 auto 16px;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .tel a,
  #container-ibthemes #law aside.bnr_lp .inner .content .tel a:link {
    font-size: 3rem;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .tel span.txt {
    font-size: 1.8rem;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp {
    height: 48px;
    margin: 48px auto 0;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp a,
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp a:link {
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp span {
    font-size: 1.6rem;
    width: 400px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:before, #container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:after {
    bottom: 1px;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp span:before {
    width: 14px;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp a:hover span:before, #container-ibthemes #law aside.bnr_lp .inner .content .link_lp a:hover span:after,
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp a:link:hover span:before,
  #container-ibthemes #law aside.bnr_lp .inner .content .link_lp a:link:hover span:after {
    animation-fill-mode: backwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container-ibthemes #law aside.bnr_lp .inner .content .item {
    padding: 24px 0 16px;
    margin: 16px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  #container-ibthemes {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
}/*# sourceMappingURL=law.css.map */