@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;800&display=swap&subset=japanese');

body.system.cms {
  padding: 0;
}
body.system.cms [data-area="content"] {
  padding: 0;
}
body.system.cms .air-gb-header.short .inner.header,
body.system.cms .gb-header.short .inner.header {
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img, video, audio, iframe {
  border-style: none;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a {
  text-decoration: none;
  color: #333;
  transition: opacity .2s, background-color .2s, color .2s, border .2s;
}

a:hover {
  text-decoration: underline;
}

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  background: url(/kango/albums/css/basic2-common2/abm00000026.svg) no-repeat center center;
  background-size: 12px 12px;
}

.sp-gnav a[target="_blank"]::after {
  background-image: url(/kango/albums/css/basic2-common2/abm00000027.svg);
}

a[href*=".pdf"]::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-left: 7px;
  background: url(/kango/albums/css/basic2-common2/abm00000068.svg) no-repeat center center;
  background-size: 15px 16px;
}

a[href*=".doc"]::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-left: 7px;
  background: url(/kango/albums/css/basic2-common2/abm00001235.svg) no-repeat center center;
  background-size: 15px 16px;
}

a[href*=".xls"]::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-left: 7px;
  background: url(/kango/albums/css/basic2-common2/abm00001234.svg) no-repeat center center;
  background-size: 15px 16px;
}

ul,
ol {
  padding-left: 0;
}

body.system.cms ul,
body.system.cms ol {
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-top: 1px solid #CCC;
}

html {
  font-size: 62.5%;
}

body {
  padding-left: 60px;
  padding-right: 60px;
  line-height: 2;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 1279px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border: 1px solid #aaa;
  line-height: 1.6;
}

table th, table td {
  border: 1px solid #aaa;
  padding: 12px 18px;
  font-size: 1.4rem;
  text-align: left;
}

