@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
}

/* vw
================================================*/
/* vh
================================================*/
/* vw font
=================================================================== */
#linkWrap {
  padding: 40px;
  background-color: #50c4e1;
}
#linkWrap .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
#linkWrap .inner .wrapper {
  width: calc(578 / 1190 * 100%);
}
#linkWrap .inner .wrapper a {
  display: flex;
  align-items: center;
  background: #FFF;
  transition: 0.3s;
}
#linkWrap .inner .wrapper a .image {
  max-width: 289px;
  width: 50%;
  overflow: hidden;
}
#linkWrap .inner .wrapper a .image img {
  transition: all 0.5s ease-in-out;
}
#linkWrap .inner .wrapper a .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 289px;
  width: 50%;
}
#linkWrap .inner .wrapper a .text .wrap {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
#linkWrap .inner .wrapper a .text .wrap .sub {
  display: block;
  padding-top: 5px;
  font-size: 1.4rem;
  color: #50c4e1;
}
#linkWrap .inner .wrapper a:hover {
  text-decoration: none;
  opacity: 0.9;
}
#linkWrap .inner .wrapper a:hover .image img {
  transform: scale(1.2);
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767.98px) {
  #linkWrap {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  #linkWrap .inner {
    display: block;
    max-width: none;
  }
  #linkWrap .inner .wrapper:last-child {
    margin: 0 auto;
  }
  #linkWrap .inner .wrapper {
    width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
  #linkWrap .inner .wrapper a .image {
    max-width: none;
    width: 168px;
    min-width: auto;
  }
  #linkWrap .inner .wrapper a .text {
    max-width: none;
  }
  #linkWrap .inner .wrapper a .text .wrap {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  #linkWrap .inner .wrapper a .text .wrap .sub {
    padding-top: 1.3333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
/*----------------------------
* グローバルメニュー
*----------------------------*/
#header {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 100;
}
#header #gblHeader {
  position: relative;
}
#header #gblHeader .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.6));
}
#header #gblHeader .logo a img {
  transition: 0.3s;
}
#header #gblHeader .logo a img:hover {
  opacity: 0.7;
}
#header #gblHeader #navi {
  position: absolute;
  top: 55px;
  right: 50px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.9));
  z-index: 300;
}
#header #gblHeader #navi .header-nav-list {
  display: flex;
  margin: 0;
  padding: 0;
}
#header #gblHeader #navi .header-nav-list li {
  margin: 0 20px;
}
#header #gblHeader #navi .header-nav-list li a {
  display: block;
  font-size: 1.5rem;
  color: #FFF;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
#header #gblHeader #navi .header-nav-list li a:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: 0.3s;
  transform: translateX(-50%);
}
@media (min-width: 767.98px) {
  #header #gblHeader #navi .header-nav-list li a:hover::after {
    width: 100%;
  }
}

#spBtn {
  display: none;
}

@media (max-width: 1040px) {
  #header #gblHeader .logo {
    width: 120px;
    left: 25px;
  }
  #header #gblHeader #navi {
    right: 0;
  }
  #header #gblHeader #navi .header-nav-list {
    margin-right: 5px;
  }
  #header #gblHeader #navi .header-nav-list li {
    margin: 0 5px;
  }
}
@media (max-width: 767.98px) {
  #header {
    position: fixed;
  }
  #header #gblHeader {
    padding: 0;
  }
  #header #gblHeader .logo {
    top: 25px;
    left: 25px;
    filter: none;
  }
  #header #gblHeader .logo div {
    width: 121px;
  }
  #header #gblHeader #navi {
    width: 100%;
    height: 100vh;
    top: 100px;
    right: -100%;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    filter: initial;
  }
  #header #gblHeader #navi .header-nav-list {
    flex-wrap: wrap;
  }
  #header #gblHeader #navi .header-nav-list li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
  }
  #header #gblHeader #navi .header-nav-list li a {
    position: relative;
    display: block;
    padding: 15px 15px 15px 50px;
    font-weight: bold;
    color: #000;
  }
  #header #gblHeader #navi .header-nav-list li a::before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: 24px;
    left: 20px;
    background-color: #FF6739;
  }

  #spBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 300;
  }
  #spBtn > span {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    background: #054D60;
    mix-blend-mode: darken;
  }
  #spBtn > span > span {
    position: relative;
    transition: all 300ms 0s ease;
  }
  #spBtn > span > span:nth-child(1) {
    display: block;
    width: 30px;
    height: 2px;
    top: 15px;
    left: 12px;
    background: #FFF;
  }
  #spBtn > span > span:nth-child(2) {
    display: block;
    width: 30px;
    height: 2px;
    top: 23px;
    left: 12px;
    background: #FFF;
  }
  #spBtn > span > span:nth-child(3) {
    display: block;
    width: 30px;
    height: 2px;
    top: 31px;
    left: 12px;
    background: #FFF;
  }

  #menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.5s;
  }

  body.is-fixed #spBtn span span:nth-child(1) {
    width: 36px;
    top: 25px;
    left: 10px;
    transform: translateY(0) rotate(45deg);
  }
  body.is-fixed #spBtn span span:nth-child(2) {
    display: none;
  }
  body.is-fixed #spBtn span span:nth-child(3) {
    width: 36px;
    top: 23px;
    left: 10px;
    transform: translateY(0) rotate(-45deg);
  }
  body.is-fixed #menu-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: opacity 0.5s;
  }
  body.is-fixed #navi.is-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    right: -20% !important;
  }
}
#footer {
  padding: 60px 60px 20px 60px;
}
#footer .inner {
  display: flex;
  max-width: 1180px;
  margin: 0 auto 10px;
}
#footer .inner .navi {
  flex: 1;
  display: flex;
  justify-content: end;
}
#footer .inner .navi .listMain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 25px 70px;
  grid-template-areas: "one two three" "one two four" "one two five" "one two six";
  font-size: 1.4rem;
}
#footer .inner .navi .listMain .one {
  grid-area: one;
}
#footer .inner .navi .listMain .two {
  grid-area: two;
}
#footer .inner .navi .listMain .three {
  grid-area: three;
}
#footer .inner .navi .listMain .four {
  grid-area: four;
}
#footer .inner .navi .listMain .five {
  grid-area: five;
}
#footer .inner .navi .listMain .six {
  grid-area: six;
}
#footer .inner .navi .listMain > li a {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  transition: color 0.3s;
}
#footer .inner .navi .listMain > li a:hover {
  color: #50c4e1;
}
#footer .inner .navi .listMain > li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #50c4e1;
  content: "";
}
#footer .inner .navi .listMain > li .listSub {
  padding-top: 25px;
}
#footer .inner .navi .listMain > li .listSub li {
  margin-bottom: 7px;
}
#footer .inner .navi .listMain > li .listSub li a {
  padding-left: 15px;
  font-size: 1.2rem;
  color: #656565;
  text-decoration: none;
  transition: color 0.3s;
}
#footer .inner .navi .listMain > li .listSub li a:hover {
  color: #50c4e1;
}
#footer .inner .navi .listMain > li .listSub li a::before {
  display: none;
}
#footer .inner .contact {
  padding-left: 70px;
  font-size: 1.4rem;
}
#footer .inner .contact a {
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  padding-right: 20px;
}
#footer .inner .contact a:hover {
  color: #50c4e1;
}
#footer .inner .contact a:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  background: url(../images/common/icon_contact.svg) no-repeat left top;
  background-size: contain;
}
#footer .copyright {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  color: #5C5C5C;
}

