@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.common-header {
  max-width: 1100px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1.2em;
  }
}

.common-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 2rem;
  color: #19A7A5;
  text-align: center;
  border-bottom: 1px solid #19A7A5;
}
@media screen and (max-width: 1099.98px) {
  .common-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading {
    font-size: 1.8rem;
  }
}

.common-subheading {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.2;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 640px), print {
  .common-subheading {
    font-size: 1.8rem;
  }
}
.common-subheading::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #A9EDEC;
}

/* 共通見出し（h3相当）*/
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.common-link {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .common-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-link {
    font-size: 1.2rem;
  }
}
.common-link:hover::before {
  background: url("../img/base/icon-arrow_wht.png") no-repeat center/cover;
}
.common-link:hover::after {
  background-color: #fff;
}
.common-link:hover span {
  background-color: #19A7A5;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #19A7A5;
  border: 1px solid #19A7A5;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .common-link span {
    padding: 1.2rem 5.5rem 1.2rem 1.3rem;
  }
}
.common-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  display: block;
  width: 42px;
  height: 7px;
  background: url("../img/base/icon-arrow_blk.png") no-repeat center/cover;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: all;
}
@media screen and (max-width: 1099.98px) {
  .common-link::before {
    width: 35px;
    height: 6px;
    top: calc(50% - 0.4rem);
  }
}
.common-link::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #19A7A5;
  background-color: #19A7A5;
  z-index: -1;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
}

.link-button {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10em;
  padding: 0.8em 5em 0.8em 2em;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.2;
  transition: background-color 0.3s ease;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  background-color: #9FB7F1;
  color: #fff;
  border: 1px solid #9FB7F1;
}
.link-button-wrapper {
  margin-top: 2em;
}
.link-button-wrapper-secondary {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
}
.link-button:hover {
  border: 1px solid #9FB7F1;
  color: #9FB7F1;
  background-color: #fff;
}
.link-button:hover:before {
  border-color: #9FB7F1;
}
.link-button:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  padding-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -209px;
    padding-bottom: 209px;
  }
}

.global-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  background: rgba(62, 205, 203, 0.7);
  z-index: 300;
}
@media screen and (min-width: 768px), print {
  .global-contact {
    height: 80px;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item {
    width: 50%;
  }
}
.global-contact-item:first-child {
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px), print {
  .global-contact-item:first-child {
    padding-right: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item:last-child {
    padding-left: 1rem;
  }
}
.global-contact-info p {
  color: #fff;
}
.global-contact-info p.text {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 480px), print {
  .global-contact-info p.text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-info p.text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-info p.text {
    font-size: 1.8rem;
  }
}
.global-contact-info p.text span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (min-width: 480px), print {
  .global-contact-info p.text span {
    font-size: 1.2rem;
  }
}
.global-contact-tel p {
  color: #fff;
}
.global-contact-tel p.tel .tel-link {
  position: relative;
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  padding-left: 2.5rem;
}
@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2.2rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2.3rem;
    padding-left: 5.5rem;
  }
}
.global-contact-tel p.tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/base/icon-tel_wht.png) no-repeat center/cover;
}
@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 40px;
    height: 40px;
  }
}
.global-contact-tel p.tel .tel-link span {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.2em;
}
@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link span {
    font-size: 1.3rem;
  }
}
.global-contact-tel p.tel .tel-link span br {
  display: block;
}
@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link span br {
    display: none;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 576px), print {
  .sp-br {
    display: none;
  }
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  font-family: "Kosugi Maru", sans-serif;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  max-width: none;
}
.header-logo {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1100;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    left: 35px;
    top: 15px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    justify-content: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
.header-logo .site-logo {
  width: 293px;
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 160px;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
.header-contact-button {
  display: block;
  z-index: 9999;
}
@media screen and (max-width: 1099.98px) {
  .header-contact-button {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .header-contact-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 80px;
  }
}
.header-contact-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #9FB7F1;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 1rem;
  transition: opacity 0.3s ease;
}
.header-contact-button a span {
  position: relative;
  display: block;
  line-height: 1.2;
  padding-top: 22px;
}
.header-contact-button a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/base/icon-mail_wht.png) no-repeat center/cover;
}
.header-contact-button a:hover {
  opacity: 0.8;
}
/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    width: 100%;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    opacity: 1;
    transition: none;
    padding: 0 7.5em 0 0;
  }
}
@media screen and (max-width: 359.98px) {
  .nav {
    left: -260px;
    width: 260px;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: #fff;
  }
  .nav-logo img {
    width: 200px;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: transparent;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
  }
}
/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: flex;
    padding-right: 2em;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #19A7A5;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: #9FB7F1;
    color: #fff;
  }
  .main-nav .nav-item.main-nav-active .nav-link::after {
    border-color: #fff;
  }
}
.main-nav .nav-link {
  position: relative;
  display: block;
  line-height: 1.2;
  color: #000;
  font-feature-settings: "palt";
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    color: #444;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #444;
    font-size: 1.5rem;
    background-color: #fff;
    height: 60px;
    transition-property: color, background-color;
  }
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 1.1em;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #19A7A5;
    border-left: 1px solid #19A7A5;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(159, 183, 241, 0.9);
  }
  .main-nav .nav-link:hover::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    opacity: 0.8;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #000000;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #000000;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}