.cp-all {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .cp-all {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*
.cp-h1-text {
}
*/
.cp-h2-text {
  position: relative;
  display: table;
  letter-spacing: .3rem;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.cp-h2-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1279px) {
  .cp-h2-text {
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
    font-size: 2.7rem;
  }
}

.cp-h2-text::before {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 100%;
  margin-left: 15px;
  height: 1px;
  width: 200px;
  background: #707070;
}

@media screen and (max-width: 1279px) {
  .cp-h2-text::before {
    content: none;
  }
}

.cp-h3-text {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .cp-h3-text {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
}

.cp-h4-text {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .cp-h4-text {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.cp-h5-text {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .cp-h5-text {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}

.lead1 {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 67px 20px 65px 20px;
  border: 2px solid #D675A6;
  border-radius: 12px;
  background: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  color: #D675A6;
}

@media screen and (max-width: 1279px) {
  .lead1 {
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 37px 5% 35px 5%;
    font-size: 2.1rem;
  }
}

.lead2 {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 32px 20px 29px 20px;
  border: 2px solid #D675A6;
  border-radius: 12px;
  background: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  color: #D675A6;
}

@media screen and (max-width: 1279px) {
  .lead2 {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 22px 5% 19px 5%;
    font-size: 1.8rem;
  }
}

.cp-btn {
  margin-top: 40px;
  margin-bottom: 60px;
}

.cp-btn ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}

.cp-btn li {
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.6;
}

.cp-btn a {
  display: block;
  padding: 18px 10px 17px 10px;
  border: 1px solid #D675A6;
  background: #fff;
  border-radius: 40px;
  font-weight: 700;
  color: #D675A6;
  text-align: center;
}

.cp-btn.cp-btn-01 li {
  width: 100%;
  margin-right: 0;
}

.cp-btn.cp-btn-02 li {
  width: calc(50% - 5px);
}

@media screen and (max-width: 1279px) {
  .cp-btn.cp-btn-02 li {
    width: 100%;
    margin-right: 0;
  }
}

.cp-btn.cp-btn-02 li:nth-child(2n) {
  margin-right: 0;
}

.cp-btn.cp-btn-03 li {
  width: calc(33.33% - 7px);
}

@media screen and (max-width: 1279px) {
  .cp-btn.cp-btn-03 li {
    width: 100%;
    margin-right: 0;
  }
}

.cp-btn.cp-btn-03 li:nth-child(3n) {
  margin-right: 0;
}

.cp-btn.cp-btn-04 li {
  width: calc(25% - 8px);
}

@media screen and (max-width: 1279px) {
  .cp-btn.cp-btn-04 li {
    width: 100%;
    margin-right: 0;
  }
}

.cp-btn.cp-btn-04 li:nth-child(4n) {
  margin-right: 0;
}

.cp-btn.cp-btn-05 li {
  width: calc(20% - 8px);
}

@media screen and (max-width: 1279px) {
  .cp-btn.cp-btn-05 li {
    width: 100%;
    margin-right: 0;
  }
}

.cp-btn.cp-btn-05 li:nth-child(5n) {
  margin-right: 0;
}

/* テキスト */
[data-area="content"] .cp-text {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-area="content"] .cp-text .cp-text-item {
  width: 100%;
}

[data-area="content"] .cp-text .cp-text-l {
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cp-text {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-text .cp-text-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像 */
.fr-img-wrap {
  display: block;
}

.fr-img-wrap .fr-inner {
  display: block;
  margin-top: 10px;
}

[data-area="content"] .cp-img {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-area="content"] .cp-img img {
  max-width: 100%;
  height: auto;
}

[data-area="content"] .cp-img-item {
  width: 100%;
  text-align: center;
}

[data-area="content"] .cp-img-l {
  margin-right: 18px;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cp-img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-img .cp-img-l {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  [data-area="content"] .cp-img .cp-img-r {
    text-align: center;
  }
}

/* 画像（縦） */
[data-area="content"] .cp-vertical {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-area="content"] .cp-vertical img {
  max-width: 100%;
  height: auto;
}

[data-area="content"] .cp-vertical .cp-vertical-item {
  width: 100%;
}

[data-area="content"] .cp-vertical .cp-vertical-l {
  margin-right: 20px;
}

[data-area="content"] .cp-it.cp-vertical .cp-vertical-text {
  margin-top: 10px;
}

[data-area="content"] .cp-ti.cp-vertical .cp-vertical-text {
  margin-bottom: 10px;
}

[data-area="content"] .cp-vertical .cp-vertical-text .cp-h1-text,
[data-area="content"] .cp-vertical .cp-vertical-text .cp-h2-text,
[data-area="content"] .cp-vertical .cp-vertical-text .cp-h3-text,
[data-area="content"] .cp-vertical .cp-vertical-text .cp-h4-text {
  margin-top: 0;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cp-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-vertical .cp-vertical-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像（横） */
[data-area="content"] .cp-horizontal {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-area="content"] .cp-horizontal img {
  max-width: 100%;
  height: auto;
}

[data-area="content"] .cp-horizontal .cp-horizontal-item {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

[data-area="content"] .cp-horizontal .cp-horizontal-l {
  margin-right: 20px;
}

[data-area="content"] .cp-horizontal .cp-horizontal-img,
[data-area="content"] .cp-horizontal .cp-horizontal-text {
  position: relative;
  width: calc(50% - 30px);
}

[data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text {
  margin-left: 60px;
}

[data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text {
  margin-right: 60px;
}

[data-area="content"] .cp-horizontal .cp-horizontal-text .cp-h1-text,
[data-area="content"] .cp-horizontal .cp-horizontal-text .cp-h2-text,
[data-area="content"] .cp-horizontal .cp-horizontal-text .cp-h3-text,
[data-area="content"] .cp-horizontal .cp-horizontal-text .cp-h4-text {
  margin-top: 0;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .cp-horizontal {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-img,
  [data-area="content"] .cp-horizontal .cp-horizontal-text {
    width: 100%;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-img {
    text-align: center;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-l {
    margin-right: 0;
    margin-bottom: 20px;
  }
  [data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text {
    margin-left: 0;
    margin-top: 10px;
  }
  [data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

[data-area="content"] strong {
  font-weight: 700;
}

[data-area="content"] em {
  font-style: italic;
}

[data-area="content"] sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

[data-area="content"] sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

[data-area="content"] .button1,
[data-area="content"] .button2,
[data-area="content"] .button3 {
  position: relative;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.6;
}

[data-area="content"] .button1 {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

[data-area="content"] .button2 {
  -ms-flex-pack: center;
      justify-content: center;
}

[data-area="content"] .button3 {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media screen and (max-width: 1279px) {
  [data-area="content"] .button1 .button-inner,
  [data-area="content"] .button2 .button-inner,
  [data-area="content"] .button3 .button-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

[data-area="content"] .button1 a,
[data-area="content"] .button2 a,
[data-area="content"] .button3 a {
  position: relative;
  display: block;
  width: 100%;
  min-width: 328px;
  padding: 19px 20px 17px 20px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

[data-area="content"] .button1 a:hover,
[data-area="content"] .button2 a:hover,
[data-area="content"] .button3 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

[data-area="content"] .cp-external {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

[data-area="content"] .cp-external::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

[data-area="content"] .cp-external iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header > a {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header > a:hover {
  text-decoration: none;
}

.header .logo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1669px) {
  .header .logo {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1279px) {
  .header .logo {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
  }
}

.header .logo .img {
  margin-right: 10px;
}

.header .logo .img img {
  width: 58px;
  height: 60px;
}

@media screen and (max-width: 1669px) {
  .header .logo .img img {
    width: 37px;
    height: 38px;
  }
}

.header .logo .title {
  line-height: 1;
}

.header .logo .title .top-text {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

@media screen and (max-width: 1669px) {
  .header .logo .title .top-text {
    margin-bottom: 4px;
    font-size: 1.0rem;
    transform: scale(0.6);
    transform-origin: left bottom;
  }
}

.header .logo .title .bottom-text {
  font-size: 1.8rem;
}

@media screen and (max-width: 1669px) {
  .header .logo .title .bottom-text {
    font-size: 1.0rem;
  }
}

.header .logo .en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ccc;
}

.header .logo .en span {
  font-weight: 700;
  color: #D675A6;
}

@media screen and (max-width: 1669px) {
  .header .logo .en {
    height: 40px;
    font-size: 1.0rem;
  }
}

.header .gnav-btn {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 70px;
  height: 60px;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .header .gnav-btn {
    display: none;
  }
}

.header .gnav-btn.active button {
  color: transparent;
}

.header .gnav-btn.active button span {
  width: 20px;
}

.header .gnav-btn.active button span:nth-child(1) {
  transform: translateX(5px) translateY(10px) rotate(45deg);
}

.header .gnav-btn.active button span:nth-child(2) {
  opacity: 0;
}

.header .gnav-btn.active button span:nth-child(3) {
  transform: translateX(5px) rotate(-45deg);
}

.header .gnav-btn button {
  width: 60px;
  height: 40px;
  padding-top: 4px;
  border: 1px solid #fff;
  letter-spacing: 1px;
  font-size: 10px;
  border-radius: 50px;
  background: #D675A6;
  color: #fff;
  transition: color 0, 2s;
}

.header .gnav-btn button:focus {
  outline: none;
}

.header .gnav-btn button span {
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 4px;
  margin-left: 15px;
  background: #fff;
  transition: 0.2s;
}

.header .gnav-wrap {
  display: -ms-flexbox;
  display: flex;
}

.header .gnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1669px) {
  .header .gnav > div {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1279px) {
  .header .gnav > div {
    display: none;
  }
}

.header .gnav > div a {
  position: relative;
  display: block;
  padding: 2px 15px 0 15px;
  transition: 0.2s;
}

@media screen and (max-width: 1669px) {
  .header .gnav > div a {
    padding: 2px 7px 0 7px;
  }
}

.header .gnav > div a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.2s;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
}

.header .gnav > div a.active,
.header .gnav > div a:hover {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.header .gnav > div a.active::before,
.header .gnav > div a:hover::before {
  opacity: 1;
}

.header .sp-gnav {
  display: none;
}

@media screen and (max-width: 1279px) {
  .header .sp-gnav {
    position: fixed;
    left: 0px;
    top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #D675A6, #8A98CC);
    transform: translateY(-100%);
    transition: transform 0.2s;
    overflow-y: scroll;
  }
  .header .sp-gnav.active {
    transform: translateY(0);
  }
}

.header .sp-gnav .logo {
  background: #fff;
}

.header .sp-gnav > [folder-active] {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  line-height: 1.6;
}

.header .sp-gnav .lv2-item {
  display: none;
}

.header .sp-gnav .lv2-item.about2,
.header .sp-gnav .lv2-item.support2,
.header .sp-gnav .lv2-item.career2,
.header .sp-gnav .lv2-item.denvironment2,
.header .sp-gnav .lv2-item.team2,
.header .sp-gnav .lv2-item.recruit2{
  display: block;
}

.header .sp-gnav .gnav-link {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 13px 15px 12px 15px;
  color: #fff;
}

.header .sp-gnav .gnav-link:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 23px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.header .sp-gnav .lv2-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .sp-gnav .lv3-link {
  padding-left: 31px;
  background: rgba(77, 33, 124, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .sp-gnav .lv4-link {
  padding-left: 47px;
  background: rgba(77, 33, 124, 0.49);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .sp-gnav .head {
  padding-right: 50px;
}

.header .sp-gnav .head::before {
  content: none;
}

.header .sp-gnav .head.active > .button {
  background: rgba(77, 33, 124, 0.3);
}

.header .sp-gnav .head.active > .button::after {
  opacity: 0;
}

.header .sp-gnav .head > .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 49px;
}

.header .sp-gnav .head > .button::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
}

.header .sp-gnav .head > .button::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transition: 0.2s;
}

.header .sp-gnav .lv2-wrap,
.header .sp-gnav .lv3-wrap,
.header .sp-gnav .lv4-wrap {
  display: none;
}

.header .sp-gnav .sub-nav {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}

.header .sp-gnav .sub-nav > * {
  width: 100%;
  text-align: center;
}

.header .sp-gnav .sub-nav > * a {
  display: block;
  padding: 15px 10px;
}

.header .sp-gnav .sub-nav > * a::after {
  content: none;
}

.header .sp-gnav .sub-nav > * img {
  height: 50px;
  width: auto;
}

.header .tour-btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1669px) {
  .header .tour-btn {
    margin-left: 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1279px) {
  .header .tour-btn {
    display: none;
  }
}

.header .tour-btn a {
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 28px;
  border: 2px solid #D675A6;
  border-radius: 30px;
  color: #D675A6;
}

.header .tour-btn a:hover {
  background: #D675A6;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1750px) {
  .header .tour-btn a br {
    display: none;
  }
}

@media screen and (max-width: 1669px) {
  .header .tour-btn a {
    padding: 0 18px;
  }
}

.header .request-btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1669px) {
  .header .request-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1279px) {
  .header .request-btn {
    display: none;
  }
}

.header .request-btn a {
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 28px;
  border: 2px solid #4D217C;
  border-radius: 30px;
  color: #4D217C;
}

.header .request-btn a::after {
  content: none;
}

.header .request-btn a:hover {
  background: #4D217C;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1669px) {
  .header .request-btn a {
    padding: 0 18px;
  }
}

.drop-nav {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 60px;
  min-height: 180px;
  width: calc(100% - 120px);
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 12px;
  color: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

@media screen and (max-width: 1279px) {
  .drop-nav-wrap {
    display: none;
  }
}

.drop-nav.active {
  transform: translateY(0);
}

.drop-nav .drop-nav-inner {
  width: 100%;
  max-width: 1520px;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 40px 0 40px;
  background-repeat: no-repeat;
  background-position: right 40px bottom 12px;
}

.drop-nav.nav01 .drop-nav-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000059.svg);
  background-size: 76px 60px;
}

.drop-nav.nav02 .drop-nav-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000060.svg);
  background-size: 71px 71px;
}

.drop-nav.nav03 .drop-nav-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000061.svg);
  background-size: 81px 80px;
}

.drop-nav.nav04 .drop-nav-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000062.svg);
  background-size: 66px 70px;
}

.drop-nav.nav05 .drop-nav-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000063.svg);
  background-size: 81px 80px;
}

.drop-nav.nav06 .drop-nav-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000064.svg);
  background-size: 55px 64px;
}

.drop-nav .drop-nav-head {
  position: relative;
  display: table;
  margin: 0 auto 20px auto;
  letter-spacing: 0.6rem;
  padding-left: 0.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.drop-nav .drop-nav-head a {
  color: #fff;
}

.drop-nav .drop-nav-head a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.drop-nav .drop-nav-head::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 20px;
  width: 200px;
  height: 1px;
  margin-right: 25px;
  background: #fff;
}

.drop-nav .drop-nav-head::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 20px;
  width: 200px;
  height: 1px;
  margin-left: 25px;
  background: #fff;
}

.drop-nav .drop-nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.8;
}

.drop-nav .drop-nav-list > div {
  margin-left: 22px;
  margin-right: 22px;
  font-weight: 700;
}

.drop-nav .drop-nav-list a {
  position: relative;
  color: #fff;
}

.drop-nav .drop-nav-list a::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 24px;
  height: 4px;
  margin-left: -12px;
  background: #434;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.2s;
  background: #fff;
  transform: scaleY(0.75);
  transform-origin: center bottom;
}

.drop-nav .drop-nav-list a.p-current, .drop-nav .drop-nav-list a:hover {
  text-decoration: none;
}

.drop-nav .drop-nav-list a.p-current::before, .drop-nav .drop-nav-list a:hover::before {
  opacity: 1;
}

.title-area {
  min-height: 180px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 12px;
  color: #fff;
  transition: transform 0.3s;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .title-area {
    width: 94%;
    margin-left: 3%;
    min-height: 120px;
    border-radius: 8px;
  }
}

.title-area .title-inner {
  width: 100%;
  max-width: 1520px;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 40px 0 40px;
  background-repeat: no-repeat;
  background-position: right 40px bottom 12px;
}

@media screen and (max-width: 1279px) {
  .title-area .title-inner {
    padding: 48px 4% 0 4%;
    min-height: 120px;
    background-position: right 8% bottom 0;
  }
}

.title-area .title-head {
  position: relative;
  display: table;
  margin: 0 auto;
  letter-spacing: 0.6rem;
  padding-left: 0.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .title-area .title-head {
    letter-spacing: 0.6rem;
    padding-left: 0.6rem;
    font-size: 2.4rem;
  }
}

.title-area .title-head a {
  color: #fff;
}

.title-area .title-head a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.title-area .title-head::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 20px;
  width: 200px;
  height: 1px;
  margin-right: 25px;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .title-area .title-head::before {
    top: 14px;
    margin-right: 15px;
  }
}

.title-area .title-head::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 20px;
  width: 200px;
  height: 1px;
  margin-left: 25px;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .title-area .title-head::after {
    top: 14px;
    margin-left: 15px;
  }
}

.sub-list:empty + .content {
  margin-top: 40px;
}

@media screen and (max-width: 1279px) {
  .sub-list:empty + .content {
    margin-top: 20px;
  }
}

body.g01 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000059.svg);
  background-size: 76px 60px;
}
@media screen and (max-width: 1279px) {
  body.g01 .title-inner {
    background-size: 51px 40px;
  }
}

body.g02 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000060.svg);
  background-size: 71px 71px;
}
@media screen and (max-width: 1279px) {
  body.g02 .title-inner {
    background-size: 48px 48px;
  }
}

body.g03 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000061.svg);
  background-size: 81px 80px;
}
@media screen and (max-width: 1279px) {
  body.g03 .title-inner {
    background-size: 54px 54px;
  }
}

body.g04 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000062.svg);
  background-size: 66px 70px;
}
@media screen and (max-width: 1279px) {
  body.g04 .title-inner {
    background-size: 44px 47px;
  }
}

