@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;700&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          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 {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl, dl ol, dl ul {
  margin: 0;
}

ol dl, ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol, ol ul {
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  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;
  -webkit-text-decoration: underline dotted;
          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, img {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* 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 */
  -webkit-appearance: button;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
[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 {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  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 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
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
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * 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;
}

:root {
  /* ======================================= */
  /* カラー設定
  /* ======================================= */
  --clr-blue: #002844;
  --clr-lightblue: #7399D2;
  --clr-yellow: #FDD001;
  --clr-gray02: #9b9d9e;
  --clr-gray03: #eaecee;
  --clr-fb: #4468b0;
  --clr-tw: #29a3ef;
  --clr-yt: #ff0000;
  --clr-line: #00b900;
}

.dt-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .dt-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

/* ======================================= */
/* 書体の設定
/* ======================================= */
/*
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
$Mplus: "M PLUS Rounded 1c", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;700&display=swap');
$Barlow: "Barlow Condensed", serif;

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$pop : "Poppins", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap');
$notoSans : 'Noto Sans JP', sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
$notoSerif : 'Noto Serif JP', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
$zen: 'Zen Kaku Gothic New', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
$zenMaru : 'Zen Maru Gothic', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');
$Nunito : "Nunito", sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap');
$ibm: 'IBM Plex Sans JP', sans-serif;
/* Regular 400  Medium 500 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&display=swap');
$Khand: 'Khand', sans-serif;
/* Regular 400  Medium 500 SemiBold 600 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
$roboto : 'Roboto Condensed',Arial,Sans-Serif;

@import url('https://fonts.googleapis.com/css?family=Archivo');
$Archivo : 'Archivo', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
$Montserrat : 'Montserrat', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');
$Raleway : 'Raleway', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
$Oswald : 'Oswald', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
$teko : 'Teko', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
$Lato : 'Lato', sans-serif;

*/
/*
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');
@mixin fontAwesomeIcon($iconNumber) {
  content: $iconNumber;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
};
*/
/*==　ハンバーガーメニュー　==*/
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

/*====================================================================
  html, body
====================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #2E2E2E;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YakuHanJPs", "メイリオ", "Meiryo";
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  word-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: middle;
}

.noEntry {
  text-align: center;
  font-size: 1.6rem;
  color: #2E2E2E;
}

/* ======================================= */
/* common
/* ======================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

em, address {
  font-style: normal;
}

a {
  color: #2E2E2E;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0px;
  display: block;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email] {
  padding: 10px;
  background: #FFF;
  border: 1px solid #AAA;
}
.mw_wp_form input.sizeXxs {
  width: 15%;
}
.mw_wp_form input.sizeXs {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeXs {
    width: 50%;
  }
}
.mw_wp_form input.sizeS {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeS {
    width: 50%;
  }
}
.mw_wp_form input.sizeM {
  width: 65%;
}
.mw_wp_form input.sizeL {
  width: 80%;
}
.mw_wp_form input.sizeXl {
  width: 100%;
}
.mw_wp_form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #AAA;
}
@media screen and (max-width: 768px) {
  .mw_wp_form textarea {
    height: 160px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  border-radius: 3px;
  font-size: 1.6rem;
}
.mw_wp_form input::-moz-selection, .mw_wp_form textarea::-moz-selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input::selection,
.mw_wp_form textarea::selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 0;
}
.mw_wp_form input:focus::-webkit-input-placeholder, .mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-moz-placeholder, .mw_wp_form textarea:focus::-moz-placeholder {
  color: transparent;
}
.mw_wp_form input:focus:-ms-input-placeholder, .mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-ms-input-placeholder, .mw_wp_form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::placeholder,
.mw_wp_form textarea:focus::placeholder {
  color: transparent;
}
.mw_wp_form input::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form span.mwform-checkbox-field {
  display: block;
}
.mw_wp_form label {
  cursor: pointer;
}
.mw_wp_form label input[type=checkbox] {
  outline: none;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: #fff;
  border: 1px solid #505050;
  border-radius: 3px;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio] {
  outline: none;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  border-radius: 20px;
  background: #fff;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio]:checked {
  background-color: #1273e9;
}
.mw_wp_form select {
  outline: none;
  height: 40px;
  padding: 8px 12px;
  width: auto;
  border-radius: 3px;
  position: relative;
}
.mw_wp_form select option {
  background-color: #fff;
}
.mw_wp_form select::-ms-expand {
  display: block;
}
.mw_wp_form select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}
.mw_wp_form span.error {
  color: red;
  font-weight: bold;
  display: block;
  padding: 5px 0 0;
}

.inputBtnArea {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .inputBtnArea {
    margin: 25px 0 0;
  }
  .inputBtnArea br {
    display: none;
  }
}
.inputBtnArea button.confBtn,
.inputBtnArea button.submitBtn,
.inputBtnArea button.back {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background-color: var(--clr-blue);
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inputBtnArea button.confBtn,
  .inputBtnArea button.submitBtn,
  .inputBtnArea button.back {
    width: 80%;
    line-height: 50px;
    border-radius: 50px;
    font-size: 1.4rem;
  }
}
.inputBtnArea button.confBtn:hover,
.inputBtnArea button.submitBtn:hover,
.inputBtnArea button.back:hover {
  opacity: 0.8;
}
.inputBtnArea button.back {
  background-color: #777;
}
.inputBtnArea button.confBtn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mw_wp_form_input .doui {
  text-align: center;
  font-size: 1.8rem;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input .doui {
    margin: 30px 0 0;
    font-size: 1.3rem;
  }
}
.mw_wp_form_input .doui input {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
  vertical-align: -3px;
}
.mw_wp_form_input .doui a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.mw_wp_form_input button.submitBtn {
  display: none;
}
.mw_wp_form_input button.back {
  display: none;
}

.mw_wp_form_confirm dl dt .required {
  display: none;
}
.mw_wp_form_confirm .doui {
  display: none;
}
.mw_wp_form_confirm .privacy {
  display: none;
}
.mw_wp_form_confirm button.confBtn {
  display: none;
}

.btn {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 160px;
  }
}
.btn a {
  font-weight: 500;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 50px;
  display: block;
  background-color: white;
  color: var(--clr-blue);
  border: 1px solid var(--clr-lightblue);
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 1.1rem;
    border-radius: 33px;
    line-height: 33px;
    padding: 0 15px;
  }
}
.btn a::after {
  content: "●";
  display: block;
  font-size: 1.1rem;
  color: var(--clr-lightblue);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn a::after {
    right: 15px;
    font-size: 1rem;
  }
}
.btn a:hover {
  background-color: var(--clr-blue);
  color: white;
  opacity: 1;
}
.btn a:hover::after {
  font-size: 1.3rem;
  color: var(--clr-yellow);
}
@media screen and (max-width: 768px) {
  .btn a:hover::after {
    font-size: 1.2rem;
  }
}

.l-header {
  width: 1400px;
  height: 90px;
  background-color: white;
  border-radius: 0 0 20px 20px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  z-index: 9989;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.l-header__home {
  -webkit-transform: translateY(-90px) translateX(-50%);
          transform: translateY(-90px) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__home {
    -webkit-transform: translateY(-90px) translateX(0);
            transform: translateY(-90px) translateX(0);
  }
}
.l-header__home.fade-down {
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__home.fade-down {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header__inner .siteid-wrap {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__inner .siteid-wrap {
    top: 4px;
    left: 4%;
  }
}
.l-header__inner .siteid-wrap h1 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner .siteid-wrap h1 {
    font-size: 0.8rem;
  }
}
.l-header__inner .siteid-wrap .siteId {
  width: 193px;
}
@media screen and (max-width: 768px) {
  .l-header__inner .siteid-wrap .siteId {
    width: 100px;
  }
}
.l-header__inner .dt-nav {
  position: absolute;
  top: 30px;
  right: 350px;
}
.l-header__inner .dt-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}
.l-header__inner .dt-nav ul li a {
  font-size: 1.6rem;
  position: relative;
}
.l-header__inner .dt-nav ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--clr-lightblue);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__inner .dt-nav ul li a:hover {
  color: var(--clr-lightblue);
}
.l-header__inner .dt-nav ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header__inner .dt-nav ul li.-active a {
  color: var(--clr-lightblue);
}
.l-header__inner .dt-nav ul li.-active a::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header__inner .head-phone {
  width: 310px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-header__inner .head-phone {
    display: none;
  }
}

.sp-nav {
  position: fixed;
  z-index: 9988;
  width: 100%;
  height: 100vh;
  top: -110vh;
  background-image: url("/assets/image/common/nav-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sp-nav.-active {
  top: 0;
}
.sp-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦方向に配置 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 上下に配置 */
  width: 100%;
  height: 100vh;
}
.sp-nav .inner .sp-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-top: 80px;
}
.sp-nav .inner .sp-nav__lists li {
  text-align: center;
}
.sp-nav .inner .sp-nav__lists li a {
  font-size: 1.8rem;
  font-weight: 700;
}
.sp-nav .inner .sp-nav__phone {
  margin-top: auto;
  width: 100%;
  background-color: var(--clr-yellow);
  border-radius: 0 0 10px 10px;
}
.sp-nav .inner .sp-nav__phone li {
  border-top: 1px solid var(--clr-blue);
}
.sp-nav .inner .sp-nav__phone li:first-child {
  border-top: none;
}
.sp-nav .inner .sp-nav__phone li a {
  display: block;
  padding: 20px 10%;
  text-align: left;
}
.sp-nav .inner .sp-nav__phone li a img {
  width: auto;
  height: 20px;
  text-align: left;
}

.menuBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .menuBtn {
    display: block;
    background: #002844;
    display: block;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    border-radius: 0 0 10px 0;
    cursor: pointer;
    color: white;
  }
  .menuBtn span {
    width: 14px;
    height: 1px;
    display: block;
    left: 40%;
    top: 50%;
    margin-left: -15px;
    margin-top: -1px;
    position: relative;
    background: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menuBtn span:before, .menuBtn span:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
    width: 7px;
    height: 1px;
    display: block;
    background: white;
    position: absolute;
  }
  .menuBtn span:before {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  .menuBtn span:after {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
    opacity: 1;
  }
  .menuBtn span.top {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .menuBtn span.middle {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .menuBtn span.bottom {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .menuBtn.is-open span.middle:before {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  .menuBtn.is-open span.middle:after {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  .menuBtn.is-open span.top {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .menuBtn.is-open span.top:before {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg);
  }
  .menuBtn.is-open span.top:after {
    -webkit-transform: translateX(8px) rotate(-45deg);
            transform: translateX(8px) rotate(-45deg);
  }
  .menuBtn.is-open span.bottom {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .menuBtn.is-open span.bottom:before {
    -webkit-transform: translateX(3px) rotate(-45deg);
            transform: translateX(3px) rotate(-45deg);
  }
  .menuBtn.is-open span.bottom:after {
    -webkit-transform: translateX(8px) rotate(45deg);
            transform: translateX(8px) rotate(45deg);
  }
  .menuBtn p {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 20%;
    display: block;
    position: absolute;
    top: 13px;
    text-align: right;
  }
}

.l-toppage {
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage {
    min-width: 100%;
    margin: 0;
  }
}
.l-toppage h2 {
  line-height: 1.6;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-toppage h2 {
    font-size: 2.2rem;
  }
}
.l-toppage h2::before {
  content: attr(data-title);
  font-family: "Barlow Condensed", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-toppage h2::before {
    font-size: 1.4rem;
  }
}
.l-toppage__hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.l-toppage__hero .swiper-container {
  position: relative;
}
.l-toppage__hero .swiper-container .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.l-toppage__hero .swiper-container .swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-toppage__hero .swiper-pagination {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-pagination {
    bottom: 80px;
  }
}
.l-toppage__hero .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.l-toppage__hero .swiper-pagination-bullet-active {
  background-color: white;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}
.l-toppage__hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .l-toppage__hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.l-toppage__hero .hero-hospital-hours {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-hospital-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 92%;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.l-toppage__hero .hero-hospital-hours figure {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-hospital-hours figure {
    width: 30px;
  }
}
.l-toppage__hero .hero-hospital-hours table {
  position: relative;
}
.l-toppage__hero .hero-hospital-hours table::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCC;
  position: absolute;
  top: 0;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-hospital-hours table::before {
    left: -10px;
  }
}
.l-toppage__info {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-toppage__info .inner {
  width: 1320px;
  margin: 0 auto;
  color: white;
  background-color: var(--clr-lightblue);
  border-radius: 20px;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__info .inner {
    width: 100%;
    border-radius: 0;
    padding: 140px 5% 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  .l-toppage__info .inner .headline {
    width: 100%;
    text-align: center;
  }
}
.l-toppage__info .inner .headline h2::before {
  color: var(--clr-blue);
}
.l-toppage__info .inner .info-lists {
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .l-toppage__info .inner .info-lists {
    min-height: auto;
  }
}
.l-toppage__info .inner .info-lists a {
  color: white;
}
.l-toppage__info .inner .info-lists a::after {
  color: white;
}
.l-toppage__info .inner .info-lists a:hover {
  background-color: white;
}
.l-toppage__info .inner .info-lists a:hover::after {
  color: var(--clr-yellow);
}
.l-toppage__info .inner .info-lists a:hover dl dt {
  color: var(--clr-lightblue);
}
.l-toppage__info .inner .info-lists a:hover dl dd {
  color: #595757;
}
.l-toppage__info .inner .btn {
  position: absolute;
  left: 70px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-toppage__info .inner .btn {
    position: static;
    margin: 20px auto 0;
  }
}
.l-toppage__greeting {
  padding: 220px 0 125px;
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting {
    padding: 0;
  }
}
.l-toppage__greeting .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting .inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 100px 10% 40px;
  }
}
.l-toppage__greeting .inner::before {
  content: "";
  display: block;
  width: 650px;
  height: 650px;
  background-image: url("/assets/image/common/logomark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -270px;
  left: -60px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting .inner::before {
    width: 325px;
    height: 325px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-toppage__greeting .inner .headline {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting .inner .headline {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.l-toppage__greeting .inner .headline .read {
  font-size: 1.6rem;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting .inner .headline .read {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.l-toppage__greeting .inner .headline .btn {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting .inner .headline .btn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-toppage__greeting .inner figure {
    margin-top: 60px;
  }
}
.l-toppage__about {
  width: 100%;
  background-image: url("/assets/image/home/img-about_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about {
    height: auto;
  }
}
.l-toppage__about .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .inner {
    width: 100%;
  }
}
.l-toppage__about .inner .headline {
  padding-top: 165px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .inner .headline {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    text-align: center;
  }
}
.l-toppage__about .inner .headline .read {
  font-size: 1.6rem;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .inner .headline .read {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.l-toppage__about .inner .headline .btn {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .inner .headline .btn {
    margin: 20px auto 40px;
  }
  .l-toppage__about .inner .headline .btn a {
    text-align: left;
  }
}
.l-toppage__medical {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical {
    padding: 0 0 30px;
  }
}
.l-toppage__medical .inner {
  width: 1320px;
  margin: 0 auto;
  background-color: var(--clr-lightblue);
  border-radius: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner {
    width: 100%;
    border-radius: 0;
    padding: 60px 5% 50px;
  }
}
.l-toppage__medical .inner .headline {
  text-align: center;
}
.l-toppage__medical .inner .headline h2 {
  color: white;
}
.l-toppage__medical .inner .headline h2::before {
  color: var(--clr-blue);
}
.l-toppage__medical .inner .medical-lists {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 55px;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner .medical-lists {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 4%;
  }
}
.l-toppage__medical .inner .medical-lists li {
  width: 330px;
  background-color: white;
  display: block;
  border-radius: 20px;
  padding: 35px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner .medical-lists li {
    width: 48%;
    border-radius: 10px;
    padding: 0 0 15px;
  }
}
.l-toppage__medical .inner .medical-lists li figure {
  width: 180px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner .medical-lists li figure {
    width: 75%;
    margin: 0 auto;
  }
}
.l-toppage__medical .inner .medical-lists li p {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner .medical-lists li p {
    font-size: 1.6rem;
  }
}
.l-toppage__medical .inner .medical-lists li p span {
  line-height: 1;
  display: block;
  font-family: "Barlow Condensed", serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--clr-lightblue);
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner .medical-lists li p span {
    font-size: 1rem;
  }
}
.l-toppage__medical .inner .btn {
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__medical .inner .btn {
    margin: 25px auto 0;
  }
}
.l-toppage__other {
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2%;
}
@media screen and (max-width: 768px) {
  .l-toppage__other {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 15px 0;
    padding: 0 5% 100px;
  }
}
.l-toppage__other .box {
  width: 49%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box {
    width: 100%;
    height: 250px;
  }
}
.l-toppage__other .box.-first {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box.-first {
    border-radius: 10px;
  }
}
.l-toppage__other .box.-first .headline .headline-inner {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box.-first .headline .headline-inner {
    margin: 0;
  }
}
.l-toppage__other .box.-access {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box.-access {
    border-radius: 10px;
  }
}
.l-toppage__other .box img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box img {
    height: 250px;
  }
}
.l-toppage__other .box .headline {
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 40, 68, 0.9);
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box .headline {
    padding: 14px 5%;
  }
}
.l-toppage__other .box .headline-inner {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-toppage__other .box .headline-inner {
    width: 100%;
  }
}
.l-toppage__other .box .headline h2 {
  color: white;
}

.l-footer {
  width: 100%;
  min-width: 1400px;
  margin: 0;
  background-image: url("/assets/image/common/img-footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-width: 100%;
    background-image: url("/assets/image/common/img-footer_bg-sp.png");
  }
}
.l-footer__nav {
  border-bottom: 1px solid white;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    padding: 30px 0 25px;
  }
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 70px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 20px 0;
    padding: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav ul li {
    width: 50%;
  }
  .l-footer__nav ul li:first-child {
    width: 100%;
  }
}
.l-footer__nav ul li a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav ul li a {
    font-size: 1.3rem;
  }
}
.l-footer__hospital {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 5% 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add {
    width: 100%;
  }
}
.l-footer__hospital-add .add-headline {
  color: var(--clr-blue);
}
.l-footer__hospital-add .add-headline .kai {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-headline .kai {
    font-size: 1.4rem;
    text-align: center;
  }
}
.l-footer__hospital-add .add-headline figure {
  width: 210px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-headline figure {
    width: 166px;
    margin: 5px auto;
  }
}
.l-footer__hospital-add .add-headline figure a {
  display: block;
}
.l-footer__hospital-add .add-headline .add {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-headline .add {
    font-size: 1.3rem;
    text-align: center;
  }
}
.l-footer__hospital-add .add-phone {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-phone {
    margin-top: 20px;
  }
}
.l-footer__hospital-add .add-phone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-phone ul {
    gap: 12px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-phone ul li {
    text-align: center;
  }
}
.l-footer__hospital-add .add-phone ul li a img.phone {
  display: inline-block;
  width: auto;
  min-width: 265px;
  height: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-phone ul li a img.phone {
    min-width: auto;
    height: 20px;
  }
}
.l-footer__hospital-add .add-phone ul li img.fax {
  margin-top: 5px;
  width: 167px;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-phone ul li img.fax {
    width: 150px;
  }
}
.l-footer__hospital-add .add-phone ul li span {
  vertical-align: bottom;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-add .add-phone ul li span {
    font-size: 1rem;
  }
}
.l-footer__hospital-hours {
  background-color: white;
  border: 1px solid var(--clr-lightblue);
  border-radius: 20px;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-hours {
    padding: 20px 5% 25px;
    margin: 30px auto 0;
    border-radius: 10px;
  }
}
.l-footer__hospital-hours table.hours {
  width: 472px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__hospital-hours table.hours {
    width: 100%;
  }
}
.l-footer__rower {
  text-align: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__rower {
    padding: 0 0 20px;
  }
}
.l-footer__rower p a {
  font-size: 1.2rem;
  color: var(--clr-blue);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__rower p a {
    font-size: 1.1rem;
  }
}
.l-footer__rower address {
  font-size: 1.4rem;
  color: var(--clr-lightblue);
  font-family: "Barlow Condensed", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l-footer__rower address {
    font-size: 1.1rem;
  }
}
.l-footer .pagescroll {
  cursor: pointer;
  width: 80px;
  position: absolute;
  top: -100px;
  right: 20px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-footer .pagescroll {
    width: 50px;
    top: -60px;
    right: 10px;
  }
}

.pagetitle {
  width: 100%;
  min-width: 1400px;
  height: 400px;
  margin: 0;
  background-image: url("/assets/image/common/pagetitle-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pagetitle {
    min-width: 100%;
    height: 150px;
  }
}
.pagetitle .inner {
  width: 1200px;
  height: 400px;
  padding-top: 180px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagetitle .inner {
    width: 100%;
    height: 150px;
    padding: 70px 5% 0;
    margin: 0;
  }
}
.pagetitle .inner::after {
  content: "";
  display: block;
  width: 380px;
  height: 380px;
  background-image: url("/assets/image/common/logomark-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  position: absolute;
  top: 10px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .pagetitle .inner::after {
    width: 190px;
    height: 190px;
    right: -50px;
  }
}
.pagetitle h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pagetitle h2 {
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }
}
.pagetitle h2::before {
  content: attr(data-title);
  font-family: "Barlow Condensed", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  color: var(--clr-lightblue);
}
@media screen and (max-width: 768px) {
  .pagetitle h2::before {
    font-size: 1.2rem;
  }
}

ul.breadcrumb {
  width: 100%;
  margin: 60px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul.breadcrumb {
    margin: 10px 0 0;
  }
}
ul.breadcrumb li {
  color: #2E2E2E;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 0 3em;
  position: relative;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  ul.breadcrumb li {
    font-size: 0.9rem;
    line-height: unset;
  }
}
ul.breadcrumb li::before {
  content: "・";
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.breadcrumb li:first-child {
  padding: 0;
}
ul.breadcrumb li:first-child::before {
  display: none;
}
ul.breadcrumb li a {
  color: #2E2E2E;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.l-page {
  padding: 70px 0 200px;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 35px 0 100px;
  }
}
.l-page .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-page .inner {
    width: 100%;
    margin: 0;
  }
}
.l-page h3.sec-title {
  color: var(--clr-blue);
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid var(--clr-lightblue);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-page h3.sec-title {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.l-page h3.sec-title span {
  font-family: "Barlow Condensed", serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--clr-lightblue);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-page h3.sec-title span {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

table.hours {
  background-color: white;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  table.hours {
    font-size: 1.1rem;
  }
}
table.hours tbody {
  margin: 0;
  padding: 0;
}
table.hours tbody tr {
  border-bottom: 1px solid #CCC;
}
table.hours tbody tr:nth-child(1) {
  color: #2E2E2E;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  table.hours tbody tr:nth-child(1) {
    font-size: 1rem;
  }
}
table.hours tbody tr:nth-child(2), table.hours tbody tr:nth-child(3) {
  font-size: 1.8rem;
  color: var(--clr-lightblue);
}
@media screen and (max-width: 768px) {
  table.hours tbody tr:nth-child(2), table.hours tbody tr:nth-child(3) {
    font-size: 1.2rem;
  }
}
table.hours tbody tr .hours-head {
  text-align: left;
  padding: 10px 0;
  color: #2E2E2E;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  table.hours tbody tr .hours-head {
    font-size: 1.1rem;
    padding: 5px 0;
  }
}
table.hours tbody tr .hours-head__num {
  display: block;
  font-size: 1.3rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  table.hours tbody tr .hours-head__num {
    font-size: 1rem;
  }
}
table.hours tbody tr .hours-head__label {
  font-weight: 500;
  color: #2E2E2E;
}
table.hours tbody tr .hours-head__cell {
  font-weight: 500;
  padding: 3px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table.hours tbody tr .hours-head__cell {
    padding: 3px 5px;
  }
}
table.hours tbody tr .hours-head__cell.-none {
  color: #2E2E2E;
}

.info-lists {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
@media screen and (max-width: 768px) {
  .info-lists {
    width: 100%;
  }
}
.info-lists a {
  display: block;
  font-size: 1.4rem;
  padding: 15px 60px 15px 35px;
  border-radius: 70px;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .info-lists a {
    padding: 10px 30px 10px 10px;
    border-radius: 0;
  }
}
.info-lists a::after {
  content: "●";
  display: block;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .info-lists a::after {
    font-size: 1rem;
    right: 10px;
  }
}
.info-lists a:hover::after {
  font-size: 1.4rem;
}
.info-lists a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .info-lists a dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info-lists a dl dt, .info-lists a dl dd {
  margin: 0;
}
.info-lists a dl dt {
  width: 15%;
  font-family: "Barlow Condensed", serif;
}
@media screen and (max-width: 768px) {
  .info-lists a dl dt {
    width: 100%;
  }
}
.info-lists a dl dd {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .info-lists a dl dd {
    width: 100%;
  }
}

.fade-cont {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fade-cont.in-view {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.l-message .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-message .intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 5%;
  }
}
.l-message .intro figure {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .l-message .intro figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-message .intro .txt-wrap {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .l-message .intro .txt-wrap {
    width: 100%;
  }
}
.l-message .intro .txt-wrap p {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .l-message .intro .txt-wrap p {
    font-size: 1.4rem;
  }
}
.l-message .intro .txt-wrap .name {
  width: 147px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-message .intro .txt-wrap .name {
    width: 120px;
    margin: 15px 0 0 auto;
  }
}
.l-message .history {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-message .history {
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 5%;
    gap: 25px 0;
  }
}
.l-message .history .box {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .l-message .history .box {
    width: 100%;
  }
}
.l-message .history dl {
  margin: 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-message .history dl {
    font-size: 1.4rem;
  }
}
.l-message .history dl:first-of-type {
  margin: 0;
}
.l-message .history dl dt, .l-message .history dl dd {
  margin: 0;
}
.l-message .history dl dt {
  width: 20%;
}
.l-message .history dl dd {
  width: 80%;
}
.l-message .history ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-message .history ul li {
    font-size: 1.4rem;
  }
}

.l-about .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-about .intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 5%;
  }
}
.l-about .intro figure {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .l-about .intro figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-about .intro p {
  width: 400px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--clr-blue);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-about .intro p {
    width: 100%;
    font-size: 2rem;
  }
}
.l-about .intro p span {
  font-weight: 500;
  display: block;
  margin-top: 30px;
  text-align: right;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .l-about .intro p span {
    font-size: 2rem;
    margin-top: 15px;
  }
}
.l-about .intro p span span {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-about .intro p span span {
    font-size: 1.4rem;
  }
}
.l-about .facility {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .l-about .facility {
    margin-top: 50px;
    padding: 0 5%;
  }
}
.l-about .facility .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px 30px;
}
@media screen and (max-width: 768px) {
  .l-about .facility .lists {
    margin-top: 20px;
    gap: 15px 0;
  }
}
.l-about .facility .lists figure {
  width: 380px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-about .facility .lists figure {
    width: 100%;
    border-radius: 10px;
  }
}
.l-about .facility .lists figure figcaption {
  width: 100%;
  background-color: rgba(0, 40, 68, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-about .facility .lists figure figcaption {
    font-size: 1.1rem;
    padding: 8px;
  }
}

.l-medical .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px 6%;
}
@media screen and (max-width: 768px) {
  .l-medical .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 60px 0;
    padding: 0 5%;
  }
}
.l-medical .inner .box {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box {
    width: 100%;
  }
}
.l-medical .inner .box h3.sec-title {
  width: 100%;
}
.l-medical .inner .box figure.sec-img {
  width: 100%;
}
.l-medical .inner .box#ad {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#ad {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-medical .inner .box#ad figure.sec-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#ad figure.sec-img {
    width: 100%;
  }
}
.l-medical .inner .box#ad .icon-lists {
  width: 50%;
  gap: 30px;
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#ad .icon-lists {
    width: 100%;
    padding: 0 5%;
    gap: 20px 5%;
    margin-top: 30px;
  }
}
.l-medical .inner .box#ad .icon-lists li {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#ad .icon-lists li {
    width: 47.5%;
  }
}
.l-medical .inner .box#ad .icon-lists li p {
  margin-top: 8px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#ad .icon-lists li p {
    font-size: 1.6rem;
  }
}
.l-medical .inner .box#urology h3, .l-medical .inner .box#im h3, .l-medical .inner .box#ad h3 {
  padding-left: 150px;
  position: relative;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#urology h3, .l-medical .inner .box#im h3, .l-medical .inner .box#ad h3 {
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.l-medical .inner .box#urology h3::before, .l-medical .inner .box#im h3::before, .l-medical .inner .box#ad h3::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#urology h3::before, .l-medical .inner .box#im h3::before, .l-medical .inner .box#ad h3::before {
    width: 90px;
    height: 90px;
    left: unset;
    right: -2.5%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.l-medical .inner .box#urology h3::before {
  background-image: url("/assets/image/medical/icon-urology.svg");
}
.l-medical .inner .box#im h3::before {
  background-image: url("/assets/image/medical/icon-im.svg");
}
.l-medical .inner .box#ad h3::before {
  background-image: url("/assets/image/medical/icon-ad.svg");
}
.l-medical .inner .box#time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-medical .inner .box#time h3 {
  width: 100%;
}
.l-medical .inner .box#time figure {
  margin-top: 30px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#time figure {
    width: 100%;
    margin-top: 15px;
  }
}
.l-medical .inner .box#time p {
  width: 48%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#time p {
    margin-top: 15px;
    width: 100%;
    font-size: 1.3rem;
  }
}
.l-medical .inner .box#doctor {
  width: 100%;
}
.l-medical .inner .box#doctor .doc-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#doctor .doc-box {
    margin-top: 25px;
  }
}
.l-medical .inner .box#doctor .doc-box:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#doctor .doc-box:first-of-type {
    margin-top: 10px;
  }
}
.l-medical .inner .box#doctor .doc-box .position {
  display: inline-block;
  background-color: var(--clr-lightblue);
  color: white;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#doctor .doc-box .position {
    font-size: 1.2rem;
    line-height: 22px;
    border-radius: 22px;
    margin-bottom: 5px;
    padding: 0 15px;
  }
}
.l-medical .inner .box#doctor .doc-box .name {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#doctor .doc-box .name {
    font-size: 2rem;
  }
}
.l-medical .inner .box#doctor .doc-box .name span {
  font-size: 1.4rem;
  color: gray;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#doctor .doc-box .name span {
    font-size: 1.2rem;
    margin-left: 12px;
  }
}
.l-medical .inner .box#doctor .doc-box .txt {
  font-size: 1.6rem;
  margin-top: 15px;
}
.l-medical .inner .box#doctor .doc-box .txt:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-medical .inner .box#doctor .doc-box .txt {
    font-size: 1.3rem;
  }
}

