@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP&display=swap&subset=japanese');
@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');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&family=Edu+TAS+Beginner&family=Montserrat:wght@300;400;500;600;700;800;900&family=Sorts+Mill+Goudy&display=swap');

/* =================================================================

リセット

================================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: transparent;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  font-size: 62.5%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  font-family: "Noto Sans JP", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6em;
  -webkit-text-size-adjust: 100%;
  *font: x-small;
  color: #333;
  letter-spacing: .8px;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (max-width: 1279px) {
  body {
    font-size: 100%;
  }
}

html,
body {
  line-height: 1.6;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #ddd;
}

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: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;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  font-size: 62.5%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

fieldset {
  margin: 0 2px;
  border: 1px solid #999;
  padding: .35em .625em .75em;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2688BC;
  transition: .2s;
}
@media screen and (min-width: 1280px) {
  a:hover {
    text-decoration: underline;
  }
}

a::before,
a::after {
  transition: opacity 0.2s, background-color 0.2s, color 0.2s, border 0.2s;
}

a:link {
  outline: none;
}

a:visited {
  outline: none;
}

a:hover {
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none !important;
}

ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

[data-area="content"] table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media only screen and (max-width: 1279px) {
  [data-area="content"] table {
    table-layout: fixed;
    margin: 8px 0;
  }
}

[data-area="content"] table th,
[data-area="content"] table td {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

input,
select {
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'],
button {
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  padding: 0;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}


/* ==========================================================================

空っぽクラス

========================================================================== */
.empty {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

.empty::before,
.empty::after,
.empty::marker {
  content: none !important;
}


/* ==========================================================================

モーダルクラス

========================================================================== */
.is-modal {
  margin-right: 0 !important;
  overflow: inherit !important;
}


/* ==========================================================================

slick.jsのスタイル（基本）

========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ==========================================================================

基本設定

========================================================================== */
/* iOSでのデフォルトスタイルをリセット
-------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-text-fill-color: black;
  opacity: 1;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* 動画フィット
-------------------------------------------------------------*/
.fitMovie {
  position: absolute;
}

/* レスポンシブチェック
-------------------------------------------------------------*/
#responsibleCheck {
  width: 1px;
  height: 0;
}

@media only screen and (max-width: 1279px) {
  #responsibleCheck {
    width: 2px;
  }
}

/* PC/SPで要素を出しわけ
-------------------------------------------------------------*/
.is-spOnly {
  display: none !important;
}

@media only screen and (max-width: 1279px) {
  .is-pcOnly {
    display: none !important;
  }

  .is-spOnly {
    display: block !important;
  }
}

.cms .is-spOnly {
  display: block !important;
}


/* ==========================================================================

メインコンテンツベース

========================================================================== */
.container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}


/* ==========================================================================

外部リンクアイコン

========================================================================== */
a[target="_blank"]::after {
  content: '';
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0 0 0 6px;
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2212.43%22%20viewBox%3D%220%200%2012.43%2012.43%22%3E%3Cg%20transform%3D%22translate(-121.744%20-121.744)%22%3E%3Cpath%20d%3D%22M146.642%2C122.215c0-.007%2C0-.015%2C0-.022s0-.019%2C0-.029%2C0-.017-.006-.025%2C0-.016-.006-.024-.005-.016-.008-.025-.005-.016-.009-.024l-.01-.023-.011-.024L146.57%2C122l-.014-.023-.017-.023-.014-.018a.519.519%2C0%2C0%2C0-.073-.073l-.019-.014-.022-.016-.023-.014-.021-.012-.024-.012-.022-.01-.024-.009-.024-.008-.024-.006-.025-.006-.029%2C0-.022%2C0-.052%2C0h-5.4a.523.523%2C0%2C1%2C0%2C0%2C1.046h4.135l-6.366%2C6.365a.523.523%2C0%2C0%2C0%2C.74.74l6.366-6.365v4.135a.523.523%2C0%2C1%2C0%2C1.046%2C0v-5.4C146.644%2C122.25%2C146.643%2C122.232%2C146.642%2C122.215Z%22%20transform%3D%22translate(-12.47)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M133.651%2C129.708a.523.523%2C0%2C0%2C0-.523.523v2.9H122.79V122.79h2.9a.523.523%2C0%2C1%2C0%2C0-1.046h-3.419a.523.523%2C0%2C0%2C0-.523.523v11.384a.523.523%2C0%2C0%2C0%2C.523.523h11.384a.523.523%2C0%2C0%2C0%2C.523-.523v-3.419A.523.523%2C0%2C0%2C0%2C133.651%2C129.708Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
  background-size: contain;
}

/* ボタン用 */
@media screen and (min-width: 1280px) {
  .cp-btn li a[href*=".pdf"]:hover::after,
  .button-inner a[href*=".pdf"]:hover::after {
    background-image: url(/albums/css/basic-common/abm00013569.svg) !important;
  }
}

/* キャプションエリア */
a.img-wrap-link[target="_blank"] .fr-inner::after {
  content: '';
  position: relative;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2212.43%22%20viewBox%3D%220%200%2012.43%2012.43%22%3E%3Cg%20transform%3D%22translate(-121.744%20-121.744)%22%3E%3Cpath%20d%3D%22M146.642%2C122.215c0-.007%2C0-.015%2C0-.022s0-.019%2C0-.029%2C0-.017-.006-.025%2C0-.016-.006-.024-.005-.016-.008-.025-.005-.016-.009-.024l-.01-.023-.011-.024L146.57%2C122l-.014-.023-.017-.023-.014-.018a.519.519%2C0%2C0%2C0-.073-.073l-.019-.014-.022-.016-.023-.014-.021-.012-.024-.012-.022-.01-.024-.009-.024-.008-.024-.006-.025-.006-.029%2C0-.022%2C0-.052%2C0h-5.4a.523.523%2C0%2C1%2C0%2C0%2C1.046h4.135l-6.366%2C6.365a.523.523%2C0%2C0%2C0%2C.74.74l6.366-6.365v4.135a.523.523%2C0%2C1%2C0%2C1.046%2C0v-5.4C146.644%2C122.25%2C146.643%2C122.232%2C146.642%2C122.215Z%22%20transform%3D%22translate(-12.47)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M133.651%2C129.708a.523.523%2C0%2C0%2C0-.523.523v2.9H122.79V122.79h2.9a.523.523%2C0%2C1%2C0%2C0-1.046h-3.419a.523.523%2C0%2C0%2C0-.523.523v11.384a.523.523%2C0%2C0%2C0%2C.523.523h11.384a.523.523%2C0%2C0%2C0%2C.523-.523v-3.419A.523.523%2C0%2C0%2C0%2C133.651%2C129.708Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
  background-size: contain;
}

/* 非表示にしたい場所 */
a.img-wrap-link[target="_blank"]::after,
.gsc-control-cse a[target="_blank"]::after {
  content: none !important;
}


/* ==========================================================================

その他リンクアイコン

========================================================================== */
a.img-wrap-link[href*=".pdf"] .fr-inner::after,
a.img-wrap-link[download*=".pdf"] .fr-inner::after,
a[href*=".pdf"]::after,
a[download*=".pdf"]::after {
  margin: 0 0 0 5px;
  top: 2px;
  background: url(/albums/css/basic-common/abm00013570.svg) center center no-repeat !important;
  width: 16px !important;
  max-width: 16px !important;
  height: 18px !important;
}

a[href*=".doc"]::after,
a[download*=".doc"]::after {
  margin: 0 0 0 5px;
  top: 2px;
  background: url(/albums/css/basic-common/abm00013571.svg) center center no-repeat !important;
  width: 16px !important;
  max-width: 16px !important;
  height: 18px !important;
}

a.img-wrap-link[href*=".xls"] .fr-inner::after,
a.img-wrap-link[download*=".xls"] .fr-inner::after,
a[href*=".xlsx"]::after,
a[download*=".xlsx"]::after,
a[href*=".xls"]::after,
a[download*=".xls"]::after {
  margin: 0 0 0 5px;
  top: 2px;
  background: url(/albums/css/basic-common/abm00013566.svg) center center no-repeat !important;
  width: 16px !important;
  max-width: 16px !important;
  height: 18px !important;
}

a.img-wrap-link[href*=".mp4"] .fr-inner::after,
a.img-wrap-link[download*=".mp4"] .fr-inner::after,
a[href*=".mp4"]::after,
a[download*=".mp4"]::after {
  margin: 0 0 0 5px;
  top: 2px;
  background: url(/albums/css/basic-common/abm00013568.svg) center center no-repeat !important;
  width: 16px !important;
  max-width: 16px !important;
  height: 18px !important;
}

.img-wrap-link img {
  transition: .2s;
}

@media screen and (min-width: 1279px) {
  .img-wrap-link:hover img {
    opacity: .7;
  }
}


/* ==========================================================================

SP時、アコーディオントリガー

========================================================================== */
.accoTrigger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  z-index: 10;
  background: #1a4375;
  transition: .2s;
}

@media only screen and (max-width: 1279px) {
  .accoTrigger {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .accoTrigger:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: #1a4375;
  }
}

.accoTrigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
}

@media only screen and (max-width: 1279px) {
  .accoTrigger span {
    width: 11px;
    height: 2px;
  }
}

.accoTrigger span:nth-of-type(1) {
  transform: rotate(0deg);
}

.accoTrigger span:nth-of-type(2) {
  transform: rotate(90deg);
}

.accoTrigger.active span:nth-of-type(1) {
  display: none;
}

.accoTrigger.active span:nth-of-type(2) {
  transform: rotate(180deg);
}

/* Hover左から右にアンダーライン（複数行）
-------------------------------------------------------------*/
.is-txtHoverNnderline {
  background: linear-gradient(#2688BC, #2688BC) 0 100%/0 1px no-repeat;
  transition: background .4s;
  text-decoration: none;
}

.is-txtHoverNnderline.reverse {
  background-position: 100% 100%;
}

@media screen and (min-width: 1280px) {
  .is-txtHoverNnderline:hover {
    background-size: 100% 1px;
  }
}

/* ==========================================================================

NO IMAGE

========================================================================== */
.is-border {
  border: 1px solid #E3E3E3;
}


/* ==========================================================================

パンくずリスト

========================================================================== */
.lo-breads {
  opacity: 0;
  padding: 114px 140px 0 107px;
}

@media only screen and (max-width: 1279px) {
  .lo-breads {
    background: #F0F4F5;
    padding: 11px 12px;
    border-bottom: 1px solid #DDD;
  }
}

.lo-breads ul {
  display: flex;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: pre;
  z-index: 4;
}

.lo-breads ul li {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  font-size: 1.3rem;
  color: #666;
  letter-spacing: 0;
  margin: 0 10px 0 15px;
}

@media only screen and (max-width: 1279px) {
  .lo-breads ul li {
    font-size: 1.1rem;
    margin: 0 6px 0 5px;
  }
}

.lo-breads ul li:first-child {
  margin-left: 0;
}

.lo-breads ul li:last-child {
  margin-right: 0;
  margin-left: 18px;
}

.lo-breads ul li.is-nolink {
  margin-left: 15px;
}

@media only screen and (max-width: 1279px) {
  .lo-breads ul li:last-child {
    margin-left: 9px;
  }

  .lo-breads ul li.is-nolink {
    margin-left: 5px;
  }
}

.lo-breads ul li::after {
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.061%22%20height%3D%2212.707%22%20viewBox%3D%220%200%207.061%2012.707%22%3E%3Cpath%20d%3D%22M-13950.384-21733.535l-.707-.707%2C5.646-5.646-5.646-5.646.707-.707%2C6.354%2C6.354Z%22%20transform%3D%22translate(13951.091%2021746.242)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  width: 6px;
  height: 12px;
  top: 4px;
  right: -18px;
}

@media only screen and (max-width: 1279px) {
  .lo-breads ul li::after {
    right: -11px;
    width: 6px;
    height: 9px;
  }
}

.lo-breads ul li:last-child::after {
  content: none;
}

.lo-breads ul li a {
  position: relative;
  color: #2688BC;
}

.lo-breads ul li:first-child a {
  font-size: 0;
}

.lo-breads ul li:first-child a::before {
  content: 'HOME';
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1279px) {
  .lo-breads ul li:first-child a::before {
    font-size: 1.1rem;
  }
}

.lo-breads ul li.is-nolink a {
  color: #666;
  cursor: text;
  text-decoration: none;
}


/* ==========================================================================

ヘッダー

========================================================================== */
.cp-header {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #DDD;
  background: rgba(255, 255, 255, 0.9);
}

.top .cp-header {
  border-bottom: none;
}

@media only screen and (max-width: 1279px) {
  .cp-header {
    position: static;
  }

  .top .cp-header {
    position: absolute;
    background: transparent;
  }

  .top .cp-header.is-scroll .cp-header__logo {
    display: none;
  }
}

.cms .cp-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.cp-header__logo {
  width: 100%;
  max-width: 304px;
  margin: 0 10px 0 2.1vw;
}

@media only screen and (max-width: 1279px) {
  .cp-header__logo {
    max-width: 199px;
    margin: 6px 50px 4px 10px;
  }
}

.cp-header.is-active .cp-header__logo {
  border-top-right-radius: 0;
  border-right: 1px solid #fff;
}

.cp-header__logo a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
}

.cp-header__center {
  margin: 19px 40px 0 auto;
}

@media only screen and (max-width: 1279px) {
  .cp-header__center {
    display: none;
  }
}

.cp-header__visitor {
  line-height: 1.4;
}

.cp-header__visitor ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.cp-header__visitor ul li {
  position: relative;
  margin: 0 12px;
}

.cp-header__visitor ul li::after {
  position: absolute;
  content: '|';
  top: 2px;
  right: -15px;
  bottom: 0;
  font-size: 1.35rem;
}

.cp-header__visitor ul li:last-child {
  margin-right: 0;
}

.cp-header__visitor ul li:last-child::after {
  content: none;
}

.cp-header__visitor ul li a {
  position: relative;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.cp-header__right {
  width: 100%;
  max-width: 200px;
  margin: 16px 140px 0 0;
}

@media only screen and (max-width: 1279px) {
  .cp-header__right {
    display: none;
  }
}

.cp-header__right ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.cp-header__right-document ul li {
  width: 50%;
}

.cp-header__right-document ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  width: 100%;
  text-decoration: none;
  padding: 4px 5px;
}

.cp-header__right-info {
  min-width: 200px;
  margin: 8px 0 0;
}

.cp-header__right-info ul li {
  width: 30px;
  height: 30px;
}

.cp-header__right-info ul li a {
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.cp-header__right-info ul li a .is-tooltip {
  width: 90px;
  position: absolute;
  top: 80%;
  left: 0;
  transform: translateX(-31px);
  margin-top: 10px;
  padding: 6px 5px;
  border-radius: 8px;
  line-height: 1;
  background: #6e6e6e;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  visibility: hidden;
  z-index: 3;
  opacity: 0;
  transition: all .3s;
}
@media screen and (min-width: 1280px) {
  .cp-header__right-info ul li a:hover .is-tooltip {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.cp-header__right-info ul li a .is-tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #6e6e6e transparent;
  top: -6px;
  left: 0;
  right: 0;
  display: block;
  margin: 0;
  transform: translateX(40px);
}


/* ==========================================================================

ヘッダー（英語サイト）

========================================================================== */
.en2 .cp-header__center {
  margin-top: 23px;
  margin-right: 30px;
}

.en2 .cp-header__logo {
  max-width: 416px;
  margin: 0 10px 0 2.1vw;
}

@media (min-width: 1280px) and (max-width: 1420px) {
  .en2 .cp-header__logo {
    margin-left: 1vw;
  }
}

@media only screen and (max-width: 1279px) {
  .en2 .cp-header__logo {
    max-width: 250px;
    margin: 7px 50px 7px 10px;
  }
}

.en2 .cp-header__nav ul li {
  padding: 0 .8vw;
}

.en2 .cp-header__right {
  margin-top: 29px;
  margin-right: 130px;
}

.en2 .cp-header__nav ul>li>a {
  padding-bottom: 38px;
}

@media (min-width: 1280px) and (max-width: 1420px) {
  .en2 .cp-header__nav ul>li>a {
    font-size: 1.4rem;
    padding-bottom: 40px;
  }
}

.en2 .cp-header__nav-menu--link .lv3-folder {
  display: grid;
  grid-auto-columns: unset;
  grid-template-rows: repeat(5, 0fr);
  grid-auto-flow: column;
  margin: 32px 0 0;
}


/* ==========================================================================

背景色、アイコン類

========================================================================== */
li.icon-doc a {
  background: #2688BC;
  border: 1px solid #2688BC;
}

li.icon-info a {
  background: #2660BC;
  border: 1px solid #2660BC;
}

@media screen and (min-width: 1280px) {
  li.icon-doc a:hover {
    color: #2688BC;
    background: #fff;
  }

  li.icon-info a:hover {
    color: #2660BC;
    background: #fff;
  }
}

li.icon-doc a[target="_blank"]::after,
li.icon-info a[target="_blank"]::after {
  content: none;
}

li.icon-tel a {
  background-image: url(/albums/css/basic-common/abm00016460.svg);
}

li.icon-access a {
  background-image: url(/albums/css/basic-common/abm00016461.svg);
}

li.icon-en a {
  background-image: url(/albums/css/basic-common/abm00016462.svg);
}

li.icon-fb a {
  background-image: url(/albums/css/basic-common/abm00016463.svg);
}

li.icon-line a {
  background-image: url(/albums/css/basic-common/abm00016464.svg);
}

li.icon-tel a[target="_blank"]::after,
li.icon-access a[target="_blank"]::after,
li.icon-en a[target="_blank"]::after,
li.icon-fb a[target="_blank"]::after,
li.icon-line a[target="_blank"]::after {
  content: none;
}


/* ==========================================================================

グローバルナビ

========================================================================== */
.cp-header__nav ul {
  display: flex;
}

.cp-header__nav ul li {
  text-align: center;
  padding: 0 1vw;
  line-height: 1.25;
  list-style: none;
}

.cp-header__nav ul li:first-child {
  padding-left: 0;
}

.cp-header__nav ul li:last-child {
  padding-right: 0;
}

.cp-header__nav ul>li>a {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
  padding: 19px 0;
  transition: inherit;
  font-family: 'Noto serif JP', sans-serif;
}

.cp-header__nav ul>li>a::after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  margin: 0 auto;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #2688BC;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cp-header__nav ul>li>a.is-current::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .cp-header__nav ul>li > a:hover {
    text-decoration: none;
  }
  .cp-header__nav ul>li:hover > a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
  }
}

.cp-header__nav-menu {
  z-index: 3;
  cursor: auto;
  overflow: hidden;
  width: 100%;
  top: 99px;
  left: 0;
  position: absolute;
  color: #fff;
  background: #2688BC;
  max-height: 0;
  opacity: 0;
}

/* ホバーでドロップメニューが開く */
@media screen and (min-width: 1280px) {
  .cp-header__nav ul li:hover>.cp-header__nav-menu {
    max-height: 9999px;
    opacity: 1;
  }
}

/* オーバーレイ */
.cp-header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  height: 120%;
  background: rgba(34, 34, 34, .2);
  mix-blend-mode: multiply;
  -webkit-transition: display .2s ease-in-out;
  transition: display .2s ease-in-out;
}

/* メガメニュー */
.cp-header__nav-menu--inner {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 57px 20px 20px;
  text-align: left;
  min-height: 400px;
}

.cp-header__nav-menu--img {
 width: 100%;
 max-width: 400px;
}

.cp-header__nav-menu--link {
  width: 100%;
  max-width: 680px;
}

.en2 .cp-header__nav-menu--link .lv3-link,
.cp-header__nav-menu--link .lv2-link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  padding: 4px 0 21px 1px;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.en2 .cp-header__nav-menu--link .lv3-link + .triggerBox,
.cp-header__nav-menu--link .lv2-link + .triggerBox {
  display: none;
}

.en2 .cp-header__nav-menu--link .lv3-link::after,
.cp-header__nav-menu--link .lv2-link::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 12px;
  bottom: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.414%22%20height%3D%2213.414%22%20viewBox%3D%220%200%2015.414%2013.414%22%3E%3Cg%20transform%3D%22translate(-463.5%20-3630.793)%22%3E%3Cpath%20d%3D%22M-16231.576-18144.293l-1.414-1.414%2C5.293-5.293-5.293-5.293%2C1.414-1.414%2C6.707%2C6.707Z%22%20transform%3D%22translate(16703.783%2021788.5)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14%2C1H0V-1H14Z%22%20transform%3D%22translate(463.5%203637.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px !important;
  height: 12px;
  transition: right .3s;
}

@media screen and (min-width: 1280px) {
  .en2 .cp-header__nav-menu--link .lv3-link:hover,
  .cp-header__nav-menu--link .lv2-link:hover {
    text-decoration: none;
  }
}

.en2 .cp-header__nav-menu--link .lv3-link .is-txtHoverNnderline,
.cp-header__nav-menu--link .lv2-link .is-txtHoverNnderline {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
}

@media screen and (min-width: 1280px) {

  .en2 .cp-header__nav-menu--link .lv3-link:hover .is-txtHoverNnderline,
  .cp-header__nav-menu--link .lv2-link:hover .is-txtHoverNnderline {
    background-size: 100% 1px;
  }
}

.cp-header__nav-menu--link .lv2-folder {
  display: grid;
  grid-auto-columns: unset;
  grid-template-rows: repeat(5, 0fr);
  grid-auto-flow: column;
  margin: 32px 0 0;
}

.cp-header__nav-menu--link base_en-header0-nest-list,
.cp-header__nav-menu--link base-header0-nest-list {
  display: block;
  max-width: 340px;
  min-width: 340px;
  margin-bottom: 12px;
}

.cp-header__nav-menu--link base_en-header0-nest-list:last-child,
.cp-header__nav-menu--link base-header0-nest-list:last-child {
  margin-bottom: 0;
}

.en2 .cp-header__nav-menu--link .lv4-link,
.cp-header__nav-menu--link .lv3-link {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .cp-header__nav-menu--link a:hover {
    text-decoration: none;
  }
}

.cp-header__nav-menu--link a .is-txtHoverNnderline {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
}
@media screen and (min-width: 1280px) {
  .cp-header__nav-menu--link a .is-txtHoverNnderline:hover {
    background-size: 100% 1px;
  }
}

.cp-header__nav-menu--link .lv3-item {
  position: relative;
}

.cp-header__nav-menu--link .triggerBox {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
  width: 22px;
  height: 22px;
}

.cp-header__nav-menu--link .miniTrigger {
  position: absolute;
  transition: .2s;
  cursor: pointer;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.cp-header__nav-menu--link .miniTrigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #fff;
}

.cp-header__nav-menu--link .miniTrigger span:nth-of-type(1) {
  transform: rotate(0deg);
}

.cp-header__nav-menu--link .miniTrigger span:nth-of-type(2) {
  transform: rotate(90deg);
}

.cp-header__nav-menu--link .triggerBox.is-open span:nth-of-type(1) {
  display: none;
}

.cp-header__nav-menu--link .triggerBox.is-open span:nth-of-type(2) {
  transform: rotate(180deg);
}

.cp-header__nav-menu--link .lv3-folder {
  display: none;
  margin: 11px 20px 0 14px;
}

.cp-header__nav-menu--link .lv3-folder a {
  color: #fff;
  font-size: 1.5rem;
}

.cp-header__nav-menu--link .lv2-folder a[target="_blank"]::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2212.43%22%20viewBox%3D%220%200%2012.43%2012.43%22%3E%3Cg%20transform%3D%22translate(-121.744%20-121.744)%22%3E%3Cpath%20d%3D%22M146.642%2C122.215c0-.007%2C0-.015%2C0-.022s0-.019%2C0-.029%2C0-.017-.006-.025%2C0-.016-.006-.024-.005-.016-.008-.025-.005-.016-.009-.024l-.01-.023-.011-.024L146.57%2C122l-.014-.023-.017-.023-.014-.018a.519.519%2C0%2C0%2C0-.073-.073l-.019-.014-.022-.016-.023-.014-.021-.012-.024-.012-.022-.01-.024-.009-.024-.008-.024-.006-.025-.006-.029%2C0-.022%2C0-.052%2C0h-5.4a.523.523%2C0%2C1%2C0%2C0%2C1.046h4.135l-6.366%2C6.365a.523.523%2C0%2C0%2C0%2C.74.74l6.366-6.365v4.135a.523.523%2C0%2C1%2C0%2C1.046%2C0v-5.4C146.644%2C122.25%2C146.643%2C122.232%2C146.642%2C122.215Z%22%20transform%3D%22translate(-12.47)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M133.651%2C129.708a.523.523%2C0%2C0%2C0-.523.523v2.9H122.79V122.79h2.9a.523.523%2C0%2C1%2C0%2C0-1.046h-3.419a.523.523%2C0%2C0%2C0-.523.523v11.384a.523.523%2C0%2C0%2C0%2C.523.523h11.384a.523.523%2C0%2C0%2C0%2C.523-.523v-3.419A.523.523%2C0%2C0%2C0%2C133.651%2C129.708Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}


/* ==========================================================================

ハンバーガーボタン

========================================================================== */
.cp-mainMenu {
  cursor: pointer;
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-transition: width .2s, height .2s;
  transition: width .2s, height .2s;
}

@media only screen and (max-width: 1279px) {
  .cp-mainMenu {
    width: 50px;
    height: 50px;
  }
}

