<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&amp;family=Montserrat:wght@200;400;700&amp;family=Noto+Sans+JP:wght@100;400;700&amp;family=Roboto:wght@100;400;700&amp;family=Zen+Old+Mincho:wght@400;700&amp;display=swap");
html {
  scroll-behavior: smooth;
}
html body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #0f1111;
  background: #ffffff;
  webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-weight: 400;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  line-height: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  position: relative;
}

.layout_width {
  width: 1280px;
  margin: 0 auto;
  transition: all ease 1s;
}

.layout_width_830 {
  width: 830px;
  margin: 0 auto;
  transition: all ease 1s;
}

section {
  padding: 5rem 0 5rem;
  transition: 1s;
}

.bgcolor {
  background-color: #0666b2;
}
.bgcolor div h2 {
  color: #ffffff;
}
.bgcolor div h2 b {
  color: #ffffff;
}

h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column-reverse;
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
}
h2 p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  margin: 0.5rem 0 0 0;
}
h2 span {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: clamp(2.6rem, 2.527rem + 0.36vw, 2.8rem);
}
h2 span b {
  color: #0666b2;
}

@media screen and (max-width: 1280px) {
  .layout_width {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .layout_width_830 {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin: 0rem 0;
  }
  h2 {
    text-align: center;
    text-align-last: center;
  }
}
@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
.marker {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #0666b2;
  text-emphasis: filled #0666b2;
}

#header {
  width: 100%;
  position: relative;
  z-index: 99999;
  background-color: #ffffff;
}
#header .header__warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--logo {
  width: auto;
  display: block;
  transition: 1s;
  display: flex;
  align-items: center;
}
#header .header__warp--logo figure {
  display: flex;
  align-items: center;
}
#header .header__warp--logo figure img:nth-child(1) {
  width: 60px;
  transition: all ease 1s;
}
#header .header__warp--logo figure img:nth-child(2) {
  width: auto;
  height: 20px;
  margin: 0 0 0 1rem;
}
#header .header__warp--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--menu--nav {
  margin: 0 1rem 0 0;
}
#header .header__warp--menu--nav nav ul {
  display: flex;
  align-items: center;
}
#header .header__warp--menu--nav nav ul li a {
  display: block;
  width: fit-content;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 1.5rem 0;
  margin: 0 1.5rem;
  display: flex;
  flex-flow: column;
}
#header .header__warp--menu--nav nav ul li a p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: bold;
}
#header .header__warp--menu--nav nav ul li a span {
  font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
  font-weight: bold;
  text-transform: uppercase;
}
#header .header__warp--menu--contactbox {
  display: flex;
  align-items: center;
}
#header .header__warp--menu--contactbox--telbox {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 0 1rem 0 0;
}
#header .header__warp--menu--contactbox--telbox nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--menu--contactbox--telbox--tel {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0.25rem;
  border-bottom: solid 2px #0666b2;
}
#header .header__warp--menu--contactbox--telbox--tel a {
  display: flex;
  align-items: center;
  transform: 1s;
}
#header .header__warp--menu--contactbox--telbox--tel a fieldset svg {
  width: 18px;
  aspect-ratio: 1/1;
  fill: #0666b2;
}
#header .header__warp--menu--contactbox--telbox--tel a p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0666b2;
}
#header .header__warp--menu--contactbox--telbox--time {
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}
#header .header__warp--menu--contactbox--link a {
  background-color: #0666b2;
  border: solid 1px #0666b2;
  padding: 0.75rem 3rem;
  display: flex;
  flex-flow: column;
  color: #ffffff;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a:hover {
  background-color: #ffffff;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a:hover span {
  color: #0666b2;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a:hover p {
  color: #0666b2;
  transition: 0.5s;
}
#header .header__warp--menu--contactbox--link a span {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  font-weight: bold;
}
#header .header__warp--menu--contactbox--link a p {
  text-align: center;
  text-align-last: center;
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}
#header .header__warp--sp {
  width: 35px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem 1rem;
  transition: 1s;
}
#header .header__warp--sp #menu-btn {
  appearance: auto;
  display: none;
}
#header .header__warp--sp--label {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 9999999;
}
#header .header__warp--sp--label span {
  width: 100%;
  height: 2px;
  background-color: #0666b2;
  position: absolute;
  transition: 0.25s;
}
#header .header__warp--sp--label span:nth-child(1) {
  top: 0;
  left: 0;
}
#header .header__warp--sp--label span:nth-child(2) {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#header .header__warp--sp--label span:nth-child(3) {
  bottom: 0;
  left: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(1) {
  width: 100%;
  left: 17%;
  transform: rotate(42deg);
  transform-origin: 0 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(2) {
  opacity: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(3) {
  width: 100%;
  left: 17%;
  transform: rotate(-42deg);
  transform-origin: 0 100%;
}

@media screen and (max-width: 1280px) {
  #header .header__warp--menu--contactbox--telbox--tel {
    border-bottom: none;
  }
  #header .header__warp--menu--contactbox--telbox--tel a {
    display: flex;
    align-items: center;
    background-color: #0666b2;
    padding: 1rem;
    border-radius: 50%;
    transform: 1s;
    opacity: 0.8;
  }
  #header .header__warp--menu--contactbox--telbox--tel a figure svg {
    width: 25px;
    aspect-ratio: 1/1;
    fill: #ffffff;
  }
  #header .header__warp--menu--contactbox--telbox--tel a p {
    display: none;
    transition: 1s;
  }
  #header .header__warp--menu--contactbox--telbox--time {
    display: none;
  }
}
@media screen and (max-width: 1128px) {
  #header .header__warp--menu {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    background-color: #ffffff;
    transition: 1s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #header .header__warp--menu--nav {
    margin: 0 1rem 0 0;
  }
  #header .header__warp--menu--nav nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  #header .header__warp--menu--nav nav ul li a {
    display: block;
    width: fit-content;
    position: relative;
    text-align: center;
    height: 100%;
    padding: 0rem 0;
    margin: 1rem 1rem;
    display: flex;
    flex-flow: column-reverse;
  }
  #header .header__warp--menu--nav nav ul li a p {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    font-weight: bold;
  }
  #header .header__warp--menu--nav nav ul li a span {
    font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
    font-weight: bold;
    text-transform: uppercase;
  }
  #header .header__warp--menu--contactbox {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  #header .header__warp--menu--contactbox--telbox {
    display: flex;
    align-items: center;
    flex-flow: column;
    margin: 0 1rem 0 0;
  }
  #header .header__warp--menu--contactbox--telbox nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .header__warp--menu--contactbox--telbox--tel {
    display: flex !important;
    align-items: center !important;
    font-size: 1rem !important;
    letter-spacing: 0.05rem !important;
    padding: 0.25rem !important;
    border-bottom: solid 2px #0666b2 !important;
  }
  #header .header__warp--menu--contactbox--telbox--tel a {
    display: flex !important;
    align-items: center !important;
    transform: 1s;
    background-color: #ffffff !important;
    padding: 1rem 1rem 0.5rem 1rem;
  }
  #header .header__warp--menu--contactbox--telbox--tel a fieldset svg {
    width: 18px;
    aspect-ratio: 1/1;
    fill: #0666b2;
  }
  #header .header__warp--menu--contactbox--telbox--tel a p {
    display: block !important;
    font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem) !important;
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important;
    color: #0666b2 !important;
  }
  #header .header__warp--menu--contactbox--telbox--time {
    display: block;
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
    margin: 1rem 0 0 0;
  }
  #header .header__warp--menu--contactbox--link a {
    background-color: #0666b2;
    border: solid 1px #0666b2;
    padding: 0.75rem 3rem;
    display: flex;
    flex-flow: column;
    color: #ffffff;
    transition: 0.5s;
    margin: 2rem 2rem 1rem 2rem;
  }
  #header .header__warp--menu--contactbox--link a:hover {
    background-color: #ffffff;
    transition: 0.5s;
  }
  #header .header__warp--menu--contactbox--link a:hover span {
    color: #0666b2;
    transition: 0.5s;
  }
  #header .header__warp--menu--contactbox--link a:hover p {
    color: #0666b2;
    transition: 0.5s;
  }
  #header .header__warp--menu--contactbox--link a span {
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
    font-weight: bold;
  }
  #header .header__warp--menu--contactbox--link a p {
    text-align: center;
    text-align-last: center;
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
  }
  #header .header__warp--sp {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    position: relative;
    z-index: 99999;
    background-color: #ffffff;
  }
  #header .header__warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
  #header .header__warp--logo {
    width: 100px;
    display: block;
    transition: 1s;
  }
  #header .header__warp--logo a figure img:nth-child(1) {
    width: 40px;
  }
  #header .header__warp--menu--contactbox--telbox--tel a figure svg {
    fill: #0666b2;
  }
  #header .header__warp--sp {
    margin: 1rem 0 1rem 1rem;
    transition: 1s;
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999999999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#heading {
  width: 100%;
  height: 20vw;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
}
#heading .heading__warp h1 {
  display: flex;
  color: #ffffff;
}
#heading .heading__warp h1 p {
  font-size: clamp(2.4rem, 2.327rem + 0.36vw, 2.6rem);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#heading .heading__warp h1 span {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0 1rem 0 2rem;
}

