@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Roboto:wght@100;400;700&display=swap");

/* *** */
html {
  font-size: 3.125vw;
}
@media screen and (min-width: 390px) {
  html {
    font-size: 2.564102564vw;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.736111111vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.302083333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.008064516vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1128px) {
  html {
    font-size: 10px;
  }
}
body {
  background-color: #fff;
  color: var(--text-color);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-weight: 400;
  word-wrap: break-word;
  position: relative;

  font-feature-settings: "palt";
  overflow-wrap: break-word;
}
.dummywidth {
  width: 100%;
  height: 0;
}
.container {
  font-size: 1.3em;
  line-height: 1.75;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 390px) {
  .container {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 576px) {
  .container {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1128px) {
  .container {
    font-size: 1.8em;
  }
}
html,
body,
.container {
  height: 100%;
}
.container-inner {
  /* background-color: var(--light-yellow); */
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer {
  margin-top: auto;
}

/* *** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
[class*="-heading"] > .heading-inner,
[class*="-subheading"] > .subheading-inner {
  display: inline-block;
}
em {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
strong {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
.marker {
  background-color: transparent;
  background-image: linear-gradient(transparent 70%, rgba(var(--yellow-rgb), .77) 0%);
}
.label {
  background-color: var(--yellow);
  padding: .2em .4em;
}
.fz-normal {
  font-size: 1em;
}
.fz-large {
  font-size: 1.07em;
}
.fz-larger {
  font-size: 1.13em;
}
.fz-small {
  font-size: .91em;
}
.fz-smaller {
  font-size: .83em;
}
.under-line {
  background-image: linear-gradient(transparent 77%, rgba(var(--red-rgb), .67) 0%);
}
sup {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .17em auto;
  vertical-align: middle;
  position: relative;
  top: -.47em;
}
@media screen and (min-width: 576px) {
  sup {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 992px) {
  sup {
    font-size: 1.1rem;
  }
}

/* clearfix */
[class*="-inner"]::after,
.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* link */
a {
  color: var(--text-link-color);
  transition: color .27s ease;
}
a.hover,
a:hover {
  color: var(--text-link-hover-color);
}
a.btn-inner.hover,
a.btn-inner:hover {
  opacity: .77;
}
a:focus {
  outline: 0;
  outline: none;
}
a.dec-none {
  text-decoration: none;
}
a.external {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
a.external::before,
a.external::after {
  content: "";
  display: block;
  width: .55em;
  height: .5em;
  position: absolute;
}
a.external::before {
  border: 1px solid var(--text-link-color);
  top: .5em;
  right: .15em;
}
a.external::after {
  border-bottom: 1px solid var(--text-link-color);
  border-left: 1px solid var(--text-link-color);
  top: calc(.5em + 3px);
  right: calc(.15em + 3px);
}
a.external:hover::before,
a.external:hover::after {
  border-color: var(--text-link-hover-color);
}
form :focus {
  outline: 1px solid var(--outline-color);
}

/* img */
img {
  border: 0;
  border: none;
  width: 100%;
  height: auto;
  min-height: 1%;
  vertical-align: top;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
a img.transform {
  transition: transform .27s ease;
}
a.hover img.transform,
a:hover img.transform {
  opacity: .83;
  transform: scale(1.03);
}

/* list */
::marker {
  color: rgba(var(--black-rgb), .77);
}
nav li {
  position: relative;
}
nav li::before {
  position: absolute;
}
ul.list {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.list-before + ul.list {
  margin: 0;
}
ul.list > li {
  margin: 0;
  padding: 0;
}
ul.list > li:nth-child(n+2) {
  margin-top: .33em;
}
ul.style-none,
ol.style-none,
ul.check-list,
ul.contact,
ul.field,
ul.item,
ul.menu,
ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-none + .style-none {
  margin: 2em 0 1em;
}
ul.style-none > li,
ol.style-none > li,
ul.check-list > li,
ul.contact > li,
ul.field > li,
ul.item > li,
ul.menu > li,
ul.nav > li {
  margin: 0;
  padding: 0;
}
ul > li > p,
ol > li > p {
  margin: 0;
}
ul > li > p.margin,
ol > li > p.margin {
  margin: 1em 0;
}

/* ol.num-list */
ol.num-list {
  list-style-type: none;
  counter-reset: item;
  margin: 1em 0;
  padding: 0;
}
ol.num-list > li {
  margin: 0;
  padding: 0 0 0 2em;
  position: relative;
}
ol.num-list > li:nth-child(n+2) {
  margin-top: .25em;
}
ol.num-list > li::before {
  counter-increment: item;
  content: counter(item)".";
  font-size: 1em;
  text-align: center;
  display: block;
  width: 1.5em;
  position: absolute;
  left: 0;
}

/* ul.check-list */
ul.check-list > li {
  line-height: 1.5;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}
ul.check-list > li:nth-child(n+2) {
  margin-top: .5em;
}

ul.check-list > li::before {
  content: "";
  position: absolute;
}
ul.check-list > li::before {
  background-color: #fff;
  border: .12em solid var(--orange);
  display: block;
  width: 1em;
  height: 1em;
  top: .18em;
  left: .05em;
  /* transform: rotate(-60deg) skewX(-25deg); */
}

/* ul.flow | ol.flow */
ul.flow > li,
ol.flow > li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
ul.flow > li::before,
ol.flow > li::before {
  content: "\f103";
  color: #f6a324;
  font-family: "Font Awesome 5 Free";
  font-size: 1.33em;
  font-weight: 900;
  text-align: center;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -.15em;
  left: 0;
}
ul.flow > li:last-child,
ol.flow > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.flow > li:last-child::before,
ol.flow > li:last-child::before {
  display: none;
}

/* .list-before | .list-after */
.list-before {
  margin-bottom: .5em;
}
.list-after {
  margin-top: .5em;
}

/* .breadcrumb */
.breadcrumb .list {
  list-style-type: none;
  display: flex;
  margin: 1.5em 0 0;
  padding: 0;
}
.breadcrumb .list-inner {
  padding: 1em;
  position: relative;
}
.breadcrumb .list-inner:first-child {
  padding-left: 0;
}
.breadcrumb .list-inner::before {
  content: "\f105";
  color: rgba(var(--black-rgb), .5);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.breadcrumb .list-inner:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-link {
  font-size: .9em;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb .current-page {
  color: rgba(var(--black-rgb), .67);
  font-weight: normal;
  font-weight: 400;
}

/* .rice */
ul.rice,
ol.rice {
  list-style-type: none;
  margin: 2em 0 1em;
  padding: 0;
}
ul.rice.attached,
ol.rice.attached {
  margin-top: .25em;
}
p.text-note.rice,
ul.rice > li,
ol.rice > li {
  padding-left: 1em;
  position: relative;
}
.text-note.rice span.rice {
  text-align: center;
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
}
ol.rice.num-inline > .list-inner {
  padding-left: 3em;
}
ol.rice.num-inline span.rice {
  text-align: center;
  display: block;
  width: 2.5em;
  position: absolute;
  left: .15em;
}

/* others */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.i-block,
.inline-block {
  /* white-space: nowrap; */
  display: inline-block;
}
.d-block,
.display-block {
  display: block;
}
.d-none,
.display-none {
  display: none;
}
.narrow.before {
  display: inline-block;
  margin-left: -.5em;
}
.narrow.after {
  letter-spacing: -.5em;
}
.text-note {
  color: rgba(var(--darkgray-rgb), 1);
}
.text-red {
  color: var(--light-red);
}
.text-bold {
  font-weight: 700;
}
.i-block > .number,
.i-block_sp > .number {
  font-size: 1.2em;
  position: relative;
  top: .03em;
}

/* .lang-en */
.lang-en {
  font-size: 1.23em;
}

/* .between */
.between.mark {
  font-size: 1.23em;
  display: inline-block;
  position: relative;
}

/* .em-px */
.em-px {
  font-size: 1em;
  display: block;
  width: 1em;
  height: 0;
  position: absolute;
}

/* .header */
.header {
  background-color: #fffbe6;
  box-shadow: 0 2px 7px rgb(197 186 125 / 20%);
  z-index: 1;
}
.site-header > .header-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: .5em;
  padding-bottom: 1em;
}
.header .site-heading {
  width: 55%;
  margin: .5em auto .8em;
}
.header .site-heading .text-inner {
  font-size: .7em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: .5em;
  left: 1.5em;
}
.site-header .site-subheading > .subheading-inner {
  display: flex;
}
.site-header .site-subheading .img-box {
  width: 3em;
  margin: auto 0 auto auto;
}
.site-header .site-subheading .ttl-text {
  margin: auto auto auto 0;
}
.header .ttl-text .text-inner {
  font-size: 1rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  vertical-align: middle;
}
.header .ttl-text .text-inner.tel-num {
  font-size: 1em;
  text-align: left;
  display: inline-block;
  width: 13.5em;
  margin-right: auto;
  margin-left: .3em;
  vertical-align: middle;
}
.header .ttl-text .text-inner.tel-num > a {
  font-size: 2em;
}
.header .ttl-text .link .ruby-01,
.header .ttl-text .link .ruby-02 {
  display: inline-block;
  position: relative;
}
.header .ttl-text .link .ruby-01::before {
  content: "みやざわ";
  color: var(--text-color);
  font-size: .35em;
  font-weight: 400;
  letter-spacing: .2em;
  display: inline-block;
  width: 120%;
  position: absolute;
  top: -.6em;
  left: .2em;
}
.header .ttl-text .link .ruby-02::before {
  content: "つなぐ";
  color: var(--text-color);
  font-size: .35em;
  font-weight: 400;
  letter-spacing: .6em;
  display: inline-block;
  width: 120%;
  position: absolute;
  top: -.65em;
  left: .4em;
}
.header .ttl-text .text-inner.tel-num .fz-small {
  border-radius: .2em;
  color: var(--red);
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .08em;
  display: flex;
  justify-content: center;
  margin-top: -.2em;
  padding: .1em .2em;
}
.header .ttl-text .text-inner.tel-num .fz-small .number {
  font-size: 1.2em;
  position: relative;
  top: -.1em;
}
.header .ttl-text .string {
  display: block;
}
.header .ttl-text .string.bgc {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: .25em;
  margin-bottom: .3em;
  padding: .3em .1em .2em .35em;
}
.header .ttl-text .link {
  color: var(--green);
  text-decoration: none;
}
@media screen and (min-width: 390px) {
  .site-header > .header-inner {
    flex-direction: row;
    align-items: center;
    padding: .5em 0;
  }
  .site-header .site-heading {
    text-align: left;
    width: 45%;
    max-width: 320px;
    margin-left: 0;
  }
  .site-header .site-heading .img-img {
    display: block;
    max-width: 280px;
    position: relative;
  }
  .site-header .site-subheading {
    margin: .5em 0 0 auto;
  }
  .header .ttl-text .text-inner.tel-num {
    width: 9em;
  }
  .header .ttl-text .text-inner.tel-num > a {
    font-size: 1.3em;
  }
  .header .ttl-text .text-inner.tel-num .fz-small {
    font-size: .7em;
  }
  .site-header .site-subheading .text-text {
    top: .5em;
  }
  .header .ttl-text .link .ruby-01::before {
    letter-spacing: .1em;
    width: 132%;
    top: -1em;
    left: 0;
  }
  .header .ttl-text .link .ruby-02::before {
    letter-spacing: .2em;
    top: -1em;
    left: .4em;
  }
}
@media screen and (min-width: 576px) {
  .site-header > .header-inner {
    padding: 0;
  }
  .site-header .site-heading {
    width: 45%;
  }
  .header .ttl-text .text-inner.tel-num > a {
    font-size: 1.75em;
  }
  .header .ttl-text .text-inner.tel-num {
    width: 11.5em;
  }
  .header .site-heading .text-inner {
    font-size: .7em;
  }
  .site-header .site-subheading {
    margin: .8em 0 .7em auto;
  }
  .site-header .site-subheading .img-box {
    width: 4em;
  }
  .site-header .site-subheading .img-box,
  .site-header .site-subheading .ttl-text {
    margin: auto;
  }
  .header .ttl-text .text-inner.tel-num .fz-small {
    font-size: .8em;
  }
  .header .ttl-text .link .ruby-01::before {
    letter-spacing: .2em;
    width: 120%;
    top: -.6em;
    left: .2em;
  }
  .header .ttl-text .link .ruby-02::before {
    letter-spacing: .6em;
    top: -.65em;
    left: .4em;
  }
}
@media screen and (min-width: 768px) {
  .site-header .site-heading .img-img {
    max-width: 220px;
  }
  .header .ttl-text {
    font-size: 1.2em;
  }
  .header .ttl-text .text-inner {
    font-size: .6em;
    right: 2em;
  }
  .header .ttl-text .text-inner.tel-num {
    width: 10em;
  }
  .header .ttl-text .text-inner.tel-num > a {
    font-size: 1.5em;
  }
  .header .ttl-text .text-inner.tel-num .fz-small {
    font-size: .8em;
  }
  .header .site-heading .text-inner {
    font-size: .8em;
    left: 1.9em;
  }
  .site-header .site-subheading .text-text {
    right: 1.5em;
  }
  .site-header .site-subheading .img-box {
    width: 4.5em;
  }
}
@media screen and (min-width: 992px) {
  .header .ttl-text .text-inner {
    font-size: .5em;
  }
  .header .site-heading .text-inner {
    font-size: .85em;
    left: 2.2em;
  }
  .site-header .site-subheading .text-text {
    right: 2.35em;
  }
}

/* .footer && .main && common */
.footer,
.side-padding {
  min-height: 1%;
  padding: 0 1em;
}
.footer > .footer-inner,
.main > .main-inner
.inner-width {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .footer,
  .side-padding {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .footer,
  .side-padding {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .footer,
  .side-padding {
    padding-right: 1.75em;
    padding-left: 1.75em;
  }
}
@media screen and (min-width: 1128px) {
  .footer,
  .side-padding {
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* .footer */
.footer {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 9em;
  position: relative;
  z-index: 33;
}
.footer .office-heading > .heading-inner {
  font-size: 1.75em;
  font-weight: bold;
  font-weight: 700;
}
.footer .office .text-text {
  color: #fff;
  text-align: left;
  display: inline-block;
  margin: 1.67em auto 2em;
}
.footer .office .text-text > span {
  display: block;
}
@media screen and (min-width: 576px) {
  .footer .office > .office-inner {
    display: flex;
  }
  .footer .office-heading {
    text-align: right;
    width: 50%;
    margin: .25em 0 0 auto;
    padding-right: .67em;
  }
  .footer .office-heading > .heading-inner {
    font-size: 1.5em;
  }
  .footer .office .text-text {
    width: 50%;
    margin: 0 auto 2em 0;
    padding-left: .67em;
  }
  .footer .office .text-text > span {
    font-size: .975em;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 6em;
  }
  .footer .office-heading {
    padding-right: 1.25em;
  }
  .footer .office-heading > .heading-inner {
    font-size: 1.75em;
  }
  .footer .office .text-text {
    padding-left: 1.25em;
  }
  .footer .office .text-text > span {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-heading {
    padding-right: 4em;
  }
  .footer .office-heading > .heading-inner {
    font-size: 2em;
  }
  .footer .office .text-text {
    padding-left: 4em;
  }
}
@media screen and (min-width: 1128px) {
  .footer .office-heading {
    padding-right: 7em;
  }
  .footer .office .text-text {
    padding-left: 7em;
  }
}

/* .footer | .copyright */
.copyright {
  text-align: center;
}
.copyright small {
  font-size: .875em;
}

/* .footer | .go-to-top */
.go-to-top a {
  background-image: linear-gradient(135deg, rgba(var(--orange-rgb), .7) 33%, rgba(var(--red-rgb), .9) 67%);
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
  width: 3em;
  height: 3em;
  position: fixed;
  right: 1em;
  bottom: 6em;
  z-index: 91;
  opacity: 0;
  transition: opacity .27s ease, transform .33s ease, background-color .33s ease;
}
.fadein .go-to-top a {
  opacity: 1;
}
.absolute .go-to-top a {
  position: absolute;
}
.go-to-top .icon-icon {
  color: #fff;
  font-size: 2em;
  display: block;
  width: 100%;
  position: relative;
  top: .25em;
  z-index: 31;
}
.go-to-top a:hover {
  transform: translate(.1em, -.1em);
  transition: transform .33s ease, background-color .33s ease;
}
@media screen and (min-width: 768px) {
  .go-to-top a {
    bottom: 6em;
  }
}
/* .footer | .footer-contact */
.footer-contact {
  /* background-color: rgba(var(--black-rgb), .77);
  padding: 0 .5em;*/
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.footer-contact > .contact-inner {
  margin: 0 auto;
}
.footer-contact .bnr {
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .07);
  display: flex;
}
.footer-contact .tel,
.footer-contact .line {
  display: block;
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: transform .33s ease, background-color .33s ease;
}
.footer-contact a {
  color: #fff;
  line-height: 1.15;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 7;
}
.footer-contact .tel {
  background-color: var(--orange);
  border-radius: .5em .5em 0 0;
}
.footer-contact .tel .text-note {
  color: #fff;
  font-size: .83em;
}
.footer-contact .tel .icon-icon {
  font-size: 2em;
  display: block;
  width: 1em;
  margin: auto;
  position: relative;
}
.footer-contact .tel .text-text,
.footer-contact .line .text-text {
  font-size: .95em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: left;
  margin: auto .5em auto 0;
}
.footer-contact .tel .icon-icon,
.footer-contact .line .icon-icon {
  /* background-color: #fff;
  min-width: 40px;
  min-height: 40px;*/
}
.footer-contact .tel i,
.footer-contact .line img {
}
.footer-contact .tel .link-inner,
.footer-contact .line .link-inner {
  display: flex;
  height: 100%;
}
.footer-contact .tel .link-inner {
  display: flex;
}
.footer-contact .line {
  background-color: #0dc757;
  border-radius: .5em .5em 0 0;
}
.footer-contact .tel .icon-icon {
  width: 4em;
}
.footer-contact .line img {
  width: 2.8em;
  min-width: 40px;
  height: 2.8em;
  min-height: 40px;
  margin: 1.4em;
}
.footer-contact .tel:hover,
.footer-contact .line:hover {
  /* opacity: .77; */
  background-color: rgb(240, 145, 94);
  transform: translate(.1em, .1em);
  transition: transform .33s ease, background-color .33s ease;
}
.footer-contact .line:hover {
  background-color: rgb(120, 221, 133);
}

@media screen and (min-width: 390px) {
}
@media screen and (min-width: 576px) {
  .footer-contact .tel,
  .footer-contact .line {
    padding: 0 1.5em 0 0;
  }
  .footer-contact .tel .icon-icon {
    width: auto;
    left: 0;
  }
  .footer-contact .tel .text-text,
  .footer-contact .line .text-text {
    font-size: 1.2em;
    display: block;
    margin: auto 0 auto .5em;
  }
  .footer-contact .tel::before {
    background-image: linear-gradient(rgba(var(--black-rgb), .1) 40%, rgba(var(--black-rgb), .3) 80%);
    content: "";
    display: block;
    width: calc(100% + 4em);
    height: 100%;
    position: absolute;
    right: -1.4em;
    bottom: -83%;
    z-index: 1;
    transform: rotate(-9deg);
  }
  .footer-contact .line::before {
    background-image: linear-gradient(rgba(var(--black-rgb), .1) 40%, rgba(var(--black-rgb), .3) 80%);
    content: "";
    display: block;
    width: calc(100% + 4em);
    height: 100%;
    position: absolute;
    right: -1.4em;
    bottom: -83%;
    z-index: 1;
    transform: rotate(-9deg);
  }
  .footer-contact .tel .text-text {
    font-size: 1.2em;
  }
  .footer-contact .link > .link-inner {
    flex-flow: row;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact .tel,
  .footer-contact .line {
    padding: 0 1.5em 0 1em;
  }
  .footer-contact .tel {
    width: 50%;
  }
  .footer-contact .line img {
    width: 2em;
    min-width: 20px;
    height: 2em;
    min-height: 20px;
    margin: 1em;
  }
  .footer-contact .tel .icon-icon {
    margin: .4em .5em;
  }
  /* .footer-contact .tel::before {
    background-image: linear-gradient(rgba(var(--black-rgb), .1) 40%, rgba(var(--black-rgb), .3) 80%);
    content: "";
    display: block;
    width: calc(100% + 4em);
    height: 100%;
    position: absolute;
    right: -1em;
    bottom: -77%;
    z-index: 1;
    transform: rotate(-9deg);
  }
  .footer-contact .line::before {
    background-image: linear-gradient(rgba(var(--black-rgb), .1) 40%, rgba(var(--black-rgb), .3) 80%);
    content: "";
    display: block;
    width: calc(100% + 4em);
    height: 100%;
    position: absolute;
    right: -1.5em;
    bottom: -83%;
    z-index: 1;
    transform: rotate(-9deg);
  } */
  .footer-contact .tel .link-inner:first-child {
    padding: .1em 0;
  }
  .footer-contact .tel .text-note {
    font-size: .9em;
  }
  .footer-contact .tel::after,
  .footer-contact .line::after {
    content: "\f138";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4em;
    font-weight: 900;
    position: absolute;
    top: calc(50% - .9em);
    right: 1em;
  }
}
@media screen and (min-width: 992px) {
  .footer-contact .tel .icon-icon {
    font-size: 1.4em;
    margin: auto 1em;
  }
}
/* common */
.header p,
.footer p {
  margin: 0;
}
.article {
  position: relative;
}
.article-common {
  padding: 4em 0;
}
.article-common .article-heading {
  text-align: center;
}
.article-common .article-heading > .heading-inner {
  font-size: 1.9em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
.article-common .article-heading .fz-small {
  font-size: 1em;
}
.article-common .article-heading .fz-large {
  font-size: 1.15em;
  line-height: 1.3;
  padding: 0 .1em;
}
.article-common .article-heading .lang-en.fz-large {
  font-size: 1.2em;
}
@media screen and (min-width: 390px) {
  .article-common .article-heading > .heading-inner {
    font-size: 1.9em;
  }
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  .article-common .article-heading > .heading-inner {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  .article-common .article-heading > .heading-inner {
    font-size: 2em;
  }
}

/* .num-num */
ol .num-num.icon-icon {
  background-color: var(--dull-green);
  color: #fff;
  text-align: center;
  width: 2.6em;
  height: 2.6em;
}
ol .num-num.icon-icon .string {
  font-size: 2.5em;
  line-height: 1.1em;
}

/* .border */
.border {
  border: .25em solid rgba(var(--black-rgb), .25);
  border-radius: .5em;
  box-shadow: 0 10px 10px rgba(0,0,0,.05);
  padding: 1.5em;
}
.border .text-text {
  margin: 0;
}
@media screen and (min-width: 390px) {
  .border {
    padding: 1.75em;
  }
}
@media screen and (min-width: 576px) {
  .border {
    padding: 2em;
  }
}
@media screen and (min-width: 768px) {
  .border {
    padding: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .border {
    padding: 3em;
  }
}

/* .aside */
.aside {
  background-color: var(--light-yellow);
  margin: 0 calc(50% - 50vw);
  padding: 0 0 3em 0;
}
.aside .aside-heading > .heading-inner {
  font-size: 1.6em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: center;
  display: block;
  padding: .7em 0;
}
.aside .bnr-box {
  max-width: 1000px;
  margin: 0 auto;
}
.aside .box-inner.tel {
  margin-bottom: 1.5em;
}
.aside .bnr-img {
  margin: 0;
}
.aside .line-and-email .bnr-img,
.miyazawa-bnr .bnr-img {
  transition: opacity .27s ease, transform .27s ease;
}
.aside .line-and-email .bnr-img.hover,
.aside .line-and-email .bnr-img:hover,
.miyazawa-bnr .bnr-img.hover,
.miyazawa-bnr .bnr-img:hover {
  opacity: .77;
  transform: translate(.1em, .1em);
}
.aside .box-inner .link {
  border-radius: .75em;
  display: block;
  position: relative;
  overflow: hidden;
}
.aside .bnr-subbox > .subbox-inner {
  margin-top: 1em;
}
.article-header.pink {
  background: linear-gradient(to top right, rgb(242 119 119), rgb(249 189 187));
  box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
  color: #fff;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.aside-header.orange {
  padding-top: 2em;
}
.aside-header.orange,
.aside-header.orange .heading-inner {
  color: var(--light-orange);
}


/* kira */
.aside .box-inner.tel .link::before {
  background-color: rgba( 255, 255, 255, 1 );
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  animation: kira1 5s ease-in-out infinite;
}
@keyframes kira1 {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  47% {
    opacity: .5;
    transform: scale(0) rotate(45deg);
  }
  48% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  58% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
}
@media screen and (min-width: 576px) {
  .aside .bnr-subbox {
    display: flex;
  }
  .aside .bnr-subbox > .subbox-inner {
    width: calc(50% - .67em);
    margin: 0 auto;
  }
  .aside .bnr-subbox > .subbox-inner:first-child {
    margin-left: 0;
  }
  .aside .bnr-subbox > .subbox-inner:last-child {
    margin-right: 0;
  }
  .aside .aside-heading > .heading-inner {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .aside .bnr-subbox > .subbox-inner {
    width: calc(50% - .75em);
    margin: 0 auto;
  }
  .aside .aside-heading > .heading-inner {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 992px) {
  .aside .aside-heading > .heading-inner {
    font-size: 2.7em;
  }
}

/* #article-tagline */
#article-tagline > .article-inner {
  background: url(../img/mainvisual/top-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 23em;
  margin: 0 calc(50% - 50vw);
}
#article-tagline .article-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 1em 0 1.5em;
  position: relative;
}
#article-tagline .article-header::before {
  background: url(../img/top-illust-00_v2.webp) no-repeat;
  background-size: 100%;
  content: "";
  width: 5em;
  height: 7em;
  position: absolute;
  top: 13.5em;
  right: 0;
  z-index: 2;
}
#article-tagline .article-heading {
  max-width: 470px;
  margin: 0 auto .5em;
}
#article-tagline .article-subheading {
  margin-top: 2em;
}
#article-tagline .article-subheading .subheading-inner::before {
  background: url(../img/mainvisual/subheading-bg.webp) no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 0;
}
#article-tagline .article-subheading .subheading-inner {
  font-size: 1.4em;
  line-height: 1.2;
}
#article-tagline .article-subheading .fz-large {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 .1em 0 0;
}
#article-tagline .article-subheading .line-add-top {
  display: block;
  width: 8em;
  position: relative;
  top: -.8em;
  left: calc(50% - 4em);
}
#article-tagline .article-subheading .line-1st {
  display: block;
  width: 7em;
  margin: 0 auto;
  position: relative;
  top: -.4em;
  z-index: 1;
}
#article-tagline .article-subheading .line-2nd {
  display: inline-block;
  width: calc(100% - 3em);
  margin: 0 auto;
  padding: 0 0 .4em 0;
  position: relative;
  z-index: 1;
}
#article-tagline .article-subheading .line-3rd {
  display: inline-block;
  width: calc(100% - 3em);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#article-tagline .img-heading {
  display: block;
}
#article-tagline .img-heading.mainttl-1 {
  width: 100%;
}
#article-tagline .img-heading.mainttl-2 {
  margin-top: .3em;
}
#article-tagline .img-heading.mainttl-3 {
  margin-top: .85em;
}
@media screen and (min-width: 390px) {
  #article-tagline > .article-inner {
    height: 25em;
  }
  #article-tagline .article-header::before {
    width: 5em;
    height: 6em;
    top: 15em;
  }
  #article-tagline .article-body .body-inner > .icon-box:first-child {
    width: 77%;
    left: .5em;
  }
}
@media screen and (min-width: 576px) {
  #article-tagline > .article-inner {
    height: 35em;
  }
  #article-tagline .article-header {
    padding: 2em 0 1.5em;
  }
  #article-tagline .article-subheading {
    max-width: none;
    margin-left: 0;
  }
  #article-tagline .article-subheading .subheading-inner {
    font-size: 1.8em;
  }
  #article-tagline .article-subheading .line-2nd {
    padding: 0 0 .5em 0;
  }
  #article-tagline .article-header::before {
    width: 8em;
    height: 9em;
    top: 20em;
  }
}
@media screen and (min-width: 768px) {
  #article-tagline .article-header {
    padding: 2em 0 ;
  }
  #article-tagline .article-header::before {
    width: 10em;
    height: 11em;
    top: 27em;
  }
  #article-tagline > .article-inner {
    height: 44em;
  }
  #article-tagline .article-heading {
    margin-top: .5em;
  }
  #article-tagline .article-subheading .subheading-inner {
    font-size: 2.2em;
  }
  #article-tagline .article-subheading .line-add-top {
    width: 9em;
    left: calc(50% - 4.5em);
  }
  #article-tagline .article-subheading .line-1st {
    display: inline-block;
    width: 9em;
    margin: 0 auto;
  }
  #article-tagline .article-subheading .line-2nd {
  }
  #article-tagline .article-subheading .line-3rd {
  }
}
@media screen and (min-width: 992px) {
  #article-tagline > .article-inner {
    height: 51em;
  }
  #article-tagline .article-header::before {
    width: 11em;
    height: 12em;
    top: 31em;
    right: .5em;
  }
  #article-tagline .article-subheading .subheading-inner {
    font-size: 2.6em;
  }
}
@media screen and (min-width:1128px) {
  #article-tagline > .article-inner {
    height: 56em;
  }
  #article-tagline .article-header::before {
    width: 12em;
    height: 13em;
    top: 34em;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #article-tagline > .article-inner {
    height: 59em;
  }
  #article-tagline .article-header {
    padding-bottom: 2em;
  }
  #article-tagline .img-heading.mainttl-1,
  #article-tagline .img-heading.mainttl-2 {
    width: 80%;
  }
  #article-tagline .article-header::before {
    width: 12em;
    height: 13em;
    top: 35em;
    right: 0;
  }
  #article-tagline .article-subheading .subheading-inner {
    font-size: 2.8em;
  }
}