.cp-mainMenu a {
  display: block;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #2688BC;
  text-decoration: none;
  background-image: url(/albums/css/basic-common/abm00016452.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 43px 31px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 1279px) {
  .cp-mainMenu a {
    background-size: 32px 22px;
  }
}

.cp-mainMenu.drawerClose a {
  background: #2660BC;
  background-image: url(/albums/css/basic-common/abm00016453.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

@media only screen and (max-width: 1279px) {
  .cp-mainMenu.drawerClose a {
    background-size: 20px 20px;
  }
}


/* ==========================================================================

ハンバーガーメニューコンテンツ

========================================================================== */
.cp-drawer {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 13;
  width: 100%;
  height: 120%;
  transition: left .5s ease-in-out .5s;
  overflow: hidden;
  background: #2688BC;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer {
    display: none;
    top: 0;
    left: 0;
  }
}

.cp-drawer.is-active {
  left: 0;
  display: block;
}

.cp-drawer ul li {
  list-style: none;
}

.cp-drawer__contents {
  position: relative;
  z-index: 3;
  padding: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 120px 20px 168px;
  width: calc(100% + 10px);
}
@media only screen and (max-width: 1279px) {
  .cp-drawer__contents {
    position: static;
    display: block;
    padding: 0 0 20px;
    opacity: 1 !important;
  }
}

.cp-drawer__contents::-webkit-scrollbar {
  width: 10px;
}

.cp-drawer__contents::-webkit-scrollbar-track {
  background-color: #D6EAF5;
}

.cp-drawer__contents::-webkit-scrollbar-thumb {
  background-color: #2660BC;
  border-radius: 6px;
}

.cp-drawer__contents.is-show {
  opacity: 1;
}

.cp-drawer__inner {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.cp-drawer__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 49px;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__header {
    display: block;
    margin: 5px 0 10px;
    padding: 0 20px;
  }
}

.cp-drawer__header-logo {
  max-width: 304px;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__header-logo {
    max-width: 199px;
    position: relative;
    left: -10px;
  }
}

.cp-drawer__header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.cp-drawer__header-form {
  background: #fff;
  width: 100%;
  max-width: 411px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__header-form {
    max-width: 100%;
    margin-top: 16px;
  }
}

.cp-drawer__header-formbox {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-drawer__header-formbox input[type='text'] {
  border: none;
  font-size: 1.6rem;
  width: calc(100% - 60px);
  margin: 12px;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__header-formbox input[type='text'] {
    width: calc(100% - 64px);
  }
}

.cp-drawer__header-formbox .is-submit {
  -webkit-transition: .2s;
  transition: .2s;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  width: 48px;
  height: 50px;
  background: url(/albums/css/basic-common/abm00016466.svg) center center no-repeat;
  background-size: 30px 30px;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__header-formbox .is-submit {
    width: 52px;
    background-size: 25px 25px;
    background-position: center 13px;
  }
}

.cp-drawer__header-formbox .is-submit[disabled]:not(.noHover):hover {
  cursor: not-allowed;
  /* 禁止カーソル */
}

/* ハンバーガーリスト */
#drawer .categoryLists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists {
    display: block;
    width: 100%;
    margin: 0;
  }
}

#drawer .categoryLists a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #fff;
  white-space: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -.001em;
  transition: .2s;
  z-index: 3;
  display: inline-block;
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists a {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 15px 50px 18px 9px;
    text-decoration: none;
  }
}

#drawer .categoryLists a[target="_blank"]::after {
  content: none;
}

#drawer .categoryLists .lv2-link {
  position: relative;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  padding: 28px 0 26px 1px;
  width: auto;
  /*width: calc(100% - 40px);*/
}

@media screen and (min-width: 1280px) {
  #drawer .categoryLists .lv2-link:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv2-link {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 14px 0 4px;
  }
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv2-link::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    border-bottom: solid 1px #2688BC;
    border-right: solid 1px #2688BC;
    width: 8px;
    height: 8px;
    transition: .2s;
    transform: rotate(45deg);
  }

  #drawer .categoryLists .lv2-link.is-open {
    padding: 13px 40px 13px 9px;
    border-bottom: 1px solid #2688BC;
    background: #2688BC;
    color: #fff;
  }

  #drawer .categoryLists .lv2-link.is-open::after {
    top: 25px;
    transform: rotate(-135deg);
    border-color: #fff;
  }
}

#drawer .categoryLists .lv2-folder {
  display: none;
  margin: -9px 10px 33px 16px;
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv2-folder {
    margin: 11px 20px 28px 32px;
  }
}

#drawer .categoryLists .lv2-folder>base_en-header0-nest-list,
#drawer .categoryLists .lv2-folder>base-header0-nest-list {
  display: block;
  margin: 0 0 7px;
}

@media only screen and (max-width: 1279px) {

  #drawer .categoryLists .lv2-folder>base_en-header0-nest-list,
  #drawer .categoryLists .lv2-folder>base-header0-nest-list {
    margin: 0;
  }
}

/*
#drawer .categoryLists .lv2-folder>base_en-header0-nest-list:first-child,
#drawer .categoryLists .lv2-folder>base-header0-nest-list:first-child {
  display: none;
}
*/

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv3-item {
    margin: 0 0 15px !important;
  }
  
  .en2 #drawer .categoryLists .lv3-item {
    margin: 0 0 5px !important;
  }
}

#drawer .categoryLists>div {
  width: 30.82%;
  position: relative;
  transition: all .2s;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists>div {
    width: 100%;
    margin-bottom: 9px;
  }

  #drawer .categoryLists>div:last-child {
    margin-bottom: 3px;
  }
}

#drawer .categoryLists>div:nth-child(n + 5) {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists>div:nth-child(n + 5) {
    border-bottom: none;
  }
}

#drawer .categoryLists>div:first-child,
#drawer .categoryLists>div:nth-child(n + 8) {
  display: none;
}

#drawer .categoryLists .categoryList .lv3-link {
  position: relative;
  width: auto;
  font-size: 1.5rem;
  text-decoration: none;
}

@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .categoryList .lv3-link {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto serif JP', sans-serif;
    padding: 0;
  }
  #drawer .categoryLists .categoryList .lv3-link.is-open {
    text-decoration: underline;
    font-weight: 600;
  }
}

#drawer .categoryLists .categoryList a::after {
  content: '';
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 4px;
  bottom: 0;
  right: 0;
  margin: auto 0 auto 6px;
  -webkit-transition: right .2s ease, opacity .2s ease;
  transition: right .2s ease opacity .2s ease;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  #drawer .categoryLists .categoryList a:hover::after {
    opacity: 1;
    right: -15px;
  }
}

#drawer .categoryLists .categoryList a[target="_blank"]::before {
  content: '';
  position: absolute;
  top: 6px;
  right: -17px;
  left: initial;
  bottom: 0;
  margin: 0;
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2212.43%22%20viewBox%3D%220%200%2012.43%2012.43%22%3E%3Cg%20transform%3D%22translate(-121.744%20-121.744)%22%3E%3Cpath%20d%3D%22M146.642%2C122.215c0-.007%2C0-.015%2C0-.022s0-.019%2C0-.029%2C0-.017-.006-.025%2C0-.016-.006-.024-.005-.016-.008-.025-.005-.016-.009-.024l-.01-.023-.011-.024L146.57%2C122l-.014-.023-.017-.023-.014-.018a.519.519%2C0%2C0%2C0-.073-.073l-.019-.014-.022-.016-.023-.014-.021-.012-.024-.012-.022-.01-.024-.009-.024-.008-.024-.006-.025-.006-.029%2C0-.022%2C0-.052%2C0h-5.4a.523.523%2C0%2C1%2C0%2C0%2C1.046h4.135l-6.366%2C6.365a.523.523%2C0%2C0%2C0%2C.74.74l6.366-6.365v4.135a.523.523%2C0%2C1%2C0%2C1.046%2C0v-5.4C146.644%2C122.25%2C146.643%2C122.232%2C146.642%2C122.215Z%22%20transform%3D%22translate(-12.47)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M133.651%2C129.708a.523.523%2C0%2C0%2C0-.523.523v2.9H122.79V122.79h2.9a.523.523%2C0%2C1%2C0%2C0-1.046h-3.419a.523.523%2C0%2C0%2C0-.523.523v11.384a.523.523%2C0%2C0%2C0%2C.523.523h11.384a.523.523%2C0%2C0%2C0%2C.523-.523v-3.419A.523.523%2C0%2C0%2C0%2C133.651%2C129.708Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
  background-size: contain;
}

#drawer .categoryLists .categoryList a[target="_blank"]::after {
  min-width: inherit;
  background: none;
}
@media screen and (min-width: 1280px) {
  #drawer .categoryLists .categoryList a[target="_blank"]:hover::after {
    right: -28px;
  }
}

#drawer .categoryLists .lv3-folder {
  display: none;
  padding: 6px 0 0 15px;
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv3-folder {
     padding: 12px 0 0 15px;
  }
}

#drawer .categoryLists .lv2-link + .triggerBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 40px;
  height: 79px;
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv2-link + .triggerBox {
    display: block;
    width: 59px;
    height: 49px;
  }
}

#drawer .categoryLists .categoryList .miniTrigger {
  position: absolute;
  transition: .2s;
  cursor: pointer;
  margin: auto;
  top: 2px;
  left: -2px;
  right: 0;
  bottom: 0;
  z-index: 3;
}

#drawer .categoryLists .categoryList .miniTrigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 4px;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background: #fff;
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .categoryList .miniTrigger span {
    width: 18px;
  }
}

#drawer .categoryLists .categoryList .miniTrigger span:nth-of-type(1) {
  transform: rotate(0deg);
}

#drawer .categoryLists .categoryList .miniTrigger span:nth-of-type(2) {
  transform: rotate(90deg);
}

#drawer .categoryLists .categoryList .triggerBox.is-open span:nth-of-type(1) {
  display: none;
}

#drawer .categoryLists .categoryList .triggerBox.is-open span:nth-of-type(2) {
  transform: rotate(180deg);
}

/* その他コンテンツリンク */
.cp-drawer__btn {
  display: flex;
  justify-content: space-between;
  margin: 42px 0 31px;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__btn {
    display: block;
    margin: 0 0;
  }
}

.cp-drawer__btn-left {
  width: 100%;
  max-width: 1000px;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__btn-left {
    max-width: 100%;
    padding: 19px 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
}

.cp-drawer__btn-left ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.4;
  padding: 6px 0 0;
}

.cp-drawer__btn-left ul li {
  position: relative;
  margin: 0 0 9px;
  width: 49.6%;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__btn-left ul li {
    width: 46.63%;
  }
}

.cp-drawer__btn-left ul li:nth-child(1),
.cp-drawer__btn-left ul li:nth-child(3) {
  order: -1;
}

.cp-drawer__btn-left ul li a {
  position: relative;
  color: #fff;
  letter-spacing: .02em;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__btn-left ul li a {
    font-size: 1.5rem;
  }
}

.cp-drawer__btn-left ul li a::after {
  color: #fff;
  font-size: 1.4rem;
}

.cp-drawer__btn-left ul li a[target="_blank"]::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2212.43%22%20viewBox%3D%220%200%2012.43%2012.43%22%3E%3Cg%20transform%3D%22translate(-121.744%20-121.744)%22%3E%3Cpath%20d%3D%22M146.642%2C122.215c0-.007%2C0-.015%2C0-.022s0-.019%2C0-.029%2C0-.017-.006-.025%2C0-.016-.006-.024-.005-.016-.008-.025-.005-.016-.009-.024l-.01-.023-.011-.024L146.57%2C122l-.014-.023-.017-.023-.014-.018a.519.519%2C0%2C0%2C0-.073-.073l-.019-.014-.022-.016-.023-.014-.021-.012-.024-.012-.022-.01-.024-.009-.024-.008-.024-.006-.025-.006-.029%2C0-.022%2C0-.052%2C0h-5.4a.523.523%2C0%2C1%2C0%2C0%2C1.046h4.135l-6.366%2C6.365a.523.523%2C0%2C0%2C0%2C.74.74l6.366-6.365v4.135a.523.523%2C0%2C1%2C0%2C1.046%2C0v-5.4C146.644%2C122.25%2C146.643%2C122.232%2C146.642%2C122.215Z%22%20transform%3D%22translate(-12.47)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M133.651%2C129.708a.523.523%2C0%2C0%2C0-.523.523v2.9H122.79V122.79h2.9a.523.523%2C0%2C1%2C0%2C0-1.046h-3.419a.523.523%2C0%2C0%2C0-.523.523v11.384a.523.523%2C0%2C0%2C0%2C.523.523h11.384a.523.523%2C0%2C0%2C0%2C.523-.523v-3.419A.523.523%2C0%2C0%2C0%2C133.651%2C129.708Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.cp-drawer__btn-right {
  width: 100%;
  max-width: 449px;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__btn-right {
    max-width: 100%;
    padding: 25px 20px;
  }
}

.cp-drawer__btn-right ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.cp-drawer__btn-right ul li {
  width: 50%;
}

.cp-drawer__btn-right ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 2rem;
  padding: 14px 10px 12px;
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__btn-right ul li a {
    font-size: 1.6rem;
    padding: 12px 10px 11px;
  }
}

.cp-drawer__btn-right ul li.icon-doc a {
  border: 1px solid #fff;
}

.cp-drawer__btn-right ul li.icon-info a {
  border: 1px solid #fff;
  border-left: none;
}

.cp-drawer__info {
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.cp-drawer__info ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__info ul {
    flex-wrap: wrap;
  }
}

.cp-drawer__info ul li {
  position: relative;
  width: calc(1460px / 5);
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__info ul li {
    width: calc(100% / 3);
  }

  .cp-drawer__info ul li:nth-child(3)::after {
    content: none;
  }

  .cp-drawer__info ul li:nth-child(n + 4) {
    width: calc(100% / 2);
    border-top: 1px solid rgba(255, 255, 255, .5);
  }

  .cp-drawer__info ul li:nth-child(n + 4) a {
    background-position: center 10px;
    padding: 39px 10px 9px;
  }
}

.cp-drawer__info ul li::after {
  position: absolute;
  content: '';
  top: 0;
  right: -2px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__info ul li::after {
    top: -1px;
    right: 0;
  }
}

.cp-drawer__info ul li:last-child::after {
  content: none;
}

.cp-drawer__info ul li a {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 30px 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 50px 10px 15px;
}
@media screen and (min-width: 1280px) {
  .cp-drawer__info ul li.icon-tel a:hover,
  .cp-drawer__info ul li.icon-access a:hover,
  .cp-drawer__info ul li.icon-en a:hover,
  .cp-drawer__info ul li.icon-fb a:hover,
  .cp-drawer__info ul li.icon-line a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1279px) {
  .cp-drawer__info ul li a {
    background-position: center 12px;
    font-size: 1.2rem;
    padding: 41px 10px 9px;
  }
}

.cp-drawer__info ul li.icon-en a {
  background-image: url(/albums/css/basic-common/abm00016471.svg);
}

#drawer .categoryLists .categoryList .lv3-item {
  position: relative;
}

#drawer .categoryLists .categoryList .lv3-link + .triggerBox {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: inherit;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .categoryList .lv3-link + .triggerBox {
    right: -1px;
    top: 1px;
    width: 18px;
    height: 18px;
  }
}

#drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger {
    top: 0;
    left: -2px;
  }
}

#drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger span {
  top: 0;
  left: 0;
  width: 12px;
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger span {
    top: 1px;
    left: 3px;
  }
}

#drawer .categoryLists .lv4-item {
  margin-bottom: 2px;
}

#drawer .categoryLists .lv4-link {
  display: inline;
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  #drawer .categoryLists .lv4-link:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 1279px) {
  #drawer .categoryLists .lv4-link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto serif JP', sans-serif;
    padding: 0;
    margin-bottom: 15px;
  }
}


/* ==========================================================================

ハンバーガーメニューコンテンツ（英語サイト）

========================================================================== */
.en2 .cp-drawer__header-logo {
  max-width: 416px;
}

@media only screen and (max-width: 1279px) {
  .en2 .cp-drawer__header-logo {
    max-width: 250px;
    margin: 7px 0 8px;
  }
}

.en2 #drawer .categoryLists {
  margin: 0 0 -8px;
}

.en2 #drawer .categoryLists>div {
  width: 100%;
  border-top: none;
}

.en2 #drawer .categoryLists>div:nth-child(n + 5) {
  border-bottom: 0;
}

.en2 #drawer .categoryLists>div:nth-of-type(n+2):nth-of-type(-n+7),
.en2 #drawer .categoryLists .lv2-link {
  display: none;
}

.en2 #drawer .categoryLists .lv2-link+.triggerBox {
  display: none;
}

.en2 #drawer .categoryLists .categoryList .lv3-link+.triggerBox,
.en2 #drawer .categoryLists>div:nth-child(n + 8) {
  display: block;
}

.en2 #drawer .categoryLists .lv2-folder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.en2 #drawer .categoryLists .lv3-folder {
  display: none;
  margin: -9px 10px 33px 16px;
  padding: 0;
}

@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .lv3-folder {
    margin: 12px 20px 24px 32px;
  }
}

.en2 #drawer .categoryLists base_en-header0-nest-list {
  width: 30.82%;
  position: relative;
  transition: all .2s;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists base_en-header0-nest-list {
    width: 100%;
    margin-bottom: 4px;
  }

  .en2 #drawer .categoryLists base_en-header0-nest-list:last-child {
    margin-bottom: 3px;
  }
}


.en2 #drawer .categoryLists .lv2-folder base_en-header0-nest-list:first-child {
  display: none;
}

.en2 #drawer .categoryLists .categoryList .lv3-link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  padding: 28px 0 26px 1px;
}

@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .categoryList .lv3-link {
    font-size: 1.6rem;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 14px 0 4px;
  }
}

.en2 #drawer .categoryLists .categoryList .lv4-link {
  width: auto;
  position: relative;
  font-size: 1.5rem;
  text-decoration: none;
}

@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .categoryList .lv4-link {
    font-weight: 500;
    font-family: 'Noto serif JP', sans-serif;
    padding: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .lv4-item {
    margin: 0 0 5px !important;
  }
}

.en2 #drawer .categoryLists .lv3-folder>base_en-header0-nest-list:first-child {
  display: none;
}

.en2 #drawer .categoryLists .categoryList .lv3-link + .triggerBox {
  top: 0;
  right: 0;
  width: 40px;
  height: 79px;
}
@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .categoryList .lv3-link + .triggerBox {
    display: block;
    width: 59px;
    height: 49px;
  }
}