.heading_contact .heading__warp h1 {
  color: #0f1111 !important;
}

@media screen and (max-width: 1280px) {
  #heading {
    height: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #heading {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 35vw;
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 40vw;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
    text-transform: uppercase;
    font-weight: bold;
    flex-flow: column;
  }
  #heading .heading__warp h1 p {
    width: 100%;
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    margin: 1rem 0 0;
  }
}
.heading_about {
  background-image: url("../../img/common/heading/heading_about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_insurance {
  background-image: url("../../img/common/heading/heading_insurance.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_recruit {
  background-image: url("../../img/common/heading/heading_recruit.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_contact {
  background-image: url("../../img/common/heading/heading_contact.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_information {
  background-image: url("../../img/common/heading/heading_information.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99999;
}
#floating li {
  display: block;
  margin: 0.25rem 0;
  border: solid 4px #ffffff;
  border-right: none;
}
#floating li a {
  text-transform: uppercase;
  background-color: #0666b2;
  color: #ffffff;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  padding: 2rem 0.5rem 1rem 0.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
}
#floating li a::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#floating li:nth-child(1) a::before {
  background-image: url("../../img/common/floating/tel.svg");
}
#floating li:nth-child(2) a::before {
  background-image: url("../../img/common/floating/plain.svg");
}
#floating li:nth-child(3) a::before {
  left: 0.75rem;
  background-image: url("../../img/common/floating/man.svg");
}

