@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset for form */
input[type=text],
input[type=checkbox],
input[type=submit],
input[type=search],
input[type=tel],
input[type=email],
input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.min, .p-footer-info .forTtl, .p-footer-info .forName, .p-post-detail .forTtl, .p-profile-history .toggleBox .toggle, .p-profile-work .tab_box .tab_panel .forTtl, .p-profile-work .tab_box .tab_btn, .p-profile-position .forTtl, .p-profile-about .forName, .p-policy-pole .item .forTtl, .p-policy-index .item .forTxt, .p-policy-intro .forTxt .lead, .c-title-std, .c-title-top, .c-title-headArea .ttl, .c-title-primary {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.5333333333vw;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

a {
  display: block;
  text-decoration: none;
  color: #0066cc;
}
a[href^="tel:"] {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333;
  }
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.opacity {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.trans, .p-top-scene .p-pd-scene__item:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hoverTxt {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boxShadow {
  -webkit-box-shadow: 0px 0px 6px rgba(54, 48, 48, 0.6);
          box-shadow: 0px 0px 6px rgba(54, 48, 48, 0.6);
}

.txtShadow {
  text-shadow: 0px 0px 9px rgba(54, 48, 48, 0.71);
}

.box-trim {
  position: relative;
  overflow: hidden;
}
.box-trim img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .noPC {
    display: none !important;
  }
}

.scrollBox::-webkit-scrollbar {
  width: 1.3541666667vw;
}
@media screen and (min-width: 1920px) {
  .scrollBox::-webkit-scrollbar {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .scrollBox::-webkit-scrollbar {
    width: 2.6666666667vw;
  }
}
.scrollBox::-webkit-scrollbar-track {
  background: #ccc;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #3399ff;
}

/*========== l-main.scss ==========*/
.l-main {
  display: block;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 15.4666666667vw;
  }
}

/*========== l-header.scss ==========*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
/*========== l-footer.scss ==========*/
/*========== c-inner.scss ==========*/
.c-inner {
  margin: auto;
  width: 88vw;
}
@media screen and (min-width: 769px) {
  .c-inner {
    width: 72.9166666667vw;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .c-inner {
    width: 1400px;
  }
}
@media screen and (min-width: 769px) {
  .c-inner.sizeM {
    width: 81.7708333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .c-inner.sizeM {
    max-width: 1570px;
  }
}
@media screen and (min-width: 769px) {
  .c-inner.sizeL {
    width: 96%;
  }
}
@media screen and (min-width: 1920px) {
  .c-inner.sizeL {
    max-width: 1920px;
  }
}

/*========== c-title.scss ==========*/
.c-title-primary {
  font-size: 150%;
  color: #3399ff;
  margin-bottom: 0.5em;
}
.c-title-secondary {
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #0066cc;
  font-size: 120%;
}
.c-title-headArea.withBL {
  background-color: #003366;
}
.c-title-headArea.withGY {
  background-color: #ccc;
}
.c-title-headArea .c-inner {
  position: relative;
  height: 41.6666666667vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea .c-inner {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea .c-inner {
    height: 86.4vw;
  }
}
.c-title-headArea .c-inner.other {
  text-align: center;
  height: 20.5208333333vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea .c-inner.other {
    height: 394px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea .c-inner.other {
    height: 53.3333333333vw;
  }
}
.c-title-headArea .c-inner.other .ttl .en {
  color: #0066cc;
}
@media screen and (max-width: 768px) {
  .c-title-headArea .c-inner.other .ttl .en {
    font-size: 4.8vw;
  }
}
.c-title-headArea .ttl {
  line-height: 1.2;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea .ttl {
    font-size: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea .ttl {
    font-size: 7.4666666667vw;
  }
}
.c-title-headArea .ttl .en {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  padding-top: 0.5em;
  font-size: 2.1875vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea .ttl .en {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea .ttl .en {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.forTop {
    overflow-x: hidden;
  }
}
.c-title-headArea.forTop .ttl {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: auto;
}
.c-title-top {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.2;
  color: #003366;
  font-size: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  .c-title-top {
    font-size: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-top {
    font-size: 7.4666666667vw;
  }
}
.c-title-top .en {
  display: block;
  color: #0066cc;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-top: 0.25em;
  font-size: 2.1875vw;
}
@media screen and (min-width: 1920px) {
  .c-title-top .en {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-top .en {
    font-size: 5.3333333333vw;
  }
}
.c-title-std {
  margin-bottom: 1.5em;
  text-align: center;
  color: #3399ff;
  font-size: 2.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .c-title-std {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-std {
    font-size: 6.4vw;
  }
}

/*========== c-table.scss ==========*/
.c-table-std {
  background-color: #fff;
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
  border-collapse: collapse;
  width: 100%;
}
.c-table-std th, .c-table-std td {
  border-bottom: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
}
.c-table-std thead th {
  text-align: center;
  background-color: #0066cc;
  color: #fff;
  padding: 0.25em 0;
}
.c-table-std thead th.day {
  width: 24%;
}
.c-table-std tbody th {
  text-align: left;
}
.c-table-std tbody td {
  padding: 0.25em;
}

/*========== c-sec.scss ==========*/
.c-sec-intro {
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .c-sec-intro {
    padding: 60px 0;
  }
}
.c-sec-intro.noLead {
  padding-bottom: 0;
}
.c-sec-bg {
  background-color: #F4F2EC;
}
.c-sec-2nd {
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .c-sec-2nd {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-2nd {
    margin-bottom: 8vw;
  }
}
.c-sec-3rd {
  padding-top: 1em;
}

/*========== c-btn.scss ==========*/
.c-btn-std {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  padding: 1em;
}
.c-btn-std .icon {
  display: inline-block;
  position: relative;
}
.c-btn-std .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn-std .icon_DL {
  white-space: nowrap;
  padding-left: 2em;
}
.c-btn-std .icon_DL:before {
  background-image: url("img/icon_dl.svg");
  width: 1.6666666667vw;
  height: 1.5104166667vw;
}
@media screen and (min-width: 1920px) {
  .c-btn-std .icon_DL:before {
    width: 32px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-std .icon_DL:before {
    width: 6.6666666667vw;
    height: 6.1333333333vw;
  }
}
.c-btn-std .icon_link {
  padding-left: 3rem;
}
.c-btn-std .icon_link:before {
  background-image: url("img/icon_link.svg");
  width: 1.3541666667vw;
  height: 1.3541666667vw;
}
@media screen and (min-width: 1920px) {
  .c-btn-std .icon_link:before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-std .icon_link:before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-btn-std .icon .pdf {
  color: #0066cc;
  margin-right: 0.5em;
}
.c-btn-more {
  display: inline-block;
  line-height: 1;
}
.c-btn-more .icon {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 4.4270833333vw;
}
@media screen and (min-width: 1920px) {
  .c-btn-more .icon {
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-more .icon {
    font-size: 4.2666666667vw;
    padding-left: 13.8666666667vw;
  }
}
.c-btn-more .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("img/arrow.svg") center no-repeat;
  background-size: contain;
  width: 3.8541666667vw;
  height: 1.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .c-btn-more .icon:before {
    width: 74px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-more .icon:before {
    width: 11.2vw;
    height: 5.6vw;
  }
}
.c-btn-more .icon.cl-wh {
  color: #fff;
}
.c-btn-more .icon.cl-wh:before {
  background-image: url("img/arrow_wh.svg");
}
.c-btn-moreWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*========== c-form.scss ==========*/
.c-form {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .c-form {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-form .forTtl {
    float: left;
    clear: both;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c-form .forTtl {
    margin-bottom: 0.5em;
  }
}
.c-form .forTtl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #3399ff;
  margin-right: 0.5em;
}
.c-form .forItem {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .c-form .forItem {
    margin-left: 30%;
  }
}
.c-form-note {
  margin-bottom: 3em;
  font-size: 90%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.wpcf7 input[type=text].year,
.wpcf7 input[type=email].year,
.wpcf7 input[type=url].year,
.wpcf7 input[type=tel].year,
.wpcf7 textarea.year {
  width: 5em;
}
.wpcf7 input[type=text].month,
.wpcf7 input[type=email].month,
.wpcf7 input[type=url].month,
.wpcf7 input[type=tel].month,
.wpcf7 textarea.month {
  width: 3em;
}
.wpcf7 input[type=text].day,
.wpcf7 input[type=email].day,
.wpcf7 input[type=url].day,
.wpcf7 input[type=tel].day,
.wpcf7 textarea.day {
  width: 3em;
}
.wpcf7 input[type=text].old,
.wpcf7 input[type=email].old,
.wpcf7 input[type=url].old,
.wpcf7 input[type=tel].old,
.wpcf7 textarea.old {
  width: 5em;
}
.wpcf7 input[type=text].zip,
.wpcf7 input[type=email].zip,
.wpcf7 input[type=url].zip,
.wpcf7 input[type=tel].zip,
.wpcf7 textarea.zip {
  width: 5em;
  margin-bottom: 10px;
}
.wpcf7 input[type=text].zip2,
.wpcf7 input[type=email].zip2,
.wpcf7 input[type=url].zip2,
.wpcf7 input[type=tel].zip2,
.wpcf7 textarea.zip2 {
  width: 7em;
  margin-bottom: 10px;
}
.wpcf7 input[type=text].p-locality,
.wpcf7 input[type=email].p-locality,
.wpcf7 input[type=url].p-locality,
.wpcf7 input[type=tel].p-locality,
.wpcf7 textarea.p-locality {
  margin-bottom: 10px;
}

.wpcf7 input[type=submit] {
  padding: 1em;
  background: #0066cc;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .wpcf7 input[type=submit] {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type=submit] {
    font-size: 4.5333333333vw;
  }
}

.wpcf7 input[type=submit]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .accept {
  margin-bottom: 1.5em;
}
.wpcf7 .accept .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: block !important;
  margin: 1em auto 0 !important;
}

/*========== p-header.scss ==========*/
.p-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-logo a {
  font-weight: 900;
  color: #003366;
  font-size: 2.1875vw;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .p-header-logo a {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-logo a {
    font-size: 6.6666666667vw;
  }
}
.p-header-logo a .sub {
  font-weight: 700;
  font-size: 1.4583333333vw;
  padding-left: 0.5em;
}
@media screen and (min-width: 1920px) {
  .p-header-logo a .sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-logo a .sub {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav {
    position: fixed;
    left: 5.3333333333vw;
    bottom: 0;
    width: 89.3333333333vw;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.8666666667vw 0;
  }
}
.p-header-navWrap {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 0 100px 0 20px;
  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;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .p-header-navWrap {
    height: 15.4666666667vw;
    padding: 0 0 0 9.3333333333vw;
  }
}
.p-header-nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-header-nav .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-header-nav .item {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-header-nav .item {
    width: 10.6666666667vw;
  }
}
.p-header-nav .item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-header-nav .item:not(:last-child) {
    margin-right: 3.2vw;
  }
}
.p-header-nav .item.jimin {
  width: 79px;
}
@media screen and (max-width: 768px) {
  .p-header-nav .item.jimin {
    display: none;
  }
}
.p-header-nav .closeBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header-nav .closeBtn {
    display: block;
    position: absolute;
    left: 2.1333333333vw;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.6vw;
  }
}

/*========== p-nav.scss ==========*/
.p-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.p-nav .gNav {
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 769px) {
  .p-nav .gNav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-nav .gNav {
    margin-bottom: 8vw;
  }
}
.p-nav .gNav .item {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .p-nav .gNav .item {
    line-height: 2;
  }
}
.p-nav .gNav .item a {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nav .gNav .item a {
    font-size: 5.3333333333vw;
  }
}
.p-nav .gNav .item span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.p-nav .gNav .item.close {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-nav .gNav .item.close {
    opacity: 0.4;
  }
}
.p-nav .snsNav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-nav .snsNav .items .item {
  width: 43px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-nav .snsNav .items .item {
    width: 11.4666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.p-nav .snsNav .items .item.jimin {
  width: 79px;
}
@media screen and (max-width: 768px) {
  .p-nav .snsNav .items .item.jimin {
    width: 21.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-nav .snsNav .items .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-nav .burger {
  width: 38px;
  height: 26px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15px;
  right: 18px;
  z-index: 9000;
}
@media screen and (max-width: 768px) {
  .p-nav .burger {
    width: 8.5333333333vw;
    height: 6.6666666667vw;
    top: 3.2vw;
    right: 3.4666666667vw;
  }
}
.p-nav .burger--wrap {
  cursor: pointer;
  background-color: #003366;
  position: absolute;
  width: 74px;
  height: 74px;
  display: block;
  z-index: 9999;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-nav .burger--wrap {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
.p-nav .burger:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-nav .burger:before {
    height: 0.8vw;
  }
}
.p-nav .burger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  .p-nav .burger:after {
    height: 0.8vw;
  }
}
.p-nav .burger-active:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.p-nav .burger-active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
.p-nav .burger-active > .line {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-nav .burger .line {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-nav .burger .line {
    height: 0.8vw;
  }
}
.p-nav .burger--txt {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-nav .burger--txt {
    font-size: 2.4vw;
    bottom: 1.3333333333vw;
  }
}
.p-nav .navigation {
  opacity: 0;
  top: 0;
  z-index: -1;
  width: 0;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 51, 102, 0.9);
  right: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-nav .navigation {
    width: 100vw;
  }
}
.p-nav .navigation--content {
  position: relative;
  right: -100vw;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-nav .navigation--content {
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
.p-nav .navigation.nav-active {
  opacity: 1;
  z-index: 9998;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-nav .navigation.nav-active {
    width: 100%;
  }
}
.p-nav .navigation.nav-active .navigation--content {
  right: 0;
}
.p-nav-path {
  padding: 1.5625vw 0 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .p-nav-path {
    padding: 30px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-path {
    padding: 4vw 0 9.3333333333vw;
  }
}
.p-nav-path .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-nav-path .items .item {
  color: #0066cc;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-nav-path .items .item {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-path .items .item {
    font-size: 3.2vw;
  }
}
.p-nav-path .items .item a {
  color: #333;
  position: relative;
  padding-right: 2em;
}
.p-nav-path .items .item a:after {
  content: ">";
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-nav-path .items .item:first-child a {
  padding-left: 2em;
}
.p-nav-path .items .item:first-child a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("img/icon_home.svg") center no-repeat;
  background-size: contain;
  width: 1.71875vw;
  height: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .p-nav-path .items .item:first-child a:before {
    width: 33px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-path .items .item:first-child a:before {
    width: 4.8vw;
    height: 4.2666666667vw;
  }
}

/*========== p-mv.scss ==========*/
.p-mv {
  background-color: #3399FF;
}
.p-mv__inner {
  position: relative;
}
.p-mv-slider {
  font-size: 0;
}
.p-mv-slider .slide {
  position: relative;
  height: 51.5625vw;
}
@media screen and (min-width: 1920px) {
  .p-mv-slider .slide {
    height: 990px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-slider .slide {
    height: 149.0666666667vw;
  }
}
.p-mv-slider .slide01 {
  background: url("img/mv_01_pc.png") center no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .p-mv-slider .slide01 {
    background: url("img/mv_01_sp.png") center top no-repeat;
    background-size: auto 100%;
  }
}
.p-mv-slider .slide01 .obj {
  width: 4.6875vw;
  top: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .p-mv-slider .slide01 .obj {
    left: 50%;
    -webkit-transform: translateX(-30.2083333333vw);
            transform: translateX(-30.2083333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .p-mv-slider .slide01 .obj {
    top: 150px;
    width: 90px;
    -webkit-transform: translateX(-580px);
            transform: translateX(-580px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv-slider .slide01 .obj {
    width: 11.7333333333vw;
    top: 9.3333333333vw;
    left: 12vw;
  }
}
.p-mv-slider .slide .obj {
  position: absolute;
}
.p-mv-obj {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv-obj {
    left: 50%;
    width: 26.6666666667vw;
    -webkit-transform: translateX(11.9791666667vw);
            transform: translateX(11.9791666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .p-mv-obj {
    width: 512px;
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
}

/*========== p-policy.scss ==========*/
.p-policy {
  padding-bottom: 11.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .p-policy {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-policy {
    padding-bottom: 16vw;
  }
}
.p-policy-intro {
  margin-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  .p-policy-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-policy-intro {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-intro .forObj {
    width: 50%;
  }
  .p-policy-intro .forObj.top {
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .p-policy-intro .forObj {
    margin: 0 auto 9.3333333333vw;
    width: 70.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-intro .forObj img {
    display: block;
    margin: 0 auto;
    width: 24.6354166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-policy-intro .forObj img {
    width: 473px;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-intro .forTxt {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-intro .forTxt.top {
    width: 56%;
    line-height: 1.8;
  }
}
.p-policy-intro .forTxt .lead {
  text-align: center;
  color: #0066cc;
  font-size: 2.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-intro .forTxt .lead {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-policy-intro .forTxt .lead {
    font-size: 5.8666666667vw;
  }
}
.p-policy-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 55.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-policy-index {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .p-policy-index {
    width: 1060px;
  }
}
.p-policy-index .item {
  width: 50%;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-index .item {
    margin-bottom: 48px;
  }
}
.p-policy-index .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-policy-index .item .forNum {
  width: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-index .item .forNum {
    width: 100px;
  }
}
.p-policy-index .item .forTxt {
  color: #3399ff;
  padding-left: 0.75em;
  font-size: 1.71875vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-index .item .forTxt {
    font-size: 3.3rem;
  }
}
.p-policy-top {
  padding-bottom: 14.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-policy-top {
    padding-bottom: 6.7708333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-policy-top {
    padding-bottom: 130px;
  }
}
.p-policy-top__inner {
  background-color: #fff;
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-policy-top__inner {
    margin-top: -15.3645833333vw;
    padding-top: 2.8645833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-policy-top__inner {
    margin-top: -295px;
    padding-top: 55px;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-pole .item {
    position: relative;
    padding-left: 18.75vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-policy-pole .item {
    padding-left: 360px;
  }
}
.p-policy-pole .item:not(:last-child) {
  margin-bottom: 9.375vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-pole .item:not(:last-child) {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-policy-pole .item:not(:last-child) {
    margin-bottom: 16vw;
  }
}
.p-policy-pole .item .forTtl {
  margin-bottom: 0.5em;
  color: #3399ff;
  font-size: 2.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-pole .item .forTtl {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-policy-pole .item .forTtl {
    font-size: 6.4vw;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-policy-pole .item .forTtl .num {
  width: 15.625vw;
}
@media screen and (min-width: 1920px) {
  .p-policy-pole .item .forTtl .num {
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .p-policy-pole .item .forTtl .num {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-policy-pole .item .forTtl .num {
    width: 25%;
    margin-right: 4%;
  }
}
.p-policy-pole .item .forTxt {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-policy-pole .item .forTxt {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.p-policy-pole .item .forObj {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-policy-pole .item .forObj {
    width: 88.8%;
  }
}

.c-title-headArea.onPolicy {
  background: url("img/policy/bg_head_pc.png") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onPolicy {
    background-image: url("img/policy/bg_head_sp.png");
  }
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onPolicy.forTop {
    background-image: url("img/policy/bg_head_top_pc.png");
  }
}
.c-title-headArea.onPolicy.forTop .c-inner {
  height: 57.2916666667vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onPolicy.forTop .c-inner {
    height: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onPolicy.forTop .c-inner {
    height: 86.4vw;
  }
}
.c-title-headArea.onPolicy.forTop .ttl .en {
  color: #fff;
}
.c-title-headArea.onPolicy .ttl {
  left: 0;
  top: 8.3333333333vw;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onPolicy .ttl {
    top: 160px;
  }
}

/*========== p-news.scss ==========*/
.p-news-top {
  text-align: center;
  padding: 7.2916666667vw 0 10.15625vw;
}
@media screen and (min-width: 1920px) {
  .p-news-top {
    padding: 140px 0 195px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-top {
    padding: 9.3333333333vw 0 16vw;
  }
}
.p-news-top .forBtn {
  color: #fff;
  background-color: #0066cc;
  line-height: 1.3;
  padding: 0.5em;
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-news-top .forBtn {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-top .forBtn {
    display: inline-block;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news-top .forBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .p-news-top .forItems {
    margin-bottom: 8vw;
  }
}
.p-news-top .forItems .item {
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-news-top .forItems .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-news-top .forItems .item:not(:last-child) {
  margin-bottom: 1em;
}
.p-news-top .forItems .item .forDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-news-top .forItems .item .forDate {
    font-size: 1.1458333333vw;
    margin-right: 1em;
  }
}
@media screen and (min-width: 1920px) {
  .p-news-top .forItems .item .forDate {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-top .forItems .item .forDate {
    margin-bottom: 0.25em;
  }
}
.p-news-top .forItems .item .forDate .New {
  display: inline-block;
  background-color: #FFCC33;
  color: #0066cc;
  padding: 0.2em 1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-news-top .forItems .item .forDate .New {
    font-size: 3.2vw;
  }
}
.p-news-top .forItems .item a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-news-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-news-top .sideL {
    width: 24%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 769px) {
  .p-news-top .sideR {
    width: 47%;
    min-height: 10em;
  }
}
@media screen and (min-width: 769px) {
  .p-news-top .c-btn-moreWrap {
    position: absolute;
    right: 0;
    bottom: -5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-news-top .c-btn-moreWrap {
    bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-top .c-btn-moreWrap {
    margin-bottom: 13.3333333333vw;
  }
}

.c-title-headArea.onNews {
  background: url("img/news/bg_head.png") center top no-repeat;
  background-size: auto 100%;
}

/*========== p-top.scss ==========*/
.p-top-about {
  background-color: #fff;
  padding-bottom: 8.5333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-about {
    padding: 75px 0 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-about {
    padding-top: 4.296875vw;
  }
}
.p-top-about .c-inner {
  position: relative;
}
.p-top-about .p-about-movie {
  margin: 0 0 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-about .p-about-movie {
    margin-bottom: 50px;
  }
}
.p-top-about .c-sec-intro {
  padding-top: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-about .c-sec-intro {
    padding-top: 0;
  }
}
.p-top-about__mv {
  position: absolute;
  right: 0;
  top: -49.21875vw;
  width: 52.3%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-about__mv {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-about__mv {
    width: 50%;
    top: -50.546875vw;
  }
}
@media screen and (min-width: 1081px) {
  .p-top-about__mv {
    top: -647px;
  }
}
.p-top-about__mv .sliderWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.p-top-about__mv .sliderWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  /*黒ブロックの色指定*/
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.p-top-about__mv.isShow .sliderWrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.p-top-about__mv.isShow .sliderWrap:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.p-top-about__mv .slider {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 769px) {
  .p-top-about__mv .slider .slideItem span {
    position: absolute;
    bottom: 1em;
    z-index: 10;
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__mv .slider .slideItem span {
    display: none;
  }
}
.p-top-about__mv .slider .slideItem.item01 span {
  right: 1em;
  color: #000;
  border-bottom-color: #000;
}
.p-top-about__mv .slider .slideItem.item02 span {
  left: 1em;
  color: #fff;
  border-bottom-color: #fff;
}
.p-top-about__cap {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-top-about__cap {
    padding-top: 25px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__cap {
    font-size: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-top-parts {
  background-color: #F4F2EC;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-parts {
    padding: 70px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .c-inner {
    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 screen and (min-width: 769px) {
  .p-top-parts .c-sec-intro {
    text-align: center;
    padding-top: 0;
    margin-right: 7.4%;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .c-sec-intro .leadTxt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .c-title-primary:after {
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-chart {
    width: 167px;
    margin: 0 124px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-chart {
    margin-right: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc {
    margin-top: 120px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item a {
    width: 12em;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item01 a .pointer {
    left: -155px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item01 a .pointer {
    left: -81px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item01:before {
    width: 116px;
    left: -116px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item01:before {
    width: 42px;
    left: -42px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item02 a .pointer {
    left: -155px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item02 a .pointer {
    left: -81px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item02:before {
    width: 116px;
    left: -116px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item02:before {
    width: 42px;
    left: -42px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item03 a .pointer {
    left: -227px;
    margin-top: -105px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item03 a .pointer {
    left: -153px;
    margin-top: -75px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item03:before {
    background-image: url("../img/chart-line03_top.svg");
    width: 193px;
    left: -193px;
    height: 102px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item03:before {
    width: 119px;
    left: -119px;
    height: 172px;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item04 a .pointer {
    left: -193px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item04 a .pointer {
    left: -119px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-parts .p-parts-anc .items .item04:before {
    width: 154px;
    left: -154px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-parts .p-parts-anc .items .item04:before {
    width: 80px;
    left: -80px;
  }
}
.p-top-effects {
  background-color: #333;
  padding-bottom: 7.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-effects {
    padding: 67px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-effects .c-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-effects .c-sec-intro {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-effects .c-sec-intro {
    width: 50%;
    text-align: center;
    padding: 0 8.5% 0 1.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p-top-effects .c-sec-intro {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-effects .c-sec-intro .leadTxt {
    margin-bottom: 0;
  }
}
.p-top-effects .c-title-primary:after {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-effects .c-title-primary:after {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-effects .p-effects-anc {
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-effects .p-effects-anc {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-effects .p-effects-anc .items {
    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;
  }
}
@media screen and (max-width: 768px) {
  .p-top-effects .p-effects-anc .items .item {
    width: 46.7%;
  }
}
.p-top-scene {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-scene {
    padding-bottom: 0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .c-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-scene .c-sec-intro {
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-scene .c-sec-intro {
    width: 50%;
    text-align: center;
    padding: 0 5% 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .c-sec-intro .c-title-primary:after {
    margin: 25px auto 0;
  }
}
.p-top-scene .c-sec-intro .leadTxt {
  margin-bottom: 0.5em;
}
.p-top-scene .c-sec-intro .leadTxt .forTab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top-scene .c-sec-intro .leadTxt .forTab {
    display: block;
  }
}
.p-top-scene .c-sec-intro .note {
  line-height: 1.4;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-scene .c-sec-intro .note {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene {
    width: 50%;
    padding: 70px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item a {
    border: none;
    padding: 100% 0 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item a span {
    position: absolute;
    left: 50%;
    top: 57%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 500;
  }
}
.p-top-scene .p-pd-scene__item a span.en {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item a span.en {
    padding-bottom: 2.5em;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top-scene .p-pd-scene__item a span.en {
    font-size: 2rem;
  }
}
.p-top-scene .p-pd-scene__item a span.cat {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item a span.cat {
    font-size: 1.6rem;
    padding-top: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item a:hover {
    background-image: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item.forRelaxing {
    background: url("../img/top_scene_bg01.jpg") center top no-repeat;
    background-size: cover;
  }
  .p-top-scene .p-pd-scene__item.forRelaxing:hover {
    background-image: url("../img/top_scene_bg01-on.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item.forWorking {
    background: url("../img/top_scene_bg02.jpg") center top no-repeat;
    background-size: cover;
  }
  .p-top-scene .p-pd-scene__item.forWorking:hover {
    background-image: url("../img/top_scene_bg02-on.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item.forConditioning {
    background: url("../img/top_scene_bg03.jpg") center top no-repeat;
    background-size: cover;
  }
  .p-top-scene .p-pd-scene__item.forConditioning:hover {
    background-image: url("../img/top_scene_bg03-on.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item.forSleeping {
    background: url("../img/top_scene_bg04.jpg") center top no-repeat;
    background-size: cover;
  }
  .p-top-scene .p-pd-scene__item.forSleeping:hover {
    background-image: url("../img/top_scene_bg04-on.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item.forSleeping a {
    color: #fff;
  }
  .p-top-scene .p-pd-scene__item.forSleeping a:hover {
    color: #333;
  }
}
@media screen and (min-width: 769px) {
  .p-top-scene .p-pd-scene__item:hover {
    position: relative;
  }
  .p-top-scene .p-pd-scene__item:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.55);
  }
}
.p-top-rcm {
  background-color: #F4F2EC;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-rcm {
    padding: 45px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-rcm .c-sec-intro {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-rcm .c-title-primary {
    text-align: center;
  }
}
.p-top-rcm .p-pd-items {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-rcm .p-pd-items {
    margin-bottom: 55px;
  }
  .p-top-rcm .p-pd-items__item {
    margin-bottom: 0;
  }
}
.p-top-rcm .c-btn-std {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .p-top-rcm .c-btn-std {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-rcm .p-pd-scene__guide {
    margin-top: 0;
  }
}
.p-top-rcm__debut {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-rcm__debut {
    margin-bottom: 9.0666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.p-top-rcm__debut .txt01 {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top-rcm__debut .txt01 {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top-rcm__debut .txt01 .date {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-top: 0.25em;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-top-rcm__debut .txt01 .date {
    font-size: 6.4vw;
  }
}
.p-top-rcm__debut .txt02 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-rcm__debut .txt02 {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-top-rcm__debut .txt02 .term {
  display: inline-block;
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
}
.p-top-rcm__debut .txt03 {
  line-height: 1.3;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-top-rcm__debut .txt03 {
    font-size: 2.6666666667vw;
  }
}

/*========== p-profile.scss ==========*/
.p-profile-top {
  padding-bottom: 11.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-top {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-top {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-top__inner {
    width: 100%;
  }
}
.p-profile-about {
  background-color: #0066cc;
  color: #fff;
  width: 50%;
  padding: 4.1666666667vw 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-profile-about {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6.6666666667vw;
  }
}
.p-profile-aboutWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-profile-aboutWrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -20.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile-aboutWrap {
    margin-top: -400px;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile-about {
    padding: 80px 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-about {
    width: 90.6666666667vw;
    margin-left: 9.3333333333vw;
    padding: 5.8666666667vw;
  }
}
.p-profile-about .forName {
  line-height: 1;
  margin-bottom: 1em;
  padding-left: 0.75em;
  font-size: 4.3229166667vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-about .forName {
    font-size: 8.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-about .forName {
    font-size: 8vw;
    padding-left: 1.5em;
    margin-bottom: 0.7em;
  }
}
.p-profile-about .forName rt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.4em;
  text-align: center;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.p-profile-about .forInfo {
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-profile-about .forInfo {
    font-size: 4vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-about.forTop {
    margin-top: -12vw;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-about.forTop .forName {
    font-size: 8.8vw;
  }
}
.p-profile-about.forTop .forInfo {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-profile-about.forTop .forInfo {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-profile-position {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-position {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 5.8666666667vw;
  }
}
.p-profile-position .forTtl {
  line-height: 1;
  margin-bottom: 0.5em;
  color: #0066cc;
  font-weight: 700;
  font-size: 1.71875vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-position .forTtl {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-position .forTtl {
    font-size: 5.3333333333vw;
  }
}
.p-profile-position .forTxt {
  line-height: 1.8;
  margin-bottom: 1em;
}
.p-profile-position.forTop {
  padding-bottom: 8.3333333333vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-position.forTop {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-position.forTop {
    display: none;
  }
}
.p-profile-position.forTop .forTxt {
  margin-bottom: 0;
}
.p-profile-work {
  margin-top: 15.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-work {
    margin-top: 290px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-work {
    margin-top: 26.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-profile-work .tab_box {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-profile-work .tab_box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-profile-work .tab_box .btn_area {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-work .tab_box .tab_btn {
    width: 48%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-align: center;
    padding: 0.5em 0;
    background-color: #f2f2f2;
  }
  .p-profile-work .tab_box .tab_btn.active {
    background: #0066cc;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-profile-work .tab_box .panel_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-profile-work .tab_box .tab_panel {
    width: 49%;
    background-color: rgba(242, 242, 242, 0.9);
    padding-top: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile-work .tab_box .tab_panel {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-work .tab_box .tab_panel {
    display: none;
    border: 2px solid #f2f2f2;
    padding-top: 4vw;
  }
  .p-profile-work .tab_box .tab_panel.active {
    display: block;
  }
}
.p-profile-work .tab_box .tab_panel .forTtl {
  color: #0066cc;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.1875vw;
}
@media screen and (max-width: 768px) {
  .p-profile-work .tab_box .tab_panel .forTtl {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile-work .tab_box .tab_panel .forTtl {
    font-size: 4.2rem;
  }
}
.p-profile-work .tab_box .tab_panel .forWork {
  height: 31.25vw;
  overflow-y: scroll;
  padding: 0 3.6458333333vw 1.8229166667vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-work .tab_box .tab_panel .forWork {
    height: 600px;
    padding: 0 70px 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-work .tab_box .tab_panel .forWork {
    height: 85.3333333333vw;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.p-profile-work .tab_box .tab_panel .forWork .item .txt {
  margin-bottom: 1.5em;
}
.p-profile-history {
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 769px) {
  .p-profile-history {
    -webkit-transform: translateY(-5.2083333333vw);
            transform: translateY(-5.2083333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .p-profile-history {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media screen and (max-width: 768px) {
  .p-profile-history {
    font-size: 4vw;
    margin-bottom: 21.3333333333vw;
  }
}
.p-profile-history__inner {
  background: url("img/profile/bg_history.png") center top no-repeat #ccc;
  background-size: auto 100%;
  height: 86.8229166667vw;
  padding-top: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-history__inner {
    height: 1667px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-history__inner {
    height: 240vw;
    padding-top: 10.6666666667vw;
    background-size: 345%;
  }
}
.p-profile-history .forDigest {
  margin-bottom: 1.5em;
}
.p-profile-history .forDigestWrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-profile-history .forDigestWrap {
    margin: 0 auto 10.9375vw;
    width: 80%;
  }
}
@media screen and (min-width: 1920px) {
  .p-profile-history .forDigestWrap {
    margin-bottom: 210px;
  }
}
.p-profile-history .forDigest .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-profile-history .forDigest .item {
    margin-bottom: 0.3em;
    letter-spacing: 0;
  }
}
.p-profile-history .forDigest .item .date {
  width: 7em;
}
.p-profile-history .forDigest .item .txt {
  width: calc(100% - 8em);
}
.p-profile-history .toggleBox {
  position: relative;
  z-index: 10;
}
.p-profile-history .toggleBox.active {
  z-index: 20;
}
.p-profile-history .toggleBox .toggle {
  position: relative;
  display: block;
  cursor: pointer;
  color: #0066cc;
  line-height: 1;
  padding: 1em 5.2083333333vw;
  font-size: 2.1875vw;
  background-color: rgba(242, 242, 242, 0.9);
}
@media screen and (min-width: 1920px) {
  .p-profile-history .toggleBox .toggle {
    font-size: 4.2rem;
    padding: 1em 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-history .toggleBox .toggle {
    font-size: 5.3333333333vw;
    padding: 1em 8vw;
  }
}
.p-profile-history .toggleBox .toggle:after {
  content: "";
  display: block;
  position: absolute;
  background: url("img/toggle_open.png") center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.2083333333vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-history .toggleBox .toggle:after {
    right: 100px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-history .toggleBox .toggle:after {
    right: 8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-profile-history .toggleBox .toggle.active {
  background-color: rgb(242, 242, 242);
}
.p-profile-history .toggleBox .toggle.active:after {
  background-image: url("img/toggle_close.png");
}
.p-profile-history .toggleBox .toggled {
  display: none;
  padding: 0 5.2083333333vw 2.6041666667vw;
  max-height: 39.0625vw;
  background-color: rgb(242, 242, 242);
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 6.5625vw;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .p-profile-history .toggleBox .toggled {
    max-height: 750px;
    top: 126px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-history .toggleBox .toggled {
    max-height: 80vw;
    top: 16vw;
  }
}
.p-profile-history .toggleBox .toggled .forDigest {
  margin-bottom: 0;
}
.p-profile-history .toggleBox:not(:last-child) {
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .p-profile-history .toggleBox:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-history .toggleBox:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.c-title-headArea.onProfile {
  background: url("img/profile/bg_head_pc.png") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onProfile {
    background-image: url("img/profile/bg_head_sp.png");
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onProfile.forTop {
    background-image: url("img/profile/bg_head_top_pc.png");
  }
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onProfile.forTop .c-inner {
    height: 43.4375vw;
  }
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onProfile.forTop .c-inner {
    height: 834px;
  }
}
.c-title-headArea.onProfile.forTop .ttl {
  top: 7.2916666667vw;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onProfile.forTop .ttl {
    right: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onProfile.forTop .ttl {
    top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onProfile.forTop .ttl {
    top: 30%;
  }
}
.c-title-headArea.onProfile.forTop .ttl .en {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onProfile .c-inner {
    height: 85.3333333333vw;
  }
}
.c-title-headArea.onProfile .ttl {
  text-align: center;
  left: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onProfile .ttl {
    left: auto;
    right: 0;
  }
}
.c-title-headArea.onWork {
  background: url("img/profile/bg_work.png") center no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onWork {
    background-size: 150%;
    background-position: center top;
    margin-bottom: 5vw;
  }
}
.c-title-headArea.onWork .c-inner {
  height: 80vw;
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onWork .c-inner {
    height: 75.2604166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onWork .c-inner {
    height: 1445px;
  }
}
.c-title-headArea.onWork .ttl {
  line-height: 1;
  color: #0066cc;
  -webkit-transform: translate(0);
          transform: translate(0);
  left: 0;
  top: 10%;
  font-size: 2.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onWork .ttl {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onWork .ttl {
    font-size: 5.6vw;
  }
}
.c-title-headArea.onWork .ttl .date {
  padding-top: 0.5em;
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.40625vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onWork .ttl .date {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onWork .ttl .date {
    font-size: 2.6666666667vw;
  }
}

/*========== p-movie.scss ==========*/
.p-movie-top {
  padding-bottom: 10.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .p-movie-top {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-top {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-movie-top__inner {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-top__inner {
    width: 100%;
    padding-right: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-movie-top__inner .c-btn-moreWrap {
    position: absolute;
    right: 15%;
    top: 70%;
  }
}
.p-movie-index {
  background-color: #0066cc;
  width: 58.8541666667vw;
  padding: 4.4270833333vw 8.0729166667vw 4.4270833333vw 14.0625vw;
  margin-top: -23.4375vw;
}
@media screen and (min-width: 1920px) {
  .p-movie-index {
    width: 1130px;
    padding: 85px 155px 85px 270px;
    margin-top: -450px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-index {
    width: 90.6666666667vw;
    margin-top: -9vw;
    margin-bottom: 8vw;
    padding: 8vw 5.8666666667vw;
  }
}
.p-movie-index .items .item:not(:last-child) {
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .p-movie-index .items .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-index .items .item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.p-movie-index .items .item a {
  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;
  color: #fff;
}
.p-movie-index .items .item .boxThumb {
  overflow: hidden;
  position: relative;
  width: 43%;
  height: 10.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .p-movie-index .items .item .boxThumb {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-index .items .item .boxThumb {
    width: 40%;
    height: 24vw;
  }
}
.p-movie-index .items .item .boxThumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-movie-index .items .item .boxTxt {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-movie-index .items .item .boxTxt {
    width: 55%;
    letter-spacing: 0;
  }
}
.p-movie-index .items .item .boxTxt .forDate {
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-movie-index .items .item .boxTxt .forDate {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-index .items .item .boxTxt .forDate {
    font-size: 3.7333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-movie-index .items .item .boxTxt .forDate .new {
    margin-bottom: 0.5em;
    display: block;
  }
}
.p-movie-index .items .item .boxTxt .forDate .new__inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #FFCC33;
  color: #0066cc;
  display: inline-block;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 768px) {
  .p-movie-index .items .item .boxTxt .forDate .new__inner {
    font-size: 2.4vw;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-movie-index .items .item .boxTxt .forTtl {
    font-size: 4vw;
  }
}

.c-title-headArea.onMovie {
  background: url("img/movie/bg_head_pc.png") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onMovie.forTop {
    background-image: url("img/movie/bg_head_top_pc.png");
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onMovie.forTop {
    background-image: url("img/movie/bg_head_sp.png");
  }
}
.c-title-headArea.onMovie.forTop .c-inner {
  height: 47.03125vw;
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onMovie.forTop .c-inner {
    height: 903px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onMovie.forTop .c-inner {
    height: 85.3333333333vw;
  }
}
.c-title-headArea.onMovie.forTop .ttl {
  top: 9.1145833333vw;
}
@media screen and (min-width: 769px) {
  .c-title-headArea.onMovie.forTop .ttl {
    text-align: center;
    color: #003366;
  }
}
@media screen and (min-width: 1920px) {
  .c-title-headArea.onMovie.forTop .ttl {
    top: 175px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onMovie.forTop .ttl {
    top: 9.3333333333vw;
  }
}
.c-title-headArea.onMovie.forTop .ttl .en {
  color: #0066cc;
}

/*========== p-member.scss ==========*/
.p-member {
  padding-bottom: 11.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .p-member {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-member {
    padding-bottom: 30.6666666667vw;
  }
}
.p-member-intro {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .p-member-intro {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-member-intro {
    margin-bottom: 16vw;
  }
}
.p-member-intro .forTtl {
  font-weight: 700;
  color: #0066cc;
  border-bottom: 1px solid #0066cc;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  font-size: 120%;
}
.p-member-intro .forItems {
  margin-bottom: 1.5em;
}
.p-member-intro .forItems .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-member-intro .forItems .item .ttl {
  font-weight: 700;
  width: 3em;
}
.p-member-intro .forItems .item .txt {
  width: calc(100% - 3em);
}
.p-member-donation {
  font-size: 92%;
  padding-top: 2em;
  margin-top: 4em;
  border-top: 1px solid #ccc;
}
.p-member-donation .forTtl {
  font-weight: 700;
}
.p-member-donation .forTxt a {
  display: inline;
}

.c-title-headArea.onMember {
  background: url("img/member/bg_head.png") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onMember {
    background-size: cover;
  }
}

/*========== p-contact.scss ==========*/
.p-contact {
  padding-bottom: 11.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .p-contact {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 18.6666666667vw;
  }
}

.c-title-headArea.onContact {
  background: url("img/contact/bg_head.png") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onContact {
    background-size: cover;
  }
}

/*========== p-post.scss ==========*/
.p-post {
  margin-bottom: 10.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-post {
    margin-bottom: 21.3333333333vw;
  }
}
.p-post-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.34375vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index {
    margin-bottom: 9.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-post-index .item {
  padding-top: 2.1333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-post-index .item {
    padding-top: 1.3020833333vw;
    margin-bottom: 1.8229166667vw;
    width: 32%;
  }
  .p-post-index .item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1920px) {
  .p-post-index .item {
    padding-top: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item {
    margin-bottom: 5.3333333333vw;
    width: 48.5%;
  }
  .p-post-index .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.p-post-index .item .new {
  z-index: 10;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFCC33;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index .item .new {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item .new {
    font-size: 4.2666666667vw;
  }
}
.p-post-index .item .catIcon {
  padding: 0.2em 0.5em;
  position: absolute;
  right: 0;
  top: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index .item .catIcon {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item .catIcon {
    top: 2.1333333333vw;
  }
}
.p-post-index .item .forDate {
  display: block;
  color: #333;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index .item .forDate {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item .forDate {
    font-size: 3.4666666667vw;
  }
}
.p-post-index .item .forTtl {
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index .item .forTtl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item .forTtl {
    font-size: 4vw;
  }
}
.p-post-index .item .forTxt {
  margin-top: 0.25em;
  color: #333;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index .item .forTxt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item .forTxt {
    font-size: 3.7333333333vw;
  }
}
.p-post-index .item .forThumb {
  overflow: hidden;
  position: relative;
  height: 15.625vw;
}
@media screen and (min-width: 1920px) {
  .p-post-index .item .forThumb {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-index .item .forThumb {
    height: 29.3333333333vw;
  }
}
.p-post-index .item .forThumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-post-ctrl {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-post-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-post-ctrl {
    margin-bottom: 60px;
  }
}
.p-post-ctrl .forItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-post-ctrl .forItems {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
}
.p-post-ctrl .forItems .item {
  position: relative;
  padding-left: 1.5em;
  margin-right: 1.5em;
  color: #0066cc;
}
@media screen and (max-width: 768px) {
  .p-post-ctrl .forItems .item {
    font-size: 4vw;
    width: 48.5%;
  }
  .p-post-ctrl .forItems .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.p-post-ctrl .forItems .item label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-post-ctrl .forItems .item {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.p-post-ctrl .forItems .item .mark {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.p-post-ctrl .forItems .item .mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0066cc;
  border-radius: 50%;
  border: 4px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.p-post-ctrl .forItems .item input {
  display: none;
}
.p-post-ctrl .forItems .item input:checked + .mark:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-post-ctrl .forSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-post-ctrl .forSearch_txt {
  background-color: #f2f2f2;
  padding: 0 0.5em;
  height: 2.8645833333vw;
  line-height: 2.8645833333vw;
  width: 13.0208333333vw;
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .p-post-ctrl .forSearch_txt {
    height: 55px;
    line-height: 55px;
    width: 250px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-ctrl .forSearch_txt {
    width: 77%;
    height: 6.9333333333vw;
    line-height: 6.9333333333vw;
    font-size: 4vw;
  }
}
.p-post-ctrl .forSearch_btn {
  cursor: pointer;
  background: url("img/icon_search.svg") 0.625vw center no-repeat #0066cc;
  background-size: 1.6666666667vw;
  color: #fff;
  height: 2.8645833333vw;
  line-height: 2.8645833333vw;
  padding: 0 0.5em 0 2.8645833333vw;
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .p-post-ctrl .forSearch_btn {
    background-position: 12px center;
    background-size: 32px;
    height: 55px;
    line-height: 55px;
    padding-left: 55px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-ctrl .forSearch_btn {
    width: 20%;
    height: 6.9333333333vw;
    line-height: 6.9333333333vw;
    padding-left: 6.9333333333vw;
    background-size: 4.2666666667vw;
    background-position: 1.3333333333vw center;
    font-size: 4vw;
  }
}
.p-post-pager {
  padding-top: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post-pager {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-pager {
    padding-top: 8vw;
  }
}
.p-post-pager .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-post-pager .items .item, .p-post-pager .items .page-numbers {
  margin: 0 0.25em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-pager .items .item, .p-post-pager .items .page-numbers {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-pager .items .item, .p-post-pager .items .page-numbers {
    font-size: 4.2666666667vw;
    margin: 0;
    padding: 0 0.25em;
  }
}
.p-post-pager .items .item.current, .p-post-pager .items .page-numbers.current {
  color: #fff;
  background-color: #0066cc;
}
.p-post-pager .items .item.prev, .p-post-pager .items .item.next, .p-post-pager .items .page-numbers.prev, .p-post-pager .items .page-numbers.next {
  text-indent: -9999px;
  width: 2em;
  position: relative;
}
.p-post-pager .items .item.prev:after, .p-post-pager .items .item.next:after, .p-post-pager .items .page-numbers.prev:after, .p-post-pager .items .page-numbers.next:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
  height: 1em;
}
.p-post-pager .items .item.prev:after, .p-post-pager .items .page-numbers.prev:after {
  border-left: 1px solid #0066cc;
  border-bottom: 1px solid #0066cc;
}
.p-post-pager .items .item.next:after, .p-post-pager .items .page-numbers.next:after {
  border-top: 1px solid #0066cc;
  border-right: 1px solid #0066cc;
}
.p-post-pager .items .item a, .p-post-pager .items .page-numbers a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-pager .items .item a, .p-post-pager .items .page-numbers a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-pager .items .item a, .p-post-pager .items .page-numbers a {
    font-size: 4.2666666667vw;
  }
}
.p-post-pager .items .item a.current, .p-post-pager .items .page-numbers a.current {
  color: #fff;
  background-color: #0066cc;
}
.p-post-pager .items .item a.prev, .p-post-pager .items .item a.next, .p-post-pager .items .page-numbers a.prev, .p-post-pager .items .page-numbers a.next {
  text-indent: -9999px;
  width: 2em;
  position: relative;
}
.p-post-pager .items .item a.prev:after, .p-post-pager .items .item a.next:after, .p-post-pager .items .page-numbers a.prev:after, .p-post-pager .items .page-numbers a.next:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
  height: 1em;
}
.p-post-pager .items .item a.prev:after, .p-post-pager .items .page-numbers a.prev:after {
  border-left: 1px solid #0066cc;
  border-bottom: 1px solid #0066cc;
}
.p-post-pager .items .item a.next:after, .p-post-pager .items .page-numbers a.next:after {
  border-top: 1px solid #0066cc;
  border-right: 1px solid #0066cc;
}
.p-post-pager2 {
  padding-top: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post-pager2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-pager2 {
    padding-top: 8vw;
  }
}
.p-post-pager2 .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-post-pager2 .page-numbers > li {
  margin: 0 0.25em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-pager2 .page-numbers > li {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-pager2 .page-numbers > li {
    font-size: 4.2666666667vw;
    margin: 0;
    padding: 0 0.25em;
  }
}
.p-post-pager2 .page-numbers > li > .page-numbers {
  font-family: "M PLUS Rounded 1c", sans-serif;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-pager2 .page-numbers > li > .page-numbers {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-pager2 .page-numbers > li > .page-numbers {
    font-size: 4.2666666667vw;
  }
}
.p-post-pager2 .page-numbers > li > .page-numbers.current {
  color: #fff;
  background-color: #0066cc;
}
.p-post-pager2 .page-numbers > li > .page-numbers.prev, .p-post-pager2 .page-numbers > li > .page-numbers.next {
  text-indent: -9999px;
  width: 2em;
  position: relative;
}
.p-post-pager2 .page-numbers > li > .page-numbers.prev:after, .p-post-pager2 .page-numbers > li > .page-numbers.next:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
  height: 1em;
}
.p-post-pager2 .page-numbers > li > .page-numbers.prev:after {
  border-left: 1px solid #0066cc;
  border-bottom: 1px solid #0066cc;
}
.p-post-pager2 .page-numbers > li > .page-numbers.next:after {
  border-top: 1px solid #0066cc;
  border-right: 1px solid #0066cc;
}
.p-post-detail .forDate {
  margin-bottom: 1em;
  font-size: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forDate {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forDate {
    font-size: 3.2vw;
  }
}
.p-post-detail .forDate .catIcon {
  margin-right: 1em;
}
.p-post-detail .forTtl {
  color: #3399ff;
  margin-bottom: 1em;
  font-size: 2.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forTtl {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forTtl {
    font-size: 5.8666666667vw;
  }
}
.p-post-detail .forTxt {
  margin-bottom: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forTxt {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forTxt {
    margin-bottom: 10.6666666667vw;
  }
}
.p-post-detail .forTxt p {
  margin-bottom: 1.5em;
}
.p-post-detail .forTxt p a {
  text-decoration: underline;
  display: inline;
}
.p-post-detail .forBtn {
  text-align: left;
  margin-bottom: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forBtn {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forBtn {
    margin-bottom: 10.6666666667vw;
  }
}
.p-post-detail .forBtnWrap {
  text-align: center;
}
.p-post-detail .forPhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forPhotos {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forPhotos {
    margin-bottom: 10.6666666667vw;
  }
}
.p-post-detail .forPhotos .photo {
  overflow: hidden;
  position: relative;
  width: 49%;
  margin-bottom: 2%;
  position: relative;
  background-color: #f2f2f2;
  height: 27.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forPhotos .photo {
    height: 520px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forPhotos .photo {
    height: 32vw;
  }
}
.p-post-detail .forPhotos .photo:nth-child(even) {
  margin-left: 2%;
}
.p-post-detail .forPhotos .photo .thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-post-detail .forPhotos .photo .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.8125vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forPhotos .photo .zoom {
    width: 54px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forPhotos .photo .zoom {
    width: 6.6666666667vw;
  }
}
.p-post-detail .forYT {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-post-detail .forYT iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-post-detail .forYTWrap {
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forYTWrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forYTWrap {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-post-detail .forSNS {
    margin-bottom: 5.2083333333vw;
    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;
    padding-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forSNS {
    margin-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forSNS {
    text-align: center;
    margin-bottom: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.p-post-detail .forSNS_ttl {
  line-height: 1.3;
  position: relative;
  color: #0066cc;
  padding-left: 4.4270833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forSNS_ttl {
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forSNS_ttl {
    display: inline-block;
    text-align: left;
    padding-left: 13.3333333333vw;
    font-size: 4.2666666667vw;
    margin-bottom: 1em;
  }
}
.p-post-detail .forSNS_ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("img/icon_cheer.svg") center no-repeat;
  background-size: contain;
  width: 3.6979166667vw;
  height: 3.1770833333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forSNS_ttl:before {
    width: 71px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forSNS_ttl:before {
    width: 10.1333333333vw;
    height: 8.8vw;
  }
}
.p-post-detail .forSNS_item .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-post-detail .forSNS_item .btns .btn {
  width: 3.4375vw;
  margin-left: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-detail .forSNS_item .btns .btn {
    width: 66px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-detail .forSNS_item .btns .btn {
    width: 10.6666666667vw;
    margin: 0 2.1333333333vw;
  }
}
.p-post-around {
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-around {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-around {
    margin-bottom: 16vw;
  }
}
.p-post-around .items {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-post-around .items .item {
  width: 40%;
}
.p-post-around .items .item.forPrev a {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-post-around .items .item.forPrev a {
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .p-post-around .items .item.forPrev a {
    padding-left: 1em;
    text-align: left;
  }
}
.p-post-around .items .item.forPrev a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  border-left: 1px solid #0066cc;
  border-bottom: 1px solid #0066cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-post-around .items .item.forPrev a:before {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-post-around .items .item.forPrev a:before {
    right: 0;
  }
}
.p-post-around .items .item.forNext a {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-post-around .items .item.forNext a {
    padding-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  .p-post-around .items .item.forNext a {
    padding-right: 1em;
    text-align: right;
  }
}
.p-post-around .items .item.forNext a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  border-top: 1px solid #0066cc;
  border-right: 1px solid #0066cc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-post-around .items .item.forNext a:after {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-post-around .items .item.forNext a:after {
    left: 0;
  }
}
.p-post-around .items .item a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-post-around .items .item a {
    text-align: center;
  }
}
.p-post-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-post-latestWrap {
  background-color: #f2f2f2;
  padding: 3.125vw 0 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .p-post-latestWrap {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latestWrap {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latest .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latest .slick-slide {
    margin-right: 4vw;
  }
}
.p-post-latest .item {
  width: 23.5%;
}
.p-post-latest .item:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .p-post-latest .item {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-post-latest .item {
    margin-bottom: 20px;
  }
}
.p-post-latest .item a {
  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-post-latest .item .forThumb {
  background-color: #ccc;
  width: 48%;
  overflow: hidden;
  position: relative;
  height: 6.25vw;
}
@media screen and (min-width: 1920px) {
  .p-post-latest .item .forThumb {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latest .item .forThumb {
    height: 29.3333333333vw;
  }
}
.p-post-latest .item .forThumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-post-latest .item .forTxt {
  width: 48%;
}
.p-post-latest .item .forTxt .catIcon {
  display: block;
  text-align: center;
  padding: 0.2em 0.5em;
  font-size: 0.78125vw;
}
@media screen and (min-width: 1920px) {
  .p-post-latest .item .forTxt .catIcon {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latest .item .forTxt .catIcon {
    font-size: 2.6666666667vw;
  }
}
.p-post-latest .item .forTxt .date {
  padding: 0.5em 0 0.2em;
  color: #333;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .p-post-latest .item .forTxt .date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latest .item .forTxt .date {
    font-size: 3.2vw;
  }
}
.p-post-latest .item .forTxt .ttl {
  line-height: 1.4;
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .p-post-latest .item .forTxt .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post-latest .item .forTxt .ttl {
    font-size: 3.7333333333vw;
  }
}

.catIcon {
  line-height: 1;
  color: #003366;
  padding: 0 1em;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .catIcon {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .catIcon {
    top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.catIcon.forReport {
  background-color: #FFCC33;
}
.catIcon.forMovie {
  background-color: #99ccff;
}
.catIcon.fornews01 {
  background-color: #ff9999;
}
.catIcon.fornews02 {
  background-color: #ff9999;
}
.catIcon.fornews03 {
  background-color: #ff9999;
}

/*========== p-report.scss ==========*/
@media screen and (max-width: 768px) {
  .p-report-index .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-report-index .slick-slide {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-report-index .item .forThumb {
    height: 48vw;
  }
}
.p-report-top {
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 1920px) {
  .p-report-top {
    margin-bottom: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-top {
    margin-bottom: 26.6666666667vw;
  }
}

.c-title-headArea.onReport {
  background: url("img/report/bg_head.png") center top no-repeat;
  background-size: auto 100%;
}

/*========== p-office.scss ==========*/
.p-office {
  padding-bottom: 11.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .p-office {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-office {
    padding-bottom: 16vw;
  }
}
.p-office-place:not(:last-child) {
  margin-bottom: 10.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .p-office-place:not(:last-child) {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-office-place:not(:last-child) {
    margin-bottom: 21.3333333333vw;
  }
}
.p-office-place__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-office-place .boxMap {
  width: 45%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .p-office-place .boxMap {
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-office-place .boxInfo {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-office-place .boxInfo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5.3333333333vw;
  }
}
.p-office-place .boxInfo .add {
  margin-bottom: 1em;
}
.p-office-place .boxInfo .station {
  margin-bottom: 1em;
}

.c-title-headArea.onOffice {
  background: url("img/office/bg_head.png") center top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .c-title-headArea.onOffice {
    background-size: cover;
  }
}

/*========== p-footer.scss ==========*/
.p-footer-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4.4270833333vw 0;
}
@media screen and (min-width: 1920px) {
  .p-footer-info__inner {
    padding: 85px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .infoL {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
}
.p-footer-info .infoC {
  width: 16.9270833333vw;
  margin: 0 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .infoC {
    width: 325px;
    margin: 0 170px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .infoC {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 0;
  }
}
.p-footer-info .infoR {
  width: 20.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .infoR {
    width: 398px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .infoR {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.p-footer-info .forName {
  color: #003366;
  font-size: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forName {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forName {
    font-size: 13.6vw;
  }
}
.p-footer-info .forName rt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forName rt {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forName rt {
    font-size: 4.2666666667vw;
  }
}
.p-footer-info .forTtl {
  color: #003366;
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forTtl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forTtl {
    display: inline-block;
    text-align: left;
    font-size: 4vw;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forNav {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forNav .items {
    display: inline-block;
  }
}
.p-footer-info .forNav .items .item {
  line-height: 1;
  font-size: 1.3020833333vw;
  border-bottom: 1px dashed #333;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forNav .items .item {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forNav .items .item {
    text-align: left;
    font-size: 5.0666666667vw;
  }
  .p-footer-info .forNav .items .item:last-child {
    border-bottom: none;
  }
}
.p-footer-info .forNav .items .item a {
  color: #333;
  padding: 1.2em 0;
}
@media screen and (max-width: 768px) {
  .p-footer-info .forNav .items .item a {
    padding: 0.8em 0;
  }
}
.p-footer-info .forSupport {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSupport {
    margin-bottom: 10.6666666667vw;
  }
}
.p-footer-info .forSupport .ttl {
  display: inline-block;
  color: #0066cc;
  font-weight: 700;
  position: relative;
  margin-bottom: 1em;
  font-size: 1.4583333333vw;
  padding-left: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forSupport .ttl {
    font-size: 28px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSupport .ttl {
    font-size: 5.8666666667vw;
    padding-left: 13.3333333333vw;
    margin-bottom: 0.5em;
  }
}
.p-footer-info .forSupport .ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6458333333vw;
  height: 3.125vw;
  background: url("img/icon_cheer.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forSupport .ttl:before {
    width: 70px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSupport .ttl:before {
    width: 10.1333333333vw;
    height: 8.8vw;
  }
}
.p-footer-info .forSupport .txt {
  text-align: left;
  margin-bottom: 0.5em;
  color: #0066cc;
  font-weight: 500;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forSupport .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSupport .txt {
    font-size: 5.0666666667vw;
    text-align: center;
    line-height: 1.4;
  }
}
.p-footer-info .forSupport .btn {
  padding: 0.5em 0;
  line-height: 1;
  background-color: #0066cc;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2.6041666667vw;
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forSupport .btn {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSupport .btn {
    display: inline-block;
    font-size: 5.0666666667vw;
    padding: 0.5em 1em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSNS {
    margin-bottom: 9.3333333333vw;
  }
}
.p-footer-info .forSNS .ttl {
  color: #003366;
  margin-bottom: 1em;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forSNS .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSNS .ttl {
    font-size: 5.0666666667vw;
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.4;
  }
}
.p-footer-info .forSNS .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSNS .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer-info .forSNS .items .item {
  width: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-info .forSNS .items .item {
    width: 60px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSNS .items .item {
    width: 10.6666666667vw;
  }
}
.p-footer-info .forSNS .items .item:not(:last-child) {
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .p-footer-info .forSNS .items .item:not(:last-child) {
    margin-right: 4.2666666667vw;
  }
}
.p-footer-office {
  background-color: #003366;
  padding: 3.6458333333vw 0;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .p-footer-office {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-office {
    padding: 6.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-office .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-office .items {
    display: inline-block;
  }
}
.p-footer-office .items .item {
  color: #fff;
  font-size: 1.1458333333vw;
  margin: 0 4.9479166667vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-office .items .item {
    font-size: 2.2rem;
    margin: 0 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-office .items .item {
    text-align: left;
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
}
.p-footer-office .items .item span {
  display: block;
}
.p-footer-office .items .item .forPlace {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .p-footer-office .items .item .forPlace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
  }
}
.p-footer-office .items .item .forPlace .access {
  text-decoration: underline;
  color: #fff;
  font-size: 4.2666666667vw;
  position: relative;
  padding-left: 4.8vw;
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
  .p-footer-office .items .item .forPlace .access {
    display: none;
  }
}
.p-footer-office .items .item .forPlace .access:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.4666666667vw;
  height: 4.5333333333vw;
  background: url("img/icon_map_wh.svg") center no-repeat;
  background-size: contain;
}
.p-footer-office .items .item .forAdd {
  margin-bottom: 0.5em;
}
.p-footer-office .items .item .forTel a[href^="tel:"] {
  color: #fff;
}
.p-footer-pagetop {
  background-color: #fff;
  right: 0;
  width: 10.6666666667vw;
  z-index: 500;
}
@media screen and (min-width: 769px) {
  .p-footer-pagetop {
    width: 60px;
  }
}
.p-footer-copy {
  background-color: #0066cc;
  line-height: 1;
  padding: 0.8854166667vw 0;
}
@media screen and (min-width: 1920px) {
  .p-footer-copy {
    padding: 17px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-copy {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-copy__inner {
    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;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-copy__inner {
    width: 100%;
    text-align: center;
  }
}
.p-footer-copy__inner .forCopy {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-copy__inner .forCopy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-copy__inner .forCopy {
    display: block;
    font-size: 3.4666666667vw;
    margin-bottom: 1em;
  }
}
.p-footer-copy__inner .forLogo {
  display: block;
  line-height: 1;
  width: 6.875vw;
}
@media screen and (min-width: 1920px) {
  .p-footer-copy__inner .forLogo {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-copy__inner .forLogo {
    width: 20.5333333333vw;
    margin: 0 auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev: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 {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*========== u-utility.scss ==========*/
.u-sup {
  vertical-align: super;
  font-size: 1.7333333333vw;
}
@media screen and (min-width: 769px) {
  .u-sup {
    font-size: 1rem;
  }
}
.u-notice {
  color: #ff0000;
}
.u-center {
  text-align: center;
}
.u-idt__item {
  text-indent: -1em;
  margin-left: 1em;
}
.u-mb1em {
  margin-bottom: 1em;
}