@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
} /* =========================================================
base - 基本設定
========================================================= */
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  color: #394656;
  font-family: "YakuHanJP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  overflow-x: hidden !important;
  position: relative;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
}

p {
  color: #000000;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .sp-show {
    display: none;
  }
}

.l-main {
  position: relative;
}

/* =========================================================
drawer
========================================================= */
/* =========================================================
header
========================================================= */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.p-header-logo {
  margin: auto;
  padding: 4.5% 0;
  min-width: 150px;
  max-width: 200px;
  width: 40%;
}
@media screen and (min-width: 992px) {
  .p-header-logo {
    margin: 0 3%;
    padding: 0;
    width: auto;
  }
}
.p-header-logo img {
  width: 100%;
}
.p-header-cta {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-grow: 1;
    max-width: 680px;
  }
}
.p-header-cta .tel a {
  background: #019CA0;
  background: linear-gradient(90deg, rgb(1, 156, 160) 0%, rgb(67, 175, 139) 50%, rgb(129, 195, 121) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.p-header-cta .tel a img {
  width: 100%;
}
.p-header-cta .mail a {
  background: #008CC9;
  background: linear-gradient(90deg, rgb(0, 140, 201) 0%, rgb(61, 167, 219) 50%, rgb(126, 195, 236) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.p-header-cta .mail a:hover {
  background: linear-gradient(90deg, rgb(0, 140, 201) 0%, rgb(0, 140, 201) 50%, rgb(0, 140, 201) 100%);
}
.p-header-cta .mail a:focus-visible {
  outline: none;
}
.p-header-cta .mail a::after {
  content: "";
  position: absolute;
  inset: -40% -120%;
  transform: translateX(-120%) rotate(20deg);
  background: linear-gradient(115deg, transparent 0%, transparent 46%, rgba(255, 255, 255, 0.9) 50%, transparent 54%, transparent 100%);
  mix-blend-mode: screen;
  pointer-events: none;
  -webkit-animation: glint-move 8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
          animation: glint-move 8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
.p-header-cta .mail a img {
  width: 100%;
}
.p-header-fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -150px;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .p-header-fixed {
    background-color: #fff;
    top: -110px;
  }
}
.p-header.is-fixed .p-header-fixed {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-header.is-fixed .p-header-fixed {
    top: 0;
    bottom: auto;
  }
}
.p-header.is-fixed .p-header-fixed .p-header-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header.is-fixed .p-header-fixed .p-header-logo {
    display: block;
  }
}
.p-header.is-fixed .p-header-fixed .p-header-cta {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-header.is-fixed .p-header-fixed .p-header-cta {
    width: auto;
  }
}
.p-header.is-fixed .p-header-fixed .p-header-cta .tel,
.p-header.is-fixed .p-header-fixed .p-header-cta .mail {
  width: 50%;
}
.p-header.is-fixed .p-header-fixed .p-header-cta .tel a,
.p-header.is-fixed .p-header-fixed .p-header-cta .mail a {
  padding: 16px 12px 18;
}

@-webkit-keyframes glint-move {
  0% {
    transform: translateX(-120%) rotate(20deg);
  }
  40% {
    transform: translateX(120%) rotate(20deg);
  }
  100% {
    transform: translateX(120%) rotate(20deg);
  }
}

@keyframes glint-move {
  0% {
    transform: translateX(-120%) rotate(20deg);
  }
  40% {
    transform: translateX(120%) rotate(20deg);
  }
  100% {
    transform: translateX(120%) rotate(20deg);
  }
}
/* =========================================================
footer
========================================================= */
.p-footer_info {
  background-color: #056fb9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(16px, 2.6vw, 26px);
  padding: 5% 0;
}
@media screen and (min-width: 992px) {
  .p-footer_info {
    flex-direction: row;
    font-size: 26px;
    padding: 2% 0;
  }
}
.p-footer_info .icon {
  color: #fff;
  overflow: hidden;
  padding: 1px;
  position: relative;
  margin: 0 0 -2rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-footer_info .icon {
    border: none;
    margin: 0 1% 0 0;
  }
}
.p-footer_info .icon::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 62px;
  width: 140px;
  position: absolute;
  left: 0;
  top: 23px;
}
@media screen and (min-width: 992px) {
  .p-footer_info .icon::before {
    top: 0;
  }
}
.p-footer_info .icon span {
  background-color: #056fb9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-footer_info .icon span {
    height: 60px;
  }
}
.p-footer_info .profile {
  border: 1px solid #fff;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer_info .profile {
    border: none;
    padding: 0;
    text-align: left;
  }
}
.p-footer_logo {
  padding: 4.5% 0;
}
@media screen and (min-width: 992px) {
  .p-footer_logo {
    padding: 1.5% 0;
  }
}
.p-footer_logo .text {
  color: #0072bb;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer_logo .text {
    font-size: 28px;
  }
}
.p-footer_logo .image {
  margin: 3% auto 0;
  max-width: 120px;
}
@media screen and (min-width: 992px) {
  .p-footer_logo .image {
    margin: 1% auto 0;
    max-width: 240px;
  }
}
.p-footer_link {
  background-color: #000;
  padding: 0 0 17.1370967742vw;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer_link {
    padding: 0;
  }
}
.p-footer_link a {
  color: #fff;
  display: block;
  font-size: clamp(14px, 2.6vw, 26px);
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .p-footer_link a {
    font-size: 26px;
  }
}
.p-footer_link a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style-common.css.map */