@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-en, .top-news-list li .top-news__date, .top-main-news .top-main-news__date, .news-list li .news-list__date, .glo-news-list li .news-list__date, .common-contact__open li strong, .contact-item .contact-item__no, .footer-content .footer-address .footer-address__time, .footer-content .footer-address .footer-address__phone li {
  font-family: "Carlito", serif;
  font-weight: 700;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  padding-top: 0.1px;
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  letter-spacing: 0.03em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}
.official-page {
  padding-top: 111px;
}
@media screen and (max-width: 699px) {
  .official-page {
    padding-top: 67px;
  }
}

.pagetop_point {
  display: block;
  margin-top: -111px;
  padding-top: 111px;
}

@media screen and (max-width: 699px) {
  .member {
    padding-top: 67px;
  }
}

/* リンク色 */
a {
  color: #3485FF;
}

a:hover, a:active {
  text-decoration: none;
  color: #333;
}

/* hover時の画像 */
a:hover img {
  opacity: 0.9;
  border: none;
}

/* スマホ以外TEL無効 */
@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .header {
  height: 1%;
}

.clearfix, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container-large {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .layout-container-large {
    width: 1274px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .layout-container-large {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container-large {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.layout-container, .local-nav {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 1028px) {
  .layout-container, .local-nav {
    width: 1100px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .layout-container, .local-nav {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container, .local-nav {
    margin-left: 24px;
    margin-right: 24px;
  }
  .layout-container .layout-container-small, .local-nav .layout-container-small {
    margin-left: 0;
    margin-right: 0;
  }
}

.layout-container-small {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 1028px) {
  .layout-container-small {
    width: 1028px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1028px) {
  .layout-container-small {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container-small {
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.contents {
  margin-bottom: 100px;
}

.layout-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 699px) {
  .layout-section {
    margin-bottom: 80px;
  }
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
.header a {
  color: #333;
}
@media screen and (max-width: 699px) {
  .header {
    padding: 17px 24px;
    z-index: 10;
  }
}

/* ヘッダーメイン部分 */
@media screen and (min-width: 699px) {
  .header-main {
    width: 1200px;
    margin: 0 auto;
    padding: 27px 0;
  }
}

.header-search {
  background: url(../img/common/header/btn--search.svg) right top no-repeat;
  width: 100px;
  height: 127px;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 699px) {
  .header-search {
    background: url(../img/common/header/btn--search-sp.svg) left top no-repeat;
    width: 48px;
    height: 48px;
    top: 8px;
    right: 83px;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  float: left;
  line-height: 1px;
}
@media screen and (min-width: 699px) {
  .header-site-name {
    margin-right: 36px;
  }
}
@media screen and (max-width: 699px) {
  .header-site-name {
    width: 170px;
  }
}

.header-btn {
  background: url(../img/common/header/btn--menu-sp.svg) left top no-repeat;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: 24px;
}
.header-btn.js-toggle-close {
  background: url(../img/common/header/btn--close-sp.svg) left top no-repeat;
  display: none;
}
@media screen and (min-width: 699px) {
  .header-btn {
    display: none;
  }
}

.member .header-search {
  background: url(../img/member/common/header/btn--search.svg) left bottom no-repeat;
  width: 124px;
  height: 137px;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999px;
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .member .header-search {
    background: url(../img/member/common/header/btn--search-sp.svg) left bottom no-repeat;
    width: 48px;
    height: 48px;
    top: 8px;
    right: 83px;
  }
}

.header-login-sp {
  background: url(../img/common/header/btn--login-sp.webp) left top no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 8px;
  /*
  right: 142px;
  */
  right: 80px;
}
@media screen and (min-width: 699px) {
  .header-login-sp {
    display: none;
  }
}

.common-search {
  background: #1BC18E;
  width: 100%;
  border-radius: 0 0 16px 16px;
  padding: 45px 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 11;
  color: #fff;
}
.common-search.active {
  top: 0;
}
.common-search .common-search__title {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.common-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.common-search form .common-searchh__input {
  width: 77%;
  padding: 15px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: none;
  color: #000;
}
.common-search form .common-search__submit {
  background: #DAF2ED;
  width: 21%;
  border-radius: 10px;
  border: none;
  border-bottom: 5px solid #B9E1D7;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  color: #000;
}
.common-search form .common-search__submit:hover {
  margin-top: 3px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  border-bottom: 0px solid #B9E1D7;
}
.common-search .common-search__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.93rem;
}
.common-search .common-search__keyword dt {
  margin-right: 16px;
}
.common-search .common-search__keyword dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-search .common-search__keyword dd ul li {
  margin-right: 30px;
}
.common-search .common-search__keyword dd ul li a {
  color: #fff;
}
.common-search .common-search__close {
  background: url(../img/common/header/ico--search-close.svg) center top no-repeat;
  padding: 35px 0 0;
  border: none;
  letter-spacing: 0.16em;
  text-align: center;
  position: absolute;
  top: 27px;
  right: 15px;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .common-search .search-container {
    max-width: 880px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .common-search {
    padding: 0 24px 0;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-search .search-container {
    width: 100%;
  }
  .common-search .common-search__title {
    font-size: 1.5rem;
  }
  .common-search .common-search__close {
    padding-top: 25px;
    top: 10px;
    right: 10px;
    font-size: 0.88rem;
  }
  .common-search .common-search__keyword {
    display: block;
    text-align: left;
    font-size: 0.88rem;
  }
  .common-search .common-search__keyword dd ul li {
    margin-right: 10px;
  }
}

.gsc-control-cse {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.gsc-search-box tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gsc-search-box .gsc-clear-button {
  display: none;
}
.gsc-search-box td.gsc-search-button {
  width: 21% !important;
  margin-left: 0;
}

.gsc-input-box {
  padding: 0 !important;
  border-radius: 10px !important;
  background: none;
}

.gsc-control {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gsc-search-button-v2 {
  background: #DAF2ED !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
  border: none !important;
  border-bottom: 5px solid #B9E1D7 !important;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  color: #000;
}
.gsc-search-button-v2 svg {
  width: 24px !important;
  height: auto !important;
}
.gsc-search-button-v2:hover {
  margin-top: 3px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  border-bottom: 0px solid #B9E1D7 !important;
}
@media screen and (max-width: 699px) {
  .gsc-search-button-v2 {
    padding: 19px 0 !important;
  }
  .gsc-search-button-v2 svg {
    width: 24px !important;
  }
}

.gsc-input {
  background: none !important;
  padding-right: 0;
  width: 75%;
}

.gsib_a {
  padding: 0 !important;
  background: none !important;
  margin: 0;
}
.gsib_a input {
  padding: 15px 24px !important;
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px !important;
  border: none;
  color: #000;
}

.gsib_b {
  display: none;
}

.gsc-result {
  text-align: left;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}
footer a {
  color: #333;
}

.footer-content .footer-address {
  margin-bottom: 60px;
  line-height: 1.38;
}
.footer-content .footer-address .footer-address__logo {
  display: block;
  margin-bottom: 15px;
}
.footer-content .footer-address .footer-address__place {
  margin-bottom: 20px;
}
.footer-content .footer-address .footer-address__phone {
  margin-bottom: 20px;
  list-style: none;
}
.footer-content .footer-address .footer-address__phone li {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.footer-content .footer-address .footer-address__phone li img {
  width: 23px;
  margin-right: 15px;
  vertical-align: middle;
}
.footer-content .footer-address .footer-address__open {
  font-size: 0.88rem;
  margin-bottom: 10px;
}
.footer-content .footer-address .footer-address__time {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.footer-content .footer-address .footer-address__link {
  list-style: none;
}
.footer-content .footer-address .footer-address__link li {
  margin-bottom: 20px;
}
.footer-content .footer-address .footer-address__contact {
  background: #FFE6E6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  letter-spacing: 0.03em;
  padding: 10px 63px;
  border-radius: 30px;
  border-bottom: 4px solid #F9D5D5;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}
@media screen and (min-width: 699px) {
  .footer-content {
    width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-content .footer-address {
    width: 270px;
  }
  .footer-content .footer-address .footer-address__logo {
    width: 270px;
    display: block;
  }
}
@media screen and (max-width: 699px) {
  .footer-content {
    padding: 0 24px 0;
  }
  .footer-content .footer-address {
    margin-bottom: 0;
  }
  .footer-content .footer-address .footer-address__logo {
    width: 285px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 699px) {
  .footer-nav {
    width: 930px;
  }
}
@media screen and (max-width: 699px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-layout {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .footer-nav-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-nav-layout .footer-nav-sub {
    width: 33.3%;
  }
}

.footer-nav-layout-02 {
  margin-bottom: 45px;
}
@media screen and (min-width: 699px) {
  .footer-nav-layout-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-nav-layout-02 .footer-nav-section {
    width: 32%;
    margin-right: 10%;
  }
}

.footer-nav-section .footer-nav-section__title {
  border-bottom: 2px dashed #FFE6E6;
  margin-bottom: 26px;
  font-size: 1.25rem;
}
.footer-nav-section .footer-nav-section__title a {
  text-decoration: none;
}

.footer-nav-sub .footer-nav-sub__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.13rem;
}
.footer-nav-sub .footer-nav-sub__title img {
  width: 32px;
  margin-top: -10px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 699px) {
  .footer-nav-sub .footer-nav-sub__title {
    margin-bottom: 20px;
  }
}

.footer-nav-list li {
  margin-bottom: 13px;
}
.footer-nav-list li a {
  text-decoration: none;
}
@media screen and (min-width: 699px) {
  .footer-nav-list {
    margin-left: 32px;
  }
}

address {
  font-style: normal;
}

.footer-pagetop-content {
  margin-bottom: 60px;
  text-align: right;
}
.footer-pagetop-content .footer-pagetop {
  background: url(../img/common/footer/ico--pagetop.svg) right center no-repeat;
  display: inline-block;
  padding: 20px 90px 20px 0;
  border-bottom: 2px dashed #CACACA;
  text-decoration: none;
}

.footer-bottom {
  margin: 0 auto 100px;
}
@media screen and (min-width: 699px) {
  .footer-bottom {
    max-width: 1274px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .footer-bottom {
    margin-bottom: 30px;
    text-align: center;
  }
}

.footer-bottom__list {
  list-style: none;
  font-size: 0.75rem;
}
.footer-bottom__list li {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 699px) {
  .footer-bottom__list {
    margin: 40px 0;
  }
  .footer-bottom__list li {
    margin-right: 15px;
  }
}

.copy {
  line-height: 30px;
  text-align: right;
  color: #CACACA;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.header-nav .header-nav-list {
  list-style: none;
  float: left;
}
.header-nav .header-nav-list li {
  display: inline-block;
  position: relative;
  margin-right: 34px;
  line-height: 1;
  font-size: 0.93rem;
}
.header-nav .header-nav-list li::before {
  content: " ";
  background: #333;
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: -18px;
}
.header-nav .header-nav-list li:last-child {
  margin-right: 0;
}
.header-nav .header-nav-list li:last-child::before {
  content: none;
}
.header-nav .header-nav-list li a {
  text-decoration: none;
}
.header-nav .header-nav-list li .mega-toggle {
  padding-right: 18px;
  position: relative;
}
.header-nav .header-nav-list li .mega-toggle::before {
  content: " ";
  background: url(../img/common/menu/ico--drop.svg) center center no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.header-nav .header-nav-list li .mega-toggle.active {
  color: #EFBBBF;
}
.header-nav .header-nav-list li .mega-toggle.active::before {
  background-image: url(../img/common/menu/ico--drop-active.svg);
}
.header-nav .header-login {
  background: #DAF2ED url(../img/common/header/ico--login.png) right 29px center no-repeat;
  background-size: 18px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 60px 18px 30px;
  -webkit-box-shadow: 0px 10px 0px -7px #CEE5E1;
          box-shadow: 0px 10px 0px -7px #CEE5E1;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  border-radius: 10px;
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none;
}
.header-nav .header-login:hover {
  -webkit-box-shadow: 0px 0px 0px -5px #D7A7AA;
          box-shadow: 0px 0px 0px -5px #D7A7AA;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (min-width: 699px) {
  .header-nav .header-nav-list {
    margin-top: 12px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 699px) {
  .header-nav {
    display: none;
  }
}

.header-mega {
  background: #fff;
  width: 962px;
  padding: 40px 56px;
  border: 4px solid #EFBBBF;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 90px;
  left: calc(50% - 350px);
  z-index: 99;
  display: none;
}
.header-mega.active {
  display: block;
}
.header-mega .header-mega__title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #333;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.75rem;
}
.header-mega .header-mega__title a {
  text-decoration: none;
}
.header-mega .mega-close {
  background: url(../img/common/menu/btn--mega-close.svg) right top no-repeat;
  width: 44px;
  height: 47px;
  border: none;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
}

.header-mega-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 60px;
}
.header-mega-layout dl .header-mega__dt {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.13rem;
}
.header-mega-layout dl .header-mega__dt-01 {
  background: url(../img/common/header/mega/ico--01.svg) left center no-repeat;
}
.header-mega-layout dl .header-mega__dt-02 {
  background: url(../img/common/header/mega/ico--02.svg) left center no-repeat;
}
.header-mega-layout dl .header-mega__dt-03 {
  background: url(../img/common/header/mega/ico--03.svg) left center no-repeat;
}
.header-mega-layout dl dd {
  padding-left: 30px;
}
.header-mega-layout dl dd ul {
  list-style: none;
}
.header-mega-layout dl dd ul li {
  background: url(../img/common/header/mega/ico--circle.svg) left 5px no-repeat;
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 0.88rem;
}
.header-mega-layout dl dd ul li:last-child {
  margin-bottom: 0;
}
.header-mega-layout dl dd ul li a {
  text-decoration: none;
}
.header-mega-layout.header-mega-layout-search {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-mega-layout.header-mega-layout-search dl:nth-child(1) {
  margin-right: 210px;
}
.header-mega-layout.header-mega-layout-search dl dt {
  padding-left: 0;
}

.header-mega-list {
  padding-left: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-mega-list li {
  background: url(../img/common/header/mega/ico--circle.svg) left 5px no-repeat;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 0.81rem;
}
.header-mega-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.header-mega-list li a {
  text-decoration: none;
}

.global-nav {
  background: #fff;
  margin-top: 30px;
  margin: 20px 0 0;
  text-align: left;
  display: none;
}
.global-nav a {
  text-decoration: none;
  color: #333;
}
.global-nav ul {
  list-style: none;
}

.global-nav-search {
  background: #1BC18E;
  padding: 24px;
  list-style: none;
  color: #fff;
}
.global-nav-search dl {
  font-size: 0.75rem;
}
.global-nav-search dl dt {
  line-height: 1.5;
}
.global-nav-search ul {
  color: #fff;
}
.global-nav-search ul li {
  display: inline-block;
  margin-right: 10px;
}
.global-nav-search ul li:last-child {
  margin-right: 0;
}
.global-nav-search ul a {
  color: #fff;
}
.global-nav-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.global-nav-search form input[type=text] {
  width: 70%;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  color: #333;
}
.global-nav-search form input[type=text]::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #B6B6B6;
}
.global-nav-search form input[type=text]::-moz-placeholder {
  font-size: 0.75rem;
  color: #B6B6B6;
}
.global-nav-search form input[type=text]:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #B6B6B6;
}
.global-nav-search form input[type=text]::-ms-input-placeholder {
  font-size: 0.75rem;
  color: #B6B6B6;
}
.global-nav-search form input[type=text]::placeholder {
  font-size: 0.75rem;
  color: #B6B6B6;
}
.global-nav-search form input[type=submit] {
  background: #DAF2ED;
  width: 25%;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 0px -3px rgba(206, 229, 225, 0.88);
          box-shadow: 0px 5px 0px -3px rgba(206, 229, 225, 0.88);
  border: 0;
  font-size: 0.93rem;
  color: #333;
}
.global-nav-search .gsc-search-box tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav-search .gsc-input {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .global-nav-search .gsc-input {
    width: 75%;
  }
}

.global-nav-bg {
  background: #FFE6E6;
  padding: 40px 24px;
  margin-bottom: 60px;
}
.global-nav-bg .global-nav__home {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 2px dashed #C2B0B0;
}

.glo-main-section-dl dt {
  padding-left: 54px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 1.38rem;
}
.glo-main-section-dl dt.glo-main-section-dl__title-01 {
  background: url(../img/common/menu/ico--cat-01.svg) left top no-repeat;
}
.glo-main-section-dl dt.glo-main-section-dl__title-02 {
  background: url(../img/common/menu/ico--cat-02.svg) left top no-repeat;
}
.glo-main-section-dl dt.glo-main-section-dl__title-03 {
  background: url(../img/common/menu/ico--cat-03.svg) left top no-repeat;
}

.glo-main-section .glo-main-section__title {
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  font-size: 1.38rem;
}
.glo-main-section .glo-main-section__title::before {
  content: " ";
  background: url(../img/common/menu/ico--toggle.svg) center center no-repeat;
  width: 15px;
  height: 7px;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}
.glo-main-section .glo-main-section__title.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.glo-list {
  list-style: none;
  margin: 0 18px;
  margin-bottom: 30px;
}
.glo-list li {
  border-bottom: 2px dashed #C2B0B0;
  margin-bottom: 10px;
}
.glo-list li a {
  background: url(../img/common/menu/ico--arrow.svg) right center no-repeat;
  display: block;
  padding: 10px 5px;
}

.global-nav-section {
  margin-bottom: 48px;
}
.global-nav-section .global-nav-section__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.56rem;
}

.global-nav-news {
  padding: 0 24px;
}

.global-news-tab {
  margin: 0 -24px 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-news-tab li {
  width: 33.3%;
}
.global-news-tab li a {
  display: block;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-size: 0.88rem;
}
.global-news-tab li a.active {
  border-bottom: 2px solid #EC696F;
}

.glo-news-list {
  text-align: left;
}
.glo-news-list li a {
  display: block;
}
.glo-news-list li .category {
  margin: 0 5px 10px 0;
}

.global-news-content {
  display: none;
}
.global-news-content.active {
  display: block;
}
.global-news-content .news-btn {
  margin: 0 auto;
}

.glo-newspaper {
  background: #FFE6E6;
  padding: 20px 24px;
  margin: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.glo-newspaper img {
  width: 27%;
  margin-right: 10%;
}
.glo-newspaper .glo-newspaper__name {
  padding-top: 20px;
  display: block;
  font-size: 1.13rem;
}
.glo-newspaper .glo-newspaper__en {
  display: block;
  margin-bottom: 10px;
  font-size: 2.3vw;
}

.glo-link, .glo-bottom a {
  background: url(../img/common/menu/ico--activity.svg) right center no-repeat;
  padding-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

.glo-bottom {
  list-style: none;
}
.glo-bottom li {
  margin-bottom: 10px;
}
.glo-bottom a {
  background-image: url(../img/common/menu/ico--arrow-pink.svg);
  border-color: #EFBBBF;
  color: #EFBBBF;
}

.glo-bottom-wrap {
  padding: 0 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.glo-bottom-close button {
  background: none;
  padding: 0;
  margin: 0 auto 5px;
  display: block;
  border: none;
  text-align: center;
  text-decoration: underline;
  font-size: 0.75rem;
}
.glo-bottom-close button img {
  display: block;
}

/* ローカルナビの設定 */
.local-nav {
  background: #FFE6E6;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 48px;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.local-nav a {
  color: #333;
}
.local-nav .local-nav__title {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 35px;
}
.local-nav .local-nav__sub-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.local-nav .local-nav-head img {
  display: block;
  margin: 0 auto;
}
.local-nav ul {
  list-style: none;
}
.local-nav ul li {
  border-bottom: 2px dashed #fff;
  margin-bottom: 10px;
}
.local-nav ul li a {
  background: url(../img/common/item/local-nav/ico--arrow.svg) right center no-repeat;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
.local-nav .local-nav-content-introduction {
  width: 100%;
}
@media screen and (min-width: 1028px) {
  .local-nav .local-nav-content {
    width: 608px;
  }
  .local-nav .local-nav-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .local-nav .local-nav-content ul li {
    width: 45%;
  }
  .local-nav .local-nav-content-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .local-nav .local-nav-content-introduction ul {
    margin-left: 20px;
  }
  .local-nav .local-nav-content-introduction section {
    width: 30%;
  }
}
@media screen and (max-width: 699px) {
  .local-nav .local-nav__title {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.5rem;
  }
  .local-nav section {
    margin-bottom: 40px;
  }
  .local-nav section:last-child {
    margin-bottom: 0;
  }
  .local-nav .local-nav__sub-title {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .local-nav .local-nav__sub-title::before {
    content: "・";
  }
  .local-nav .local-nav-head img {
    width: 60%;
    display: block;
    margin: 30px auto;
  }
  .local-nav .local-nav-content {
    width: 100%;
  }
}

.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #FFE6E6;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #FFE6E6;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFE6E6;
  color: #FFE6E6;
}

/* 見出し */
.title-lv1 {
  background: #FFE6E6;
  padding: 22px 0 22px 116px;
  margin: 0 -76px 60px -116px;
  border-radius: 0 32px 0 0;
  line-height: 1.5;
  position: relative;
  font-size: 1.5rem;
  color: #000;
}
.title-lv1::before {
  content: " ";
  background: url(../img/common/item/heading/pic--title-lv1.svg) left top no-repeat;
  background-size: cover;
  width: 191px;
  height: auto;
  aspect-ratio: 191/155;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 699px) {
  .title-lv1 {
    margin-right: 0;
    margin-left: -24px;
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-lv1::before {
    width: 80px;
    position: absolute;
    top: -60px;
    right: -24px;
    z-index: -1;
  }
}

.member .title-lv1 {
  background: #DAF2ED;
}
.member .title-lv1::before {
  background: url(../img/common/item/heading/pic--title-lv1-member.svg) left top no-repeat;
}

.title-lv2 {
  padding-bottom: 10px;
  border-bottom: 2px dashed #979797;
  margin-bottom: 40px;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .title-lv2 {
    padding-bottom: 15px;
    line-height: 1.25;
  }
}

.title-lv3 {
  font-size: 1.25rem;
}

/* 汎用見出し */
.title-other-01 {
  background: url(../img/common/item/heading/bgi--title-other-01.svg) center bottom no-repeat;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .title-other-01 {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.member .title-other-01 {
  background-image: url(../img/common/item/heading/bgi--title-other-01-member.svg);
}

.title-other-02 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .title-other-02 {
    line-height: 1.5;
  }
}

.title-other-03 {
  background: url(../img/common/mark/ico--circle.svg) left 12px no-repeat;
  line-height: 1.5;
  padding-left: 28px;
  margin-bottom: 30px;
  font-size: 1.75rem;
}
@media screen and (max-width: 699px) {
  .title-other-03 {
    background-position: 0 9px;
    margin-bottom: 20px;
    font-size: 1.38rem;
  }
}

.member .title-other-03 {
  background-image: url(../img/common/mark/ico--circle-member.svg);
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: 0px 0px 0px 3px #EFBBBF;
          box-shadow: 0px 0px 0px 3px #EFBBBF;
  border-radius: 32px;
}
.table-ptn--01 th {
  background: #FFE6E6;
  padding: 20px 20px;
  border-bottom: 2px dashed #fff;
  border-right: 2px dashed #fff;
  text-align: center;
  color: #333;
}
.table-ptn--01 td {
  background: #fff;
  padding: 20px 20px;
  border-bottom: 2px dashed #FFE6E6;
  border-right: 2px dashed #FFE6E6;
  color: #333;
}
.table-ptn--01 tr > *:last-child {
  border-right: none;
}
.table-ptn--01 tr:nth-child(1) > *:nth-child(1) {
  border-radius: 32px 0 0 0;
}
.table-ptn--01 tr:nth-child(1) > *:last-child {
  border-radius: 0 32px 0 0;
}
.table-ptn--01 tr:last-child > *, .table-ptn--01 tr.last-row > * {
  border-bottom: none;
}
.table-ptn--01 tr:last-child > *:nth-child(1), .table-ptn--01 tr.last-row > *:nth-child(1) {
  border-radius: 0 0 0 32px;
  border-bottom: none;
}
.table-ptn--01 tr:last-child > *:last-child, .table-ptn--01 tr.last-row > *:last-child {
  border-radius: 0 0 32px 0;
}
.table-ptn--01.table-ptn--01-1row tr:last-child > *, .table-ptn--01.table-ptn--01-1row tr.last-row > * {
  border-bottom: none;
}
.table-ptn--01.table-ptn--01-1row tr:last-child > *:nth-child(1), .table-ptn--01.table-ptn--01-1row tr.last-row > *:nth-child(1) {
  border-radius: 32px 0 0 32px;
  border-bottom: none;
}
.table-ptn--01.table-ptn--01-1row tr:last-child > *:last-child, .table-ptn--01.table-ptn--01-1row tr.last-row > *:last-child {
  border-radius: 0 32px 32px 0;
}
@media screen and (max-width: 699px) {
  .table-ptn--01.table-ptn--01-1row th, .table-ptn--01.table-ptn--01-1row td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  .table-ptn--01.table-ptn--01-1row tr > *:last-child {
    border-right: none;
  }
  .table-ptn--01.table-ptn--01-1row tr:nth-child(1) > *:nth-child(1) {
    border-radius: 32px 32px 0 0;
  }
  .table-ptn--01.table-ptn--01-1row tr:last-child > *:last-child, .table-ptn--01.table-ptn--01-1row tr.last-row > *:last-child {
    border-radius: 0 0 32px 32px;
  }
  .table-ptn--01.sp-vartical th, .table-ptn--01.sp-vartical td {
    display: block;
    border-right: 0;
  }
  .table-ptn--01.sp-vartical tr th, .table-ptn--01.sp-vartical tr td {
    border-bottom: none;
  }
  .table-ptn--01.sp-vartical tr:nth-child(1) th:nth-child(1) {
    border-radius: 32px 32px 0 0;
  }
  .table-ptn--01.sp-vartical tr:last-child > *:nth-child(1) {
    border-radius: 0;
  }
  .table-ptn--01.sp-vartical tr:last-child td:last-child {
    border-radius: 0 0 32px 32px;
  }
}

.member .table-ptn--01 {
  -webkit-box-shadow: 0px 0px 0px 3px #1BC18E;
          box-shadow: 0px 0px 0px 3px #1BC18E;
}
.member .table-ptn--01 th {
  background: #DAF2ED;
}
.member .table-ptn--01 td {
  border-color: #DAF2ED;
}

.table-ptn--02 {
  width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: 0px 0px 0px 3px #EFBBBF;
          box-shadow: 0px 0px 0px 3px #EFBBBF;
  border-radius: 32px;
}
.table-ptn--02 th {
  background: #FFE6E6;
  padding: 20px 20px;
  border-bottom: 2px dashed #fff;
  border-right: 2px dashed #fff;
  text-align: center;
  color: #333;
}
.table-ptn--02 td {
  background: #fff;
  padding: 20px 20px;
  border-bottom: 2px dashed #FFE6E6;
  border-right: 2px dashed #FFE6E6;
  color: #333;
}
.table-ptn--02 tr > *:last-child {
  border-right: none;
}
.table-ptn--02 tr:nth-child(1) > *:nth-child(1) {
  border-radius: 32px 0 0 0;
}
.table-ptn--02 tr:nth-child(1) > *:last-child {
  border-radius: 0 32px 0 0;
}
.table-ptn--02 tr:last-child > *, .table-ptn--02 tr.last-row > * {
  border-bottom: none;
}
.table-ptn--02 tr:last-child > *:nth-child(1), .table-ptn--02 tr.last-row > *:nth-child(1) {
  border-radius: 0 0 0 32px;
  border-bottom: none;
}
.table-ptn--02 tr:last-child > *:last-child, .table-ptn--02 tr.last-row > *:last-child {
  border-radius: 0 0 32px 0;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail, .top-consul .top-consul__btn {
  background: rgb(239, 187, 191);
  width: 300px;
  -webkit-box-shadow: 0px 10px 0px -5px #D7A7AA;
          box-shadow: 0px 10px 0px -5px #D7A7AA;
  padding: 15px 0;
  border-radius: 35px;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}
.btn-detail:hover, .top-consul .top-consul__btn:hover {
  -webkit-box-shadow: 0px 0px 0px -5px #D7A7AA;
          box-shadow: 0px 0px 0px -5px #D7A7AA;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  color: #fff;
}
.btn-detail.right, .top-consul .right.top-consul__btn {
  margin-left: auto;
}
@media screen and (max-width: 699px) {
  .btn-detail, .top-consul .top-consul__btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn-detail-02, .top-search-sub .top-search-sub__btn {
  background: #FFE6E6;
  width: 300px;
  -webkit-box-shadow: 0px 10px 0px -5px #F9D5D5;
          box-shadow: 0px 10px 0px -5px #F9D5D5;
  padding: 15px 0;
  border-radius: 35px;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #333;
}
.btn-detail-02:hover, .top-search-sub .top-search-sub__btn:hover {
  -webkit-box-shadow: 0px 0px 0px -5px #F9D5D5;
          box-shadow: 0px 0px 0px -5px #F9D5D5;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 699px) {
  .btn-detail-02, .top-search-sub .top-search-sub__btn {
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn-detail-03, .top-news .top-news__btn, .global-news-content .news-btn {
  background: #fff;
  width: 300px;
  -webkit-box-shadow: 0px 10px 0px -5px #FFE6E6;
          box-shadow: 0px 10px 0px -5px #FFE6E6;
  padding: 15px 0;
  border: 2px solid #FFE6E6;
  border-radius: 35px;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}
.btn-detail-03:hover, .top-news .top-news__btn:hover, .global-news-content .news-btn:hover {
  -webkit-box-shadow: 0px 0px 0px -5px #FFE6E6;
          box-shadow: 0px 0px 0px -5px #FFE6E6;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 699px) {
  .btn-detail-03, .top-news .top-news__btn, .global-news-content .news-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn-detail-04, .top-activity .top-activity__btn {
  background: #fff;
  width: 300px;
  -webkit-box-shadow: 0px 7px 0px -5px #CEE5E1;
          box-shadow: 0px 7px 0px -5px #CEE5E1;
  padding: 15px 0;
  border: 2px solid #CEE5E1;
  border-radius: 35px;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #333;
}
.btn-detail-04:hover, .top-activity .top-activity__btn:hover {
  -webkit-box-shadow: 0px 0px 0px -5px #CEE5E1;
          box-shadow: 0px 0px 0px -5px #CEE5E1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 699px) {
  .btn-detail-04, .top-activity .top-activity__btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.download-btn {
  background: url(../img/common/item/download/ico--arrow.svg) right 16px center no-repeat;
  background-color: #1BC18E;
  width: 232px;
  padding: 25px 0 25px 32px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  -webkit-box-shadow: 0px 4px 0px 0px #15A77A;
          box-shadow: 0px 4px 0px 0px #15A77A;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  color: #fff;
}
.download-btn:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #15A77A;
          box-shadow: 0px 0px 0px 0px #15A77A;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  color: #fff;
}
.download-btn.download-btn--pdf {
  background: url(../img/common/item/download/ico--pdf.svg) right 60px center no-repeat, url(../img/common/item/download/ico--arrow.svg) right 16px center no-repeat;
  background-color: #1BC18E;
}
.download-btn.download-btn--word {
  background: url(../img/common/item/download/ico--word.svg) right 60px center no-repeat, url(../img/common/item/download/ico--arrow.svg) right 16px center no-repeat;
  background-color: #1BC18E;
}
.download-btn.download-btn--excel {
  background: url(../img/common/item/download/ico--excel.svg) right 60px center no-repeat, url(../img/common/item/download/ico--arrow.svg) right 16px center no-repeat;
  background-color: #1BC18E;
}
.download-btn.download-btn--powerpoint {
  background: url(../img/common/item/download/ico--pp.svg) right 60px center no-repeat, url(../img/common/item/download/ico--arrow.svg) right 16px center no-repeat;
  background-color: #1BC18E;
}

.link-blank {
  background: url(../img/common/mark/ico--link-blank.svg) right top no-repeat;
  padding-right: 25px;
}

.link-inside {
  background: url(../img/common/mark/ico--link-inside.svg) right center no-repeat;
  padding-right: 15px;
  color: #1BC18E;
}

.btn-pdf {
  background: url(../img/common/item/download/ico--pdf.svg) right center no-repeat;
  background-size: 20px auto;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.btn-ex {
  background: url(../img/common/item/download/ico--excel.svg) right center no-repeat;
  background-size: 20px auto;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.btn-wd {
  background: url(../img/common/item/download/ico--word.svg) right center no-repeat;
  background-size: 20px auto;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle, .footer-nav-list {
  list-style: none;
  line-height: 1.5;
}
.list-circle li, .footer-nav-list li {
  background: url(../img/common/mark/ico--circle.svg) left 3px no-repeat;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 699px) {
  .list-circle, .footer-nav-list {
    margin-left: 10px;
  }
  .list-circle li, .footer-nav-list li {
    margin-bottom: 15px;
  }
}

.member .list-circle > li, .member .footer-nav-list > li {
  background-image: url(../img/common/mark/ico--circle-member.svg);
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 30px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub-01 {
  border: 2px solid #EFBBBF;
  border-radius: 64px;
  padding: 32px 90px;
}
@media screen and (max-width: 699px) {
  .box-sub-01 {
    padding: 20px;
    border-radius: 16px;
  }
}

.member .box-sub-01 {
  border-color: #1BC18E;
}

.box-sub-02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #EFBBBF;
}
.pagination a {
  border: 1px solid #EFBBBF;
}
.pagination a:hover {
  background-color: #EFBBBF;
  border: 1px solid #EFBBBF;
  color: #fff;
}
.pagination .current {
  background-color: #EFBBBF;
  border: 1px solid #EFBBBF;
  color: #fff;
}

.member .pagination span, .member .pagination a {
  color: #1BC18E;
}
.member .pagination a {
  border: 1px solid #1BC18E;
}
.member .pagination a:hover {
  background-color: #1BC18E;
  border: 1px solid #1BC18E;
  color: #fff;
}
.member .pagination .current {
  background-color: #1BC18E;
  border: 1px solid #1BC18E;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: url(../img/common/catch/pic--ring.svg) calc(50% + 530px) 10px no-repeat, url(../img/common/catch/bgi--catch.svg) center bottom no-repeat;
  background-size: auto, 100% auto;
  padding-top: 140px;
  padding-bottom: 150px;
  margin-bottom: 60px;
}
.catch a {
  color: #333;
}
.catch .catch__ja {
  margin-bottom: 20px;
  font-size: 2.5rem;
}
.catch .topic-path {
  margin: 0 auto;
  text-align: left;
  font-size: 0.75rem;
}
@media screen and (min-width: 699px) {
  .catch .topic-path {
    width: 1200px;
  }
}
@media screen and (max-width: 699px) {
  .catch {
    background: url(../img/common/catch/pic--ring.svg) right 10px bottom no-repeat, url(../img/common/catch/bgi--catch.svg) center bottom no-repeat;
    background-size: 100px auto, auto 100%;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .catch .catch__ja {
    font-size: 1.75rem;
  }
  .catch .topic-path {
    padding: 0 24px;
  }
}

.bottom-link {
  background: #FFE6E6;
  padding: 32px 0;
  margin-bottom: 130px;
}
.bottom-link .bottom-link__list {
  list-style: none;
}
@media screen and (min-width: 699px) {
  .bottom-link .bottom-link__list {
    width: 1230px;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bottom-link .bottom-link__list li {
    width: 390px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 699px) {
  .bottom-link {
    padding: 28px 24px;
  }
  .bottom-link .bottom-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bottom-link .bottom-link__list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .bottom-link .bottom-link__list li:nth-child(1) {
    margin-bottom: 0;
  }
}

.category {
  border: 2px solid #EC696F;
  border-radius: 15px;
  padding: 0 15px;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.75rem;
}

.category-pink {
  background: #EFBBBF;
  border: 2px solid #EFBBBF;
  border-radius: 15px;
  padding: 0 15px;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #333;
}

.category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.category-nav li {
  width: 46%;
  padding: 32px;
  margin-right: 8%;
  margin-bottom: 88px;
  border: 2px solid #EFBBBF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 0px -7px #EFBBBF;
          box-shadow: 0px 10px 0px -7px #EFBBBF;
}
.category-nav li:nth-child(even) {
  margin-right: 0;
}
.category-nav li strong {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.37;
  letter-spacing: 1.2px;
  font-size: 1.75rem;
}
.category-nav li p {
  margin-bottom: 20px;
}
.category-nav li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
@media screen and (min-width: 1028px) {
  .category-nav {
    width: 1028px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 699px) {
  .category-nav li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 699px) {
  .category-nav li {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px;
  }
  .category-nav li strong {
    font-size: 1.75rem;
  }
  .category-nav li p {
    margin-bottom: -15px;
  }
  .category-nav li a {
    width: 45px;
  }
}

.table-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #EFBBBF;
  border-radius: 32px;
}
.table-dl dt {
  background: #FFE6E6;
  padding: 27px 24px;
  border-bottom: 2px dashed #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.table-dl dt:nth-child(1) {
  border-radius: 32px 0 0 0;
}
.table-dl dt:nth-last-child(2) {
  border-radius: 0 0 0 31px;
  border-bottom: none;
}
.table-dl dd {
  background: #fff;
  padding: 27px 24px;
  border-bottom: 2px dashed #FFE6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.table-dl dd:nth-child(2) {
  border-radius: 0 32px 0 0;
}
.table-dl dd:nth-last-child(1) {
  border-radius: 0 0 31px 0;
  border-bottom: none;
}
@media screen and (max-width: 699px) {
  .table-dl {
    display: block;
  }
  .table-dl dt, .table-dl dd {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.common-contact dt {
  font-size: 1.13rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 699px) {
  .common-contact > dd, .common-contact.common-contact--layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-item {
  padding-top: 70px;
}
.contact-item dt {
  margin-bottom: 15px;
  font-size: 1.13rem;
}
.contact-item dd {
  text-align: center;
  line-height: 1.5;
}
.contact-item .contact-item__no {
  font-size: 2.25rem;
  color: #000 !important;
}
.contact-item .btn-detail-02, .contact-item .top-search-sub .top-search-sub__btn, .top-search-sub .contact-item .top-search-sub__btn {
  margin-left: auto;
  margin-right: auto;
}
.contact-item.contact-tel {
  background: url(../img/common/item/contact/ico--tel.svg) center top no-repeat;
}
.contact-item.contact-fax {
  background: url(../img/common/item/contact/ico--fax.svg) center top no-repeat;
}
.contact-item.contact-mail {
  background: url(../img/common/item/contact/ico--mail.svg) center top no-repeat;
}
.contact-item.contact-recruit {
  background: url(../img/common/item/contact/ico--recruit.svg) center 10px no-repeat;
}
@media screen and (min-width: 699px) {
  .contact-item {
    width: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 10%;
    position: relative;
  }
  .contact-item::before {
    content: " ";
    background: #D7D7D7;
    width: 1px;
    height: 146px;
    display: block;
    position: absolute;
    right: -50px;
    bottom: 10px;
  }
  .contact-item:last-child, .contact-item.contact-item--noflex {
    margin-right: 0;
  }
  .contact-item:last-child::before, .contact-item.contact-item--noflex::before {
    content: none;
  }
}
@media screen and (max-width: 699px) {
  .contact-item {
    margin-bottom: 40px;
  }
}

.common-contact__open {
  margin-bottom: 10px;
  list-style: none;
  text-align: center;
}
.common-contact__open li {
  display: inline-block;
  margin: 0 10px;
}
.common-contact__open li span {
  background: #FFE6E6;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 0.81rem;
}
.common-contact__open li span.common-contact__date {
  background: none;
  padding: 0;
  margin-right: 5px;
  font-size: 0.88rem;
}
.common-contact__open li strong {
  line-height: 1;
  font-size: 1.5rem;
}

.common-contact__holiday {
  text-align: center;
  font-size: 0.88rem;
}

/*
.contact-tel{
	dt{
		background: #EFBBBF;
		width: 225px;
		padding: 8px 0;
		border-radius: 30px;
		margin: 0 auto 15px;
		letter-spacing: 0;
		font-size: 1rem;
	}
	a{
		color: $color--text;
	}
	.contact-tel__tel{
		@extend .ff-en;
		background: url(../img/common/item/contact/ico--tel.svg) left center no-repeat;
		width: fit-content;
		display: block;
		padding: 5px 0 5px 30px;
		padding-right: 30px;
		margin: 0 auto 30px;
		line-height: 1;
		font-size: 1.13rem;
		&.no-mb{
			margin-bottom: 0;
		}
	}
	.contact-tel__fax{
		@extend .ff-en;
		background: url(../img/common/item/contact/ico--fax.svg) left center no-repeat;
		width: fit-content;
		display: block;
		padding: 5px 0 5px 30px;
		margin: 0 auto 30px;
		line-height: 1;
		font-size: 1.13rem;
	}
	.contact-tel__time{
		background: url(../img/common/item/contact/ico--time.svg) left center no-repeat;
		width: fit-content;
		display: block;
		padding: 5px 30px;
		margin: 0 auto 10px;
		text-align: right;
		line-height: 1;
		font-size: 1.13rem;
	}
	.contact-address{
		background: url(../img/common/item/contact/ico--zip.svg) left 5px no-repeat;
		width: fit-content;
		display: block;
		padding-left: 30px;
		margin: 0 auto 10px;
	}
	.contact-tel-sub{
		text-align: center;
		font-size: .88em;
	}
	.contact-tel__open{
		margin-top: -10px;
		padding-left: 60px;
		font-weight: 400px;
		font-size: .75rem;
	}
	@media screen and (max-width: $bp-sp) {
		>dd{
			margin-bottom: 40px;
		}
		.contact-tel__open{
			padding: 0;
			text-align: center;
		}
	}

}
*/
.form-bg {
  background: #FFE6E6;
  padding: 60px 0;
  border-radius: 32px;
}
.form-bg .form-tag {
  max-width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .form-bg {
    padding: 30px 24px;
  }
}

.faq {
  margin-bottom: 60px;
}
.faq dt {
  background: url(../img/common/item/faq/ico--q.svg) left top no-repeat;
  padding-left: 45px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #979797;
  margin-bottom: 32px;
  font-size: 1.25em;
}
.faq dd {
  background: url(../img/common/item/faq/ico--a.svg) 90px 30px no-repeat;
  padding: 70px 90px 30px;
  border: 2px solid #EFBBBF;
  border-radius: 64px;
}
@media screen and (max-width: 699px) {
  .faq dd {
    background: url(../img/common/item/faq/ico--a.svg) 20px 30px no-repeat;
    padding: 70px 20px 20px;
    border-radius: 32px;
  }
}

.map-iframe {
  max-width: 900px;
  margin: 0 auto 80px;
  display: block;
}
.map-iframe iframe {
  width: 100%;
  aspect-ratio: 6/3.5;
}

.news-list, .glo-news-list {
  list-style: none;
}
.news-list li, .glo-news-list li {
  border-bottom: 2px dashed #D9D9D9;
  margin-bottom: 45px;
  padding-bottom: 25px;
}
.news-list li a, .glo-news-list li a {
  padding-bottom: 3px;
  padding-right: 30px;
  text-decoration: none;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #333;
}
.news-list li a.memberinfo, .glo-news-list li a.memberinfo {
  background: url(../img/member/common/mark/ico--key.webp) right bottom no-repeat;
  background-size: 17px auto;
}
@media screen and (max-width: 699px) {
  .news-list, .glo-news-list {
    margin-bottom: 20px;
  }
  .news-list li, .glo-news-list li {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-list li a, .glo-news-list li a {
    display: block;
    font-size: 1rem;
  }
  .news-list li a.memberinfo, .glo-news-list li a.memberinfo {
    background-position: right center;
  }
}

@media screen and (min-width: 699px) {
  .access-way-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.access-way dt {
  background: url(../img/common/mark/ico--circle.svg) left 10px no-repeat;
  padding-left: 25px;
  font-size: 1.25rem;
}
.access-way dd {
  padding-left: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .access-way dd:last-child {
    margin-bottom: 0;
  }
}

.magazine-pic {
  max-width: 300px;
  margin: 0 auto 40px;
  display: block;
}

.magazine-date {
  margin-bottom: 40px;
  text-align: center;
  color: red;
}

.top-main-nav {
  list-style: none;
  z-index: 3;
}
.top-main-nav li {
  margin-bottom: 34px;
  position: fixed;
  right: 0;
  z-index: 3;
}
.top-main-nav li.hide {
  display: none;
}
.top-main-nav li:nth-child(1) {
  top: 220px;
}
.top-main-nav li:nth-child(2) {
  top: 450px;
}
.top-main-nav li .top-main-nav-content {
  position: relative;
}
.top-main-nav li a {
  padding: 66px 25px 30px 25px;
  border-radius: 16px 0 0 16px;
  display: block;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
  color: #333;
}
.top-main-nav li button {
  background: none;
  width: 33px;
  height: 33px;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -10px;
  left: -10px;
}
.top-main-nav .top-main-nav__training {
  background: #fff url(../img/top/main/ico--traning.svg) center 25px no-repeat;
  border: 5px solid #DAF2ED;
  border-right: 0;
}
.top-main-nav .top-main-nav__training button {
  background: url(../img/top/main/btn--traning.svg) left top no-repeat;
}
.top-main-nav .top-main-nav__newsletter {
  background: #fff url(../img/top/main/ico--newsletter.svg) center 25px no-repeat;
  border: 5px solid #FFE6E6;
  border-right: 0;
  padding-top: 55px;
}
.top-main-nav .top-main-nav__newsletter button {
  background: url(../img/top/main/btn--newsletter.svg) left top no-repeat;
}
@media screen and (max-width: 699px) {
  .top-main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    top: auto;
  }
  .top-main-nav li {
    width: 50%;
    margin-bottom: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-main-nav li:nth-child(1) {
    top: auto;
    left: 0;
  }
  .top-main-nav li:nth-child(2) {
    top: auto;
    right: 0;
  }
  .top-main-nav li a {
    background-position: 0 0;
    padding: 25px 0 25px 15px !important;
    border-radius: 16px 16px 0 0;
    display: block;
    text-decoration: none;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    line-height: 1;
  }
  .top-main-nav li .top-main-nav__training {
    background-position: calc(50% - 60px) center;
    border: 5px solid #DAF2ED;
  }
  .top-main-nav li .top-main-nav__newsletter {
    background-position: calc(50% - 80px) center;
    border: 5px solid #FFE6E6;
  }
}

/*
	サイト全体のアイテムの設定
*/
a {
  color: #333;
}

/*
.official-top{
	background: 
		url(../img/top/bg/bgi--03.svg) calc(50% + 490px) 2658px no-repeat,
		url(../img/top/bg/bgi--02.svg) calc(50% - 630px) 1250px no-repeat,
		url(../img/top/bg/bgi--01.svg) calc(50% + 490px) 500px no-repeat;
	@media screen and (max-width: $bp-sp) {
		background: 
			url(../img/top/bg/bgi--03.svg) calc(50% + 490px) 2658px no-repeat,
			url(../img/top/bg/bgi--02.svg) calc(50% - 160px) 260vw no-repeat,
			url(../img/top/bg/bgi--01.svg) calc(50% + 90px) 170vw no-repeat;
		background-size: 
			auto , 
			420px auto , 
			260px auto;
	}
}
*/
.official-top {
  background: url(../img/top/bg/bgi--03.svg) calc(50% + 490px) 2658px no-repeat, url(../img/top/bg/bgi--02.svg) calc(50% - 630px) 1250px no-repeat;
}
@media screen and (max-width: 699px) {
  .official-top {
    background: url(../img/top/bg/bgi--03.svg) calc(50% + 490px) 2658px no-repeat, url(../img/top/bg/bgi--02.svg) calc(50% - 160px) 260vw no-repeat;
    background-size: auto, 420px auto;
  }
}

.top-section-title, .top-activity .top-activity__title, .top-news .top-news__title, .top-search .top-search__title, .top-consul .top-consul__title {
  line-height: 1.5;
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .top-section-title, .top-activity .top-activity__title, .top-news .top-news__title, .top-search .top-search__title, .top-consul .top-consul__title {
    font-size: 1.75rem;
  }
}

.top-main-wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .top-main-wrap {
    width: 1280px;
  }
  .top-main-wrap .top-main-news {
    width: 600px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 699px) {
  .top-main-wrap {
    padding-bottom: 20px;
  }
}

.top-main {
  height: 615px;
  position: relative;
  border-radius: 15px;
}
.top-main .top-main__title {
  background: url(../img/top/main/bgi--movie-lede.webp) left top no-repeat;
  width: 340px;
  height: 100%;
  padding-top: 87px;
  padding-left: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.top-main .top-main__title img {
  width: 126px;
  display: block;
}
.top-main .top-main__title.hide {
  opacity: 0;
}
.top-main #youtube {
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
}
.top-main #youtube-mask {
  height: 615px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .top-main {
    margin: 24px;
    height: auto;
    aspect-ratio: 109/128;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-main .top-main__title {
    background-position: left 0px top 20px;
    background-size: 100% auto;
    width: calc(45% + 30px);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 30px;
  }
  .top-main .top-main__title img {
    width: 60%;
  }
  .top-main #youtube {
    width: auto;
    height: 220vw;
    aspect-ratio: 109/128;
    position: absolute;
    top: -58vw;
    left: -55%;
  }
  .top-main #youtube-mask {
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
}

.top-main-news {
  background: #fff;
  padding: 20px;
  border-radius: 0 45px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  font-size: 0.88rem;
}
.top-main-news .top-main-news__date {
  letter-spacing: 0.1em;
  font-size: 0.81rem;
}
.top-main-news .top-main-news__head {
  margin-bottom: 5px;
}
.top-main-news .top-main-news__title {
  line-height: 1.5;
}
@media screen and (max-width: 699px) {
  .top-main-news {
    background: none;
    width: auto;
    padding: 0;
    margin: 0 24px 0;
    border-radius: 0;
    position: static;
  }
}

.top-msg {
  background: #FFE6E6 url(../img/top/msg/bgi--01.svg) calc(50% + 358px) top no-repeat;
  padding: 88px 0;
  margin-bottom: 140px;
}
.top-msg .top-msg__title {
  margin-bottom: 60px;
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .top-msg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-msg .top-msg__title {
    line-height: 1.57;
    font-size: 1.75rem;
  }
}

.top-msg-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-msg-list li {
  background: #fff;
  width: 252px;
  border: 2px solid #EFBBBF;
  border-radius: 16px;
  margin-right: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 0px -5px #F4F4F4;
          box-shadow: 0px 10px 0px -5px #F4F4F4;
}
.top-msg-list li a {
  text-decoration: none;
}
.top-msg-list li .top-msg-list__pic {
  background: #FFE6E6;
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 28/27;
}
.top-msg-list li .top-msg-list-content {
  padding: 17px 23px 17px;
}
.top-msg-list li .top-msg-list__date {
  display: block;
  font-size: 0.81rem;
  color: #EFBBBF;
}
.top-msg-list li .top-msg-list__title {
  height: 3.2em;
  display: block;
  line-height: 1.6;
}
.top-msg-list .slick-dots {
  bottom: -65px;
}
.top-msg-list .slick-dots li {
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-msg-list .slick-dots li button:before {
  font-size: 12px;
  color: #F0AFB1;
}
.top-msg-list .slick-dots li.slick-active button:before {
  color: #F0AFB1;
}
@media screen and (max-width: 699px) {
  .top-msg-list {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .top-msg-list .slick-list {
    padding-bottom: 10px;
  }
  .top-msg-list .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .top-msg-list .slick-arrow.slick-disabled {
    opacity: 0.5;
  }
  .top-msg-list .slick-arrow::before {
    content: none;
  }
  .top-msg-list .slick-arrow.slick-prev {
    background: url(../img/top/messageboard/ico--prev.svg) left top no-repeat;
    left: auto;
    top: auto;
    right: 87px;
    bottom: -90px;
    z-index: 2;
  }
  .top-msg-list .slick-arrow.slick-next {
    background: url(../img/top/messageboard/ico--next.svg) left top no-repeat;
    left: auto;
    top: auto;
    right: 24px;
    bottom: -90px;
    z-index: 2;
  }
}

.top-nav {
  background: #FFE6E6;
  border-radius: 32px;
  padding: 28px 77px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-nav .top-nav__title {
  background: url(../img/top/nav/bgi--title.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 75px;
  line-height: 1.5;
  font-size: 1.75rem;
}
.top-nav .top-nav__title span {
  font-size: 2.5rem;
}
.top-nav .top-nav__pic {
  display: block;
  height: 175px;
  margin: 0 auto 23px;
}
.top-nav .top-nav__list {
  list-style: none;
}
.top-nav .top-nav__list li {
  margin-bottom: 16px;
}
.top-nav .top-nav__list li a {
  background: #fff url(../img/top/nav/ico--arrow.svg) right 48px center no-repeat;
  display: block;
  padding: 20px 84px 20px 48px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .top-nav {
    padding: 30px 20px;
  }
  .top-nav .top-nav__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .top-nav .top-nav__title span {
    font-size: 1.75rem;
  }
  .top-nav .top-nav__list li:last-child {
    margin-bottom: 0;
  }
  .top-nav .top-nav__list li a {
    background-position: right 20px center;
    padding: 15px 0 15px 20px;
  }
}

.top-nav-01 {
  margin-bottom: 44px;
}
.top-nav-01 .top-nav-01__pic {
  width: 300px;
  display: block;
  margin: 0 auto 0;
}
.top-nav-01 .top-nav__title {
  background: none;
  margin: 0 auto 64px;
  padding-right: 0;
}
.top-nav-01 .top-nav-01__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-nav-01 .top-nav-01__list li {
  width: 30%;
  margin-bottom: 48px;
}
.top-nav-01 .top-nav-01__list li a {
  background: #fff;
  border-radius: 16px;
  padding: 38px 0 30px;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25);
  font-size: 0.93rem;
}
.top-nav-01 .top-nav-01__list li a img {
  display: block;
  margin: 0 auto 5px;
}
.top-nav-01 .top-nav-01__list li a span {
  background: url(../img/top/nav/01/ico--arrow.svg) right 35px center no-repeat;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .top-nav-01 {
    padding-left: 122px;
    padding-right: 122px;
  }
  .top-nav-01 .top-nav-01__list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 699px) {
  .top-nav-01 .top-nav-01__list {
    display: block;
  }
  .top-nav-01 .top-nav-01__list li {
    width: auto;
  }
  .top-nav-01 .top-nav-01__list li:last-child {
    margin-bottom: 0;
  }
  .top-nav-01 .top-nav-01__list li a {
    padding: 0 0 25px;
  }
  .top-nav-01 .top-nav-01__list li a span {
    background-position: right 20px center;
    margin-top: -10px;
  }
}

.top-nav-layout {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-nav-layout .top-nav {
  width: 47%;
}
@media screen and (max-width: 699px) {
  .top-nav-layout {
    display: block;
  }
  .top-nav-layout .top-nav {
    width: 100%;
    margin-bottom: 40px;
  }
}

.top-consul {
  margin: 0 auto 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-consul .top-consul__title {
  margin-bottom: 30px;
}
.top-consul .top-consul__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .top-consul {
    width: 1030px;
  }
  .top-consul .top-consul__pic {
    width: 32%;
  }
  .top-consul > div {
    width: 57%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .top-consul .top-consul__pic {
    width: 32%;
  }
}
@media screen and (max-width: 699px) {
  .top-consul {
    display: block;
  }
  .top-consul .top-consul__title {
    background: url(../img/common/mark/ico--circle.svg) left center no-repeat;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 25px;
    margin: 0 auto 10px;
    font-size: 1.5rem;
  }
  .top-consul .top-consul__text {
    background: url(../img/top/consul/pic--01.webp) center top no-repeat;
    background-size: 200px auto;
    padding-top: 160px;
  }
  .top-consul .top-consul__pic {
    display: none;
  }
  .top-consul .top-consul__btn {
    margin: 0 auto;
  }
}

.top-movie-bnr {
  max-width: 728px;
  display: block;
  margin: 0 auto 80px;
}

.top-search {
  background: url(../img/top/search/bgi--circle-02.svg) calc(50% - 600px) bottom no-repeat, url(../img/top/search/bgi--02.svg) center bottom no-repeat, url(../img/top/search/bgi--circle-01.svg) calc(50% + 600px) 200px no-repeat, url(../img/top/search/bgi--01.svg) center top no-repeat;
  background-color: #FFE6E6;
  background-size: auto, 100% 130px, auto, 100% 130px;
  padding-top: 210px;
  padding-bottom: 220px;
  position: relative;
}
.top-search .top-search__title {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .top-search {
    background: url(../img/top/search/bgi--01-sp.svg) center top no-repeat;
    background-size: 100% 80px;
    background-color: #FFE6E6;
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.top-search-content {
  background: #fff;
  padding: 80px 100px;
  border-radius: 64px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .top-search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-search-content .top-search-sub {
    width: 485px;
  }
}
@media screen and (max-width: 1100px) {
  .top-search-content {
    padding: 30px;
  }
}

.top-search-sub .top-search-sub__title {
  background: url(../img/top/search/ico--sub-title.svg) left center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin: 0 auto 40px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.top-search-sub .top-search-sub__pic {
  display: block;
}
.top-search-sub .top-search-sub__btn {
  width: 283px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .top-search-sub {
    margin-bottom: 80px;
  }
  .top-search-sub:last-child {
    margin-bottom: 0;
  }
  .top-search-sub .top-search-sub__title {
    background: none;
    text-align: center;
  }
  .top-search-sub .top-search-sub__pic {
    width: 100%;
  }
}

.top-search-sub--01 .top-search-sub__pic {
  max-width: 450px;
  margin: 0 auto 35px;
}
.top-search-sub--01 .top-search-sub--01__list {
  list-style: none;
}
.top-search-sub--01 .top-search-sub--01__list li {
  background: url(../img/top/search/ico--arrow.svg) right center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  border-bottom: 2px dashed #C2C2C2;
}
.top-search-sub--01 .top-search-sub--01__list li a {
  padding-left: 35px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
}
.top-search-sub--01 .top-search-sub--01__list li:nth-child(1) a {
  background: url(../img/top/search/ico--01.svg) left center no-repeat;
}
.top-search-sub--01 .top-search-sub--01__list li:nth-child(2) a {
  background: url(../img/top/search/ico--02.svg) left center no-repeat;
}
.top-search-sub--01 .top-search-sub--01__list li:nth-child(3) a {
  background: url(../img/top/search/ico--03.svg) 3px center no-repeat;
}
.top-search-sub--01 .top-search-sub--01__list li:nth-child(4) a {
  background: url(../img/top/search/ico--04.svg) 5px center no-repeat;
}
.top-search-sub--01 .top-search-sub--01__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .top-search-sub--01 .top-search-sub--01__list {
    width: 425px;
    margin: 0 auto 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-search-sub--01 .top-search-sub--01__list li {
    width: 46%;
  }
}

.top-search-sub--02 .top-search-sub__pic {
  max-width: 383px;
  margin: 0 auto 35px;
}
@media screen and (min-width: 1100px) {
  .top-search-sub--02 .top-search-sub--02__text {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 699px) {
  .top-search-sub--02 .top-search-sub--02__text {
    margin-bottom: 40px;
  }
}

.top-news {
  background: #DAF2ED;
  padding-top: 60px;
}
.top-news .top-news__title {
  margin-bottom: 56px;
}
.top-news .top-news__btn {
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .top-news {
    background: url(../img/top/search/bgi--02-sp.svg) left top no-repeat;
    background-size: 100% auto;
    padding-top: 200px;
  }
}

.top-news-container {
  max-width: 1366px;
  margin: 0 auto;
}

.top-news-content {
  background: #fff;
  padding: 55px 65px 105px;
  display: none;
  text-align: left;
}
.top-news-content.active {
  display: block;
}
@media screen and (max-width: 699px) {
  .top-news-content {
    padding: 24px;
    margin-bottom: 40px;
  }
}

.top-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (min-width: 699px) {
  .top-news__tab li {
    width: 50%;
  }
  .top-news__tab li a {
    border-bottom: 3px solid transparent;
    padding: 20px 0;
    display: block;
    font-size: 1.13rem;
    text-decoration: none;
  }
  .top-news__tab li a span {
    background: url(../img/top/news/ico--tab-02.svg) left center no-repeat;
    padding-left: 25px;
  }
  .top-news__tab li a:hover, .top-news__tab li a.active {
    background-color: #fff;
    border-bottom: 3px solid #EFBBBF;
  }
  .top-news__tab li a:hover span, .top-news__tab li a.active span {
    background: url(../img/top/news/ico--tab-01.svg) left center no-repeat;
  }
  .top-news__tab li:nth-child(1) {
    display: none;
  }
  .top-news__tab li:nth-child(2) a {
    border-radius: 20px 0 0;
  }
  .top-news__tab li:nth-child(3) a {
    border-radius: 0 20px 0 0;
  }
}
@media screen and (max-width: 699px) {
  .top-news__tab {
    margin: 0 0 30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-news__tab li {
    width: 33.3%;
  }
  .top-news__tab li a {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    text-align: center;
    text-decoration: none;
    font-size: 0.88rem;
  }
  .top-news__tab li a.active {
    border-bottom: 2px solid #EC696F;
  }
}

.top-news-list {
  list-style: none;
  margin-bottom: 66px;
}
.top-news-list li {
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #D9D9D9;
}
.top-news-list li:last-child {
  margin-bottom: 0;
}
.top-news-list li .top-news__date {
  padding-right: 20px;
  font-size: 0.81rem;
}
.top-news-list li a {
  text-decoration: none;
  font-size: 1.25rem;
}
.top-news-list li a.memberinfo {
  background: url(../img/member/common/mark/ico--key.webp) right bottom no-repeat;
  background-size: auto 100%;
  padding-right: 27px;
}
@media screen and (max-width: 699px) {
  .top-news-list li a.memberinfo {
    padding-right: 22px;
  }
}

.top-activity {
  background: #DAF2ED url(../img/top/activity/bgi--01.svg) calc(50% + 531px) -100px no-repeat;
  padding: 85px 0 60px;
  border-bottom: 2px solid #fff;
}
.top-activity .top-activity__title {
  margin-bottom: 56px;
}
.top-activity .top-activity-layout {
  margin: 0 auto 80px;
  text-align: left;
}
.top-activity .top-activity__btn {
  margin: 0 auto;
}
@media screen and (min-width: 699px) {
  .top-activity .top-activity-layout {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-activity .top-activity-layout > * {
    width: 47.3%;
  }
}
@media screen and (max-width: 699px) {
  .top-activity {
    padding: 80px 24px 0;
  }
  .top-activity .top-activity__support {
    display: block;
    margin: 0 22px 52px;
  }
}

.top-activity-list-01 {
  list-style: none;
  border-top: 2px dashed #D9D9D9;
  margin-bottom: 65px;
}
.top-activity-list-01 li a {
  background: url(../img/top/activity/ico--arrow-black.svg) right center no-repeat;
  display: block;
  padding: 25px 0;
  border-bottom: 2px dashed #D9D9D9;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.5rem;
}

.top-activity-list-02 {
  list-style: none;
}
.top-activity-list-02 li a {
  background-image: url(../img/top/activity/ico--arrow-green.svg);
  background-position: right 48px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 22px 48px 22px 48px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-decoration: none;
  text-align: left;
}
.top-activity-list-02 li a.top-activity__blank {
  background-image: url(../img/top/activity/ico--blank.svg);
}
@media screen and (min-width: 699px) {
  .top-activity-list-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-activity-list-02 li {
    width: 32.4%;
  }
}
@media screen and (min-width: 1100px) {
  .top-activity-list-02 {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .top-activity-list-02 li {
    margin-bottom: 20px;
  }
  .top-activity-list-02 li a {
    line-height: 1.5;
    font-size: 1.25rem;
  }
}

.official-top .bottom-link {
  background: #DAF2ED;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13em;
}

.u-font-size--x-large {
  font-size: 1.25em;
}

.u-font-size--xx-large {
  font-size: 1.5em;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #FFE6E6;
}

.u-color-pink {
  color: #EC696F;
}

.u-color-green {
  color: #1BC18E;
}

.u-color-sub {
  color: #DAF2ED;
}

/* フォントの設定 */
.u-ff-en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--mid {
  margin-bottom: 40px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

.u-hide {
  display: none;
}

/* レイアウトの設定 */
@media (min-width: 1100px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 1100px) {
  .u-over-parent {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

.u-target {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .u-is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 699px) {
  .u-is-sp {
    display: none !important;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=top.css.map */