html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #000000;
}

.pc {
  display: none;
}

.t-right {
  text-align: right;
}

header {
  text-align: center;
  width: 100%;
  height: 60px;
}
header .container {
  max-width: 1132px;
  margin: auto;
}
header .container a {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  header {
    text-align: left;
  }
}
header img {
  height: 50px;
  padding: 5px 0;
}

.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.wrap {
  margin: auto;
  width: 100%;
  top: 0;
  background-image: url(../images/bg.png), linear-gradient(180deg, rgb(211, 237, 251) 0%, rgb(255, 255, 255) 5%);
  background-position: top center;
  background-repeat: repeat-x;
}
.wrap img {
  overflow-y: hidden;
}

section.title {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 6vw;
}
section.title .title-inner {
  padding: 50px 20px;
  text-align: center;
  font-weight: bold;
}
section.title .title-inner .title-upper {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  display: inline-block;
  background-color: #ff8d00;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 1em;
}
section.title .title-inner .sub-title {
  text-align: center;
}
section.title .title-inner .sub-title img {
  margin: auto;
}
section.title .title-inner h1 {
  font-weight: bold;
  font-size: clamp(12px, 8vw, 180px);
}
section.title .title-inner h1 img {
  margin: auto;
}
section.title .title-inner p {
  text-align: center;
}
section.title .title-inner .kikan {
  margin: 1em auto 1em;
  width: 84%;
}
@media screen and (min-width: 751px) {
  section.title {
    width: 1132px;
    margin: auto auto 60px auto;
    background-image: none;
  }
  section.title .title-inner {
    padding: 50px 0 0 0;
  }
  section.title .title-inner .title-upper {
    font-size: 2rem;
    padding: 0.5em 1em;
    display: inline-block;
    background-color: #ff8d00;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 1em;
  }
  section.title .title-inner .kikan {
    width: 600px;
    margin-top: 40px;
  }
}

section.part1 {
  padding: 16px;
  margin-bottom: 6vw;
}
section.part1 .part1_content {
  margin: 0 auto;
  display: grid;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 4px solid #005D9C;
  background-color: #ffffff;
  border-radius: 20px;
}
section.part1 .read {
  font-size: clamp(12px, 4vw, 32px);
  line-height: 2;
  font-weight: bold;
  text-align: justify;
}
section.part1 .read p {
  margin-bottom: 0.5em;
}
section.part1 .read sup {
  font-size: clamp(10px, 2vw, 16px);
}
section.part1 .notes {
  margin-top: 1em;
  list-style: none;
  padding: 0;
  font-size: clamp(10px, 2.5vw, 24px);
  line-height: 1.75;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
section.part1 .pics-outer {
  display: flex;
  flex-direction: column;
}
section.part1 .pics {
  text-align: center;
  margin: 1em 0;
}
section.part1 .pics img {
  font-size: clamp(12px, 4vw, 24px);
  margin: 0 auto 1.2em auto;
}
@media screen and (min-width: 751px) {
  section.part1 {
    width: 1132px;
    margin: auto auto 60px auto;
  }
  section.part1 .part1_content {
    margin: 0 auto;
    display: grid;
    gap: 20px;
    grid-template-columns: 7.5fr 2.5fr;
    justify-content: space-between;
    padding: 40px;
  }
  section.part1 .part1_content .pics-blk {
    flex-direction: column;
    justify-content: space-between;
  }
  section.part1 .read {
    font-size: 1.8rem;
  }
  section.part1 .read sup {
    font-size: clamp(10px, 2vw, 16px);
  }
  section.part1 .notes {
    list-style: none;
    padding: 0;
    font-size: 1.6rem;
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
  section.part1 .pics-outer {
    flex-direction: row;
    justify-content: space-evenly;
  }
  section.part1 .pics {
    text-align: center;
    margin: 0;
  }
  section.part1 .pics img {
    max-width: 100%;
    margin: 0;
  }
  section.part1 .pics.pic1 img {
    margin-bottom: 20px;
  }
}

section.part-tokucho .tokucho-content .pics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 751px) {
  section.part-tokucho .tokucho-content .pics {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

section.part-kanshu .kanshu-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background-color: #005D9C !important;
  border: none !important;
  border-radius: 0 !important;
}
section.part-kanshu .kanshu-content .spec {
  color: #fff;
}
section.part-kanshu .kanshu-content .spec .kanshu-title {
  font-size: 1.8rem;
}
section.part-kanshu .kanshu-content .spec .name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
section.part-kanshu .kanshu-content .spec .name span {
  font-size: 1.6rem;
}
section.part-kanshu .kanshu-content .pic {
  text-align: center;
}
section.part-kanshu .kanshu-content .pic img {
  margin: auto;
  max-width: 180px;
}
@media screen and (min-width: 751px) {
  section.part-kanshu .kanshu-content {
    grid-template-columns: 1.5fr 8.5fr;
  }
}

section.part-enq .enq-content p.read {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1em;
}
section.part-enq .enq-content .pics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 751px) {
  section.part-enq .enq-content .pics {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

section.by {
  margin: 0 16px 60px;
  text-align: center;
}
section.by img {
  margin: auto;
}
@media screen and (min-width: 751px) {
  section.by {
    margin: 0 auto 60px;
  }
}

section.part-kyozai .kyozai-content {
  max-width: 100%;
}
section.part-kyozai .kyozai-content .upper {
  max-width: calc(100vw - 72px);
  margin-bottom: 4em;
}
section.part-kyozai .kyozai-content .upper .cap {
  margin-top: 1em;
}
section.part-kyozai .kyozai-content .kyozai-title {
  margin-bottom: 0.5em;
}
section.part-kyozai .kyozai-content .lower {
  max-width: calc(100vw - 72px);
}
section.part-kyozai .kyozai-content .lower .sw-item {
  background-color: #FFFBC7;
  padding: 20px;
  margin-bottom: 40px;
  display: grid;
  gap: 10px;
  height: auto;
}
section.part-kyozai .kyozai-content .lower .cap {
  margin-top: 1em;
}
section.part-kyozai .kyozai-content p.read {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  section.part-kyozai .kyozai-content .upper {
    max-width: 1020px;
    margin-bottom: 4em;
  }
  section.part-kyozai .kyozai-content .upper .cap {
    margin-top: 1em;
  }
  section.part-kyozai .kyozai-content .lower {
    max-width: 1020px;
  }
  section.part-kyozai .kyozai-content .lower .sw-item {
    background-color: #FFFBC7;
    padding: 20px;
    margin-bottom: 40px;
    display: grid;
    gap: 10px;
    height: auto;
  }
  section.part-kyozai .kyozai-content .lower .cap {
    margin-top: 1em;
  }
}

section.part-katsuyo .katsuyo-content p.read {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}
section.part-katsuyo .katsuyo-content .katsuyo-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
section.part-katsuyo .katsuyo-content .katsuyo-items .item {
  padding: 10px;
  display: grid;
  gap: 10px;
  height: auto;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #ffffff;
}
section.part-katsuyo .katsuyo-content .katsuyo-items .item:nth-child(1) {
  background-color: #F39800;
}
section.part-katsuyo .katsuyo-content .katsuyo-items .item:nth-child(2) {
  background-color: #8FC31F;
}
section.part-katsuyo .katsuyo-content .katsuyo-items .item:nth-child(3) {
  background-color: #2EA7E0;
}
section.part-katsuyo .katsuyo-content .katsuyo-items .item:nth-child(4) {
  background-color: #E95688;
}
@media screen and (min-width: 751px) {
  section.part-katsuyo .katsuyo-content .katsuyo-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  section.part-katsuyo .katsuyo-content .katsuyo-items .item {
    padding: 20px;
    display: grid;
    gap: 10px;
    height: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    font-size: 1.6rem;
  }
}

.part-flow .flow-list {
  text-align: center;
  list-style-type: none;
  padding: 0;
  width: 60%;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .part-flow .flow-list {
    width: 100%;
  }
}
.part-flow .flow-list li span {
  display: inline-block;
  padding: 0.75em 0;
  border-radius: 4px;
  background-color: #daf5ff;
  width: 100%;
  font-size: 1.8rem;
}
.part-flow .flow-list li::after {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  background: url("../images/down.png");
  background-size: contain;
  margin: 20px auto;
}
.part-flow .flow-list li:last-child::after {
  width: 0;
  height: 0;
}

.omoushikomi_wrap {
  margin: 0 auto;
  padding: 5em 0;
  background: #005D9C;
}

.omoushikomi {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.omoushikomi .read {
  font-size: 2rem;
}

.app-btn {
  margin: 3rem 0 4rem 0;
  background-color: #ff8d00;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100vh;
}
.app-btn:hover {
  color: #fff;
  background: #e67f00;
}

.toiawase-wrap {
  margin: 0 auto;
  padding: 3em 0;
  background: #daf5ff;
}

.toiawase {
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
  line-height: 2;
}
.toiawase .uketsuke {
  font-size: 1.6rem;
}
.toiawase .tel {
  font-size: 2rem;
}

.float-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
.float-btn a {
  display: block;
  background-color: #ff8d00;
  color: #fff;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .float-btn {
    visibility: hidden;
  }
}

footer {
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
}

.part-dl {
  text-align: center;
  font-size: 1.8rem;
}
.part-dl .app-btn {
  background-color: #13d823;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.part-dl .app-btn:hover {
  background: #11c11f;
}

section.common-sec {
  padding: 16px;
  margin-bottom: 6vw;
}
section.common-sec .common-sec_content {
  margin: 0 auto;
  display: grid;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 4px solid #005D9C;
  background-color: #ffffff;
  border-radius: 20px;
}
section.common-sec .common-title {
  font-size: 2.4rem;
  font-weight: 900;
  padding: 0.5em 1em;
  display: inline-block;
  background-color: #ff8d00;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  section.common-sec {
    width: 1132px;
    margin: auto auto 60px auto;
  }
  section.common-sec .common-sec_content {
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 40px;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .wrap {
    margin: auto;
    width: 100%;
    min-width: 1132px;
    overflow-y: hidden;
  }
  .wrap img {
    overflow-y: hidden;
  }
}/*# sourceMappingURL=main.css.map */