section {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 400px) {
  section.kv_sub h1 {
    letter-spacing: 0.1em;
  }
}
section p.tag.main {
  margin-bottom: 25px;
  padding-left: 9%;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 1024px) {
  section p.tag.main {
    padding-left: 5%;
  }
}
section .inner h2 {
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  section .inner h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  section .inner h2 {
    margin-bottom: 20px;
  }
}
section.galleria {
  margin-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.galleria {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 600px) {
  section.galleria {
    padding-top: 100vw;
  }
}
section.galleria .inner {
  width: 100%;
  margin-bottom: 50px;
  padding-left: max(5%, (100% - 1000px) / 2);
  padding-bottom: 26%;
  position: relative;
}
@media screen and (max-width: 600px) {
  section.galleria .inner {
    display: contents;
  }
}
section.galleria .inner .lead {
  max-width: 625px;
  width: 60%;
}
@media screen and (max-width: 600px) {
  section.galleria .inner .lead {
    width: 90%;
    margin: 0 auto 42px;
  }
}
section.galleria .inner .lead p {
  line-height: 1.875;
}
section.galleria .inner .lead .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.galleria .inner .lead .btn {
    margin-top: 28px;
  }
}
section.galleria .inner picture {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  section.galleria .inner picture {
    bottom: auto;
    top: 0;
  }
}
section.galleria .inner picture img {
  width: 100%;
  max-width: 1220px;
}
section.galleria .sliderWrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.galleria .sliderWrap h3 {
  margin-bottom: 20px;
  color: var(--blue);
  font-family: var(--ff_mincho);
  font-size: 32px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  section.galleria .sliderWrap h3 {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
section.galleria .sliderWrap .slicker {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding-bottom: 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.galleria .sliderWrap .slicker {
    padding-bottom: 40px;
  }
}
section.galleria .sliderWrap .slicker .slick-list {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.galleria .sliderWrap .slicker .slick-list {
    width: 85%;
  }
}
section.galleria .sliderWrap .slicker .slick-list .slick-track {
  display: flex;
}
section.galleria .sliderWrap .slicker .slick-list .slick-track .slick-slide {
  width: 100%;
  padding: 0 5px;
}
section.galleria .sliderWrap .slicker label.arw {
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-color: var(--blue);
  -webkit-mask-image: url(/wp-content/themes/toseki/common/img/icon_arrow_r.png);
          mask-image: url(/wp-content/themes/toseki/common/img/icon_arrow_r.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.galleria .sliderWrap .slicker label.arw {
    width: 24px;
  }
}
section.galleria .sliderWrap .slicker label.arw-prev {
  scale: -1 1;
  right: 72px;
}
@media screen and (max-width: 768px) {
  section.galleria .sliderWrap .slicker label.arw-prev {
    right: 54px;
  }
}
section.galleria .sliderWrap .slicker label.arw-next {
  right: 0;
}
section.galleria .common_contact {
  margin: 60px auto 0;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  section.galleria .common_contact {
    margin-top: 40px;
  }
}
section.howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px 0;
  padding-bottom: min(60px + 9.333vw, 200px);
  background: url(../../about/img/operate_cloud.png) no-repeat right bottom/contain;
}
@media screen and (max-width: 768px) {
  section.howto {
    padding-bottom: calc(38px + 9.333vw);
    gap: 40px 0;
  }
}
section.howto p.tag.main {
  margin: 0 auto -35px 0;
}
@media screen and (max-width: 768px) {
  section.howto p.tag.main {
    margin: 0 auto -15px 0;
  }
}
section.howto .inner {
  max-width: 1000px;
  width: 90%;
}
section.howto .inner h3 {
  margin-bottom: 20px;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  section.howto .inner h3 {
    margin-bottom: 14px;
  }
}
section.howto .inner dd,
section.howto .inner li,
section.howto .inner p {
  line-height: 1.875;
}
section.howto .inner.use {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 30px 4%;
  }
}
@media screen and (max-width: 600px) {
  section.howto .inner.use {
    display: flex;
    flex-direction: column;
  }
  section.howto .inner.use h2 {
    order: 0;
  }
  section.howto .inner.use .cntWrap {
    order: 2;
  }
  section.howto .inner.use picture {
    order: 1;
  }
}
section.howto .inner.use h2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use h2 {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 0;
  }
}
section.howto .inner.use .cntWrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use .cntWrap {
    display: contents;
  }
}
@media screen and (max-width: 600px) {
  section.howto .inner.use .cntWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
section.howto .inner.use .cntWrap dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use .cntWrap dl {
    grid-column: 1/2;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  section.howto .inner.use .cntWrap dl {
    margin-bottom: 15px;
  }
}
section.howto .inner.use .cntWrap dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 0 8px;
  color: var(--blue);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use .cntWrap dl dt {
    gap: 0 5px;
    margin-bottom: 6px;
  }
}
section.howto .inner.use .cntWrap dl dt::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: currentColor;
  -webkit-clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
          clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
}
@media screen and (max-width: 768px) {
  section.howto .inner.use .cntWrap dl dt::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  section.howto .inner.use .cntWrap .cntBox {
    grid-column: 1/3;
    grid-row-start: 6;
  }
}
section.howto .inner.use .cntWrap .cntBox ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use .cntWrap .cntBox ul {
    margin-bottom: 22px;
  }
}
section.howto .inner.use .cntWrap .cntBox ul li {
  text-indent: -1em;
  padding-left: 1em;
}
section.howto .inner.use .cntWrap .cntBox p span {
  color: var(--blue);
  font-weight: 400;
}
section.howto .inner.use picture {
  width: 44%;
}
@media screen and (max-width: 768px) {
  section.howto .inner.use picture {
    grid-column: 2/3;
    grid-row: 2/6;
    width: 100%;
  }
}
section.howto .inner, use section.howto .inner.flow, section.howto .inner.decline, section.howto .inner.note {
  letter-spacing: 0.12em;
}
section.howto .inner.flow h3, section.howto .inner.decline h3 {
  font-family: var(--ff_mincho);
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow h3, section.howto .inner.decline h3 {
    font-size: 24px;
  }
}
section.howto .inner.notes h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.howto .inner.notes h3 {
    font-size: 18px;
  }
}
section.howto .inner.flow .cntWrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow .cntWrap {
    gap: 32px 0;
  }
}
section.howto .inner.flow .cntWrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  top: 50%;
  left: 85px;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow .cntWrap::before {
    left: 50px;
  }
}
section.howto .inner.flow .cntWrap .cntBox {
  display: flex;
  gap: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow .cntWrap .cntBox {
    gap: 0 15px;
  }
}
section.howto .inner.flow .cntWrap .cntBox:nth-last-of-type(1) picture {
  background-color: #fff;
}
section.howto .inner.flow .cntWrap .cntBox picture {
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow .cntWrap .cntBox picture {
    width: 100px;
  }
}
section.howto .inner.flow .cntWrap .cntBox dl {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow .cntWrap .cntBox dl {
    width: calc(100% - 115px);
  }
}
section.howto .inner.flow .cntWrap .cntBox dl dt {
  padding: 10px 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.howto .inner.flow .cntWrap .cntBox dl dt {
    padding: 6px 0;
    font-size: 18px;
  }
}
section.howto .inner.flow .cntWrap .cntBox dl dd p {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
section.howto .inner.flow .cntWrap .cntBox dl dd a {
  color: var(--blue);
  text-decoration: underline;
}
section.howto .inner.decline ul, section.howto .inner.notes ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
section.howto .inner.decline ul li, section.howto .inner.notes ul li {
  text-indent: -13px;
  padding-left: 13px;
}
section.howto .inner.decline ul li::before, section.howto .inner.notes ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: currentColor;
  margin: 0 4px;
}
section.howto .inner.contact {
  padding-top: 20px;
}
section.howto .inner.contact .bg {
  padding: 20px;
  background: url(../img/contact_border.png) repeat center;
}
@media screen and (max-width: 768px) {
  section.howto .inner.contact .bg {
    padding: 12px;
  }
}
section.howto .inner.contact .bg .cntWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 5%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.howto .inner.contact .bg .cntWrap {
    flex-direction: column;
    gap: 18px 0;
    padding: 30px 5% 20px;
  }
}
section.howto .inner.contact .bg .cntWrap p.tag {
  padding-right: 30px;
  position: absolute;
  top: -10px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  section.howto .inner.contact .bg .cntWrap p.tag {
    padding-right: 5vw;
    top: -4px;
    right: -5vw;
  }
}
section.howto .inner.contact .bg .cntWrap::before {
  content: "";
  order: 1;
  width: 1px;
  min-height: 65px;
  height: 100%;
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  section.howto .inner.contact .bg .cntWrap::before {
    width: 100%;
    min-height: 1px;
  }
}
section.howto .inner.contact .bg .cntWrap .cntBox {
  order: 0;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  section.howto .inner.contact .bg .cntWrap .cntBox {
    align-items: center;
  }
}
section.howto .inner.contact .bg .cntWrap .cntBox p {
  line-height: 1.2;
}
section.howto .inner.contact .bg .cntWrap .cntBox p.tel {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  color: var(--blue);
  font-size: 32px;
}
section.howto .inner.contact .bg .cntWrap .btn {
  order: 2;
}
section.howto .cloud {
  width: 100%;
  position: relative;
}
section.howto .cloud::before {
  content: "";
  display: block;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
}
section.howto .cloud img {
  width: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  translate: 0 -50%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  section .common_contact .cntWrap {
    flex-direction: column;
    gap: 18px 0;
  }
  section .common_contact .cntWrap::before {
    content: none !important;
  }
}
section .common_contact .cntWrap::before {
  min-height: 150px !important;
}
section .common_contact .cntWrap .btn {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}/*# sourceMappingURL=layout.css.map */