.l-first .box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-first .box {
    margin-top: 50px;
    padding: 0 5%;
  }
}
.l-first .box:first-of-type {
  margin-top: 0;
}
.l-first .box p {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.l-first .box p::before {
  content: "●";
  color: var(--clr-yellow);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .l-first .box p::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-first .box p {
    font-size: 1.4rem;
  }
}
.l-first .box table.hours {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .l-first .box table.hours {
    width: 100%;
  }
}
.l-first .box table.hours tbody tr .hours-head {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-first .box table.hours tbody tr .hours-head {
    padding: 10px 0;
  }
}
.l-first .box .typeA {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 80px;
}
@media screen and (max-width: 768px) {
  .l-first .box .typeA {
    margin-top: 10px;
    gap: 5px 0;
  }
}
.l-first .box .typeA li {
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-first .box .typeA li {
    width: 100%;
    font-size: 1.6rem;
  }
  .l-first .box .typeA li:last-child {
    margin-top: 20px;
  }
}
.l-first .box .typeA li::before {
  content: "●";
}
.l-first .box .typeA li::after {
  font-size: 1.4rem;
  content: attr(data-title);
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-first .box .typeA li::after {
    font-size: 1.2rem;
  }
}

.l-access .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-access .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 5%;
  }
}
.l-access .content .txt-wrap .add-headline {
  color: var(--clr-blue);
}
.l-access .content .txt-wrap .add-headline .kai {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-headline .kai {
    font-size: 1.6rem;
  }
}
.l-access .content .txt-wrap .add-headline figure {
  width: 210px;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-headline figure {
    width: 180px;
    margin: 5px 0 10px;
  }
}
.l-access .content .txt-wrap .add-headline figure a {
  display: block;
}
.l-access .content .txt-wrap .add-headline .add {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-headline .add {
    font-size: 1.4rem;
  }
}
.l-access .content .txt-wrap .add-headline .add img {
  width: 14px;
  margin-right: 8px;
  vertical-align: -5px;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-headline .add img {
    width: 12px;
    vertical-align: -3px;
  }
}
.l-access .content .txt-wrap .add-phone {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-phone {
    margin-top: 20px;
  }
}
.l-access .content .txt-wrap .add-phone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.l-access .content .txt-wrap .add-phone ul li a img.phone {
  display: inline-block;
  width: auto;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-phone ul li a img.phone {
    margin-right: 5px;
  }
}
.l-access .content .txt-wrap .add-phone ul li img.fax {
  margin-top: 5px;
  width: 167px;
}
.l-access .content .txt-wrap .add-phone ul li span {
  vertical-align: -4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .add-phone ul li span {
    font-size: 1.2rem;
  }
}
.l-access .content .txt-wrap .caption {
  font-size: 1.6rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-access .content .txt-wrap .caption {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.l-access .content figure {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .l-access .content figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-access .content .taxi {
  margin-top: 100px;
  width: 100%;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi {
    margin-top: 50px;
    border-radius: 10px;
    padding: 25px 5%;
  }
}
.l-access .content .taxi-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi-title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.l-access .content .taxi-title span {
  font-size: 1.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi-title span {
    font-size: 1.2rem;
  }
}
.l-access .content .taxi .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-access .content .taxi .row figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi .row figure {
    width: 100%;
  }
}
.l-access .content .taxi .row .txt-wrap {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi .row .txt-wrap {
    width: 100%;
    padding: 0 4%;
  }
}
.l-access .content .taxi .row .txt-wrap .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi .row .txt-wrap .txt {
    font-size: 1.3rem;
  }
}
.l-access .content .taxi .row .txt-wrap .txt b {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi .row .txt-wrap .txt b {
    font-size: 1.5rem;
  }
}
.l-access .content .taxi .row .txt-wrap .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-access .content .taxi .row .txt-wrap .btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-access .content .map {
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-access .content .map {
    margin-top: 50px;
  }
}
.l-access .content .map iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .l-access .content .map iframe {
    height: 250px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-info .inner {
    padding: 0 5%;
  }
}
.l-info .info-lists {
  width: 100%;
}
.l-info .info-lists a {
  display: block;
  margin: 0;
}
.l-info .info-lists a::after {
  color: var(--clr-lightblue);
}
.l-info .info-lists a:hover {
  background-color: #C6D6ED;
}
.l-info .info-lists a:hover::after {
  color: var(--clr-yellow);
  font-size: 1.8rem;
}
.l-info .info-lists a:hover dl dt {
  color: var(--clr-lightblue);
}
.l-info .info-lists a:hover dl dd {
  color: #595757;
}
.l-info .info-lists a dl dt {
  color: var(--clr-lightblue);
}
.l-info .info-lists a dl dd {
  font-size: 1.6rem;
  color: #595757;
}
.l-info .post-head {
  border-bottom: 1px solid var(--clr-lightblue);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.l-info .post-head time {
  font-size: 1.8rem;
  color: var(--clr-lightblue);
  font-family: "Barlow Condensed", serif;
  font-weight: 400;
}
.l-info .post-head h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--clr-blue);
}
.l-info .post-body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-info .post-body {
    font-size: 1.4rem;
  }
}
.l-info .post-body p {
  font-size: 1.6rem;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-info .post-body p {
    font-size: 1.4rem;
    margin: 12px 0;
  }
}
.l-info .post-body .wp-block-image {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-info .post-body .wp-block-image {
    margin: 12px 0;
  }
}
.l-info .post-body img {
  width: auto;
  height: auto;
}
.l-info .post .btn {
  margin: 100px auto 0;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 50px 0 0;
  }
}
.wp-pagenavi .page,
.wp-pagenavi span {
  color: var(--clr-blue);
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 25px;
  margin: 0 5px;
  padding: 4px 13px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi span {
    font-size: 1.2rem;
    padding: 3px 10px;
    margin: 0 3px;
  }
}
.wp-pagenavi .page:hover {
  background-color: #C6D6ED;
}
.wp-pagenavi span.current {
  background-color: #C6D6ED;
}
.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
  width: 9px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink img,
  .wp-pagenavi .nextpostslink img {
    width: 7px;
  }
}
.wp-pagenavi .previouspostslink {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin: 0 10px 0 0;
  }
}
.wp-pagenavi .nextpostslink {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-privacy .inner {
    padding: 0 5%;
  }
}
.l-privacy .inner .box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box {
    margin-top: 15px;
  }
}
.l-privacy .inner .box:first-of-type {
  margin-top: 0;
}
.l-privacy .inner .box p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box p {
    font-size: 1.4rem;
  }
}
.l-privacy .inner .box ul li {
  margin-top: 2px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box ul li {
    font-size: 1.4rem;
    text-indent: -1.2em;
    padding-left: 1em;
  }
}
.l-privacy .inner .box div {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box div {
    margin-top: 15px;
  }
}
.l-privacy .inner .box div p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box div p {
    font-size: 1.4rem;
  }
}
.l-privacy .inner .box div p b {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box div p b {
    font-size: 1.6rem;
  }
}
.l-privacy .inner .box .contact .kai {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box .contact .kai {
    font-size: 1.6rem;
  }
}
.l-privacy .inner .box .contact figure {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box .contact figure {
    width: 180px;
  }
}
.l-privacy .inner .box .contact .phone {
  margin-top: 0;
}
.l-privacy .inner .box .contact .phone a {
  font-family: "Barlow Condensed", serif;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box .contact .phone a {
    font-size: 2rem;
  }
}
.l-privacy .inner .box .contact .phone a img {
  margin-right: 5px;
  width: 28px;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box .contact .phone a img {
    width: 14px;
  }
}
.l-privacy .inner .box .contact .phone span {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box .contact .phone span {
    font-size: 1.4rem;
  }
}
.l-privacy .inner .box .contact .caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-privacy .inner .box .contact .caption {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */