/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  /* 1 */

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
.main .earth {
  position: fixed;
  content: '';
  top: 191px;
  right: calc((100% - 998px) * .5 - 125px);
  width: 664px;
  height: 664px;
  background: url("../img/top/earth.svg");
  background-size: contain;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .main .earth {
    top: 80px;
    right: calc((100vw - 998px) * .5 - 125px);
  }
}
@media screen and (max-width: 540px) {
  .main .earth {
    position: absolute;
    top: 368px;
    right: -41px;
    width: 364px;
    height: 364px;
  }
}
.main .slider {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 1356px;
  height: 209px;
  transform: translateX(-50%);
}
.main .slider li {
  margin: 0 16px;
  width: 420px;
  height: 209px;
}
.main .slider li img {
  width: 420px;
  height: 209px;
  object-fit: contain;
}
.main .slider .slick-prev,
.main .slider .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.main .slider .slick-prev {
  left: 16px;
  transform: translateY(-50%) translateX(-50%);
  background: url("../img/common/arrow-left.svg");
  background-size: contain;
}
.main .slider .slick-next {
  right: 16px;
  transform: translateY(-50%) translateX(50%);
  background: url("../img/common/arrow-right.svg");
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .main .slider {
    top: 41px;
    width: 768px;
  }
  .main .slider li {
    margin: 0 13px;
    width: 230px;
    height: 319px;
  }
  .main .slider li img {
    width: 230px;
    height: 319px;
    object-fit: contain;
  }
  .main .slider .slick-prev,
  .main .slider .slick-next {
    display: none !important;
  }
}
.main .selector {
  position: relative;
  display: block !important;
  margin: 270px auto 0;
  width: 970px;
}
.main .selector .wp-block-column {
  float: left;
  width: 90px;
}
.main .selector .wp-block-column .wp-block-buttons {
  display: block !important;
}
.main .selector .wp-block-column .wp-block-buttons a {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #003c80;
  background: #ffffff;
  color: #003c80;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  opacity: 0.6;
}
.browser-ie .main .selector .wp-block-column .wp-block-buttons a {
  font-family: sans-serif;
}
.main .selector .wp-block-column .wp-block-buttons a.active {
  opacity: 1;
}
.main .selector .wp-block-column .wp-block-buttons .stop a {
  background: url("../img/top/pause.svg") no-repeat center center;
  background-size: 14px;
}
.main .selector .wp-block-column .wp-block-buttons .start a {
  background: url("../img/top/play.svg") no-repeat center center;
  background-size: 14px;
}
.main .selector ul {
  float: left;
  z-index: 10;
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left;
  flex-wrap: wrap;
}
.main .selector ul li {
  position: relative;
  margin: 11px 9px 0 9px;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #c6c6c6;
  cursor: pointer;
}
.main .selector ul li.slick-active {
  background: #ffffff;
}
.main .selector ul li.slick-active button {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #003c80;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  background: #ffffff;
  color: #003c80;
}
.browser-ie .main .selector ul li.slick-active button {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .main .selector {
    margin: 370px auto 0;
    width: calc(100vw - 70px);
  }
}
@media screen and (max-width: 540px) {
  .main .selector {
    margin: 370px auto 0;
    width: calc(100vw - 60px);
  }
}
.main .copy {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
  padding: 0 0 60px;
  background: #066BDC16;
}
.main .copy h2.wp-block-heading {
  margin-top: 0;
  border-top: none;
}
.main .copy p {
  width: 998px;
  margin: 40px auto 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .main .copy p {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .main .copy p {
    width: calc(100% - 15px * 2);
  }
}
.main .copy p.medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 42px;
  text-align: left;
}
.browser-ie .main .copy p.medium {
  font-family: sans-serif;
}
.main .copy p.small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.browser-ie .main .copy p.small {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .main .copy {
    padding: 0 0 50px;
  }
  .main .copy h2.wp-block-heading {
    margin: 0 auto 0;
    padding: 50px 0 0;
    width: calc(100vw - 160px);
    font-size: 32px;
    line-height: 32px;
  }
  .main .copy p {
    width: calc(100vw - 160px);
    margin: 30px auto 0;
  }
  .main .copy p.medium {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 540px) {
  .main .copy {
    padding: 0 0 40px;
  }
  .main .copy h2.wp-block-heading {
    margin: 0 auto 0;
    padding: 40px 0 0;
    width: calc(100vw - 90px);
    font-size: 24px;
    line-height: 24px;
  }
  .main .copy p {
    width: calc(100vw - 90px);
    margin: 30px auto 0;
  }
  .main .copy p.medium {
    font-size: 16px;
    line-height: 28px;
  }
  .main .copy p.small {
    font-size: 14px;
    line-height: 26px;
  }
}
.main h2.wp-block-heading {
  margin-top: 0;
}
.newsList {
  position: relative;
  width: 998px;
  display: flex;
  list-style: none;
  justify-content: left;
  flex-wrap: wrap;
  margin: 40px auto 0;
  padding: 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .newsList {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .newsList {
    width: calc(100% - 15px * 2);
  }
}
.newsList li {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(100% / 3);
  border-bottom: 1px solid #b3c1d2;
  border-right: 1px solid #b3c1d2;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.newsList li a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px;
  text-decoration: none;
}
.newsList li:nth-of-type(3n) {
  border-right: none;
}
.newsList li:nth-child(-n+3) {
  border-top: 1px solid #b3c1d2;
}
.newsList li .mainVisual {
  width: 300px;
  height: 212px;
}
.newsList li .mainVisual img {
  width: 300px;
  height: 212px;
  object-fit: cover;
}
.newsList li .cat {
  box-sizing: border-box;
  position: absolute;
  content: '';
  top: 212px;
  right: 16px;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #003c80;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #003c80;
  background: #ffffff;
}
.browser-ie .newsList li .cat {
  font-family: sans-serif;
}
.newsList li .date {
  margin: 10px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #557eab;
}
.browser-ie .newsList li .date {
  font-family: sans-serif;
}
.newsList li .ntitle {
  margin: 8px 0 0;
  padding: 0;
  width: calc(100% - 32px );
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  color: #002044;
}
.browser-ie .newsList li .ntitle {
  font-family: sans-serif;
}
.newsList li .data {
  border-top: 1px solid #b3c1d2;
  list-style: none;
  margin: 8px 0 0;
  padding: 14px 0 16px;
  width: calc(100% - 32px );
}
.newsList li .data li {
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #002044;
}
.browser-ie .newsList li .data li {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .newsList li {
    width: calc(50vw - 15px);
  }
  .newsList li:nth-of-type(3n) {
    border-right: 1px solid #b3c1d2;
  }
  .newsList li:nth-of-type(even) {
    border-right: none;
  }
  .newsList li:nth-child(3) {
    border-top: none;
  }
  .newsList li .mainVisual {
    width: calc(50vw - 47px);
    height: calc((50vw - 47px) * 0.707);
  }
  .newsList li .mainVisual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .newsList li .cat {
    top: calc((50vw - 47px) * 0.707);
  }
}
@media screen and (max-width: 540px) {
  .newsList {
    margin: 20px auto 0;
  }
  .newsList li {
    width: 100%;
  }
  .newsList li a {
    padding: 16px 16px 33px 16px;
  }
  .newsList li:nth-of-type(3n) {
    border-right: none;
  }
  .newsList li:nth-child(3n-1),
  .newsList li:nth-child(3n-2) {
    border-right: none;
  }
  .newsList li .mainVisual {
    width: calc(100vw - 62px);
    height: calc((100vw - 62px) * 0.707);
  }
  .newsList li .mainVisual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .newsList li .cat {
    top: calc((100vw - 62px) * 0.707);
  }
}
.newsButtonArea {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 80px 0 0;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #b3c1d2;
  justify-content: center;
}
.newsButtonArea .newsButton a {
  position: relative;
  box-sizing: border-box;
  width: 332px;
  height: 60px;
  margin: 0 auto;
  padding: 16px 24px;
  border: 1px solid #002044;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
  background: #002044;
  transition: all .4s;
}
.browser-ie .newsButtonArea .newsButton a {
  font-family: sans-serif;
}
.newsButtonArea .newsButton a::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right.svg") no-repeat left 6px center;
  background-size: 50%;
}
.newsButtonArea .newsButton a:hover {
  color: #002044;
  background: #ffffff;
}
.newsButtonArea .newsButton a:hover::before {
  border: 2px solid #002044;
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 6px center;
  background-size: 50%;
}
@media screen and (max-width: 540px) {
  .newsButtonArea {
    padding: 30px 0;
  }
}
.bannerArea {
  position: relative;
  width: 949px;
  display: flex;
  list-style: none;
  justify-content: left;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 25px;
  margin: 80px auto 0;
  padding: 0;
}
.bannerArea::before {
  position: absolute;
  content: '';
  top: -40px;
  left: 50%;
  width: 998px;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #b3c1d2;
  transform: translateX(-50%);
}
.bannerArea li {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 220px;
  height: 110px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  line-height: 0;
}
.bannerArea li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .bannerArea {
    margin: 40px auto 0;
    justify-content: center;
    width: auto;
  }
}
@media screen and (max-width: 540px) {
  .bannerArea {
    margin: 40px auto 0;
    justify-content: center;
    width: auto;
  }
  .bannerArea li {
    width: 280px;
    height: 140px;
  }
}
.backnumberButtonArea {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid #b3c1d2;
  border-bottom: 1px solid #b3c1d2;
}
.backnumberButtonArea .backnumberButton {
  position: relative;
  box-sizing: border-box;
  width: 998px;
  height: 208px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .backnumberButtonArea .backnumberButton {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .backnumberButtonArea .backnumberButton {
    width: calc(100% - 15px * 2);
  }
}
.backnumberButtonArea .backnumberButton a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #002044;
  background: none;
  transition: all .4s;
}
.backnumberButtonArea .backnumberButton a span {
  position: absolute;
  top: 50%;
  left: 187px;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
  text-align: left;
}
.browser-ie .backnumberButtonArea .backnumberButton a span {
  font-family: sans-serif;
}
.backnumberButtonArea .backnumberButton a span h5 {
  margin: 8px 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: normal;
}
.backnumberButtonArea .backnumberButton a img {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 130px;
  height: 185px;
  transform: translateY(-50%);
}
.backnumberButtonArea .backnumberButton a::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  border: 2px solid #002044;
  border-radius: 50%;
  transform: translateY(-50%);
  background-image: url('../img/top/arrow-right_hv.svg');
  background-position: left 6px center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.backnumberButtonArea .backnumberButton a:hover {
  background: #066BDC22;
}
.backnumberButtonArea .backnumberButton a:hover img {
  opacity: 1;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .backnumberButtonArea .backnumberButton a span {
    left: 200px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 540px) {
  .backnumberButtonArea .backnumberButton {
    height: auto;
  }
  .backnumberButtonArea .backnumberButton a span {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin: 0px 64px 12px 24px;
    font-size: 24px;
    line-height: 32px;
    transform: translateY(0);
  }
  .backnumberButtonArea .backnumberButton a span h5 {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 26px;
  }
  .backnumberButtonArea .backnumberButton a span::before {
    position: absolute;
    box-sizing: border-box;
    content: '';
    top: 50%;
    right: -40px;
    width: 24px;
    height: 24px;
    border: 2px solid #002044;
    border-radius: 50%;
    transform: translateY(-50%);
    background-image: url('../img/top/arrow-right_hv.svg');
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .backnumberButtonArea .backnumberButton a img {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: 130px;
    height: 185px;
    margin: 12px auto 10px;
    transform: translateY(0) translateX(0);
  }
  .backnumberButtonArea .backnumberButton a::before {
    display: none;
  }
}
.linkButtonArea {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b3c1d2;
}
.linkButtonArea .linkButton {
  position: relative;
  box-sizing: border-box;
  width: 998px;
  height: 150px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .linkButtonArea .linkButton {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .linkButtonArea .linkButton {
    width: calc(100% - 15px * 2);
  }
}
.linkButtonArea .linkButton a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #002044;
  background: none;
  transition: all .4s;
}
.linkButtonArea .linkButton a span {
  position: absolute;
  content: '';
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
  text-align: left;
}
.browser-ie .linkButtonArea .linkButton a span {
  font-family: sans-serif;
}
.linkButtonArea .linkButton a::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  border: 2px solid #002044;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 6px center;
  background-size: 50%;
}
.linkButtonArea .linkButton a:hover {
  background: #066BDC22;
}
.linkButtonArea .linkButton a:hover img {
  opacity: 1;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .linkButtonArea .linkButton a span {
    left: 16px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 540px) {
  .linkButtonArea .linkButton {
    height: 120px;
  }
  .linkButtonArea .linkButton a span {
    left: 24px;
    margin-right: 64px;
    font-size: 24px;
    line-height: 32px;
  }
  .linkButtonArea .linkButton a::before {
    right: 24px;
  }
}
.post-type-page h2.topH2 {
  position: relative;
  width: 100%;
  margin: 80px auto 0;
  border-top: 1px solid #b3c1d2;
  padding-top: 40px;
  padding-left: calc((100% - 998px) * .5 + 15px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-align: left;
}
.browser-ie .post-type-page h2.topH2 {
  font-family: sans-serif;
}
.post-type-page h2.topH2 code {
  display: inline-block;
  margin: 0 0 0 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #b3c1d2;
  transform: translateY(-5px);
}
.browser-ie .post-type-page h2.topH2 code {
  font-family: sans-serif;
}
.post-type-page .slider {
  position: relative;
  display: flex;
  list-style: none;
  flex-basis: 50%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-type-page .slider li {
  margin: 0;
  width: 49%;
}
.post-type-page .slider li img {
  width: 100%;
  object-fit: contain;
}
.post-type-page .slider li.only-sp {
  flex-basis: 24%;
  width: 24%;
}
.post-type-page .selector .wp-block-column .wp-block-buttons .wp-block-button {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #003c80;
  background: #ffffff;
  color: #003c80;
  opacity: 0.6;
}
.post-type-page .selector .wp-block-column .wp-block-buttons .wp-block-button .wp-element-button {
  display: none;
}
.post-type-page .selector .wp-block-column .wp-block-buttons .stop {
  background: url("../img/top/pause.svg") no-repeat center center;
  background-size: 14px;
}
.post-type-page .selector .wp-block-column .wp-block-buttons .start {
  background: url("../img/top/play.svg") no-repeat center center;
  background-size: 14px;
}
.post-type-page .copy {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 0 60px;
  background: #066BDC16;
}
.post-type-page .copy h2.wp-block-heading {
  margin-top: 0;
  border-top: none;
}
.post-type-page .copy p {
  width: 998px;
  margin: 40px auto 0;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .post-type-page .copy p {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .post-type-page .copy p {
    width: calc(100% - 15px * 2);
  }
}
.post-type-page .copy p.medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 42px;
  text-align: left;
}
.browser-ie .post-type-page .copy p.medium {
  font-family: sans-serif;
}
.post-type-page .copy p.small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.browser-ie .post-type-page .copy p.small {
  font-family: sans-serif;
}
.post-type-page .newsButton {
  position: relative;
  box-sizing: border-box;
  width: 332px;
  height: 60px;
  margin: 0 auto;
  padding: 16px 24px;
  border: 1px solid #002044;
  border-radius: 0;
  background: #002044;
}
.post-type-page .newsButton::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right.svg") no-repeat left 6px center;
  background-size: 50%;
}
.post-type-page .newsButton .wp-element-button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
  background: none;
  padding: 0;
}
.browser-ie .post-type-page .newsButton .wp-element-button {
  font-family: sans-serif;
}
.post-type-page .backnumberButton {
  height: 208px;
}
.post-type-page .backnumberButton .wp-element-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 86px 0 0 187px;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
  text-align: left;
  color: #002044;
  background: none;
}
.browser-ie .post-type-page .backnumberButton .wp-element-button {
  font-family: sans-serif;
}
.post-type-page .backnumberButton .wp-element-button img {
  position: absolute;
  content: '';
  top: 50%;
  left: 32px;
  width: 130px;
  height: 185px;
  transform: translateY(-50%);
}
.post-type-page .backnumberButton .wp-element-button::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  border: 2px solid #002044;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 6px center;
  background-size: 50%;
}
.post-type-page .linkButton {
  height: 150px;
}
.post-type-page .linkButton .wp-element-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 56px 0 0 32px;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
  text-align: left;
  color: #002044;
  background: none;
}
.browser-ie .post-type-page .linkButton .wp-element-button {
  font-family: sans-serif;
}
.post-type-page .linkButton .wp-element-button::before {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  border: 2px solid #002044;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("../img/top/arrow-right_hv.svg") no-repeat left 6px center;
  background-size: 50%;
}
.post-type-page .linkButton .wp-element-button br {
  display: none;
}
