@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@keyframes underLineTitleAnimation {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.-hoverZoom {
  overflow: hidden;
  width: 100%;
}
.-hoverZoom_filter {
  overflow: hidden;
}
.-hoverZoom:hover img {
  transform: scale(1.1);
}
.-hoverZoom img {
  transform: scale(1);
  transition: 0.3s;
}

.-tr03 {
  transition: 0.3s;
}

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

.isPcXl {
  display: block;
}
@media screen and (max-width: 1680px) {
  .isPcXl {
    display: none;
  }
}

.isPcLg {
  display: block;
}
@media screen and (max-width: 1100px) {
  .isPcLg {
    display: none;
  }
}

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

.isLg {
  display: none;
}
@media screen and (max-width: 1100px) {
  .isLg {
    display: block;
  }
}

.isXl {
  display: none;
}
@media screen and (max-width: 1680px) {
  .isXl {
    display: block;
  }
}

@font-face {
  font-family: "A-OTF-RyuminPr5";
  src: url("../font/A-OTF-RyuminPr5-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: "A-OTF-RyuminPr5";
  src: url("../font/A-OTF-RyuminPr5-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: "A-OTF-RyuminPr5";
  src: url("../font/A-OTF-RyuminPr5-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: url("../font/ヒラギノ角ゴ Pro W3.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: url("../font/ヒラギノ角ゴ Pro W6.otf") format("opentype");
  font-weight: 600;
}
.addBody {
  min-width: inherit;
}

.addInner {
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .addInner {
    width: 90%;
    max-width: 675px;
  }
}

.secOnly {
  padding: 25px 0 50px;
}
@media screen and (max-width: 1680px) {
  .secOnly {
    padding: 1.3vw 0 2.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .secOnly {
    padding: 2.5vw 0 5vw;
  }
}

.addHeader {
  background-color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .addHeader {
    height: 5.35vw;
  }
}
@media only screen and (max-width: 768px) {
  .addHeader {
    display: none;
  }
}
.addHeader__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addHeader__wrap-img {
  max-width: 300px;
  flex: 1;
}
@media screen and (max-width: 1680px) {
  .addHeader__wrap-img {
    max-width: 19.75vw;
  }
}
.addHeader__wrap-img img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}
.addHeader__wrap-btn a {
  background-color: #2f89cb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 230px;
  height: 55px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .addHeader__wrap-btn a {
    width: 14vw;
    height: 3.5vw;
    border-radius: 1.2vw;
    font-size: 1.075vw;
  }
}
.addHeader__wrap-btn a .icon {
  width: 20px;
  vertical-align: bottom;
  object-fit: contain;
}
@media screen and (max-width: 1680px) {
  .addHeader__wrap-btn a .icon {
    width: 1.2vw;
  }
}
.addHeader__wrap-btn a .arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.2s;
  width: 10px;
}
@media screen and (max-width: 1680px) {
  .addHeader__wrap-btn a .arrow {
    width: 0.55vw;
    right: 1.475vw;
  }
}
.addHeader__wrap-btn a:hover .arrow {
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 1680px) {
  .addHeader__wrap-btn a:hover .arrow {
    right: 1.175vw;
  }
}

.addFooter .wave {
  margin-bottom: -55px;
  background-color: #daf5ff;
}
@media screen and (max-width: 1680px) {
  .addFooter .wave {
    margin-bottom: -3.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter .wave {
    margin-bottom: -3.8vw;
  }
}
.addFooter .wave img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}
.addFooter-logo {
  width: 100%;
  max-width: 665px;
  background-color: #61a8dc;
  padding: 0;
}
@media screen and (max-width: 1680px) {
  .addFooter-logo {
    max-width: 39.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter-logo {
    max-width: 100%;
  }
}
.addFooter-logo img {
  width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .addFooter-logo img {
    width: 100%;
    max-width: inherit;
  }
}
.addFooter-btn a {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 75px;
  background-color: #2f89cb;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1680px) {
  .addFooter-btn a {
    font-size: 1.475vw;
    width: 15.75vw;
    height: 4.45vw;
    border-radius: 1.175vw;
  }
}
.addFooter-btn a .icon {
  width: 25px;
  vertical-align: bottom;
  object-fit: contain;
  margin-right: 12px;
}
@media screen and (max-width: 1680px) {
  .addFooter-btn a .icon {
    width: 1.475vw;
    margin-right: 0.75vw;
  }
}
.addFooter-btn a .arrow {
  width: 10px;
  vertical-align: bottom;
  object-fit: contain;
  margin-left: 25px;
}
@media screen and (max-width: 1680px) {
  .addFooter-btn a .arrow {
    width: 0.6vw;
    margin-left: 1.475vw;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter-btn {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 40px;
  }
  .addFooter-btn a {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    background-color: #2f89cb;
    color: #fff;
    border-radius: 2.6vw;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .addFooter-btn a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter-btn a .icon {
    width: 22px;
    vertical-align: bottom;
    object-fit: contain;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .addFooter-btn a .icon {
    width: 18px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter-btn a .arrow {
    width: 10px;
    vertical-align: bottom;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .addFooter-btn a .arrow {
    width: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter .btn {
    margin-bottom: 20px;
  }
  .addFooter .btn:last-child {
    margin-bottom: 0;
  }
  .addFooter .btn a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2.6vw;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .addFooter .btn a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter .btn a .mail {
    width: 18px;
    vertical-align: bottom;
    object-fit: contain;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .addFooter .btn a .mail {
    width: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .addFooter .btn a .arrow {
    width: 24px;
    vertical-align: bottom;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .addFooter .btn a .arrow {
    width: 20px;
  }
}
.addFooter .copy {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .addFooter .copy {
    padding-left: 0;
    padding-right: 0;
  }
}
.addFooter .copy a {
  color: #2d89ca;
  font-size: 20px;
}
@media screen and (max-width: 1680px) {
  .addFooter .copy a {
    font-size: max(1.2vw, 16px);
  }
}
@media only screen and (max-width: 768px) {
  .addFooter .copy a {
    font-size: max(2.6vw, 12px);
  }
}
.addFooterPc {
  background-color: #61a8dc;
}
@media only screen and (max-width: 768px) {
  .addFooterPc {
    display: none;
  }
}
.addFooterPc-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  padding: 0 0 30px;
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1680px) {
  .addFooterPc-wrap {
    padding: 0 0 1.75vw;
  }
}
.addFooterSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .addFooterSp {
    background-color: #61a8dc;
    display: block;
  }
  .addFooterSp-wrap {
    width: 90%;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7.25vw;
  }
}

.siteIndex {
  background-color: #daf5ff;
  background-image: repeating-linear-gradient(-135deg, transparent, transparent 50px, rgba(255, 255, 255, 0.7) 50px, rgba(255, 255, 255, 0.7) 100px);
}
@media only screen and (max-width: 768px) {
  .siteIndex {
    display: none;
  }
}
.siteIndex ul li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li {
    gap: 1.75vw;
  }
}
.siteIndex ul li.siteIndex-items {
  margin-bottom: 60px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li.siteIndex-items {
    margin-bottom: 3.5vw;
  }
}
.siteIndex ul li.siteIndex-items:last-child {
  margin-bottom: 0;
}
.siteIndex ul li .img {
  width: 33.25%;
  max-width: 525px;
  border-radius: 30px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .img {
    border-radius: 1.75vw;
  }
}
.siteIndex ul li .img img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  border-radius: 30px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .img img {
    border-radius: 1.75vw;
  }
}
.siteIndex ul li .contents {
  max-width: 680px;
  width: 42.5%;
}
.siteIndex ul li .contents .facility img {
  vertical-align: bottom;
}
.siteIndex ul li .contents ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul {
    margin-top: 1.175vw;
    gap: 1.175vw;
  }
}
.siteIndex ul li .contents ul li {
  max-width: 330px;
  height: 80px;
  flex: 1;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul li {
    height: 4.75vw;
  }
}
.siteIndex ul li .contents ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul li a {
    font-size: 1.175vw;
    border-radius: 1.175vw;
  }
}
.siteIndex ul li .contents ul li a .arrow {
  max-width: 35px;
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul li a .arrow {
    max-width: 2vw;
  }
}
.siteIndex ul li .contents ul li a.contactLink {
  background-color: #2f89cb;
}
.siteIndex ul li .contents ul li a.contactLink .mail {
  max-width: 27px;
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul li a.contactLink .mail {
    max-width: 1.65vw;
    left: 3.875vw;
  }
}
.siteIndex ul li .contents ul li a.homeLink {
  background-color: #00a8ff;
}
.siteIndex ul li .contents ul li a.homeLink .frag {
  max-width: 22px;
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 69px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul li a.homeLink .frag {
    max-width: 1.25vw;
    left: 4.1vw;
  }
}
.siteIndex ul li .contents ul li a:hover .arrow {
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .contents ul li a:hover .arrow {
    right: 1.175vw;
  }
}
.siteIndex ul li .map {
  width: 20.23%;
  max-width: 340px;
  display: flex;
  border-radius: 30px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .map {
    border-radius: 1.75vw;
  }
}
.siteIndex ul li .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 1680px) {
  .siteIndex ul li .map iframe {
    border-radius: 1.75vw;
  }
}

.siteIndex_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .siteIndex_sp {
    display: block;
    background-color: #daf5ff;
    background-image: repeating-linear-gradient(-135deg, transparent, transparent 6.5vw, rgba(255, 255, 255, 0.7) 6.5vw, rgba(255, 255, 255, 0.7) 13vw);
  }
  .siteIndex_sp ul li {
    margin-bottom: 5vw;
  }
  .siteIndex_sp ul li:last-child {
    margin-bottom: 0;
  }
  .siteIndex_sp ul li .img {
    border-radius: 3.9vw;
  }
  .siteIndex_sp ul li .img img {
    width: 100%;
    vertical-align: bottom;
    object-fit: contain;
    border-radius: 3.9vw;
  }
  .siteIndex_sp ul li .btn {
    margin-top: 2.5vw;
  }
  .siteIndex_sp ul li .btn a {
    font-size: 4.525vw;
    color: #fff;
    width: 100%;
    height: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6vw;
    background-color: #2f89cb;
    border-radius: 2.6vw;
    position: relative;
  }
  .siteIndex_sp ul li .btn a .mail {
    width: 4.525vw;
    vertical-align: bottom;
    object-fit: contain;
  }
  .siteIndex_sp ul li .btn a .arrow {
    width: 5.85vw;
    vertical-align: bottom;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 3.25vw;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=add.css.map */