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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

caption {
  text-align: left;
}

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

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

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: visible;
  }
}

/* 追記 START */
.nav__link,
.dropMenu__link,
.footer__policyLink {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.nav__link:hover,
.dropMenu__link:hover,
.footer__policyLink:hover {
  opacity: 0.7;
}
/* 追記 END */

html {
  scroll-behavior: smooth;
}

img {
  display: block;
}

@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.main {
  color: #221815;
  font-family: "Noto Sans JP", sans-serif;
}

.header {
  border-bottom: 1px solid #00365d;
  position: relative;
}
.header__wrap {
  padding: 20px max((100% - 1200px) / 2, 20px) 10px;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: flex-end;
  gap: 2em;
}
@media (max-width: 767px) {
  .header__wrap {
    grid-template-columns: 200px 1fr;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .header__logoImg {
    width: 150px;
    height: 44px;
  }
}

.bgMenuBtn {
  display: none;
}
@media (max-width: 1100px) {
  .bgMenuBtn {
    display: block;
    margin-left: auto;
    background-color: #4653A2;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 999;
  }
  .bgMenuBtn:hover {
    cursor: pointer;
  }
}
.bgMenuBtn__line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  transition: all 0.3s;
}
.bgMenuBtn__line:first-of-type {
  top: 12px;
}
.bgMenuBtn__line:first-of-type.is-active {
  rotate: 45deg;
  top: 24px;
}
.bgMenuBtn__line:nth-of-type(2) {
  top: 24px;
}
.bgMenuBtn__line:nth-of-type(2).is-active {
  opacity: 0;
}
.bgMenuBtn__line:last-of-type {
  top: 36px;
}
.bgMenuBtn__line:last-of-type.is-active {
  rotate: -45deg;
  top: 24px;
}

.nav__list {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 3px;
  transition: opacity 0.3s;
}

.typeHeader .nav__list {
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: flex-start;
}
/* 追記 START */
.nav__item {
  position: relative;
}
.nav__item:hover .dropMenu__list {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* 追記 END */
@media (max-width: 767px) {
  .typeFooter .nav__item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .nav__item.typeContact {
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
}
.nav__link {
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .typeHeader .nav__link {
    display: inline-block;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .nav__link {
    padding: 10px;
  }
}
.nav__link.typeContact {
  color: #fff;
  background-color: #2eb6aa;
  padding: 0 5px;
}
.nav__telLink::before {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/icTel_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 60%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .nav__telLink::before {
    pointer-events: auto;
    position: static;
    translate: 0;
    width: 20px;
    height: 20px;
    margin: 0 5px -3px 0;
  }
}
.nav__address {
  font-size: 11px;
  margin-top: 5px;
}
@media (max-width: 1100px) {
  .nav.typeHeader .nav__list {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 350px;
    background-color: #2eb6aa;
    position: absolute;
    right: 20px;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    z-index: 1;
  }
  /* 追記 */
  .nav.typeHeader .nav__list {
    width: 100%;
    right: 0;
    top: 0;
    padding-top: 70px;
  }
  /* 追記 */
}
.nav.typeHeader .nav__list.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1100px) {
  .nav.typeHeader .nav__item {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .nav.typeHeader .nav__link.typeContact {
    color: #fff;
    background-color: #ed6c00;
  }
}
@media (max-width: 767px) {
  .nav.typeHeader .nav__link.typeContact {
    display: block;
    margin: 0 auto;
    letter-spacing: 0.7em;
    width: 250px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .nav.typeHeader .nav__link.typeContact::after {
    content: "";
    margin-left: -0.7em;
  }
}
.nav.typeFooter .nav__list {
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-bottom: 20px;
  justify-content: center;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .nav.typeFooter .nav__list {
    margin-top: 10px;
    border-bottom: none;
  }
}
@media (max-width: 800px) {
  .nav.typeFooter .nav__item {
    display: none;
  }
}
@media (max-width: 800px) {
  .nav.typeFooter .nav__item:last-of-type {
    display: block;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .nav.typeFooter .nav__link.typeContact {
    display: block;
    width: 250px;
    margin: 0 auto;
    letter-spacing: 0.7em;
    padding: 10px;
  }
  .nav.typeFooter .nav__link.typeContact::after {
    content: "";
    margin-left: -0.7em;
  }
}

/* 追記 START */
.nav.typeFooter .nav__item:hover .dropMenu__list {
  padding-top: 10px;
}

@media (max-width: 1100px) {
  .dropMenu {
    padding: 0;
  }
}

.dropMenu__list {
  padding-top: 13px;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  min-width: 204px;
}

@media (max-width: 1100px) {
  .typeHeader .dropMenu__list {
    margin-top: 0;
    min-width: unset;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    position: relative;
    top: unset;
    padding-top: 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: 0;
  }
}

.dropMenu__item {
  border: 1px solid #000;
  background-color: #fff;
}

@media (max-width: 1100px) {
  .dropMenu__item {
    border: none;
    background: transparent;
  }

  .typeFooter .dropMenu__item {
    border: 1px solid #000;
    background-color: #fff;
  }
}

.dropMenu__item:nth-child(n+2) {
  border-top: none;
}

.dropMenu__link {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  padding: 13px 10px;
  text-align: left;
}

@media (max-width: 1100px) {
  .dropMenu__link {
    padding: 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .typeHeader .dropMenu__link {
    padding: 10px;
  }

  .dropMenu__link::before {
    content: "・";
    display: block;
  }

  .typeFooter .dropMenu__link {
    padding: 13px 10px;
    text-align: left;
    justify-content: flex-start;
  }

  .typeFooter .dropMenu__link::before {
    content: unset;
  }
}

@media (max-width: 767px) {
  .dropMenu__link {
    padding: 10px;
  }
}
/* 追記 END */

.footer {
  background-color: #e0f1f4;
  padding: 50px 0;
  text-align: center;
}
.footer__logoImg {
  display: none;
}
@media (max-width: 767px) {
  .footer__logoImg {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
}
.footer__ttl {
  font-size: 20px;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .footer__ttl {
    display: none;
  }
}
.footer__tel {
  margin-top: 10px;
}
.footer__telLink {
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media (max-width: 767px) {
  .footer__telLink {
    font-size: 20px;
  }
}
.footer__telLink::before {
  content: "";
  pointer-events: none;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/icTel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 60%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .footer__telLink::before {
    pointer-events: auto;
    position: static;
    translate: 0;
    width: 20px;
    height: 20px;
    margin: 0 5px -3px 0;
  }
}
.footer__txt {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer__txt {
    font-size: 10px;
  }
}
.footer__policyLink {
  font-size: 14px;
  font-weight: bold;
}
.footer__copyRight {
  margin-top: 80px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .footer__copyRight {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=common.css.map */