.en2 #drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger {
  top: 2px;
  left: -2px;
}
@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger {
    top: 0;
    left: -2px;
  }
}

.en2 #drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger span {
  top: -1px;
  left: 4px;
  width: 20px;
}
@media only screen and (max-width: 1279px) {
  .en2 #drawer .categoryLists .categoryList .lv3-link + .triggerBox .miniTrigger span {
    width: 18px;
  }
}


/* ==========================================================================

フッター

========================================================================== */
base-footer,
base_en-footer {
  position: relative;
  display: block;
  z-index: 2;
}

.cp-footer {
  padding: 47px 0 18px;
  background: #2688BC;
  color: #fff;
  font-size: 1.4rem;
  transition: padding .2s;
}

@media only screen and (max-width: 1279px) {
  .cp-footer {
    padding: 31px 15px 4px;
    font-size: 1.3rem;
  }
}

.cp-footer a {
  color: #fff;
}

.cp-footer a[href^="tel:"],
.cp-footer a[href^="mailto:"] {
  color: #fff !important;
}

.cp-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1197px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .cp-footer__inner {
    display: block;
    padding: 0;
  }
}

.cp-footer__logo {
  width: 100%;
  max-width: 304px;
  margin: 20px 0 22px;
}

@media only screen and (max-width: 1279px) {
  .cp-footer__logo {
    max-width: 246px;
    margin: 0 auto 8px;
  }
}

.cp-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.cp-footer__address {
  line-height: 2;
}

@media only screen and (max-width: 1279px) {
  .cp-footer__address {
    font-size: 1.2rem;
    line-height: 1.58;
    text-align: center;
  }
}

.cp-footer__addressItem {
  margin-bottom: 7px;
  margin-left: -1px;
  letter-spacing: .05em;
  white-space: nowrap;
}

@media only screen and (max-width: 1279px) {
  .cp-footer__addressItem {
    margin-bottom: 16px;
    margin-left: 0;
    white-space: normal;
    line-height: 1.66;
  }
}

.cp-footer__right {
  padding-left: 17px;
  margin: 20px 0 0 auto;
  width: 74%;
}

@media only screen and (max-width: 1279px) {
  .cp-footer__right {
    padding-left: 0;
    margin: 19px 0 0;
    width: 100%;
  }
}

.cp-footer__under ul:first-child {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 268px;
  margin: 0 auto;
}

.cp-footer__under ul:first-child li {
  width: 50%;
}

.cp-footer__under ul:first-child li.icon-doc a {
  border: 1px solid #fff;
}

.cp-footer__under ul:first-child li.icon-info a {
  border: 1px solid #fff;
  border-left: none;
}

.cp-footer__under ul:first-child li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 10px 8px;
  width: 100%;
}

.cp-footer__under ul:first-child+ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 264px;
  margin: 14px auto 13px;
}

.en2 .cp-footer__under ul:first-child li,
.cp-footer__under ul:first-child+ul li {
  width: 40px;
  height: 40px;
}

.en2 .cp-footer__under ul:first-child li a,
.cp-footer__under ul:first-child+ul li a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.en2 .cp-footer__under ul:first-child li.icon-en a,
.cp-footer__under ul:first-child+ul li.icon-en a {
  background-image: url(/albums/css/basic-common/abm00016471.svg);
}

.en2 .cp-footer__under ul:first-child li.icon-fb a,
.cp-footer__under ul:first-child+ul li.icon-fb a {
  background-image: url(/albums/css/basic-common/abm00016484.svg);
}

.en2 .cp-footer__under ul:first-child li.icon-line a,
.cp-footer__under ul:first-child+ul li.icon-line a {
  background-image: url(/albums/css/basic-common/abm00016485.svg);
}

/*非表示にする要素*/
.en2 .cp-footer__under ul:first-child,
.cp-footer__under ul:nth-child(3),
.cp-footer__under ul:nth-child(4) {
  display: none;
 }
/*非表示にする要素*/

ul.cp-footer__under-lists {
  display: flex;
  justify-content: center;
  list-style: none;
}

ul.cp-footer__under-lists li {
  position: relative;
  margin: 0 7px;
}

ul.cp-footer__under-lists li:first-child {
  margin-left: 0;
}

ul.cp-footer__under-lists li:last-child {
  margin-right: 0;
}

ul.cp-footer__under-lists li a {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: .03em;
}

ul.cp-footer__under-lists li::after {
  position: absolute;
  content: '|';
  top: 0;
  right: -9px;
  bottom: 0;
  font-size: 1.2rem;
}

ul.cp-footer__under-lists li:last-child::after {
  content: none;
}

.cp-footer__school {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
  margin-left: 17.05%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .cp-footer__school {
    margin-left: 9%;
  }
}
@media only screen and (max-width: 1279px) {
  .cp-footer__school {
    display: block;
    min-height: inherit;
    margin-left: 0;
  }
}

.cp-footer__school ul {
  list-style: none;
  line-height: 1.6;
  border-left: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1279px) {
  .cp-footer__school ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .cp-footer__right {
    display: none;
  }
}

.cp-footer__school ul:nth-child(1) {
  width: 29%;
  padding-left: 5.7%;
}

.cp-footer__school ul:nth-child(2) {
  width: 29%;
  padding-left: 5.5%;
}

.cp-footer__school ul:nth-child(3) {
  width: 26.8%;
  padding-left: 5.5%;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
  .cp-footer__school ul:nth-child(3) {
    width: auto;
  }
}

.cp-footer__school ul li {
  position: relative;
  margin: 0 0 7px;
}

.cp-footer__school ul:nth-child(3) li {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
  .cp-footer__school ul:nth-child(3) li {
    white-space: normal;
  }
}

@media only screen and (max-width: 1279px) {
  .cp-footer__school ul:nth-child(3) li {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    padding: 0 5px 0 0;
  }

  .cp-footer__school ul:nth-child(3) li::after {
    content: '｜';
    position: absolute;
    right: -7px;
    top: 0;
  }

  .cp-footer__school ul:nth-child(3) li:last-child::after {
    content: none;
  }
}

.cp-footer__school ul li a {
  position: relative;
  display: inline-block;
}

.cp-footer__school ul li a[target="_blank"]::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2212.43%22%20viewBox%3D%220%200%2012.43%2012.43%22%3E%3Cg%20transform%3D%22translate(-121.744%20-121.744)%22%3E%3Cpath%20d%3D%22M146.642%2C122.215c0-.007%2C0-.015%2C0-.022s0-.019%2C0-.029%2C0-.017-.006-.025%2C0-.016-.006-.024-.005-.016-.008-.025-.005-.016-.009-.024l-.01-.023-.011-.024L146.57%2C122l-.014-.023-.017-.023-.014-.018a.519.519%2C0%2C0%2C0-.073-.073l-.019-.014-.022-.016-.023-.014-.021-.012-.024-.012-.022-.01-.024-.009-.024-.008-.024-.006-.025-.006-.029%2C0-.022%2C0-.052%2C0h-5.4a.523.523%2C0%2C1%2C0%2C0%2C1.046h4.135l-6.366%2C6.365a.523.523%2C0%2C0%2C0%2C.74.74l6.366-6.365v4.135a.523.523%2C0%2C1%2C0%2C1.046%2C0v-5.4C146.644%2C122.25%2C146.643%2C122.232%2C146.642%2C122.215Z%22%20transform%3D%22translate(-12.47)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M133.651%2C129.708a.523.523%2C0%2C0%2C0-.523.523v2.9H122.79V122.79h2.9a.523.523%2C0%2C1%2C0%2C0-1.046h-3.419a.523.523%2C0%2C0%2C0-.523.523v11.384a.523.523%2C0%2C0%2C0%2C.523.523h11.384a.523.523%2C0%2C0%2C0%2C.523-.523v-3.419A.523.523%2C0%2C0%2C0%2C133.651%2C129.708Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.cp-footer__copyright {
  margin-top: 53px;
  padding-top: 19px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1279px) {
  .cp-footer__copyright {
    margin: 21px -15px 0;
    padding-top: 4px;
  }
}

.cp-footer__copyright small {
  font-size: 1.4rem;
  letter-spacing: .05em;
}

@media only screen and (max-width: 1279px) {
  .cp-footer__copyright small {
    font-size: 1rem;
  }
}

/* トップに戻るボタン
-------------------------------------------------------------*/
.cp-backToTop {
  display: none;
  position: fixed;
  z-index: 12;
  right: 20px;
  bottom: 9px;
  width: 40px;
  height: 40px;
}

.cp-backToTop a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  margin: 0 0 0 auto;
  background: #2688BC;
  border: 1px solid #2688BC;
  border-radius: 50%;
  transition: ease .2s;
}

@media screen and (min-width: 1280px) {
  .cp-backToTop a:hover {
    background: #fff;
  }
}

