@charset "UTF-8";
@font-face {
  font-family: "Noto Sans CJK JP Regular";
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP Bold";
  src: url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
	font-size: 16px;
	line-height: 1.6em;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  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: inherit;
}

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, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

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

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000000;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #000000;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}

input[type=submit] {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}

button {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}

::-moz-selection {
  background: #266cad;
  color: #ffffff;
}

::selection {
  background: #266cad;
  color: #ffffff;
}

::-moz-selection {
  background: #266cad;
  color: #ffffff;
}

:focus {
  outline: none;
}

::-moz-placeholder {
  color: #c1c1c1;
  font-size: clamp(1.1rem, 1vw + 0.25rem, 1.4rem);
  line-height: clamp(1.3rem, 1vw + 0.5rem, 1.6rem);
}

::placeholder {
  color: #c1c1c1;
  font-size: clamp(1.1rem, 1vw + 0.25rem, 1.4rem);
  line-height: clamp(1.3rem, 1vw + 0.5rem, 1.6rem);
}

:-ms-input-placeholder {
  color: #c1c1c1;
  font-size: clamp(1.1rem, 1vw + 0.25rem, 1.4rem);
  line-height: clamp(1.3rem, 1vw + 0.5rem, 1.6rem);
}

.hide {
  display: none !important;
}

.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.spTab {
  display: block !important;
}
@media (min-width: 1200px) {
  .spTab {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (min-width: 768px) {
  .tab {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .tab {
    display: none !important;
  }
}

.tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .tabPc {
    display: block !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 1200px) {
  .pc {
    display: block !important;
  }
}

.spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .spPc {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .spPc {
    display: block !important;
  }
}

.button {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.button > * {
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
  display: block;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media (hover: hover) {
  .button > *:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}
.button > *::before, .button > *::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  pointer-events: none;
}
.button > * > * {
  position: relative;
}
.button > * > *::before, .button > * > *::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  pointer-events: none;
}
.button > * > *::before {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
}
.button > * > * > * {
  vertical-align: top;
}
