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

  font

------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */


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

/* 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 {
  -webkit-box-sizing: content-box;
  /* 2 */
  border-top-width: 1px;
          box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

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

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

  common

------------------------------------------------------------------------------*/
html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  overflow-wrap: break-word;
  position: relative;
}

.main {
  overflow: hidden;
}
@media print, screen and (min-width: 951px) {
  .main {
    -webkit-transition: margin-top 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    margin-top: 125px;
    transition: margin-top 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
  }
}
@media only screen and (max-width: 950.98px) {
  .main {
    margin-top: 61px;
  }
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 951px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 950.98px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}

.pcOnly {
  display: block !important;
}
@media only screen and (max-width: 950.98px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}
@media only screen and (max-width: 950.98px) {
  .spOnly {
    display: block !important;
  }
}


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

  header

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

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 10;
}
@media print, screen and (min-width: 951px) {
  .header {
    -webkit-box-shadow: 3px 4px 20px 0 rgba(5, 48, 81, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), -webkit-box-shadow 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
            box-shadow: 3px 4px 20px 0 rgba(5, 48, 81, 0);
    transition: -webkit-transform 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), -webkit-box-shadow 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), box-shadow 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), box-shadow 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), -webkit-box-shadow 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
  }
}
@media only screen and (max-width: 950.98px) {
  .header {
    border-bottom: 1px solid #cdd2d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .header_upper {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 951px) {
  .header .header_upper {
    height: 72px;
  }
}
@media only screen and (max-width: 950.98px) {
  .header .header_upper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 60px;
  }
}
.header .header_upper_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 951px) {
  .header .header_upper_inner {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 950.98px) {
  .header .header_upper_inner {
    padding: 12px 0;
  }
}
.header .header_upper_logo {
  position: relative;
}
@media print, screen and (min-width: 951px) {
  .header .header_upper_logo {
    -webkit-transition: 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    height: 42px;
    transition: 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    width: 180px;
  }
}
@media only screen and (max-width: 950.98px) {
  .header .header_upper_logo {
    margin-right: 16px;
    max-width: 122px;
    min-width: 102px;
  }
}
@media only screen and (max-width: 950.98px) {
  .header .header_upper_logo img {
    width: 100%;
  }
}

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

  footer

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

.footer .footer_lower {
  background-color: #0068b7;
  position: relative;
}
@media print, screen and (min-width: 951px) {
  .footer .footer_lower {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 950.98px) {
  .footer .footer_lower {
    padding: 25px 0;
  }
}
.footer .footer_lower_copyright {
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 950.98px) {
  .footer .footer_lower_copyright {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 951px) {
  .footer .footer_lower_copyright small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 950.98px) {
  .footer .footer_lower_copyright small {
    font-size: 12px;
  }
}

.footer .pagetop {
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), visibility 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), visibility 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
  visibility: hidden;
  z-index: 3;
}
@media print, screen and (min-width: 951px) {
  .footer .pagetop {
    bottom: 20px;
    right: 40px;
  }
}
@media only screen and (max-width: 950.98px) {
  .footer .pagetop {
    bottom: 82px;
    right: 15px;
  }
}
.footer .pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.footer .pagetop > a {
  -webkit-box-shadow: 5px 8px 30px 0 rgba(5, 48, 81, 0.35);
  background-color: #fff;
  border-radius: 50%;
          box-shadow: 5px 8px 30px 0 rgba(5, 48, 81, 0.35);
  display: block;
  position: relative;
}
@media print, screen and (min-width: 951px) {
  .footer .pagetop > a {
    -webkit-transition: background-color 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    height: 60px;
    transition: background-color 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    width: 60px;
  }
}
@media only screen and (max-width: 950.98px) {
  .footer .pagetop > a {
    height: 48px;
    width: 48px;
  }
}
.footer .pagetop > a::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../image/icon/icon_pagetop_blue.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 18px;
}
@media print, screen and (min-width: 951px) {
  .footer .pagetop > a:hover {
    background-color: #0068b7;
  }
  .footer .pagetop > a:hover::before {
    background-image: url(../image/icon/icon_pagetop_white.svg);
  }
}