@media screen and (max-width: 768px) {
  #floating {
    display: none;
  }
}
_:lang(x) + _:-webkit-full-screen-document, #floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li, #floating li {
  border: none;
}

#contact {
  line-height: 2;
}
#contact .contact__warp--tel a {
  display: flex;
  align-items: end;
  margin: 2rem 0;
}
#contact .contact__warp--tel a span {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  line-height: normal;
}
#contact .contact__warp--tel a p {
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
}
#contact .contact__warp--formbox {
  width: 100%;
  display: flex;
  flex-flow: column;
}
#contact .contact__warp--formbox--list {
  display: flex;
  align-items: stretch;
  margin: 0 0 1rem 0;
}
#contact .contact__warp--formbox--list--title {
  width: 250px;
  display: flex;
  align-items: center;
  background-color: #F4F6F6;
  padding: 1rem;
}
#contact .contact__warp--formbox--list--title p {
  margin: 0 0 0 1rem;
}
#contact .contact__warp--formbox--list--title span {
  font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: solid 1px #0666b2;
  padding: 0 0.25rem;
}
#contact .contact__warp--formbox--list--contents {
  width: calc(100% - 250px);
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
#contact .contact__warp--formbox--list--contents input[type=text],
#contact .contact__warp--formbox--list--contents input[type=email],
#contact .contact__warp--formbox--list--contents input[type=tel] {
  width: 100%;
  padding: 1rem;
  border: solid 1px #F4F6F6;
}
#contact .contact__warp--formbox--list--contents textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
  border: solid 1px #F4F6F6;
}
#contact .contact__warp--formbox--list--contents ::placeholder {
  color: #E0E0E0;
}
#contact .contact__warp--formbox--list--contents label {
  padding: 1rem 2rem;
  background-color: #F4F6F6;
  margin: 0 1rem 0 0;
  transition: 0.5s;
}
#contact .contact__warp--formbox--list--contents label:hover {
  background-color: #0666b2;
  color: #ffffff;
}
#contact .contact__warp--formbox--list--contents input[type=radio]:checked + label {
  background-color: #0666b2;
  color: #ffffff;
}
#contact .contact__warp--privacy {
  margin: 2rem 0 0 0;
}
#contact .contact__warp--privacy h2 {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  border-bottom: solid 1px #0f1111;
  margin: 0 0 2rem 0;
}
#contact .contact__warp--privacy--box {
  padding: 1rem 2rem;
  border: solid 1px #F4F6F6;
  height: 300px;
  overflow-y: scroll;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  text-align: justify;
  text-align-last: left;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; h3 {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  margin: 1rem 0 1rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: dashed 1px #0666b2;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  margin: 0 0 0 1.4rem;
  text-align: justify;
  text-align-last: left;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table {
  margin: 1.6rem 0 0 0;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr th {
  width: 200px;
  height: 60px;
  background-color: #F4F6F6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr td {
  width: calc(100% - 200px);
  height: 60px;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr td span {
  margin: 0.6rem 0 0 0;
  display: block;
  width: 100%;
  font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li {
  list-style-type: none;
  counter-increment: cnt;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li h4 {
  margin: 0 0 0 1.4rem;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li h4::before {
  content: "(" counter(cnt) ") ";
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li p {
  margin: 0 0 0 3.2rem;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li ol {
  margin: 0 0 0 3.2rem;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li ol li {
  padding-left: 24px;
  position: relative;
  counter-increment: my-counter;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li ol li::before {
  content: counter(my-counter);
  background-color: #ffffff;
  border: 1px solid #0f1111;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  color: #0f1111;
  font-size: 70%;
  line-height: 0;
  position: absolute;
  top: 5px;
  left: 0;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li &gt; ul {
  margin: 0 0 0 3.2rem;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li &gt; ul li {
  margin: 0 0 0 1.6rem;
}
#contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li &gt; ul li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #0666b2;
}
#contact .contact__warp--privacy--checks {
  width: fit-content;
  margin: 2rem auto 0;
}
#contact .contact__warp--privacy--checks--checkbox {
  color: #0666b2;
}
#contact .contact__warp--privacy--checks input[type=checkbox] {
  display: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #0666b2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #0666b2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
#contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .contact__warp--privacy--attention {
  margin: 2rem 0;
}
#contact .contact__warp--privacy--attention p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  line-height: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
#contact .contact__warp--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4rem;
}
#contact .contact__warp--submit--button {
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 4rem;
  background-color: #F4F6F6;
  border-radius: 50px;
  transition: 0.5s;
}
#contact .contact__warp--submit--button:hover {
  background-color: #0666b2;
  color: #ffffff;
  transition: 0.5s;
}

@media screen and (max-width: 1280px) {
  #contact {
    line-height: 2;
  }
  #contact .contact__warp--tel a {
    display: flex;
    align-items: end;
    margin: 2rem 0;
  }
  #contact .contact__warp--tel a span {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    line-height: normal;
  }
  #contact .contact__warp--tel a p {
    font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  }
  #contact .contact__warp--formbox {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  #contact .contact__warp--formbox--list {
    display: flex;
    align-items: stretch;
    margin: 0 0 1rem 0;
  }
  #contact .contact__warp--formbox--list--title {
    width: 250px;
    display: flex;
    align-items: center;
    background-color: #F4F6F6;
    padding: 1rem;
  }
  #contact .contact__warp--formbox--list--title p {
    margin: 0 0 0 1rem;
  }
  #contact .contact__warp--formbox--list--title span {
    font-size: clamp(0.4rem, 0.327rem + 0.36vw, 0.6rem);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #0666b2;
    padding: 0 0.25rem;
  }
  #contact .contact__warp--formbox--list--contents {
    width: calc(100% - 250px);
    padding: 0 1rem;
    display: flex;
    align-items: center;
  }
  #contact .contact__warp--formbox--list--contents input[type=text],
  #contact .contact__warp--formbox--list--contents input[type=email],
  #contact .contact__warp--formbox--list--contents input[type=tel] {
    width: 100%;
    padding: 1rem;
    border: solid 1px #F4F6F6;
  }
  #contact .contact__warp--formbox--list--contents textarea {
    width: 100%;
    height: 200px;
    padding: 1rem;
    border: solid 1px #F4F6F6;
  }
  #contact .contact__warp--formbox--list--contents ::placeholder {
    color: #E0E0E0;
  }
  #contact .contact__warp--submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 4rem;
  }
  #contact .contact__warp--submit--button {
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 4rem;
    background-color: #F4F6F6;
    border-radius: 50px;
    transition: 0.5s;
  }
  #contact .contact__warp--submit--button:hover {
    background-color: #0666b2;
    color: #ffffff;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    line-height: 2;
  }
  #contact .contact__warp--tel a {
    display: flex;
    align-items: end;
    margin: 2rem 0;
  }
  #contact .contact__warp--tel a span {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    line-height: normal;
  }
  #contact .contact__warp--tel a p {
    font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  }
  #contact .contact__warp--formbox {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  #contact .contact__warp--formbox--list {
    display: flex;
    align-items: stretch;
    margin: 0 0 1rem 0;
  }
  #contact .contact__warp--formbox--list--title {
    width: 180px;
  }
  #contact .contact__warp--formbox--list--contents {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 480px) {
  #contact {
    line-height: 2;
  }
  #contact .contact__warp--tel a {
    display: flex;
    align-items: end;
    margin: 2rem 0;
  }
  #contact .contact__warp--tel a span {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    line-height: normal;
  }
  #contact .contact__warp--tel a p {
    font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  }
  #contact .contact__warp--formbox {
    width: 100%;
    display: flex;
  }
  #contact .contact__warp--formbox--list {
    display: flex;
    align-items: stretch;
    margin: 0 0 1rem 0;
    flex-flow: column;
  }
  #contact .contact__warp--formbox--list--title {
    width: 100%;
  }
  #contact .contact__warp--formbox--list--contents {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact .contact__warp--formbox--list--contents label {
    padding: 0.5rem 2rem;
    background-color: #F4F6F6;
    margin: 1rem 1rem 0rem 0;
    transition: 0.5s;
    border: solid 2px #0666b2;
  }
  #contact .contact__warp--formbox--list--contents label:hover {
    background-color: #0666b2;
    color: #ffffff;
  }
  #contact .contact__warp--formbox--list--contents input[type=radio]:checked + label {
    background-color: #0666b2;
    color: #ffffff;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 0 0 0;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
    border-bottom: solid 1px #0f1111;
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; h3 {
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table {
    margin: 1.6rem 0 0 0;
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody {
    display: flex;
    width: 100%;
    flex-flow: column;
    flex-wrap: wrap;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr {
    display: flex;
    width: 100%;
    flex-flow: column;
    flex-wrap: wrap;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr th {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr td {
    width: 100%;
    height: auto;
    padding: 1rem;
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li table tbody tr td span {
    font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li &gt; ul {
    margin: 0 0 0 2.2rem;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li &gt; ul li {
    margin: 0 0 0 1.6rem;
    text-indent: -0.5rem;
    padding-left: 0.5rem;
  }
  #contact .contact__warp--privacy--box ul &gt; li &gt; ul &gt; li &gt; ol &gt; li &gt; ul li::before {
    left: -10px;
  }
  #contact .contact__warp--privacy--checks {
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks--checkbox {
    color: #0666b2;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    color: #0666b2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #0666b2;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    line-height: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
}
#thanks .thanks__warp--comment {
  margin: 4rem 0 0 0;
}
#thanks .thanks__warp--comment p {
  line-height: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
}
#thanks .thanks__warp--message {
  margin: 2rem 0 0 0;
  border: solid 1px #F4F6F6;
  padding: 2rem;
}
#thanks .thanks__warp--message p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}

#err .err__warp--comment {
  margin: 4rem 0 0 0;
}
#err .err__warp--address {
  margin: 2rem 0 0 0;
  border: solid 1px #F4F6F6;
  padding: 1rem;
}
#err .err__warp--address table {
  width: 100%;
}
#err .err__warp--address table tbody tr th {
  width: 140px;
  background-color: #0666b2;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#err .err__warp--address table tbody tr td {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  width: calc(100% - 140px);
  padding: 1rem;
  border-bottom: solid 1px #0666b2;
}