.cp-backToTop a::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 1280px) {
  .cp-backToTop a:hover::before {
    border-color: #2688BC;
  }
}

.cp-backToTop a::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 1280px) {
  .cp-backToTop a:hover::after {
    border-color: #2688BC;
  }
}


/* ==========================================================================

フッター（英語サイト）

========================================================================== */
.en2 .cp-footer__logo {
  max-width: 416px;
}

@media only screen and (max-width: 1279px) {
  .en2 .cp-footer__logo {
    max-width: 246px;
  }
}

.en2 .cp-footer__addressItem br {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .en2 .cp-footer__addressItem br {
    display: block;
  }
}

.en2 .cp-footer__right {
  width: 100%;
  max-width: 461px;
  justify-content: inherit;
}

.en2 .cp-footer__school {
  margin-left: 0;
  justify-content: start;
}


.en2 .cp-footer__school ul:nth-child(1) {
  width: auto;
  padding-left: 40px;
  padding-right: 80px;
}

.en2 .cp-footer__school ul:nth-child(2) {
  width: auto;
  padding-left: 40px;
  padding-right: 80px;
}


/* ==========================================================================

テーブル横スクロール

========================================================================== */
.tableHiddenBox {
  overflow: hidden;
  position: relative;
}

.tableHiddenBox .swipe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: .2s;
}

.tableHiddenBox .swipe>.swipe-inner {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
}

.tableHiddenBox .swipe>.swipe-inner .imgs {
  position: relative;
  width: 40px;
  height: 40px;
  background: url(/albums/css/basic-common/abm00003043.svg) center center no-repeat;
  background-size: 40px 40px;
  margin: 0 auto 5px;
}

.tableHiddenBox .swipe>.swipe-inner .imgs::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 4px;
  right: 0;
  margin: -18px auto 0;
  z-index: 2;
  width: 30px;
  height: 12px;
  background: url(/albums/css/basic-common/abm00003042.svg) center center no-repeat;
  background-size: 30px 12px;
}

.tableHiddenBox .swipe.touched {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 1279px) {
  table.table-scroll {
    margin: 0;
    border-top: 1px solid #c6c6c6;
    table-layout: auto;
  }

  .tableHiddenBox {
    margin: 8px 0;
  }

  .tableHiddenBox .swipe {
    display: block;
  }

  .tableScrollWrap {
    position: relative;
    overflow: auto;
    white-space: nowrap;
  }

  .tableScrollWrap::-webkit-scrollbar {
    height: 10px;
  }

  .tableScrollWrap::-webkit-scrollbar-track {
    background: #EBEBEB;
  }

  .tableScrollWrap::-webkit-scrollbar-thumb {
    background: #C7C7C7;
  }
}


/* ==========================================================================

検索結果

========================================================================== */
body.page-search .cp-external::after {
  content: none;
}

table.gsc-search-box td {
  border: 0;
  padding: 0;
}

table.gsc-search-box td.gsc-input {
  border: 0;
  padding: 0;
  width: 20%;
}

@media screen and (max-width: 1199px) {
  table.gsc-search-box td.gsc-input {
    width: 5%;
  }
}

.gsc-input-box {
  border-radius: 0 !important;
  padding: 0 !important;
}

input.gsc-input {
  padding: 7px 10px 10px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  input.gsc-input {
    padding: 11px 10px 12px !important;
  }
}

.gsc-search-button-v2 {
  border: 0;
  margin: 0;
  padding: 14px 0;
  width: 100%;
  cursor: pointer;
  background: #4d90fe !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 1199px) {
  .gsc-search-button-v2 {
    padding: 15px 0 16px;
  }
}

.gsc-search-button-v2:hover {
  background: #357ae8 !important;
}

.gsst_a .gscb_a {
  color: #1a4375;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.gsc-control-cse {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.gsc-above-wrapper-area {
  margin: 0 0 20px;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .gsc-above-wrapper-area {
    margin: 0 0 10px;
  }
}

.gsc-above-wrapper-area table {
  margin: 0 0 10px;
}

.gsc-above-wrapper-area table td {
  border: none !important;
  padding: 0;
}

.gsc-result-info {
  padding: 0 !important;
  margin: 7px 0 0;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell,
.gs-result .gs-image,
.gs-result .gs-promotion-image {
  display: none !important;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #333 !important;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #333 !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #333 !important;
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color: #333 !important;
  text-decoration: underline;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  max-width: 70px !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
  width: 70px !important;
}

.gsc-webResult.gsc-result {
  border: none;
  border-bottom: 1px solid #ddd !important;
}

.cse_block_container {
  border: none;
}

.gsc-results {
  width: 100% !important;
}

/* 打ち消し */
.gsc-control-cse .gs-spelling a,
.gsc-control-cse .gs-result .gs-title a,
.gsc-control-cse .gs-result .gs-title a {
  color: #333;
}

.gsc-control-cse .gs-spelling a::after,
.gsc-control-cse .gs-result .gs-title a::after,
.gsc-control-cse .gs-result .gs-title a::after {
  content: none;
}

.gcsc-more-maybe-branding-root a::after {
  content: none;
}

.gs-image::after,
.gs-promotion-image::after {
  content: none !important;
}

.gcsc-more-maybe-branding-box a::after {
  content: none !important;
}

.gcsc-branding a::after,
.gcsc-branding-text:not(.gcsc-branding-text-name) a::after {
  content: none !important;
}

.gsc-orderby {
  display: none;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  display: none;
}


@media screen and (max-width: 1199px) {
  .page-search [data-area="content"] .cp-h1-text {
    margin: 0;
  }

  .page-search .cp-external .cp-inner {
    padding-bottom: 0;
  }
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-weight: 600;
}

.gcsc-branding-clickable img {
  width: auto !important;
}

.gsc-control-wrapper-cse {
  visibility: visible !important;
}

.gsc-adBlockInvisible:empty {
  display: block !important;
  padding: 35px 0 !important;
  text-align: center;
}

.gsc-adBlockInvisible:empty::before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: "検索結果はございません。";
  font-size: 1.6rem;
}

.gsc-adBlockInvisible + div {
  display: none;
}


/* ==========================================================================

FORM

========================================================================== */
body.form {
  overflow-x: hidden;
}

body.form .container {
  overflow: initial;
}

#form-app {
  padding: 0 !important;
}

#form-app .module-block,
#form-app .module-submit-button>button,
#form-app .module-submit-button>a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#form-app .module-pulldown .pulldown-select.is-single .dd-options li,
#form-app .module-pulldown .pulldown-select.is-multi .dd-options li {
  line-height: 1;
}

#form-app .module-pulldown .pulldown-select.is-single .dd-options li::before,
#form-app .module-pulldown .pulldown-select.is-multi .dd-options li::before {
  display: none;
}

#form-app .dd-option {
  padding: 7px 12px 7px 38px !important;
}

@media only screen and (max-width: 1279px) {
  #form-app .dd-option {
    padding: 7px 12px 7px 33px !important;
  }
}


/* ==========================================================================

電話番号、メールアドレス

========================================================================== */
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 1280px) {
  a[href^="tel:"]:hover {
    color: #333;
  }
}

a[href^="tel:"]::after,
a[href^="mailto:"]::after {
  content: none !important;
}


/* ==========================================================================

スクロールしたらアニメーション

========================================================================== */
.container.fadeIn1 {
  -webkit-animation-name: fadeIn1;
  animation-name: fadeIn1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: .01s;
  animation-delay: .01s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* ==========================================================================

編集画面

========================================================================== */
body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul>#baseBlock15,
body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul>#baseBlock16,
body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul>#baseBlock18,
body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul>#baseBlock19,
body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul>#baseBlock25 {
  display: none;
}

body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul {
  width: 81%;
  justify-content: space-between;
}

body.cms .page-edit .air-menu-area>div .air-window-block-wrap>ul>li:nth-child(2n) {
  margin-left: 0;
}

.page-edit input[type=radio] {
  display: none;
}

.cms-page-edit #froala-editor .fr-wrapper {
  overflow: hidden;
}

.cms-page-edit #froala-editor .fr-wrapper .bg {
  height: 400px;
}

.cms-page-edit #froala-editor .fr-wrapper .btnBox.normal.back {
  position: static;
}

.cms-page-edit #froala-editor .fr-wrapper .fr-block .escape {
  display: none;
}

.cms-page-edit #froala-editor .fr-wrapper .fr-block .cp-videos-item .cp-videos-thumb iframe {
  visibility: visible;
}

.cms-page-edit #froala-editor .fr-wrapper .is-pcOnly,
.cms-page-edit #froala-editor .fr-wrapper .is-spOnly {
  display: block;
}

.cms-page-edit #froala-editor .fr-wrapper .fr-img-caption {
  clear: both !important;
}

.cms-page-edit #froala-editor .fr-wrapper .modalContent {
  position: static;
  overflow: auto;
  display: block;
}

._mod-air-window__btn-item [type="button"] {
  color: #fff;
}

