@charset "UTF-8";
html {
  font-family: YakuHanJP_Noto, "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 21.3333333333px);
  font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
  html {
    font-size: 2.5vw;
  }
}
*:focus-visible {
  outline: 3px solid #000;
  outline-offset: 4px;
}

body {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1.0625rem;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

.forSP {
  display: none;
}

@media screen and (max-width: 640px) {
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
}
.btn__wrap {
  text-align: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0075c2;
  border: 0.0625rem solid #0075c2;
  border-radius: 1.3125rem;
  height: 2.625rem;
  color: #fff;
  line-height: 0;
  padding: 0 2.5rem;
  transition: 0.3s ease all;
}
.btn span {
  font-size: 70%;
  margin-left: 0.75rem;
  padding-top: 0.3rem;
}
.btn:hover {
  background: #fff;
  color: #0075c2;
  transition: 0.3s ease all;
}
.btn--invert {
  background: #fff;
  border-color: #0075c2;
  color: #0075c2;
  padding: 0 4rem;
}
.btn--invert:hover {
  background: #0075c2;
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .btn {
    font-size: 1.5rem;
    height: 3.125rem;
    border-radius: 2rem;
    padding: 0 2.5rem;
  }
  .btn span {
    font-size: 80%;
    margin-left: 0.75rem;
    padding-top: 0.3rem;
  }
  .btn--small {
    height: 1.875rem;
    font-size: 1rem;
    padding: 0 1.75rem;
  }
  .btn--mid {
    height: 2.625rem;
    font-size: 1.25rem;
    padding: 0 1.75rem;
  }
  .btn--invert {
    font-size: 1.25rem;
    padding: 0 1.75rem;
  }
}
.container {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .container {
    width: 36.25rem;
  }
}
.anchor {
  display: block;
  top: -5.625rem;
  position: relative;
  visibility: hidden;
}

@media screen and (max-width: 640px) {
  .anchor {
    top: -4.375rem;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  background: #fff;
  padding-bottom: 0.625rem;
  z-index: 100;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 1.625rem;
}
.header__logoArea {
  width: auto;
}
.header__logo {
  height: 1.5625rem;
  width: auto;
}
.header__logo--hover {
  transition: 0.3s ease all;
}
.header__logo--hover:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}
.header__ham {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
}

@media screen and (max-width: 640px) {
  header {
    height: 4.375rem;
  }
  .header {
    padding-right: 2.5rem;
  }
  .header__logo {
    height: 1.375rem;
  }
  .header__ham {
    width: 3.75rem;
    height: 3.75rem;
  }
}
main {
  margin-top: 5.625rem;
}

@media screen and (max-width: 640px) {
  main {
    margin-top: 4.375rem;
  }
}
/*body:has(dialog[open]) {
	overflow: hidden;
}*/
.menu-dialog {
  --menu-interaction-delay: 0s;
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  background: rgba(0, 117, 194, 0.9);
  interactivity: inert;
  pointer-events: none;
  transition: opacity 0.4s, translate 0.4s ease, display 0.4s allow-discrete, overlay 0.4s allow-discrete, interactivity 0s var(--menu-interaction-delay) allow-discrete, pointer-events 0s var(--menu-interaction-delay) allow-discrete;
  transition-behavior: allow-discrete;
}
.menu-dialog:not([open]):not(:popover-open) {
  display: none;
}
.menu-dialog::backdrop {
  opacity: 0;
  transition: opacity 0.4s;
}
.menu-dialog[open], .menu-dialog:popover-open {
  --menu-interaction-delay: 0.4s;
  interactivity: auto;
  opacity: 1;
  pointer-events: auto;
  translate: 0 0;
}
.menu-dialog[open]::backdrop, .menu-dialog:popover-open::backdrop {
  opacity: 1;
}
@starting-style {
  .menu-dialog[open], .menu-dialog:popover-open {
    interactivity: inert;
    opacity: 0;
    pointer-events: none;
  }
  .menu-dialog[open]::backdrop, .menu-dialog:popover-open::backdrop {
    opacity: 0;
  }
}

.menu-full {
  inset: 0;
  grid-template-rows: var(--site-header-height) minmax(0, 1fr);
  width: 100%;
  height: 100dvh;
  padding-block: 0;
  overscroll-behavior-y: contain;
  opacity: 0;
  translate: 0 -24px;
}
.menu-full::backdrop {
  background: transparent;
}
.menu-full[open] {
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  .menu-full[open] {
    opacity: 0;
    translate: 0 -24px;
  }
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 5.625rem;
}

@media screen and (max-width: 640px) {
  .menu-header {
    height: 4.375rem;
  }
}
.button-icon {
  position: relative;
  display: grid;
  place-items: center;
  inline-size: 5rem;
  block-size: 5rem;
  border: 0;
  background: #0075c2;
  cursor: pointer;
  transition: 0.3s ease all;
}
.button-icon::before, .button-icon::after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .button-icon {
    inline-size: 3.75rem;
    block-size: 3.75rem;
  }
}
.button-menu::before {
  transform-origin: left;
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
  box-shadow: 0 -0.5625rem 0 #fff, 0 0.5625rem 0 #fff;
  transition: 0.3s ease all;
}
.button-menu::after {
  content: none;
}
.button-menu:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.button-close {
  background: transparent;
}
.button-close::before {
  rotate: 45deg;
}
.button-close::after {
  rotate: -45deg;
}
.button-close:hover {
  transform: rotate(90deg);
}