@media screen and (max-width: 480px) {
  #err .err__warp--address table tbody tr th {
    width: 90px;
  }
  #err .err__warp--address table tbody tr td {
    width: calc(100% - 90px);
  }
}
#footer {
  position: relative;
}
#footer::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #0f1111;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#footer .footer__warp {
  position: relative;
  padding: 10rem 2rem 5rem;
}
#footer .footer__warp::before {
  position: absolute;
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  margin: 2rem;
  left: 0%;
  top: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9e9e9e), to(#D1D1D1));
  background-image: linear-gradient(to top, #9e9e9e 0%, #D1D1D1 100%);
  opacity: 0.2;
}
#footer .footer__warp--box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer__warp--box h2 {
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(2.2rem, 2.127rem + 0.36vw, 2.4rem);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 6rem 0;
  font-family: "Roboto", sans-serif;
  display: block;
}
#footer .footer__warp--box h2 span {
  color: #0666b2;
}
#footer .footer__warp--box--contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#footer .footer__warp--box--contact--link {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#footer .footer__warp--box--contact--link--logo {
  width: 40%;
  display: flex;
  justify-content: center;
  margin: 0 0 4rem;
}
#footer .footer__warp--box--contact--link--logo &gt; a {
  display: inline-block;
}
#footer .footer__warp--box--contact--link--logo &gt; a img {
  width: 100%;
}
#footer .footer__warp--box--contact--link &gt; a {
  width: 70%;
  background-color: #0666b2;
  padding: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  margin: 0 0 1rem 0;
  transition: 0.5s;
}
#footer .footer__warp--box--contact--link &gt; a:hover {
  color: #0666b2;
  background-color: #ffffff;
  transition: 0.5s;
}
#footer .footer__warp--box--contact--link &gt; a:hover .tel_fill {
  fill: #0666b2;
  transition: 0.5s;
}
#footer .footer__warp--box--contact--link--tel {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
}
#footer .footer__warp--box--contact--link--tel svg {
  width: 20px;
  aspect-ratio: 1/1;
  fill: #ffffff;
  transition: 0.5s;
  vertical-align: unset;
}
#footer .footer__warp--box--contact--link--contactlink {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}
#footer .footer__warp--box--contact--address {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#footer .footer__warp--box--contact--address iframe {
  width: 80%;
  height: 300px;
}
#footer .footer__warp--box--contact--address--post {
  margin: 1rem 0 0 0;
}
#footer .footer__warp--box--nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 5rem 0 0 0;
}
#footer .footer__warp--box--nav ul {
  display: flex;
  justify-content: space-around;
}
#footer .footer__warp--box--nav ul li {
  padding: 0 2rem;
  border-right: solid 1px #0f1111;
}
#footer .footer__warp--box--nav ul li a p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#footer .footer__warp--box--nav ul li a span {
  display: none;
}
#footer .footer__warp--box--nav ul li:last-child {
  border-right: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  background-color: #0666b2;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