.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #19A7A5;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-open .nav-close-button {
  display: block;
}
.nav-close-button .nav-button-icon {
  background: none;
  top: -17px;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 80px;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    z-index: 1100;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    z-index: -1;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  #top .nav.fixed {
    z-index: 1100;
  }
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  background: #fff;
  z-index: 100;
  flex: 1;
  overflow-x: hidden;
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer-container {
  background: url(../img/top/footer-bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 278px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-container {
    height: 360px;
  }
}
.footer-main {
  margin: -180px auto 0;
  width: 1100px;
  padding: 2em;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1099.98px) {
  .footer-main {
    width: 800px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-main {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2em 1em;
  }
}
.footer-side {
  margin-bottom: 0;
  margin-right: 10em;
}
@media screen and (max-width: 1099.98px) {
  .footer-side {
    margin-bottom: 2em;
    margin-right: 0;
  }
}
.footer-logo {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .footer-logo {
    font-size: 2rem;
  }
}
.footer-logo::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background: #9fb7f1;
}
.footer-lead {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099.98px) {
  .footer-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-lead {
    font-size: 1.8rem;
  }
}
.footer-lead span {
  color: #19A7A5;
}
.footer-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  .footer-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer-tel .time {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
}
.footer-tel .tel {
  min-width: 300px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  border: 2px solid #9FB7F1;
  background-color: #9FB7F1;
  color: #fff;
  padding: 0.5em;
  border-radius: 50px;
}
.footer-tel .tel .tel-link {
  padding-left: 1em;
}
@media screen and (max-width: 479.98px) {
  .footer-tel .tel {
    min-width: 250px;
    padding: 0.5em;
  }
}
.footer-tel .tel::before {
  content: "";
  position: absolute;
  left: 2em;
  top: 45%;
  transform: translateY(-45%);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/base/icon-tel_wht.png) no-repeat center/cover;
}
@media screen and (max-width: 479.98px) {
  .footer-tel .tel::before {
    left: 1em;
  }
}
.footer-privacy {
  text-align: center;
  margin: 2em auto 1em;
  width: 10em;
}
.footer-privacy a {
  color: #000;
  display: block;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
  position: relative;
}
.footer-privacy a:hover {
  opacity: 0.8;
}
.footer-privacy a::after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: -1em;
}
.footer-mail {
  margin-left: 0;
}
@media screen and (min-width: 992px), print {
  .footer-mail {
    margin-left: 3em;
  }
}
.footer-mail a {
  min-height: 55px;
  min-width: 300px;
  position: relative;
  display: inline-block;
  border: 2px solid #9FB7F1;
  background-color: #9FB7F1;
  color: #fff;
  padding: 0.5em 1.5em 0.7em 3em;
  border-radius: 50px;
  color: #fff;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease;
  transition-property: background-color, color, border-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (max-width: 479.98px) {
  .footer-mail a span {
    padding-left: 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-mail a {
    min-width: 250px;
    padding: 0.5em;
  }
}
.footer-mail a .br {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .footer-mail a .br {
    display: block;
  }
}
.footer-mail a::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3em;
  margin: auto;
  display: block;
  width: 30px;
  height: 24px;
  background: url(../img/base/icon-mail_wht2.png) no-repeat center/cover;
}
@media screen and (max-width: 479.98px) {
  .footer-mail a::before {
    left: 1.5em;
  }
}
.footer-mail a:hover {
  background: transparent;
  border: 2px solid #9FB7F1;
  color: #9FB7F1;
}
.footer-mail a:hover::before {
  background: url(../img/base/icon-mail_blu.png) no-repeat center/cover;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 300;
  opacity: 0;
  border: 1px solid #ffffff;
  border-radius: 5px;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #498c8b;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #78bdbc;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.footer .copy {
  overflow: hidden;
  background-color: #498c8b;
  padding: 1.8em 1em 1.8em 1em;
}
@media screen and (max-width: 1099.98px) {
  .footer .copy {
    padding: 1.5em 1em 100px 1em;
  }
}
.footer .copy small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.footer .copy span {
  font-weight: 400;
  margin-left: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

.footer-main._anim-point.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  width: 100%;
  z-index: 105;
  height: 250px;
  margin-top: 80px;
  background: url(../img/base/mainvisual.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 180px;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}
.page-title-name {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #19A7A5;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 8px, rgba(255, 255, 255, 0.4) -1px 1px 8px, rgba(255, 255, 255, 0.4) 1px -1px 8px, rgba(255, 255, 255, 0.4) -1px -1px 8px;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding: 1rem 1em 1.3rem 1em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}
.page-title-name span {
  display: block;
  font-weight: 500;
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    transition-duration: 0.8s;
    transition-delay: 0.5s;
  }
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1100px), print {
  .mail-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .mail-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: background-color 0.3s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #9FB7F1;
  }
  .mail-button a:hover {
    background-color: #ccdaf9;
  }
  .mail-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/base/icon-mail_wht.png") no-repeat center/cover;
  }
  .mail-button a::after {
    content: "MAIL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}
.contact-form table th .title {
  font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  font-weight: 700;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.contact-form table th .require {
  background-color: #19A7A5;
}
.contact-form table th .option {
  background-color: #999;
}
.contact-form table td {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
  }
}
.contact-form table td input[type=text],
.contact-form table td input[type=email],
.contact-form table td input[type=tel] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td .full {
  width: 100%;
}
.contact-form table td .per60 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-submit {
  margin-top: 1em;
  text-align: center;
}
.contact-submit .btn {
  display: block;
  border: 1px solid #9FB7F1;
  background-color: #fff;
  color: #9FB7F1;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}
.contact-submit .btn:hover {
  color: #fff;
  background-color: #9FB7F1;
}

.detail-text .contact-form table th, .detail-text .contact-form table td {
  border: 1px solid #fff;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 50%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #19A7A5;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #19A7A5;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 80px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 0;
  }
}
.mainvisual .inner {
  max-width: none;
}
.mainvisual-main {
  position: relative;
}
.mainvisual-main::before {
  content: "";
  display: block;
  padding-top: 450px;
}
@media screen and (min-width: 768px), print {
  .mainvisual-main::before {
    padding-top: 680px;
  }
}
.mainvisual-side {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 1;
}
.mainvisual-catch {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 3em;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  color: #19A7A5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279.98px) {
  .mainvisual-catch {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch {
    margin-bottom: 3rem;
    margin: 0 auto 0 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch {
    margin: 0 auto;
  }
}
.mainvisual-catch .catch1 {
  display: block;
  font-size: 5rem;
  letter-spacing: 5%;
  margin-bottom: 0.5em;
  padding: 0.05em 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.8rem;
  }
}
.mainvisual-catch .catch2 {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.75);
  }
}
.mainvisual .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .mainvisual .br {
    display: block;
  }
}
.mainvisual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvisual-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 450px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .mainvisual-image img {
    width: 100%;
    height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}
