@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,700;1,700&display=swap");
/** Reset CSS **/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
}
*::before, *::after {
  box-sizing: border-box;
}

section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
  display: block;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
  color: #2B2B2B;
  background: #FFFFFF;
}
body.ovh {
  overflow: hidden;
}
@media (width <= 640px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #2B2B2B;
  outline: none;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.hover {
  cursor: pointer;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

li {
  list-style-type: none;
}

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

.wrapper {
  margin: 0 auto;
  max-width: 1324px;
  clear: both;
}
@media screen and (max-width: 1323px) {
  .wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 32px;
  }
}
@media (width <= 1025px) {
  .wrapper {
    margin: 0 24px;
  }
}
@media (width <= 640px) {
  .wrapper {
    margin: 0 20px;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/* contents */
#contents {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

main {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  padding-top: 200px;
  min-height: calc(100vh - 200px);
}
@media (width <= 1025px) {
  main {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
@media (width <= 640px) {
  main {
    padding-top: 120px;
    min-height: calc(100vh - 240px);
  }
}

.title_main {
  position: relative;
  margin-bottom: 48px;
}
@media (width <= 1025px) {
  .title_main {
    margin-bottom: 40px;
  }
}
@media (width <= 640px) {
  .title_main {
    margin-bottom: 24px;
  }
}
.title_main h2, .title_main h1 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 2px;
  margin-bottom: 8px;
}
@media (width <= 1025px) {
  .title_main h2, .title_main h1 {
    font-size: 20px;
  }
}
@media (width <= 640px) {
  .title_main h2, .title_main h1 {
    font-size: 4vw;
    margin-bottom: 4px;
  }
}
.title_main .eng {
  font-family: "Rubik", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (width <= 1025px) {
  .title_main .eng {
    font-size: 44px;
  }
}
@media (width <= 640px) {
  .title_main .eng {
    font-size: 8.5vw;
  }
}
.title_main.horizontal {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.title_main.horizontal h2, .title_main.horizontal h1 {
  line-height: 1;
  margin-left: 16px;
  margin-bottom: 0;
  padding-top: 17px;
}
@media (width <= 640px) {
  .title_main.horizontal h2, .title_main.horizontal h1 {
    padding-top: 3.3%;
    margin-left: 8px;
  }
}
.title_main.horizontal .eng {
  line-height: 1;
}
.title_main.center {
  display: flex;
  flex-direction: column-reverse;
}
.title_main.center h2, .title_main.center h1 {
  line-height: 1;
  margin-bottom: 0;
  padding-top: 28px;
}
@media (width <= 640px) {
  .title_main.center h2, .title_main.center h1 {
    padding-top: 20px;
  }
}
.title_main.center .eng {
  line-height: 1;
}
.title_main.subpage {
  margin-bottom: 64px;
}
@media (width <= 1025px) {
  .title_main.subpage {
    margin-bottom: 56px;
  }
}
@media (width <= 640px) {
  .title_main.subpage {
    margin-bottom: 40px;
  }
}

.btn {
  margin-top: 40px;
}
@media (width <= 640px) {
  .btn {
    margin-top: 32px;
  }
}
.btn a {
  display: inline-block;
  width: 80%;
  max-width: 320px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #21A9DC;
  transition: 0.2s;
  border-radius: 8px;
}
.btn a:hover {
  opacity: 0.8;
}
@media (width <= 640px) {
  .btn a {
    padding: 12px 20px;
    font-size: 4vw;
  }
}

header {
  position: absolute;
  text-align: left;
  z-index: 10;
}
header h1, header .logo {
  width: 220px;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media (width <= 1025px) {
  header h1, header .logo {
    width: 184px;
    top: 24px;
    left: 24px;
  }
}
@media (width <= 640px) {
  header h1, header .logo {
    width: 148px;
    top: 20px;
    left: 20px;
  }
}

.menu_btn, .hamburger_btn {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 32px;
  top: 32px;
}
@media (width <= 1025px) {
  .menu_btn, .hamburger_btn {
    right: 24px;
    top: 24px;
  }
}
@media (width <= 640px) {
  .menu_btn, .hamburger_btn {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}

.menu_btn {
  opacity: 0;
  z-index: 100;
  display: block;
}
.menu_btn:checked ~ .hamburger_btn::before {
  content: "";
  border-radius: 100px;
  left: -5px;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn::before {
    left: -3px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 0px);
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
  transform: rotate(0deg) scale(0.2, 0.2);
  opacity: 0;
}
@media (width <= 640px) {
  .menu_btn:checked ~ .hamburger_btn span:nth-last-child(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.menu_btn:checked ~ .hamburger_btn span:nth-last-child(3) {
  transform: rotate(45deg) translate(0px, -1px);
}
.menu_btn:checked ~ #nav_container {
  transform: translateX(0%);
}

.hamburger_btn {
  flex-flow: row wrap;
  align-items: center;
  padding: 12px;
  z-index: 95;
  display: flex;
}
.hamburger_btn::before {
  content: "";
  background: #21A9DC;
  transition: all 0.2s;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (width <= 640px) {
  .hamburger_btn::before {
    width: 40px;
    height: 40px;
  }
}
.hamburger_btn span {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}
@media (width <= 640px) {
  .hamburger_btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

#nav_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  min-height: inherit;
  z-index: 90;
  background-color: rgba(251, 254, 255, 0.95);
  transform: translateX(-100%);
  transition: all 200ms ease-out;
  text-align: center;
  overflow-y: auto;
  padding-top: 40px;
}
#nav_container::-webkit-scrollbar {
  display: none;
}
#nav_container .wrap {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#nav_container #menu {
  padding-bottom: 40px;
}
#nav_container #menu .title {
  font-family: "Rubik", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #21A9DC;
  position: relative;
  margin-bottom: 8px;
}
#nav_container #menu .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #21A9DC;
}
@media (width <= 640px) {
  #nav_container #menu .title {
    font-size: 24px;
  }
}
#nav_container #menu .menu {
  position: relative;
}
#nav_container #menu .menu ul {
  display: inline-block;
  text-align: left;
  position: relative;
}
#nav_container #menu .menu li {
  margin-top: 24px;
  line-height: 1.2;
}
@media (width <= 640px) {
  #nav_container #menu .menu li {
    margin-top: 20px;
  }
}
#nav_container #menu .menu a {
  font-size: 18px;
  font-weight: bold;
  font-optical-sizing: auto;
  color: #2B2B2B;
  position: relative;
}
#nav_container #menu .menu a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #2B2B2B;
  width: 0%;
  height: 1px;
  transition: 0.2s ease-in-out;
}
#nav_container #menu .menu a:hover::before {
  content: "";
  width: 100%;
}
@media (width <= 1025px) {
  #nav_container #menu .menu a {
    font-size: 16px;
  }
}
@media (width <= 640px) {
  #nav_container #menu .menu a {
    font-size: 4vw;
    font-weight: bold;
  }
}
#nav_container #menu .information {
  position: relative;
  margin-top: 40px;
}
@media (width <= 640px) {
  #nav_container #menu .information {
    margin-top: 32px;
  }
}
#nav_container #menu .information .txt {
  color: #2B2B2B;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  width: auto;
}
#nav_container #menu .information .txt p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
#nav_container #menu .information .txt p a {
  color: #2B2B2B;
}
#nav_container #menu .information .txt p.address {
  margin-top: 8px;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.7;
}
@media (width <= 640px) {
  #nav_container #menu .information .txt {
    margin-top: 16px;
  }
  #nav_container #menu .information .txt p {
    font-size: 5vw;
    color: #2B2B2B;
    margin-top: 0px;
  }
  #nav_container #menu .information .txt p a {
    color: #2B2B2B;
  }
  #nav_container #menu .information .txt p.address {
    margin-top: 6px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.6;
  }
}
#nav_container #menu .information ul.sns {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
  max-width: 240px;
}
@media (width <= 640px) {
  #nav_container #menu .information ul.sns {
    margin-top: 24px;
    max-width: 200px;
  }
}
#nav_container #menu .information li {
  line-height: 1.2;
  transition: 0.2s ease-in-out;
}
#nav_container #menu .information li:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#nav_container #menu .information li img {
  width: 32px;
  height: 32px;
  filter: invert(48%) sepia(99%) saturate(363%) hue-rotate(150deg) brightness(98%) contrast(100%);
}

footer {
  background-color: #21A9DC;
  position: relative;
  z-index: 5;
  margin-top: 120px;
}
@media (width <= 640px) {
  footer {
    margin-top: 72px;
  }
}
footer .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (width <= 640px) {
  footer .wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .txt {
  display: flex;
  align-items: center;
}
@media (width <= 640px) {
  footer .txt {
    flex-direction: column-reverse;
  }
}
footer .privacy {
  margin-right: 32px;
  margin-top: 2px;
}
@media (width <= 640px) {
  footer .privacy {
    font-size: 14px;
    margin-right: 0;
    margin-top: 24px;
  }
}
footer .privacy a {
  color: #FFFFFF;
  position: relative;
}
footer .privacy a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #FFFFFF;
  width: 0%;
  height: 1px;
  transition: 0.2s ease-in-out;
}
@media (width <= 640px) {
  footer .privacy a::before {
    width: 100%;
  }
}
footer .privacy a:hover::before {
  content: "";
  width: 100%;
}
footer .sns {
  display: flex;
  justify-content: center;
}
footer .sns figure {
  margin-right: 16px;
  line-height: 1.2;
  transition: 0.2s ease-in-out;
}
footer .sns figure:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
footer .sns figure img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(26%) hue-rotate(5deg) brightness(106%) contrast(105%);
}
footer .copyright {
  color: #FFFFFF;
}
@media (width <= 640px) {
  footer .copyright {
    font-size: 13px;
    line-height: 1;
    margin-top: 32px;
  }
}

#content {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#content .text {
  font-size: 16px;
  text-align: left;
}
@media (width <= 640px) {
  #content .text {
    font-size: 14px;
  }
}
#content dl {
  margin-top: 48px;
  text-align: justify;
}
@media (width <= 640px) {
  #content dl {
    margin-top: 40px;
  }
}
#content dt {
  font-size: 24px;
  font-weight: bold;
  color: #21A9DC;
}
@media (width <= 640px) {
  #content dt {
    font-size: 20px;
  }
}
#content dd {
  margin-top: 28px;
}
@media (width <= 640px) {
  #content dd {
    font-size: 14px;
    margin-top: 16px;
  }
}
#content dd p {
  margin-top: 16px;
}
#content dd ul.list li {
  margin-top: 8px;
  display: flex;
}
#content dd ul.list li::before {
  content: "●";
  margin-right: 8px;
}/*# sourceMappingURL=privacy.css.map */

.left{
  text-align-last: left;
}
.h2 {
  font-size: 20px;
  font-weight: bold;
  color: #21A9DC;
  margin:1rem 0 .5rem;
}
.blue{
  color: #21A9DC;
}
.info{
  float: right;
}
.info p{
  text-align: right;
}
.mb-4{
  margin-bottom: 1rem;
}
.text-center{
  text-align: center;
}
.dark-gray{
  color: #333333;
}