/* #article-tagline | .article-body */
#article-tagline .article-body {
  position: relative;
}
#article-tagline .article-body .text-text.align-center {
  color: #474747;
  font-size: .9em;
  text-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  margin: 0;
}
#article-tagline .article-body .text-text.align-center::before,
#article-tagline .article-body .text-text.align-center::after {
  background-color: var(--text-color);
  content: "";
  display: inline-block;
  width: .0625em;
  height: 1.1em;
  position: relative;
  bottom: -.2em;
  left: -.5em;
  transform: rotate(-35deg);
}
#article-tagline .article-body .text-text.align-center::after {
  left: .6em;
  transform: rotate(35deg);
}
@media screen and (min-width: 576px) {
  #article-tagline .article-body .text-text.align-center {
    padding-right: 7em;
  }
}
@media screen and (min-width: 768px) {
  #article-tagline .article-body .text-text.align-center {
    font-size: 1.1em;
    padding-right: 0;
  }
}
@media screen and (min-width: 1128px) {
  #article-tagline .article-body .text-text.align-center {
    font-size: 1.3em;
  }
}
/* #article-tagline | .icon-box */
#article-tagline .style-none.icon-box {
  display: flex;
  width: 100%;

  gap: .5em;
}
#article-tagline .article-body .body-inner > .icon-box:first-child {
  width: 77%;
  margin: 1em auto .5em 0;
  position: relative;
  z-index: 1;
}
#article-tagline .style-none.icon-box {
  position: relative;
  z-index: 2;

  padding-inline: .2em;
}
#article-tagline .item.icon-box .text-box > .box-inner {
  background-color: #009f37;
  color: #fff;
  padding: 1em .5em;
}
@media screen and (min-width: 390px) {
  #article-tagline .style-none.icon-box {
    justify-content: center;
  }
  #article-tagline .article-body .body-inner > .icon-box:first-child {
    width: 77%;
    left: .5em;
  }
}
@media screen and (min-width: 576px) {
  #article-tagline .article-body .body-inner > .icon-box:first-child {
    margin: 2em auto 1.5em 0;
  }
}
@media screen and (min-width: 768px) {
  #article-tagline .style-none.icon-box {
    width: 100%;
    margin: 0 auto 1em;

    gap: 1em;
  }
  #article-tagline .article-body .body-inner > .icon-box:first-child {
    width: 78%;
    margin: 3em auto 2em 0;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1128px) {
  #article-tagline .article-body .body-inner > .icon-box:first-child {
    margin: 4em auto 2em 0;
  }
}