.pankz-item {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #000;
}
.pankz-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 1em;
}
.pankz-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}
.pankz-item._current a {
  position: relative;
  color: #19A7A5;
  padding-left: 1.5em;
}
.pankz-item._current a:hover {
  text-decoration: underline;
}
.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  overflow: hidden;
}
.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px), print {
  .section-header {
    margin: 0 auto 0;
  }
}
.section-header-secondary {
  max-width: 1100px;
  width: -moz-fit-content;
  width: fit-content;
}
.section-heading {
  display: block;
  line-height: 1.2;
  margin-bottom: 2em;
}
.section-heading .en {
  display: block;
  position: absolute;
  font-size: 2rem;
  color: #A9EDEC;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 5%;
}
@media screen and (min-width: 768px), print {
  .section-heading .en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading .en {
    font-size: 2rem;
  }
}
.section-heading .en:after {
  display: block;
  position: relative;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #A9EDEC;
  top: 25px;
}
.section-heading .jp {
  display: block;
  background-color: #19A7A5;
  color: #fff;
  padding: 0.5em;
  font-size: 3rem;
  letter-spacing: 0.02em;
  border-radius: 15px;
}
@media screen and (min-width: 768px), print {
  .section-heading .jp {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading .jp {
    font-size: 4.5rem;
  }
}
.section-heading-secondary {
  display: block;
  line-height: 1.2;
  margin: 0 auto 2em;
}
.section-heading-secondary .en {
  display: block;
  font-size: 2rem;
  color: #aaa;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .section-heading-secondary .en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading-secondary .en {
    font-size: 2rem;
  }
}
.section-heading-secondary .en:after {
  display: block;
  position: relative;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #A9EDEC;
  top: 25px;
  left: 0;
}
.section-heading-secondary .jp {
  display: block;
  font-size: 3rem;
  color: #000;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px), print {
  .section-heading-secondary .jp {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading-secondary .jp {
    font-size: 4.5rem;
  }
}

.top-office-section {
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-office-section {
    padding: 7em 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-office-wrap {
    display: flex;
  }
}
.top-office_main {
  flex: 1;
  margin-right: 0;
}
@media screen and (min-width: 1100px), print {
  .top-office_main {
    margin-right: 2em;
  }
}
.top-office_side {
  margin-top: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-office_side {
    margin-top: 0;
  }
}
.top-office_image {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.top-office_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-office_head {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

.top-service-section {
  background: url(../img/top/service_bg.jpg) no-repeat center/cover;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-service-section {
    padding: 5em 2em;
  }
}
.top-service-wrap {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .top-service-wrap {
    margin-bottom: 3em;
    justify-content: space-between;
    flex-direction: row;
  }
}
.top-service-text {
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .top-service-text {
    width: 70%;
  }
}
.top-service-text p {
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .top-service-text p {
    font-size: 1.6rem;
  }
}
.top-service-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .top-service-heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-heading {
    font-size: 2.5rem;
  }
}
.top-service-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}
@media screen and (min-width: 1100px), print {
  .top-service-items {
    margin: 0 -4em -3em 0;
  }
}
.top-service-item {
  width: 100%;
  padding: 0 1em 2em 0;
}
@media screen and (min-width: 480px), print {
  .top-service-item {
    width: 50%;
  }
}
@media screen and (min-width: 640px), print {
  .top-service-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-item {
    padding: 0 4em 3em 0;
  }
}
.top-service-item:hover {
  opacity: 0.6;
}
.top-service-inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  height: 100%;
  border-radius: 15px;
  background-color: #fff;
}
.top-service-image {
  width: 100%;
}
.top-service-image img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
.top-service-body {
  position: relative;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-service-body {
    padding: 0.5em 1em;
  }
}
.top-service-body::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #9FB7F1;
  transform: translateY(-50%);
  top: 50%;
  right: 1em;
}
.top-service-body::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 42%;
  right: 1.8em;
}
.top-service-title {
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .top-service-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-title {
    font-size: 2rem;
  }
}