#footer .footer__sp {
  width: 100%;
  display: none;
  z-index: 9999999;
}
#footer .footer__sp ul {
  width: 100%;
  display: flex;
}
#footer .footer__sp ul li {
  width: calc((100% - 200px) / 2);
  background-color: #0666b2;
  border-right: solid 1px #ffffff;
}
#footer .footer__sp ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
}
#footer .footer__sp ul li a svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  vertical-align: middle;
}
#footer .footer__sp ul li a span {
  font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
}
#footer .footer__sp ul li:nth-child(3) {
  width: 200px;
}
#footer .footer__sp ul li:nth-child(3) a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
#footer .footer__sp ul li:nth-child(3) a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
#footer .footer__sp ul li:nth-child(3) a span {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  line-height: 0;
  margin: 0 0 0 0.5rem;
}

@media screen and (max-width: 1280px) {
  #footer {
    position: relative;
  }
  #footer .footer__warp {
    position: relative;
    padding: 10rem 2rem 5rem;
  }
  #footer .footer__warp--box--contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #footer .footer__warp--box--contact--link {
    width: 49%;
  }
  #footer .footer__warp--box--contact--address {
    width: 49%;
  }
  #footer .footer__warp--box--contact--address iframe {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    position: relative;
  }
  #footer .footer__warp--box--contact--link {
    width: 60%;
  }
  #footer .footer__warp--box--contact--address {
    width: 40%;
  }
  #footer .footer__warp--box--contact--address iframe {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
  }
  #footer .footer__warp--box--contact {
    flex-flow: column;
  }
  #footer .footer__warp--box--contact--link {
    width: 100%;
  }
  #footer .footer__warp--box--contact--address {
    width: 100%;
    padding: 2rem;
  }
  #footer .footer__warp--box--contact--address iframe {
    width: 100%;
  }
  #footer .footer__warp--box--nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
  }
  #footer .footer__warp--box--nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer__warp--box--nav ul::before {
    content: "menu";
    width: 90%;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: solid 2px #0666b2;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
    padding: 0 0 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #0666b2;
  }
  #footer .footer__warp--box--nav ul li {
    width: 50%;
    padding: 0 0rem;
    border-right: none;
    text-align: center;
  }
  #footer .footer__warp--box--nav ul li a p {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
  #footer .footer__warp--box--nav ul li a span {
    display: none;
  }
  #footer .footer__warp--box--nav ul li:nth-child(n+3) {
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    position: relative;
  }
  #footer .footer__warp {
    padding: 10rem 1rem 5rem;
  }
  #footer .footer__warp::before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
  }
  #footer .footer__warp--box h2 {
    margin: 0 0 3rem 0;
  }
  #footer .footer__warp--box--contact--link--logo {
    width: 40%;
    display: flex;
    justify-content: center;
    margin: 0 0 4rem;
  }
  #footer .footer__warp--box--contact--link--logo &gt; a {
    display: inline-block;
  }
  #footer .footer__warp--box--contact--link--logo &gt; a img {
    width: 100%;
  }
  #footer .footer__warp--box--contact--link &gt; a {
    width: 90%;
    background-color: #0666b2;
    padding: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    font-size: 5vw;
    text-align: center;
    border-radius: 50px;
    margin: 0 0 1rem 0;
    transition: 0.5s;
  }
  #footer .footer__warp--box--contact--link &gt; a:hover {
    color: #0666b2;
    background-color: #ffffff;
    transition: 0.5s;
  }
  #footer .footer__warp--box--contact--link &gt; a:hover .tel_fill {
    fill: #0666b2;
    transition: 0.5s;
  }
  #footer .footer__warp--box--contact--link--tel {
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
    line-height: 0;
  }
  #footer .footer__warp--box--contact--link--tel svg {
    width: 4vw;
    aspect-ratio: 1/1;
    fill: #ffffff;
    transition: 0.5s;
  }
  #footer .footer__warp--box--contact--link--contactlink {
    font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  }
  #footer .footer__warp--box--contact--address {
    padding: 2rem 0 0 0;
  }
  #footer .footer__warp--box--contact--address iframe {
    width: 100%;
    height: 200px;
  }
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    color: #ffffff;
    background-color: #0666b2;
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    margin: 0 0 73px 0;
  }
  #footer .footer__sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: -80px;
    left: 0;
    z-index: 999;
    transition: 1s;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>