<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=Noto+Serif+JP:wght@400;700&amp;display=swap");
/* --------------------------------------
Googleãƒ•ã‚©ãƒ³ãƒˆï¼ˆã‚´ã‚·ãƒƒã‚¯ä½“ï¼‰
-------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap');

@charset "UTF-8";
/* --------------------------------------
ãƒªã‚»ãƒƒãƒˆCSS
-------------------------------------- */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  -moz-tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  line-height: 1.5; /* 2 */
  word-break: break-word; /* 6 */
  cursor: default; /* 1 */
  tab-size: 4; /* 3 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 2 */
  overflow: visible; /* 3 */
  color: inherit; /* 1 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  padding: 0;
  list-style: none;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "\200B";
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  -ms-overflow-style: scrollbar; /* 3 */
  overflow: auto; /* 3 */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 1 */
  text-indent: 0; /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; /* 2 */
  border: 1px solid #a0a0a0; /* 1 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/* --------------------------------------
ãƒ•ã‚©ãƒ³ãƒˆï¼ˆæ˜Žæœä½“ï¼‰
-------------------------------------- */
@font-face {
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regulr"); /* MediumãŒãªã„å&nbsp;´åˆ */
  font-family: "MyYuGothicM";
  font-weight: normal;
}
@font-face {
  src: local("YuGothic-Bold");
  font-family: "MyYuGothicB";
  font-weight: bold;
}
@font-face {
  src: local("YuMincho-Regular"), local("Yu Mincho Regular"), local("YuMincho-Regulr"); /* MediumãŒãªã„å&nbsp;´åˆ */
  font-family: "MyYuMinchoM";
  font-weight: normal;
}
@font-face {
  src: local("YuMincho-Demibold");
  font-family: "MyYuMinchoB";
  font-weight: bold;
}

/* --------------------------------------
CSS ã‚«ã‚¹ã‚¿ãƒ&nbsp;ãƒ—ãƒ­ãƒ‘ãƒ†ã‚£
-------------------------------------- */
:root {
  --mincho: "Times New Roman", Noto Serif JP, MyYuMinchoM, YuMincho, "Hiragino Mincho ProN", serif;
  --gothic: 'Noto Sans JP', sans-serif;
  

  --primary: #0082bc;
  --secondary: #e6f3f9;
  --light-blue: #f4fafc;
  --text-color: #333;
}
/* --------------------------------------
CSS
-------------------------------------- */
body {
  position: relative;
  transform: none !important;
  color: var(--text-color);
  font-family: var(--mincho);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  counter-reset: number 0;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
address {
  font-style: normal;
}
a {
  outline: none;
  color: #0082bc;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #00577e;
}
em {
  border-bottom: 1px solid #202020;
  font-style: normal;
}
b {
  color: #0082bc;
  font-weight: 700;
}
b span {
  font-size: larger;
}
strong {
  color: #e00000;
  font-style: normal;
  font-weight: 700;
}
.bold {
  font-weight: bold;
}
.text a {
  text-decoration: underline;
}
.img-wrap {
  text-align: center;
}
.img-wrap--item-online {
  gap: 10px;
  display: flex;
  justify-content: center;
  max-width: 730px;
  margin: 0 auto 30px;
}
.img-wrap--item-online img {
  max-width: 200px;
  margin: 0;
}
.img {
  max-width: 100%;
  height: auto;
}
.img--align-center {
  display: block;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .img--float-right {
    max-width: 50%;
    margin-bottom: 1em;
    margin-left: 2em;
    float: right;
  }
}
@media (min-width: 768px) {
  .img--float-left {
    max-width: 50%;
    margin-right: 2em;
    margin-bottom: 1em;
    float: left;
  }
}
@media (min-width: 1200px) {
  .img--float-right, .img--float-left {
    width: 38.2%;
  }
}
input {
  appearance: none;
  border-radius: 0;
}
/* --- Heading --- */
.level2-heading {
  max-width: 1080px;
  margin-top: calc(60px + calc(1em * (1 - 1.5) / 2));
  margin-bottom: calc(30px + calc(1em * (1 - 1.5) / 2));
  margin-right: 2%;
  margin-left: 2%;
  background-color: var(--secondary);
  border-bottom: 1px solid var(--primary);
  font-size: clamp(18px, 3vw, 36px);
  text-align: center;
}
.level2-heading span {
  display: inline-block;
}
@media (min-width: 768px) {
  .level2-heading {
    margin-top: calc(80px + calc(1em * (1 - 1.5) / 2));
    margin-bottom: calc(40px + calc(1em * (1 - 1.5) / 2));
    letter-spacing: 0.15em;
  }
}
@media (min-width: 992px) {
  .level2-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(60px + calc(1em * (1 - 1.5) / 2));
  }
}
@media (min-width: 1200px) {
  .level2-heading {
    margin-top: calc(100px + calc(1em * (1 - 1.5) / 2));
  }
}
.level2-heading--inside-section-color {
  margin-top: calc(1em * (1 - 1.5) / 2);
}
.level2-heading--font-color-blue {
  color: #0082bc;
}
.level3-heading {
  max-width: 1080px;
  margin-top: calc(30px + calc(1em * (1 - 1.5) / 2));
  margin-bottom: calc(30px + calc(1em * (1 - 1.5) / 2));
  font-size: clamp(16px, 2vw, 24px);
  text-align: center;
}
@media (min-width: 768px) {
  .level3-heading {
    margin-top: calc(40px + calc(1em * (1 - 1.5) / 2));
    margin-right: auto;
    margin-bottom: calc(40px + calc(1em * (1 - 1.5) / 2));
    margin-left: auto;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 992px) {
  .level3-heading {
    margin-bottom: calc(60px + calc(1em * (1 - 1.5) / 2));
  }
}
@media (min-width: 1200px) {
  .level3-heading {
    margin-top: calc(50px + calc(1em * (1 - 1.5) / 2));
  }
}
.level3-heading i {
  margin-right: 5px;
}
.level3-heading--align-left {
  text-align: left;
}
.level4-heading {
  margin-top: 2em;
}
.level4-heading--color-brown {
  color: #97857f;
}
.level4-heading--align-center {
  text-align: center;
}
/* --- Layout --- */
.section {
  margin-bottom: 60px;
}
.section &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 100px;
  }
}
.section-anchor {
  padding-top: 75px;
  margin-top: -75px;
}

.section--image {
  padding: 60px 0;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section--image {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .section--image {
    padding: 100px 0;
  }
}
.section--image--menu {
  background-image: url(../images/bg_menu.jpg);
}
.section--color {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .section--color {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .section--color {
    padding: 100px 0;
  }
}
.section--color-blue {
  background-color: #e6f3f9;
}
.sub-section {
  margin-bottom: 40px;
}
.sub-section &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sub-section {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .sub-section {
    margin-bottom: 80px;
  }
}
/* --- Link --- */
.link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: opacity 0.5s;
}
.link::after {
  width: 50px;
  height: 6px;
  margin-bottom: 5px;
  margin-left: 5px;
  transform: skew(45deg);
  border-right: solid 1px #0082bc;
  border-bottom: solid 1px #0082bc;
  content: "";
  transition: margin 0.5s;
}
.link:focus {
  opacity: 0.8;
}
.link:focus::after {
  margin-left: 45px;
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    opacity: 0.8;
  }
  .link:hover::after {
    margin-left: 45px;
  }
}
@media (min-width: 992px) {
  .link {
    margin: 1.5em 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.link--narrow {
  margin: 0;
}
.link--icon-none::after {
  content: none;
}
.link--icon-external::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f360";
}
.link--icon-movie::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f008";
}
.link--icon-external::after {
  content: none;
}
.link--font-size-large {
  font-size: 18px;
  font-size: 1.125rem;
}
.link--align-left {
  justify-content: flex-start;
}
.link--after-none::after {
  display: none;
}
@media (min-width: 768px) {
  .link--font-size-large {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .link--font-size-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* --- Copyright --- */
.copyright {
  text-align: center;
}
/* --- Google Maps --- */
.google-map {
  position: relative;
  height: 0;
  margin-top: -40px;
  margin-bottom: 60px;
  padding-bottom: 31.5789473684%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .google-map {
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .google-map {
    margin-top: -80px;
  }
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --- Google --- */
.google-search {
  text-align: center;
}
@media (min-width: 1200px) {
  .google-search {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }
}
.google-search--align-left {
  text-align: left;
}
#cse-search-box {
  display: inline-block;
  border: 1px #ccc solid;
  background-color: #fff;
}
#cse-search-box input,
#cse-search-box button {
  vertical-align: middle;
}
#cse-search-box input[type=text] {
  width: 150px;
  height: 18px;
  border: none;
}
#cse-search-box button {
  border: none;
  background-color: transparent;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block;
  padding: 5px 10px;
  background-color: #eee;
}
/* --- YouTube --- */
.youtube {
  position: relative;
}
.youtube::before {
  padding-top: calc((315 / 560) * 100%);
  float: left;
  content: "";
}
.youtube::after {
  display: block;
  clear: both;
  content: "";
}
.youtube &gt; :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --- Header --- */
.header {
  z-index: 999;
  position: relative;
  background-color: #0082bc;
}
.header__title {
  max-width: 1080px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.header__content {
  -ms-grid-columns: 68px 1fr 50px;
  gap: 5px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 68px 1fr 50px;
  justify-content: space-between;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  box-shadow: 1px 1px 10px -1px #e6f3f9;
}
@media (min-width: 768px) {
  .header__content {
    -ms-grid-columns: 100px 1fr 50px;
    -ms-grid-rows: 45px auto;
    grid-template-columns: 100px 1fr 50px;
    grid-template-rows: 45px auto;
  }
}
@media (min-width: 992px) {
  .header__content {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .header__content {
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
  }
}
.header__google-area {
  display: none;
}
@media (min-width: 768px) {
  .header__google-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    display: flex;
    grid-column: 2/3;
    grid-row: 1/2;
    height: 25px;
    justify-content: flex-end;
    text-align: right;
  }
  .header__translate-area {
    margin-right: 20px;
  }
}
.header__logo-area {
  -ms-grid-row-align: center;
  z-index: 998;
      align-self: center;
}
@media (min-width: 768px) {
  .header__logo-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.header__logo {
  width: 48px;
}
@media (min-width: 360px) {
  .header__logo {
    width: 68px;
  }
}
@media (min-width: 576px) {
  .header__logo {
    width: 78px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 130px;
  }
}
.header__meta-area {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .header__meta-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  .header__button-area {
    gap: 10px;
    display: flex;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .header__button-tel-area {
    margin-top: -15px;
  }
}
@media (min-width: 768px) {
  .header__button-contact {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c0d8e4;
    border-radius: 2px;
    line-height: 1;
  }
  .header__button-contact i {
    margin-right: 3px;
  }
}
@media (min-width: 1200px) {
  .header__button-contact {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header__tel-area &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header__tel-area {
    gap: 24px;
    display: flex;
  }
}
.header__tel-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .header__tel-item {
    display: block;
  }
}
@media (min-width: 768px) {
  .header__tel-item:nth-of-type(2) .header__tel-title {
    margin-bottom: 5px;
  }
}
.header__tel-title {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  color: #0082bc;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  text-align: right;
}
.header__tel-title img {
  margin-right: 2px;
  vertical-align: top;
}
.header__tel-title i {
  margin-left: 3px;
}
@media (min-width: 768px) {
  .header__tel-title {
    margin-right: 0;
    margin-bottom: 3px;
    text-align: center;
  }
  .header__tel-title i {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__tel-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.header__tel {
  padding: 5px;
  background-color: #0082bc;
  color: #fff;
  /* font-size: 16px;
  font-size: 1rem; */
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .header__tel {
    padding: 5px 5px 5px 7px;
  }
}
@media (min-width: 768px) {
  .header__tel {
    display: inline-block;
    position: relative;
    height: 28px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .header__tel::before {
    position: absolute;
    top: 50%;
    left: -14px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 14px solid transparent;
    border-right: 14px solid #0082bc;
    border-bottom: 14px solid transparent;
    content: "";
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__tel::before {
    left: -15px;
    border-top-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 15px;
  }
}
@media (min-width: 1200px) {
  .header__tel {
    height: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header__tel-notice {
  display: none;
}
@media (min-width: 768px) {
  .header__tel-notice {
    display: block;
    margin: 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.header__contact-area {
  display: none;
}
@media (min-width: 768px) {
  .header__contact-area {
    display: block;
  }
}
.header__hamburger-btn {
  -ms-grid-row-align: center;
  z-index: 999;
      align-self: center;
  width: 60px;
  padding: 3px 10px;
}
@media (min-width: 768px) {
  .header__hamburger-btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  .header__hamburger-btn {
    display: none;
    margin-top: -10px;
  }
}
.header__hamburger-line {
  position: relative;
  width: 40px;
  height: 34px;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.header__hamburger-line span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  transform: rotate(0deg);
  border-radius: 1px;
  background: #0082bc;
  opacity: 1;
  transition: transform 0.25s ease-in-out;
}
.header__hamburger-line span:nth-child(1) {
  top: 0px;
}
.header__hamburger-line span:nth-child(2) {
  top: 12px;
}
.header__hamburger-line span:nth-child(3) {
  top: 12px;
}
.header__hamburger-line span:nth-child(4) {
  top: 24px;
}
.header__hamburger-line span:nth-child(5) {
  bottom: 0;
  left: 0;
  height: 0;
  margin: 0;
  color: #141414;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-align: center;
}
.header__hamburger-line--show span:nth-child(1) {
  top: 18px;
  left: 50%;
  width: 0%;
}
.header__hamburger-line--show span:nth-child(2) {
  transform: rotate(45deg);
}
.header__hamburger-line--show span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__hamburger-line--show span:nth-child(4) {
  top: 18px;
  left: 50%;
  width: 0%;
}
/* --- Scroll Function --- */
.header__outer--is-fixed {
  z-index: 900;
  position: fixed;
  top: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  background-color: #fff;
  transition: width, margin, height, border, block, grid 0.5s;
}
.header__outer--is-fixed .header__google-area {
  display: none;
}
/*@media (min-width: 768px) {
  .header__outer--is-fixed .header__tel-title {
    display: none;
  }
}*/
.header__outer--is-fixed .header__logo {
  width: 80px;
}
.header__outer--is-fixed .header__button-tel-area {
  margin-top: 0;
}
.header__outer--is-fixed .header__tel {
  height: auto;
}
.header__outer--is-fixed .header__tel::before {
  left: -14px;
  border-top-width: 14px;
  border-right-width: 14px;
  border-bottom-width: 14px;
}
@media (min-width: 768px) {
  .header__outer--is-fixed .header__tel {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header__outer--is-fixed .header__button-contact {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .header__outer--is-fixed .header__contact-area {
    margin-top: 15px;
  }
}
.header__outer--is-fixed .header__meta-area,
.header__outer--is-fixed .header__logo-area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  align-items: center;
}
/* --- Google Translate --- */
/* Copyright 2021 Google Inc. All Rights Reserved. */
.goog-te-banner-frame {
  z-index: 10000001;
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 39px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #6b90da;
  box-shadow: 0 0 8px 1px #999999;
}
.goog-te-menu-frame {
  z-index: 10000002;
  position: fixed;
  _position: absolute;
  border: none;
  box-shadow: 0 3px 8px 2px #999999;
}
.goog-te-ftab-frame {
  z-index: 10000000;
  margin: 0;
  border: none;
}
.goog-te-gadget {
  color: #666;
  font-family: arial;
  font-size: 11px;
  white-space: nowrap;
}
.goog-te-gadget img {
  border: none;
  vertical-align: middle;
}
.goog-te-gadget-simple {
  zoom: 1;
  display: inline-block;
  *display: inline;
  padding-top: 1px;
  padding-bottom: 2px;
  border-top: 1px solid #9b9b9b;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #d5d5d5;
  background-color: #fff;
  font-size: 10pt;
  cursor: pointer;
}
.goog-te-gadget-icon {
  width: 19px;
  height: 19px;
  margin-right: 2px;
  margin-left: 2px;
  border: none;
  vertical-align: middle;
}
.goog-te-combo {
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: baseline;
  *vertical-align: middle;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.goog-te-banner .goog-logo-link,
.goog-close-link {
  display: block;
  margin: 0px 10px;
}
.goog-te-banner .goog-logo-link {
  padding-top: 2px;
  padding-left: 4px;
}
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,
.goog-te-balloon * {
  font-family: arial;
  font-size: 10pt;
}
.goog-te-banner {
  margin: 0;
  overflow: hidden;
  background-color: #e4effb;
}
.goog-te-banner img {
  border: none;
}
.goog-te-banner-content {
  color: #000;
}
.goog-te-banner-content img {
  vertical-align: middle;
}
.goog-te-banner-info {
  margin-top: 0px;
  color: #666;
  font-size: 7pt;
  vertical-align: top;
}
.goog-te-banner-margin {
  width: 8px;
}
.goog-te-button {
  border-width: 0 1px 1px 0;
  border-style: none solid solid none;
  border-color: #e7e7e7;
}
.goog-te-button div {
  height: 20px;
  border-right: 1px solid #999999;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc #999999 #999999 #cccccc;
}
.goog-te-button button {
  height: 20px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}
.goog-te-button button:active {
  background: none repeat scroll 0 0 #cccccc;
}
.goog-te-ftab {
  margin: 0px;
  background-color: #fff;
  white-space: nowrap;
}
.goog-te-ftab-link {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 6px 10px;
  border: 1px outset #888;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.goog-te-ftab-link img {
  width: 19px;
  height: 19px;
  margin-right: 2px;
  margin-left: 2px;
  border: none;
  vertical-align: middle;
}
.goog-te-ftab-link span {
  margin-right: 2px;
  margin-left: 2px;
  text-decoration: underline;
  vertical-align: middle;
}
.goog-float-top .goog-te-ftab-link {
  padding: 2px 2px;
  border-top-width: 0px;
}
.goog-float-bottom .goog-te-ftab-link {
  padding: 2px 2px;
  border-bottom-width: 0px;
}
.goog-te-menu-value {
  margin-right: 4px;
  margin-left: 4px;
  color: #0000cc;
  text-decoration: none;
  white-space: nowrap;
}
.goog-te-menu-value span {
  text-decoration: underline;
}
.goog-te-menu-value img {
  margin-right: 2px;
  margin-left: 2px;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #000;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  text-decoration: none;
}
.goog-te-menu {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 2px solid #c3d9ff;
  background-color: #ffffff;
  text-decoration: none;
}
.goog-te-menu-item {
  padding: 3px;
  text-decoration: none;
}
.goog-te-menu-item,
.goog-te-menu-item:link {
  background: #ffffff;
  color: #0000cc;
}
.goog-te-menu-item:visited {
  color: #551a8b;
}
.goog-te-menu-item:hover {
  background: #c3d9ff;
}
.goog-te-menu-item:active {
  color: #0000cc;
}
.goog-te-menu2 {
  padding: 4px;
  overflow: hidden;
  border: 1px solid #6b90da;
  background-color: #ffffff;
  text-decoration: none;
}
.goog-te-menu2-colpad {
  width: 16px;
}
.goog-te-menu2-separator {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #aaa;
}
.goog-te-menu2-item div,
.goog-te-menu2-item-selected div {
  padding: 4px;
}
.goog-te-menu2-item .indicator {
  display: none;
}
.goog-te-menu2-item-selected .indicator {
  display: auto;
}
.goog-te-menu2-item-selected .text {
  padding-right: 4px;
  padding-left: 4px;
}
.goog-te-menu2-item,
.goog-te-menu2-item-selected {
  text-decoration: none;
}
.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div {
  background: #ffffff;
  color: #0000cc;
}
.goog-te-menu2-item:hover div {
  background: #3366cc;
  color: #ffffff;
}
.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:active div {
  color: #000;
  font-weight: bold;
}
.goog-te-balloon {
  padding: 8px;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
}
.goog-te-balloon-frame {
  border: 1px solid #6b90da;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 3px 8px 2px #999999;
}
.goog-te-balloon img {
  border: none;
}
.goog-te-balloon-text {
  margin-top: 6px;
}
.goog-te-balloon-zippy {
  margin-top: 6px;
  white-space: nowrap;
}
.goog-te-balloon-zippy * {
  vertical-align: middle;
}
.goog-te-balloon-zippy .minus {
  background-image: url(//www.google.com/images/zippy_minus_sm.gif);
}
.goog-te-balloon-zippy .plus {
  background-image: url(//www.google.com/images/zippy_plus_sm.gif);
}
.goog-te-balloon-zippy span {
  margin: 0 4px;
  color: #00c;
  text-decoration: underline;
  cursor: pointer;
}
.goog-te-balloon-form {
  margin: 6px 0 0 0;
}
.goog-te-balloon-form form {
  margin: 0;
}
.goog-te-balloon-form form textarea {
  width: 100%;
  margin-bottom: 4px;
}
.goog-te-balloon-footer {
  margin: 6px 0 4px 0;
}
.goog-te-spinner-pos {
  z-index: 1000;
  position: fixed;
  top: -1000px;
  left: -1000px;
  transition-delay: 0.6s;
}
.goog-te-spinner-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  transform: scale(0.4);
  border-radius: 50px;
  background: #ccc;
  background: #fff url(//www.gstatic.com/images/branding/product/2x/translate_24dp.png) 50% 50% no-repeat;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.goog-te-spinner-animation-show {
  transform: scale(0.5);
  opacity: 1;
}
.goog-te-spinner {
  margin: 2px 0 0 2px;
  animation: goog-te-spinner-rotator 1.4s linear infinite;
}
@keyframes goog-te-spinner-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.goog-te-spinner-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #4285f4;
  transform-origin: center;
  animation: goog-te-spinner-dash 1.4s ease-in-out infinite;
}
@keyframes goog-te-spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
#goog-gt-tt html,
#goog-gt-tt body,
#goog-gt-tt div,
#goog-gt-tt span,
#goog-gt-tt iframe,
#goog-gt-tt h1,
#goog-gt-tt h2,
#goog-gt-tt h3,
#goog-gt-tt h4,
#goog-gt-tt h5,
#goog-gt-tt h6,
#goog-gt-tt p,
#goog-gt-tt a,
#goog-gt-tt img,
#goog-gt-tt ol,
#goog-gt-tt ul,
#goog-gt-tt li,
#goog-gt-tt table,
#goog-gt-tt form,
#goog-gt-tt tbody,
#goog-gt-tt tr,
#goog-gt-tt td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  line-height: normal;
  text-align: left;
  vertical-align: baseline;
}
#goog-gt-tt ol,
#goog-gt-tt ul {
  list-style: none;
}
#goog-gt-tt table {
  border-collapse: collapse;
  border-spacing: 0;
}
#goog-gt-tt caption,
#goog-gt-tt th,
#goog-gt-tt td {
  font-weight: normal;
  text-align: left;
}
#goog-gt-tt input::-moz-focus-inner {
  border: 0;
}
div#goog-gt-tt {
  padding: 10px 14px;
}
#goog-gt-tt {
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10000;
  position: absolute;
  width: 420px;
  padding: 12px;
  border: 1px solid #eee;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  color: #222;
  font-family: arial;
  font-size: 10pt;
}
#goog-gt-tt .original-text,
.gt-hl-layer {
  position: relative;
  width: 100%;
  clear: both;
  font-size: 10pt;
  text-align: justify;
}
#goog-gt-tt .title {
  margin: 4px 0;
  color: #999;
  font-family: arial, sans-serif;
  text-align: left;
}
#goog-gt-tt .close-button {
  display: none;
}
#goog-gt-tt .logo {
  margin: 0px;
  float: left;
}
#goog-gt-tt .activity-links {
  display: inline-block;
}
#goog-gt-tt .started-activity-container {
  display: none;
  width: 100%;
}
#goog-gt-tt .activity-root {
  margin-top: 20px;
}
#goog-gt-tt .left {
  float: left;
}
#goog-gt-tt .right {
  float: right;
}
#goog-gt-tt .bottom {
  position: relative;
  height: 1%;
  min-height: 15px;
}
#goog-gt-tt .status-message {
  margin-top: 12px;
  padding: 6px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #29910d 0%, #20af0e 100%);
  background: #29910d;
  box-shadow: inset 0px 2px 2px #1e6609;
  color: white;
  font-size: 9pt;
  font-weight: bolder;
  text-shadow: 1px 1px 1px #1e6609;
}
#goog-gt-tt .activity-link {
  margin-right: 15px;
  color: #1155cc;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}
#goog-gt-tt textarea {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 1px;
  overflow-y: auto;
  border: 1px solid #d9d9d9;
  border-top: 1px solid silver;
  border-radius: 1px;
  font-family: arial;
  font-size: 13px;
  resize: vertical;
}
#goog-gt-tt textarea:focus {
  border: 1px solid #4d90fe;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
#goog-gt-tt .activity-cancel {
  margin-right: 10px;
}
#goog-gt-tt .translate-form {
  min-height: 25px;
  padding-top: 8px;
  vertical-align: middle;
}
#goog-gt-tt .translate-form .activity-form {
  margin-bottom: 5px;
  margin-bottom: 0px;
}
#goog-gt-tt .translate-form .activity-form input {
  display: inline-block;
  min-width: 54px;
  min-width: 70px;
  height: 27px;
  margin: 0 16px 0 0;
  padding: 0 8px;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  outline: 0;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 11px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  transition: all 0.218s;
}
#goog-gt-tt .translate-form .activity-form input:hover {
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
  color: #222;
  transition: all 0s;
}
#goog-gt-tt .translate-form .activity-form input:active {
  border: 1px solid #c6c6c6;
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
  color: #333;
}
#goog-gt-tt .translate-form .activity-form input:focus #goog-gt-tt .translate-form .activity-form input.focus #goog-gt-tt .translate-form .activity-form input:active,
#goog-gt-tt .translate-form .activity-form input:focus:active,
#goog-gt-tt .translate-form .activity-form input:focus:active {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#goog-gt-tt .translate-form .activity-form input:focus,
#goog-gt-tt .translate-form .activity-form input.focus {
  z-index: 4 !important;
  border: 1px solid #4d90fe;
  outline: none;
}
#goog-gt-tt .translate-form .activity-form input.selected {
  border: 1px solid #ccc;
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #e0e0e0);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
#goog-gt-tt .translate-form .activity-form input.activity-submit {
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
  color: white;
}
#goog-gt-tt .translate-form .activity-form input.activity-submit:hover #goog-gt-tt .translate-form .activity-form input.activity-submit:focus,
#goog-gt-tt .translate-form .activity-form input.activity-submit.focus #goog-gt-tt .translate-form .activity-form input.activity-submit:active {
  border-color: #3079ed;
  background-color: #357ae8;
  background-image: linear-gradient(to bottom, #4d90fe, #357ae8);
}
#goog-gt-tt .translate-form .activity-form input.activity-submit:hover {
  box-shadow: inset 0 0 0 1px #fff, 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#goog-gt-tt .translate-form .activity-form input:focus,