.is-hideImportant {
  display: none !important;
}


/* ==========================================================================

モーダル調整

========================================================================== */
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  border: 0 !important;
}


/* ==========================================================================

編集画面調整

========================================================================== */
.cms .fr-block {
  margin: 10px 0;
}


/* =================================================================

印刷の定義

================================================================= */
@media print {

  .cp-header,
  .cp-footer,
  .backToTop {
    display: none;
  }

  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }

  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}


/* ==========================================================================

下層メインコンテンツ

========================================================================== */
.lo-underContents {
  max-width: 1000px;
  min-height: calc(100vh - 571px);
  margin: 0 auto;
  padding: 34px 20px 100px;
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: -.001em;
}

@media only screen and (max-width: 1279px) {
  .lo-underContents {
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.79;
    padding: 12px 10px 50px;
  }
}


/* ==========================================================================

大見出し

========================================================================== */
.lo-tops {
  margin: 0 0 27px;
}

@media only screen and (max-width: 1279px) {
  .lo-tops {
    margin: 0 0 14px;
  }
}

.lo-tops__ttl {
  position: relative;
  padding: 62px 20px 27px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  color: #222;
}

@media only screen and (max-width: 1279px) {
  .lo-tops__ttl {
    font-size: 2.6rem;
    padding: 38px 10px 20px;
  }
}

.lo-tops__ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 20px;
  background: #2688BC;
}

@media only screen and (max-width: 1279px) {
  .lo-tops__ttl::after {
    height: 18px;
  }
}


/* ==========================================================================

SP用ナビ

========================================================================== */
.lo-navWrap {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .lo-navWrap {
    width: 100%;
    min-height: 90px;
    padding: 20px 20px 19px;
    background: #F0F4F5;
  }
}

.page-news .lo-navWrap,
.page-view .lo-navWrap,
.page-curriculum .lo-navWrap {
  display: none !important;
}

.is-index .lo-navWrap {
  display: none;
}

/* スマホ上ナビ */
.lo-navWrap__nav {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .lo-navWrap__nav {
    display: block;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #2688BC;
  }
}

.lo-navWrap__nav base-sp_navi {
  display: block;
}

.lo-navWrap__nav .lnav-folder>div {
  width: 100%;
  position: relative;
}

.lo-navWrap__nav a {
  transition: all .3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  white-space: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #222;
  padding: 5px 30px 9px 0;
  font-family: "Noto Serif JP", serif;
}

.lo-navWrap__nav a.is-open {
  font-weight: 600;
}

.lo-navWrap__nav .lv2-link {
  position: relative;
  padding: 14px;
  font-size: 1.5rem;
  color: #223038;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}

.lo-navWrap__nav .lv2-link.is-open {
  font-weight: 500;
}

.lo-navWrap__nav .lv2-link::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2688BC;
  border-right: 1px solid #2688BC;
  top: -4px;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform .3s, top .3s;
}

.lo-navWrap__nav .lv2-link.open::before {
  top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lo-navWrap__nav .lv2-link.is-current {
  background: #fff !important;
  text-decoration: none !important;
}

.lo-navWrap__nav .lv2-link+.triggerBox {
  display: none;
}

.lo-navWrap__nav .lv2-link::after {
  content: none !important;
}

.lo-navWrap__nav .lv2-folder {
  display: none;
  margin: 0 14px;
  padding: 14px 0 19px;
  border-top: 1px solid #2688BC;
}

.lo-navWrap__nav .lv2-folder>div:first-child {
  display: none;
}

/* カレント対応 */
.lo-navWrap__nav a.is-current {
  background: none;
  color: #222;
  text-decoration: underline;
  transition: 0s !important;
}

@media only screen and (max-width: 959px) {
  .lo-navWrap__nav a.is-current {
    font-weight: 700;
    text-decoration: none;
  }
}

.lo-navWrap__nav .triggerBox {
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 4px;
  right: 0;
  left: inherit;
  width: 22px;
  height: 22px;
  background: #2688BC;
}

.lo-navWrap__nav .miniTrigger {
  transition: .2s;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: none;
}

.lo-navWrap__nav a.open {
  margin: 0;
}

.lo-navWrap__nav .miniTrigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #fff;
}

.lo-navWrap__nav .miniTrigger span:nth-of-type(1) {
  transform: rotate(0deg);
}

.lo-navWrap__nav .miniTrigger span:nth-of-type(2) {
  transform: rotate(90deg);
}

.lo-navWrap__nav .miniTrigger.open span:nth-of-type(1) {
  display: none;
}

.lo-navWrap__nav .miniTrigger.open span:nth-of-type(2) {
  transform: rotate(180deg);
}

.lo-navWrap__nav .lnav-folder {
  display: none;
}

.lo-navWrap__nav .lv3-folder {
  padding: 0 0 0 15px;
}


/* ==========================================================================

SP用ナビ（英語サイト）

========================================================================== */
@media only screen and (max-width: 1279px) {
  .en2 .lo-breads {
    padding-bottom: 10px;
  }
}

.en2 base-sp_navi0>div>div:nth-of-type(n+1):nth-of-type(-n+7),
.en2 .lo-navWrap__nav .lv2-link {
  display: none;
}

.en2 .lo-navWrap__nav .lv2-folder {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.en2 .lo-navWrap__nav .lv2-folder>div:first-child {
  display: block;
}

.en2 .lo-navWrap__nav .lv3-link {
  position: relative;
  padding: 14px;
  font-size: 1.5rem;
  color: #223038;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}

.en2 .lo-navWrap__nav .lv3-link::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2688BC;
  border-right: 1px solid #2688BC;
  top: -4px;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .2s;
}

.en2 .lo-navWrap__nav .lv3-link + .triggerBox {
  display: none;
}

.en2 .lo-navWrap__nav .lv3-folder {
  display: none;
  margin: 0 14px;
  padding: 14px 0 19px;
  border-top: 1px solid #2688BC;
}


/* ==========================================================================

INDEX

========================================================================== */
.is-index .lo-underContents {
  max-width: 1100px;
  padding-top: 0;
}

@media only screen and (max-width: 1279px) {
  .is-index .lo-underContents {
    max-width: inherit;
  }
}


/* ==========================================================================

サイトマップ

========================================================================== */
.mapLists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0;
}

.mapLists.is-show {
  opacity: 1;
}

.mapLists>.mapList {
  width: 30.3333%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 1279px) {
  .mapLists>.mapList {
    width: 100%;
    margin-bottom: 30px;
  }

  .mapLists>.mapList:last-of-type {
    margin-bottom: 0;
  }
}

.mapLists>.mapList:first-child {
  display: none;
}

.mapLists>.mapList .lv2-item {
  border-top: 1px solid #2688BC;
}

.mapLists>.mapList .lv2-item.en2 {
  display: none;
}

.mapLists>.mapList .lv2-item .lv2-link {
  min-height: 50px;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: 500;
  font-family: 'Noto serif JP', sans-serif;
  padding: 14px 29px 14px 15px;
}
@media screen and (min-width: 1280px) {
  .mapLists>.mapList .lv2-item .lv2-link:hover {
    color: #fff;
    background-color: #2688BC;
    text-decoration: none;
  }
}

.mapLists>.mapList .lv2-item .lv2-link::after {
  content: '';
  position: absolute;
  border-top: solid 1px #2688BC;
  border-right: solid 1px #2688BC;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  right: 13px;
  top: 0;
  margin: auto 0;
  bottom: 0;
}

@media screen and (min-width: 1280px) {
  .mapLists>.mapList .lv2-item .lv2-link:hover::after {
    border-color: #fff;
  }
}

.mapLists>.mapList .lv2-folder {
  margin: 10px 15px 0 15px;
}

.mapLists>.mapList .lv3-item {
  position: relative;
}

.mapLists>.mapList base-sitemap0-nest-list {
  display: block;
  margin: 0 0 2px;
}
@media only screen and (max-width: 1279px) {
  .mapLists>.mapList base-sitemap0-nest-list {
    margin: 0 0 6px;
  }
}

.mapLists>.mapList .lv3-link {
  color: #333;
  font-size: 1.5rem;
}


/* ==========================================================================

検索

========================================================================== */
@media only screen and (max-width: 1279px) {
  .page-search .cp-external .cp-inner img {
    width: auto;
  }
}


/* ==========================================================================

プラグインのスタイル

========================================================================== */
.mfp-container {
  position: fixed;
}

.mfp-iframe-holder .mfp-close {
  top: -48px !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 5.6rem;
  opacity: 1;
  color: #fff !important;
}

.mfp-arrow-left:before {
  opacity: 1 !important;
  border-right: 27px solid #fff !important;
}

.mfp-arrow-right:before {
  opacity: 1 !important;
  border-left: 27px solid #fff !important;
}

.mfp-bg {
  opacity: 1 !important;
  background: rgba(34, 34, 34, .2) !important;
  mix-blend-mode: multiply;
}

#json-news {
  display: none;
}