body.g05 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000063.svg);
  background-size: 81px 80px;
}
@media screen and (max-width: 1279px) {
  body.g05 .title-inner {
    background-size: 54px 54px;
  }
}

body.g06 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000064.svg);
  background-size: 55px 64px;
}
@media screen and (max-width: 1279px) {
  body.g06 .title-inner {
    background-size: 37px 43px;
  }
}

body.g07 .title-inner {
  background-image: url(/kango/albums/css/basic2-common2/abm00000065.svg);
  background-size: 53px 68px;
}
@media screen and (max-width: 1279px) {
  body.g07 .title-inner {
    background-size: 36px 46px;
  }
}

.sub-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 110px;
  line-height: 1.8;
}

.sub-list:empty {
  display:none;
}

@media screen and (max-width: 1279px) {
  .sub-list {
    height: auto;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.sub-list > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 22px;
  margin-right: 22px;
}

@media screen and (max-width: 1279px) {
  .sub-list > * {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

.sub-list a {
  position: relative;
}

.sub-list a::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 24px;
  height: 4px;
  margin-left: -12px;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.2s;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  transform: scaleY(0.75);
  transform-origin: center bottom;
}

@media screen and (max-width: 1279px) {
  .sub-list a::before {
    bottom: -8px;
  }
}

.sub-list .f-current > a,
.sub-list a.p-current,
.sub-list a:hover {
  text-decoration: none;
}

.sub-list .f-current > a::before,
.sub-list a.p-current::before,
.sub-list a:hover::before {
  opacity: 1;
}

.sub-list .lv3-wrap {
  display: none;
}

.content {
  position: relative;
  background: #FCF8F5;
  padding: 80px 40px 140px 40px;
  min-height: 420px;
  border-radius: 12px;
}

@media screen and (max-width: 1279px) {
  .content {
    min-height: 0;
    padding: 40px 5% 80px 5%;
    border-radius: 0;
    overflow: hidden;
  }
}

.content::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -60px;
  bottom: -60px;
  width: 40%;
  height: 420px;
  background: rgba(214, 117, 166, 0.8);
  border-bottom-left-radius: 12px;
}

@media screen and (max-width: 1279px) {
  .content::after {
    content: none;
  }
}

.content > .inner {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.foot-nav {
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .foot-nav {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.foot-nav .foot-nav-inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 60px;
  background: linear-gradient(90deg, #D675A6, #8A98CC);
  border-radius: 12px;
}

@media screen and (max-width: 1279px) {
  .foot-nav .foot-nav-inner {
    display: block;
    padding: 35px 7.5%;
    border-radius: 8px;
  }
}

.foot-nav .foot-nav-item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .foot-nav .foot-nav-item {
    margin: 5px 0;
  }
}

.foot-nav .foot-nav-item a {
  display: block;
  padding: 40px 20px 30px 20px;
  border: 1px solid #707070;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .foot-nav .foot-nav-item a {
    border: none;
  }
}

.foot-nav .foot-nav-item a::after {
  content: none;
}

.foot-nav .foot-nav-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.foot-nav .foot-nav-item .img {
  margin-bottom: 8px;
}

.foot-nav .foot-nav-item .img img {
  height: 63px;
}

.foot-nav .foot-nav-item .text {
  padding-left: 0.2rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.footer {
  margin-top: 60px;
  padding: 0 40px 18px 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1279px) {
  .footer {
    margin-top: 20px;
    padding: 40px 3% 65px 3%;
  }
}

@media screen and (max-width: 569px) {
  .footer {
    margin-top: 0;
  }
}

.footer .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .footer .inner {
    display: block;
  }
}

.footer .logo {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .footer .logo {
    margin-left: 7.5%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 569px) {
  .footer .logo {
    margin-bottom: 20px;
  }
}

.footer .logo .img {
  margin-right: 10px;
}

.footer .logo .img img {
  width: 58px;
  height: 60px;
}

@media screen and (max-width: 569px) {
  .footer .logo .img img {
    width: 37px;
    height: 38px;
  }
}

.footer .logo .title {
  line-height: 1;
}

.footer .logo .title .top-text {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

@media screen and (max-width: 569px) {
  .footer .logo .title .top-text {
    margin-bottom: 4px;
    font-size: 1.0rem;
    transform: scale(0.6);
    transform-origin: left bottom;
  }
}

.footer .logo .title .bottom-text {
  font-size: 1.8rem;
}

@media screen and (max-width: 569px) {
  .footer .logo .title .bottom-text {
    font-size: 1.0rem;
  }
}

.footer .logo .en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
}

@media screen and (max-width: 569px) {
  .footer .logo .en {
    height: 40px;
    font-size: 1.0rem;
  }
}

.footer .logo .en span {
  font-weight: 700;
  color: #D675A6;
}

.footer .link-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .footer .link-wrap {
    display: block;
  }
}

.footer .contact {
  padding: 10px 30px 0 30px;
  border-left: 1px solid #aaa;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .footer .contact {
    width: 92.5%;
    padding: 15px 0 0 7.5%;
    border-left: none;
  }
}

.footer .contact br {
  display: none;
}

.footer .contact strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.footer .contact .number {
  display: block;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 2.8rem;
}

.footer .link-1 {
  position: absolute;
  top: 80px;
  left: 60px;
}

@media screen and (max-width: 1279px) {
  .footer .link-1 {
    position: static;
    width: 92.5%;
    padding: 15px 0 30px 7.5%;
  }
}

.footer .link-2 {
  padding: 0 30px;
  border-left: 1px solid #aaa;
}

@media screen and (max-width: 1279px) {
  .footer .link-2 {
    width: 92.5%;
    padding: 0 0 0 7.5%;
    border-left: none;
  }
}

.footer .link-2 ul {
  list-style: none;
  padding-left: 0;
}

.footer .link-3 {
  width: calc(100% - 380px);
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 1279px) {
  .footer .link-3 {
    width: 92.5%;
    margin-top: 0;
    padding: 15px 0 10px 7.5%;
    border-top: none;
  }
}

.footer .link-3 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.footer .link-3 ul li::before {
  content: "｜";
}

.footer .link-3 ul li:first-child::before {
  content: none;
}

.footer .copyright {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #aaa;
  width: 380px;
  text-align: right;
}

@media screen and (max-width: 1279px) {
  .footer .copyright {
    width: 100%;
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 4px;
    text-align: center;
    border-color: #aaa;
  }
}

.sp-foot-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .sp-foot-nav {
    display: none;
  }
}