/* #article-trouble */
#article-trouble {
  padding: 0;
}
#article-trouble .color-a {
  color: var(--orange);
}
#article-trouble .dec-img {
  width: 5em;
  position: absolute;
  top: auto;
  right: -1em;
  bottom: 8em;
  left: auto;
}
#article-trouble .body-inner {
  padding: 1em;
}
#article-trouble .check-list {
  padding: 0 0 0 1em;
}
#article-trouble .check-list .list-inner {
  font-size: 1.4em;
  margin: 1em 0 0 ;
}
#article-trouble .item-box.text-center .text-text {
  color: var(--orange);
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
  margin: 2em 0 2em;
  padding-left: 6em;
}
#article-trouble .box-inner {
  position: relative;
}
#article-trouble .box-inner .img-box {
  width: 7em;
  position: absolute;
  top: -2em;
  left: 1em;
}
.article-header.pink .article-heading {
  padding: 2.2em 0;
}
.article-header.pink .heading-inner {
  text-align: center;
  width: 100%;
  padding: 0 .5em;
}
.article-header.pink + .article-body {
  background-color: var(--light-yellow);
  margin: 0 calc(50% - 50vw);
}
/*
.article-header.pink::before,
.article-header.pink::after,
.article-header.pink .header-inner::before,
.article-header.pink .header-inner::after {
  border-top: .12em #fff solid;
  content: "";
  display: block;
  width: 5em;
  height: 0;
  position: absolute;
  top: 65%;
  left: 0;
  transform: rotate(55deg);
}
.article-header.pink::after {
  right: 0;
  left: auto;
  transform: rotate(-55deg);
}
.article-header.pink .header-inner::before,
.article-header.pink .header-inner::after {
  width: 2.5em;
  top: 73%;
}
.article-header.pink .header-inner::before {
  left: 3%;
}
.article-header.pink .header-inner::after {
  right: 3%;
  left: auto;
  transform: rotate(-55deg);
}*/
@media screen and (min-width: 390px) {
  #article-trouble .dec-img {
    right: 1em;
  }
}
@media screen and (min-width: 576px) {
  #article-trouble .body-inner {
    width: 35em;
    margin: 0 auto;
    padding-left: 2em;
  }
  #article-trouble .list-inner {
    font-size: 1.3em;
  }
  #article-trouble .check-list .list-inner {
    font-size: 1.5em;
  }
  #article-trouble .dec-img {
    width: 7em;
    bottom: 5em;
  }
}
@media screen and (min-width: 768px) {
  #article-trouble .body-inner {
    /* width: 39em; */
    padding: 4em 2em 5em 3em;
  }
  #article-trouble .dec-img {
    width: 9em;
    right: 3em;
    bottom: 12em;
  }
  #article-trouble .check-list {
    padding: 0 ;
  }
  #article-trouble .check-list + .item-box .text-text {
    font-size: 1.7em;
  }
  #article-trouble .item-box.text-center .text-text {
    font-size: 1.7em;
    margin-bottom: 0;
    padding-left: 3em;
  }
  #article-trouble .box-inner .img-box {
    top: -3em;
    left: -2em;
  }
}
@media screen and (min-width: 992px) {
  #article-trouble .body-inner {
  }
  #article-trouble .list-inner {
    font-size: 1.35em;
  }
  #article-trouble .dec-img {
    width: 10em;
    right: 4em;
  }
  #article-trouble .item-box.text-center .text-text {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1128px) {
  #article-trouble .dec-img {
    right: calc(50% - 23em);
  }
}