.cover__menuWrap {
  width: 37.5rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: -0.03rem;
  margin: 3.75rem auto 0;
}
.cover__menu {
  position: relative;
  border-top: 0.0625rem solid #fff;
  padding: 0.4rem 0;
  transition: 0.3s ease all;
}
.cover__border {
  transition: 0.3s ease all;
}
.cover__border:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}
.cover__category {
  font-size: 1.375rem;
}
.cover__category--last {
  margin-bottom: 1rem;
}
.cover__nk {
  width: 8.125rem;
  height: auto;
  margin-top: 1.5rem;
}

@media screen and (max-width: 640px) {
  .cover__menuWrap {
    width: 36.25rem;
    font-size: 1.25rem;
    line-height: 2.875rem;
    margin-top: 3.75rem;
  }
  .cover__category {
    font-size: 1.5rem;
  }
}
.fv {
  letter-spacing: -0.03em;
}
.fv__wrap {
  display: flex;
  margin-top: 1.5rem;
}
.fv__wrap div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.fv__title {
  font-size: 2.75rem;
  line-height: 3.75rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.fv__lead {
  font-size: 1.375rem;
  line-height: 2.6875rem;
  margin-bottom: 1.25rem;
}
.fv__num {
  width: 36rem;
  height: auto;
}

@media screen and (max-width: 640px) {
  .fv {
    text-align: center;
  }
  .fv__wrap {
    gap: 2.5rem;
    flex-direction: column;
  }
  .fv__wrap div {
    width: 100%;
  }
  .fv__title {
    font-size: 3rem;
    line-height: 4.125rem;
    margin-bottom: 1rem;
  }
  .fv__lead {
    font-size: 1.5rem;
    line-height: 2.75rem;
    margin-bottom: 2rem;
  }
}
.borderfull {
  width: 100%;
  height: 0.0625rem;
  background: #989898;
  margin: 2rem 0 2rem;
}
.borderfull--sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .borderfull {
    margin: 2.75rem 0 2.5rem;
  }
  .borderfull--sp {
    display: block;
    margin: 3.5rem 0 4rem;
  }
}
.threeR {
  padding: 0 2.5rem;
}
.threeR__title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
.threeR__wrap {
  display: flex;
  gap: 3.75rem;
}
.threeR__box {
  width: calc((100% - 7.5rem) / 3);
}
.threeR__gray {
  background: #E9E9E9;
  border-radius: 0 0 1.1875rem 1.1875rem;
  padding: 0.875rem 2rem 1.5rem;
}
.threeR__boxImage {
  width: 100%;
  height: auto;
}
.threeR__boxTitle {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.threeR__boxText {
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 640px) {
  .threeR {
    padding: 0;
  }
  .threeR__title {
    margin-bottom: 2rem;
  }
  .threeR__wrap {
    flex-direction: column;
    gap: 1.875rem;
  }
  .threeR__box {
    width: 100%;
    display: flex;
  }
  .threeR__gray {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 69.5%;
    border-radius: 0 1.5rem 1.5rem 0;
    padding: 0 1.5rem;
  }
  .threeR__boxImage {
    width: 30.5%;
  }
  .threeR__boxTitle {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .threeR__boxText {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
.reason {
  margin: 6rem 0 6rem;
}
.reason--first {
  margin-top: 5rem;
}
.reason--last {
  margin-bottom: 0;
}
.reason__title {
  display: flex;
  align-items: center;
  width: 80rem;
  height: 12.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 2.625rem;
  padding-left: 9.5625rem;
}
.reason__title--1 {
  background-image: url(../image/reason1-title-pc.webp);
}
.reason__title--2 {
  background-image: url(../image/reason2-title-pc.webp);
}
.reason__title--S {
  background-image: url(../image/reasonS-title-pc.webp);
  height: 10.3125rem;
  padding-left: 1.875rem;
}
.reason__title--3 {
  background-image: url(../image/reason3-title-pc.webp);
}
.reason__wrap {
  display: flex;
  margin-bottom: 3rem;
}
.reason__wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.reason__lead {
  width: 53%;
  font-size: 2.125rem;
  line-height: 3.25rem;
  font-weight: 500;
}
.reason__text {
  width: 47%;
  line-height: 2rem;
}

@media screen and (max-width: 640px) {
  .reason {
    margin-top: 6.5rem;
  }
  .reason--first {
    margin-top: 0rem;
  }
  .reason__title {
    width: 100%;
    height: 13.75rem;
    padding-left: 7.25rem;
  }
  .reason__title--1 {
    background-image: url(../image/reason1-title-sp.webp);
  }
  .reason__title--2 {
    background-image: url(../image/reason2-title-sp.webp);
  }
  .reason__title--S {
    background-image: url(../image/reasonS-title-sp.webp);
    line-height: 3.25rem;
    padding-left: 1.25rem;
  }
  .reason__title--3 {
    background-image: url(../image/reason3-title-sp.webp);
  }
  .reason__wrap {
    flex-direction: column;
  }
  .reason__wrap > div {
    align-items: center;
  }
  .reason__lead {
    width: 100%;
    font-size: 2.125rem;
    text-align: center;
    margin-bottom: 2.375rem;
  }
  .reason__text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
}
.topic {
  width: 100%;
  text-align: center;
  margin: 2.625rem 0 1.75rem;
  padding: 1.5rem 0 2rem;
}
.topic--1 {
  background: #EFF5DD;
  padding-bottom: 0.25rem;
}
.topic--2 {
  background: #D9F1FA;
}
.topic--S {
  background: #D5F2F7;
}
.topic--3 {
  background: #FEF2E5;
  margin-bottom: 0;
}
.topic--W {
  margin: 2rem 0 0;
  padding: 0;
}
.topic__bulb {
  width: 9.5rem;
  height: auto;
}
.topic__bulb--S {
  margin-bottom: 1.25rem;
}
.topic__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
}
.topic__text {
  line-height: 1.875rem;
  margin-bottom: 1.625rem;
}
.topic__banner {
  width: 50.875rem;
  margin-top: 1.875rem;
  transition: 0.3s ease all;
}
.topic__banner:hover {
  transform: translate(3px, 3px);
  transition: 0.3s ease all;
}
.topic__white {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  background: #fff;
  border-radius: 0.875rem 0.875rem 0 0;
  color: #1263AA;
  font-size: 1rem;
}
.topic__white__title {
  font-size: 1.125rem;
  font-weight: 700;
}
.topic__white__list {
  display: flex;
  gap: 0.5625rem;
  list-style-type: "・";
}
.topic__base {
  width: 66.75rem;
  display: flex;
  gap: 4.25rem;
  margin: 3.75rem auto 2.5rem;
}
.topic__base > div {
  width: calc((100% - 4.25rem) / 2);
}
.topic__logo {
  width: 17.125rem;
  height: auto;
}

@media screen and (max-width: 640px) {
  .topic {
    margin-bottom: 3rem;
    padding: 2.125rem 0;
  }
  .topic__bulb {
    width: 15.625rem;
  }
  .topic__title {
    font-size: 1.75rem;
    line-height: 2.625rem;
    margin: 2rem 0 1.375rem;
  }
  .topic__text {
    font-size: 1.5rem;
    line-height: 2.625rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
  .topic__banner {
    width: 100%;
    margin-bottom: -2.125rem;
  }
  .topic__white {
    gap: 0;
    flex-direction: column;
    height: 10rem;
    border-radius: 2.25rem 2.25rem 0 0;
  }
  .topic__white__title {
    font-size: 1.5rem;
  }
  .topic__white__list {
    display: flex;
    gap: 0.6875rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.375rem;
  }
  .topic__white__list li {
    margin-bottom: -0.8rem;
  }
  .topic__white__list li:last-child {
    margin-bottom: 0;
  }
  .topic__base {
    flex-direction: column;
    gap: 3.125rem;
    width: 100%;
    margin: 1.75rem auto 4.375rem;
  }
  .topic__base > div {
    width: 100%;
  }
}
.baseList {
  display: flex;
  gap: 3.4375rem;
  line-height: 1.625rem;
  text-align: left;
  padding-bottom: 2.625rem;
}
.baseList__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 3.4375rem) / 2);
}
.baseList__title {
  border-bottom: 1px solid #000;
  margin-bottom: 0.1rem;
  padding-bottom: 0.1rem;
}

@media screen and (max-width: 640px) {
  .baseList {
    gap: 2.75rem;
    order: 2;
    height: 19.5rem;
    font-size: 1.0625rem;
    padding: 0 2.75rem;
  }
  .baseMap {
    order: 1;
  }
}
.certify {
  text-align: center;
  margin-bottom: 6.875rem;
}
.certify__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.certify__wrap {
  display: flex;
}

@media screen and (max-width: 640px) {
  .certify__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.service {
  position: relative;
  background: #1983C8;
  color: #fff;
  text-align: center;
  margin-top: 6.875rem;
  padding: 13rem 0 3.75rem;
}
.service__photo {
  position: absolute;
  top: -6.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80rem;
  height: auto;
}
.service__title {
  font-size: 2.375rem;
  font-weight: 500;
}
.service__lead {
  font-size: 1.75rem;
  font-weight: 500;
}
.service__text {
  line-height: 1.875rem;
  margin: 1.75rem 0 2.5rem;
}
.service__flyer {
  width: 51rem;
  height: auto;
  margin-bottom: 2.875rem;
}

@media screen and (max-width: 640px) {
  .service {
    margin-top: 7.5rem;
    padding: 23.5rem 0 3rem;
  }
  .service__photo {
    top: -5.375rem;
    width: 36.25rem;
  }
  .service__title {
    font-size: 2.375rem;
    letter-spacing: -0.08rem;
  }
  .service__text {
    font-size: 1.5rem;
    line-height: 2.75rem;
    text-align: left;
  }
  .service__flyer {
    width: 25rem;
  }
}
.record {
  display: flex;
  gap: 2.8125rem;
  margin: 2.625rem 0 3.5rem;
}
.record__box {
  background: #fff;
  border-radius: 1rem;
  color: #000;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.9375rem;
  width: calc((100% - 5.625rem) / 4);
  padding: 1.5rem 1.25rem;
}
.record__boxTitle {
  color: #0075c2;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 640px) {
  .record {
    gap: 1.625rem;
    flex-wrap: wrap;
    margin: 3rem 0 4.5rem;
  }
  .record__box {
    width: calc((100% - 1.625rem) / 2);
  }
}
.contact {
  color: #0075c2;
  text-align: center;
  padding-top: 3rem;
}
.contact__title {
  font-size: 2.375rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.contact__text {
  line-height: 1.875rem;
  margin-bottom: 2.5rem;
}
.contact__embed {
  width: 33.75rem;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .contact {
    padding-top: 2.5rem;
  }
  .contact__title {
    margin-bottom: 2rem;
  }
  .contact__text {
    font-size: 1.25rem;
    text-align: left;
  }
  .contact__embed {
    width: 100%;
  }
}
.linkList {
  display: flex;
  justify-content: space-between;
  width: 56.875rem;
  margin: 6.5rem auto;
}
.linkList img {
  height: 4.75rem;
  width: auto;
  transition: 0.3s ease all;
}
.linkList img:hover {
  transform: translate(3px, 3px);
  transition: 0.3s ease all;
}

@media screen and (max-width: 640px) {
  .linkList {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.25rem;
    width: 27.75rem;
    margin: 4rem auto;
  }
  .linkList li {
    width: calc((100% - 1.25rem) / 2);
  }
  .linkList img {
    width: 100%;
    height: auto;
  }
}
.reTop {
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 1.75rem;
  right: 1.75rem;
  display: inline-flex;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #989898;
  z-index: 50;
  transition: 0.3s ease all;
}
.reTop:hover {
  transform: translateY(-5px);
  transition: 0.3s ease all;
}

@media screen and (max-width: 640px) {
  .reTop {
    bottom: 1.125rem;
    right: 1.375rem;
  }
}/*# sourceMappingURL=style.css.map */