@charset "UTF-8";
/* Scss Document */
/*------------- reset -------------*/
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*------------- base -------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 57.5%;
  }
}

body {
  color: #222;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: -apple-system, "BlinkMacSystemFont", "Custom Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Helvetica neue", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: left;
  height: 100%;
  min-height: 100vh;
}
body.en {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica neue", Arial, Roboto, "Droid Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a:link {
  color: #343434;
  text-decoration: none;
}

a:visited {
  color: #343434;
  text-decoration: none;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

a:active {
  color: #343434;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.hidden {
  display: none;
}

@media screen and (max-width: 750px) {
  body {
    font-feature-settings: 'palt' 1;
  }

  .sp-none {
    display: none;
  }

  .sp-show {
    display: inline-block;
  }
}
/*------------- layout -------------*/
.l-inner::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: -1;
  width: calc(100% - 120px);
  height: 100vh;
  max-width: 1460px;
  background-position: center top;
  background-repeat: repeat;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .l-inner::before {
    width: 100%;
  }
}

.l-inner--article::before {
  margin: 0 -20px;
}

.bg-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-position: center top;
  background-repeat: repeat;
  min-height: 100vh;
}
.bg-wrapper.l-body--bg01::before, .bg-wrapper.l-body--bg01 .l-inner::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgyIiBoZWlnaHQ9IjgyIiB2aWV3Qm94PSIwIDAgMiAyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIG9wYWNpdHk9IjAiIGQ9Ik0xLTFoLjc4bC00IDR2LS43OHpNMy0xdi43OGwtNCA0aC0uNzh6Ii8+DQo8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNFRkYxRjIiIHN0cm9rZS13aWR0aD0iLjcxIiBkPSJNMS0xLTIgMk0xLjc4LTFsLTQgNE0zLTFsLTQgNE0yLjc4IDBsLTQgNE0zIDEgMSAzIi8+DQo8L3N2Zz4=);
}
.bg-wrapper.l-body--bg02::before, .bg-wrapper.l-body--bg02 .l-inner::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMCIgeT0iMCIgd2lkdGg9IjI2NC41IiBoZWlnaHQ9IjQ1OC4yIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+PC9zdHlsZT48c3ltYm9sIGlkPSJjdWJlMDEiIHZpZXdCb3g9Ii0xMzIuMyAtMTUyLjcgMjY0LjUgMzA1LjUiPjxwYXRoIGZpbGw9IiNlMWU4ZmYiIGQ9Ik0wLTE1Mi43bC0xMzIuMyA3Ni4zVjc2LjRMMCAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wLTE1Mi43bDEzMi4zIDc2LjNWNzYuNEwwIDB6Ii8+PHBhdGggZmlsbD0iI2JkZDdmNCIgZD0iTTEzMi4zIDc2LjRMMCAxNTIuN2wtMTMyLjMtNzYuM0wwIDB6Ii8+PC9zeW1ib2w+PHVzZSB4bGluazpocmVmPSIjY3ViZTAxIiB3aWR0aD0iMjY0LjUiIGhlaWdodD0iMzA1LjUiIHg9Ii0xMzIuMyIgeT0iLTE1Mi43IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzIuMyAxNTIuNykiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PHVzZSB4bGluazpocmVmPSIjY3ViZTAxIiB3aWR0aD0iMjY0LjUiIGhlaWdodD0iMzA1LjUiIHg9Ii0xMzIuMyIgeT0iLTE1Mi43IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIC03Ni40KSIgb3ZlcmZsb3c9InZpc2libGUiLz48dXNlIHhsaW5rOmhyZWY9IiNjdWJlMDEiIHdpZHRoPSIyNjQuNSIgaGVpZ2h0PSIzMDUuNSIgeD0iLTEzMi4zIiB5PSItMTUyLjciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzgxLjgpIiBvdmVyZmxvdz0idmlzaWJsZSIvPjx1c2UgeGxpbms6aHJlZj0iI2N1YmUwMSIgd2lkdGg9IjI2NC41IiBoZWlnaHQ9IjMwNS41IiB4PSItMTMyLjMiIHk9Ii0xNTIuNyIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjY0LjUgLTc2LjQpIiBvdmVyZmxvdz0idmlzaWJsZSIvPjx1c2UgeGxpbms6aHJlZj0iI2N1YmUwMSIgd2lkdGg9IjI2NC41IiBoZWlnaHQ9IjMwNS41IiB4PSItMTMyLjMiIHk9Ii0xNTIuNyIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjY0LjUgMzgxLjgpIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvc3ZnPg==");
}
.bg-wrapper.l-body--bg03::before, .bg-wrapper.l-body--bg03 .l-inner::before {
  background-image: url("/assets/templates/metro-noix/bg_ptn_03.svg");
  background-position-x: 230px;
}
.bg-wrapper.l-body--bg04::before, .bg-wrapper.l-body--bg04 .l-inner::before {
  background-image: url("/assets/templates/metro-noix/bg_ptn_04-pc.svg");
}
.bg-wrapper.l-body--bg05::before, .bg-wrapper.l-body--bg05 .l-inner::before {
  background-image: url("/assets/templates/metro-noix/bg_ptn_05-pc.svg");
}
.bg-wrapper.l-body--bg06::before, .bg-wrapper.l-body--bg06 .l-inner::before {
  background-image: url("/assets/templates/metro-noix/bg_ptn-05-pc.svg");
  background-color: #366FB1;
}
.bg-wrapper.l-body--bg07::before {
  display: none;
}
.bg-wrapper.l-body--bg07 .l-inner::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTQ0NCIgaGVpZ2h0PSIyMzEwLjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT48L3N0eWxlPjxzeW1ib2wgaWQ9IlRyaWFuZ2xlIiB2aWV3Qm94PSItNDAwLjEgLTQyNC4yIDgwMC4zIDg0OC40Ij48cGF0aCBpZD0icGF0aF8xNjcyXzFfIiBkPSJNLTQwMC4xLTQ2LjJsODAwLjItMzc4djg0OC40TC00MDAtNDYuMnoiIGZpbGw9IiNhYWU0ZmYiLz48L3N5bWJvbD48c3ltYm9sIGlkPSJ0cmlhbmdsZTIiIHZpZXdCb3g9Ii0zMjYuMiAtMzQ1LjggNjUyLjMgNjkxLjUiPjxwYXRoIGlkPSJwYXRoXzE2NzJfNV8iIGQ9Ik0zMjYuMiAzNy43bC02NTIuNCAzMDh2LTY5MS41TDMyNi4yIDM3Ljd6IiBmaWxsPSIjYmFmOGY2Ii8+PC9zeW1ib2w+PHBhdGggZmlsbD0iI2ZmZmY4YiIgZD0iTS04LjEgNjM3LjZoMTQ1Mi40djExNTUuM0gtOC4xeiIvPjx1c2UgeGxpbms6aHJlZj0iI1RyaWFuZ2xlIiB3aWR0aD0iODAwLjMiIGhlaWdodD0iODQ4LjQiIHg9Ii00MDAuMSIgeT0iLTQyNC4yIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMDQ0LjQgNTkxLjQpIiBvdmVyZmxvdz0idmlzaWJsZSIvPjx1c2UgeGxpbms6aHJlZj0iI1RyaWFuZ2xlIiB3aWR0aD0iODAwLjMiIGhlaWdodD0iODQ4LjQiIHg9Ii00MDAuMSIgeT0iLTQyNC4yIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMDQ0LjQgMTc0Ni43KSIgb3ZlcmZsb3c9InZpc2libGUiLz48dXNlIHhsaW5rOmhyZWY9IiN0cmlhbmdsZTIiIHdpZHRoPSI2NTIuMyIgaGVpZ2h0PSI2OTEuNSIgeD0iLTMyNi4yIiB5PSItMzQ1LjgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDMxOCAxODMwLjYpIiBvdmVyZmxvdz0idmlzaWJsZSIvPjx1c2UgeGxpbms6aHJlZj0iI3RyaWFuZ2xlMiIgd2lkdGg9IjY1Mi4zIiBoZWlnaHQ9IjY5MS41IiB4PSItMzI2LjIiIHk9Ii0zNDUuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMzE4IDY3NS4yKSIgb3ZlcmZsb3c9InZpc2libGUiLz48L3N2Zz4=);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.bg-wrapper.l-body--bg08::before, .bg-wrapper.l-body--bg08 .l-inner::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDIgMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRTdFNkU2IiBzdHJva2Utd2lkdGg9Ii4xIiBkPSJNMS0xbC0zIDNtMy4wMS0zbC00IDRNMy0xbC00IDRtMy4wMS0zbC00IDRNMyAxTDEgMyIvPjwvc3ZnPg==");
}
.bg-wrapper.l-body--bg09::before, .bg-wrapper.l-body--bg09 .l-inner::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZGF0YS1uYW1lPSLnt5ogMTM2MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZjVmNWY1IiBkPSJNMCAxMS4yOTVoMjAiLz48cGF0aCBkYXRhLW5hbWU9Iue3miAxMzYzIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNWY1ZjUiIGQ9Ik0xMCAwdjIwIi8+PC9zdmc+");
}
.bg-wrapper.l-body--bg10::before, .bg-wrapper.l-body--bg10 .l-inner::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwIiB5PSIwIiB3aWR0aD0iNTguOSIgaGVpZ2h0PSI1OS4yIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+LnN0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyl9PC9zdHlsZT48c3ltYm9sIGlkPSJncmF5LWNpcmNsZSIgdmlld0JveD0iLTIzLjUgLTIzLjUgNDYuOSA0Ni45Ij48Y2lyY2xlIHI9IjIzLjUiIGZpbGw9IiNmMmYyZjIiLz48L3N5bWJvbD48Y2lyY2xlIGN4PSIyOS41IiBjeT0iMjkuNiIgcj0iMjMuNSIgZmlsbD0iI2VhZTY1OSIvPjxkZWZzPjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTAgMGg1OC45djU5LjJIMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48dXNlIHhsaW5rOmhyZWY9IiNncmF5LWNpcmNsZSIgd2lkdGg9IjQ2LjkiIGhlaWdodD0iNDYuOSIgeD0iLTIzLjUiIHk9Ii0yMy41IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSA1OSAwKSIgb3ZlcmZsb3c9InZpc2libGUiLz48dXNlIHhsaW5rOmhyZWY9IiNncmF5LWNpcmNsZSIgd2lkdGg9IjQ2LjkiIGhlaWdodD0iNDYuOSIgeD0iLTIzLjUiIHk9Ii0yMy41IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSA1OSA1OS4yKSIgb3ZlcmZsb3c9InZpc2libGUiLz48dXNlIHhsaW5rOmhyZWY9IiNncmF5LWNpcmNsZSIgd2lkdGg9IjQ2LjkiIGhlaWdodD0iNDYuOSIgeD0iLTIzLjUiIHk9Ii0yMy41IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDU5LjIpIiBvdmVyZmxvdz0idmlzaWJsZSIvPjx1c2UgeGxpbms6aHJlZj0iI2dyYXktY2lyY2xlIiB3aWR0aD0iNDYuOSIgaGVpZ2h0PSI0Ni45IiB4PSItMjMuNSIgeT0iLTIzLjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMCkiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PHVzZSB4bGluazpocmVmPSIjZ3JheS1jaXJjbGUiIHdpZHRoPSI0Ni45IiBoZWlnaHQ9IjQ2LjkiIHg9Ii0yMy41IiB5PSItMjMuNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjkuNSAyOS42KSIgb3ZlcmZsb3c9InZpc2libGUiLz48L3N2Zz4=");
}
@media screen and (max-width: 750px) {
  .bg-wrapper.l-body--bg05::before, .bg-wrapper.l-body--bg05 .l-inner::before, .bg-wrapper.l-body--bg05::before, .bg-wrapper.l-body--bg05 .l-inner::before, .bg-wrapper.l-body--bg06::before, .bg-wrapper.l-body--bg06 .l-inner::before {
    background-size: 80vw;
  }
}