/* #article-solution */
#article-solution {
  background-color: var(--light-blue);
  margin: 0 calc(50% - 50vw);
  padding-bottom: 0;
}
#article-solution .article-header {
  text-align: center;
  position: relative;
}
/* #article-solution .article-header .heading-inner::before,
#article-points .article-header .heading-inner::before {
  background: url(../img/title-side-01.webp) center bottom no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 3em;
  height: 4em;
  position: absolute;
  right: auto;
  bottom: 0;
  left: 1em;
} */
#article-solution .article-heading > .heading-inner,
#article-points .article-heading > .heading-inner {
  letter-spacing: .03em;
  text-align: center;
  position: relative;
  z-index: 9;
}
#article-solution .article-header .line-1st,
#article-points .article-header .line-1st {
  color: inherit;
}
#article-solution .article-header .line-2nd,
#article-points .article-header .line-2nd {
  color: var(--green);
}
#article-points .article-header .i-block .fz-large {
  position: relative;
  top: .1em;
}
#article-solution .article-heading .i-block {
  line-height: 1.15;
}
#article-solution .article-heading .string .i-block {
  margin-top: .4em;
}
#article-solution .article-heading .dot {
  display: inline-block;
  position: relative;
}
#article-solution .article-heading .dot::before {
  background-color: var(--red);
  border-radius: 50%;
  content: "";
  width: .27em;
  height: .27em;
  margin: auto;
  position: absolute;
  top: -.33em;
  right: 0;
  left: 0;
}
#article-solution .dec-img {
  width: 75%;
  margin: 0 auto;
  position: absolute;
  top: -.75em;
  right: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 390px) {
}
@media screen and (min-width: 576px) {
  #article-solution .article-heading .string br {
    display: none;
  }
  #article-solution .article-heading .string {
    background-color: rgba(var(--white-rgb), .77);
    line-height: 1.15;
    display: inline-block;
    margin-top: .4em;
    padding: .15em .4em .2em;
  }
  #article-solution .article-heading .i-block {
    padding: .15em .4em .2em;
  }
  #article-solution .article-heading .string .i-block {
    background-color: transparent;
    display: inline;
  }
  #article-solution .dec-img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #article-solution,
  #article-points {
    background-image: url(../img/bg_blue_assets01.webp);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #article-solution .article-heading .i-block,
  #article-solution .article-heading .string {
    background-color: transparent;
    padding: 0;
  }

  #article-solution .article-header .heading-inner::before,
  #article-points .article-header .heading-inner::before {
    width: 4em;
    height: 5em;
    left: -1em;
  }
}
@media screen and (min-width: 992px) {
}

/* #article-solution | .article-body */
#article-solution .article-body {
  padding: 3em 0;
  position: relative;
  z-index: 3;
}
#article-solution .area {
  margin-bottom: 4em;
}
#article-solution .area > .area-inner {
  position: relative;
  z-index: 3;
}