.sp-foot-nav > div {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 569px) {
  .sp-foot-nav > div {
    font-size: 1.3rem;
  }
}

.sp-foot-nav > div a {
  display: block;
  padding: 14px 4px 10px 4px;
  border-radius: 6px 6px 0 0;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 569px) {
  .sp-foot-nav > div a {
    padding: 16px 4px 12px 4px;
  }
}

.sp-foot-nav > div a::after {
  content: none;
}

.sp-foot-nav > div a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sp-foot-nav > div:first-child a {
  background: #D675A6;
  border-radius: 0 6px 0 0;
}

.sp-foot-nav > div:nth-child(2) a {
  background: #8A98CC;
}

.sp-foot-nav > div:last-child a {
  background: #566BBC;
  border-radius: 6px 0 0 0;
}

@media screen and (max-width: 1279px) {
  body.top .content {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 20px;
  }
}

body.top .content::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -60px;
  top: -360px;
  width: 40%;
  height: 420px;
  background: rgba(214, 117, 166, 0.8);
  border-bottom-right-radius: 12px;
}

@media screen and (max-width: 1279px) {
  body.top .content::before {
    content: none;
  }
}

/*  NEWS一覧  */
.news-year-filter {
  display: none;
}
.sort-area {
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}
.sort-area > div {
  position: relative;
  display: block;
  margin-right: 10px;
}
.sort-area > div::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 12px;
  height: 8px;
  background: url(/kango/albums/css/basic2-common2/abm00000301.svg) no-repeat center center;
  background-size: 12px 8px;
  pointer-events: none;
}
.sort-area select {
  min-width: 200px;
  padding: 6px 30px 6px 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.4rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 959px) {
  .sort-area {
    display: block;
    margin-bottom: 30px;
  }
  .sort-area > div {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sort-area select {
    width: 100%;
  }
}

.paging-list {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paging-list paging-list > a,
.paging-list paging-list > span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  font-weight: 500;
  background: #fff;
  color: #666;
}
.paging-list paging-list > .active,
.paging-list paging-list > a:hover {
  background: #D675A6;
  border-color: #D675A6;
  color: #fff;
  text-decoration: none;
}
.paging-list paging-list:first-of-type,
.paging-list paging-list:last-of-type {
  display: none;
}
.paging-list paging-list:nth-of-type(2) > *,
.paging-list paging-list:nth-last-of-type(2) > * {
  position: relative;
  width: 120px;
  font-size: 0;
  color: transparent;
}
.paging-list paging-list:nth-of-type(2) > *::before,
.paging-list paging-list:nth-last-of-type(2) > *::before {
  font-size: 1.5rem;
  color: #666;
  transition: .2s;
}
.paging-list paging-list:nth-of-type(2) > a:hover::before,
.paging-list paging-list:nth-last-of-type(2) > a:hover::before {
  color: #fff;
}
.paging-list paging-list:nth-of-type(2) > a::before,
.paging-list paging-list:nth-of-type(2) > span::before {
  content: "前へ";
}
.paging-list paging-list:nth-last-of-type(2) > a::before,
.paging-list paging-list:nth-last-of-type(2) > span::before {
  content: "次へ";
}
.paging-list paging-list:nth-of-type(2) > a::before,
.paging-list paging-list:nth-of-type(2) > span::before {
  content: "前へ";
}
.paging-list paging-list:nth-of-type(2) > a::after,
.paging-list paging-list:nth-of-type(2) > span::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 8px;
  height: 12px;
  background: url(/kango/albums/css/basic2-common2/abm00000302.svg) no-repeat center center;
  background-size: 8px 12px;
  transform: rotate(180deg);
}
.paging-list paging-list:nth-last-of-type(2) > a::after,
.paging-list paging-list:nth-last-of-type(2) > span::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  width: 8px;
  height: 12px;
  background: url(/kango/albums/css/basic2-common2/abm00000302.svg) no-repeat center center;
  background-size: 8px 12px;
}
.paging-list paging-list:nth-of-type(2) > a:hover::after,
.paging-list paging-list:nth-last-of-type(2) > a:hover::after {
  background-image: url(/kango/albums/css/basic2-common2/abm00000303.svg);
}
.paging-list paging-list:nth-of-type(2) > span,
.paging-list paging-list:nth-last-of-type(2) > span {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .paging-list paging-list:nth-of-type(2) > span,
  .paging-list paging-list:nth-last-of-type(2) > span {
    display: none;
  }
}

