@charset "UTF-8";
/*------------------------------------------------------------Content*/
#pagetitle {
  text-align: center;
  background: radial-gradient(closest-side at center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0)), url("../img/ordermade_img/mainimage.jpg") center center no-repeat;
  background-size: cover, cover;
}
#pagetitle .container {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagetitle h2 {
  margin-bottom: 8px;
  line-height: 1.3;
  font-weight: bold;
}
#pagetitle h2 strong {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1.1;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 158, 82, 0.9);
}
#pagetitle h2 span.logo {
  display: block;
  margin: 8px 0;
}
#pagetitle h2 span.logo img {
  width: auto;
  height: 40px;
}
#pagetitle h2 span.tx {
  display: block;
  font-size: 18px;
  text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}
#pagetitle ul {
  display: flex;
  justify-content: center;
}
#pagetitle ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  color: #009e52;
  border-radius: 50%;
  background: rgba(228, 228, 82, 1);
}
#pagetitle ul li span span {
  letter-spacing: -0.1em;
}
@media print, screen and (min-width: 768px) {
  #pagetitle .container {
    height: 400px;
  }
  #pagetitle h2 {
    margin-bottom: 10px;
  }
  #pagetitle h2 strong {
    padding: 8px 20px;
    font-size: 24px;
  }
  #pagetitle h2 span.logo {
    margin: 10px 0 6px;
  }
  #pagetitle h2 span.logo img {
    width: auto;
    height: 80px;
  }
  #pagetitle h2 span.tx {
    font-size: 32px;
  }
  #pagetitle ul li {
    width: 110px;
    height: 110px;
    margin: 0 10px;
    font-size: 20px;
  }
}

.content_bg01 {
  margin: 0;
  text-align: center;
  padding: 0 0 30px;
  background: #f3f3f3;
}
.content_bg02 {
  margin: 0;
  text-align: center;
  padding: 0 0 30px;
}
.content_bg01 .container p,
.content_bg01 .container li,
.content_bg02 .container p,
.content_bg02 .container li {
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .content_bg01 {
    margin: 0;
    padding: 30px 0 60px;
  }
  .content_bg02 {
    margin: 0;
    padding: 30px 0 60px;
  }
}

#reason ul li {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px #e0e0e0;
}
#reason ul li h4 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #009e52;
}
#reason ul li figure {
  margin-top: 10px;
  text-align: center;
}
#reason ul li figure img {
  width: auto;
  height: 80px;
}
@media print, screen and (min-width: 576px) {
  #reason ul {
    display: flex;
    justify-content: space-between;
  }
  #reason ul li {
    position: relative;
    width: 49%;
    margin-bottom: 0;
    padding: 20px 20px 105px;
  }
  #reason ul li figure {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  #reason ul li figure img {
    width: auto;
    height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  #reason ul li {
    padding: 20px 20px 130px;
  }
  #reason ul li h4 {
    font-size: 24px;
  }
  #reason ul li figure {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  #reason ul li figure img {
    width: auto;
    height: 100px;
  }
}

#case .title02 {
  color: #009e52;
}
#case ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#case ul li {
  width: 48.5%;
  padding: 0;
  margin-bottom: 10px;
}
#case ul li figure {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
}
#case ul li figure a {
  display: block;
  width: 100%;
  height: 100%;
}
#case ul li figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case ul li p {
  font-weight: bold;
}
@media print, screen and (min-width: 576px) {
  #case ul li {
    width: 23.5%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #case .title02 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #case ul {
    margin-bottom: 30px;
  }
}

#boomerang_desk .fig_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}
#boomerang_desk .fig_box > figure {
  width: 58%;
}
#boomerang_desk .fig_box > figure img {
  width: 100%;
  height: auto;
}
#boomerang_desk .fig_box div {
  width: 47%;
  margin-left: -5%;
}
#boomerang_desk .fig_box div figure {
  text-align: right;
}
#boomerang_desk .fig_box div figure img {
  width: 100%;
  max-width: 332px;
  height: auto;
}
#boomerang_desk .fig_box div ul li {
  margin: 3px 0;
  padding: 8px;
  text-align: center;
  line-height: 1.1;
  border-radius: 10px;
  color: #fff;
  background: #009e52;
}
#boomerang_desk .fig_box div ul li br {
  display: none;
}
@media print, screen and (min-width: 576px) {
  #boomerang_desk .fig_box div ul {
    display: flex;
    justify-content: space-between;
  }
  #boomerang_desk .fig_box div ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0px;
    text-align: center;
    line-height: 1.1;
    border-radius: 100%;
    color: #fff;
    background: #009e52;
  }
  #boomerang_desk .fig_box div ul li br {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  #boomerang_desk .fig_box div ul li {
    font-size: 26px;
  }
}

#boomerang_desk .change {
  margin-top: 40px;
  list-style: none;
}
#boomerang_desk .change li:not(:last-child) {
  margin-bottom: 30px;
}
#boomerang_desk .change li figure {
  margin-bottom: 10px;
  text-align: center;
}
#boomerang_desk .change li figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#boomerang_desk .change li h4 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #009e52;
}
#boomerang_desk .change li p {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #boomerang_desk .change {
    display: flex;
    justify-content: space-between;
  }
  #boomerang_desk .change li {
    width: 32%;
  }
  #boomerang_desk .change li:not(:last-child) {
    margin-bottom: 0;
  }
  #boomerang_desk .change li figure {
    margin-bottom: 15px;
  }
  #boomerang_desk .change li figure img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  #boomerang_desk .change li h4 {
    font-size: 24px;
  }
}

#boomerang_desk .title02 {
  color: #009e52;
}
@media print, screen and (min-width: 768px) {
  #boomerang_desk .title02 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

#plan ol li {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px #e0e0e0;
}
#plan ol li:first-child {
  position: relative;
  margin-bottom: 30px;
}
#plan ol li:first-child::after {
  position: absolute;
  left: 50%;
  bottom: -48px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: solid 20px transparent;
  border-top: solid 20px #ff8000;
  content: "";
}
#plan ol li h4 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: bold;
}
#plan ol li figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width: 576px) {
  #plan ol {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
  }
  #plan ol li {
    position: relative;
    width: calc(50% - 15px);
  }
  #plan ol li:first-child {
    margin-bottom: 0;
  }
  #plan ol li:first-child::after {
    top: 50%;
    left: auto;
    right: -48px;
    bottom: auto;
    margin-top: -20px;
    margin-left: 0;
    border-top: solid 20px transparent;
    border-left: solid 20px #ff8000;
  }
}
@media print, screen and (min-width: 576px) {
  #plan ol li {
    padding: 20px;
  }
  #plan ol li h4 {
    font-size: 20px;
  }
}

ol.flow li div.border .bg_step {
  display: flex;
  justify-content: space-between;
}
ol.flow li div.border p.step {
  width: 70px;
  height: auto;
  padding: 5px 0 20px;
  float: none;
  text-align: center;
}
ol.flow li.last div.border p.step {
  background: #ff8f22;
}
ol.flow li div.border .bg_step div {
  width: calc(100% - 85px);
  padding: 5px 0;
}
ol.flow li div.border .bg_step div h5 {
  font-size: 18px;
}
ol.flow li div.border .bg_step div h5,
ol.flow li div.border .bg_step div p,
ol.flow li div.border .bg_step div ul {
  margin-left: 0;
}
ol.flow li div.border .bg_step div ul li {
  margin-top: 8px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  ol.flow li div.border .bg_step div h5 {
    font-size: 22px;
  }
}