/* #article-solution | .plan */
#article-solution .plan .area-body {
  background-color: #fff;
  border: var(--orange) 3px solid;
  border-radius: .5em;
  margin-bottom: 4em;
  padding: 1.2em;
}
#article-solution .plan .area-header {
  background-color: var(--orange);
  border-radius: .25em;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  max-width: 870px;
  margin-bottom: 2em;
  padding: 1em;
  position: relative;
}
#article-solution .plan .area-header::before {
  border-top: var(--orange) 2em solid;
  border-right: transparent 2em solid;
  border-bottom: transparent 1em solid;
  border-left: transparent 2em solid;
  content: "";
  position: absolute;
  bottom: -2em;
  left: calc(50% - 2em);
  z-index: -1;
}
#article-solution .plan .area-heading > .heading-inner {
  font-size: 1.4em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
  margin: .15em 0;
}
#article-solution .plan .area-header .text-heading {
  font-weight: bold;
  font-weight: 700;
  margin: 0;
}
#article-solution .plan .subarea-heading {
  color: #fff;
  text-align: left;
}
#article-solution .plan .subarea-heading > .heading-inner {
  background-color: var(--green);
  border-radius: .5em;
  font-size: 1.2em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  padding: .5em 1em;
}
#article-solution .plan .subarea .item {
  max-width: 20em;
  margin: 0 auto 3em 0;
}
#article-solution .plan .subarea .item:nth-of-type(2) {
  margin-bottom: 0;
}
#article-solution .plan .subarea .item-inner {
  font-size: 1.4em;
  font-weight: bold;
  width: 100%;
  margin: .5em auto 0;
}
#article-solution .item-inner.support-others .img-box > .box-inner {
  display: flex;
  flex-direction: column;
}
#article-solution .plan .subarea .box-heading {
  margin-bottom: .5em;
}
#article-solution .plan .subarea .text-text {
  text-align: center;
  margin: .5em 0;
}
#article-solution .plan .subarea .item .text-heading {
  margin: .5em 0;
}

@media screen and (min-width: 390px) {
  #article-solution .plan .area-header {
    font-size: 1.1em;
    width: 95%;
    margin: 0 auto 2em;
  }
  #article-solution .plan .subarea .item-inner.support-1,
  #article-solution .plan .subarea .item-inner.support-3 {
    margin-left: 0;
  }
  #article-solution .plan .subarea .item-inner.support-2,
  #article-solution .plan .subarea .item-inner.support-4 {
    margin-right: 0;
  }
  #article-solution .plan .subarea .item-inner.support-others {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #article-solution .item-inner.support-others .img-box > .box-inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  #article-solution .plan .area-header {
    font-size: 1.3em;
  }
  #article-solution .plan .box-heading > .heading-inner {
    font-size: 1.33em;
  }
  #article-solution .area {
    width: 80%;
    margin: 0 auto;
  }
  #article-solution .plan .area-body {
    width: 25em;
    padding: 1.5em 1.5em 1.5em 3em;

    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #article-solution .plan .area-heading > .heading-inner {
    font-size: 1.4em;
  }
  #article-solution .article-body::before {
    height: 21em;
  }
  #article-solution .plan .area-header {
    font-size: 1.4em;
    width: 85%;
  }
  #article-solution .plan .box-heading > .heading-inner {
    font-size: 1.43em;
  }
}
@media screen and (min-width: 992px) {
  #article-solution .plan .area-header {
    font-size: 1.6em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/* #article-solution | .must-item */
#article-solution .must-item .item-inner {
  background-color: rgba(255, 255, 255, .75);
  border: .25em solid rgba(var(--black-rgb), .25);
  border-radius: .8em;
  box-shadow: 0 5px 5px rgba(0,0,0,.05);
  width: calc(100% - 2em);
  padding: 1.5em 2em;
}
#article-solution .must-item .item-heading {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
#article-solution .must-item .area-header .fz-small {
  font-size: .8em;
  padding: 0 .05em;
}
#article-solution .must-item .img-img {
  text-align: center;
  margin: 0 auto;
}
#article-solution .must-item img {
  max-width: 15em;
}
#article-solution .must-item .item {
  display: flex;

  gap: 1em;
}
#article-solution .must-item .text-text {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: .04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #article-solution .must-item .item {
    gap: 2em;
  }
}

/* #article-fee */
#article-fee {
  padding: 0;
}
#article-fee .color-a {
  color: var(--orange);
}
#article-fee .color-a:not(.fz-large) {
  margin-left: -1em;
}
#article-fee .article-body > .body-inner {
  margin: 0 auto;
  padding: 5em 2em;
}
#article-fee .item-box:first-of-type.border {
  background-color: #fff;
  border: .25em solid rgba(var(--orange-rgb), 1);
  text-align: center;
}
#article-fee .item-inner {
  font-size: 1.5em;
  padding-bottom: 1em;
}
#article-fee .item-inner .fz-large {
  font-size: 1.8em;
  letter-spacing: .04em;
  padding: 0 .1em;
  position: relative;
  top: .07em;
}
#article-fee .item-box:first-of-type .label {
  background-color: #eee;
}
#article-fee .item-box.text-text {
  margin-top: 2em;
}
#article-fee .item-box.text-text .list-inner {
  display: flex;
}
#article-fee .item-box.text-text .list-inner > span {
  font-size: 1.2em;
}
#article-fee .item-box .text-red {
  text-decoration: underline;
}
#article-fee .item-inner .color-a .inline-block {
  line-height: .5;
}
@media screen and (min-width: 576px) {
  #article-fee .item-inner .color-a .inline-block {
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  #article-fee .group .item-box {
    width: 40em;
    margin: 1em auto;
  }
}
/* #article-3points */
#article-3points {
  padding: 0 ;
}
#article-3points .box-onepoint {
  margin: 0 auto;
  padding: 2em 1em;
}
#article-3points .article-body > .body-inner {
  padding: 4em 1em;
}
/* #article-3points .area-body .text-box p,
#article-3points .area.onepoint-03 .item-box > span,
#article-3points .area.onepoint-03 .item-box .list-inner,
#article-3points .area.onepoint-03 .header-body .body-inner > span {
  font-size: 1.2em;
} */
#article-3points .box-onepoint {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  #article-3points .article-body > .body-inner {
    padding: 4em 2.5em;
  }
  #article-3points .box-onepoint {
    padding: 2em;
  }
}

/* #article-points */
#article-points {
  background-color: var(--light-blue);
  margin: 0 calc(50% - 50vw);
  padding-bottom: 4em;
}
#article-points .article-header {
  position: relative;
  z-index: 1;
}
#article-points .article-header .fz-small {
  font-size: .9em;
}
#article-points .article-header .line-2nd {
  margin-top: -.5em;
}
#article-points .item-body {
  margin-bottom: 2em;
}
#article-points .item-body .body-inner {
  text-align: center;
}
#article-points .item-body img {
  width: 100%;
  max-width: 12em;
  height: 12em;

  object-fit: contain;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}

/* #article-points | .article-body */
#article-points .article-body {
  padding: 2em;
  position: relative;
  z-index: 3;
}
#article-points .article-body .body-inner {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
#article-points .item > .item-inner {
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 4px 2px rgba( 0, 0, 0, .1);
  min-height: 7em;
  margin-top: 2.5em;
  padding: 2.5em 1.5em 1.5em;
  position: relative;
}
#article-points .item > .item-inner .num {
  background-color: var(--orange);
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto";
  line-height: 1.15;
  text-align: center;
  display: block;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: -1.5em;
  left: -.5em;
}
#article-points .item > .item-inner .num .string {
  font-size: 2em;
  font-weight: bold;
  display: block;
  padding-top: .35em;
}
#article-points .item-header {
  color: var(--orange);
  text-align: center;
  margin-right: -.5em;
  position: relative;
}
#article-points .item-header::before,
#article-points .item-header::after {
  content: "";
  display: block;
  width: calc(100% - .5em);
  height: 1px;
  position: absolute;
  left: 0;
}
#article-points .item-heading > .heading-inner {
  font-size: 1.4em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
}
#article-points .item-body .text-text {
  margin: 0;
}
@media screen and (min-width: 576px) {
  #article-points .item {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.5em;
  }
  #article-points .item > .item-inner {
    width: calc(50% - .75em);
    margin: 2em auto 0;
  }
  #article-points .item > .item-inner:nth-child(2n-1) {
    margin-left: 0;
  }
  #article-points .item > .item-inner:nth-child(2n) {
    margin-right: 0;
  }
  #article-points .item-heading > .heading-inner {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  #article-points .item > .item-inner {
    padding: 2.5em 1.75em 2em;
  }
  #article-points .item-heading > .heading-inner {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 992px) {
  #article-points .item > .item-inner {
    padding: 3em;
  }
}

/* .box-onepoint */
.box-onepoint {
  background-color: #fff;
  max-width: var(--content-max-width);
}
.box-onepoint .area {
  margin-bottom: 5em;
}
.box-onepoint .area:last-of-type {
  margin-bottom: 0;
}
.box-onepoint .area-body {
  position: relative;
}
.box-onepoint .area-heading {
  width: 78%;
  margin-bottom: 1em;
}
.box-onepoint .area-heading .heading-inner {
  color: var(--orange);
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}
.box-onepoint .area-body .heading,
.box-onepoint .area-body .heading + .text-box:first-child {
  width: 88.5%;
  margin-bottom: 1em;
}
.box-onepoint .area-body .heading > .heading-inner {
  font-size: 1.4em;
  font-weight: bold;
}
.box-onepoint a {
  color: var(--orange);
  font-weight: bold;
  transition: opacity .33s ease;
}
.box-onepoint a:hover {
  opacity: .6;
  transition: opacity .33s ease;
}
.box-onepoint a span {
  font-size: 1.4em;
  line-height: 1.2;
}
.box-onepoint .btn-img {
  width: 95%;
  max-width: 370px;
  margin: 0 auto;
}
.box-onepoint .area-body::before {
  background: url(../img/about-01.webp) right bottom no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 7em;
  height: 8em;
  position: absolute;
  top: -6em;
  right: -2em;
}
.box-onepoint .area:nth-of-type(2) .area-body::before {
  background: url(../img/about-02.webp) right bottom no-repeat;
  background-size: contain;
}
.box-onepoint .area:nth-of-type(3) .area-body::before {
  background: url(../img/about-03.webp) right bottom no-repeat;
  background-size: contain;
  top: -7em;
}
.box-onepoint .list {
  margin: 0 0 .5em 0;
  margin-top: -.2em;
  padding: 0 0 0 1em;
}
.box-onepoint .text-note {
  margin-top: 2em;
}
.box-onepoint .onepoint-03 .area-body .heading {
  width: 87%;
  margin-bottom: 0;
}
.box-onepoint .onepoint-03 .area-body .item-box:first-of-type {
  font-weight: bold;
  margin-bottom: 2em;
}
.box-onepoint .onepoint-03 .area-body .item-box:first-of-type .list,
.box-onepoint .onepoint-03 .area-body .item-box:first-of-type > span {
  font-weight: 400;
}
.box-onepoint .onepoint-03 .area-body .item-box:first-of-type .list-inner {
  margin-top: 0;
}
@media screen and (min-width: 390px) {
  .box-onepoint .area-body .heading,
  .box-onepoint .area-body .heading + .text-box:first-child {
    width: 95%;
  }
}
@media screen and (min-width: 576px) {
  .box-onepoint .area-body::before,
  .box-onepoint .area:nth-of-type(3) .area-body::before {
    top: -4em;
    right: -1.5em;
  }
}
@media screen and (min-width: 768px) {
  .box-onepoint .area-body::before {
    width: 8em;
    height: 9em;
    top: -5em;
  }
  .box-onepoint .area:first-of-type .area-body::before {
    top: -4em;
  }
}
@media screen and (min-width: 992px) {
  .box-onepoint .area-body::before,
  .box-onepoint .area:nth-of-type(3) .area-body::before {
    right: calc(100% - 34em);
  }
}
@media screen and (min-width: 1180px) {
  #article-3points .box-onepoint {
    padding-left: 1.5em;
  }
  .box-onepoint .area-body .heading,
  .box-onepoint .onepoint-03 .area-body .heading {
    display: block;
    width: 80%;
  }
}