#goog-gt-tt .translate-form .activity-form input.focus,
#goog-gt-tt .translate-form .activity-form input:active,
#goog-gt-tt .translate-form .activity-form input:hover,
#goog-gt-tt .translate-form .activity-form input.activity-submit:focus,
#goog-gt-tt .translate-form .activity-form input.activity-submit.focus,
#goog-gt-tt .translate-form .activity-form input.activity-submit:active,
#goog-gt-tt .translate-form .activity-form input.activity-submit:hover {
  border-color: #3079ed;
}
#goog-gt-tt .gray {
  color: #999;
  font-family: arial, sans-serif;
}
#goog-gt-tt .alt-helper-text {
  margin: 15px 0px 5px 0px;
  color: #999;
  font-family: arial, sans-serif;
  font-size: 11px;
}
#goog-gt-tt .alt-error-text {
  display: none;
  color: #800;
  font-size: 9pt;
}
.goog-text-highlight {
  box-sizing: border-box;
  position: relative;
  background-color: #c9d7f1;
  box-shadow: 2px 2px 4px #9999aa;
}
#goog-gt-tt .alt-menu.goog-menu {
  z-index: 2000;
  position: absolute;
  min-width: 0;
  padding: 0;
  border: 1px solid #dddddd;
  outline: none;
  background: #ffffff;
  box-shadow: 0px 2px 4px #99a;
}
#goog-gt-tt .alt-menu .goog-menuitem {
  margin-right: 0px;
  padding: 2px 5px 5px;
  border-style: none;
  cursor: pointer;
}
#goog-gt-tt .alt-menu div.goog-menuitem:hover {
  background: #ddd;
}
#goog-gt-tt .alt-menu .goog-menuitem h1 {
  margin: 4px 0px;
  font-size: 100%;
  font-weight: bold;
}
#goog-gt-tt .alt-menu .goog-menuitem strong {
  color: #345aad;
}
#goog-gt-tt .goog-submenu-arrow {
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
}
#goog-gt-tt .goog-menuitem-rtl .goog-submenu-arrow {
  position: absolute;
  right: auto;
  left: 0;
  text-align: left;
}
#goog-gt-tt .gt-hl-text,
#goog-gt-tt .trans-target-highlight {
  box-sizing: border-box;
  position: relative;
  margin: -2px -2px -2px -3px;
  padding: 2px 2px 2px 3px;
  border-radius: 4px;
  background-color: #f1ea00;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 4px;
  color: #f1ea00;
  cursor: pointer;
}
#goog-gt-tt .trans-target-highlight {
  color: #222;
}
#goog-gt-tt .gt-hl-layer {
  position: absolute !important;
  color: white;
}
#goog-gt-tt .trans-target,
#goog-gt-tt .trans-target .trans-target-highlight {
  box-sizing: border-box;
  position: relative;
  margin: -2px -2px -2px -3px;
  padding: 2px 2px 3px 3px;
  border-radius: 4px 4px 0px 0px;
  background-color: #c9d7f1;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 4px;
  cursor: pointer;
}
#goog-gt-tt span:focus {
  outline: none;
}
#goog-gt-tt .trans-edit {
  margin: -2px;
  padding: 1px;
  border: 1px solid #4d90fe;
  border-radius: 0em;
  background-color: transparent;
}
#goog-gt-tt .gt-trans-highlight-l {
  margin-left: -2px;
  border-left: 2px solid red;
}
#goog-gt-tt .gt-trans-highlight-r {
  margin-right: -2px;
  border-right: 2px solid red;
}
#goog-gt-tt #alt-input {
  padding: 2px;
}
#goog-gt-tt #alt-input-text {
  box-sizing: border-box;
  display: inline-block;
  height: 21px;
  margin: 0;
  padding: 2px 2px 3px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  background-color: #fff;
  color: #333;
  font-size: 11px;
  vertical-align: top;
}
#goog-gt-tt #alt-input-text:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}
#goog-gt-tt #alt-input-text:focus {
  border: 1px solid #4d90fe;
  outline: none;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#goog-gt-tt #alt-input-submit {
  height: 21px;
  margin: 0 0 0 2px;
  padding: 2px 6px 3px;
  font-size: 11px;
}
.global-nav {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: none;
  z-index: 889;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 75px 30px 40px;
  overflow-x: hidden;
  background-color: #fff;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .global-nav {
    background-color: #f4fafc;
  }
}
@media (min-width: 1200px) {
  .global-nav {
    display: block;
    position: static;
    top: auto;
    left: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }
}
.global-nav--show {
  display: block;
}
.global-nav__parent {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .global-nav__parent {
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .global-nav__parent {
    display: flex;
    position: static;
    justify-content: center;
    max-width: 1080px;
    padding-top: 0;
  }
}
.global-nav__parent-item {
  position: relative;
}
.global-nav__parent-item a {
  display: inline-block;
  padding: 15px 0;
  color: #202020;
  font-size: 16px;
  font-size: 1rem;
  transition: color 0.25s;
}
.global-nav__parent-item a:hover {
  color: #0082bc;
}
@media (min-width: 768px) {
  .global-nav__parent-item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .global-nav__parent-item a {
    padding-right: 1em;
    padding-left: 1em;
    color: #202020;
  }
}
@media (min-width: 1200px) {
  .global-nav__parent-item {
    position: relative;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .global-nav__parent-item:hover .global-nav__children {
    display: block;
    z-index: 99;
    height: auto;
    opacity: 1;
  }
}
.global-nav__trigger {
  display: flex;
  z-index: 996;
  position: absolute;
  top: 5px;
  right: -15px;
  align-items: center;
  width: 40px;
  height: 40px;
  border-color: #3ea6c6;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .global-nav__trigger {
    display: none;
  }
}
.global-nav__trigger::before {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 1px;
  height: 30px;
  border-left: 1px solid #3ea6c6;
  content: "";
}
.global-nav__trigger-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
  transform: translateY(0);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.global-nav__trigger-icon::before, .global-nav__trigger-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 14px;
  margin: auto;
  transform-origin: 50% 50%;
  background-color: #3ea6c6;
  content: "";
  transition: transform 0.25s ease-out;
}
.global-nav__trigger-icon::before {
  transform: rotate(90deg);
}
.global-nav__trigger-icon::after {
  transform: rotate(0deg);
}
.global-nav__children {
  height: 0;
  opacity: 0;
  transition: 0.25s;
  transition-property: height, opacity;
}
@media (min-width: 1200px) {
  .global-nav__children {
    display: none;
    position: absolute;
    top: 100%;
    left: 1em;
    width: 230px;
    border-top: 2px solid #3ea6c6;
  }
}
.global-nav__children-item a {
  width: 100%;
  padding-left: 1em;
  border-bottom: 1px solid #fff;
  background-color: #e6f3f9;
  color: #202020;
  font-size: 14px;
  font-size: 0.875rem;
  transition: color 0.25s;
}
.global-nav__children-item a:focus {
  color: #c0d8e4;
}
@media (hover: hover) and (pointer: fine) {
  .global-nav__children-item a:hover {
    color: #c0d8e4;
  }
}
@media (min-width: 1200px) {
  .global-nav__children-item {
    border-bottom: 1px solid #c0d8e4;
    background-color: #fff;
  }
}
.global-nav__children--show {
  display: block;
  height: 100%;
  opacity: 1;
}
.utility-nav {
  display: flex;
  z-index: 999;
  position: fixed;
  bottom: 0;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .utility-nav {
    display: block;
    top: 140px;
    right: -6px;
    bottom: auto;
    width: 60px;
  }
}
.utility-nav__item {
  align-items: center;
  width: 33.3333333333%;
  border: 1px solid #fff;
}
@media (min-width: 992px) {
  .utility-nav__item {
    -ms-writing-mode: tb-rl;
    display: inline-block;
    width: 100%;
    border-width: 3px;
        writing-mode: vertical-rl;
  }
}
.utility-nav__item a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: larger;
  text-align: center;
}
@media (min-width: 576px) {
  .utility-nav__item a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .utility-nav__item a {
    position: relative;
    padding: calc(1em + 25px) 15px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.utility-nav__item i {
  display: block;
  font-size: xx-large;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .utility-nav__item i {
    position: absolute;
    top: 20px;
    left: 52%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .utility-nav__item a {
    font-size: inherit;
  }
  .utility-nav__item i {
    display: block;
    font-size: inherit;
    margin: 0 0 10px;
  }
}
.utility-nav__item--item-about {
  background-color: darkorange;
}
.utility-nav__item--item-briefing {
  background-color: #3ea6c6;
}
.utility-nav__item--item-online {
  background-color: #41b1ba;
}
.utility-nav__item--item-online i.fa-chevron-down {
  display: none;
}
@media (min-width: 992px) {
  .utility-nav__item--item-online i.fa-chevron-down {
    display: inline;
  }
  .utility-nav__item--item-online i.fa-chevron-double-right {
    display: none;
  }
}
.hero__outer {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  /*background-image: url(../images/kv.jpg);
  background-position: center center;
  background-size: cover;*/
}
@media (min-width: 768px) {
  .hero__outer {
    height: 400px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hero__outer {
    height: 500px;
    margin-bottom: 60px;
  }
}

/*add 20230424*/
.bgslider{
	background-position: center center;
	background-size: cover;
}

.hero {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  /* align-content: center; */
  justify-content: center;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .hero {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .hero {
    align-content: flex-start;
    padding: 50px 0;
  }
}
.hero__title {
  margin: 0 2% 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__title {
    margin-right: 0;
    margin-left: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.hero__text-wrap {
  display: none;
  margin: 0 2% 20px;
}
@media (min-width: 768px) {
  .hero__text-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 30px;
  }
}
.hero__text {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.hero__banner {
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 20px;
  right: 13px;
  height: 170px;
  padding: 20px 5px;
  border: 3px solid #0082bc;
  background-color: #fff;
  color: #0082bc;
  font-size: 12px;
  font-size: 0.75rem;
      writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .hero__banner small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hero__banner:focus {
  background-color: #e6f3f9;
}
@media (hover: hover) and (pointer: fine) {
  .hero__banner:hover {
    background-color: #e6f3f9;
  }
}
@media (min-width: 768px) {
  .hero__banner::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "â†’";
  }
}
@media (min-width: 768px) {
  .hero__banner {
    -ms-writing-mode: lr-tb;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
    height: auto;
    margin-left: 30px;
    padding: 10px 20px;
    border: 2px solid #006eac;
    background-color: #fff;
    color: #006eac;
    font-size: 18px;
    font-weight: 700;
    transition: background 0.25s;
    writing-mode: horizontal-tb;
  }
}
.hero__circle-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.78);
  color: #0082bc;
  line-height: 1;
  text-align: center;
  transition: background 0.25s;
}
.hero__circle-banner:focus {
  background: #e6f3f9;
}
@media (hover: hover) and (pointer: fine) {
  .hero__circle-banner:hover {
    background: #e6f3f9;
  }
}
@media (min-width: 768px) {
  .hero__circle-banner {
    display: flex;
    position: absolute;
    top: auto;
    right: 30px;
    bottom: -30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background: #0083bc;
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hero__circle-banner {
    right: 70px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .hero__circle-banner {
    right: 30px;
  }
}
.hero__circle-banner-head {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero__circle-banner-head {
    margin-bottom: calc(3px + calc(1em * (1 - 1.5) / 2));
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3;
  }
}
.hero__circle-banner-catch {
  margin: 0 0 5px;
  margin-top: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hero__circle-banner-catch {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.hero__circle-banner-text {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.hero__circle-banner-link {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.hero__circle-banner-link::after {
  margin-left: 5px;
  font: var(--fa-font-solid);
  content: "\f0a9";
}

/* hero__outer-2304 */
.hero__outer-2304 {
  /* background: none; */
  background: linear-gradient(0deg, rgba(230,243,249,1) 0%, rgba(255,255,255,1) 100%, rgba(0,212,255,1) 100%);
}
.hero-2304 {
  /* background-image: url(/images/kv_202304.png);
  background-size: cover;
  align-content: space-between;
  justify-content: flex-start;
  z-index: 1; */
  justify-content: flex-start;
  z-index: 1 !important;
}
.hero-2304 * {
  z-index: 3;
}
.hero-2304::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero-2304 .hero__title {
   color: #0082bc; 
  text-align: left;
  /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.hero-2304 .hero__text {
   color: #006eac;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
.hero-2304 .hero__banner-wrap {
  z-index: 10;
}
.hero-2304 .hero__banner-btn {
  background-color: #fff;
  border: 3px solid #0082bc;
  color: #0082bc;
  font-size: 12px;
  font-size: 0.75rem;
  height: 160px;
  padding: 7px 8px;
  position: absolute;
  top: 20px;
  right: 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.hero-2304 .hero__banner-recruit {
  background-color: rgb(255, 239, 208);
  border-color: darkorange;
  color: rgb(255, 106, 0);
  top: 206px;
  height: 70px;
}
.hero-2304 .hero__banner-appoint {
  height: 108px;
}
.hero-2304 .hero__banner-wait {
  background-color: #e6f3f9;
  height: 70px;
  top: 132px;
}
.hero-2304 .hero__banner-freeze-egg {
  display: none;
}
.hero-2304 .hero__banner-btn:focus {
  background-color: #e6f3f9;
}
@media (hover: hover) and (pointer: fine) {
  .hero-2304 .hero__banner-btn:hover {
    background-color: #e6f3f9;
  }
}
@media (min-width: 768px) {
  .hero-2304 {
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .hero-2304 .hero__title {
     background-color: rgba(255, 255, 255, 0.58); 
    margin: 0 0 30px 0;
    padding: 10px 30px;
	text-shadow: none;
  }
}
@media (min-width: 768px) {
  .hero-2304 .hero__text-wrap {
    display: none;
  }
}

@media (min-width: 768px) {
  .hero-2304 .hero__banner-wrap {
    display: flex;
    flex-direction: column;
    width: 300px;
  }
  .hero-2304 .hero__banner-btn {
    -ms-writing-mode: lr-tb;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    width: 230px;
    height: auto;
    margin-left: 30px;
    padding: 20px;
    border: 2px solid #006eac;
    background-color: #e6f3f9;
    color: #006eac;
    font-size: 18px;
    font-weight: 700;
    transition: background 0.25s;
    writing-mode: horizontal-tb;
  }
  .hero-2304 .hero__banner-appoint.hero__banner-btn {
    background-color: #fff;
  }
}
  .hero-2304 .hero__banner-btn:hover {
    opacity: 0.7;
  }
  .hero-2304 .hero__banner-recruit:hover {
    background-color: #fff;
    opacity: 1;
  }
@media (min-width: 768px) {
  .hero-2304 .hero__banner-btn {
    background-color: #e6f3f9;
    margin-bottom: 10px;
  }
  .hero-2304 .hero__banner-btn:last-of-type {
    margin-bottom: 0;
  }
  .hero-2304 .hero__banner-recruit {
    background: rgb(255, 239, 208);
    border-color: darkorange;
    color: rgb(255, 106, 0);
  }
}
@media (min-width: 768px) {
  .hero-2304 .hero__banner-btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "â†’";
  }
}
@media (min-width: 1200px) {
  .hero-2304 .hero__title {
    margin: 0 0 15px 0;
  }
  .hero-2304 .hero__text-wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero-2304 .hero__circle-banner {
    bottom: -10px;
  }
}

/* =======ã€€â†“ 202507 â†“ã€€======= */
.hero__circle-banner-wrap {
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  padding-right: 50px;
  width: 100%;
}
/* å…±é€š */
.hero__circle-banner-wrap .hero__circle-banner {
  align-items: flex-start;
  background: none;
  padding-top: 20px;
}
.hero__circle-banner-wrap .hero__circle-banner-head {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
.hero__circle-banner-wrap .hero__circle-banner-text {
  margin-bottom: 10px;
}
/* æŽ¡åµä»¶æ•° */
.hero__circle-banner-sairan .hero__circle-banner-catch {
  font-size: 1.5rem;
  margin-bottom: 0;
}
/* å¦Šå¨&nbsp;çŽ‡ */
.hero__circle-banner-ninshin .hero__circle-banner-catch {
  margin-bottom: 10px;
}
.hero__circle-banner-ninshin .hero__circle-banner-link {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* å…±é€š */
  .hero__circle-banner-wrap .hero__circle-banner {
    width: 180px;
    height: 180px;
  }
  .hero__circle-banner-wrap .hero__circle-banner-head {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .hero__circle-banner-wrap .hero__circle-banner-catch {
    font-size: 2.125rem;
  }
  /* æŽ¡åµä»¶æ•° */
  .hero__circle-banner-wrap .hero__circle-banner-sairan {
    background: #14a0db;
    bottom: -20px;
    right: 175px;
    padding-top: 10px;
  }
  .hero__circle-banner-sairan .hero__circle-banner-catch {
    margin-bottom: 17px;
  }
  /* å¦Šå¨&nbsp;çŽ‡ */
  .hero__circle-banner-wrap .hero__circle-banner-ninshin {
    background: #0083bc;
    bottom: -20px;
    right: 0;
  }
  .hero__circle-banner-wrap .hero__circle-banner-ninshin:hover {
    background: #e6f3f9;
  }
  .hero__circle-banner-ninshin .hero__circle-banner-catch {
    margin-bottom: 15px;
  }
}
/* =======ã€€â†‘ 202507 â†‘ã€€======= */


.header__for-chinese {
  background-color: #fff;
  border: 1px solid #0082bc;
  display: block;
  font-size: 0.625rem;
  letter-spacing: -0.08em;
  line-height: 1;
  padding: 2px 3px 2px 2px;
  position: absolute;
  right: 200px;
  top: -52px;
}
@media (min-width: 768px) {
  .header__for-chinese {
    right: 450px;
    top: -92px;
  }
}
@media (min-width: 1200px) {
  .header__for-chinese {
    font-size: 0.75rem;
    right: 383px;
    top: -150px;
  }
}

.topics {
  display: none;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto 30px;
  padding: 0;
}
.topics .slick-prev {
  z-index: 10;
}
@media (min-width: 992px) {
  .topics .slick-prev {
    left: -40px;
    width: 30px;
    height: 30px;
  }
}
.topics .slick-prev::before {
  color: #0082bc;
}
@media (min-width: 992px) {
  .topics .slick-prev::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.topics .slick-next {
  z-index: 10;
}
@media (min-width: 992px) {
  .topics .slick-next {
    right: -40px;
    width: 30px;
    height: 30px;
  }
}
.topics .slick-next::before {
  color: #0082bc;
}
@media (min-width: 992px) {
  .topics .slick-next::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .topics {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .topics {
    width: 100%;
    margin-bottom: 60px;
  }
}
.topics--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.topics__item {
  display: none;
  display: block;
  margin: 5px;
  border: 2px solid #0082bc;
}
@media (min-width: 1200px) {
  .topics__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.topics__item-inner {
  list-style: none;
}
.topics__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.topics__title {
  position: relative;
  height: 42px;
  margin: 0;
  padding: 7px 0;
  background-color: #0082bc;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
.topics__title::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: "";
}
@media (min-width: 1200px) {
  .topics__title::after {
    border-bottom-width: 14px;
    border-left-width: 14px;
  }
}
@media (min-width: 768px) {
  .topics__title {
    height: 50px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .topics__title {
    height: 62px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
.online {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 96%;
  max-width: 1080px;
  margin: 0 2% 30px;
}
.online &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .online {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .online {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .online {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.online--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.online__item {
  display: flex;
  width: 100%;
}
@media (min-width: 375px) {
  .online__item {
    width: 50%;
  }
}
.online__item-box {
  position: relative;
  padding: 10px 0;
  border: 2px solid #e6f3f9;
}
@media (min-width: 992px) {
  .online__item-box {
    padding: 20px;
    border-width: 6px;
  }
  .online__item-box::after {
    display: block;
    clear: both;
    content: "";
  }
}
.online__image {
  display: none;
}
@media (min-width: 992px) {
  .online__image {
    display: block;
    max-width: 180px;
    height: auto;
    margin-right: 20px;
    float: left;
  }
}
.online__title {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 90%;
  margin-top: calc(1em * (1 - 1.5) / 2);
  margin-bottom: calc(1em * (1 - 1.5) / 2);
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .online__title {
    top: -14px;
    width: auto;
    padding: 0 1em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.online__text-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
.online__text-area &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .online__text-area {
    justify-content: flex-start;
  }
}
.online__text--weight-bold {
  font-weight: 700;
}
.online__text {
  width: 100%;
}
@media (min-width: 576px) {
  .online__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.online__text br {
  display: none;
}
@media (min-width: 992px) {
  .online__text {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.online__label {
  display: inline-block;
  margin-top: calc(1em * (1 - 1.5) / 2);
  margin-bottom: calc(1em * (1 - 1.5) / 2);
  padding: 3px 5px;
  background-color: #0082bc;
  color: #fff;
}
@media (min-width: 992px) {
  .online__label {
    margin-bottom: 5px;
  }
}
.online__list {
  width: 100%;
  padding: 0 2%;
  list-style: none;
}
@media (min-width: 992px) {
  .online__list {
    margin-top: 0;
  }
}
.online__list-item {
  font-size: 12px;
  font-size: 0.75rem;
}
.online__list-item i {
  margin-right: 3px;
  color: #0082bc;
}
@media (min-width: 576px) {
  .online__list-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.online__list-item br {
  display: none;
}
@media (min-width: 992px) {
  .online__list-item {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.online__link-area {
  text-align: center;
}
.online__link {
  display: inline-block;
  margin: 0 3px;
  padding: 6px 0;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .online__link {
    padding: 10px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.online__link i {
  margin-left: 3px;
}
@media (min-width: 992px) {
  .online__link {
    padding: 10px 0 0;
  }
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .tabs {
    margin: 0 1% 40px;
  }
}
@media (min-width: 992px) {
  .tabs {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.tabs--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tabs__label {
  width: 48%;
  margin: 0 1%;
  padding: 5px 0;
  border-bottom: 3px solid #5ab4bd;
  background-color: #e6f3f9;
  text-align: center;
  transition: opacity 0.2s ease;
}
.tabs__label:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .tabs__label:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .tabs__label {
    width: 24%;
    margin: 0 0.5%;
  }
}
input:checked + .tabs__label {
  background-color: #0082bc;
  color: #fff;
}
.tabs__item {
  display: none;
  width: 100%;
  margin: 0 1%;
  clear: both;
  overflow: hidden;
}
.tabs__content {
  display: flex;
  border-bottom: 1px solid #c0d8e4;
}
.tabs__date {
  width: 70px;
  margin-left: 3%;
  padding: 1.2em 0;
}
@media (min-width: 576px) {
  .tabs__date {
    width: 80px;
  }
}
.tabs__link-item {
  margin: 0;
  margin-right: 3%;
  padding-left: 1em;
}
.tabs__link-item a {
  display: block;
  padding: 1.2em 0;
}
#all:checked ~ #all__content,
#closed:checked ~ #closed__content,
#result:checked ~ #result__content,
#voice:checked ~ #voice__content {
  display: block;
}
.link-button {
  margin: 0 2% 30px;
  text-align: center;
  max-width: 1080px;
}
.link-button__center .link-button__link {
  font-size: smaller;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .link-button__center {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .link-button__center .link-button__link {
    font-size: 1.1rem;
  }
}
.link-button &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .link-button {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .link-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.link-button--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.link-button--column-multiple {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .link-button--column-multiple {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.link-button--column-multiple &gt; *:last-child {
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .link-button--column-multiple {
    margin-right: auto;
    margin-left: auto;
  }
}
.link-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background-color: rgb(230,243,249);
  background: linear-gradient(0deg, rgba(230,243,249,1) 0%, rgba(255,255,255,1) 100%, rgba(0,212,255,1) 100%);
  transition: background .5s;
}
.link-button__link--youtube {
  background-color: rgb(249, 231, 230);
  background: linear-gradient(0deg, rgb(249, 231, 230) 0%, rgba(255,255,255,1) 100%, rgb(255, 25, 0) 100%);
  border-color: rgb(255, 25, 0);
  color: rgb(255, 25, 0);
}
/* --- å³çŸ¢å° --- */
.link-button__link--icon-right-arrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "â†’";
}
.link-button__link &gt; *:last-child {
  margin-bottom: 0;
}
.link-button__link:focus {
  background-color: #e6f3f9;
}
@media (hover: hover) and (pointer: fine) {
  .link-button__link:hover {
    background-color:  rgb(230,243,249);
    background: linear-gradient(90deg, rgba(230,243,249,1) 0%, rgba(255,255,255,1) 100%, rgba(0,212,255,1) 100%);
  }
  a.link-button__link--youtube:hover {
    background-color:  rgb(249,231,230);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(249, 231, 230) 100%, rgb(255, 25, 0) 100%);
    color: rgb(255, 25, 0);
  }
}
.link-button__link--column-2 {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .link-button__link--column-2 {
    width: 50%;
  }
}
.link-button__link--column-4 {
  width: 100%;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .link-button__link--column-4 {
    width: 25%;
  }
}
.link-button__link--icon-covid19 {
  padding-left: 50px;
}
.link-button__link--icon-covid19::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url(../images/icon_hospital.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .link-button__link--icon-covid19::before {
    left: 40px;
  }
}
@media (min-width: 768px) {
  .link-button__link--icon-covid19 {
    padding-right: 40px;
    padding-left: 90px;
  }
}
.link-button__link--icon-schedule {
  padding-left: 130px;
}
.link-button__link--icon-schedule::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url(../images/icon_doctor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 992px) {
  .link-button__link--icon-schedule::before {
    left: 60px;
    width: 50px;
    height: 50px;
  }
}
.link-button__link--icon-reservation {
  padding-left: 130px;
}
.link-button__link--icon-reservation::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url(../images/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 992px) {
  .link-button__link--icon-reservation::before {
    top: 54%;
    left: 60px;
    width: 50px;
    height: 50px;
  }
}
.link-button__link--icon-download {
  padding-right: 20px;
  padding-left: 20px;
}
.link-button__link--icon-download::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f019";
}
.link-button__link--icon-arrow {
  padding-right: 20px;
  padding-left: 20px;
}
.link-button__link--icon-arrow::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f138";
}
.link-button__link--icon-pdf::after {
  margin-left: 5px;
  font: var(--fa-font-solid);
  content: "\f1c1";
}
.link-button__link--icon-rectangle-list::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f022";
}
.link-button__link--icon-backward::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f04a";
}
.link-button__link--icon-time::before {
  font-size: clamp(18px, 3vw, 36px) !important;
  margin-right: 20px;
  font: var(--fa-font-regular);
  content: "\f017";
}
.link-button__link--icon-table-cells::before {
  font-size: clamp(18px, 3vw, 36px) !important;
  margin-right: 20px;
  font: var(--fa-font-solid);
  content: "\f00a";
}
.link-button__link--icon-time small,
.link-button__link--icon-table-cells small {
  font-size: small;
  color: var(--text-color);
}
@media (min-width: 992px) {
  .link-button__link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.introduction {
  background-image: url(../images/bg_about.jpg);
  background-position: center center;
  background-size: cover;
}
.introduction__box {
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 30px 20px;
}
.introduction__box::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .introduction__box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 992px) {
  .introduction__box {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.introduction__box--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.introduction__image {
  width: 46%;
  margin-top: -2px;
  margin-left: 2%;
  float: right;
}
@media (min-width: 768px) {
  .introduction__image {
    width: 33.3333333333%;
    float: none;
  }
}
@media (min-width: 992px) {
  .introduction__image {
    margin-top: -6px;
  }
}
.introduction__title {
  margin-top: calc(1em * (1 - 1.5) / 2);
  color: #0082bc;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .introduction__title {
    -ms-writing-mode: tb-rl;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
        writing-mode: vertical-rl;
  }
}
@media (min-width: 992px) {
  .introduction__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.introduction__button {
  margin: 0;
  padding: 12px;
  background-color: #0082bc;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .introduction__button {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .introduction__button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-indent: -2.4em;
  }
  .introduction__button span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .introduction__button {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .introduction__button span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}


.introduction__text-area {
  padding: 0.25em 1em;
  background-color: rgba(255, 255, 255, 0.77);
}
@media (min-width: 768px) {
  .introduction__text-area {
    display: flex;
    flex-direction: row-reverse;
    width: 57%;
    height: 380px;
    margin-top: 50px;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .introduction__text {
    -ms-writing-mode: tb-rl;
    margin-right: 0;
    line-height: 1.8;
        writing-mode: vertical-rl;
  }
}
@media (min-width: 992px) {
  .introduction__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pickup-list {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 2% 20px;
  padding: 0;
}
@media (min-width: 992px) {
  .pickup-list {
    margin: 0 auto 20px;
  }
}
.pickup-list__item {
  background-color: var(--secondary);
  border-bottom: 2px solid var(--primary);
  list-style: none;
  margin-bottom: 10px;
  width: 49%;
}
@media (min-width: 768px) {
  .pickup-list__item {
    width: 23%;
  }
}
.pickup-list__item:hover {
  opacity: 0.8;
}
.pickup-list__item a {
  display: block;
  text-align: center;
}
.pickup-list__item-gen a {
  align-items: center;
  display: flex;
  height: 100%;
  text-align: center;
}
.pickup-list__item-gen p {
  align-items: center;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .pickup-list__item-gen p {
    font-size: larger;
  }
}
.pickup-list__item-gen span {
  display: inline-block;
  letter-spacing: 0.1em;
}
.pickup-list__image {
  margin-bottom: 5px;
}

.image-banner {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .image-banner {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .image-banner {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.image-banner__item {
  position: relative;
  width: 49%;
  margin-bottom: 10px;
  box-shadow: 1px 1px 10px -1px #e6f3f9;
  list-style: none;
}
@media (min-width: 768px) {
  .image-banner__item {
    width: 23%;
  }
}
.image-banner__link {
  display: block;
  position: relative;
}
.image-banner__link .image-banner__cover {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0082bc;
  opacity: 0;
  transition: opacity 0.25s;
}
.image-banner__link .image-banner__cover:focus {
  opacity: 0.3;
}
@media (hover: hover) and (pointer: fine) {
  .image-banner__link .image-banner__cover:hover {
    opacity: 0.3;
  }
}
.image-banner__text {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  width: 90%;
  margin: 0 5%;
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
  transition: background-color, color 0.25s;
}
.image-banner__text i {
  margin-left: 3px;
}
.image-banner__text i::before {
  font-size: 10px;
  font-size: 0.625rem;
}
.image-banner__text:focus {
  background-color: #0082bc;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .image-banner__text:hover {
    background-color: #0082bc;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .image-banner__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.feature-list {
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .feature-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .feature-list {
    gap: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.feature-list--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.feature-list__item {
  margin-bottom: 10px;
  box-shadow: 1px 1px 10px -1px #e6f3f9;
  list-style: none;
}
@media (min-width: 768px) {
  .feature-list__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .feature-list__item {
    width: 49%;
  }
}
.feature-list__title {
  margin: 0;
  padding: 10px;
  background-color: #0082bc;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .feature-list__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .feature-list__title {
    padding-left: 3em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-indent: -2.4em;
  }
  .feature-list__title span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .feature-list__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .feature-list__title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.feature-list__text-area {
  padding: 1em;
}
@media (min-width: 1200px) {
  .feature-list__text-area {
    padding: 1.5em;
  }
}
.feature-list__text:first-child {
  margin-top: calc(1em * (1 - 1.5) / 2);
  margin-bottom: calc(1em * (1 - 1.5) / 2);
}
@media (min-width: 992px) {
  .feature-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.media {
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .media {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .media {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.media--flex-reverse {
  flex-direction: column-reverse;
}
.media--narrow {
  max-width: 980px;
}
@media (min-width: 768px) {
  .media--narrow {
    margin-right: auto;
    margin-left: auto;
  }
}
.media--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .media--column-2 {
    gap: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.media__item {
  gap: 4%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px -1px #e6f3f9;
  list-style: none;
}
.media__item &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .media__item {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .media__item {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .media__item {
    padding: 30px;
  }
}
.media__item--column-2 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .media__item--column-2 {
    width: 49%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .media__item--column-2 {
    margin-bottom: 20px;
  }
}
.media__item--box-shadow {
  box-shadow: 1px 1px 10px -1px #e6f3f9;
}
.media__item--row-reverse {
  flex-direction: row-reverse;
}
.media__image {
  -ms-grid-row-align: start;
      align-self: start;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .media__image {
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.media__image--column-2 {
  -ms-grid-row-align: start;
      align-self: start;
  width: 30%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .media__image--column-2 {
    width: 40%;
  }
}
.media__text-area {
  width: 100%;
}
.media__text-area &gt; *:last-child {
  margin-bottom: 0;
}

.media__title {
  margin-top: calc(1em * (1 - 1.5) / 2);
  margin-right: auto;
  margin-bottom: calc(20px + calc(1em * (1 - 1.5) / 2));
  margin-left: auto;
}
@media (min-width: 576px) {
  .media__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .media__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .media__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.media__title--list-orderd {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .media__title--list-orderd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.media__title--list-orderd::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  background-color: #0082bc;
  color: #fff;
  line-height: 30px;
  text-align: center;
  content: counter(number);
  counter-increment: number 1;
}
.media__title--font-size-large {
  font-size: clamp(18px, 1.7vw, 26px);
}
.media__title--font-size-small {
  margin-left: 1em;
}
.media__title--color-blue {
  color: #0082bc;
}
.media__subtitle::before, .media__description-title::before {
  margin-right: 5px;
  color: #c0d8e4;
  font: var(--fa-font-solid);
  vertical-align: top;
  content: "\f328";
}
.media__supplement {
  display: inline-block;
  margin-left: 0.5em;
  color: #c0d8e4;
  font-size: smaller;
}
.media__heading {
  display: block;
  font-size: small;
}
.media__text-wrap {
  margin-bottom: calc(20px + calc(1em * (1 - 1.5) / 2));
}
.media__text {
  max-width: 920px;
}
@media (min-width: 992px) {
  .media__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.media__description-list .media__description-img {
  margin-left: 1em;
  max-width: 115px;
}
.media__description-list::after {
  display: block;
  clear: both;
  content: "";
}
.media__description-title {
  float: left;
  clear: both;
  font-weight: 700;
}
.media__description-text {
  margin-left: 1em;
}
.media__button-wrap {
  margin-top: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .media__button-wrap {
    text-align: left;
  }
}
.media__button {
  display: inline-block;
  width: auto;
  margin-top: 0.5em;
  padding: 10px;
  border: 1px solid #0082bc;
  line-height: 1;
  text-align: center;
}
.media__button::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f101";
}
.media__button_recruit {
  display: inline-block;
  width: auto;
  margin: 0.5em;
  padding: 10px;
  border: 1px solid #0082bc;
  line-height: 1;
  text-align: center;
}
.media__button_recruit::before {
  margin-right: 5px;
  font: var(--fa-font-solid);
  content: "\f101";
}
.panel__outer {
  max-width: 1080px;
  margin: 0 2% 30px;
}
.panel__outer &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .panel__outer {
    gap: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .panel__outer {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.panel__outer--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.panel__outer--space-center {
  justify-content: center;
}
.panel {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .panel {
    width: 31.8333333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .panel--column-2 {
    width: 48.5%;
    margin-bottom: 30px;
  }
}
.panel__box {
  margin-bottom: 1em;
  box-shadow: 1px 1px 10px -1px #e6f3f9;
}
.panel__title {
  margin: 0;
  padding: 10px 0;
  background-color: #0082bc;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .panel__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .panel__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .panel__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.panel__text-area {
  padding: 20px;
}
.panel__text-area &gt; *:first-child {
  margin-top: 0;
}
.panel__text-area &gt; *:last-child {
  margin-bottom: 0;
}
.panel__text-area--align-center {
  text-align: center;
}
@media (min-width: 576px) {
  .panel__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .panel__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.panel__text--align-center {
  text-align: center;
}
.panel__link--font-size-large {
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .panel__link--font-size-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.banner {
  gap: 2%;
  display: -ms-grid;
  display: grid;
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 0;
}
@media (min-width: 992px) {
  .banner {
    margin-right: auto;
    margin-left: auto;
  }
}
.banner--background-image {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media (min-width: 576px) {
  .banner--background-image {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media (min-width: 768px) {
  .banner--background-image {
    -ms-grid-columns: 32% 32% 32%;
    grid-template-columns: 32% 32% 32%;
  }
}
.banner--size-small {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner--size-small {
    -ms-grid-columns: 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333%;
  }
}
.banner--icon-sns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .banner--icon-sns {
    -ms-grid-columns: 49% 49% 1fr;
    grid-template-columns: 49% 49% 1fr;
  }
}
@media (min-width: 992px) {
  .banner--icon-sns {
    -ms-grid-columns: 32% 32% 32%;
    grid-template-columns: 32% 32% 32%;
    justify-content: center;
    margin-bottom: 0;
  }
}
.banner__item {
  margin-bottom: 10px;
  list-style: none;
}
.banner__item--icon-sns {
  height: auto;
  margin-bottom: 10px;
  background-color: #fff;
}
.banner--background-image .banner__link {
  transition: opacity 0.25s;
}
.banner--background-image .banner__link:hover {
  opacity: 0.7;
}
.banner--background-image .banner__item--icon-sns {
  background: none;
  grid-column: inherit !important;
  grid-row: inherit !important;
}
.banner--background-image .banner__link--icon-sns {
  background-color: #fff;
}

@media (min-width: 576px) {
  .banner__item--icon-sns:nth-of-type(1), .banner__item--icon-sns:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .banner__item--icon-sns:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    grid-row: 2/2;
  }
}
@media (min-width: 992px) {
  .banner__item--icon-sns {
    margin-bottom: 0;
  }
  .banner__item--icon-sns:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.banner__link {
  display: block;
  height: 130px;
  padding: 20px;
  border: 6px solid #c0d8e4;
}
.banner__link--icon-sns {
  gap: 20px;
  display: flex;
  align-items: center;
}
.banner__link--icon-sns &gt; *:last-child {
  margin-bottom: 0;
}
.banner__link--image-famiry {
  background-image: url(../images/bg_famiryroom.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--image-question {
  background-image: url(../images/bg_question.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--image-question_rest {
  background-image: url(../images/bg_question_rest.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--image-supplement {
  background-image: url(../images/bg_supplement.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--image-freeze_egg {
  background-image: url(../images/freezeegg_banner_link.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--size-small {
  background-color: #fff;
}
.banner__link--image-blog {
  background-image: url(../images/bg_blog.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--image-staff {
  background-image: url(../images/bg_nurse.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__link--image-officialblog {
  background-image: url(../images/bg_official.jpg);
  background-position: center center;
  background-size: cover;
}
.banner__title {
  margin: 0;
  color: #141414;
}
.banner__title--icon-sns {
  flex-grow: 3;
  /* margin-right: 10px; */
}
@media (min-width: 576px) {
  .banner__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.banner__image--icon-sns {
  width: 60px;
  height: auto;
  margin-right: 10px;
}
.banner__image--image-qr {
  height: auto;
}
.cross-table {
  max-width: 1080px;
  margin: 0 2% 30px;
  border: 2px solid #c0d8e4;
  box-shadow: 1px 1px 10px -1px #e6f3f9;
}
@media (min-width: 576px) {
  .cross-table {
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .cross-table {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .cross-table {
    margin-bottom: 60px;
  }
}
.cross-table--business-hours {
  margin-bottom: 0;
  border-bottom: none;
  box-shadow: none;
}
.cross-table--business-hours small.note {
  white-space: nowrap;
}
.cross-table--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cross-table--width-narrow {
  max-width: 800px;
}
.cross-table__inner {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.cross-table__caption {
  padding: 10px;
  border-bottom: 2px solid #c0d8e4;
  background-color: #e6f3f9;
}
.cross-table__header {
  padding: 10px;
  border-right: 2px solid #c0d8e4;
  border-bottom: 2px solid #c0d8e4;
  color: #3ea6c6;
  font-weight: normal;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .cross-table__header {
    padding: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .cross-table__header {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1rem;
    white-space: normal;
  }
  .cross-table__header .pc-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .cross-table__header {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.cross-table__header--color-blue {
  background: #0082bc;
  color: #fff;
}
.cross-table__header--align-left {
  text-align: left;
}
.cross-table__header--color-light-blue {
  background-color: #e6f3f9;
}
@media (min-width: 768px) {
  .cross-table__header--column-half {
    width: 50%;
  }
}
.cross-table__header:last-child {
  border-right-width: 0;
}
.cross-table__text {
  padding: 10px;
  border-right: 2px solid #c0d8e4;
  vertical-align: middle;
}
.cross-table__text:last-child {
  border-right-width: 0;
}
.cross-table__text a {
  text-decoration: underline;
}
.cross-table__text--align-left {
  text-align: left;
}
@media (min-width: 576px) {
  .cross-table__text {
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .cross-table__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cross-table__text {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.cross-table__body-row {
  border-bottom: 2px solid #c0d8e4;
}
.cross-table__body-row:last-child {
  border-bottom-width: 0;
}
.cross-table__body-row:last-child .cross-table__header,
.cross-table__body-row:last-child .cross-table__text {
  border-bottom-width: 0;
}
@media (min-width: 768px) {
  .cross-table--business-hours .cross-table__text {
    width: 10%;
  }
}

.cross-table-advanced-medical .cross-table__header {
  font-size: smaller;
  padding: 10px 5px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cross-table-advanced-medical .cross-table__header {
    font-size: inherit;
  }
}
.cross-table-advanced-medical .cross-table__text {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .cross-table-advanced-medical .cross-table__text {
    padding: 10px;
  }
}
.cross-table-advanced-medical .cross-table__text span {
  display: inline-block;
}
.cross-table-advanced-medical .header-advanced-a {
  background-color: #d4edf8;
  color: inherit;
  font-weight: bold;
}
.cross-table-advanced-medical .header-advanced-b {
  background-color: #d8f3eb;
  border-bottom-width: 0;
  color: inherit;
  font-weight: bold;
}

.attention {
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 20px;
  background-color: #0082bc;
  color: #fff;
}
.attention &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .attention {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .attention {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.attention--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.attention--business-hours {
  margin-top: 0;
}
.attention__title {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  color: #0082bc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 576px) {
  .attention__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .attention__title {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    letter-spacing: 0.25em;
  }
}
@media (min-width: 992px) {
  .attention__title {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .attention__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.attention__text {
  text-align: center;
}
@media (min-width: 768px) {
  .attention__text {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 992px) {
  .attention__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .attention__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.attention__text--small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .attention__text--small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .attention__text--small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.attention__text span {
  display: inline-block;
}

.attention__link-wrap {
  text-align: center;
}
.attention__link {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #c0d8e4;
}
.attention__link i {
  margin-right: 3px;
}
.bullet-list {
  max-width: 920px;
  margin: 0 2% 30px;
  padding-left: 1em;
  list-style: disc;
}
@media (min-width: 768px) {
  .bullet-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .bullet-list {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.bullet-list--inside {
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}
@media (min-width: 768px) {
  .bullet-list--inside {
    margin-right: auto;
    margin-left: auto;
  }
}
.bullet-list--notice {
  padding-left: 0;
}
.bullet-list--style-none {
  padding-left: calc(1em + 5px);
  list-style-type: none;
  text-indent: calc(-1em - 5px);
}
.bullet-list--column-horizontal {
  gap: 1.5em;
  display: flex;
  z-index: 999;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.bullet-list__item a {
  text-decoration: underline;
}
.bullet-list__item--is-current a {
  font-weight: bold;
  text-decoration: none;
}
.bullet-list__item--notice {
  padding-left: 1em;
  color: brown;
  list-style: none;
  text-indent: -1em;
}
@media (min-width: 1200px) {
  .bullet-list__item--notice {
    font-size: 16px;
    font-size: 1rem;
  }
}
.bullet-list__item--notice::before {
  content: "â€»";
}
.bullet-list__item--notice strong {
  color: brown;
  text-decoration: underline;
}
.bullet-list__item--font-size-small {
  color: #0082bc;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .bullet-list__item--font-size-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.bullet-list__item--color-text-color {
  color: #202020;
}
.bullet-list__item--icon-comment-mele::before {
  margin-right: 5px;
  color: #0082bc;
  font: var(--fa-font-solid);
  content: "\f183";
}
.bullet-list__item--icon-comment-femele::before {
  margin-right: 5px;
  color: #0082bc;
  font: var(--fa-font-solid);
  content: "\f182";
}
.bullet-list__item--icon-arrow-right::before {
  margin-right: 5px;
  color: #0082bc;
  font: var(--fa-font-solid);
  content: "\f0a9";
}
.bullet-list__item--icon-file-download::before {
  margin-right: 5px;
  color: #0082bc;
  font: var(--fa-font-solid);
  content: "\f56d";
}
.bullet-list__link {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: calc(1em + 5px);
}
.access {
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -1px #e6f3f9;
}
@media (min-width: 768px) {
  .access {
    margin-bottom: 40px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .access {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.access__transport-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .access__transport-list {
    align-items: center;
  }
}
.access__transport-title {
  position: relative;
  width: 100%;
}
.access__transport-title--icon-train {
  padding-left: 30px;
}
.access__transport-title--icon-train::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../images/icon_train.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.access__transport-title--icon-car {
  padding-left: 30px;
}
.access__transport-title--icon-car::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../images/icon_car.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .access__transport-title {
    width: 25%;
    margin: 0 2% 20px 0;
  }
}
.access__transport-text {
  width: 100%;
  margin: 10px 0 10px 8px;
  padding: 0 1em;
  border-left: 3px solid #0082bc;
}
@media (min-width: 768px) {
  .access__transport-text {
    width: 72%;
    margin: 0 0 20px;
  }
}
.access__bullet-list {
  padding-left: 1em;
}
.access__address-list {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .access__address-list {
    justify-content: flex-start;
  }
}
.access__address-title {
  width: 16%;
}
@media (min-width: 768px) {
  .access__address-title {
    width: 3em;
  }
}
.access__address-text {
  width: 80%;
  margin: 0;
}
@media (min-width: 768px) {
  .access__address-text {
    width: auto;
  }
}
.access__tel-list {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .access__tel-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.access__tel-title {
  width: 16%;
}
@media (min-width: 768px) {
  .access__tel-title {
    width: 3em;
  }
}
.access__tel-text {
  width: 80%;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .access__tel-text {
    width: auto;
    margin-right: 3em;
  }
}
@media (min-width: 992px) {
  .access__tel-text {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.access-image {
  max-width: 487px;
  margin: 0 auto 30px;
  padding-right: 2%;
  padding-left: 2%;
}
@media (min-width: 768px) {
  .access-image {
    max-width: 1080px;
    margin: 0 auto 60px;
  }
  .access-image::after {
    display: block;
    clear: both;
    content: "";
  }
}
.access-image img {
  width: 100%;
}
.access-image__item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .access-image__item {
    max-width: 48%;
    margin-bottom: 0;
    float: left;
  }
  .access-image__item:first-child {
    margin-right: 4%;
  }
}
.access-image__title {
  margin-top: calc(1em * (1 - 1.5) / 2);
  text-align: center;
}
@media (min-width: 992px) {
  .access-image__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.access-image__list {
  padding: 0;
}
.access-image__list .slick-next {
  z-index: 10;
  right: 18px;
  width: 30px;
  height: 30px;
}
.access-image__list .slick-next::before {
  font: var(--fa-font-solid);
  content: "\f054";
  font-size: 30px;
  font-size: 1.875rem;
}
.access-image__list .slick-prev {
  z-index: 10;
  left: 18px;
  width: 30px;
  height: 30px;
}
.access-image__list .slick-prev::before {
  font: var(--fa-font-solid);
  content: "\f053";
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .access-image__list {
    float: none;
  }
}
.access-image__list-item {
  display: none;
  position: relative;
}
.access-image__list-caption {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px #000,
    0 0 20px #333,
    0 0 30px #555;
  margin: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer {
  padding-bottom: 105px;
}
@media (min-width: 1200px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer-area {
  padding: 60px 0;
  background-color: #0082bc;
}
@media (min-width: 1200px) {
  .footer-area__inner {
    /* gap: 2%; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-area__logo {
  display: block;
  width: 100px;
  margin: 0 auto 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  .footer-area__logo {
    width: 10%;
    margin: 0 0 20px;
  }
}
.footer-area__sitemap-outer &gt; :last-child {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .footer-area__sitemap-outer {
    gap: 20px 2%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .footer-area__sitemap-outer {
    /* width: 88%; */
  }
}
@media (min-width: 576px) {
  .footer-area__sitemap-parent-list {
    width: 46%;
  }
}
@media (min-width: 992px) {
  .footer-area__sitemap-parent-list {
    width: 32%;
  }
}
.footer-banner {
  margin: 30px 0;
  padding: 0 2%;
  align-self: center;
  width: 100%;
}
.footer-banner a {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-banner img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .footer-banner {
    width: calc(calc(100% - 40px) * 2 / 3);
    margin: 0;
    padding: 0;
    align-self: flex-end;
  }
  .footer-banner a {
    text-align: right;
  }
  .footer-banner img {
    max-width: 70%;
  }
}
/* @media (min-width: 1200px) {
  .footer-area__sitemap-parent-list {
    width: 23%;
  }
} */
.footer-area__sitemap-parent-item::marker {
  color: #fff;
}
.footer-area__sitemap-parent-item a,
.footer-area__sitemap-parent-item span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-area__sitemap-children-item::marker {
  color: #fff;
}
.copyright {
  font-size: 10px;
  font-size: 0.625rem;
}
.subtitle__wrap {
  margin: 0 0 30px;
  padding: 1.5em 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subtitle__wrap--image-first {
  background-image: url(../images/kv_first.jpg);
}
.subtitle__wrap--image-contents {
  background-image: url(../images/kv_contents.jpg);
}
.subtitle__wrap--image-cost {
  background-image: url(../images/kv_cost.jpg);
}
.subtitle__wrap--image-about {
  background-image: url(../images/kv_about.jpg);
}
.subtitle__wrap--image-features {
  background-image: url(../images/kv_features.jpg);
}
.subtitle__wrap--image-facilities {
  background-image: url(../images/kv_facilities.jpg);
}
.subtitle__wrap--image-faq {
  background-image: url(../images/kv_qa.jpg);
}
.subtitle__wrap--image-news {
  background-image: url(../images/kv_news.jpg);
}
.subtitle__wrap--image-default {
  background-image: url(../images/kv_default.jpg);
}
@media (min-width: 768px) {
  .subtitle__wrap {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .subtitle__wrap {
    padding: 5em 0;
  }
}
.subtitle {
  max-width: 1080px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(16px, 6vw, 40px);
  letter-spacing: 0.2em;
  text-align: center;
}
.subtitle span {
  display: inline-block;
}
.subtitle__subhead {
  display: none;/* è‹±èªžã‚¿ã‚¤ãƒˆãƒ«ä¸€æ—¦éžè¡¨ç¤º */
  margin: 0;
  color: #0082bc;
  text-align: center;
}
.submenu {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: 0 2% 40px;
  padding: 1em;
  background-color: var(--light-blue);
  list-style: none;
}
@media (min-width: 768px) {
  .submenu {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .submenu {
    margin-top: 2em;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
}
.submenu__item &gt; *:last-child {
  margin-bottom: 0;
}
.submenu__item a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #3ea6c6;
  color: #3ea6c6;
  background-color: #fff;
  transition: background 0.25s;
}
.submenu__item a:focus {
  background-color: #d3edf0;
}
@media (hover: hover) and (pointer: fine) {
  .submenu__item a:hover {
    background-color: #d3edf0;
  }
}
.submenu__item i {
  margin-left: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}
.text-wrap {
  max-width: 920px;
  margin: 0 2% 30px;
}
.text-wrap &gt; *:last-child {
  margin-bottom: 0;
}
.text-wrap::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .text-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .text-wrap {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.text-wrap--inside {
  margin-bottom: 1em;
}
.text--font-size-larger {
  font-size: larger;
}
.text--align-left {
  text-align: left;
}
.text--align-right {
  text-align: right;
}
.text--align-center {
  text-align: center;
}
.breadcrumb {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 2% 30px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.breadcrumb__item {
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumb__item::after {
  margin-left: 5px;
  color: #666;
  font: var(--fa-font-solid);
  font-size: 10px;
  font-size: 0.625rem;
  content: "\f054";
}
.breadcrumb__item--is-current::after {
  content: none;
}
.ordered-list {
  max-width: 920px;
  margin: 0 2% 30px;
  padding-left: 1em;
  counter-reset: circle-number;
}
@media (min-width: 768px) {
  .ordered-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .ordered-list {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.ordered-list--inside {
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}
@media (min-width: 768px) {
  .ordered-list--inside {
    margin-right: auto;
    margin-left: auto;
  }
}
.ordered-list--style-none {
  list-style: none;
}
.ordered-list--list-movie {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  padding-left: 0;
}
.ordered-list__item--margin-1em {
  margin-bottom: 1em;
}
.ordered-list__item--style-circle-number {
  position: relative;
  padding-left: calc(1em + 5px);
  list-style: none;
}
.ordered-list__item--style-circle-number::before {
  display: flex;
  position: absolute;
  top: 2px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #0082bc;
  border-radius: 50%;
  color: #0082bc;
  line-height: 16px;
  content: counter(circle-number);
  counter-increment: circle-number;
}
@media (min-width: 768px) {
  .ordered-list__item--style-circle-number::before {
    top: 4px;
  }
}
.ordered-list__item--style-bracket-number {
  position: relative;
  padding-left: calc(1em + 30px);
  list-style: none;
}
.ordered-list__item--style-bracket-number::before {
  display: flex;
  position: absolute;
  top: 2px;
  left: 0;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  content: "ï¼ˆ" counter(circle-number) "ï¼‰";
  counter-increment: circle-number;
}
@media (min-width: 768px) {
  .ordered-list__item--style-bracket-number::before {
    top: 4px;
  }
}
.ordered-list__item--list-movie {
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  border: 3px solid #e6f3f9;
  text-align: left;
}
@media (min-width: 576px) {
  .ordered-list__item--list-movie {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .ordered-list__item--list-movie {
    width: 32%;
    margin-bottom: 30px;
  }
}
.ordered-list__item--list-movie::before {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ordered-list__link {
  display: block;
  padding: 20px;
  transition: background 0.25s;
}
.ordered-list__link:focus {
  background-color: #d3edf0;
}
@media (hover: hover) and (pointer: fine) {
  .ordered-list__link:hover {
    background-color: #d3edf0;
  }
}
.box__outer {
  max-width: 920px;
  margin: 0 2% 30px;
}
@media (min-width: 768px) {
  .box__outer {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .box__outer {
    margin-bottom: 60px;
  }
}
.box__outer--column-multiple {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .box__outer--column-multiple {
    flex-wrap: nowrap;
  }
}
.box__outer--inside {
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}
@media (min-width: 768px) {
  .box__outer--inside {
    margin-right: auto;
    margin-left: auto;
  }
}
.box {
  width: 100%;
  padding: 20px;
  border: 1px solid #0082bc;
  background-color: #fff;
  color: #202020;
}
.box &gt; *:last-child {
  margin-bottom: 0;
}
.box__title {
  margin-top: calc(1em * (1 - 1.5) / 2);
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #0082bc;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.box__title i {
  margin-right: 5px;
}
.box--webyoyaku {
  border: 3px dashed var(--secondary);
}
.box--webyoyaku__title {
  background-color: var(--secondary);
  color: var(--primary);
}
.box__text &gt; *:last-child {
  margin-bottom: 0;
}
.description-list-waiting {
  border: 3px solid #44a5d3 !important;
}
.description-list {
  max-width: 920px;
  margin: 0 2% 30px;
  margin-bottom: 1em;
  padding: 10px;
  border: 3px solid #e6f3f9;
}
.description-list &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .description-list {
    margin-bottom: 40px;
    padding: 20px;
  }
  .description-list::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (min-width: 992px) {
  .description-list {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.description-list--inside {
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}
@media (min-width: 768px) {
  .description-list--inside {
    margin-right: auto;
    margin-left: auto;
  }
}
.description-list--color-red {
  border-color: #e00000;
}
.description-list__title-waiting {
  background-color: #439dc5 !important;
  color: #ffffff !important;
}
.description-list__title {
  /* margin-bottom: 1em; */
  padding: 5px 8px;
  background-color: #e6f3f9;
  color: #0082bc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .description-list__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.description-list__title i {
  margin-right: 5px;
}
.description-list__title--color-red {
  background-color: #ffe2e2;
  color: #e00000;
}
.description-list__text {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}
.description-list__text &gt; *:first-child {
  margin-top: 0;
}
.description-list__text &gt; *:last-child {
  margin-bottom: 0;
}
.accordion-list {
  max-width: 920px;
  margin: 0 2% 30px;
}
@media (min-width: 768px) {
  .accordion-list {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
	padding: 0 2%;
  }
}
@media (min-width: 992px) {
  .accordion-list {
    margin-bottom: 60px;
  }
}
.accordion-list--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.accordion-list__trigger {
  position: relative;
  animation: flipdown 0.5s ease both;
}
.accordion-list__trigger input[type=checkbox] {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 5em;
  cursor: pointer;
  opacity: 0;
}
.accordion-list__trigger input[type=checkbox]:checked ~ dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #c0d8e4;
  font: var(--fa-font-solid);
  font-size: 18px;
  font-size: 1.125rem;
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.accordion-list__trigger input[type=checkbox]:checked ~ dd {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transform: translateY(50%);
  opacity: 0;
}
.accordion-list__title {
  position: relative;
  padding: 20px 40px;
  border-bottom: 1px dotted #e6f3f9;
}
.accordion-list__title:first-of-type::before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  width: calc(1em + 6px);
  height: calc(1em + 6px);
  border-radius: 50%;
  background-color: #0082bc;
  color: #fff;
  text-align: center;
  content: "Q";
}
.accordion-list__title::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #c0d8e4;
  font: var(--fa-font-solid);
  font-size: 18px;
  font-size: 1.125rem;
  content: "\f056";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (min-width: 768px) {
  .accordion-list__title {
    padding-right: 60px;
  }
}
.accordion-list__text {
  position: relative;
  max-height: 100%;
  margin: 0;
  margin: 30px 80px;
  overflow: visible;
  transform: translateY(0);
  opacity: 1;
  transition: max-height, opacity, transform 0.25s;
}
.accordion-list__text:first-of-type::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(1em + 6px);
  height: calc(1em + 6px);
  border-radius: 50%;
  background-color: brown;
  color: #fff;
  text-align: center;
  content: "A";
}
.accordion-list__text--font-color-brown {
  color: brown;
}
@keyframes flipdown {
  0% {
    transform: rotateX(-90deg);
    transform-origin: top center;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top center;
  }
}
a[data-fancybox] img {
  cursor: zoom-in;
}
.fancybox__caption {
  text-align: center;
}
.fancybox__title {
  display: block;
  text-align: center;
}
.floor-map {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .floor-map {
    width: 1024px;
  }
}
.fancybox__thumbs {
  display: none;
}
.camera-list {
  display: none;
}
@media (min-width: 992px) {
  .camera-list {
    display: block;
  }
}
.camera-list span {
  position: absolute;
}
#ca01 {
  top: 343px;
  left: 321px;
}
#ca02 {
  top: 414px;
  left: 110px;
}
#ca10 {
  top: 414px;
  left: 63px;
}
#ca03 {
  top: 297px;
  left: 190px;
}
#ca04 {
  top: 312px;
  left: 112px;
}
#ca05 {
  top: 148px;
  left: 19px;
}
#ca19 {
  top: 80px;
  left: 275px;
}
#ca06 {
  top: 255px;
  left: 95px;
}
#ca07 {
  top: 224px;
  left: 95px;
}
#ca09 {
  top: 174px;
  left: 177px;
}
#ca12 {
  top: 0;
  left: 40px;
}
#ca13 {
  top: 800px;
  left: 378px;
}
#ca14 {
  top: 695px;
  left: 45px;
}
#ca16 {
  top: 346px;
  left: 401px;
}
#ca17 {
  top: 436px;
  left: 603px;
}
#ma01 {
  top: 308px;
  left: 402px;
}
#ma03 {
  top: 229px;
  left: 462px;
}
#la01 {
  top: 122px;
  left: 420px;
}
#la02 {
  top: 292px;
  left: 323px;
}
#la04 {
  top: 180px;
  left: 324px;
}
.grid {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  margin: 0 2% 30px;
}
@media (min-width: 768px) {
  .grid {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .grid {
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
}
.grid--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.grid--item-180px {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.grid--item-160px {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.grid__item {
  text-align: center;
}
.information-list {
  max-width: 920px;
  margin: 0 1% 30px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .information-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .information-list {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.information-list--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.information-list__item {
  padding: 1.2em 3%;
  border-top: 1px solid #c0d8e4;
}
.information-list__time {
  white-space: nowrap;
}
.information-list__title br {
  display: none;
}
@media (min-width: 768px) {
  .information-list__item {
    display: flex;
  }
  .information-list__time {
    margin-right: 20px;
  }
}
.information-list__item:last-of-type {
  border-bottom: 1px solid #c0d8e4;
}

.information-list__icon {
  margin-left: 5px;
  padding: 3px 8px;
  background-color: brown;
  color: #fff;
  font-size: smaller;
  line-height: 1;
  vertical-align: text-top;
}

.information-top {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .information-top {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .information-top {
    margin-bottom: 60px;
  }
}
.information-list--top {
  max-width: 1080px;
  margin: 0 1% 20px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .information-list--top {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .information-list--top {
    margin-right: auto;
    margin-left: auto;
  }
}

.sec-information__title {
  font-size: clamp(18px, 3vw, 28px);
  max-width: 920px;
}
.sec-information__content a {
  text-decoration: underline;
}
.sec-information__content .has-vivid-red-color {
  color: #cf2e2e;
}
.sec-information__time {
  margin-top: 30px;
  text-align: right;
}

.emphasis-link-box {
  border: 3px solid #44a5d3;
  display: block;
  margin: 0 2% 30px;
  max-width: 920px;
  padding: 1px;
}
@media (min-width: 992px) {
  .emphasis-link-box {
    margin-right: auto;
    margin-left: auto;
  }
}

.emphasis-link-box .emphasis-link-box__inner {
  background-color: #44a5d3;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .emphasis-link-box .emphasis-link-box__inner {
    font-size: 1.125rem;
  }
}
.emphasis-link-box__inner i {
  margin: 3px 5px;
}
.emphasis-link-box__text span {
  display: inline-block;
}

.emphasis-link-box .emphasis-link-box-int__inner {
  background-color: #fff;
  color: #44a5d3;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  padding: 5px;
  text-align: center;
}
.emphasis-link-box .emphasis-link-box-int__inner span.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .emphasis-link-box .emphasis-link-box-int__inner {
    font-size: 1.125rem;
  }
  .emphasis-link-box .emphasis-link-box-int__inner span.sp-none {
    display: inline;
  }
}
.emphasis-link-box-int__inner i {
  margin: 3px 5px;
}

.sns-box-line {
  align-items: center;
  border: 6px solid #c0d8e4;
  display: flex;
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .sns-box-line {
    margin-right: auto;
    margin-left: auto;
    max-width: 555px;
  }
}
@media (min-width: 992px) {
  .sns-box-line {
    max-width: 660px;
  }
}
.sns-box-line a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sns-box-line .text {
  font-size: smaller;
  margin: 0 0 0 5px;
}
@media (min-width: 768px) {
  .sns-box-line .text {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .sns-box-line .text {
    font-size: inherit;
  }
}

/* sns-box-line-2304 */
.sns-box-line-2304 {
  align-items: center;
  border: 4px double #e6f3f9;
  display: flex;
  max-width: 1080px;
  margin: 0 2% 30px;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .sns-box-line-2304 {
    border-width: 6px;
    margin: 0 auto 40px;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .sns-box-line-2304 {
    margin-bottom: 60px;
    max-width: 800px;
    padding: 10px 30px;
  }
}
.sns-box-line-2304 a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .sns-box-line-2304 a {
    margin-right: 40px;
  }
}
.sns-box-line-2304 img {
  margin: 3px 0;
}
.sns-box-line-2304 .text {
  font-size: smaller;
  margin: 0 0 10px;
}
.sns-box-line-2304 .text:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .sns-box-line-2304 .text {
    font-size: inherit;
    margin-bottom: 20px;
  }
}



/* sns-box-line-2306 */
.sns-box-line-2306 {
  align-items: center;
  background-color: #fff;
  display: flex;
  max-width: 1080px;
  margin: 0 2% 50px;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .sns-box-line-2306 {
    border-width: 6px;
    margin: 0 auto 60px;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .sns-box-line-2306 {
    margin-bottom: 60px;
    max-width: 800px;
    padding: 10px 30px;
  }
}
.sns-box-line-2306 a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .sns-box-line-2306 a {
    margin-right: 40px;
  }
}
.sns-box-line-2306 img {
  margin: 3px 0;
}
.sns-box-line-2306 .text {
  font-size: smaller;
  margin: 0 0 10px;
}
.sns-box-line-2306 .text:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .sns-box-line-2306 .text {
    font-size: inherit;
    margin-bottom: 20px;
  }
}

/* sns-wrap */
.sns-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 2% 30px;
}
@media (min-width: 768px) {
  .sns-wrap {
    flex-direction: row;
    justify-content: center;
  }
}
.sns-wrap dl {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .sns-wrap dl {
    padding: 0;
  }
  .sns-wrap dl.sns-item-wrap-clinic {
    border-right: 1px solid #c0d8e4;
    padding-right: 40px;
  }
  .sns-wrap dl.sns-item-wrap-precon {
    padding-left: 40px;
  }
}
.sns-wrap dt {
  align-items: center;
  color: #555;
  display: flex;
  line-height: 1.2;
  margin-bottom: 20px;
}
.sns-wrap dd {
  margin-left: 0;
}
.sns-item-wrap-clinic {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sns-wrap dl.sns-item-wrap-clinic::after {
  content: "";
  background-color: #c0d8e4;
  display: block;
  height: 1px;
  margin: 30px 0;
  width: 60%;
}
@media (min-width: 768px) {
  .sns-wrap dl.sns-item-wrap-clinic::after {
    content: none;
  }
}
.sns-list {
  display: flex;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .sns-list {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.sns-list__item {
  margin-right: 25px;
}
.sns-list__item:last-of-type {
  margin-right: 0;
}
.sns-list__link {
  align-items: center;
  display: flex;
}
.sns-list__image {
  height: 30px;
}
.sns-list__image_round {
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .sns-list__image {
    height: 40px;
  }
  .sns-list__image_round {
    height: 50px;
  }
}


.direction-button {
  position: relative;
  min-height: 31px;
  max-width: 920px;
  margin: 0 2% 30px;
  list-style: none;
}
@media (min-width: 768px) {
  .direction-button {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .direction-button {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.direction-button--inside {
  margin-top: 1em;
  margin-bottom: 1em;
}
.direction-button__prev,
.direction-button__next {
  padding: 5px 12px;
  background-color: #e6f3f9;
  position: absolute;
  top: 0;
}
.direction-button__prev::before {
  margin-right: 5px;
  color: #0082bc;
  font: var(--fa-font-solid);
  content: "\f0d9";
}
.direction-button__next {
  right: 0;
}
.direction-button__next::after {
  margin-left: 5px;
  color: #0082bc;
  font: var(--fa-font-solid);
  content: "\f0da";
}
/* --- color --- */
.color-blue {
  color: #0082bc;
}
.color-red {
  color: #e00000;
}
/* --- Others --- */
.mb1em {
  margin-bottom: 1em;
}
.mt1em {
  margin-top: 1em;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}
.tb-none {
  display: none;
}
@media (min-width: 992px) {
  .tb-none {
    display: block;
  }
}

.sub-footer-menu {
  position: relative;
  max-width: 1080px;
  margin: 0 20px 60px;
  padding: 2em;
  border: 1px solid #0082bc;
}

@media (min-width: 1080px) {
  .sub-footer-menu {
    margin-right: auto;
    margin-left: auto;
  }
}

.sub-footer-menu &gt; *:last-child {
  margin-bottom: 0;
}

.sub-footer-menu__title {
  position: absolute;
  left: 50%;
  top: -.8em;
  transform: translateX(-50%);
  width: max-content;
  margin: 0;
  padding: 0 1em;
  background-color: #fff;
}

.youtube {
  text-align: center;
  /* max-width: 500px; */
  margin: 30px auto 0;
}
.youtube.youtube-m {
  max-width: 500px;
}

.youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/* bnr-list */
.bnr-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
  margin: 0 2% 30px;
  max-width: 1080px;
  padding: 0;
}
.bnr-list__item {
  /* margin-bottom: 10px; */
  border-width: 1px;
  border-style: solid;
}
.bnr-list__item--color-blue {
  background-color: #0082bc;
  border-color: #c0d8e4;
}
.bnr-list__item--color-pink {
  border-color: #e63387;
  background-color: #fff7f8;
}
.bnr-list__link {
  transition: opacity 0.25s;
}
.bnr-list__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .bnr-list {
    flex-direction: row;
    justify-content: center;
  }
  .bnr-list__item {
    margin: 0;
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 992px) {
  .bnr-list {
    margin-right: auto;
    margin-left: auto;
  }
}

/* accordion-box */
.accordion-box__toggle {
	display: none;
}
.accordion-box__label {
	display: block;
  margin-bottom: 0;
}
.accordion-box__label:hover {
  color: #00577e;
  cursor: pointer;
  opacity: 0.8;
}
.accordion-box__label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #0082bc;
	border-right: 2px solid #0082bc;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion-box__label,
.accordion-box__content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion-box__content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
@media (min-width: 1200px) {
  .accordion-box__content {
    margin-bottom: 15px;
  }
}
.accordion-box__toggle:checked + .accordion-box__label + .accordion-box__content {	/*é–‹é–‰æ™‚*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.accordion-box__toggle:checked + .accordion-box__label::before {
	transform: rotate(-45deg) !important;
}

/* important-box */
.important-box {
  background-color: #fdecec;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .important-box {
    padding: 0.5em 2em;
  }
}

/* main-home */
@media (min-width: 768px) {
  .main-home .link-button__link--icon-arrow {
    flex-wrap: nowrap;
    line-height: 1.3;
    padding-right: 8px;
    padding-left: 8px;
    text-align: left;
  }
  .main-home .link-button__link--icon-arrow small {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .main-home .link-button__link--icon-arrow {
    padding: 10px 15px 5px;
  }
  .main-home .link-button__link--icon-arrow::before {
  content:"\f138";
  }

}

/* --- ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒœã‚¿ãƒ³ --- */
.download-doc{
	margin-top: 1em;
}
.download-doc a{
	text-decoration: none;
}

/* --- YouTube link --- */
@media (min-width: 768px) {
  .main-home .link-button__youtube .link-button__link--icon-arrow {
    line-height: 1.5;
	padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .main-home .link-button__youtube .link-button__link--icon-arrow {
    padding: 10px 20px;
    width: 50%;
    margin: auto;
  }
}

/* --- æ²»ç™‚ä¼‘æ­¢ãƒ»çµ‚çµã«é–¢ã™ã‚‹ã‚¢ãƒ³ã‚±ãƒ¼ãƒˆ æœˆåˆ¥ãƒšãƒ¼ã‚¸ --- */
@media (min-width: 1024px) {
  .inner {
    max-width   : 1080px;
    margin  : 0px auto;
    position: relative;
  }
}

/* --- year navigation --- */
.sub-nav {
  background-color: #e5f0f7;
  padding         : 5px 15px 5px 0px;
}
div.sub-nav {
  background-color: #e5f0f7;
  padding         : 10px;
  text-align      : center;
}
div.sub-nav p {
  margin-top   : 0px;
  margin-bottom: 0px;
  font-size    : 11px;
}
div.sub-nav div,
div.sub-nav div p {
  font-size  : 11px;
  display    : inline-block;
  margin     : 0px auto;
  white-space: nowrap;
}
div.sub-nav .prev-year {
  float              : left;
  padding-left       : 11px;
  background-image   : url(../images/nav_left.png);
  background-repeat  : no-repeat;
  background-position: left 0.5em;
  color              : #999;
  margin-right       : 80px;
}
div.sub-nav .next-year {
  float              : right;
  padding-right      : 11px;
  background-image   : url(../images/nav_right.png);
  background-repeat  : no-repeat;
  background-position: right 0.5em;
  color              : #999;
  margin-left        : 80px;
}

@media (min-width: 1024px) {
  .sub-nav {
    background-color: #e5f0f7;
    padding         : 10px 0px;
  }
  div.sub-nav {
    background-color: #e5f0f7;
    padding         : 10px;
    text-align      : center;
  }
  div.sub-nav p {
    margin-top   : 0px;
    margin-bottom: 0px;
    font-size    : 13px;
  }
  div.sub-nav ul,
  div.sub-nav div p {
    font-size: 13px;
    display  : inline-block;
    margin   : 0px auto;
  }
  div.sub-nav .prev-year {
    float              : left;
    padding-left       : 12px;
    background-image   : url(../images/nav_left.png);
    background-repeat  : no-repeat;
    background-position: left 0.5em;
    color              : #999;
    margin-right       : 90px;
  }
  div.sub-nav .next-year {
    float              : right;
    padding-right      : 12px;
    background-image   : url(../images/nav_right.png);
    background-repeat  : no-repeat;
    background-position: right 0.5em;
    color              : #999;
    margin-left        : 90px;
  }
}

#voice_rest .page-first .prev-year a {
  color         : #999;
  pointer-events: none;
}
#voice_rest .page-last .next-year a {
  color         : #999;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #voice_rest .page-first .prev-year a {
    color         : #999;
    pointer-events: none;
  }
  #voice_rest .page-last .next-year a {
    color         : #999;
    pointer-events: none;
  }
}

.double-line {
  height       : 5px;
  border-top   : 1px #006eac solid;
  border-bottom: 1px #006eac solid;
}
@media (min-width: 1024px) {
  .double-line {
    height       : 5px;
    border-top   : 1px #006eac solid;
    border-bottom: 1px #006eac solid;
  }
}

/* --- questionnaire area --- */
.contents-main {
  padding: 20px 15px 0;
}
@media (min-width: 1024px) {
  .contents-main {
    margin-top: 60px;
  }
}

.h2-2nd-grp {
  margin-bottom: 30px;
  position     : relative;
  overflow-y   : hidden;
}
.h2-2nd-grp h2 {
  text-align   : center;
  border       : 1px solid #006eac;
  padding      : 18px;
  margin-bottom: 20px;
  color        : #4f3b32;
  font-size    : 22px;
}
.h2-mark {
  padding-left   : 21px;
  background     : url(../images/h2_mark.png) no-repeat left 0.3em;
  background-size: 13px;
}

@media (min-width: 1024px) {
  .h2-2nd-grp {
    margin-bottom: 30px;
    position     : relative;
  }
  .h2-2nd-grp h2 {
    text-align   : center;
    border       : 1px solid #006eac;
    padding      : 20px 0px;
    margin-bottom: 30px;
    color        : #4f3b32;
    font-size    : 26px;
  }
  .h2-mark {
    padding-left   : 25px;
    background     : url(../images/h2_mark.png) no-repeat left 0.3rem;
    background-size: 17px;
  }
}

#voice {
  margin-top: 25px;
}
#voice .h2-2nd-grp h2 {
  margin-top         : 0px;
  margin-bottom      : 0px;
  border-bottom-style: none;
  padding            : 20px 40px;
  color              : #000;
  font-weight        : normal;
}
#voice .h2-2nd-grp h2 span span {
  font-size: 18px;
}
.voice-wrap {
  padding: 0px 20px;
  border : 1px solid #006eac;
}
.voice-grp {
  padding      : 25px 0px;
  border-bottom: dotted 1px #006eac;

  overflow: hidden;
}
.voice-wrap .voice-grp:last-child {
  border-bottom: none;
}
.voice-img {
  margin-bottom: 20px;
}
.voice-img img {
  width : 100%;
  border: 1px solid #bfcdd1;
}
.voice-h3 {
  padding-left       : 30px;
  background-image   : url(../images/voice_mark.png);
  background-repeat  : no-repeat;
  background-position: left top;
  color              : #250e08;
  font-size          : 14px;
  height             : 22px;
  line-height        : 22px;
}
.voice-txt-wrap .f-line {
  color      : #006eac;
  font-weight: bold;
  font-size  : 16px;
}
.voice-txt-wrap p {
  line-height  : 2;
  margin-bottom: 18px;
  margin-top   : 18px;
}
.voice-txt-wrap p:last-child {
  margin-bottom: 0;
}
.voice-year {
  margin-bottom: 25px;
  overflow     : hidden;
}
.voice-year .paging-left {
  float: left;
}
.voice-year .paging-right {
  float: right;
}

@media (min-width: 1024px) {
  #voice .h2-2nd-grp h2 {
    margin-top         : 0px;
    margin-bottom      : 0px;
    border-bottom-style: none;
    padding            : 20px 40px;
    color              : #000;
    font-weight        : normal;
  }
  #voice .h2-2nd-grp h2 span span {
    font-size: 20px;
  }
  .voice-wrap {
    padding: 0px 60px;
    border : 1px solid #006eac;
  }
  .voice-grp {
    padding      : 60px 0px;
    border-bottom: dotted 1px #006eac;
    overflow     : hidden;
  }
  .voice-wrap .voice-grp:last-child {
    border-bottom: none;
  }
  .voice-img img {
    width : 280px;
    height: auto;
    float : left;
    border: 1px solid #bfcdd1;
  }
  .voice-txt-wrap {
    margin-left: 310px;
  }
  .voice-h3 {
    padding-left       : 30px;
    background-image   : url(../images/voice_mark.png);
    background-repeat  : no-repeat;
    background-position: left top;
    color              : #250e08;
    font-size          : 14px;
    height             : 22px;
    line-height        : 22px;
  }
  .voice-txt-wrap .f-line {
    color      : #006eac;
    font-weight: bold;
    font-size  : 16px;
  }
  .voice-txt-wrap p {
    line-height  : 2;
    margin-bottom: 28px;
    margin-top   : 18px;
  }
  .voice-year {
    margin-bottom: 60px;
    overflow     : hidden;
  }
  .voice-year .paging-left {
    float: left;
  }
  .voice-year .paging-right {
    float: right;
  }
}

/* --- 20230208 add --- */
@media (min-width: 768px) {
.main-home .link-button__link--icon-arrow small.new-line{
	display: block;
}
}
.button-none.accordion-box__label:hover{
	cursor: default;
}
.button-none.accordion-box__label::before{
	display: none;
}

.tab-cost {
    display: flex;
    flex-wrap: wrap;
}

.tab-cost &gt; label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #535353;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-cost &gt; label:hover {
    opacity: .8;
}

.tab-cost input {
    display: none;
}

.tab-cost &gt; div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-cost label:has(:checked) {
    background-color: #fff;
    border-color: #2589d0 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

.tab-cost label:has(:checked) + div {
    display: block;
}

/* --- add 20230519 start--- */
.description-list-waiting dd.description-list__text{
	display: none;
}

dt.open{
	text-align: center;
	cursor: pointer;
}
dt.open p.button{
	font-size: 0.875rem;
	margin: 0;
}
dt.open p.button:hover{
	color: #00577e;
}
dt.open p.button span.btn-close{
	display: none;
}
dt.open.active p.button span.btn-close{
	display: block;
}
dt.open.active p.button span.btn-open{
	display: none;
}
@media (min-width: 768px) {
	dt.open{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
/* --- add 20230519 end--- */
.cost-heading {
  max-width: 1080px;
  margin-right: 2%;
  margin-left: 2%;
  border-bottom: 1px solid var(--primary);
  font-size: clamp(18px, 3vw, 36px);
  text-align: center;
}
@media (min-width: 768px) {
  .cost-heading {
    letter-spacing: 0.15em;
  }
}
@media (min-width: 992px) {
  .cost-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(60px + calc(1em * (1 - 1.5) / 2));
  }
}
.cost-heading--font-color-blue {
  color: #0082bc;
}
.cost_description-list__title {
  /* margin-bottom: 1em; */
  padding: 5px 8px;
  background-color: #0082bc;
  color: #ffffff;
  font-size: 24px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .cost_description-list__title {
    font-size: 24px;
    font-size: 2rem;
  }
}
.cost_description-list__title i {
  margin-right: 5px;
}
.cost_description-list__title--color-red {
  background-color: #ffe2e2;
  color: #e00000;
}
.accordion-box_cost__label {
  display: block;
  margin-bottom: 0;
}
.accordion-box_cost__label:hover {
  color: #00577e;
  cursor: pointer;
  opacity: 0.8;
}
.accordion-box_cost__label::before{
  content:"";
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.accordion-box_cost__label{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion-box__toggle:checked + .accordion-box_cost__label + .accordion-box__content {  /*é–‹é–‰æ™‚*/
  height: auto;
  padding:20px ;
  transition: all .3s;
}
.accordion-box__toggle:checked + .accordion-box_cost__label::before {
  transform: rotate(-45deg) !important;
}

/* --- add 20230627 --- */
.ct-list{
  width: 100%;
}
.ct-list th,
.ct-list td {
  border: 1px solid #0082bc;
  text-align: left;
  vertical-align: top;
}
.ct-list th {
  background-color: #e6f3f9;
  padding: 10px 5px;
  min-width: 35%;
}
.ct-list td {
  padding: 10px;
  width: calc(65% - 20px);
}
.ct-list th span {
  display: inline-block;
  white-space: nowrap;
}
.ct-list td span {
  display: inline-block;
}
@media (min-width: 768px) {
  .ct-list th {
    min-width: 30%;
    padding: 10px;
    white-space: nowrap;
  }
  .ct-list td {
    width: calc(70% - 20px);
  }
}


/* --- freeze-egg2307 &amp; 2308 add --- */

#freeze01 .text-wrap::after,#freeze02 .text-wrap::after,#freeze03 .text-wrap::after,#freeze04 .text-wrap::after,#freeze05 .text-wrap::after,#freeze06 .text-wrap::after,#freeze07 .text-wrap::after,#freeze08 .text-wrap::after,#freeze09 .text-wrap::after,#freeze10 .text-wrap::after{
	content: none;
}

/* #freeze01 .freeze-egg__fv .freeze-egg__overview */
.freeze-egg__fv{
	text-align: center;
	margin-bottom: calc(60px + calc(1em * (1 - 1.5) / 2));
}
.freeze-egg__fv img{
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px){
	.freeze-egg__fv{
		margin-left: 2%;
		margin-right: 2%;
			}
	.freeze-egg__fv img.sp-none{
		max-width: 1080px;
		width: 100%;
	}
}

/* freeze-egg__banner */
.freeze-egg__banner {
 display: block;
}
.freeze-egg__banner:hover {
  opacity: 0.8;
}
.freeze-egg__banner img {
  border: 1px solid #018839;
  width: 100%;
}
@media (min-width: 768px){
  .freeze-egg__banner img {
    border: 2px solid #018839;
  }
}


/* --- add 20240131 --- */
.bnr_recruitment{
	text-align: center;
	margin-bottom: calc(60px + calc(1em * (1 - 1.5) / 2));
}
.bnr_recruitment a{
	display: block;
}
.bnr_recruitment img{
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}
@media (min-width: 768px){
	.bnr_recruitment{
		margin-left: 2%;
		margin-right: 2%;
	}
	.bnr_recruitment img{
		max-width: 1080px;
		width: 100%;
	}
}

/* --- add 20240909 --- */
@media (min-width: 768px){
	.precon img{
		max-width: 720px;
		width: 100%;
	}
}

.freeze-egg__overview{
	text-align: center;
}
.freeze-egg__overview h3{
	font-size: clamp(18px, 3vw, 36px);
}
.freeze-egg__overview img{
	max-width: 30%;
	height: auto;
}
.freeze-egg__overview div p{
	text-align: left;
}
@media (min-width: 768px){
	.freeze-egg__overview{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.freeze-egg__overview div{
		margin-left: 5%;
	}
	.freeze-egg__overview h3{
		text-align: left;
	}
}
/* .freeze-egg_safety */
.freeze-egg_safety p span{
  font-size: clamp(18px, 3vw, 36px);
  font-weight: bold;
  background-color: #ffcc00;
}

.safety_underline span{
  font-size: 1.4em;
  background: linear-gradient(transparent 50%,#f8f87a 50%);
}

/* .btn-appointment */
.btn-appointment{
	text-align: center;
	background-color: #0082bc;
	padding: 1em 1em 3em;
}
.btn-appointment p{
	font-size: clamp(16px, 2vw, 24px);
	color: #fff;
}
.btn-appointment&gt;div{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction:column;
	gap:1em;
}
.btn-appointment01,.btn-appointment02,.btn-appointment03{
	background-color: #e6f3f9;
	font-size: 1.25rem;
	font-weight: bold;
	color: #0082bc;
	border: 3px solid #fff;
	border-radius: 50px;
}
.btn-appointment01 a,.btn-appointment02 a,.btn-appointment03 a{
	display: block;
	padding: 10px 0;
}
.btn-appointment01 a::before,.btn-appointment02 a::before,.btn-appointment03 a::before{
	margin-right: 5px;
    font: var(--fa-font-solid);
    content: "\f138";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
@media (min-width: 768px){
	.btn-appointment&gt;div{
		flex-direction: row;
		justify-content: center;
	}
	.btn-appointment01,.btn-appointment02{
		width:40%;
	}
  .btn-appointment03{
    width:100%;
  }
}

/* #freeze02 .problem-list */
.problem-list{
	position: relative;
	background-color: #e6f3f9;
	padding: 1em 1em 3em;
}
#freeze02 .problem-list::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #e6f3f9 transparent transparent transparent;
	border-width: 20px 40px 0 40px;
}
@media (min-width: 768px){
	#freeze02 .problem-list::after{
		bottom: -30px;
		border-width: 30px 80px 0 80px;
	}
}
.problem-list h2{
	font-size: clamp(18px, 3vw, 36px);
	text-align: center;
}
.problem-list ul{
	list-style: none;
	padding-left: 2em;
}
.problem-list ul li{
	margin-left:1em;
	text-indent:-2em;
}
.problem-list ul li::before{
	content:"";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image:url("../images/freeze_egg_check.png");
	background-size: contain;
	vertical-align: middle;
	margin-right: 1em;
}
@media (min-width: 768px){
	.problem-list ul{
		width: 680px;
		margin: 0 auto;
		font-size: 1.25rem;
	}
	.problem-list ul li::before{
		width: 30px;
		height: 30px;
		background-image:url("../images/freeze_egg_check.png");
	}
}
.problem-solving{
	text-align: center;
}
.problem-solving p{
	font-size: clamp(16px, 2vw, 24px);
	font-weight: bold;
}
.problem-solving img{
	max-width: 50%;
	height: auto;
}

/* #freeze03 .freeze-egg__reason */
#freeze03 .text-wrap{
	margin-bottom: 60px;
}
.freeze-egg__reason div:first-of-type{
	width: 100%;
	text-align: center;
}
.freeze-egg__reason div img{
	max-width: 60%;
	height: auto;
}
@media (min-width: 768px){
	.freeze-egg__reason{
		display: flex;
		justify-content: center;
		column-gap: 2em;
	}
	.freeze-egg__reason div:first-of-type{
		width: 30%;
	}
	.freeze-egg__reason div img{
		max-width: 100%;
	}
}

/* #freeze04 .freeze-egg__merit */
.freeze-egg__merit01{
	position: relative;
}
.freeze-egg__merit01 dt img{
	position: absolute;
	max-width: 15%;
	height: auto;
	right: 3%;
	top: -5%;
}
.freeze-egg__merit02 div img{
	width: 100%;
	height: auto;
}
.freeze-egg__merit03 p{
	font-size: clamp(16px, 2vw, 24px);
}
.freeze-egg__merit03 p:first-of-type{
	font-size: 0.875rem;
	margin-top: 60px;
}
.freeze-egg__merit03 p span{
	font-size: clamp(18px, 3vw, 36px);
	font-weight: bold;
}
@media (min-width: 500px){
	.freeze-egg__merit01{
		margin-bottom: 30px;
	}
	.freeze-egg__merit01 dd{
		margin-top: 2em;
	}
	.freeze-egg__merit01 dt img{
		max-width: 14%;
	}
}
@media (min-width: 768px){
	.freeze-egg__merit01 dt img{
		max-width: 12%;
	}
	.freeze-egg__merit02{
		display: flex;
		column-gap: 1em;
		max-width: 920px;
		margin: 0 auto;
	}
	.freeze-egg__merit02 .description-list{
		margin: 0;
	}
	.freeze-egg__merit02 dl{
		flex: 1;
	}
	.freeze-egg__merit03 p:first-of-type{
		font-size: clamp(16px, 2vw, 24px);
	}
}

/* #freeze05 .freeze-egg__price */
#freeze05 h3{
	margin-bottom: 0;
}
#freeze05&gt;p{
	font-size: 0.75rem;
}
.freeze-egg__compare{
	max-width: 920px;
	margin: 30px 2%;
}
.freeze-egg__compare h4{
	font-size: 1rem;
	color: #0082bc;
	text-align: center;
}
.freeze-egg__compare h4 span{
	background:linear-gradient(transparent 60%, #e6f3f9 60%);
}
@media (min-width: 768px){
	#freeze05&gt;p{
		font-size: 0.875rem;
	}
	.freeze-egg__compare{
		margin-left: auto;
		margin-right: auto;
	}
	.freeze-egg__compare h4{
		font-size: 1.125rem;
	}
	.freeze-egg__compare p{
		text-align: center;
	}
}

.freeze-egg__pack h4{
	font-size: clamp(16px, 2vw, 24px);
	text-align: center;
	margin: 0;
}
.box__outer--column-multiple{
	gap:20px;
}
.freeze-egg__pack h5{
	font-size: 1.25rem;
}
.freeze-egg__pack{
	max-width: 980px;
	margin: 40px 2% 0;
	padding: 20px;
	box-shadow: 1px 1px 10px -1px #e6f3f9;
	background-color: rgba(255, 255, 255, 0.9);
}
.freeze-egg__price{
	text-align: center;
}
.freeze-egg__price span.amount{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	color: #0082bc;
	font-size: 2.5rem;
}
.freeze-egg__price span:last-of-type{
	font-size: 1rem;
}
@media (min-width: 768px){
	.freeze-egg__pack{
		margin-left: auto;
		margin-right: auto;
	}
}
.second-discount{
	max-width: 920px;
	margin: 0 auto;
  padding: 0.5em 1em;
  background-color: #e6f3f9;
}
.second-discount .underline {
	background:linear-gradient(transparent 50%, #f7dfeb 50%);
	font-weight: bold;
}
.second-discount .underline {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.25rem;
}
@media (min-width: 768px){
	.second-discount .underline{
		font-size: 1.4rem;
	}
}
.second-discount .amount-discount {
  color: #e63387;
  font-size: larger;
}

.table-compare {
	max-width: 920px;
	padding: 20px 20px 0 20px;
	margin: 40px 2% 0;
}
.table-compare h4{
	font-size: clamp(16px, 2vw, 24px);
	text-align: center;
	margin-top: 0;
}
.table-scroll__hint{
  margin-left: 180px;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #e6f3f9;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
	color: #0082bc;
}
@media (min-width: 1080px) {
  .table-scroll__hint {
    display: none;
  }
}
.table-scroll__hint span{
	display: inline-block;
	color: #0082bc;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
}
.table-scroll__hint span:first-of-type{
	border-right-color: currentColor;
	border-left: 0;
	margin-right: 10px;
}
.table-scroll__hint span:last-of-type{
	border-left-color: currentColor;
	border-right: 0;
	margin-left: 10px;
}
.table-wrap{
	overflow: auto;
	width: 100%;
}
.table-wrap::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}
.table-wrap::-webkit-scrollbar-thumb{
	border-radius: 5px;
}
.table-wrap::-webkit-scrollbar-thumb{
	opacity: 1;
	background-color: #999;
}

.table-compare table {
	margin: 0;
	border-spacing: 0;
	white-space: nowrap;
	width: 100%;
	table-layout: fixed;
}
.table-compare table small{
	font-size: 70%;
}
.table-compare table thead th:first-child{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
	width: 160px;
	min-width: 160px;
	background-color: #fff;
}
.table-compare th{
	padding: 30px 10px
}
.table-compare table thead th{
	background-color: #999;
	color: #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 160px;
	min-width: 160px;
}
.table-compare table thead th.morozumi-lc{
	background-color: #0082bc;
	width: 200px;
	min-width: 200px;
}
.table-compare tbody th{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #3ea6c6;
	border-top: 3px solid #fff;
	text-align: left;
	color: #fff;
	padding: 30px 20px;
}
.table-compare tbody tr:first-child td{
	font-size: 1.125rem;
}

.table-compare td{
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #FFF;
	padding: 10px;
	text-align: center;
}
.table-compare td span.amount{
	font-size: 1.25rem;
}
.table-compare td span.yen{
	font-size: 50%;
}
.table-compare td.morozumi-lc{
	font-size: 1.125rem;
	font-weight: bold;
	color: #0082bc;
	background-color: #e6f3f9;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.table-compare td.morozumi-lc div{
	display: inline-block;
	font-size: 1.5rem;
	color: red;
	border-bottom: 1px solid red;
}

@media (min-width: 768px){
	.table-compare{
		margin-left: auto;
		margin-right: auto;
    max-width: 1080px;
	}
	.table-compare table thead th:first-child{
		width: 180px;
	}
	.table-compare table thead th.morozumi-lc{
		width: 240px;
		min-width: 240px;
	}
}

@media (min-width: 1080px) {
  .table-compare {
    padding: 0;
  }
}


/* #freeze05 .freeze-egg__flow */
.freeze-egg__flow{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 920px;
	margin: 40px auto 0;
	list-style: none;
	padding: 0;
}
.freeze-egg__flow .description-list{
	width: 100%;
}
.freeze-egg__flow .description-list div .step-circle{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0082bc;
	margin: -40px auto 0;
	font-weight: normal;
}
.freeze-egg__flow .description-list div .step-circle&gt;span{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :60px;
	text-align:center;
	color: #fff;
	line-height: 1.0;;
}
.freeze-egg__flow .description-list div .step-circle span span:first-of-type{
	font-size: 0.8rem;
}
.freeze-egg__flow .description-list div .step-circle span span:last-of-type{
	font-size: 1.8rem;
}
.freeze-egg__flow .description-list__title p img{
	max-width: 20%;
	height: auto;
}
.freeze-egg__flow .description-list__text{
	text-align: left;
}
@media (min-width: 768px){
	.freeze-egg__flow .description-list{
		max-width: 33%;
	}
	.freeze-egg__flow .description-list{
		position: relative;
	}
	.freeze-egg__flow .description-list:not(:last-of-type)::after{
		position: absolute;
		top: calc(50% - (2.375vw / 2));
		right: -1.5vw;
		display: block;
		content: '';
		width: 2vw;
		height: 2.375vw;
		background: url("../images/freeze_egg_arrow.png") 0 0/contain no-repeat;
		z-index: 1;
		}
	.freeze-egg__flow .description-list__title{
		height: 200px;
	}
	.freeze-egg__flow .description-list__title p img{
		max-width: 30%;
	}
}

/* #freeze07 */
.freeze-img{
	max-width: 90%;
	height: auto;
}
#freeze07 .bullet-list{
	max-width: 600px;
	margin: 0 auto;
}
@media (min-width: 768px){
	#freeze07 div p{
		text-align: center;
	}
	.freeze-img{
		max-width: 50%;
	}
}

/* #freeze08 */
.freeze-youtube div{
	max-width: 500px;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 30px;
}
.freeze-youtube p span span::after{
	font: var(--fa-font-solid);
	content: "\f1c1";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.freeze-youtube div iframe{
	width: 100%;
	height: 100%;
}
@media (min-width: 768px){
	.freeze-youtube{
		display: flex;
		align-items: flex-start;
    flex-wrap: wrap;
		gap:1em;
    justify-content: space-between;
	}
	.freeze-youtube div{
    margin: 0;
    width: calc((100% - 1em) / 2);
	}
}

/* #freeze 2310add */
.freeze_egg_box{
  display: flex;
  flex-direction: column-reverse;
  background-color: #fffcdb;
  padding: 1em 2em;
}
@media (min-width: 768px){
  .freeze_egg_box{
    flex-direction:row ;
    padding: 1em;
  }
}
.freeze_egg_box__text{
  margin: 20px;
}

hr.hr-separator-gen {
  border: none;
  border-top: 3px dotted var(--secondary);
}

/* international 240705add */
@media (min-width: 768px) {
    .bnr_international {
        margin-left: 2%;
        margin-right: 2%;}
}
.bnr_international {
    text-align: center;
    margin-bottom: calc(60px + calc(1em*(1 - 1.5) / 2));
  }


.btn-gen-round {
  background-color: #0082bc;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: bold;
  /* margin: 0 30px; */
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .btn-gen-round {
    display: inline-block;
    font-size: larger;
    font-weight: 500;
    margin: 0 auto;
    max-width: 600px;
    padding: 15px 50px;
    width: auto;
  }
}
.btn-gen-round:hover,
.btn-gen-round:active,
.btn-gen-round:focus {
  color: #fff;
  opacity: 0.7;
}

.old-webinar .underline {
  background:linear-gradient(transparent 50%, #f7dfeb 50%);
  font-weight: bold;
}
.old-webinar .underline {
  font-family: Arial, Helvetica, "sans-serif";
}
@media (min-width: 768px){
  .old-webinar .underline{
  }
}

/* precon 240806add */
.precon_plan h2{
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 0.5em 1em;
}

/* screening-test 240823add */
.screening_box{
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #4ec4d3;
}
.screening_box p{
  margin: 0; 
  padding: 0;
  text-align: center;
}

.screening_plan {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 96%;
  max-width: 1080px;
  margin: 0 2% 30px;
}
.screening_plan &gt; *:last-child {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .screening_plan {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .screening_plan {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .screening_plan {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.screening__item {
  width: 100%;
}
@media (min-width: 375px) {
  .screening__item {
    width: 50%;
  }
}
.screening__item-box {
  position: relative;
  padding: 10px 0;
  border: 2px solid #e6f3f9;
}
@media (min-width: 992px) {
  .screening__item-box {
    padding: 20px;
    border-width: 6px;
  }
  .screening__item-box::after {
    display: block;
    clear: both;
    content: "";
  }
}
.screening__title {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 90%;
  margin-top: calc(1em * (1 - 1.5) / 2);
  margin-bottom: calc(1em * (1 - 1.5) / 2);
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .screening__title {
    top: -14px;
    width: auto;
    padding: 0 1em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.screening-list{
  display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}

/* precon 240903add */
.precon-price span{
  background: linear-gradient(transparent 60%, #ffd8f9 60%);
  font-weight: bold;
}
.precon-price .precon-discount{
  font-size: 1.125rem;
  color: #bc007b;
}
.precon-price-men span{
  background: linear-gradient(transparent 60%, #cff5fc 60%);
  font-weight: bold;
}
.precon-price-men .precon-discount{
  font-size: 1.125rem;
  color: #040cad;
}
.precon-normal-price{
  font-weight: bold;
}</pre></body></html>