@charset "UTF-8";
/*! destyle.css v4.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] {
  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;
}

/* Scss Document */
/* Scss Document */
/*//////////////////////////////////////////////////
*
*	要素毎の基本状態
*
//////////////////////////////////////////////////*/
html {
  font-size: 2.6668vw;
}

body {
  position: relative;
  line-height: 1.93;
  letter-spacing: .05em;
  font-size: 1.3rem;
  color: #08101F;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M";
}

.sp,
.sp-tab {
  display: revert;
}

.tab,
.tab-pc,
.pc {
  display: none;
}

a, button {
  text-decoration: none;
  transition: .4s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.inner, .s-inner {
  width: 90.66%;
  margin: 0 auto;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.link_none {
  color: #bfbfbf !important;
}
.link_none:hover {
  color: #bfbfbf !important;
}

/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  html {
    font-size: 0.73207vw;
  }

  body {
    font-size: 1.5rem;
  }

  .sp,
  .sp-tab,
  .tab {
    display: none;
  }

  .pc {
    display: revert;
  }

  a:hover {
    opacity: 0.8;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .inner {
    width: 87.85%;
  }

  .s-inner {
    width: 71.74%;
  }
}
/* Scss Document */
#contents {
  margin-top: 8rem;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 8rem;
  background: #FFF;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.16));
}
#header .header__container {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 16.6rem 7.3rem;
  height: 8rem;
  padding-left: 2.5rem;
}
#header .header__container .header__logo a {
  display: block;
}
#header .header__container .header__nav {
  display: none;
  position: fixed;
  top: 8rem;
  height: calc(100vh - 8rem);
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
#header .header__container .header__nav .nav {
  display: block;
  padding: 1.5em;
  box-sizing: border-box;
  border-bottom: 0.1rem solid #92CDDC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
#header .header__container .header__menubtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7.3rem;
  height: 8rem;
}
#header .header__container .header__menubtn .menu_toggle {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#header .header__container .header__menubtn .menu_toggle .menubtn-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 2.2rem;
}
#header .header__container .header__menubtn .menu_toggle .menubtn-inner span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: .1rem;
  background: #08101F;
  transition: .3s;
}
#header .header__container .header__menubtn .menu_toggle .menubtn-inner span:nth-of-type(1) {
  top: 0;
}
#header .header__container .header__menubtn .menu_toggle .menubtn-inner span:nth-of-type(2) {
  top: 50%;
}
#header .header__container .header__menubtn .menu_toggle .menubtn-inner span:nth-of-type(3) {
  top: 100%;
}

.open #header .header__container .header__menubtn .menu_toggle .menubtn-inner span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.open #header .header__container .header__menubtn .menu_toggle .menubtn-inner span:nth-of-type(2) {
  opacity: 0;
}
.open #header .header__container .header__menubtn .menu_toggle .menubtn-inner span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  #contents {
    margin-top: 10rem;
  }

  #header {
    height: 10rem;
  }
  #header .header__container {
    position: relative;
    width: 87.84%;
    height: 10rem;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 26.6rem 1fr;
    grid-gap: 2rem;
  }
  #header .header__container .header__logo {
    margin: 0;
  }
  #header .header__container .header__nav {
    display: block;
    position: static;
    height: auto;
    background: none;
    padding: 0;
  }
  #header .header__container .header__nav .header__nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-template-columns: repeat(5, auto);
    grid-column-gap: 6rem;
    height: 100%;
  }
  #header .header__container .header__nav .nav {
    padding: 0;
    border-bottom: none;
    font-size: 1.8rem;
    line-height: 1.5;
    transition: .3s;
  }
  #header .header__container .header__nav .nav:hover {
    color: #92CDDC;
    opacity: 1;
  }
  #header .header__container .header__menubtn {
    display: none;
  }
}
/* Scss Document */
/* フッター */
#footer {
  background: #08101F;
  padding: 2.5rem 0 2rem;
}
#footer .footer__container {
  width: 94.87%;
  margin: 0 auto;
}
#footer .footer__container .footer__nav {
  margin-bottom: 7.5rem;
}
#footer .footer__container .footer__nav .footer__nav-list {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row-gap: 2rem;
}
#footer .footer__container .footer__nav .footer__nav-list .nav {
  display: block;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-align: center;
}
#footer .footer__container .footer__copyright {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}

#pageTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}
#pageTop .scrollTop {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.1rem solid #295282;
  background: #295282;
}
#pageTop .scrollTop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: .2rem solid #FFF;
  border-left: .2rem solid #FFF;
  content: '';
}

/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  #footer {
    padding-top: 4.5rem;
  }
  #footer .footer__container .footer__nav {
    margin-bottom: 9rem;
  }
  #footer .footer__container .footer__nav .footer__nav-list {
    justify-content: center;
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 5.5rem;
  }
  #footer .footer__container .footer__nav .footer__nav-list .nav {
    padding: 0;
    font-size: 1.6rem;
  }
}
/*//////////////////////////////////////////////////
*
*	ボタンなどの部品単位の設定
*
//////////////////////////////////////////////////*/
.btn {
  width: 25rem;
  height: 5.6rem;
  margin: 0 auto;
}
.btn a, .btn button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #08101F;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 5.6rem;
  letter-spacing: .05em;
  text-align: center;
  transition: .3s;
}
.btn.back {
  width: 30rem;
  height: 6rem;
}
.btn.back a {
  background: #BFBFBF;
  border-color: #BFBFBF;
  color: #FFF;
  line-height: 6rem;
}