/* #article-about */
#article-about {
  background-color: var(--light-orange);
  margin: 0 calc(50% - 50vw);
}
#article-about .article-heading {
}
#article-about .article-heading > .heading-inner {
  color: #fff;
  font-size: 2em;
  text-align: center;
}
#article-about .article-heading {
  margin-bottom: 4em;
  position: relative;
}
#article-about .article-heading::before,
#article-about .article-heading::after {
  content: "";
  position: absolute;
}
#article-about .article-heading::before {
  background-color: #fff;
  width: 50%;
  height: .1875em;
  bottom: -.25em;
  left: calc(50% - 25%);
}
#article-about .article-heading::after {
  border-top: #fff 1.5em solid;
  border-right: transparent 2em solid;
  border-bottom: transparent 1em solid;
  border-left: transparent 2em solid;
  bottom: -2.65em;
  left: calc(50% - 2em);
}
@media screen and (min-width: 1128px) {
  #article-about .article-heading::before {
    width: 28em;
    left: calc(50% - 14em);
  }
}
/* #article-about | .flow */
#article-about .flow {
  margin: 0 calc(50% - 50vw);
  padding: 1.5em;
  position: relative;
}
#article-about .area-heading {
  color: #fff;
}
#article-about .flow .area-heading {
  z-index: 3;
}
#article-about .flow .area-body {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
#article-about .flow .item {
  display: flex;
  flex-wrap: wrap;
}
#article-about .flow .item-inner {
  background-color: #fff;
  border-left: none;
  border-radius: .75em;
  box-shadow: 0 10px 10px 5px rgba(0,0,0,.05);
  width: 100%;
  width: 100%;
  margin: 1.5em 0;
  padding: 3.5em 1.5em 1.5em;
  position: relative;
}
#article-about .flow .num-num {
  background-color: var(--orange);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
  width: 4em;
  height: 5em;
  position: absolute;
  top: 0;
  left: 1.3em;
}
#article-about .flow .num-inner {
  color: #fff;
  font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#article-about .flow .item-inner:last-child .box::before {
  display: none;
}
#article-about .flow .box-inner {
  width: 100%;
  height: 100%;
}
#article-about .flow .item-inner:last-child .text-text {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-bottom: 1em;
}
#article-about .flow .img-img img {
  height: 15em;
  max-height: 15em;

  aspect-ratio: 16 / 9;
  object-fit: contain;
}
#article-about .flow .text-text {
  font-size: 1.4em;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
#article-about .flow .img-img {
  margin: 1em 0;
}
@media screen and (min-width: 390px) {
  #article-about .flow .item {
    margin-left: auto;
  }
}
#article-about .flow .item-inner .box {
  height: 100%;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  #article-about .flow .area-body {
    padding-top: 0;
  }
  #article-about .flow .item {
    display: flex;
    flex-wrap: wrap;

    gap: 1.5em;
  }
  #article-about .flow .item-inner {
    width: 33.3%;
    margin: 1.5em 0;
  }
  #article-about .flow .num-num {
    width: 3em;
    height: 4em;
  }
  #article-about .flow .num-inner {
    font-size: 1.25em;
  }
  #article-about .flow .text-text {
    font-size: 1.15em;
  }
  #article-about .flow .item-inner:nth-of-type(3n+1),
  #article-about .flow .item-inner:nth-of-type(3n+2) {
    width: calc(33.3% - 1.5em);
  }
  #article-about .flow .img-img {
    width: 100%;
    max-height: 12em;
    margin: 1em auto ;
  }
  #article-about .flow .img-img img {
    height: 8em;
    max-height: 8em;
  }
  #article-about .flow .item-inner:nth-child(1) img {
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  #article-about .flow .text-text {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1128px) {
}

/* #article-cases && #article-faq */
#article-faq {
  background-color: var(--light-green);
  margin: 0 calc(50% - 50vw);
}
#article-cases .article-header,
#article-faq .article-header {
  position: relative;
}
#article-cases .article-header .img-img,
#article-faq .article-header .img-img {
  width: 5em;
  position: absolute;
  bottom: -1.67em;
}
#article-cases .article-header .img-a {
  left: calc(50% - 7.3em * 1.43);
}
#article-faq .article-header .img-a {
  width: 4.75em;
  left: calc(50% - 6.6em * 1.43);
}
#article-cases .article-header .img-b {
  right: calc(50% - 7.3em * 1.43);
}
#article-faq .article-header .img-b {
  width: 4.75em;
  right: calc(50% - 6.6em * 1.43);
}
#article-faq .article-heading > .heading-inner {
  color: #fff;
}
@media screen and (min-width: 390px) {
  #article-faq .article-header .img-a {
    width: 4.75em;
    left: calc(50% - 6.6em * 1.5);
  }
  #article-faq .article-header .img-b {
    width: 4.75em;
    right: calc(50% - 6.6em * 1.5);
  }
}
@media screen and (min-width: 576px) {
  #article-faq .article-header .img-a {
    width: 4.75em;
    left: calc(50% - 6.6em * 1.67);
  }
  #article-faq .article-header .img-b {
    width: 4.75em;
    right: calc(50% - 6.6em * 1.67);
  }
}
@media screen and (min-width: 768px) {
  #article-faq .article-header .img-a {
    width: 4.75em;
    left: calc(50% - 6.6em * 1.75);
  }
  #article-faq .article-header .img-b {
    width: 4.75em;
    right: calc(50% - 6.6em * 1.75);
  }
}
@media screen and (min-width: 992px) {
  #article-faq .article-header .img-a {
    width: 4.75em;
    left: calc(50% - 6.6em * 2);
  }
  #article-faq .article-header .img-b {
    width: 4.75em;
    right: calc(50% - 6.6em * 2);
  }
}

/* #article-cases | .article-body */
/* #article-faq | .article-body */
#article-faq .article-body {
  background-color: rgba(var(--white-rgb), 1);
  border-radius: 2em;
  max-width: var(--content-max-width);
  margin: 2em auto 0;
  padding-top: 2em;
  padding-bottom: 2em;
}
#article-cases .article-body .item-inner:nth-child(n+2),
#article-faq .article-body .item-inner:nth-child(n+2) {
  margin-top: 2em;
}
#article-faq .article-body .box-inner:last-child {
  border: .15em solid rgba(var(--black-rgb), .75);
  border-radius: .75em;
  margin: 0;
  overflow: hidden;
}
#article-faq .subbox-header > .header-inner {
  display: flex;
}
#article-faq .subbox-header .img-img {
  background-color: var(--orange);
  width: 3.5em;
  margin-top: -1.5em;
  margin-left: -1em;
  padding-top: 1.33em;
  position: relative;
}
#article-faq .subbox-header .img-img::before {
  background-color: var(--orange);
  content: "";
  display: block;
  width: 3.5em;
  height: 1.275em;
  position: absolute;
  bottom: -1.2em;
  left: 0;
  transition: height .23s ease, bottom .23s ease;
}

#article-faq .close .subbox-header .img-img::before {
  height: 2.75em;
  bottom: -2.75em;
}
#article-faq .accordion-body::before {
  width: calc(100% - 3.5em);
  left: 3.5em;
}
#article-faq .subbox .img-img img {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
#article-faq .subbox-heading {
  width: calc(100% - 3.5em);
  margin-left: auto;
  position: relative;
  top: -.2em;
}
#article-faq .subbox-heading > span {
  font-size: 1.3em;
  line-height: 1.75;
}
#article-faq .subbox-body > .body-inner {
  display: flex;
}
#article-faq .subbox-body .img-img {
  width: 3.5em;
  margin-top: -.125em;
  margin-left: -1em;
}
#article-faq .text-cell {
  width: calc(100% - 3.5em);
  margin-left: auto;
}
#article-faq .text-cell > .cell-inner {
  font-size: 1.2em;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}