#btn-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #A7A7A7;
}
#btn-top::before {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

@media (max-width: 1040px) {
  #footer {
    padding: 60px 30px;
  }
  #footer .inner {
    flex-wrap: wrap;
  }
  #footer .inner .logo {
    width: 200px;
  }
  #footer .inner .navi {
    width: calc(100% - 200px);
  }
  #footer .inner .navi .listMain {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 25px 40px;
    grid-template-areas: "one two three" "one two four" "one two five" "one two six";
    font-size: 1.4rem;
  }
  #footer .inner .contact {
    width: 100%;
    text-align: right;
    margin: 30px 0;
  }
  #footer .copyright {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #footer {
    padding: 20vw 8vw 30vw;
  }
  #footer .inner {
    display: block;
    max-width: none;
    margin: 0 auto 13.3333333333vw;
  }
  #footer .inner .logo {
    width: 186px;
    margin: 0 auto 18.6666666667vw;
    text-align: center;
  }
  #footer .inner .navi {
    width: 100%;
    display: block;
    margin: 0 auto 9.3333333333vw;
  }
  #footer .inner .navi .listMain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 3rem 2.5rem;
    grid-template-areas: "one three" "two four" "two five" "two six";
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #footer .inner .navi .listMain > li .listSub {
    padding-top: 2.5rem;
  }
  #footer .inner .navi .listMain > li .listSub li {
    margin-bottom: 1.5rem;
  }
  #footer .inner .navi .listMain > li .listSub li a {
    padding-left: 2rem;
    font-size: 12px;
    font-size: 3.2vw;
  }
  #footer .inner .contact {
    text-align: right;
    padding-left: 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #footer .copyright {
    max-width: none;
  }

  #btn-top {
    width: 49px;
    height: 49px;
    bottom: 80px;
  }
  #btn-top::before {
    top: 22px;
    width: 16px;
    height: 16px;
  }
}

/*----------------------------
* フローティングサイドナビ
*----------------------------*/
#footer .all_side_link {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

#footer .all_side_link li:nth-child(2) a {
    background: #e3c520;
    margin-top: 15px;
}

#footer .all_side_link p {
  width: 1.5em;
  font-weight: inherit;
  text-align: center;
}

#footer .all_side_link span.icon {
  padding-bottom: 3px;
  display: block;
}

#footer .all_side_link a {
    background: #ef6b6b;
    width: 50px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

#footer .all_side_link a:hover {
  opacity: 80%;
}

@media (max-width: 767.98px) {
  #footer .all_side_link {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }

  #footer ul.all_side_link {
    width: 100%;
    display: flex;
  }
  
  #footer .all_side_link li {
    width: 50%;
  }

  #footer .all_side_link a {
    width: 100%;
    height: 65px;
  }

  #footer .all_side_link li:nth-child(2) a {
    margin-top: 0px;
  }
  
  #footer .all_side_link p {
    width: 100%;
  }
  #footer .all_side_link span.icon {
    padding-bottom: 5px;
    width: 25px;
    margin: 0 auto;
  }  
}

/*----------------------------
* スマホ時のみ改行
*----------------------------*/
@media (max-width: 767.98px) {
  .br_sp {
    display: block;
  }
}
