@charset "UTF-8";
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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Setting & mixin
   ----------------------------------------------------------------- */
:root {
  --bgc:#ffffff;
  --bgtc:#000;
  --bgc-acc:#132F8E;
  --bgtc-acc:#fff;
  --bgc-suf1:#eee;
  --bgtc-suf1:#fff;
  --bgc-suf2:#eee;
  --bgtc-suf2:#fff;
}

:root {
  --gap-n: 25.96px;
  --gap-harf: 12.98px;
  --gap-hharf: 6.49px;
  --gap-2x: 51.92px;
  --gap-3x: 77.88px;
  --gap-4x: 103.84px;
  --gap-5x: 129.8px;
  --gap-6x: 155.76px;
  --gap-h3x: 38.94px;
  --gap-h4x: 51.92px;
  --gap-h5x: 64.9px;
  --gap-h6x: 77.88px;
}
@media only screen and (max-width: 1179px) {
  :root {
    --gap-n: 2.2vw;
    --gap-harf: 1.1vw;
    --gap-hharf: 0.55vw;
    --gap-x2: 4.4vw;
    --gap-x3: 6.6vw;
    --gap-x4: 8.8vw;
    --gap-x5: 11vw;
    --gap-x6: 13.2vw;
    --gap-h3x: 3.3vw;
    --gap-h4x: 4.4vw;
    --gap-h5x: 5.5vw;
    --gap-h6x: 6.6vw;
  }
}

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading {
  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;
}

.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 100;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  font-size: 1%;
  width: 5vw;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  text-decoration: none;
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: transparent 50px solid;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-prev {
  left: -70px;
}

[dir=rtl] .slick-prev {
  right: -70px;
  left: auto;
}

.slick-prev:before {
  border-right: #7a858e 15px solid;
  border-left: none;
}

[dir=rtl] .slick-prev:before {
  border-left: #7a858e 15px solid;
  border-right: none;
}

.slick-next {
  right: -70px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -70px;
}

.slick-next:before {
  border-left: #7a858e 15px solid;
  border-right: none;
}

[dir=rtl] .slick-next:before {
  border-right: #7a858e 15px solid;
  border-left: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #8A8899;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/* Base
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}

.wrap {
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a[href="#"]:after {
  content: "（リンク先未適用）";
  color: #f00;
  font-weight: bold;
}

.fixwidth {
  width: 100%;
  margin: auto;
  max-width: 1179px;
}
@media only screen and (max-width: 1179px) {
  .fixwidth {
    max-width: 1179px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .fixwidth {
    max-width: 979px;
  }
}

* sup {
  font-size: 75%;
  vertical-align: super;
}

* sub {
  font-size: 75%;
  vertical-align: baseline;
}

.current {
  cursor: default;
  pointer-events: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-unit {
  margin: 5rem auto 7rem;
}
@media only screen and (max-width: 766px) {
  .c-unit {
    margin: 3rem auto;
  }
}
:root body:not(#top) #main > .c-unit:not(:first-child) {
  position: relative;
}
:root body:not(#top) #main > .c-unit:not(:first-child):before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  border-top: #eee 1px dotted;
}
.c-unit .c-unit {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.c-unit:last-child {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 766px) {
  .c-unit:last-child {
    margin-bottom: 3rem;
  }
}
.c-unit__box .c-unit__box:first-child {
  margin-top: 0;
}
.c-unit__box .c-unit__box:last-child {
  margin-bottom: 0;
}
.c-unit__box--bg {
  background: #eee;
  padding: 2rem;
  border-radius: 1rem;
  color: #555;
}
.c-unit__box--bd {
  border: #eee 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-unit__title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000;
}
.c-unit__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-unit__title {
    font-size: 3rem;
  }
}
.c-unit__title--sub {
  line-height: 1.5;
  padding: 0.3em 0.6em;
  margin-bottom: 2rem;
  background: #132F8E;
  font-size: 120%;
  font-weight: normal;
  color: #fff;
}
.c-unit__title--mini {
  line-height: 1.5;
  padding: 0 0.6em 0.3em;
  color: #555;
  border-bottom: #eee 3px dotted;
  margin-bottom: 2rem;
}
.c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #555;
  border-bottom: #eee 1px solid;
}

.c-separate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-separate__box > * {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
}
.c-separate__box > *:last-child {
  margin: 0;
}
.c-separate__box--2columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 639px) {
  .c-separate__box--2columns {
    display: block;
  }
}
.c-separate__box--2columns > * {
  width: calc(50% - 2rem);
}
.c-separate__box--2columns > *:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 2rem;
}
@media only screen and (max-width: 639px) {
  .c-separate__box--2columns > * {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 979px) {
  .c-separate__box--3columns {
    display: block;
  }
}
.c-separate__box--3columns > * {
  width: calc(33.3333333333% - 2rem);
  margin-top: 0 !important;
}
@media only screen and (max-width: 979px) {
  .c-separate__box--3columns > * {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 979px) {
  .c-separate__box--4columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 419px) {
  .c-separate__box--4columns {
    display: block;
  }
}
.c-separate__box--4columns > * {
  width: calc(25% - 2rem);
  margin-top: 0 !important;
}
@media only screen and (max-width: 979px) {
  .c-separate__box--4columns > * {
    width: calc(50% - 2rem);
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-separate__box--4columns > * {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 766px) {
  .c-separate__box--g {
    display: block;
  }
}
.c-separate__box--g > *:first-child {
  width: calc(100% / (1.618 + 1) * 1.618 - 2rem);
}
.c-separate__box--g > *:last-child {
  width: calc(100% / (1.618 + 1) * 1 - 2rem);
}
.c-separate__box--g > *:first-child,
.c-separate__box--g > *:last-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 766px) {
  .c-separate__box--g > *:first-child,
  .c-separate__box--g > *:last-child {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 766px) {
  .c-separate__box--gr {
    display: block;
  }
}
.c-separate__box--gr > *:first-child {
  width: calc(100% / (1.618 + 1) * 1 - 2rem);
}
.c-separate__box--gr > *:last-child {
  width: calc(100% / (1.618 + 1) * 1.618 - 2rem);
}
.c-separate__box--gr > *:first-child,
.c-separate__box--gr > *:last-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 766px) {
  .c-separate__box--gr > *:first-child,
  .c-separate__box--gr > *:last-child {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}

.c-dfb__box--2columns {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-dfb__box--2columns:before, .c-dfb__box--2columns:after {
  content: "";
  display: table;
}
.c-dfb__box--2columns:after {
  clear: both;
}
.c-dfb__box--2columns > * {
  float: left;
  margin: 0 2rem 2rem 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-dfb__box--2columns:before, .c-dfb__box--2columns:after {
  content: none;
}
.c-dfb__box--2columns > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1) / 2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1) / 2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1) / 2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1) / 2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1) / 2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1) / 2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 0) / 1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 0) / 1);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 0) / 1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 0) / 1);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 0) / 1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 0) / 1);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1) / 2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1) / 2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.c-dfb__box--2columns > * {
  margin-top: 0 !important;
}
@media only screen and (max-width: 639px) {
  .c-dfb__box--2columns > * {
    margin-bottom: 0;
  }
  .c-dfb__box--2columns > *:not(:first-child) {
    margin-top: 2.5rem !important;
  }
}
.c-dfb__box--2columns > *:last-child {
  margin-bottom: 2rem;
}
.c-dfb__box--3columns {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-dfb__box--3columns:before, .c-dfb__box--3columns:after {
  content: "";
  display: table;
}
.c-dfb__box--3columns:after {
  clear: both;
}
.c-dfb__box--3columns > * {
  float: left;
  margin: 0 2rem 2rem 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-dfb__box--3columns:before, .c-dfb__box--3columns:after {
  content: none;
}
.c-dfb__box--3columns > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2) / 3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2) / 3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2) / 3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2) / 3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 0) / 1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 0) / 1);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 0) / 1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 0) / 1);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2) / 3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.c-dfb__box--3columns > * {
  margin-top: 0 !important;
}
@media only screen and (max-width: 639px) {
  .c-dfb__box--3columns > * {
    margin-bottom: 0;
  }
  .c-dfb__box--3columns > *:not(:first-child) {
    margin-top: 2.5rem !important;
  }
}
.c-dfb__box--3columns > *:last-child {
  margin-bottom: 2rem;
}

.c-text > *:not(:first-child) {
  margin-top: 1.8rem;
}
.c-text a.tellink {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 766px) {
  .c-text a.tellink {
    pointer-events: all;
    text-decoration: underline;
  }
}
.c-text p:not([class]) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.c-text p:not([class]).accent {
  text-align: center;
  font-weight: bold;
  color: #ae5eff;
}
.c-text p:not([class]).accent {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-text p:not([class]).accent {
    font-size: 3rem;
  }
}
.c-text strong:not([class]) {
  color: #df0505;
  font-size: 110%;
}
.c-text figure:not([class]) {
  margin-left: auto;
  margin-right: auto;
}
.c-text figure img[src=""] {
  width: 100%;
  height: 150px;
}
.c-text figure img[src$=svg] {
  width: 100%;
  height: 100%;
}
.c-text figure.maw3 {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.c-text table {
  width: 100%;
}
.c-text table th,
.c-text table td {
  padding: 0.2em 0.5em;
}
.c-text table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #555;
}
.c-text table:not([class]), .c-text table.default {
  width: 100%;
  margin-bottom: 3rem;
}
.c-text table:not([class]) thead tr:last-child th,
.c-text table:not([class]) thead tr th.last, .c-text table.default thead tr:last-child th,
.c-text table.default thead tr th.last {
  border-bottom: none;
}
.c-text table:not([class]) thead th, .c-text table.default thead th {
  background: #555;
  color: #fff;
  border-bottom: rgba(238, 238, 238, 0.5) 1px dotted;
}
.c-text table:not([class]) thead th:not(:last-child), .c-text table.default thead th:not(:last-child) {
  border-right: #eeeeee 1px solid;
}
.c-text table:not([class]) tbody tr:nth-child(2n), .c-text table.default tbody tr:nth-child(2n) {
  background: #eee;
}
.c-text table:not([class]) tbody th, .c-text table.default tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  text-align: left;
  white-space: nowrap;
}
.c-text table.nostyle thead tr,
.c-text table.nostyle thead th,
.c-text table.nostyle thead td,
.c-text table.nostyle tbody tr,
.c-text table.nostyle tbody th,
.c-text table.nostyle tbody td {
  font-weight: normal;
  padding: 0;
  border: none;
  background: none;
  color: #000;
}
.c-text table.wmxc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.c-text table.wm {
  margin-left: auto;
  margin-right: auto;
}
.c-text table.thw20p tbody th {
  width: 20%;
}
.c-text table.zeb tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}
.c-text table.zeb tbody th {
  background: rgba(255, 255, 255, 0.5);
}
.c-text table.c-history-table {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  width: 100%;
}
.c-text table.c-history-table thead tr:last-child th,
.c-text table.c-history-table thead tr th.last {
  border-bottom: none;
}
.c-text table.c-history-table thead th {
  background: #555;
  color: #fff;
  border-bottom: rgba(238, 238, 238, 0.5) 1px dotted;
}
.c-text table.c-history-table thead th:not(:last-child) {
  border-right: #eeeeee 1px solid;
}
.c-text table.c-history-table tbody tr:nth-child(2n) {
  background: #eee;
}
.c-text table.c-history-table tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  white-space: nowrap;
  text-align: left;
  width: 20%;
}
.c-text table.c-history-table th,
.c-text table.c-history-table td {
  padding: 0.2em 0.5em;
}
.c-text ul {
  margin-left: auto;
  margin-right: auto;
}
.c-text ul li:not([class]) {
  line-height: 1.5;
}
.c-text ul:not([class]) {
  padding-left: 3em;
}
.c-text ul.c-list-nowidthlimit {
  max-width: 100%;
}
.c-text ul.c-list-noicon li {
  list-style: none;
}
.c-text ul.c-list-simple-2column {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-text ul.c-list-simple-2column:before, .c-text ul.c-list-simple-2column:after {
  content: "";
  display: table;
}
.c-text ul.c-list-simple-2column:after {
  clear: both;
}
.c-text ul.c-list-simple-2column > * {
  float: left;
  margin: 0 0 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-text ul.c-list-simple-2column:before, .c-text ul.c-list-simple-2column:after {
  content: none;
}
.c-text ul.c-list-simple-2column > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 1);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 1);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 1);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.c-text ul.c-list-simple-2column li {
  list-style: none;
}
.c-text ul.c-list-simple-3column {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-text ul.c-list-simple-3column:before, .c-text ul.c-list-simple-3column:after {
  content: "";
  display: table;
}
.c-text ul.c-list-simple-3column:after {
  clear: both;
}
.c-text ul.c-list-simple-3column > * {
  float: left;
  margin: 0 0 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-text ul.c-list-simple-3column:before, .c-text ul.c-list-simple-3column:after {
  content: none;
}
.c-text ul.c-list-simple-3column > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 3);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 3);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 1);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 1);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100% / 3);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.c-text ul.c-list-simple-3column li {
  list-style: none;
}
.c-text ul.c-list-simple-4column {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-text ul.c-list-simple-4column:before, .c-text ul.c-list-simple-4column:after {
  content: "";
  display: table;
}
.c-text ul.c-list-simple-4column:after {
  clear: both;
}
.c-text ul.c-list-simple-4column > * {
  float: left;
  margin: 0 0 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-text ul.c-list-simple-4column:before, .c-text ul.c-list-simple-4column:after {
  content: none;
}
.c-text ul.c-list-simple-4column > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 4);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 3);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 3);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 2);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 1);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100% / 4);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.c-text ul.c-list-simple-4column li {
  list-style: none;
}
.c-text ul.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
.c-text ul.c-list-kome li {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-kome li {
    font-size: 1.28rem;
  }
}
.c-text ul.c-list-kome li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-text ul.c-link li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
.c-text ul.c-link li:before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: transparent 0.4em solid;
  border-right: none;
  border-left-color: #ae5eff;
  border-left-width: 0.6928em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-text ul.c-link li:hover:before {
  left: 0.4em;
}
.c-text ul.c-side li {
  display: inline-block;
  margin-right: 0.5em;
}
.c-text ol {
  margin-left: auto;
  margin-right: auto;
}
.c-text ol li {
  line-height: 1.8;
}
.c-text ol:not([class]) {
  padding-left: 3em;
}
.c-text ol.c-flow {
  counter-reset: li;
}
.c-text ol.c-flow li:before {
  counter-increment: li;
  content: "" counter(li, decimal);
}
.c-text ol.c-flow li {
  position: relative;
  list-style: none;
  background: #666;
  padding: 1em 1em 1em 7rem;
  margin-bottom: 1rem;
  border-radius: 0.5em;
}
.c-text ol.c-flow li:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background: #132F8E;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1;
}
.c-text ol.c-flow li:before {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-text ol.c-flow li:before {
    font-size: 3rem;
  }
}
.c-text ol.c-list-kome {
  counter-reset: li;
}
.c-text ol.c-list-kome li:before {
  counter-increment: li;
  content: "※" counter(li, decimal);
}
.c-text ol.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
.c-text ol.c-list-kome li {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .c-text ol.c-list-kome li {
    font-size: 1.28rem;
  }
}
.c-text ol.c-list-kome li:before {
  position: absolute;
  left: 0;
}
.c-text ol.c-list-chu {
  counter-reset: li;
}
.c-text ol.c-list-chu li:before {
  counter-increment: li;
  content: "注" counter(li, decimal);
}
.c-text ol.c-list-chu li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
.c-text ol.c-list-chu li {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .c-text ol.c-list-chu li {
    font-size: 1.28rem;
  }
}
.c-text ol.c-list-chu li:before {
  position: absolute;
  left: 0;
}
.c-text dl:not([class]) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.c-text dl:not([class]) dt {
  font-weight: bold;
}
.c-text dl:not([class]) dd {
  padding-left: 1em;
}
.c-text dl:not([class]) dd + dt {
  margin-top: 1.8rem;
}

.c-acc__trigger, .c-acc__closer {
  display: block;
  background: #666;
  width: 100%;
  padding: 0.5em;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-acc__trigger:hover, .c-acc__closer:hover {
  background: #333333;
}
.c-acc__closer {
  opacity: 0;
  padding: 0 0.5em;
  line-height: 0;
  font-size: 0;
}
.c-acc__checker {
  display: none;
}
.c-acc__box {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 0 !important;
}
.c-acc__box * {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit:nth-last-child(2) {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
@media only screen and (max-width: 766px) {
  .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit:nth-last-child(2) {
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    height: 0;
  }
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__box--bg, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__box--bd, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__box--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__title--sub, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__title--mini, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__title--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-text > *:not(:first-child),
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-text * {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box {
  margin-top: 1.8rem !important;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box * {
  opacity: 1;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit:last-child {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 766px) {
  .c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit:last-child {
    margin-bottom: 3rem;
  }
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__box--bg {
  background: #eee;
  padding: 2rem;
  border-radius: 1rem;
  color: #555;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__box--bd {
  border: #eee 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__title--sub {
  line-height: 1.5;
  padding: 0.3em 0.6em;
  margin-bottom: 2rem;
  background: #132F8E;
  font-size: 120%;
  font-weight: normal;
  color: #fff;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__title--mini {
  line-height: 1.5;
  padding: 0 0.6em 0.3em;
  color: #555;
  border-bottom: #eee 3px dotted;
  margin-bottom: 2rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #555;
  border-bottom: #eee 1px solid;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-text > *:not(:first-child) {
  margin-top: 1.8rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-text p {
  line-height: 1.8;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-acc__closer {
  opacity: 1;
  padding: 0.5em;
  line-height: 1.8;
}
.c-acc__checker:checked + .c-acc__trigger {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
}

.c_work_item:not(:root) {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
}
.c_work_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_work_item__item {
  list-style: none;
  width: calc((100% - 1em) / 2);
}
.c_work_item__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1em;
}
@media only screen and (max-width: 639px) {
  .c_work_item__item {
    width: 100%;
  }
  .c_work_item__item:not(:nth-child(1)):not(:root) {
    margin-top: 1em;
  }
}
.c_work_item__fig {
  position: relative;
}
.c_work_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 1em;
}
.c_work_item__name {
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c_work_item__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c_work_item__name {
    font-size: 3rem;
  }
}
.c_work_item__text {
  color: #b2c5fa;
  line-height: 1;
}

.c_reform_item:not(:root) {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  margin-top: 3rem;
}
.c_reform_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_reform_item__item {
  list-style: none;
  width: calc((100% - 1em) / 3);
}
.c_reform_item__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 0.5em;
}
.c_reform_item__fig {
  position: relative;
}
.c_reform_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.5em;
}
.c_reform_item__name {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

.c-btn {
  text-align: center;
}
.c-btn__link {
  padding: 0.5em 1em;
  background: #c00;
  border-radius: 0.5em;
  color: #fff;
  text-decoration: none;
}
.c-btn__link {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-btn__link {
    font-size: 3rem;
  }
}
.c-btn__link--amazon {
  background: #fc9826;
}
.c-btn__link:hover {
  opacity: 0.6;
}

.c-booklist__item {
  list-style: none;
}
.c-list-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100% !important;
}
.c-list-flow__item {
  list-style: none;
  background: #666;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0.5rem;
  border-radius: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list-flow__item > * {
  width: 100%;
  line-height: 1.2;
}
.c-list-flow__item > *:first-child {
  margin-top: auto;
}
.c-list-flow__item > *:last-child {
  margin-bottom: auto;
}
.c-list-flow__item:not(:last-child) {
  margin-right: 3rem;
  position: relative;
}
.c-list-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  border: transparent 2rem solid;
  border-left: #555 1rem solid;
  border-right: none;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-list-flow__number {
  margin-bottom: 0.5rem;
  color: #555;
  font-weight: bold;
}
.c-list-flow__number {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-list-flow__number {
    font-size: 3rem;
  }
}
.c-list-flow__detail {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .c-list-flow__detail {
    font-size: 1.6rem;
  }
}

.c-contact-number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-contact-number__list > * {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-top: 0;
}
.c-contact-number__list > * {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-contact-number__list > * {
    font-size: 3rem;
  }
}

.c-contact_table {
  width: 100%;
}
.c-contact_table__box {
  margin-bottom: 2rem;
}
.c-contact_table__title {
  width: 25%;
  min-width: 200px;
}
.c-contact_table__content input[type=text] {
  height: 1.5em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
}
.c-contact_table__content input[type=text].S {
  width: 25%;
}
.c-contact_table__content input[type=text].M {
  width: 50%;
}
.c-contact_table__content input[type=text].L {
  width: 100%;
}
.c-contact_table__content textarea {
  width: 100%;
  height: 18em;
  line-height: 1.2;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-contact_table__notes {
  display: block;
}
.c-contact_table__notes {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .c-contact_table__notes {
    font-size: 1.28rem;
  }
}
.c-contact_table__button--submit {
  background: #132F8E;
  color: #fff;
  padding: 0.8em 2em;
  line-height: 1;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-contact_table__button--submit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .c-contact_table__button--submit {
    font-size: 3rem;
  }
}
.c-contact_table tbody tr:nth-child(2n) {
  background: #eee;
}
.c-contact_table tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  text-align: left;
  width: 20%;
}
.c-contact_table th,
.c-contact_table td {
  padding: 0.2em 0.5em;
}

.c-anctarget:not(:root) {
  padding-top: 110px !important;
  margin-top: -110px !important;
}

.c-flr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fsa {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .fsa {
    font-size: 3rem;
  }
}

.fsr {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .fsr {
    font-size: 1.6rem;
  }
}

.fss {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .fss {
    font-size: 1.28rem;
  }
}

.c-about__image-container {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../../img/about_messageimg_02.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/10;
}

@media only screen and (min-width: 767px) {
  .text-overlay {
    position: absolute;
    right: 2%;
    -webkit-transform: translate(0%, 60%);
            transform: translate(0%, 60%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2rem;
    color: white;
    text-align: left;
    width: 40%;
  }
  .text-overlay p {
    margin: 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .text-overlay p.about__CV {
    font-size: 140%;
  }
  .text-overlay ul.about__CV {
    list-style-type: none;
    margin-top: 1rem;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 766px) {
  .c-about__image-container {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url("../../img/about_messageimg_02.jpg");
    background-size: cover;
    background-position: 20%;
    aspect-ratio: 10/16;
  }
  .text-overlay {
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2rem 4rem 2rem 2rem;
    color: white;
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .text-overlay p {
    margin: 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .text-overlay p.about__CV {
    font-size: 140%;
  }
  .text-overlay ul.about__CV {
    list-style-type: none;
    margin-top: 1rem;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 766px) {
  .c-message__image-container {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
  }
  figcaption.olm {
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5rem 2rem;
    color: white;
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 140%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 766px) {
  .c-contact_table__line, .c-contact_table__title, .c-contact_table__content {
    display: block;
    padding: 0 !important;
  }
  .c-contact_table__line {
    background: none !important;
    padding: 0 0 0.5em !important;
  }
}
.c-contact_dl__wrap {
  margin-bottom: 3em;
}
.c-contact_dl__item {
  border: #ccc 1px solid;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-contact_dl__item {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .c-contact_dl__item {
    font-size: 1.6rem;
  }
}
.c-contact_dl__item:focus-within {
  margin-bottom: 2em;
  margin-top: 2em;
}
@supports (display: grid) {
  .c-contact_dl__item {
    position: static;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15em 1fr;
    grid-template-columns: 15em 1fr;
  }
  @media only screen and (max-width: 639px) {
    .c-contact_dl__item {
      -ms-grid-columns: 10em 1fr;
      grid-template-columns: 10em 1fr;
    }
  }
}
.c-contact_dl__title {
  -webkit-transition: 1s;
  transition: 1s;
  background: #eee;
  padding: 0.5em 0 0.5em 0.5em;
  height: 100%;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
@media only screen and (max-width: 639px) {
  .c-contact_dl__title {
    min-height: 4em;
  }
}
@supports (display: grid) {
  .c-contact_dl__title {
    position: static;
    width: 100%;
  }
}
.c-contact_dl__item:focus-within .c-contact_dl__title {
  background: #ccc;
}
.c-contact_dl__content {
  width: calc(100% - 20%);
  height: 100%;
  padding-left: 20%;
}
@supports (display: grid) {
  .c-contact_dl__content {
    width: 100%;
    padding-left: 0;
  }
}
.c-contact_dl__content--radio, .c-contact_dl__content--checkbox {
  padding: 0.5em 0.5em 0 calc(20% + 0.5em);
}
@supports (display: grid) {
  .c-contact_dl__content--radio, .c-contact_dl__content--checkbox {
    padding: 0.5em 0.5em 0 0.5em;
  }
}
.c-contact_dl__text {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0.5em;
  border-radius: 0;
  background: none;
}
.c-contact_dl__label {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 1em;
  font-size: 94%;
  padding: 0.2em 1em;
  background: #ccc;
  cursor: pointer;
}
:checked + .c-contact_dl__label {
  background: #132F8E;
  color: #fff;
}
.c-contact_dl__checkbox {
  display: none;
}
.c-contact_dl__textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0.5em;
  min-height: 7.5em;
  line-height: 1.5;
}
@media only screen and (max-width: 639px) {
  .c-contact_dl__textarea {
    min-height: 15em;
  }
}
.c-contact_dl__label, .c-contact_dl__notes {
  margin-bottom: 0.5rem;
}
.c-contact_dl__notes {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .c-contact_dl__notes {
    font-size: 1.28rem;
  }
}

/* Project
   ----------------------------------------------------------------- */
.p-siteheader__wrap {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-siteheader__box {
  min-height: calc(40px + 3em);
  margin-right: calc(40px + 3em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1770px;
}
@media only screen and (max-width: 1179px) {
  .p-siteheader__box {
    max-width: calc(100% - 40px - 4em);
    margin-left: 0;
  }
}
@media only screen and (max-width: 766px) {
  .p-siteheader__contact {
    display: none;
  }
}

.p-logo__wrap {
  margin-left: 1em;
}
.p-logo__wrap {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-logo__wrap {
    font-size: 3rem;
  }
}
.p-logo__headline {
  white-space: nowrap;
}
.p-logo__link {
  text-decoration: none;
  color: #132F8E;
}
.p-logo__copy {
  display: block;
  font-size: 75%;
  color: #d71d1d;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.p-logo__name {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 1em;
  font-weight: bold;
}
.p-logo__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-logo__name {
    font-size: 3rem;
  }
}

.p-siteheader-result__wrap {
  margin: 0.5rem 0;
  padding: 0.5em;
  background: #132F8E;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-siteheader-result__wrap {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-result__wrap {
    font-size: 1.6rem;
  }
}
.p-siteheader-result__textbox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-siteheader-result__year--text {
  display: block;
  font-weight: bold;
}
.p-siteheader-result__year--text {
  font-size: calc(0.7rem + (1vw - 0.32rem) * (1.5133876601));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-result__year--text {
    font-size: 2rem;
  }
}
.p-siteheader-result__year--gokaku {
  display: block;
}
.p-siteheader-result__year--gokaku {
  font-size: calc(1rem + (1vw - 0.32rem) * (2.095459837));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-result__year--gokaku {
    font-size: 2.8rem;
  }
}
.p-siteheader-result__rate {
  font-family: "Lobster", cursive;
  margin-left: 0.2em;
}
.p-siteheader-result__rate {
  font-size: calc(2.2rem + (1vw - 0.32rem) * (4.4237485448));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-result__rate {
    font-size: 6rem;
  }
}

.p-siteheader-contact__wrap {
  margin: auto 1em auto 2em;
  white-space: nowrap;
}
.p-siteheader-contact__wrap {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-contact__wrap {
    font-size: 3rem;
  }
}
.p-siteheader-contact__btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #132F8E;
  color: #fff;
  padding: 0.4em;
  border-radius: 2em;
  margin-bottom: 0.3em;
}
.p-siteheader-contact__btn {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (0.4656577416));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-contact__btn {
    font-size: 1.6rem;
  }
}
.p-siteheader-contact__tellink {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  color: #132F8E;
  text-decoration: none;
  font-weight: bold;
}
.p-siteheader-contact__tellink {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader-contact__tellink {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1179px) {
  .p-gNav {
    pointer-events: all;
  }
  .p-gNav_triger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    padding: 1em 2em;
  }
  .p-gNav_triger__icon {
    font-size: 40px;
    color: #333;
    cursor: pointer;
  }
  .p-gNav_triger__icon--closebtn {
    color: #fff;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__box {
    font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
  }
}
@media only screen and (max-width: 1179px) and (min-width: 1180px) {
  .p-gNav__box {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1179px) {
  .p-gNav__opener {
    display: none;
  }
  .p-gNav__opener:checked + .p-gNav__wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-gNav__opener:checked + .p-gNav__wrap + .p-gNav__triger .p-gNav_triger__icon--openbtn, .p-gNav__opener:not(:checked) + .p-gNav__wrap + .p-gNav__triger .p-gNav_triger__icon--closebtn {
    display: none;
  }
  .p-gNav__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 580px;
    max-width: 90vw;
    height: 100vh;
    overflow: auto;
    background: #333;
    z-index: 1000;
    padding: calc(2em + 40px) 1em 1em;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .p-gNav__list {
    border-top: #fff 1px dotted;
  }
  .p-gNav__item {
    border-bottom: #fff 1px dotted;
  }
  .p-gNav__item {
    font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
  }
}
@media only screen and (max-width: 1179px) and (min-width: 1180px) {
  .p-gNav__item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1179px) {
  .p-gNav__link {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
  }
  .p-gNav__link:hover {
    background: #666;
  }
  .p-gNav__link.current {
    background: #132F8E;
  }
  .p-gNav__title {
    font-size: 144%;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: normal;
  }
  .p-gNav__title--pc {
    display: none;
  }
  .p-gNav__description {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1180px) {
  .p-gNav {
    margin: auto;
    max-width: 1770px;
  }
  .p-gNav_triger, .p-gNav__opener {
    display: none;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__box {
    font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
  }
}
@media only screen and (min-width: 1180px) and (min-width: 1180px) {
  .p-gNav__box {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .p-gNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-gNav__item {
    width: 100%;
  }
  .p-gNav__item {
    font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
  }
}
@media only screen and (min-width: 1180px) and (min-width: 1180px) {
  .p-gNav__item {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .p-gNav__item:not(:last-child) {
    border-right: #000 1px dotted;
  }
  .p-gNav__link {
    display: block;
    padding: 1em;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 75%;
  }
  .p-gNav__link:hover {
    background: #666;
    color: #fff;
  }
  .p-gNav__link.current {
    background: #132F8E;
    color: #fff;
  }
  .p-gNav__title {
    font-size: 144%;
    line-height: 1.5;
    font-weight: normal;
  }
  .p-gNav__title--sp {
    display: none;
  }
  .p-gNav__description {
    display: none;
  }
}

.p-mainvisual__list {
  padding: 0;
}
.p-mainvisual__item {
  min-height: 320px;
  height: 50vh;
  background-position: 0 100%;
  background-size: cover;
  margin: 0;
}
.p-mainvisual__item--system {
  background-image: url(../../img/photo_mainvisual_system.jpg);
}
.p-mainvisual__item--result {
  background-image: url(../../img/photo_mainvisual_result.jpg);
}
.p-mainvisual__item--point {
  background-position: 50%;
  background-image: url(../../img/photo_mainvisual_point.jpg);
}
.p-mainvisual__item--gokaku {
  background-position: 50%;
  background-image: url(../../img/photo_mainvisual_gokaku.jpg);
}
.p-mainvisual__item--img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #132F8E;
}
.p-mainvisual__backgroundcolor {
  color: #fff;
  background: rgba(0, 0, 0, 0.66);
}
.p-mainvisual__box--teigaku {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: #132F8E 10px double;
}
.p-mainvisual__box--news {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border: #7eabb0 10px double;
  overflow: auto;
}
.p-mainvisual__inbox--teigaku {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.p-mainvisual__inbox--news {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  width: 100%;
}
.p-mainvisual__inbox--news > * {
  margin-top: 0;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 1179px;
  margin-left: auto;
  margin-right: auto;
}
.p-mainvisual__inbox--news > *:first-child {
  margin-top: auto;
}
.p-mainvisual__inbox--news > *:last-child {
  margin-bottom: auto;
}
.p-mainvisual__link {
  min-height: 320px;
  height: 50vh;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}
.p-mainvisual__flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-mainvisual__flex > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-mainvisual__flex > *:first-child {
    margin-top: auto;
  }
  .p-mainvisual__flex > *:last-child {
    margin-bottom: auto;
  }
}
.p-mainvisual__flex--gokaku {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mainvisual__text, .p-mainvisual__page {
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
.p-mainvisual__text--righttext, .p-mainvisual__page--righttext {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.p-mainvisual__text {
  width: 100%;
  margin-top: auto;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.p-mainvisual__text {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (2.7939464494));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__text {
    font-size: 4rem;
  }
}
.p-mainvisual__text strong {
  font-size: 144%;
}
.p-mainvisual__text--gokaku {
  text-align: center;
  margin-bottom: auto;
  font-weight: bold;
  color: #fff;
}
.p-mainvisual__text--gokaku {
  font-size: calc(2.8rem + (1vw - 0.32rem) * (4.8894062864));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__text--gokaku {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__text--gokaku {
    text-align: center;
  }
}
.p-mainvisual__page {
  margin-bottom: auto;
  border: #fff 1px solid;
  border-radius: 2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.5);
}
.p-mainvisual__page {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__page {
    font-size: 1.6rem;
  }
}
.p-mainvisual__teigaku {
  color: #132F8E;
}
.p-mainvisual__teigaku--subtitle {
  font-family: "Noto Serif JP", "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  -webkit-text-decoration: underline #9CAFE5 10px;
          text-decoration: underline #9CAFE5 10px;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-mainvisual__teigaku--subtitle {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.3969732247));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__teigaku--subtitle {
    font-size: 2.8rem;
  }
}
@media screen and (min-height: 850px) {
  .p-mainvisual__teigaku--subtitle {
    font-size: calc(1.6rem + (1vw - 0.32rem) * (2.7939464494));
  }
}
@media only screen and (min-height: 850px) and (min-width: 1180px) {
  .p-mainvisual__teigaku--subtitle {
    font-size: 4rem;
  }
}
.p-mainvisual__teigaku--title {
  font-family: "Noto Serif JP", "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  margin: 30px 0;
}
.p-mainvisual__teigaku--title {
  font-size: calc(2.8rem + (1vw - 0.32rem) * (3.7252619325));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__teigaku--title {
    font-size: 6rem;
  }
}
@media screen and (min-height: 850px) {
  .p-mainvisual__teigaku--title {
    font-size: calc(2rem + (1vw - 0.32rem) * (6.9848661234));
  }
}
@media only screen and (min-height: 850px) and (min-width: 1180px) {
  .p-mainvisual__teigaku--title {
    font-size: 8rem;
  }
}
.p-mainvisual__teigaku--list {
  padding: 24px 10vw;
  border-style: initial;
  border: #132F8E 4px solid;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  gap: 3em;
  list-style-position: inside;
}
.p-mainvisual__teigaku--listitem {
  color: #000;
  -webkit-text-decoration: underline dotted #9CAFE5 2.5px;
          text-decoration: underline dotted #9CAFE5 2.5px;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-mainvisual__teigaku--listitem {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.3969732247));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__teigaku--listitem {
    font-size: 2.8rem;
  }
}
@media screen and (min-height: 850px) {
  .p-mainvisual__teigaku--listitem {
    font-size: calc(1.6rem + (1vw - 0.32rem) * (2.7939464494));
  }
}
@media only screen and (min-height: 850px) and (min-width: 1180px) {
  .p-mainvisual__teigaku--listitem {
    font-size: 4rem;
  }
}
.p-mainvisual__teigaku--listitem::marker {
  color: #132F8E;
  content: "✓";
}
.p-mainvisual__newstext {
  color: #4b6e8e;
}
.p-mainvisual__newstext--title {
  text-align: center;
  border-bottom: #7eabb0 3px solid;
  padding-bottom: 0.5em;
}
.p-mainvisual__newstext--title {
  font-size: calc(1.15rem + (1vw - 0.32rem) * (3.8998835856));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__newstext--title {
    font-size: 4.5rem;
  }
}
.p-mainvisual__newstext--readtext {
  line-height: 1.5;
}
.p-mainvisual__newstext--readtext {
  font-size: calc(1.15rem + (1vw - 0.32rem) * (1.2223515716));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__newstext--readtext {
    font-size: 2.2rem;
  }
}
.p-mainvisual__newstext--list {
  padding-left: 2em;
}
.p-mainvisual__newstext--list {
  font-size: calc(1.15rem + (1vw - 0.32rem) * (1.2223515716));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__newstext--list {
    font-size: 2.2rem;
  }
}
.p-mainvisual__newstext--listitem {
  line-height: 1.5;
}
.p-mainvisual__newstext--subtext {
  line-height: 1.5;
}
.p-mainvisual__newstext--subtext {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__newstext--subtext {
    font-size: 1.28rem;
  }
}
.p-mainvisual__article--gokaku {
  width: 71.4285714286vw;
}
.p-mainvisual__aside--gokaku {
  width: 28.5714285714vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__article--gokaku, .p-mainvisual__aside--gokaku {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-mainvisual__img {
  width: auto;
  max-width: 100%;
  min-height: 250px;
  height: auto;
  max-height: 40vh;
}
@media only screen and (max-width: 766px) {
  .p-mainvisual__img {
    min-height: 150px;
    max-height: 33.3vh;
  }
}

.p-pageTitle__box {
  clear: both;
  background: #333;
  background-position: center;
  background-size: cover;
}
.p-pageTitle__box {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-pageTitle__box {
    font-size: 3rem;
  }
}
.p-pageTitle__box--system {
  background-image: url(../../img/bg__pagetitle--system.jpg);
}
.p-pageTitle__box--result {
  background-image: url(../../img/bg__pagetitle--result.jpg);
}
.p-pageTitle__box--voice {
  background-image: url(../../img/bg__pagetitle--voice.jpg);
}
.p-pageTitle__box--tutor {
  background-image: url(../../img/bg__pagetitle--tutor.jpg);
}
.p-pageTitle__box--flow {
  background-image: url(../../img/bg__pagetitle--flow.jpg);
}
.p-pageTitle__box--access {
  background-image: url(../../img/bg__pagetitle--about.jpg);
}
.p-pageTitle__box--about {
  background-image: url(../../img/bg__pagetitle--about.jpg);
}
.p-pageTitle__box--contact {
  background-image: url(../../img/bg__pagetitle--contact.jpg);
}
.p-pageTitle__box--docs {
  background-image: url(../../img/bg__pagetitle--docs.jpg);
}
.p-pageTitle__box--privacy {
  background-image: url(../../img/bg__pagetitle--privacy.jpg);
}
.p-pageTitle__title {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  color: #fff;
  padding: 2.5em 0;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 0.5em #000;
}
#wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
}
@media only screen and (max-width: 766px) {
  #wrap {
    padding: 0 3.3vw;
  }
}

.p-maincontent {
  line-height: 1.5;
}
.p-maincontent {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-maincontent {
    font-size: 1.6rem;
  }
}

.p-topnews__wrap, .p-toppickup__wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  margin-bottom: 5rem;
}
.p-topnews__title, .p-topinterview__title, .p-toppickup__title {
  color: #132F8E;
  margin-bottom: 1rem;
}
.p-topnews__title, .p-topinterview__title, .p-toppickup__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-topnews__title, .p-topinterview__title, .p-toppickup__title {
    font-size: 3rem;
  }
}
.p-topnews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -1em;
}
@supports (display: grid) {
  .p-topnews__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    margin-right: 0;
  }
  @media only screen and (max-width: 766px) {
    .p-topnews__list {
      -ms-grid-columns: 1fr 0.5em 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0.5em;
    }
  }
}
.p-topnews__list > li {
  width: calc((100% - 3em) / 3);
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  list-style: none;
  border: #333 1px solid;
  line-height: 1.5;
}
.p-topnews__list > li {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-topnews__list > li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-topnews__list > li {
    padding: 0.5em 1em;
    width: calc((100% - 2em) / 2);
  }
  .p-topnews__list > li:nth-child(2n) {
    margin-right: 0;
  }
  @supports (display: grid) {
    .p-topnews__list > li {
      width: 100%;
    }
  }
}
@supports (display: grid) {
  .p-topnews__list > li {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-topnews__list > li:nth-child(n+13) {
  display: none;
}
.p-topnews__list > li.pin {
  width: 100%;
  border-color: #a00;
  border-width: 3px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  padding: calc(1em - 3px);
}
@media only screen and (max-width: 766px) {
  .p-topnews__list > li.pin {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.p-topnews__list > li > aside {
  color: #132F8E;
  font-weight: bold;
}
.p-toptutor__wrap {
  margin-bottom: 5rem;
  position: relative;
}
.p-toptutor__title {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  color: #132F8E;
  background: rgba(255, 255, 255, 0.66);
  padding: 0.5em 0;
  pointer-events: none;
}
.p-toptutor__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-toptutor__title {
    font-size: 3rem;
  }
}
.p-topnav__wrap {
  margin-bottom: 5rem;
}
.p-topnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@supports (display: grid) {
  .p-topnav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  @media only screen and (max-width: 766px) {
    .p-topnav__list {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.p-topnav__item {
  width: 50%;
}
@media only screen and (max-width: 766px) {
  .p-topnav__item {
    width: 100%;
  }
}
@supports (display: grid) {
  .p-topnav__item {
    width: 100%;
  }
}
.p-topnav__link {
  min-height: 320px;
  height: 33.3vh;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #fff;
  background-position: 0 100%;
  background-size: cover;
}
.p-topnav__link:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 766px) {
  .p-topnav__link {
    min-height: 150px;
    height: 25vh;
  }
}
.p-topnav__link--voice {
  background-image: url(../../img/photo_topnav_voice.jpg);
}
.p-topnav__link--flow {
  background-image: url(../../img/photo_topnav_flow.jpg);
}
.p-topnav__link--about {
  background-image: url(../../img/photo_topnav_about.jpg);
}
.p-topnav__link--docs {
  background-image: url(../../img/photo_topnav_docs.jpg);
}
.p-topnav__section {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-topnav__title, .p-topnav__text, .p-topnav__name {
  width: 100%;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.8);
}
.p-topnav__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-topnav__title {
  font-size: calc(2rem + (1vw - 0.32rem) * (2.5611175786));
}
@media only screen and (min-width: 1180px) {
  .p-topnav__title {
    font-size: 4.2rem;
  }
}
.p-topnav__text {
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-topnav__text {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.0477299185));
}
@media only screen and (min-width: 1180px) {
  .p-topnav__text {
    font-size: 2.5rem;
  }
}
.p-topnav__name {
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 0;
  margin-left: auto;
  border: #fff 1px solid;
  border-radius: 2em;
  padding: 0.5em 1em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: auto;
}
.p-topnav__name {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-topnav__name {
    font-size: 1.6rem;
  }
}

.p-result-univ__sect {
  padding: 0 0 2em;
  list-style: none;
}
.p-result-univ__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
}
@supports (display: grid) {
  .p-result-univ__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
  }
  @media only screen and (max-width: 766px) {
    .p-result-univ__list {
      -ms-grid-columns: 1fr 0 1fr;
      grid-template-columns: repeat(2, 1fr);
      max-height: 20em;
      overflow: auto;
    }
  }
  @media only screen and (max-width: 419px) {
    .p-result-univ__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.p-result-univ__item {
  padding-left: 2em;
  list-style: none;
  position: relative;
  line-height: 1.8;
  overflow: hidden;
  -webkit-transition: all 0s;
  transition: all 0s;
  width: 33.3%;
}
@media only screen and (max-width: 766px) {
  .p-result-univ__item {
    width: 50%;
  }
}
@media only screen and (max-width: 419px) {
  .p-result-univ__item {
    width: 100%;
  }
}
@supports (display: grid) {
  .p-result-univ__item {
    width: 100%;
  }
}
.p-result-univ__item:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #132F8E;
}
.p-student-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-student-list__list:not(:root) {
  margin-right: 0rem;
}
@supports (display: grid) {
  .p-student-list__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    margin: 0;
  }
  @media only screen and (max-width: 766px) {
    .p-student-list__list {
      -ms-grid-columns: 1fr 0.5rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0.5rem;
    }
  }
}
.p-student-list__list {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-student-list__list {
    font-size: 1.6rem;
  }
}
.p-student-list__item {
  list-style: none;
  width: calc((100% - 3rem) / 3);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@supports (display: grid) {
  .p-student-list__item {
    width: 100%;
    margin: 0;
  }
}
.p-student-list__link {
  text-decoration: none;
  background: #132F8E;
  color: #fff;
  border-radius: 1em;
  height: 100%;
  display: block;
  padding: 0.5em 0;
}
.p-student-list__link:hover {
  opacity: 0.6;
}
.p-student-list__text {
  display: block;
  text-align: center;
}
.p-student-list__text--high, .p-student-list__text--univ {
  font-size: 120%;
}
.p-student-list__text--to {
  margin-left: 0.5em;
}

.p-popup__trigger {
  display: none;
}
.p-popup__box:not(:root) {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.66);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-popup__trigger:checked {
  -webkit-box-shadow: 0 0 0 3px hotpink;
          box-shadow: 0 0 0 3px hotpink;
}
.p-popup__trigger:checked + .p-popup__box {
  opacity: 1;
  pointer-events: all;
}

.p-popup_profile + .p-popup_profile {
  margin-top: 1em;
  padding-top: 1em;
}
.p-popup_profile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: 1.5em;
  padding: 2em;
}
@media only screen and (max-width: 766px) {
  .p-popup_profile__box {
    display: block;
  }
}
.p-popup_profile__fig {
  width: calc(33.3% - 1em);
  position: relative;
  text-align: center;
}
.p-popup_profile__pic {
  display: block;
  clip-path: circle(49%);
}
.p-popup_profile__img {
  max-width: 50vw;
}
.p-popup_profile__message {
  width: calc(100% - 33.3% - 1em);
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .p-popup_profile__fig, .p-popup_profile__message {
    width: 100%;
  }
}
.p-popup_profile__tutor_box {
  width: 100%;
  background: #eee;
  margin-top: 1em;
  padding: 1em;
  text-align: left;
}
.p-popup_profile__infomation {
  text-align: left;
}
.p-popup_profile__name {
  font-family: "Noto Serif JP", "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  font-weight: normal;
}
.p-popup_profile__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-popup_profile__name {
    font-size: 3rem;
  }
}
.p-popup_profile__name.male {
  color: #132F8E;
}
.p-popup_profile__name.female {
  color: #c65100;
}
.p-popup_profile__name:after {
  font-size: 83.3%;
}
.p-popup_profile__name.male:after {
  content: " くん";
}
.p-popup_profile__name.female:after {
  content: " さん";
}
.p-popup_profile__section {
  margin-bottom: 1rem;
}
.p-popup_profile__title {
  color: #132F8E;
  font-weight: 120%;
  border-bottom: #132F8E 1px solid;
  margin-bottom: 0.5rem;
}
.p-popup_profile__content {
  padding-left: 1em;
}
.p-popup_profile__content--nopadding {
  padding-left: 0;
}
.p-popup_profile__content--power {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 120%;
}
.p-popup_profile__contentlist {
  padding-left: 3em;
}
.p-popup_profile__suisen {
  position: absolute;
  right: 0;
  top: 0;
  background: #c65100;
  border-radius: 4em;
  padding: 0.5em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-popup_profile__suisen {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-popup_profile__suisen {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-popup_profile__suisen {
    font-size: 250%;
  }
}
.p-popup_tutor__fig {
  position: relative;
  overflow: hidden;
}
.p-popup_tutor__figc {
  position: absolute;
  bottom: -1.8em;
  left: -0.5em;
  right: -0.5em;
  padding: 0 1em 2em;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  text-align: right;
  background: rgba(255, 255, 255, 0.66);
  font-weight: normal;
  line-height: 1;
}
.p-popup_tutor__figc {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-popup_tutor__figc {
    font-size: 1.6rem;
  }
}
.p-popup_tutor__name {
  font-family: "Noto Serif JP", "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  margin: 1rem 0;
}
.p-popup_tutor__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-popup_tutor__name {
    font-size: 3rem;
  }
}
.p-popup_tutor__span {
  font-size: 75%;
  margin-left: 0.5em;
}
.p-popup_tutor__univ {
  font-size: 120%;
  font-family: "Noto Serif JP", "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #132F8E;
  margin-bottom: 1rem;
}
.p-popup_tutor__high:before {
  content: "出身校：";
}

.p-tutorlist__wrap {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.p-tutorlist__wrap:before, .p-tutorlist__wrap:after {
  content: "";
  display: table;
}
.p-tutorlist__wrap:after {
  clear: both;
}
.p-tutorlist__wrap > * {
  float: left;
  margin: 0 1rem 1rem 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-tutorlist__wrap:before, .p-tutorlist__wrap:after {
  content: none;
}
.p-tutorlist__wrap > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 3) / 4 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 3) / 4);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 3) / 4 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 3) / 4);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 2) / 3);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 2) / 3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 2) / 3);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 1) / 2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 1) / 2);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 1) / 2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 1) / 2);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media print {
  .p-tutorlist__wrap > * {
    width: calc((100% - 1rem * 3) / 4 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .p-tutorlist__wrap > * {
      width: calc((100% - 1rem * 3) / 4);
    }
  }
  .p-tutorlist__wrap > * {
    margin-right: calc(1rem - 0.01px);
  }
  .p-tutorlist__wrap > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.p-tutorlist__label {
  cursor: pointer;
}
.p-tutorlist__item {
  list-style: none;
  padding: 0.5em;
}
.p-tutorlist__fig {
  position: relative;
  overflow: hidden;
}
.p-tutorlist__figc {
  position: absolute;
  bottom: -0.8em;
  left: -0.5em;
  right: -0.5em;
  padding: 0 0.5em 0.5em;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  text-align: right;
  background: rgba(255, 255, 255, 0.66);
  font-family: "Noto Serif JP", "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}
.p-tutorlist__name {
  font-weight: normal;
}
.p-tutorlist__name {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-tutorlist__name {
    font-size: 3rem;
  }
}

.p-field__textbox {
  border: #eee 5px solid;
  padding: 1em 1.5em;
  border-radius: 1em;
}
.p-field__title {
  margin-bottom: 1rem;
  color: #444;
}
.p-field__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-field__title {
    font-size: 3rem;
  }
}
.p-field__step {
  margin-right: 0.5em;
}
.p-field__step--step1 {
  color: #24b424;
}
.p-field__step--step2 {
  color: #be2525;
}
.p-field__step--step3 {
  color: #3333dd;
}

.p-point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: point;
}
@supports (display: grid) {
  .p-point__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  @media only screen and (max-width: 979px) {
    .p-point__wrap {
      -ms-grid-columns: 1fr 1rem 1fr;
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
.p-point__item {
  list-style: none;
  position: relative;
  width: calc((100% - 2rem) / 3);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 979px) {
  .p-point__item {
    width: calc((100% - 1rem) / 2);
  }
}
@supports (display: grid) {
  .p-point__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-point__label {
  cursor: pointer;
}
.p-point__img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .p-point__img {
    height: 20vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-point__fig:hover .p-point__img {
  opacity: 1;
}
.p-point__figc {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-point__figc > * {
  width: 100%;
}
.p-point__figc:before {
  counter-increment: point;
  content: counter(point, decimal);
  margin-top: auto;
  margin-bottom: 0.3em;
  font-weight: bold;
  color: #fff;
  background: #132F8E;
  line-height: 1;
  width: 1.8em;
  height: 1.8em;
  border-radius: 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-point__figc:before {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-point__figc:before {
    font-size: 3rem;
  }
}
.p-point__text {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: auto;
}
.p-point__text {
  font-size: calc(1.2rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-point__text {
    font-size: 2.6rem;
  }
}

.p-popup_point__wrap {
  counter-reset: pointpopup;
}
.p-popup_point__box {
  width: 90vw;
  max-width: 1200px;
  max-height: 90vh;
  padding: 2em;
  background: #fff;
  overflow: auto;
}
.p-popup_point__title {
  color: #132F8E;
  text-align: left;
  margin-bottom: 1rem;
}
.p-popup_point__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-popup_point__title {
    font-size: 3rem;
  }
}
.p-popup_point__title:before {
  counter-increment: pointpopup;
  content: counter(pointpopup, decimal) ". ";
}
.p-popup_point__img {
  margin-bottom: 1rem;
}
.p-popup_point__figc {
  text-align: left;
}

.p-facilty__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@supports (display: grid) {
  .p-facilty__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }
  @media only screen and (max-width: 979px) {
    .p-facilty__wrap {
      -ms-grid-columns: 1fr 1em 1fr;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 639px) {
    .p-facilty__wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.p-facilty__item {
  list-style: none;
  width: calc((100% - 2rem) / 3);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 979px) {
  .p-facilty__item {
    width: calc((100% - 1rem) / 2);
  }
}
@media only screen and (max-width: 639px) {
  .p-facilty__item {
    width: 100%;
  }
}
@supports (display: grid) {
  .p-facilty__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-facilty__fig {
  position: relative;
}
.p-facilty__figc {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  background: rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: 0 0 1em #fff inset;
          box-shadow: 0 0 1em #fff inset;
}
.p-facilty__figc {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-facilty__figc {
    font-size: 1.6rem;
  }
}
.p-facilty__title {
  font-size: 120%;
}
.p-facilty__text {
  font-size: 83.3%;
  overflow: hidden;
}
.p-facilty__text > * {
  line-height: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 979px) {
  .p-facilty__text > * {
    opacity: 1;
    line-height: 1.5 !important;
  }
}
.p-facilty__item:hover .p-facilty__text > * {
  opacity: 1;
  line-height: 1.5 !important;
}

.p-flow-step__wrap {
  counter-reset: step;
}
.p-flow-step__item {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@supports (display: grid) {
  .p-flow-step__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6em 1fr;
    grid-template-columns: 6em 1fr;
  }
}
.p-flow-step__number {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (display: grid) {
  .p-flow-step__number {
    position: static;
  }
}
.p-flow-step__item:nth-child(6n+1) .p-flow-step__number {
  background: hsl(116, 52%, 55%);
}
.p-flow-step__item:nth-child(6n+2) .p-flow-step__number {
  background: hsl(176, 52%, 55%);
}
.p-flow-step__item:nth-child(6n+3) .p-flow-step__number {
  background: hsl(236, 52%, 55%);
}
.p-flow-step__item:nth-child(6n+4) .p-flow-step__number {
  background: hsl(296, 52%, 55%);
}
.p-flow-step__item:nth-child(6n+5) .p-flow-step__number {
  background: hsl(356, 52%, 55%);
}
.p-flow-step__item:nth-child(6n+6) .p-flow-step__number {
  background: hsl(56, 52%, 55%);
}
.p-flow-step__count {
  text-align: center;
  line-height: 1;
}
.p-flow-step__count:after {
  counter-increment: step;
  content: counter(step, decimal);
  display: block;
}
.p-flow-step__count:after {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-flow-step__count:after {
    font-size: 3rem;
  }
}
.p-flow-step__content {
  background: #eee;
  width: 100%;
  height: 100%;
  padding: 1em 1em 1em 5em;
}
.p-flow-step__content {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-flow-step__content {
    font-size: 1.6rem;
  }
}
@supports (display: grid) {
  .p-flow-step__content {
    padding: 1em;
  }
}
.p-flow-step__title {
  font-size: 120%;
  font-weight: normal;
}
.p-flow-step__subtext {
  margin-left: 1em;
}
.p-flow-step__subtext {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .p-flow-step__subtext {
    font-size: 1.28rem;
  }
}
.p-flow-step__text {
  line-height: 1.5;
}

.p-about-building__img--pc {
  display: none;
}
@media only screen and (min-width: 766px) {
  .p-about-building__img--pc {
    display: block;
  }
}
.p-about-building__img--mobile {
  display: none;
}
@media only screen and (max-width: 766px) {
  .p-about-building__img--mobile {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .p-resulttable__table th, .p-resulttable__table td {
    display: none;
  }
  .p-resulttable__table th:nth-last-child(-n+4), .p-resulttable__table th:nth-child(1), .p-resulttable__table td:nth-last-child(-n+4), .p-resulttable__table td:nth-child(1) {
    display: table-cell;
  }
}

.p-top-teaser {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
}
.p-top-teaser__text {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  text-align: center;
  line-height: 1.8;
  padding: 2em 0;
}
.p-top-teaser__text {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.6984866123));
}
@media only screen and (min-width: 1180px) {
  .p-top-teaser__text {
    font-size: 2rem;
  }
}
.p-top-teaser__worklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-teaser__worklist_item {
  list-style: none;
  width: calc((100% - 1em) / 2);
}
.p-top-teaser__worklist_item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1em;
}
@media only screen and (max-width: 766px) {
  .p-top-teaser__worklist_item {
    width: 100%;
  }
  .p-top-teaser__worklist_item:not(:nth-child(1)) {
    margin-top: 1em;
  }
}
.p-top-teaser__worklist_fig {
  position: relative;
}
.p-top-teaser__worklist_figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.5em 0;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.p-top-teaser__worklist_figc {
  font-size: calc(1.4rem + (1vw - 0.32rem) * (0.6984866123));
}
@media only screen and (min-width: 1180px) {
  .p-top-teaser__worklist_figc {
    font-size: 2rem;
  }
}

.p-top-imgnav__box {
  background: url(../../img/bg_water.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.p-top-imgnav__list {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-imgnav__list {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-top-imgnav__list {
    font-size: 3rem;
  }
}
.p-top-imgnav__item {
  list-style: none;
  color: #fff;
  text-align: center;
  width: 50%;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22);
}
.p-top-imgnav__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 0.5em;
}
.p-top-imgnav__btn {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
}

.p-toppickup__list li {
  padding: 0 1em;
}
.p-toppickup__list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: "figure" auto/1fr;
  gap: 0.5em;
  text-decoration: none;
}
.p-toppickup__list a:hover {
  opacity: 0.6;
}
.p-toppickup__list figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: figure;
}
.p-toppickup__list img {
  max-height: 600px;
  max-width: 90vw;
}

.p-topsnspost__list > li {
  border: 0;
}

.p-topinterview__wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  padding: 0 1.1vw 4em 1.1vw;
}
.p-topinterview__list li {
  padding: 0 1em;
}
.p-topinterview__list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0.5em auto 0.5em auto;
  -ms-grid-columns: 1fr;
      grid-template: "figure" "h3" "aside" auto/1fr;
  line-height: 1.3;
  gap: 0.5em;
  text-decoration: none;
  color: #333;
  padding: 1em;
  border: 1px solid #666;
}
.p-topinterview__list a {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-topinterview__list a {
    font-size: 1.6rem;
  }
}
.p-topinterview__list a:hover {
  opacity: 0.6;
}
.p-topinterview__list h3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: h3;
}
.p-topinterview__list aside {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: aside;
  color: #999;
  text-align: right;
  line-height: 1.3;
}
.p-topinterview__list aside {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .p-topinterview__list aside {
    font-size: 1.28rem;
  }
}
.p-topinterview__list figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: figure;
}
.p-top-topics {
  background: #eee;
  color: #333;
  padding: 2em 0;
}
.p-top-topics__box {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
}
.p-top-topics__title {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-top-topics__title {
    font-size: 3rem;
  }
}
.p-top-topics__list {
  padding: 1em 0;
}
.p-top-topics__item {
  list-style: none;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-top-topics__item:not(:last-child) {
  border-bottom: #ccc 1px dotted;
}
.p-top-topics__date {
  margin-right: 2em;
}
.p-pagetopanchor__box {
  position: sticky;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: -2em;
}
.p-pagetopanchor__box {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-pagetopanchor__box {
    font-size: 1.6rem;
  }
}
.p-pagetopanchor__box.pcactive {
  bottom: 0;
}
.p-pagetopanchor__btn {
  display: block;
  background: #666;
  color: #fff;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.p-pagetopanchor__btn:hover {
  opacity: 0.6;
}

.p-sitefooter__wrap {
  padding: 0 1em;
}
.p-sitefooter__contact {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.1vw;
  margin: 2em auto;
}
.p-sitefooter__contact {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter__contact {
    font-size: 1.6rem;
  }
}
.p-sitefooter__copyright {
  font-style: normal;
  text-align: center;
  margin-bottom: 2em;
}
.p-sitefooter__copyright {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter__copyright {
    font-size: 1.28rem;
  }
}

.p-contact__wrap {
  background: #eee;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  border: #ccc 1px solid;
  border-radius: 0.5em;
  padding: 1em;
}
.p-contact__text {
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.p-contact__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 419px) {
  .p-contact__action {
    display: block;
  }
}
@media only screen and (max-width: 419px) {
  .p-contact__tel {
    text-align: center;
    margin-bottom: 1em;
  }
}
.p-contact__numbers {
  margin-bottom: 0.5rem;
}
.p-contact__numbers {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-contact__numbers {
    font-size: 3rem;
  }
}
.p-contact__tellink {
  font-size: 144%;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-right: 1em;
}
.p-contact__open {
  font-size: calc(1.04rem + (1vw - 0.32rem) * (0.2793946449));
}
@media only screen and (min-width: 1180px) {
  .p-contact__open {
    font-size: 1.28rem;
  }
}
.p-contact__contentslink {
  display: block;
  padding: 1.5em 3em;
  border-radius: 0.5em;
  background: #333;
  background: #132F8E;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact__contentslink {
  font-size: calc(1.3rem + (1vw - 0.32rem) * (0.3492433062));
}
@media only screen and (min-width: 1180px) {
  .p-contact__contentslink {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 419px) {
  .p-contact__contentslink {
    text-align: center;
  }
}
.p-contact__contentslink:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 766px) {
  .p-contact__contentslink {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.p-contact__contentslink--button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  margin: auto;
  padding: 0.8em 2em;
  cursor: pointer;
}
.p-contact__contentslink--button {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-contact__contentslink--button {
    font-size: 3rem;
  }
}
.p-contact__contentslink--cancel {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  margin: auto;
  padding: 0.8em 2em;
  cursor: pointer;
  background: #666;
}
.p-contact__contentslink--cancel {
  font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6298020955));
}
@media only screen and (min-width: 1180px) {
  .p-contact__contentslink--cancel {
    font-size: 3rem;
  }
}
.p-contact__icon {
  position: absolute;
  opacity: 0.2;
  font-size: 400%;
  top: 50%;
  right: 0.2em;
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}

#interview .p-pageTitle__title {
  padding: 1.5em 0;
}
#interview .interview_nav {
  margin: 20px 0;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 1fr) 1em minmax(auto, 1fr) 1em minmax(auto, 1fr);
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 0.5em 1em;
}
#interview .p-contact__contentslink {
  height: 3em;
  padding: 8px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  word-break: keep-all;
}
#interview .p-contact__contentslink.top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: solid;
  color: #132F8E;
}
#interview h3 {
  color: #132F8E;
}
#interview h5 {
  color: #132F8E;
  font-size: 140%;
  text-align: left;
  padding: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}
#interview h5:after {
  content: "";
  position: absolute;
  border-bottom: solid 0.6em;
  color: #fdfb8c;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#interview p.p-interview_right {
  color: #132F8E;
  font-size: 100%;
  text-align: right;
  font-weight: bold;
}
#interview .c-text > *:not(:first-child) {
  margin-top: 0.8rem;
}
#interview .c-text > *:not(:first-child) p {
  font-size: 103% !important;
}
#interview figure img {
  max-width: 800px;
  width: 100%;
  max-height: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#interview strong.black {
  color: black;
  font-weight: bold;
}
#interview .c-interview-content p:not(.p-host, .p-guest1, .p-guest2, .p-guest3, .p-guest4, .p-guest5):not(:has(.p-host, .p-guest1, .p-guest2, .p-guest3, .p-guest4, .p-guest5)) {
  padding-left: 1em;
}
#interview .p-host {
  color: black;
  font-weight: bold;
  padding-top: 1rem;
}
#interview .p-guest1 {
  color: rgb(153, 37, 182);
  font-weight: bold;
  padding-top: 1rem;
}
#interview .p-guest2 {
  color: rgb(37, 136, 53);
  font-weight: bold;
  padding-top: 1rem;
}
#interview .p-guest3 {
  color: rgb(225, 105, 105);
  font-weight: bold;
  padding-top: 1rem;
}
#interview .p-guest4 {
  color: rgb(34, 97, 192);
  font-weight: bold;
  padding-top: 1rem;
}
#interview .p-guest5 {
  color: rgb(190, 0, 32);
  font-weight: bold;
  padding-top: 1rem;
}
#interview .p-talk {
  padding-left: 1em;
}
@media only screen and (max-width: 352px) {
  #interview .interview_nav {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}
#interview .p-pageTitle__box--interview {
  background-image: url(../../img/bg__pagetitle--voice.jpg);
}
#interview ul.p-interview {
  padding-left: 1.5em;
}
#interview .p-interview__li {
  padding-left: 2em;
  list-style: none;
  position: relative;
  line-height: 1.8;
  overflow: hidden;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#interview .p-interview__li:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #132F8E;
}
#interview .underline {
  -webkit-text-decoration: underline double #132F8E;
          text-decoration: underline double #132F8E;
}
#interview .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
  background: linear-gradient(transparent 70%, yellow 70%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#interview .note {
  margin: 0.5em 0;
  background: #eee;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
}
#interview .note p {
  position: relative;
  z-index: 10;
}
#interview .note:before,
#interview .note:after {
  content: "“";
  font-size: 1200%;
  color: rgba(77, 74, 74, 0.3647058824);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 1;
}
#interview .note:before {
  content: "“";
  top: 0.4em;
  left: 0.2em;
}
#interview .note:after {
  content: "”";
  right: -0.27em;
  bottom: -1.02em;
}

#interview_new h3 {
  color: #132F8E;
}
#interview_new h5 {
  color: #132F8E;
  font-size: 140%;
  text-align: left;
  padding: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}
#interview_new h5:after {
  content: "";
  position: absolute;
  border-bottom: solid 0.6em;
  color: #fdfb8c;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#interview_new .p-pageTitle__title {
  padding: 1.5em 0;
}
#interview_new .interview_nav {
  margin: 20px 0;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 1fr) 1em minmax(auto, 1fr) 1em minmax(auto, 1fr);
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 0.5em 1em;
}
#interview_new .p-contact__contentslink {
  padding: 8px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  word-break: keep-all;
}
#interview_new .p-contact__contentslink.top {
  background: #fff;
  border: solid;
  color: #132F8E;
}
#interview_new p.p-interview_right {
  color: black;
  font-size: 100%;
  text-align: right;
  font-weight: bold;
}
#interview_new .c-text > *:not(:first-child) {
  margin-top: 0.8rem;
}
#interview_new .c-text > *:not(:first-child) p {
  font-size: 103% !important;
}
#interview_new figure img {
  max-width: 800px;
  width: 100%;
  max-height: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#interview_new strong.black {
  color: black;
  font-weight: bold;
}
#interview_new .p-speaker {
  font-weight: bold;
  padding-top: 1rem;
}
#interview_new .p-speaker__host {
  color: black;
}
#interview_new .p-speaker__guest1 {
  color: rgb(153, 37, 182);
}
#interview_new .p-speaker__guest2 {
  color: rgb(37, 136, 53);
}
#interview_new .p-speaker__guest3 {
  color: rgb(225, 105, 105);
}
#interview_new .p-speaker__guest4 {
  color: rgb(34, 97, 192);
}
#interview_new .p-speaker__guest5 {
  color: rgb(190, 0, 32);
}
#interview_new .p-talk {
  padding-left: 1em;
}
#interview_new .p-pageTitle__box--interview {
  background-image: url(../../img/bg__pagetitle--voice.jpg);
}
#interview_new ul.p-interview {
  padding-left: 1.5em;
}
#interview_new .p-interview__li {
  padding-left: 2em;
  list-style: none;
  position: relative;
  line-height: 1.8;
  overflow: hidden;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#interview_new .p-interview__li:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #132F8E;
}
#interview_new .underline {
  -webkit-text-decoration: underline double #132F8E;
          text-decoration: underline double #132F8E;
}
#interview_new .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
  background: linear-gradient(transparent 70%, yellow 70%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#interview_new .note {
  margin: 0.5em 0;
  background: #eee;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
}
#interview_new .note p {
  position: relative;
  z-index: 10;
}
#interview_new .note:before,
#interview_new .note:after {
  content: "“";
  font-size: 1200%;
  color: rgba(77, 74, 74, 0.3647058824);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 1;
}
#interview_new .note:before {
  content: "“";
  top: 0.4em;
  left: 0.2em;
}
#interview_new .note:after {
  content: "”";
  right: -0.27em;
  bottom: -1.02em;
}

/* Utility
   ----------------------------------------------------------------- */
#wrap {
  overflow: hidden;
}

#gNavbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gnavactive #gNavbg {
  opacity: 0.5;
  pointer-events: all;
  cursor: pointer;
}
.no-cssgrid .gnavactive #gNavbg {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

#backhome span,
#pagetopanchor span {
  display: none;
}
#footer {
  padding: 2em 0 6em;
  background: #d7dee3;
}
#footer #fNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #fNav li a {
  display: block;
  padding: 1em;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
#footer #fNav li a {
  font-size: 1.3rem;
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  #footer #fNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  #footer #fNav li a {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  #footer #fNav li a {
    font-size: 2.7027027027vw;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  #footer #fNav li a {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 419px) {
  #footer #fNav li a {
    font-size: 3.7037037037vw;
  }
}
#footer #fNav li a:hover {
  color: #1c45d1;
}
#footer address {
  text-align: center;
  font-style: normal;
}
#footer address {
  font-size: 0.9rem;
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  #footer address {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  #footer address {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  #footer address {
    font-size: 1.8867924528vw;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  #footer address {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 419px) {
  #footer address {
    font-size: 3.125vw;
  }
}

.ouxs {
  display: unset !important;
}

td.ouxs, th.ouxs {
  display: table-cell !important;
}

.olxs {
  display: none !important;
}

@media only screen and (max-width: 419px) {
  .ouxs {
    display: none !important;
  }
  td.ouxs, th.ouxs {
    display: none !important;
  }
  .olxs {
    display: unset !important;
  }
  td.olxs, th.olxs {
    display: table-cell !important;
  }
}
.ouxs-s {
  display: unset !important;
}

td.ouxs-s, th.ouxs-s {
  display: table-cell !important;
}

.olxs-s {
  display: none !important;
}

@media only screen and (min-width: 420px) and (max-width: 639px) {
  .ouxs-s {
    display: none !important;
  }
  td.ouxs-s, th.ouxs-s {
    display: none !important;
  }
  .olxs-s {
    display: unset !important;
  }
  td.olxs-s, th.olxs-s {
    display: table-cell !important;
  }
}
.ous {
  display: unset !important;
}

td.ous, th.ous {
  display: table-cell !important;
}

.ols {
  display: none !important;
}

@media only screen and (max-width: 639px) {
  .ous {
    display: none !important;
  }
  td.ous, th.ous {
    display: none !important;
  }
  .ols {
    display: unset !important;
  }
  td.ols, th.ols {
    display: table-cell !important;
  }
}
.ousmin {
  display: unset !important;
}

td.ousmin, th.ousmin {
  display: table-cell !important;
}

.olsmin {
  display: none !important;
}

@media only screen and (min-width: 639px) {
  .ousmin {
    display: none !important;
  }
  td.ousmin, th.ousmin {
    display: none !important;
  }
  .olsmin {
    display: unset !important;
  }
  td.olsmin, th.olsmin {
    display: table-cell !important;
  }
}
.ous-m {
  display: unset !important;
}

td.ous-m, th.ous-m {
  display: table-cell !important;
}

.ols-m {
  display: none !important;
}

@media only screen and (min-width: 640px) and (max-width: 766px) {
  .ous-m {
    display: none !important;
  }
  td.ous-m, th.ous-m {
    display: none !important;
  }
  .ols-m {
    display: unset !important;
  }
  td.ols-m, th.ols-m {
    display: table-cell !important;
  }
}
.oum {
  display: unset !important;
}

td.oum, th.oum {
  display: table-cell !important;
}

.olm {
  display: none !important;
}

@media only screen and (max-width: 766px) {
  .oum {
    display: none !important;
  }
  td.oum, th.oum {
    display: none !important;
  }
  .olm {
    display: unset !important;
  }
  td.olm, th.olm {
    display: table-cell !important;
  }
}
.oummin {
  display: unset !important;
}

td.oummin, th.oummin {
  display: table-cell !important;
}

.olmmin {
  display: none !important;
}

@media only screen and (min-width: 766px) {
  .oummin {
    display: none !important;
  }
  td.oummin, th.oummin {
    display: none !important;
  }
  .olmmin {
    display: unset !important;
  }
  td.olmmin, th.olmmin {
    display: table-cell !important;
  }
}
.oum-l {
  display: unset !important;
}

td.oum-l, th.oum-l {
  display: table-cell !important;
}

.olm-l {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 979px) {
  .oum-l {
    display: none !important;
  }
  td.oum-l, th.oum-l {
    display: none !important;
  }
  .olm-l {
    display: unset !important;
  }
  td.olm-l, th.olm-l {
    display: table-cell !important;
  }
}
.oul {
  display: unset !important;
}

td.oul, th.oul {
  display: table-cell !important;
}

.oll {
  display: none !important;
}

@media only screen and (max-width: 979px) {
  .oul {
    display: none !important;
  }
  td.oul, th.oul {
    display: none !important;
  }
  .oll {
    display: unset !important;
  }
  td.oll, th.oll {
    display: table-cell !important;
  }
}
.oulmin {
  display: unset !important;
}

td.oulmin, th.oulmin {
  display: table-cell !important;
}

.ollmin {
  display: none !important;
}

@media only screen and (min-width: 979px) {
  .oulmin {
    display: none !important;
  }
  td.oulmin, th.oulmin {
    display: none !important;
  }
  .ollmin {
    display: unset !important;
  }
  td.ollmin, th.ollmin {
    display: table-cell !important;
  }
}
.oul-ul {
  display: unset !important;
}

td.oul-ul, th.oul-ul {
  display: table-cell !important;
}

.oll-ul {
  display: none !important;
}

@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .oul-ul {
    display: none !important;
  }
  td.oul-ul, th.oul-ul {
    display: none !important;
  }
  .oll-ul {
    display: unset !important;
  }
  td.oll-ul, th.oll-ul {
    display: table-cell !important;
  }
}
.ouul {
  display: unset !important;
}

td.ouul, th.ouul {
  display: table-cell !important;
}

.olul {
  display: none !important;
}

@media only screen and (max-width: 1179px) {
  .ouul {
    display: none !important;
  }
  td.ouul, th.ouul {
    display: none !important;
  }
  .olul {
    display: unset !important;
  }
  td.olul, th.olul {
    display: table-cell !important;
  }
}
.ouulmin {
  display: unset !important;
}

td.ouulmin, th.ouulmin {
  display: table-cell !important;
}

.olulmin {
  display: none !important;
}

@media only screen and (min-width: 1180px) {
  .ouulmin {
    display: none !important;
  }
  td.ouulmin, th.ouulmin {
    display: none !important;
  }
  .olulmin {
    display: unset !important;
  }
  td.olulmin, th.olulmin {
    display: table-cell !important;
  }
}
.oud {
  display: unset !important;
}

td.oud, th.oud {
  display: table-cell !important;
}

.old {
  display: none !important;
}

@media only screen and (min-width: 1180px) {
  .oud {
    display: none !important;
  }
  td.oud, th.oud {
    display: none !important;
  }
  .old {
    display: unset !important;
  }
  td.old, th.old {
    display: table-cell !important;
  }
}
.oup {
  display: unset !important;
}

td.oup, th.oup {
  display: table-cell !important;
}

.olp {
  display: none !important;
}

@media print {
  .oup {
    display: none !important;
  }
  td.oup, th.oup {
    display: none !important;
  }
  .olp {
    display: unset !important;
  }
  td.olp, th.olp {
    display: table-cell !important;
  }
}
.dib {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.displaynone {
  display: none;
}

.wating {
  color: #f00;
  font-weight: bold;
}

.mp {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.tablebreaker.breaking caption, .tablebreaker.breaking td, .tablebreaker.breaking th, .tablebreaker.breaking tr, .tablebreaker.breaking,
.tablebreaker.breaking tbody {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  font-size: 100%;
  line-height: 1.5;
}

.tablebreaker.breaking {
  margin-bottom: 2.2vw;
}
.tablebreaker.breaking thead {
  display: none;
}
.tablebreaker.breaking tr {
  margin-bottom: 2.2vw;
}
.tablebreaker.breaking tr:last-child {
  margin-bottom: 0;
}
.tablebreaker.breaking caption {
  font-size: 83.3%;
}

.btnsHoverList > *,
.btnsHover {
  cursor: pointer !important;
}

#main .px8 {
  font-size: 0.8rem;
}
#main .px9 {
  font-size: 0.9rem;
}
#main .px10 {
  font-size: 1rem;
}
#main .px11 {
  font-size: 1.1rem;
}
#main .px12 {
  font-size: 1.2rem;
}
#main .px13 {
  font-size: 1.3rem;
}
#main .px14 {
  font-size: 1.4rem;
}
#main .px15 {
  font-size: 1.5rem;
}
#main .px16 {
  font-size: 1.6rem;
}
#main .px17 {
  font-size: 1.7rem;
}
#main .px18 {
  font-size: 1.8rem;
}
#main .px19 {
  font-size: 1.9rem;
}
#main .px20 {
  font-size: 2rem;
}
#main .px21 {
  font-size: 2.1rem;
}
#main .px22 {
  font-size: 2.2rem;
}
#main .px23 {
  font-size: 2.3rem;
}
#main .px24 {
  font-size: 2.4rem;
}
#main .error,
#main .red {
  color: red;
}
#main strong {
  font-weight: bold;
}
#main .clear {
  clear: both;
}
#main .txtAlignC,
#main .allTxtAlignC th,
#main .allTxtAlignC td {
  text-align: center;
}
#main .txtAlignL {
  text-align: left;
}
#main .txtAlignR,
#main .tar {
  text-align: right;
}
#main .vAlignMiddle {
  vertical-align: middle;
  margin: 0 5px;
}
#main .linklist {
  margin-bottom: 2.2vw;
  padding-left: 10px;
}
#main .linklist li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 1.1vw;
  line-height: 1.4;
  list-style: none;
}
#main .linklist li a:hover {
  color: #132F8E;
}
#main .linklist li a:hover span {
  color: inherit;
}
#main .linklist li:before, #main .linklist li:after {
  position: absolute;
  content: "" !important;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: transparent 5px solid;
  border-right: none;
  border-left: transparent 10px solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main .linklist li:before {
  left: 0px;
  border-left-color: #071134;
}
#main .linklist li:hover:before {
  left: 5px;
}
#main .linklist li:after {
  left: 10px;
  border-left-color: #0c1d58;
}
#main .linklist li:hover:after {
  left: 15px;
}
#main td #main .linklist {
  margin: 0;
}
#main td #main .linklist li {
  padding-left: 26px;
  font-size: 1.1rem;
}
#main td #main .linklist li a {
  font-size: 1.2rem;
}
#main td #main .linklist li a .fa {
  display: inline;
}
#main td #main .linklist li:before, #main td #main .linklist li:after {
  border-width: 4.5px;
  border-left-width: 9px;
  border-right: none;
}
#main td #main .linklist li:before {
  left: 0px;
}
#main td #main .linklist li:after {
  left: 9px;
}
#main td #main .linklist li:hover:before {
  left: 3px;
}
#main td #main .linklist li:hover:after {
  left: 12px;
}
#main .flr {
  float: right;
  margin-left: 1.1vw;
}
#main .fll {
  float: left;
  margin-right: 1.1vw;
}
#main .flr,
#main .fll {
  margin-bottom: 2.2vw;
  max-width: 30%;
  max-width: calc(33.3% - 2.2vw);
}
#main .flr img,
#main .fll img {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #main .flr,
  #main .fll {
    max-width: 33%;
    max-width: calc(33.3% - 1.1vw);
  }
}
#main ol.zengokakko {
  counter-reset: li;
  padding-left: 0;
}
#main ol.zengokakko li:before {
  counter-increment: li;
  content: "（" counter(li, decimal) "）";
}
#main ol.zengokakko > li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}
#main ol.zengokakko > li:before {
  position: absolute;
  left: 0;
  color: #000 !important;
}
#main ul.comelist {
  padding-left: 0;
  margin-top: 1.1vw;
}
#main ul.comelist > li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
#main ul.comelist > li:before {
  position: absolute;
  left: 0;
  color: #000 !important;
}
#main ul.comelist > li {
  margin-top: 0;
  font-size: 1rem;
}
#main ul.comelist > li:before {
  content: "※";
}
#main .tabledl {
  overflow: hidden;
}
#main .tabledl dt {
  float: left;
}
#main .tabledl dd {
  margin-bottom: 0.5em;
}
#main .tabledl.tdl1em dt {
  width: "1em";
}
#main .tabledl.tdl1em dd {
  margin-left: "1.5em";
}
#main .tabledl.tdl2em dt {
  width: "2em";
}
#main .tabledl.tdl2em dd {
  margin-left: "2.5em";
}
#main .tabledl.tdl3em dt {
  width: "3em";
}
#main .tabledl.tdl3em dd {
  margin-left: "3.5em";
}
#main .tabledl.tdl4em dt {
  width: "4em";
}
#main .tabledl.tdl4em dd {
  margin-left: "4.5em";
}
#main .tabledl.tdl5em dt {
  width: "5em";
}
#main .tabledl.tdl5em dd {
  margin-left: "5.5em";
}
#main .widthbox-1-harf {
  width: 50%;
  margin: auto;
}
#main .widthbox-3-quarter {
  width: 75%;
  margin: auto;
}
#main em {
  color: #c00;
}
#main img[src=""] {
  background: #f00;
}
#main .icon i {
  margin-left: 5px;
}
#main .fa-file-pdf {
  color: #f21d1d;
}
#main .fa-file-word {
  color: #121b83;
}
#main .fa-file-excel {
  color: #0e9a2f;
}
#main .fa-file-powerpoint {
  color: #ff9300;
}
#main .fa-clone {
  color: #132F8E;
}