/* .accordion */
.accordion-box {
  background-color: #fff;
  padding: 1.5em 1em 1em;
  position: relative;
}
.accordion-header {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.accordion-header .accordion-btn {
  display: none;
}
.accordion-body {
  padding-top: 2.5em;
  position: relative;
}
.close .accordion-body {
  padding-top: 1.75em;
  transition: padding-top .27s ease;
}
.accordion-body::before {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: rgba(var(--black-rgb), .33);
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 1.25em;
  left: 0;
  z-index: 1;
  transition: border-top-width .27s ease;
}
.close .accordion-body::before {
  border-top-width: 0;
}
.accordion-body > .body-inner {
  line-height: 1.75;
  padding-bottom: .75em;
  opacity: 1;
  visibility: visible;
  transition: line-height .27s ease, padding-bottom .27s ease, opacity .1s linear .1s, visibility .1s linear .1s;
}
.close .accordion-body > .body-inner {
  line-height: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion-body .text-text {
  margin: 0;
}
.accordion-body .img-img {
  transition: height .27s ease;
}
.close .accordion-body .img-img {
  height: 0;
}
.accordion-btn {
  background-color: var(--orange);
  border-radius: 50%;
  text-align: center;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -2em;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.accordion-btn img {
  display: block;
  width: 59%;
  height: 59%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-225deg);
  transition: transform .27s ease;
}
.close .accordion-btn img {
  transform: rotate(0);
}
@media screen and (min-width: 390px) {
}
@media screen and (min-width: 576px) {
  .accordion-box {
    padding: .5em 1em 1em;
  }
  .accordion-header {
    padding-top: 1em;
    padding-right: 2.5em;
    position: relative;
  }
  .accordion-header .accordion-btn {
    display: block;
    margin: auto;
    top: 1em;
  }
  .close .accordion-body {
    padding-top: .5em;
  }
  .accordion-body .accordion-btn {
    display: none;
  }
}

/* #article-voices */
#article-voices .article-header {
  position: relative;
}
#article-voices .article-header .img-img {
  width: 6em;
  position: absolute;
  bottom: -1.67em;
}
#article-voices .article-header .img-a {
  left: calc(50% - 6em * 1.9);
}
#article-voices .article-header .img-b {
  right: calc(50% - 6em * 1.9);
}
@media screen and (min-width: 390px) {
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  #article-voices .article-header .img-a {
    left: calc(50% - 6em * 2);
  }
  #article-voices .article-header .img-b {
    right: calc(50% - 6em * 2);
  }
}
@media screen and (min-width: 992px) {
}

/* #article-voices | .article-body */
#article-voices .article-body {
  background-color: rgba(var(--orange-rgb), .33);
  border-radius: 1em;
  max-width: var(--content-max-width);
  margin: 1.5em auto 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 576px) {
  #article-voices .article-body {
    padding-top: 1.67em;
    padding-bottom: 1.67em;
  }
}
@media screen and (min-width: 768px) {
  #article-voices .article-body {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
}
@media screen and (min-width: 992px) {
  #article-voices .article-body {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

/* #article-voices | .modal */
#article-voices ul.modal {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#article-voices .modal > .modal-inner {
  width: calc(100% / 3);
  padding: .25em;
  position: relative;
  opacity: 1;
  transition: opacity .33s ease;
}
#article-voices .modal-inner:hover {
  opacity: .7;
  transition: opacity .33s ease;
}
#article-voices .modal-open {
  display: block;
  width: calc(100% - .5em);
  height: calc(100% - .5em);
  position: absolute;
  z-index: 3;
}
.blocker {
  background-color: rgba(var(--orange-rgb), .77);
  text-align: center;
  padding: calc(2.5vh + 3em) calc(2.5vh + 2em) 2.5vh;
  z-index: 93;
  overflow: hidden;
}
.blocker .modal-img {
  /* height: calc(100% - 5vh); */
  height: auto;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
}
.blocker .modal-img img {
  max-height: 100%;
}
.modal-close {
  background-color: var(--red);
  border-radius: 50%;
  font-size: 1.3em;
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  top: -.5em;
  right: -3.25em;
  z-index: 5;
}
.modal-close {
  padding: .5em;
  transform: rotate(45deg);
}

@media screen and (min-width: 390px) {
  .modal-close {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 576px) {
  #article-voices .modal > .modal-inner {
    width: calc(100% / 4);
  }
  .modal-close {
    font-size: 1.5em;
  }
  .blocker .modal-img {
    height: calc(100% - 5vh);
  }
}
@media screen and (min-width: 768px) {
  #article-voices .modal > .modal-inner {
    width: calc(100% / 5);
  }
  .modal-close {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 992px) {
  #article-voices .modal > .modal-inner {
    width: calc(100% / 6);
  }
  .modal-close {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1128px) {
  .modal-close {
    font-size: 1.8em;
  }
}
/* #article-jikoenyo */
#article-jikoenyo.article-onepoint .border::before {
  background: url(../img/about-02.webp) right bottom no-repeat;
  background-size: contain;
  top: -6em;
  right: -1em;
}
#article-jikoenyo .area-body .text-text:first-of-type .label {
  margin-left: -.2em;
}
#article-jikoenyo a {
  color: var(--orange);
  text-decoration: none;
}
#article-jikoenyo a .fz-large {
  font-size: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  #article-jikoenyo.article-onepoint .border::before {
    right: 3em;
  }
}
@media screen and (min-width: 768px) {
  #article-jikoenyo.article-onepoint .border::before {
  }
}
@media screen and (min-width: 992px) {
  #article-jikoenyo.article-onepoint .border::before {
    width: 13em;
    height: 14em;
    top: -7em;
    right: 6em;
  }
}
/* #article-office */
#article-office {
  /* background-color: rgba(var(--gray-rgb), .25); */
  background-color: var(--light-blue);
  margin: 0 calc(50% - 50vw);
  padding-bottom: 0;
}
#article-office .article-header {
  background-color: #fff;
  margin: 0 auto 2em;
  padding: 1.67em 0;
  position: relative;
}
#article-office .article-header::before {
  border-top: #fff 2em solid;
  border-right: transparent 2em solid;
  border-bottom: transparent 1em solid;
  border-left: transparent 2em solid;
  content: "";
  position: absolute;
  bottom: -2.8em;
  left: calc(50% - 2em);
}
#article-office .article-heading {
  margin-bottom: 0;
}
#article-office .article-body {
  background-color: var(--light-blue);
  padding: 3em 0;
  position: relative;
  z-index: 3;
}
#article-office strong.color-a {
  color: var(--light-red);
}

/* #article-office .greeting */
#article-office .greeting {
  background-color: #fff;
  border-radius: 2em;
  font-size: 1.2em;
  padding: 1.5em;
}
#article-office .greeting > .box-inner:first-child {
  display: flex;
}
#article-office .greeting .img-img {
  float: right;
  width: 8em;

  margin-inline: auto;
  /* margin-bottom: .5em;
  margin-left: 1em; */
}
#article-office .greeting .subbox-heading {
  margin: 1em 0 1.75em;
}
#article-office .greeting .subbox-heading > .heading-inner {
  font-size: 1.175em;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (min-width: 390px) {
  #article-office .greeting {
    padding: 1.67em;
  }
}
@media screen and (min-width: 576px) {
  #article-office .greeting {
    padding: 1.75em;
  }
  #article-office .greeting .box-inner:first-child {
    float: right;
    width: 8em;
    margin-bottom: .5em;
    margin-left: 1em;
  }
  #article-office .greeting .img-img {
    width: 9em;
  }
}
@media screen and (min-width: 768px) {
  #article-office .greeting {
    padding: 2em;
  }
  #article-office .greeting .box-inner:first-child {
    width: 9em;
    margin-right: 2em;
    margin-left: 3em;
  }
  #article-office .greeting .subbox-heading {
    margin: 1.5em 0 1.75em;
  }
}
@media screen and (min-width: 992px) {
  #article-office .greeting {
    padding: 2.25em;
  }
  #article-office .greeting .box-inner:first-child {
    width: 10em;
    margin-right: 2.5em;
    margin-left: 4em;
  }
}
@media screen and (min-width: 1128px) {
  #article-office .greeting {
    padding: 2.5em;
  }
  #article-office .greeting .box-inner:first-child {
    margin-right: 3em;
  }
}

/* #article-office .office-info */
#article-office .office-info > .box {
  background-color: #fff;
  border-radius: 2em;
  margin-top: 3em;
  padding: 1.5em;
}
#article-office .table {
  line-height: 1.67;
}
#article-office .th {
  background-color: rgba(var(--gray-rgb), .25);
  font-weight: normal;
  font-weight: 400;
}
#article-office .td .text-text:nth-child(n+2) {
  margin-top: .33em;
}
#article-office .td-inner {
  margin: 0;
}
#article-office .postal-code,
#article-office .address-1st,
#article-office .address-2nd {
  display: block;
}
#article-office .map-map {
  border: 1px solid rgba(var(--black-rgb), .5);
  border-radius: .75em;
  width: 100%;
  height: 33vh;
  min-height: 23em;
  max-height: 39em;
  margin-top: 2em;
  position: relative;
  overflow: hidden;
}
#article-office .map-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#article-office .map-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  #article-office .table,
  #article-office .tbody,
  #article-office .tr,
  #article-office .th,
  #article-office .td {
    display: block;
  }
  #article-office .th {
    border: 1px solid rgba(var(--black-rgb), .5);
    border-bottom-color: rgba(var(--gray-rgb), .75);
    text-align: center;
    padding: 1em 1em .67em;
  }
  #article-office .tr:first-child .th {
    border-top-left-radius: .75em;
    border-top-right-radius: .75em;
  }
  #article-office .td {
    border-right: 1px solid rgba(var(--black-rgb), .5);
    border-left: 1px solid rgba(var(--black-rgb), .5);
    text-align: center;
    padding: 1em .5em 1.5em;
  }
  #article-office .tr:last-child .td {
    border-bottom: 1px solid rgba(var(--black-rgb), .5);
    border-bottom-right-radius: .75em;
    border-bottom-left-radius: .75em;
  }
  #article-office .td-inner {
    text-align: left;
    display: inline-block;
  }
  #article-office .tr:first-child .text-text {
    width: 15.9em;
  }
  #article-office .td .text-text .string {
    display: inline-block;
  }
}
@media screen and (min-width: 390px) {
  #article-office .office-info > .box {
    padding: 1.67em;
  }
  #article-office .td .text-text br {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  #article-office .office-info > .box {
    padding: 1.75em;
  }
  #article-office .table-inner {
    border: 1px solid rgba(var(--black-rgb), .5);
    border-radius: .75em;
  }
  #article-office .table {
    width: 100%;
  }
  #article-office .tr:nth-child(n+2) {
    border-top: 1px solid rgba(var(--black-rgb), .5);
  }
  #article-office .th {
    border-right: 1px solid rgba(var(--gray-rgb), .75);
    width: 9em;
    padding: 1.25em .5em;
  }
  #article-office .td {
    font-size: 1.1em;
    padding: 1.25em .5em 1.25em .8em;
  }
}
@media screen and (min-width: 768px) {
  #article-office .office-info > .box {
    padding: 2em;
  }
}
@media screen and (min-width: 992px) {
  #article-office .office-info > .box {
    display: flex;
    padding: 2.25em;
  }
  #article-office .office-info > .box .box-inner:first-child {
    width: 29.75em;
  }
  #article-office .office-info > .box .box-inner:last-child {
    width: calc(100% - 30.75em);
    margin-left: auto;
  }
  #article-office .office-info > .box .box-inner::after {
    display: none;
  }
  #article-office .map-map {
    height: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1128px) {
  #article-office .office-info > .box {
    padding: 2.5em;
  }
  #article-office .office-info > .box .box-inner:last-child {
    width: calc(100% - 31.75em);
  }
}