#page_head {
  position: relative;
  margin-bottom: 4.5rem;
  padding: 1.5rem 0 2rem;
  overflow: hidden;
}
#page_head .page_head__en {
  color: #FAFAFA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  mix-blend-mode: multiply;
  white-space: nowrap;
}
#page_head .page_head__jp {
  position: absolute;
  bottom: 0;
  left: 4.67%;
  font-size: 2.8rem;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B";
  line-height: 1;
  letter-spacing: .05em;
}

#breadcrumb__cout {
  margin-bottom: 5rem;
}
#breadcrumb__cout .wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
}
#breadcrumb__cout .current {
  color: #919191;
}
#breadcrumb__cout .arrow {
  position: relative;
  margin: 0 1.2rem;
}
#breadcrumb__cout .arrow:before {
  content: '/';
  color: #295282;
  font-style: normal;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .pagination__item {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  margin: 0 .5rem;
  background: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.16));
  transition: .3s;
}
.pagination .pagination__item.prev, .pagination .pagination__item.next {
  position: relative;
}
.pagination .pagination__item.prev::before, .pagination .pagination__item.next::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  width: .6rem;
  height: .6rem;
  border-top: 0.1rem solid #08101F;
  border-right: 0.1rem solid #08101F;
  transition: .3s;
  content: '';
}
.pagination .pagination__item.prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.pagination .pagination__item.active, .pagination .pagination__item:hover {
  opacity: 1;
  background: #295282;
  color: #FFF;
}
.pagination .pagination__item.active::before, .pagination .pagination__item:hover::before {
  border-color: #FFF;
}
.pagination .pagination__item.nul {
  color: #BFBFBF;
  pointer-events: none;
}
.pagination .pagination__item.nul::before {
  border-color: #BFBFBF;
}

.news__list .news__list-item {
  display: block;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 0;
  border-bottom: 0.1rem solid #295282;
  box-sizing: border-box;
}
.news__list .news__list-item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-25%, -50%) rotate(45deg);
  width: .6rem;
  height: .6rem;
  border-top: 0.1rem solid #295282;
  border-right: 0.1rem solid #295282;
  content: '';
}
.news__list .news__list-item + .news__list-item {
  margin-top: 1rem;
}
.news__list .news__list-item .date {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.3rem;
}
.news__list .news__list-item .cate {
  display: inline-block;
  height: 2.3rem;
  margin-bottom: 1rem;
  padding: 0 1.2rem;
  border: 0.1rem solid #295282;
  box-sizing: border-box;
  color: #295282;
  line-height: 2.3rem;
}
.news__list .news__list-item .title {
  line-height: 1.5;
}

.privacy__list .privacy__list-item + .privacy__list-item {
  margin-top: 4rem;
}
.privacy__list .privacy__list-item .ttl {
  margin-bottom: .75em;
  padding: .2rem 0 .2rem .75em;
  box-sizing: border-box;
  border-left: 0.2rem solid #295282;
  box-sizing: border-box;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B";
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.5;
}
.privacy__list .privacy__list-item .txt {
  line-height: 1.77;
}

@media screen and (min-width: 961px) {
  .btn a:hover {
    background: #08101F;
    color: #FFF;
    opacity: 1;
  }
  .btn.back a:hover {
    background: #FFF;
    color: #BFBFBF;
  }

  #page_head {
    width: 87.85%;
    margin: 0 auto 7rem;
    padding: 5rem 0 1rem;
  }
  #page_head .page_head__en {
    font-size: 14rem;
  }
  #page_head .page_head__jp {
    left: 9.166%;
    font-size: 3.5rem;
  }

  #breadcrumb__cout {
    margin-bottom: 6rem;
  }
  #breadcrumb__cout .wrap {
    overflow: auto;
  }

  .pagination .pagination__item {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    margin: 0 .75rem;
    font-size: 1.8rem;
  }

  .news__list .news__list-item {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto 1fr;
    padding: 1.8rem 10rem 1.8rem 0;
  }
  .news__list .news__list-item + .news__list-item {
    margin-top: 1.2rem;
  }
  .news__list .news__list-item .date {
    margin-right: 4rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
  .news__list .news__list-item .cate {
    height: 2.8rem;
    margin: 0 10rem 0 0;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  .news__list .news__list-item .title {
    font-size: 1.6rem;
  }

  .privacy__list .privacy__list-item + .privacy__list-item {
    margin-top: 6rem;
  }
  .privacy__list .privacy__list-item .ttl {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 2.2rem;
  }
  .privacy__list .privacy__list-item .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/*# sourceMappingURL=common.css.map */