.l-body__inner {
  background: rgba(86, 139, 210, 0.85);
  min-height: 100vh;
}

.l-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  background: rgba(86, 139, 210, 0.85);
  z-index: 1;
}

.l-body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 324px;
  left: 0;
  bottom: 0;
  background: rgba(86, 139, 210, 0.85);
  z-index: 1;
}

.l-outer {
  display: flex;
  align-items: flex-end;
  width: 1580px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}

.l-inner {
  box-sizing: border-box;
  margin: 0 auto;
  width: calc(100% - 120px);
  padding: 100px 0px 0;
  position: relative;
  align-self: flex-start;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .l-inner {
    display: block;
  }
}
.l-inner--article {
  padding-left: 20px;
  padding-right: 20px;
}
.l-inner header {
  position: relative;
}

.l-toptext {
  position: absolute;
  top: 17px;
  left: 76px;
  color: white;
  z-index: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .l-toptext {
    left: 8px;
  }
}

.l-main {
  min-height: calc(100vh - 420px - 340px);
  position: relative;
  flex-grow: 1;
  margin-bottom: 320px;
}
.l-main--article {
  width: 980px;
  margin: 50px auto 100px;
  max-width: 100%;
  background: #fff;
  padding: 80px 100px 100px 200px;
  box-sizing: border-box;
  border: 1px solid #CECECE;
  position: relative;
  text-align: justify;
}
.l-main__article {
  width: 980px;
  margin: 50px auto 100px;
  max-width: 100%;
  /*
      background: #fff;
      padding: 80px 100px 100px 200px;
  */
  box-sizing: border-box;
  border: 1px solid #CECECE;
  display: flex;
}
.l-main__article:before {
  content: "";
  display: block;
  width: 100px;
  height: auto;
  border-right: 1px solid #CECECE;
  box-sizing: border-box;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTAwIDU0LjAwNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPjwvc3R5bGU+PHBhdGggZD0iTTAgMHY1NC4wMDdoMTAwVjBIMHptNTAgNTIuNWMtNi4zNTEgMC0xMS41LTUuMTQ5LTExLjUtMTEuNVM0My42NDkgMjkuNSA1MCAyOS41IDYxLjUgMzQuNjQ5IDYxLjUgNDEgNTYuMzUxIDUyLjUgNTAgNTIuNXoiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSI1MCIgY3k9IjQxIiByPSIxMS41IiBmaWxsPSJub25lIiBzdHJva2U9IiNjZWNlY2UiLz48L3N2Zz4=) top center repeat-y;
  background-size: contain;
}
.l-main__article .p-entry {
  width: calc( 100% - 100px);
  padding: 80px 100px 100px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .l-main__article .p-entry {
    width: calc( 100% - 50px);
    padding: 80px 50px 100px;
  }
}

@media screen and (max-width: 750px) {
  .l-main {
    min-height: calc(100vh - 660px);
    margin-bottom: 480px;
  }
  .l-main--article {
    margin: 70px auto;
    padding: 40px 16px 100px;
  }
  .l-main--article:before {
    display: none;
  }
  .l-main__article {
    margin: 70px auto;
  }
  .l-main__article:before {
    display: none;
  }
  .l-main__article .p-entry {
    width: 100%;
    padding: 40px 16px 100px;
  }
}
.l-left-block {
  position: -webkit-sticky;
  position: sticky;
  bottom: 40px;
  width: 60px;
  padding: 0 12px;
  box-sizing: border-box;
  z-index: 3;
}
.l-left-block li {
  margin-bottom: 1.6rem;
}
.l-left-block li a svg {
  width: 36px;
  height: 36px;
  vertical-align: bottom;
}

.l-right-block {
  width: 60px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 40px;
  z-index: 3;
}

.l-page-top a {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid;
  padding: 44px 0 0;
  text-align: center;
  font-size: 1.2rem;
  box-sizing: border-box;
  right: 20px;
  z-index: 3;
}
.l-page-top a:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(-45deg);
  top: 3rem;
  left: 3rem;
}
.l-page-top a.hover {
  opacity: 1;
  background: #FFFF8B;
}

.l-search {
  position: absolute;
  right: 8px;
  width: 44px;
  top: 8px;
  z-index: 2;
}
.l-search > a {
  display: block;
}
.l-search svg {
  width: 100%;
  height: 100%;
  max-width: 44px;
  max-height: 44px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

html.IEx .l-search {
  display: none;
}

.l-english {
  position: absolute;
  top: 80px;
  right: -4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.4rem;
  z-index: 2;
}
.l-english a {
  color: #fff;
}

.l-sp-btnwrap {
  display: none;
}
.l-sp-btnwrap li svg {
  width: 100%;
  max-height: 40px;
  vertical-align: bottom;
}

.l-contents {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.l-pickup {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxnIGRhdGEtbmFtZT0ibGF5ZXIgMiI+PGcgZGF0YS1uYW1lPSJsYXllciAxIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjYWVlOWYwIi8+PHBhdGggZmlsbD0iIzdlZDRlZCIgZD0iTTEgMEwwIDFoMVYweiIvPjwvZz48L2c+PC9zdmc+") no-repeat;
  background-size: 100% 100%;
  padding: 0 0 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .l-pickup {
    width: 100%;
    padding-bottom: 1px;
  }
}
.l-pagenation {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.l-pagenation li {
  display: inline-block;
  margin: 0 .3em;
  font-family: 'Damion', cursive;
  font-size: 4rem;
  color: #CECECE;
}
.l-pagenation li a {
  color: #CECECE;
  position: relative;
  display: inline-block;
  opacity: 1;
}
.l-pagenation li a.is-active {
  color: #4366B0;
  border-bottom: 2px solid;
}
.l-pagenation li a.hover {
  color: #4366B0;
}
.l-pagenation li .back:before,
.l-pagenation li .next:before {
  content: "";
  position: absolute;
  top: -16px;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 3px solid #cecece;
  border-right: 3px solid #cecece;
  transition: 0.3s;
}
.l-pagenation li .back:before {
  transform: rotate(-135deg);
  left: -20px;
}
.l-pagenation li .next:before {
  transform: rotate(45deg);
  right: -20px;
}
.l-pagenation li .next:hover:before,
.l-pagenation li .back:hover:before {
  border-top: 3px solid #4366B0;
  border-right: 3px solid #4366B0;
}
.l-pagenation li .next.is-disabled,
.l-pagenation li .back.is-disabled {
  pointer-events: none;
  opacity: .3;
}

@media screen and (max-width: 750px) {
  .l-pagenation {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .l-body {
    background: #fff;
  }

  .l-body:after {
    display: none;
  }

  .l-inner {
    width: 100%;
  }

  .l-left-block {
    display: none;
  }

  .l-right-block {
    display: none;
  }

  .l-page-top a {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid;
    padding: 44px 0 0;
    text-align: center;
    font-size: 1.2rem;
    box-sizing: border-box;
    right: 20px;
    z-index: 3;
  }
  .l-page-top a:before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    top: 3rem;
    left: 3rem;
  }
  .l-page-top a:hover {
    opacity: 1;
    background: #FFFF8B;
  }

  .l-search {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: rgba(86, 139, 210, 0.85);
  }
  .l-search svg {
    width: 44px;
    height: 44px;
    padding: 8px;
  }

  .l-english {
    top: 17px;
    right: 7rem;
    writing-mode: inherit;
  }
  .l-english a {
    color: #fff;
  }

  .l-sp-btnwrap {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .l-sp-btnwrap ul {
    display: flex;
    justify-content: center;
    padding: 20px;
    background: rgba(86, 139, 210, 0.85);
  }
  .l-sp-btnwrap ul li {
    width: calc(100% / 6);
    max-width: 44px;
    padding-right: 7px;
  }
  .l-sp-btnwrap ul li:last-child {
    padding-right: 0;
  }
  .l-sp-btnwrap ul .page-top {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
    position: relative;
    display: block;
    text-align: center;
  }
  .l-sp-btnwrap ul .page-top:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    top: 15px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  .l-sp-btnwrap ul {
    padding: 20px 14px;
  }
  .l-sp-btnwrap ul .page-top {
    padding-top: 20px;
  }
  .l-sp-btnwrap ul .page-top:before {
    top: 12px;
  }
}
/*------------- header -------------*/
.p-header-logo {
  text-align: center;
  width: 100%;
  max-width: 572px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/*------------- footer -------------*/
.l-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  z-index: 2;
  padding: 60px 0;
  box-sizing: border-box;
}
.l-footer-logo img {
  width: 386px;
}
.l-footer-link {
  margin: 2rem 0;
  color: #fff;
}
.l-footer-link li {
  display: inline;
  white-space: nowrap;
}
.l-footer-link li a {
  margin: 0 1em;
  color: #fff;
}
.l-footer-copy {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .l-inner--article .p-header-logo {
    padding: 0;
  }

  .l-footer {
    background: rgba(86, 139, 210, 0.85);
    padding: 60px 0;
    margin-top: 180px;
  }
  .l-footer-logo img {
    width: 227px;
  }
  .l-footer-link {
    margin: 2rem 0;
    color: #fff;
  }

  .l-inner--article .l-footer {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#gcse_wrapper {
  position: absolute;
  top: 80px;
  z-index: 3;
  width: 1240px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#gcse_wrapper.show {
  animation: fadeIn .25s linear 0s;
  display: block;
}
#gcse_wrapper.fadeout {
  animation: fadeOut .25s linear 0s;
}
#gcse_wrapper > div {
  background-color: #fff;
  box-shadow: 0 0 6px RGB(0 0 0/16%);
}
#gcse_wrapper .gsc-tabsArea {
  display: none !important;
}
#gcse_wrapper .gsc-search-button-v2 {
  background-color: #5a8dd3 !important;
}
#gcse_wrapper .gsc-search-button-v2:hover {
  opacity: .8 !important;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*------------- component -------------*/
.c-tag {
  display: inline-block;
  background: #DCF4F2;
  border-radius: 5px;
  line-height: 1;
  font-size: 1.2rem;
  margin: 10px 8px 0 8px;
  padding: .5em 1em;
}
.c-tag.hover {
  background: #A1D7E2;
  color: #fff;
}

.c-tags {
  padding: 40px 0;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
.c-tags-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.c-tags-list--left {
  justify-content: flex-start;
}
.c-tags-list--left > object > .c-tag:nth-child(n+4) {
  display: none;
}
.c-tags .button {
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 2rem;
  position: relative;
}
.c-tags .button:before, .c-tags .button:after {
  content: "";
  position: absolute;
  background: #222;
}
.c-tags .button:before {
  width: 1rem;
  height: 1px;
  top: .95rem;
  left: -2rem;
}
.c-tags .button:after {
  width: 1px;
  height: 1rem;
  top: .5rem;
  left: -1.55rem;
}
.c-tags .button.open:before {
  width: .6rem;
  height: .6rem;
  background: none;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
}
.c-tags .button.open:after {
  display: none;
}

.c-section-heading {
  font-size: 7.2rem;
  padding: 60px 0 20px;
  border: none;
}
.c-section-heading--top {
  padding-top: 0;
}
.c-section-heading .en {
  font-family: 'Damion', cursive;
}
.c-section-heading .ja {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 2em;
  transform: translateY(4px);
}
@media screen and (max-width: 750px) {
  .c-section-heading .ja {
    padding-left: 1em;
    white-space: normal;
  }
}
.c-section-heading .line {
  background: linear-gradient(transparent 70%, #FFFF8B 70%);
  padding-right: 10px;
}
@media screen and (max-width: 750px) {
  .c-section-heading .line {
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    overflow: auto;
  }
}

@media screen and (max-width: 750px) {
  .c-section-heading {
    font-size: 4rem;
    padding: 40px 0 10px;
  }
  .c-section-heading--top {
    padding-top: 0;
  }
}
.c-column {
  display: flex;
  flex-wrap: wrap;
}
.c-column .media {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-column .media:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #FFFF8B;
  box-sizing: border-box;
  opacity: 0;
  z-index: 2;
}
.c-column .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.c-column .status {
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
.c-column .title {
  margin-bottom: 1em;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.c-column .sub-title {
  font-size: 1.4rem;
  color: #4366B0;
  margin-bottom: 16px;
}
.c-column .date {
  font-size: 1.2rem;
}
.c-column--one {
  align-items: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
  margin-bottom: 80px;
  background-color: #FFF;
}
.c-column--one .media {
  width: 65.8%;
  height: 0;
  padding-bottom: 35.815%;
}
.c-column--one .status {
  width: 34.2%;
  padding: 40px;
}
.c-column--one .title {
  font-size: 2rem;
  line-height: 1.8;
}
.c-column--one .sub-title {
  margin-bottom: 40px;
}
.c-column--two {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-column--two li {
  width: 46.66%;
  position: relative;
  margin-bottom: 20px;
}
.c-column--two .media {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  height: 0;
  padding-bottom: 54.43%;
  background-color: #fff;
}
.c-column--two .status {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  width: 80%;
  margin: -15% auto 0;
  padding: 40px;
  position: relative;
  z-index: 3;
}
.c-column--two .title {
  font-size: 2rem;
  line-height: 1.8;
}
.c-column--three {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-column--three li {
  width: 30%;
  margin-bottom: 60px;
}
.c-column--three li > article {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  height: 100%;
}
.c-column--three .media {
  height: 0;
  padding-bottom: 54.43%;
}
.c-column--three .title {
  font-size: 1.6rem;
  line-height: 1.7;
}

.c-column-link.hover {
  opacity: 1;
}
.c-column-link.hover .media:before {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .c-column--one .media {
    width: 100%;
    padding-bottom: 54.43%;
  }
  .c-column--one .status {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .c-column--two li {
    width: 100%;
  }
  .c-column--three li {
    width: 46.6%;
  }
}
@media screen and (max-width: 750px) {
  .c-column .status {
    padding: 16px;
  }
  .c-column .title {
    margin-bottom: 1em;
  }
  .c-column .sub-title {
    margin-bottom: 5px;
  }
  .c-column--one {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .c-column--one .status {
    padding: 16px;
  }
  .c-column--one .title {
    font-size: 1.6rem;
  }
  .c-column--one .sub-title {
    margin-bottom: 5px;
  }
  .c-column--two li {
    width: 100%;
  }
  .c-column--two .media {
    box-shadow: none;
  }
  .c-column--two .status {
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 16px;
  }
  .c-column--two .title {
    font-size: 1.6rem;
  }
  .c-column--three li {
    width: 100%;
  }
  .c-column--three li article {
    margin-bottom: 20px;
  }
}
.c-btn-wrap {
  justify-content: center;
  margin-top: 6rem;
}
.c-btn-wrap .c-btn {
  margin: 30px 20px 0;
}

.c-btn {
  text-align: center;
  transform: none;
}
.c-btn a {
  width: 280px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.c-btn a span {
  position: relative;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 1em 0;
  background: #222;
  border: 1px solid;
  box-sizing: border-box;
  transition: 0.3s;
}
.c-btn a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.c-btn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  box-sizing: border-box;
  background: #fff;
  right: -8px;
  bottom: -8px;
  transition: 0.3s;
}
.c-btn a.hover {
  opacity: 1;
}
.c-btn a.hover span {
  color: inherit;
  background: #FFFF9B;
}
.c-btn a.hover:before {
  background: #222;
}
.c-btn--to-top a:before {
  background: #222;
}
.c-btn--to-top a span {
  background: #fff;
  border: 1px solid;
  color: inherit;
}
.c-btn--to-back a span {
  background: #222;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .c-btn {
    margin-top: 1rem;
  }
}
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------- page -------------*/
.p-back {
  font-size: 1.2rem;
  position: absolute;
  top: -30px;
  left: -100px;
}

@media screen and (max-width: 750px) {
  .p-back {
    left: 0px;
  }
}
.p-entry-intro {
  position: relative;
}
.p-entry-intro .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
}
.p-entry-intro + .p-img {
  margin-top: 40px;
}
.p-entry-sub-title {
  font-size: 1.4rem;
  color: #4366B0;
  margin-bottom: 10px;
  padding-right: 8rem;
  min-height: 1em;
}
@media screen and (max-width: 750px) {
  .p-entry-intro .date {
    position: relative;
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
  }
  .p-entry-sub-title {
    padding-right: 0;
  }
}
.p-entry-title {
  font-size: 3.2rem;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: normal;
}
.p-entry-intro-text {
  border-top: 2px dotted #222;
  color: #4366B0;
  padding-top: 30px;
  margin-top: 30px;
  letter-spacing: .05em;
}
.p-entry h2, .p-entry h3, .p-entry h4, .p-entry h5, .p-entry h6, .p-entry p {
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .p-entry h2, .p-entry h3, .p-entry h4, .p-entry h5, .p-entry h6, .p-entry p {
    text-align: left;
  }
}
.p-entry body.en h2, .p-entry body.en h3, .p-entry body.en h4, .p-entry body.en h5, .p-entry body.en h6, .p-entry body.en p {
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .p-entry body.en h2, .p-entry body.en h3, .p-entry body.en h4, .p-entry body.en h5, .p-entry body.en h6, .p-entry body.en p {
    text-align: left;
  }
}
.p-entry h2, .p-entry h3 {
  font-size: 2rem;
}
.p-entry h4, .p-entry h5, .p-entry h6 {
  font-size: 1.6rem;
}
.p-entry h2, .p-entry h3 {
  margin-top: 80px;
}
.p-entry h4, .p-entry h5, .p-entry h6, .p-entry p {
  margin-top: 30px;
}
.p-entry p + .p-img {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .p-entry-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-entry h2, .p-entry h3 {
    font-size: 1.8rem;
  }
  .p-entry h2, .p-entry h3 {
    margin-top: 60px;
  }
  .p-entry h4, .p-entry h5, .p-entry h6, .p-entry p {
    margin-top: 30px;
  }
}

h2,
h2.typeA,
.p-entry-heading-01 {
  padding: .8em 1em;
  border: 2px solid #6D97CF;
  border-left: 10px solid #6D97CF;
  border-radius: 4px;
}

h2.typeB,
.p-entry-heading-02 {
  /* h2 reset */
  padding: 0;
  border: none;
  border-radius: 0;
  padding: .8em 1em;
  background: #DCF4F2;
  border-radius: 4px;
}

h2.typeC,
.p-entry-heading-03 {
  /* h2 reset */
  padding: 0;
  border: none;
  border-radius: 0;
  color: #4366B0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: .8em 0;
}

h3.typeA,
.p-entry-heading-04 {
  /* h2 reset */
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: .8em 1em;
  border: 1px solid #4366B0;
  position: relative;
}
h3.typeA:before,
.p-entry-heading-04:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #4366B0;
}

h3.typeB,
.p-entry-heading-05 {
  /* h2 reset */
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-block;
  background: linear-gradient(transparent 70%, #FFFF8B 70%);
}

h4.typeA,
h6.typeA,
.p-entry-sub-heading-01 {
  padding-left: 20px;
  border-left: 6px solid #6D97CF;
}

h4.typeB,
h6.typeB,
.p-entry-sub-heading-02 {
  border-bottom: 6px dotted #DCF4F2;
  display: inline-block;
  padding-bottom: .3em;
}

h4.typeC,
h6.typeE,
.p-entry-sub-heading-03 {
  color: #4366B0;
  display: inline-block;
  padding: 0 1.2em;
  position: relative;
}
h4.typeC:before, h4.typeC:after,
h6.typeE:before,
h6.typeE:after,
.p-entry-sub-heading-03:before,
.p-entry-sub-heading-03:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  background: #4366B0;
  transform: rotate(20deg);
}
h4.typeC:before,
h6.typeE:before,
.p-entry-sub-heading-03:before {
  left: 0;
}
h4.typeC:after,
h6.typeE:after,
.p-entry-sub-heading-03:after {
  right: 0;
}

h5.typeA,
h6.typeD,
h6.typeF,
.p-entry-sub-heading-04 {
  padding-left: 30px;
  position: relative;
}
h5.typeA:before,
h6.typeD:before,
h6.typeF:before,
.p-entry-sub-heading-04:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #A1D7E2;
  border-radius: 4px;
}
h5.typeA:after,
h6.typeD:after,
h6.typeF:after,
.p-entry-sub-heading-04:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

h5.typeB,
h6.typeC,
.p-entry-sub-heading-05 {
  padding-left: 30px;
  position: relative;
}
h5.typeB:before, h5.typeB:after,
h6.typeC:before,
h6.typeC:after,
.p-entry-sub-heading-05:before,
.p-entry-sub-heading-05:after {
  content: "";
  position: absolute;
  top: 3px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  transform: rotate(45deg);
}
h5.typeB:before,
h6.typeC:before,
.p-entry-sub-heading-05:before {
  left: -10px;
  border-color: #6D97CF transparent transparent transparent;
}
h5.typeB:after,
h6.typeC:after,
.p-entry-sub-heading-05:after {
  left: 0;
  border-color: #A1D7E2 transparent transparent transparent;
}

/*------------- frame -------------*/
.p-frame {
  padding: 30px;
  margin-top: 80px;
  border-radius: 4px;
}
.p-frame h6 {
  margin: 0 0 30px;
}
.p-frame p {
  margin-top: 0;
}
.p-frame ul, .p-frame ol {
  margin-bottom: 2rem !important;
}
.p-frame-A, .p-frame--01 {
  background: #F5F5F5;
}
.p-frame-B, .p-frame--02 {
  background: #F2F8FF;
}
.p-frame-C, .p-frame--03 {
  background: #FFFDCB;
}
.p-frame-D, .p-frame--06 {
  border: 2px solid #a1d7e3;
}
.p-frame-E, .p-frame--04 {
  border: 2px dashed #5F89CC;
}
.p-frame-F, .p-frame--05 {
  border: 1px solid #707070;
  position: relative;
  border-radius: 0;
}
.p-frame-F:before, .p-frame--05:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  left: 6px;
  top: 6px;
}

@media screen and (max-width: 750px) {
  .p-frame {
    margin-top: 60px;
  }
}
.p-frame + .p-frame,
.p-img + .p-frame {
  margin-top: 40px;
}

.p-profile {
  border: 1px solid;
  font-size: 1.4rem;
  border-radius: 4px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.p-profile-A .p-profile-heading, .p-profile--01 .p-profile-heading {
  background: #EFEFEF;
}
.p-profile-B .p-profile-heading, .p-profile--02 .p-profile-heading {
  background: #FFFDCB;
}
.p-profile-C .p-profile-heading, .p-profile--03 .p-profile-heading {
  background: #568BD2;
  color: #fff;
  border-bottom: 1px solid #222;
}
.p-profile-heading {
  padding: 10px 20px;
  border-bottom: 1px solid #222;
  border-radius: 4px 4px 0 0;
}
.p-profile-inner {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-profile-img {
  width: 180px;
}
.p-profile-text {
  margin-top: 0px !important;
  width: calc(100% - 180px);
  padding-left: 20px;
  box-sizing: border-box;
}
.p-profile figure {
  margin-top: 20px;
}
.p-profile ol, .p-profile ul {
  margin-bottom: 1em;
}
.p-profile + h3 {
  margin-top: 48px;
}

@media screen and (max-width: 750px) {
  .p-profile {
    margin-top: 60px;
  }
  .p-profile-img {
    width: 100%;
  }
  .p-profile-text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.p-table-outer {
  overflow-x: auto;
  white-space: nowrap;
}

.p-table {
  margin-top: 80px;
  width: 100%;
}
.p-table th, .p-table td {
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  text-align: center;
  padding: 10px 20px;
}
.p-table th {
  background: #568BD2;
  color: #fff;
  font-weight: normal;
}
.p-table thead th:first-child {
  background: #fff;
  color: inherit;
}
.p-table tbody th {
  background: #DCF4F2;
}
.p-table tfoot {
  background: #EFEFEF;
}
.p-table tfoot th,
.p-table tfoot td:first-child {
  background: #A1D7E2;
}

@media screen and (max-width: 750px) {
  .p-table {
    margin-top: 60px;
  }
  .p-table th, .p-table td {
    font-size: 1.4rem;
  }
}
.p-tweet {
  display: flex;
  flex-wrap: wrap;
}
.p-tweet .person {
  width: 100px;
  box-sizing: border-box;
}
.p-tweet .person .img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.p-tweet .person .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-tweet .person .name {
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: center;
}
.p-tweet .text {
  width: calc(100% - 100px);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.p-tweet .text:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 20px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
}
.p-tweet .text *:first-child {
  margin-top: 0;
}
.p-tweet-left {
  margin-top: 40px;
}
.p-tweet-left .person {
  padding-right: 20px;
}
.p-tweet-left .text:before {
  left: 0;
  transform: rotate(-135deg);
}
.p-tweet-right {
  margin-top: 40px;
}
.p-tweet-right .person {
  padding-left: 20px;
  order: 1;
}
.p-tweet-right .text:before {
  right: 0;
  transform: rotate(45deg);
}
.p-tweet-01 .text {
  border: 1px solid #B5B5B5;
}
.p-tweet-01 .text:before {
  background: #fff;
  width: 10px;
  height: 10px;
  border-top: 1px solid #B5B5B5;
  border-left: 1px solid #B5B5B5;
  border-bottom: 0;
  border-right: 0;
  left: -6px !important;
  transform: rotate(-45deg) !important;
}
.p-tweet-02 .text {
  background: #F2F8FF;
}
.p-tweet-02 .text:before {
  border-color: #F2F8FF transparent transparent transparent;
}
.p-tweet-03 .text {
  background: #FFECDB;
}
.p-tweet-03 .text:before {
  border-color: #FFECDB transparent transparent transparent;
}
.p-tweet-04 .text {
  background: #E1F7F1;
}
.p-tweet-04 .text:before {
  border-color: #E1F7F1 transparent transparent transparent;
}
.p-tweet-05 .text {
  background: #EAF2FF;
}
.p-tweet-05 .text:before {
  border-color: #EAF2FF transparent transparent transparent;
}
.p-tweet-06 .text {
  background: #FFFDCB;
}
.p-tweet-06 .text:before {
  border-color: #FFFDCB transparent transparent transparent;
}
.p-tweet-07 .text {
  background: #E7FAC7;
}
.p-tweet-07 .text:before {
  border-color: #E7FAC7 transparent transparent transparent;
}
.p-tweet-08 .text {
  background: #EFEFEF;
}
.p-tweet-08 .text:before {
  border-color: #EFEFEF transparent transparent transparent;
}
.p-tweet-09 .text {
  background: #FFEFF3;
}
.p-tweet-09 .text:before {
  border-color: #FFEFF3 transparent transparent transparent;
}
.p-tweet-10 .text {
  background: #F5E5FF;
}
.p-tweet-10 .text:before {
  border-color: #F5E5FF transparent transparent transparent;
}

@media screen and (max-width: 750px) {
  .p-tweet .person {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .p-tweet .person .img {
    width: 60px;
    height: 60px;
    padding: 0;
  }
  .p-tweet .person .name {
    margin-top: 0;
    width: calc(100% - 60px);
    box-sizing: border-box;
  }
  .p-tweet .text {
    width: 100%;
  }
  .p-tweet .text:before {
    top: -10px;
  }
  .p-tweet-left {
    margin-top: 20px;
  }
  .p-tweet-left .person {
    padding-right: 20px;
  }
  .p-tweet-left .name {
    text-align: left !important;
    padding-left: 20px;
  }
  .p-tweet-left .text:before {
    left: 28px;
    transform: rotate(-45deg);
  }
  .p-tweet-right {
    margin-top: 20px;
  }
  .p-tweet-right .person {
    order: 0;
  }
  .p-tweet-right .img {
    order: 1;
  }
  .p-tweet-right .name {
    padding-right: 20px;
    text-align: right !important;
    order: 0;
  }
  .p-tweet-right .text:before {
    right: 14px;
    transform: rotate(-45deg);
  }
  .p-tweet-01 .text:before {
    top: -6px;
    left: 23px !important;
    transform: rotate(45deg) !important;
  }
}
.p-img {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.p-img figcaption {
  font-size: 1.2rem;
  padding: 1em 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.p-img-B figcaption, .p-img--02 figcaption {
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  bottom: 0;
  left: 0;
}
.p-img-C .img, .p-img--03 .img {
  position: relative;
  display: block;
  z-index: 1;
  width: calc(100% - 53px);
}
.p-img-C .img:before, .p-img--03 .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #DCF4F2;
  top: 53px;
  right: -53px;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .p-img {
    margin-top: 60px;
  }
  .p-img-C .img, .p-img--03 .img {
    width: calc(100% - 25px);
  }
  .p-img-C .img:before, .p-img--03 .img:before {
    top: 25px;
    right: -25px;
  }
}
h2 + .p-img, h3 + .p-img, h4 + .p-img, h5 + .p-img, h6 + .p-img {
  margin-top: 16px;
}
h2 + .p-profile, h3 + .p-profile, h4 + .p-profile, h5 + .p-profile, h6 + .p-profile {
  margin-top: 16px;
}

hr {
  margin: 4rem auto 2rem auto;
}
hr.typeA {
  height: 2px;
  width: 90%;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDIiPjxwYXRoIGZpbGw9IiMyMzE4MTUiIGQ9Ik0wIDBoMnYySDB6Ii8+PC9zdmc+"), center repeat-x;
}
hr.typeB {
  height: 8px;
  width: 90%;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDgiPjxwYXRoIGZpbGw9IiM1Zjg5Y2MiIGQ9Ik0wIDBoMnY4SDB6Ii8+PC9zdmc+"), center repeat-x;
}
hr.typeC {
  height: 11px;
  width: 90%;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDExIj48cGF0aCBmaWxsPSIjYWFkNWUwIiBkPSJNMCAwaDJ2MUgwek0wIDVoMnYxSDB6TTAgMTBoMnYxSDB6Ii8+PC9zdmc+"), center repeat-x;
}
hr.typeD {
  width: 90%;
}

.p-print {
  margin-top: 4rem;
}
.p-print a {
  font-size: 1.4rem;
  color: #0366D6;
  padding-left: 45px;
  position: relative;
}
.p-print a:before {
  content: "";
  position: absolute;
  background: url("printer.svg") no-repeat;
  width: 30px;
  height: 30px;
  top: -8px;
  left: 0;
}
.p-print + .c-btn-wrap {
  margin-top: 2rem;
}

.twRetweet {
  text-align: right;
  margin-top: -16px;
}
.twRetweet .head {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: .5em;
  vertical-align: bottom;
}
.twRetweet > iframe {
  vertical-align: text-bottom;
}

.l-main__article ol,
.l-main__article ul {
  margin-top: 2rem;
  margin-left: 0;
  padding-left: 2em;
  line-height: 1.5;
}
.l-main__article ul {
  list-style: disc;
}
.l-main__article ol + ul,
.l-main__article ul + ul,
.l-main__article ol + ol,
.l-main__article ul + ol,
.l-main__article ol + p,
.l-main__article ul + p,
.l-main__article ol + h6,
.l-main__article ul + h6 {
  margin-top: -1em !important;
}
@media (min-width: 750px) {
  .l-main__article ol,
  .l-main__article ul {
    margin-bottom: 1em;
  }
  .l-main__article ol + ul,
  .l-main__article ul + ul,
  .l-main__article ol + ol,
  .l-main__article ul + ol,
  .l-main__article ol + p,
  .l-main__article ul + p,
  .l-main__article ol + h6,
  .l-main__article ul + h6 {
    margin-top: -2em !important;
  }
}
.l-main__article ol li,
.l-main__article ul li {
  margin-bottom: .5em;
}
.l-main__article ol ol,
.l-main__article ul ol,
.l-main__article ol ul,
.l-main__article ul ul {
  margin-top: .5em !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.l-main__article ol ol li,
.l-main__article ul ol li,
.l-main__article ol ul li,
.l-main__article ul ul li {
  margin-bottom: .25em;
}
.l-main__article ol ol.notes,
.l-main__article ul ol.notes,
.l-main__article ol ul.notes,
.l-main__article ul ul.notes {
  padding-left: 1em;
  font-size: 0.875em;
  color: #333;
}
.l-main__article ol ol.notes > li:before,
.l-main__article ul ol.notes > li:before,
.l-main__article ol ul.notes > li:before,
.l-main__article ul ul.notes > li:before {
  left: -1em;
}
.l-main__article ol ol.hira-aiueo,
.l-main__article ul ol.hira-aiueo,
.l-main__article ol ul.hira-aiueo,
.l-main__article ul ul.hira-aiueo,
.l-main__article ol ol.hira-iroha,
.l-main__article ul ol.hira-iroha,
.l-main__article ol ul.hira-iroha,
.l-main__article ul ul.hira-iroha,
.l-main__article ol ol.kana-aiueo,
.l-main__article ul ol.kana-aiueo,
.l-main__article ol ul.kana-aiueo,
.l-main__article ul ul.kana-aiueo,
.l-main__article ol ol.kana-iroha,
.l-main__article ul ol.kana-iroha,
.l-main__article ol ul.kana-iroha,
.l-main__article ul ul.kana-iroha {
  padding-left: 2em;
}
.l-main__article ol ol.hira-aiueo > li:before,
.l-main__article ul ol.hira-aiueo > li:before,
.l-main__article ol ul.hira-aiueo > li:before,
.l-main__article ul ul.hira-aiueo > li:before,
.l-main__article ol ol.hira-iroha > li:before,
.l-main__article ul ol.hira-iroha > li:before,
.l-main__article ol ul.hira-iroha > li:before,
.l-main__article ul ul.hira-iroha > li:before,
.l-main__article ol ol.kana-aiueo > li:before,
.l-main__article ul ol.kana-aiueo > li:before,
.l-main__article ol ul.kana-aiueo > li:before,
.l-main__article ul ul.kana-aiueo > li:before,
.l-main__article ol ol.kana-iroha > li:before,
.l-main__article ul ol.kana-iroha > li:before,
.l-main__article ol ul.kana-iroha > li:before,
.l-main__article ul ul.kana-iroha > li:before {
  left: -1.5em;
}
.l-main__article ol.notes,
.l-main__article ul.notes {
  padding-left: 2em;
  counter-reset: li-notes 0;
  font-size: 1.2rem;
}
.l-main__article ol.notes > li,
.l-main__article ul.notes > li {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}
.l-main__article ul.notes > li:before {
  position: absolute;
  left: -1.125em;
  content: "※";
}
.l-main__article ol.notes > li:before {
  position: absolute;
  left: -2em;
  counter-increment: li-notes;
  content: "※" counter(li-notes);
}
.l-main__article ol.kakkosuji,
.l-main__article ul.kakkosuji {
  counter-reset: li-kakkosuji 0;
}
.l-main__article ol.kakkosuji > li,
.l-main__article ul.kakkosuji > li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: li-kakkosuji;
  position: relative;
}
.l-main__article ol.kakkosuji > li:before,
.l-main__article ul.kakkosuji > li:before {
  position: absolute;
  left: -1.5em;
  content: "(" counter(li-kakkosuji) ") ";
}
.l-main__article ol.hira-aiueo,
.l-main__article ul.hira-aiueo,
.l-main__article ol.hira-iroha,
.l-main__article ul.hira-iroha,
.l-main__article ol.kana-aiueo,
.l-main__article ul.kana-aiueo,
.l-main__article ol.kana-iroha,
.l-main__article ul.kana-iroha {
  counter-reset: li-aiueo 0;
}
.l-main__article ol.hira-aiueo > li,
.l-main__article ul.hira-aiueo > li,
.l-main__article ol.hira-iroha > li,
.l-main__article ul.hira-iroha > li,
.l-main__article ol.kana-aiueo > li,
.l-main__article ul.kana-aiueo > li,
.l-main__article ol.kana-iroha > li,
.l-main__article ul.kana-iroha > li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: li-aiueo;
  position: relative;
}
.l-main__article ol.hira-aiueo > li:before,
.l-main__article ul.hira-aiueo > li:before,
.l-main__article ol.hira-iroha > li:before,
.l-main__article ul.hira-iroha > li:before,
.l-main__article ol.kana-aiueo > li:before,
.l-main__article ul.kana-aiueo > li:before,
.l-main__article ol.kana-iroha > li:before,
.l-main__article ul.kana-iroha > li:before {
  position: absolute;
  left: -1.5em;
  content: counter(li-aiueo,hiragana);
}
.l-main__article ol.hira-iroha > li:before,
.l-main__article ul.hira-iroha > li:before {
  content: counter(li-aiueo,hiragana-iroha);
}
.l-main__article ol.kana-aiueo > li:before,
.l-main__article ul.kana-aiueo > li:before {
  content: counter(li-aiueo,katakana);
}
.l-main__article ol.kana-iroha > li:before,
.l-main__article ul.kana-iroha > li:before {
  content: counter(li-aiueo,katakana-iroha);
}
.l-main__article ol.marusuji,
.l-main__article ul.marusuji {
  counter-reset: li-marusuji 0;
}
.l-main__article ol.marusuji > li,
.l-main__article ul.marusuji > li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: li-marusuji;
  position: relative;
}
.l-main__article ol.marusuji > li:before,
.l-main__article ul.marusuji > li:before {
  position: absolute;
  left: -1.25em;
}
.l-main__article ol.marusuji > li:nth-child(1):before,
.l-main__article ul.marusuji > li:nth-child(1):before {
  content: "\2460";
}
.l-main__article ol.marusuji > li:nth-child(2):before,
.l-main__article ul.marusuji > li:nth-child(2):before {
  content: "\2461";
}
.l-main__article ol.marusuji > li:nth-child(3):before,
.l-main__article ul.marusuji > li:nth-child(3):before {
  content: "\2462";
}
.l-main__article ol.marusuji > li:nth-child(4):before,
.l-main__article ul.marusuji > li:nth-child(4):before {
  content: "\2463";
}
.l-main__article ol.marusuji > li:nth-child(5):before,
.l-main__article ul.marusuji > li:nth-child(5):before {
  content: "\2464";
}
.l-main__article ol.marusuji > li:nth-child(6):before,
.l-main__article ul.marusuji > li:nth-child(6):before {
  content: "\2465";
}
.l-main__article ol.marusuji > li:nth-child(7):before,
.l-main__article ul.marusuji > li:nth-child(7):before {
  content: "\2466";
}
.l-main__article ol.marusuji > li:nth-child(8):before,
.l-main__article ul.marusuji > li:nth-child(8):before {
  content: "\2467";
}
.l-main__article ol.marusuji > li:nth-child(9):before,
.l-main__article ul.marusuji > li:nth-child(9):before {
  content: "\2468";
}
.l-main__article ol.marusuji > li:nth-child(10):before,
.l-main__article ul.marusuji > li:nth-child(10):before {
  content: "\2469";
}
.l-main__article ol.marusuji > li:nth-child(11):before,
.l-main__article ul.marusuji > li:nth-child(11):before {
  content: "\2470";
}
.l-main__article ol.marusuji > li:nth-child(12):before,
.l-main__article ul.marusuji > li:nth-child(12):before {
  content: "\2471";
}
.l-main__article ol.marusuji > li:nth-child(13):before,
.l-main__article ul.marusuji > li:nth-child(13):before {
  content: "\2472";
}
.l-main__article ol.marusuji > li:nth-child(14):before,
.l-main__article ul.marusuji > li:nth-child(14):before {
  content: "\2473";
}
.l-main__article ol.marusuji > li:nth-child(15):before,
.l-main__article ul.marusuji > li:nth-child(15):before {
  content: "\2474";
}
.l-main__article ol.marusuji > li:nth-child(16):before,
.l-main__article ul.marusuji > li:nth-child(16):before {
  content: "\2475";
}
.l-main__article ol.marusuji > li:nth-child(17):before,
.l-main__article ul.marusuji > li:nth-child(17):before {
  content: "\2476";
}
.l-main__article ol.marusuji > li:nth-child(18):before,
.l-main__article ul.marusuji > li:nth-child(18):before {
  content: "\2477";
}
.l-main__article ol.marusuji > li:nth-child(19):before,
.l-main__article ul.marusuji > li:nth-child(19):before {
  content: "\2478";
}
.l-main__article ol.marusuji > li:nth-child(20):before,
.l-main__article ul.marusuji > li:nth-child(20):before {
  content: "\2479";
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: smaller;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}