/* .aside.miyazawa-bnr */
.aside.miyazawa-bnr {
  padding-top: 1em;
}
.aside.miyazawa-bnr .bnr {
  max-width: 1000px;
  margin: 0 auto;
}
.aside.miyazawa-bnr .bnr-inner:last-child {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .aside.miyazawa-bnr .bnr {
    display: flex;
  }
  .aside.miyazawa-bnr .bnr-inner {
    width: calc(50% - .75em);
    margin: 0 auto;
  }
  .aside.miyazawa-bnr .bnr-inner:first-child {
    margin-left: 0;
  }
  .aside.miyazawa-bnr .bnr-inner:last-child {
    margin-top: 0;
    margin-right: 0;
  }
}

/* #article-form */
.form {
  max-width: 1000px;
  margin: 0 auto;
}
.form p {
  margin: 0;
}
.field-inner:nth-child(n+2),
.subfield-inner:nth-child(n+2) {
  margin-top: 3em;
}
.field-name,
.subfield-name,
.input-input .string {
  font-size: 1.1em;
}
.field-name > .name-inner,
.subfield-name > .name-inner {
  display: flex;
}
.field-inner .icon-icon {
  margin-right: 1em;
}
.field .icon-icon > .string {
  background-color: var(--blue);
  border-radius: .2em;
  color: #fff;
  font-size: .9em;
  line-height: 1.15;
  letter-spacing: .3em;
  text-align: center;
  display: block;
  width: 3em;
  padding: .2em 0 .1em .3em;
  position: relative;
  top: .23em;
}
.field .required .icon-icon > .string {
  background-color: var(--red);
}
.field-body,
.subfield-body {
  margin: .83em 0 0;
}
.form .btn {
  text-align: center;
  margin: 5em 0 0;
  position: relative;
}
.form .text-checkbox {
  font-size: 1.2em;
  text-align: left;
  display: inline-block;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
}
.form .text-checkbox::before {
  background-color: var(--orange);
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: .07em;
  left: 0;
  z-index: 1;
}
.form .text-checkbox .string::before {
  border-bottom: .17em solid #fff;
  border-left: .17em solid #fff;
  border-color: #fff;
  content: "";
  display: block;
  width: 1.2em;
  height: .7em;
  position: absolute;
  top: .2em;
  left: .15em;
  z-index: 3;
  opacity: 0;
  transform: rotate(-60deg) skewX(-25deg);
  transition: opacity .23s ease;
}
.form .btn .input-checkbox:checked + .text-checkbox .string::before {
  opacity: 1;
}
.form .sbmit {
  margin-top: 2.5em;
  padding-bottom: .5em;
}
.form .input-submit {
  background-image: linear-gradient(135deg, #cfcfcf, #b9b9b9);
  border-radius: .5em;
  box-shadow: .2em .2em .4em rgba(var(--black-rgb), .43);
  color: #d9d9d9;
  font-size: 1.3em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .2em;
  display: inline-block;
  width: 70%;
  max-width: 330px;
  padding: 1.1em 1.5em 1em 1.7em;
  cursor: pointer;
  transition: background-image .27s ease, color .27s ease, opacity .27s ease, transform .27s ease;

  pointer-events: none;
}
.form .btn .input-checkbox:checked + .text-checkbox + .sbmit .input-submit {
  /* background-image: linear-gradient(135deg, #0a9063, #056444); */
  background-image: linear-gradient( rgba(var(--green-rgb), .75) 13%, rgba(var(--green-rgb), 1) 33%, rgba(var(--darkgreen-rgb), 1) 77%);
  color: #fff;

  pointer-events: auto;
}
.form .btn .input-checkbox:checked + .text-checkbox + .sbmit .input-submit.hover,
.form .btn .input-checkbox:checked + .text-checkbox + .sbmit .input-submit:hover {
  opacity: .77;
  transform: translate(.1em, .1em);
}
@media screen and (min-width: 390px) {
  .form .input-submit {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 576px) {
  .form .input-submit {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .field-inner {
    display: flex;
  }
  .field-name,
  .subfield-name,
  .input-input .string {
    font-size: 1.15em;
  }
  .field-name {
    width: 13em;
  }
  .field-name > .name-inner {
    position: relative;
    top: 1.1em;
  }
  .field-date .field-name > .name-inner {
    top: .63em;
    left: calc(3em * .9 + 1em);
  }
  .field-body,
  .subfield-body {
    margin-top: .75em;
  }
  .field-body {
    width: calc(100% - 13em);
  }
  .form .sbmit {
    padding-bottom: 1.5em;
  }
  .form .input-submit {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 992px) {
  .form .input-submit {
    font-size: 1.7em;
  }
  .field-name {
    width: 19em;
  }
  .field-body {
    width: calc(100% - 19em);
  }
}
@media screen and (min-width: 1128px) {
}

/* textarea | input */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="submit"],
textarea,
select {
  background-color: rgba(255, 255, 255, .67);
  border: 1px solid rgba(var(--black-rgb), .5);
  border-radius: .5em;
  color: var(--navyblue);
  font-size: 1.23076923em;
  line-height: 1.5;
  width: 100%;
  padding: .45em .67em .4em;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  height: 13em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
select {
  padding-top: calc(.45em + 1px);
  padding-bottom: calc(.4em + 1px);
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* ::placeholder */
::-webkit-input-placeholder {
  color: #afafaf;
}
:-ms-input-placeholder {
  color: #afafaf !important;
}
::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
::placeholder {
  color: #afafaf;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(var(--red-rgb), .75);
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
}
input[type="checkbox"]:focus + .string,
input[type="radio"]:focus + .string {
  box-shadow: 0 0 0 2px rgba(var(--red-rgb), .75);
}
@media screen and (min-width: 768px) {
  textarea {
    height: 17em;
  }
}

/* .field-ways */
.field-ways .field-name br {
  display: none;
}
.field-ways .field-body .input-inner {
  display: inline-block;
}
.field-ways .field-body .input-inner:last-child {
  margin-left: 1em;
}
.field-ways .field-body .string {
  border: 1px solid rgba(var(--black-rgb), .5);
  border-radius: .5em;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  font-size: 1.23076923em;
  line-height: 1.5;
  display: block;
  padding: calc(.45em + 1px) 1em calc(.4em + 1px) 2.5em;
  position: relative;
  cursor: pointer;
}
.field-ways .field-body .string::before {
  background-color: rgba(var(--gray-rgb), .77);
  border: .1em solid rgba(var(--gray-rgb), .9);
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .45em;
  transition: background-color .27s ease, border-color .27s ease;
}
.field-ways .field-body .input-text:checked + .string::before {
  background-color: rgba(var(--orange-rgb), 1);
  border: .1em solid rgba(var(--darkorange-rgb), .9);
}
@media screen and (min-width: 768px) {
  .field-ways .field-name br {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .field-ways .field-name br {
    display: none;
  }
}

/* .field-where */
.field-where .required .input-input {
  width: 17em;
  position: relative;
}
.field-where .required .input-input::before {
  background-color: transparent;
  border-top: .5em solid rgba(var(--black-rgb), .77);
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  z-index: -1;
}
.field-where .required .input-select {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .field .field-where {
    margin-top: 4em;
  }
  .field-where .field-name {
    width: 9.3em;
    margin-left: 3.7em;
  }
  .field-where .field-name > .name-inner {
    top: .73em;
  }
}
@media screen and (min-width: 992px) {
  .field .field-where {
    margin-top: 3em;
  }
  .field-where .field-name {
    width: 15.3em;
  }
}
/* ----------
thanks.html
----------- */
.thanks main {
  background-color: var(--light-yellow);
}
/* #article-thanks */
#article-thanks {
  text-align: center;
}
#article-thanks .article-heading {
  margin-top: 6em;
}
#article-thanks .article-heading > .heading-inner {
  color: var(--darkorange);
  font-size: 2em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .4em;
  padding-left: .4em;
}
#article-thanks .text-text {
  margin: 3em 0 5em;
}
#article-thanks .text-btn {
  line-height: 1.15;
  text-align: center;
  margin-bottom: 4em;
}
#article-thanks .text-btn .link {
  background-image: linear-gradient( rgba(var(--green-rgb), .75) 13%, rgba(var(--green-rgb), 1) 33%, rgba(var(--darkgreen-rgb), 1) 77%);
  border: 1px solid rgba(var(--black-rgb), .5);
  border-radius: .75em;
  box-shadow: .2em .2em .4em rgba(var(--black-rgb), .43);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1.75em 2em;
  position: relative;
  transition: opacity .27s ease, transform .27s ease;
}
#article-thanks .text-btn .link.hover,
#article-thanks .text-btn .link:hover {
  opacity: .77;
  transform: translate(.1em, .1em);
}
#article-thanks .text-btn .icon-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  vertical-align: baseline;
  position: relative;
  top: 0;
  transform: rotate(90deg);
}

/* *** */