.news-list-wrap {
  margin-bottom: 40px;
}
.news-list-wrap .news-item {
  display: -ms-flex;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #aaa;
}
.news-list-wrap .news-item:last-child {
  border-bottom: 1px solid #aaa;
}
.news-list-wrap .date-area {
  display: -ms-flex;
  display: flex;
  width: 245px;
}
.news-list-wrap .date {
  width: 100px;
  padding-top: 2px;
  font-size: 1.3rem;
  font-weight: 700;
}
.news-list-wrap .c2-area {
  width: 145px;
  font-size: 1.3rem;
  font-weight: 700;
}
.news-list-wrap .c2-area span {
  display: inline-block;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 20px;
}
.news-list-wrap .title {
  width: calc(100% - 285px);
}
@media screen and (max-width: 1279px) {
  .news-list-wrap {
    margin-bottom: 20px;
  }
  .news-list-wrap .news-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-list-wrap .title {
    font-size: 1.6rem;
  }
}

/*  NEWS詳細  */
body.news-detail .content {
  padding-top: 0;
}
.news-detail .date-area {
  padding-top: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}
.news-detail .news-date {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}
.news-detail .news-category {
  display: inline-block;
}
.news-detail .news-category span {
  display: inline-block;
  padding: 0 24px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 700;
}
.news-back {
  margin-top: 140px;
}
.news-back a {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 6px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  background: #D675A6;
  color: #fff;
}
.news-back a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 1279px) {
  body.news-detail .content {
    padding-top: 0;
  }
  .news-detail .date-area {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .news-detail .cp-h1-text {
    margin-bottom: 30px;
  }
  .news-back {
    margin-top: 60px;
  }
}