.top-staff-section {
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-staff-section {
    padding: 7em 2em;
  }
}
.top-staff-wrap {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-staff-wrap {
    display: flex;
  }
}
.top-staff-inner {
  flex: 1;
}
.top-staff-side {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-staff-side {
    margin-top: 0;
    padding-right: 4em;
  }
}
.top-staff-image {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.top-staff-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639.98px) {
  .top-staff-image img {
    height: auto;
  }
}
.top-staff-text {
  margin-bottom: 2em;
}
.top-staff-text p {
  line-height: 1.8;
}
.top-staff-text p:not(:last-child) {
  margin-bottom: 1em;
}
.top-staff-name {
  font-size: 2.5rem;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .top-staff-name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-staff-name {
    font-size: 2rem;
  }
}
.top-staff-name span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .top-staff-name span {
    display: block;
    text-align: left;
    font-size: 1.2rem;
  }
}

.top-access-section {
  background-color: #eff6f9;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-access-section {
    padding: 5em 2em;
  }
}
.top-access-section .section-header {
  text-align: center;
}
.top-access-wrap {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-access-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
.top-access-main {
  flex: 1;
}
.top-access-side {
  margin-top: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-access-side {
    margin-top: 0;
    padding-left: 3em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-access-image {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .top-access-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-access-image:not(:last-child) {
  margin-bottom: 1em;
}
.top-access-table {
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 639.98px) {
  .top-access-table tbody {
    width: 100%;
    display: block;
  }
}
.top-access-table tr {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 639.98px) {
  .top-access-table tr:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.top-access-table th,
.top-access-table td {
  vertical-align: middle;
  line-height: 2;
  padding: 1em 1.5em;
}
@media screen and (max-width: 639.98px) {
  .top-access-table th,
  .top-access-table td {
    display: block;
    border-bottom: none;
  }
}
.top-access-table th {
  width: 10em;
  font-weight: normal;
  padding: 1em 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .top-access-table th {
    width: 10em;
  }
}
@media screen and (max-width: 639.98px) {
  .top-access-table th {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.8rem;
    border-right: none;
    border-bottom: 1px solid #19A7A5;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-access-table td {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-access-table td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.98px) {
  .top-access-table td {
    padding-left: 1rem;
    padding-top: 0.8rem;
  }
}

.top-news-section {
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 7em 2em;
  }
}
.top-news-section .section-header {
  text-align: center;
}
.top-news-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .top-news-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-news-inner {
  width: 100%;
  flex: 1;
  margin-top: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .top-news-inner {
    margin-left: 5em;
  }
}

.top-column-section {
  background-color: #f6f9ff;
  padding: 7em 2em 17em;
}
@media screen and (max-width: 1099.98px) {
  .top-column-section {
    padding: 5em 2em 17em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-column-section {
    padding: 3em 2em 17em;
  }
}
.top-column-section .section-header {
  text-align: center;
}
.top-column-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .top-column-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.top-column-inner {
  width: 100%;
  flex: 1;
  margin-top: 2em;
}
@media screen and (min-width: 1100px), print {
  .top-column-inner {
    margin-right: 5em;
  }
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news {
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  .news {
    width: 100%;
  }
}
.news-topics {
  position: relative;
  width: 100%;
  display: flex;
  padding: 1em 1em;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 575.98px) {
  .news-topics {
    flex-direction: column;
  }
}
.news-topics:hover .news-date {
  color: #9FB7F1;
}
.news-topics:hover .news-title {
  color: #9FB7F1;
}
.news-topics:not(:last-child) {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767.98px) {
  .news-topics:not(:last-child) {
    margin-bottom: 1em;
  }
}
.news-link {
  line-height: 1.5;
  font-size: 1.8rem;
  display: flex;
  font-feature-settings: "palt";
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-link {
    font-size: 1.6rem;
  }
}
.news-link:hover {
  text-decoration: underline;
}
.news-date {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  width: 5em;
  color: #000;
  margin-right: 4rem;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .news-date {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
.news-title {
  display: block;
  width: 100%;
  margin-left: 1em;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-title {
    font-size: 1.4rem;
  }
}
.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}
.news-text {
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #19A7A5;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
/* お知らせ一覧（テキストのみ）*/
.news-list .news-link {
  position: relative;
  padding: 0.8em 1em;
}

@media screen and (min-width: 640px), print {
  .news-list .news-link {
    display: flex;
    align-items: center;
  }
}
.news-list .news-link:hover {
  text-decoration: none;
}

.news-list .news-link:hover .news-date {
  color: #765847;
}

.news-list .news-link:hover .news-title {
  text-decoration: underline;
}

.news-list .news-date {
  font-size: 0.9em;
  color: #000;
}

@media screen and (min-width: 640px), print {
  .news-list .news-date {
    width: 7em;
    font-size: 1em;
  }
}
ul.news-list li {
  padding: 1.5em 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 640px), print {
  ul.news-list li {
    flex-direction: row;
  }
}
ul.news-list li em {
  width: 8em;
  margin-right: 1em;
  font-style: normal;
}

.main ul.news-list > li:before {
  display: none;
}

/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2rem;
  padding: 0.5rem 1.1rem;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  border-radius: 0.35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a,
  .pagination span {
    padding: 0.35em 0.75em;
    font-size: 1em;
  }
}
.pagination a:hover,
.pagination span.current {
  background-color: #19A7A5;
}

.pagination a:hover {
  text-decoration: none;
}

/* --------------------------------

  idxx　下層

-------------------------------- */
.secondary-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5em 0 17em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 2em 0 5em 0 17em;
  }
}
.secondary-section p {
  line-height: 1.8;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.detail-text h3 {
  position: relative;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4;
  padding: 0.5em;
  margin: 3.5em 0 1.5em;
  background-color: #19A7A5;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.3em;
  }
}
.detail-text h4 {
  position: relative;
  color: #000;
  font-size: 1.1em;
  padding: 0 0 0.3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #19A7A5;
}
.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #19A7A5;
  transform: translateY(-40%);
}
.detail-text a {
  color: #9FB7F1;
}
.detail-text blockquote {
  padding: 1.5em;
  border-radius: 0.5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}
.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #444;
}
.detail-text blockquote p {
  margin-bottom: 1em;
}
.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}
.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}
.detail-text ul {
  list-style: disc;
}
.detail-text ol {
  list-style: decimal;
}
.detail-text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}
.detail-text table th,
.detail-text table td {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}
.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}
.detail-text .post-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
  list-style: none;
}
.detail-text .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-left: 0;
}
@media screen and (min-width: 768px), print {
  .detail-text .post-list li {
    width: 50%;
  }
}
.detail-text .post-list li:before {
  display: none;
}
.detail-text .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.detail-text .post-list li p {
  font-size: 0.9em;
}
.detail-text .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.detail-paging-subsection a {
  font-weight: bold;
  text-decoration: underline;
}
.detail-paging-subsection .prev {
  float: left;
}
.detail-paging-subsection .next {
  float: right;
}
.detail-paging-subsection .back {
  text-align: center;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: 0.6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}
.pagination a:hover,
.pagination span.current {
  background-color: #9FB7F1;
  color: #fff;
}
.pagination a:hover {
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */