@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BenchNine:wght@700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: unset;
}

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

/* Setting & mixin
   ----------------------------------------------------------------- */
:root {
  --bgc:#ffffff;
  --bgtc:#333;
  --bgc-acc:#ff5066;
  --bgtc-acc:#fddadf;
  --bgc-suf1:#ff2e12;
  --bgtc-suf1:#fff;
  --bgc-suf2:#ff2e12;
  --bgtc-suf2:#fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Base
   ----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  position: relative;
  background: url("../../img/p-siteheader__wrap.png") top right no-repeat;
  background-size: 40% auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
  font-family: "ヒラギノ丸ゴ ProN", "メイリオ", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.wrap {
  overflow: hidden;
}

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

a[href="#"]:after {
  content: "（リンク先未適用）";
  color: #f00;
  font-weight: bold;
}
a:where([href^="tel:"]) {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  a:where([href^="tel:"]) {
    pointer-events: all;
    text-decoration: underline;
  }
}

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

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

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

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

/* ==========================================================================
   Layout
   ========================================================================== */
.l-siteheader__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 0 70% 0 1fr;
      grid-template: "before logo navlist nav_trigger after" auto/1fr 0 70% 0 1fr;
}
@media only screen and (max-width: 979px) {
  .l-siteheader__box {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
        grid-template: "logo nav_trigger" auto/1fr -webkit-max-content;
        grid-template: "logo nav_trigger" auto/1fr max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-siteheader__box::before, .l-siteheader__box::after {
  content: "";
  display: block;
}
.l-siteheader__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.l-sitefooter__wrap > .l-siteheader__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box > .l-siteheader__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .l-siteheader__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-advice__wrap > .l-siteheader__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-siteheader__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after;
}
.l-sitefooter__wrap > .l-siteheader__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-unit__box > .l-siteheader__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .l-siteheader__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-advice__wrap > .l-siteheader__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.l-siteheader__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: logo;
  display: none;
}
@media only screen and (max-width: 979px) {
  .l-siteheader__logo {
    display: block;
  }
}
.l-siteheader__navlist {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: navlist;
}
.l-siteheader__nav_trigger {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: nav_trigger;
  display: none;
}
@media only screen and (max-width: 979px) {
  .l-siteheader__nav_trigger {
    display: block;
  }
}
.l-siteheader__contact {
  grid-area: contact;
  display: block;
}
@media only screen and (max-width: 979px) {
  .l-siteheader__contact {
    display: none;
  }
}

.l-siteheader_namelogo__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
      grid-template: "subtext" auto "img" auto/max-content;
}
.l-siteheader_namelogo__img {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: img;
}
.l-siteheader_namelogo__subtext {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: subtext;
}
.l-siteheader_nologo__wrap > .l-siteheader_namelogo__subtext {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-siteheader_nologo__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto;
      grid-template: "subtext" auto "title" auto/auto;
}
.l-siteheader_nologo__title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
}
.p-function__item--main .c-text > .l-siteheader_nologo__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-function__item--sub .c-text > .l-siteheader_nologo__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-siteheader_nologo__subtext {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: subtext;
}
.l-siteheader_nologo__wrap > .l-siteheader_nologo__subtext {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-sitefooter__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr minmax(0, 1180px) 1fr;
      grid-template: "before content after" auto/1fr minmax(0, 1180px) 1fr;
}
.l-sitefooter__wrap::before, .l-sitefooter__wrap::after {
  content: "";
  display: block;
}
.l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.l-sitefooter__wrap > .l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box > .l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-advice__wrap > .l-sitefooter__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after;
}
.l-sitefooter__wrap > .l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-unit__box > .l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-advice__wrap > .l-sitefooter__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.l-sitefooter__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: -webkit-max-content 1fr -webkit-max-content;
  -ms-grid-columns: max-content 1fr max-content;
      grid-template: "info nav pagetop" auto/max-content 1fr -webkit-max-content;
      grid-template: "info nav pagetop" auto/max-content 1fr max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 639px) {
  .l-sitefooter__box {
    display: block;
  }
}
.l-sitefooter__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info;
  margin-bottom: 3rem;
}
.l-sitefooter__nav {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: nav;
}
.l-sitefooter__pagetop {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: pagetop;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-unit__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr minmax(0, 1180px) 1fr;
      grid-template: "before content after" auto/1fr minmax(0, 1180px) 1fr;
  padding: 5rem 2rem;
}
@media only screen and (max-width: 639px) {
  .c-unit__box {
    padding: 2rem 2rem;
  }
}
.c-text .c-unit__box {
  padding: 1.8rem 0rem;
}
.c-text .c-unit__box:first-of-type {
  padding-top: 0;
}
.c-text .c-unit__box:last-of-type {
  padding-bottom: 0;
}

.c-unit__box > div {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
}
.c-unit__box::before, .c-unit__box::after {
  content: "";
}
.c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.l-sitefooter__wrap > .c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box > .c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-advice__wrap > .c-unit__box::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after;
}
.l-sitefooter__wrap > .c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-unit__box > .c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-advice__wrap > .c-unit__box::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.c-unit__box--full {
  display: block;
}
.c-unit__box--full::before, .c-unit__box--full::after {
  content: none;
}
.c-unit__box .c-unit__box:first-child {
  margin-top: 0;
}
.c-unit__box .c-unit__box:last-child {
  margin-bottom: 0;
}
.c-unit__box + .c-unit__box {
  padding-top: 0;
}
.c-unit__box--bg {
  background: #fddadf;
  padding: 1.6rem 1.6rem !important;
  border-radius: 1rem;
}
.c-unit__box--bd {
  border: #ff2e12 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-unit__box--linebg {
  border: 1px solid #999;
  padding: 1.6rem 1.6rem !important;
  border-radius: 1rem;
}
.c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-unit__box--basic-bg {
  background: #fddadf;
  padding: 1.6rem 1.6rem 5rem 1.6rem !important;
  margin-bottom: 5rem;
}
.c-unit__title--sub {
  color: #ff5066;
  line-height: 1.4;
  font-weight: bold;
  border-top: 1px solid #ff5066;
  border-bottom: 1px solid #ff5066;
  padding: 4px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.c-unit__title--sub {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-unit__title--sub {
    font-size: 2.4rem;
  }
}
.c-unit__title--sub span {
  font-size: 180%;
}
.c-unit__title--mini {
  font-size: 110%;
  line-height: 1.5;
  color: #333;
}
.c-unit__title--mini {
  font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .c-unit__title--mini {
    font-size: 1.9rem;
  }
}
.c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #ff5066;
  border-bottom: #ff2e12 1px solid;
}
.c-unit__title--petit {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-unit__title--petit {
    font-size: 1.6rem;
  }
}

.c-headline--h2-default {
  color: #443030;
  position: relative;
  padding: 0 0 2rem 0;
  text-align: center;
  margin-bottom: 0.6em;
  line-height: 1.3;
  background: url("../../img/icon_h3.svg") no-repeat center bottom;
  background-size: 50px auto;
}
.c-headline--h2-default {
  font-size: calc(2.2rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--h2-default {
    font-size: 3.6rem;
  }
}

.c-headline--h3-default {
  color: #ff5066;
  line-height: 1.4;
  font-weight: bold;
  border-top: 1px solid #ff5066;
  border-bottom: 1px solid #ff5066;
  padding: 4px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.c-headline--h3-default {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--h3-default {
    font-size: 2.4rem;
  }
}
.c-headline--h3-default span {
  font-size: 180%;
}

.c-headline--h4-default {
  font-size: 110%;
  line-height: 1.5;
  color: #333;
}
.c-headline--h4-default {
  font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--h4-default {
    font-size: 1.9rem;
  }
}

.c-headline--h5-default {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #ff5066;
  border-bottom: #ff2e12 1px solid;
}
.c-headline--h5-default {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--h5-default {
    font-size: 1.6rem;
  }
}

.c-headline--item_l {
  color: #fff !important;
  position: relative;
  color: #ff5066;
  line-height: 1.4;
  font-weight: bold;
  border-top: 1px solid #ff5066;
  border-bottom: 1px solid #ff5066;
  padding: 4px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0.3em 0.5em 0.3em 1.4em;
  background: url("../../img/h2_bk.png") no-repeat center bottom;
  border-radius: 1em;
  margin-bottom: 2.3rem;
}
.c-headline--item_l {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--item_l {
    font-size: 2.4rem;
  }
}
.c-headline--item_l span {
  font-size: 180%;
}

.c-headline--item_c {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-headline--item_c {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--item_c {
    font-size: 2.4rem;
  }
}
.c-headline--item_c span {
  font-size: 180%;
}

.c-headline--item_m1 {
  color: #ff5066;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  border-left: 10px solid #ff5066;
}
.c-headline--item_m1 {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--item_m1 {
    font-size: 2.4rem;
  }
}

.c-headline--item_m2 {
  color: #8e59e4;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  border-left: 10px solid #8e59e4;
}
.c-headline--item_m2 {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--item_m2 {
    font-size: 2.4rem;
  }
}

.c-headline--item_bg {
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
  background: #ff5066;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 4px 15px;
}
.c-headline--item_bg {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-headline--item_bg {
    font-size: 1.6rem;
  }
}
.c-headline--item_bg span {
  font-size: 180%;
}

.c-separate__box {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
}
.c-separate__box--2columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 2rem) / 3 + 1px), 1fr));
}
.c-separate__box--3columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 3rem) / 4 + 1px), 1fr));
}
.c-separate__box--4columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 4rem) / 5 + 1px), 1fr));
}
.c-separate__box--5columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 5rem) / 6 + 1px), 1fr));
}
.c-separate__box--6columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 6rem) / 7 + 1px), 1fr));
}
.c-separate__box--7columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 7rem) / 8 + 1px), 1fr));
}
.c-separate__box--8columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 8rem) / 9 + 1px), 1fr));
}
.c-separate__box--9columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 9rem) / 10 + 1px), 1fr));
}
.c-separate__box--10columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 10rem) / 11 + 1px), 1fr));
}
.c-separate__box--g {
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
}
.c-separate__box--gr {
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
}
@media only screen and (max-width: 639px) {
  .c-separate__box {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
        grid-template: 1fr/1fr;
  }
}

.c-separateXs__box {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
}
.c-separateXs__box--2columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 2rem) / 3 + 1px), 1fr));
}
.c-separateXs__box--3columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 3rem) / 4 + 1px), 1fr));
}
.c-separateXs__box--4columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 4rem) / 5 + 1px), 1fr));
}
.c-separateXs__box--5columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 5rem) / 6 + 1px), 1fr));
}
.c-separateXs__box--6columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 6rem) / 7 + 1px), 1fr));
}
.c-separateXs__box--7columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 7rem) / 8 + 1px), 1fr));
}
.c-separateXs__box--8columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 8rem) / 9 + 1px), 1fr));
}
.c-separateXs__box--9columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 9rem) / 10 + 1px), 1fr));
}
.c-separateXs__box--10columns {
  grid-template-columns: repeat(auto-fill, minmax(calc((1180px - 10rem) / 11 + 1px), 1fr));
}
.c-separateXs__box--g {
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
.c-separateXs__box--gr {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

.c-readbox__box .c-text {
  background: #ff2e12;
  color: #ff5066;
  padding: 2em;
}
.c-readbox__title {
  color: #ff5066;
}
.c-readbox__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-readbox__title {
    font-size: 2.4rem;
  }
}

:where(.c-text) p {
  margin-bottom: 1.1em;
}
:where(.c-text) p {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) p {
    font-size: 1.6rem;
  }
}
:where(.c-text) p:not([class]), :where(.c-text) p:where(.default) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) p.accent {
  text-align: center;
  font-weight: bold;
  color: #5a0092;
}
:where(.c-text) p.accent {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) p.accent {
    font-size: 2.4rem;
  }
}
:where(.c-text) figure:not([class]) {
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) figure img[src=""] {
  width: 100%;
  height: 150px;
}
:where(.c-text) figure img[src$=svg] {
  width: 100%;
  height: 100%;
}
:where(.c-text) ul {
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) ul {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ul {
    font-size: 1.6rem;
  }
}
:where(.c-text) ul li:not([class]), :where(.c-text) ul:where(.default) {
  line-height: 1.5;
}
:where(.c-text) ul:not([class]), :where(.c-text) ul:where(.default) {
  padding-left: 3em;
}
:where(.c-text) ul.c-list-nowidthlimit {
  max-width: 100%;
}
:where(.c-text) ul.c-list-noicon li {
  list-style: none;
}
:where(.c-text) ul.c-list-bg__even li:nth-child(2n) {
  background: #ff2e12;
}
:where(.c-text) ul.c-list-simple-2column {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
  grid-gap: 1em;
}
:where(.c-text) ul.c-list-simple-3column {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1em;
}
:where(.c-text) ul.c-list-simple-4column {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 1em;
}
:where(.c-text) ul.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
:where(.c-text) ul.c-list-kome li {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ul.c-list-kome li {
    font-size: 1.2rem;
  }
}
:where(.c-text) ul.c-list-kome li:before {
  content: "※";
  position: absolute;
  left: 0;
}
:where(.c-text) ul.c-list-check {
  border-bottom: 1px dotted #8e59e4;
}
:where(.c-text) ul.c-list-check li {
  position: relative;
  list-style: none;
  line-height: 1.9;
  padding: 0.2em 1em 0.2em 3em;
  border-top: 1px dotted #8e59e4;
  background: #fff5de;
}
:where(.c-text) ul.c-list-check li {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ul.c-list-check li {
    font-size: 1.6rem;
  }
}
:where(.c-text) ul.c-list-check li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 1em;
  width: 18px;
  height: 7px;
  border-left: 3px solid #8e59e4;
  border-bottom: 3px solid #8e59e4;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
:where(.c-text) ul.c-list-basic li {
  position: relative;
  text-indent: -1.4em;
  margin-left: 1.4em;
  margin-bottom: 0.3em;
  line-height: 1.5;
  vertical-align: middle;
  list-style-type: none !important; /*ポチ消す*/
}
:where(.c-text) ul.c-list-basic li {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ul.c-list-basic li {
    font-size: 1.6rem;
  }
}
:where(.c-text) ul.c-list-basic li:before {
  content: "";
  position: absolute;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #ff5066;
  border-radius: 50%;
  margin-right: 8px;
}
:where(.c-text) ul.c-list-basic_ml li {
  position: relative;
  text-indent: -1.4em;
  margin-left: 1.4em;
  margin-bottom: 0.7em;
  line-height: 1.6;
  vertical-align: middle;
  list-style-type: none !important; /*ポチ消す*/
}
:where(.c-text) ul.c-list-basic_ml li {
  font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ul.c-list-basic_ml li {
    font-size: 1.9rem;
  }
}
:where(.c-text) ul.c-list-basic_ml li:before {
  content: "";
  position: absolute;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #ff5066;
  border-radius: 50%;
  margin-right: 8px;
}
:where(.c-text) ul.c-link li {
  list-style: none;
}
:where(.c-text) ul.c-link a {
  padding-left: 1.5em;
  position: relative;
}
:where(.c-text) ul.c-link a:before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: transparent 0.4em solid;
  border-right: none;
  border-left-color: #ff5066;
  border-left-width: 0.6928em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
:where(.c-text) ul.c-link a:hover:before {
  left: 0.4em;
}
:where(.c-text) ul.c-side li {
  display: inline-block;
  margin-right: 0.5em;
}
:where(.c-text) ol {
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) ol {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ol {
    font-size: 1.6rem;
  }
}
:where(.c-text) ol li {
  line-height: 1.8;
}
:where(.c-text) ol:not([class]), :where(.c-text) ol:where(.default) {
  padding-left: 3em;
}
:where(.c-text) ol.c-flow {
  counter-reset: li;
}
:where(.c-text) ol.c-flow li:before {
  counter-increment: li;
  content: "" counter(li, decimal);
}
:where(.c-text) ol.c-flow li {
  position: relative;
  list-style: none;
  background: #999;
  padding: 1em 1em 1em 7rem;
  margin-bottom: 1rem;
  border-radius: 0.5em;
}
:where(.c-text) ol.c-flow li:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background: #ff5066;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fddadf;
  line-height: 1;
}
:where(.c-text) ol.c-flow li:before {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ol.c-flow li:before {
    font-size: 2.4rem;
  }
}
:where(.c-text) ol.c-list-kome {
  counter-reset: li;
}
:where(.c-text) ol.c-list-kome li:before {
  counter-increment: li;
  content: "※" counter(li, decimal);
}
:where(.c-text) ol.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
:where(.c-text) ol.c-list-kome li {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ol.c-list-kome li {
    font-size: 1.2rem;
  }
}
:where(.c-text) ol.c-list-kome li:before {
  position: absolute;
  left: 0;
}
:where(.c-text) ol.c-list-chu {
  counter-reset: li;
}
:where(.c-text) ol.c-list-chu li:before {
  counter-increment: li;
  content: "注" counter(li, decimal);
}
:where(.c-text) ol.c-list-chu li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
:where(.c-text) ol.c-list-chu li {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  :where(.c-text) ol.c-list-chu li {
    font-size: 1.2rem;
  }
}
:where(.c-text) ol.c-list-chu li:before {
  position: absolute;
  left: 0;
}
:where(.c-text) dl:not([class]) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
:where(.c-text) dl:not([class]) dt {
  font-weight: bold;
}
:where(.c-text) dl:not([class]) dd {
  padding-left: 1em;
}
:where(.c-text) dl:not([class]) dd + dt {
  margin-top: 1.8rem;
}

.c-acc1__trigger, .c-acc1__closer {
  display: block;
  background: #999;
  width: 100%;
  padding: 0.5em;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-acc1__trigger:hover, .c-acc1__closer:hover {
  background: #666666;
}
.c-acc1__closer {
  opacity: 0;
  padding: 0 0.5em;
  line-height: 0;
  font-size: 0;
}
.c-acc1__checker {
  display: none;
}
.c-acc1__box {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 0 !important;
}
.c-acc1__box * {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit:nth-last-child(2) {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
@media only screen and (max-width: 766px) {
  .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit:nth-last-child(2) {
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    height: 0;
  }
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__box--bg, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__box--bd, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__box--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini, .c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-unit__title--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-text > *:not(:first-child),
.c-acc1__checker:not(:checked) + .c-acc1__trigger + .c-acc1__box .c-text * {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box {
  margin-top: 1.8rem !important;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box * {
  opacity: 1;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit:last-child {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 766px) {
  .c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit:last-child {
    margin-bottom: 3rem;
  }
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--bg {
  background: #fddadf;
  padding: 1.6rem 1.6rem !important;
  border-radius: 1rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--bg_b {
  background: #f5f3ee;
  padding: 1.6rem 1.6rem !important;
  border-radius: 1rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--bd {
  border: #ff2e12 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub {
  color: #ff5066;
  line-height: 1.4;
  font-weight: bold;
  border-top: 1px solid #ff5066;
  border-bottom: 1px solid #ff5066;
  padding: 4px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub {
    font-size: 2.4rem;
  }
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--sub span {
  font-size: 180%;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini {
  font-size: 110%;
  line-height: 1.5;
  color: #333;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini {
  font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--mini {
    font-size: 1.9rem;
  }
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #ff5066;
  border-bottom: #ff2e12 1px solid;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--petit {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-unit__title--petit {
    font-size: 1.6rem;
  }
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-text > *:not(:first-child) {
  margin-top: 1.8rem;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-text p {
  line-height: 1.8;
}
.c-acc1__checker:checked + .c-acc1__trigger + .c-acc1__box .c-acc1__closer {
  opacity: 1;
  padding: 0.5em;
  line-height: 1.8;
}
.c-acc1__checker:checked + .c-acc1__trigger {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
}

.c-form .SS {
  width: 25%;
}
.c-form .S {
  width: 50%;
}
.c-form .M {
  width: 66.6%;
}
.c-form .L {
  width: 150%;
}
@media only screen and (max-width: 766px) {
  .c-form .SS,
  .c-form .S,
  .c-form .M,
  .c-form .L {
    width: 100%;
  }
}
.c-form label {
  cursor: pointer;
  padding: 1rem 0;
  display: inline-block;
  margin-right: 1em;
}
.c-form label:last-child {
  margin-right: 0;
}
.c-form input[type=text], .c-form input[type=number], .c-form input[type=tel], .c-form input[type=date] {
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
}
.c-form input[type=text], .c-form input[type=number], .c-form input[type=tel], .c-form input[type=date] {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-form input[type=text], .c-form input[type=number], .c-form input[type=tel], .c-form input[type=date] {
    font-size: 1.6rem;
  }
}
.c-form input[type=button] {
  background: #ff5066;
  color: #fddadf;
  border: none;
  padding: 0.3rem 1.5rem;
  border-radius: 0.5em;
  cursor: pointer;
}
.c-form input[type=button]:hover {
  background: #8e59e4;
}
.c-form input[type=number] {
  -moz-appearance: textfield;
}
.c-form input[type=number]::-webkit-outer-spin-button, .c-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-form select {
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2em;
}
.c-form select {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-form select {
    font-size: 1.6rem;
  }
}
.c-form textarea {
  border: 1px solid #707070;
  padding: 1rem;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 7.5em;
}
.c-form textarea {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-form textarea {
    font-size: 1.6rem;
  }
}
.c-form .c-select__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.c-form .c-select__container:after {
  position: absolute;
  content: "";
  display: block;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.3464em transparent solid;
  border-bottom: none;
  border-top-color: #333;
  border-top-width: 0.4em;
}
.c_work_item:not(:root) {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.c_work_item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_work_item__item {
  list-style: none;
  width: calc((100% - 1em) / 2);
}
.c_work_item__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1em;
}
@media only screen and (max-width: 639px) {
  .c_work_item__item {
    width: 100%;
  }
  .c_work_item__item:not(:nth-child(1)):not(:root) {
    margin-top: 1em;
  }
}
.c_work_item__fig {
  position: relative;
}
.c_work_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 1em;
}
.c_work_item__name {
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c_work_item__name {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c_work_item__name {
    font-size: 2.4rem;
  }
}
.c_work_item__text {
  color: #b2c5fa;
  line-height: 1;
}

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

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

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

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

.c-flr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

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

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

.w_700 {
  max-width: 700px;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1.5rem;
}

.mt-3 {
  margin-top: 2.5rem;
}

.mt-4 {
  margin-top: 3.5rem;
}

.mt-5 {
  margin-top: 4.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 3.5rem;
}

.mb-5 {
  margin-bottom: 4.5rem;
}

.mb-6 {
  margin-bottom: 9rem;
}

/*PCのみ*/
.onlypc {
  display: block;
}
@media only screen and (max-width: 639px) {
  .onlypc {
    display: none;
  }
}

.onlymobile {
  display: none;
}
@media only screen and (max-width: 639px) {
  .onlymobile {
    display: block;
  }
}

.c-2columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 2rem) / 3 + 1px), 1fr));
}

.c-3columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 3rem) / 4 + 1px), 1fr));
}

.c-4columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 4rem) / 5 + 1px), 1fr));
}

.c-5columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 5rem) / 6 + 1px), 1fr));
}

.c-6columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 6rem) / 7 + 1px), 1fr));
}

.c-7columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 7rem) / 8 + 1px), 1fr));
}

.c-8columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 8rem) / 9 + 1px), 1fr));
}

.c-9columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 9rem) / 10 + 1px), 1fr));
}

.c-10columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 10rem) / 11 + 1px), 1fr));
}

.darkred {
  color: rgb(143, 0, 0);
  line-height: 1.5;
}

.table-basic {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  line-height: 1.5;
}
.table-basic {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .table-basic {
    font-size: 1.6rem;
  }
}
.table-basic thead th {
  text-align: center;
  padding: 10px;
  background: #fddadf;
  border: solid 1px #ff5066;
}
.table-basic tbody th {
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  background: #fddadf;
  border: solid 1px #ff5066;
}
@media only screen and (max-width: 639px) {
  .table-basic tbody th {
    white-space: normal;
  }
}
.table-basic td {
  padding: 10px;
  border: solid 1px #ff5066;
}
.table-basic tr.double {
  border-top: double 5px #ff5066;
}

.table-0 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  line-height: 1.5;
}
.table-0 {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .table-0 {
    font-size: 1.6rem;
  }
}
.table-0 thead th {
  text-align: center;
  padding: 10px;
  background: #ffbfd0;
  border: solid 1px #ffbfd0;
}
.table-0 tbody th {
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  background: #fcebf1;
  border: solid 1px #ffbfd0;
}
@media only screen and (max-width: 639px) {
  .table-0 tbody th {
    white-space: normal;
  }
}
.table-0 td {
  padding: 10px;
  border: solid 1px #ffbfd0;
}

.table-12 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  line-height: 1.5;
}
.table-12 {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .table-12 {
    font-size: 1.6rem;
  }
}
.table-12 thead th {
  text-align: center;
  padding: 10px;
  background: #ffd980;
  border: solid 1px #ffd980;
}
.table-12 tbody th {
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  background: #fff4d9;
  border: solid 1px #ffd980;
}
@media only screen and (max-width: 639px) {
  .table-12 tbody th {
    white-space: normal;
  }
}
.table-12 td {
  padding: 10px;
  border: solid 1px #ffd980;
}

.table-345 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  line-height: 1.5;
}
.table-345 {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .table-345 {
    font-size: 1.6rem;
  }
}
.table-345 thead th {
  text-align: center;
  padding: 10px;
  background: #cded9f;
  border: solid 1px #cded9f;
}
.table-345 tbody th {
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  background: #efffd9;
  border: solid 1px #cded9f;
}
@media only screen and (max-width: 639px) {
  .table-345 tbody th {
    white-space: normal;
  }
}
.table-345 td {
  padding: 10px;
  border: solid 1px #cded9f;
}

.c-caption {
  line-height: 1.3;
  padding: 7px;
}
.c-caption {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .c-caption {
    font-size: 1.4rem;
  }
}

.c-w-70 {
  padding: 0 15%;
}
@media only screen and (max-width: 639px) {
  .c-w-70 {
    padding: 0;
  }
}

.c-w-50 {
  padding: 0 25%;
}
@media only screen and (max-width: 639px) {
  .c-w-50 {
    padding: 0;
  }
}

.c-w-30 {
  padding: 0 30%;
}

.c-w-20 {
  padding: 0 40%;
}

.c-font_l {
  line-height: 1.5;
}
.c-font_l {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-font_l {
    font-size: 2.4rem;
  }
}

.c-font-red {
  color: red !important;
}

.p-cta__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: calc((100vw - 1180px) / 2) 1.61fr 1fr calc((100vw - 1180px) / 2);
      grid-template: "before article aside after" auto/calc((100vw - 1180px) / 2) 1.61fr 1fr calc((100vw - 1180px) / 2);
}
.p-cta__wrap::before, .p-cta__wrap::after {
  content: "";
  display: block;
}
.p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.l-sitefooter__wrap > .p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box > .p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-advice__wrap > .p-cta__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after;
}
.l-sitefooter__wrap > .p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-unit__box > .p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-advice__wrap > .p-cta__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-cta__wrap::before {
  background: #f7f3f0;
}
@media only screen and (max-width: 639px) {
  .p-cta__wrap {
    display: block;
  }
}
.p-cta__article {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: article;
  background: #f7f3f0;
  padding: 2em 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-advice__wrap > .p-cta__article {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-cta__article {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-cta__article {
    font-size: 2.4rem;
  }
}
.p-cta__aside {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: aside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-advice__wrap > .p-cta__aside {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 639px) {
  .p-cta__aside {
    display: none;
  }
}
.p-cta__title {
  font-weight: bold;
  margin-bottom: 1em;
}
.p-cta__nav {
  font-weight: bold;
  margin-bottom: 0.6em;
  color: #ff5066;
}
.p-cta__nav {
  font-size: calc(2.2rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-cta__nav {
    font-size: 3.6rem;
  }
}
.p-cta__button {
  list-style-type: none;
}
.p-cta__link {
  display: inline-block;
  background: #ff5066;
  color: #fddadf;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 70px;
  -webkit-box-shadow: 0 0.3em #453a96;
          box-shadow: 0 0.3em #453a96;
  -webkit-transition: all;
  transition: all;
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-cta__link {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-cta__link {
    font-size: 1.6rem;
  }
}
.p-cta__link:hover {
  top: 0.3em;
  -webkit-box-shadow: 0 0 #453a96;
          box-shadow: 0 0 #453a96;
}
.c-contactbox {
  margin-bottom: 2rem;
}
.c-contactbox__table {
  width: 100%;
  max-width: 767px;
  margin: 0 auto 2em;
}
.c-contactbox__th, .c-contactbox__td {
  padding: 0.5em;
  color: #333;
  text-align: left;
  vertical-align: top;
}
.c-contactbox__th, .c-contactbox__td {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-contactbox__th, .c-contactbox__td {
    font-size: 1.6rem;
  }
}
.c-contactbox__th {
  color: #4d4d4d;
}
.c-contactbox__td--noneBtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto 0.5em -webkit-max-content;
  -ms-grid-columns: auto 0.5em max-content;
      grid-template: auto/auto -webkit-max-content;
      grid-template: auto/auto max-content;
  grid-gap: 0.5em;
}
.c-contactbox__list {
  margin-bottom: 3rem;
}
.c-contactbox__item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.c-contactbox__label {
  width: 20%;
  font-weight: bold;
}
@media only screen and (max-width: 639px) {
  .c-contactbox__label {
    width: 100%;
  }
}
.c-contactbox__input {
  width: 75%;
}
@media only screen and (max-width: 766px) {
  .c-contactbox__table, .c-contactbox__tbody {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .c-contactbox__tr, .c-contactbox__th, .c-contactbox__td {
    display: block;
    width: 100%;
  }
}
.c-contactbox__required {
  color: #C50202;
  margin-left: 0.5em;
  vertical-align: middle;
}
.c-contactbox__required {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-contactbox__required {
    font-size: 1.6rem;
  }
}
.c-contactbox__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contactbox__btn {
  padding: 0.5em 2.5em;
  border-radius: 0.5em;
  border: none;
  display: block;
  margin: 0 1rem;
}
.c-contactbox__btn {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .c-contactbox__btn {
    font-size: 2.4rem;
  }
}
.c-contactbox__btn--cancel {
  background: #999;
  color: #fff;
  cursor: pointer;
}
.c-contactbox__btn--cancel:hover {
  background: #bbb;
}
.c-contactbox__btn--submit {
  background: #ff5066;
  color: #fddadf;
  cursor: pointer;
}
.c-contactbox__btn--submit:hover {
  opacity: 0.6;
}
.c-contactbox__btn--submit:disabled {
  background: #ddd;
  color: #666;
  cursor: default;
}

#agreement .matter-checkbox {
  text-align: center;
}
#agreement label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding-bottom: 3rem;
  font-size: 1.9rem;
  vertical-align: middle;
  text-align: center;
}
#agreement section {
  height: 50em;
  width: 100%;
  min-width: 400px;
  margin: 0 auto 2.2vw;
  padding: 2.2vw;
  background: #eee;
  overflow-y: scroll;
  overflow-x: auto;
}
#agreement section h3,
#agreement section h4 {
  margin-top: 0;
  margin-bottom: 2.2vw;
  text-align: left;
}
#agreement section h3:before, #agreement section h3:after,
#agreement section h4:before,
#agreement section h4:after {
  content: none;
}
#agreement section ol {
  padding-left: 1.8em;
  margin-bottom: 2.2vw;
}
#agreement section ol li:last-child {
  margin-bottom: 0;
}
#agreement section span {
  font-size: 1.3em;
}

.droparea {
  background: #eee;
  height: 20em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.droparea p {
  line-height: 1.2;
}
.droparea p i {
  font-size: 6rem;
}
.droparea:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: #4d4d4d 3px dashed;
  border-radius: 20px;
}

.container-size .error_message {
  display: inline-block;
  max-width: 15%;
  margin-left: 2.2vw;
}

.droparea .if-selected {
  display: none;
}

.droparea.is-selected .if-selected {
  display: block;
}

.droparea.is-selected .if-not_selected {
  display: none;
}

.droparea .file_info {
  font-size: 200%;
}

.droparea .droparea-command {
  position: relative;
  z-index: 10;
}

.loading {
  display: none;
}

.is-loading .loading {
  display: block;
}

.is-loading .buttons-wrapper {
  display: none;
}

#phase-confirm table th {
  width: 30%;
}

.confirm-order th {
  width: 30%;
}

.confirm-order td {
  width: 70%;
}

.confirm-order th, .confirm-order td {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  line-height: 1.5;
  background: #fff;
}

.confirm-order tbody tr:nth-child(2n), .confirm-order tbody tr:nth-child(2n) {
  background: #fff;
}

.c-breadcrumbs__wrap {
  padding: 0 1em;
}
.c-breadcrumbs__wrap {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .c-breadcrumbs__wrap {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumbs__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__item:not(:last-child):after {
  content: ">";
  display: block;
  padding: 0 1em;
}
.c-breadcrumbs__link {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0.5em 1em;
  border-radius: 1em;
}
.c-breadcrumbs__link:hover {
  color: #ff5066;
}
.c-breadcrumbs__dummylink {
  display: block;
  padding: 0.5em 0;
}
.c-btn__link {
  padding: 0.4em 0.5em 0.4em 0.5em;
  border-radius: 0.2em;
  text-decoration: none;
  display: block;
  margin: auto;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  max-width: 80%;
}
.c-btn__fill {
  background: #ff5066;
  color: #fddadf;
}
.c-btn__fill:hover {
  opacity: 0.6;
  color: #fddadf;
}
.c-btn__tel {
  color: #fff;
  display: block;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 220px;
  max-width: 80%;
  text-decoration: none;
  padding: 0.8em 0.5em;
  margin: auto;
  border-radius: 0 0 0.5em 0.5em;
  background: url("../../img/pk_bk.png") center center no-repeat;
  background-size: 100% auto;
}
.c-btn__tel {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-btn__tel {
    font-size: 1.6rem;
  }
}
.c-btn__tel:hover {
  background: url("../../img/pk_bk_on.png") center center no-repeat;
  color: #fff;
}
.c-btn__tel span {
  background: url("../../img/telicon.svg") no-repeat 0 0;
  background-size: auto 1.1em;
  padding-left: 3em;
  padding-bottom: 0.5rem;
  color: #fff;
}
.c-btn__tel a {
  color: #fff;
  text-decoration: none;
}
.c-btn__h-contact {
  color: #fff;
  display: block;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  max-width: 80%;
  text-decoration: none;
  padding: 1em;
  margin: auto;
  border-radius: 0 0 0.5em 0.5em;
  background: url("../../img/pk_bk.png") center center no-repeat;
  background-size: 100% auto;
}
.c-btn__h-contact {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-btn__h-contact {
    font-size: 1.6rem;
  }
}
.c-btn__h-contact:hover {
  background: url("../../img/pk_bk_on.png") center center no-repeat;
  color: #fff;
}
.c-btn__h-contact span {
  background: url("../../img/c-btn__h-contact.svg") no-repeat 0 0;
  background-size: auto 1.1em;
  padding-left: 3em;
  padding-bottom: 0.5rem;
  color: #fff;
}
.c-btn__h-contact a {
  color: #fff;
  text-decoration: none;
}
.c-btn__bd {
  border: #333 1px solid;
  color: #333;
}
.c-btn__arrow {
  padding-right: 1.5em;
  position: relative;
}
.c-btn__arrow::before {
  display: block;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: #333 0.1em solid;
  border-bottom: none;
  border-left: none;
}
.c-btn__line a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 25px;
  color: #ff5066;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
}
.c-btn__line a {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-btn__line a {
    font-size: 1.6rem;
  }
}
.c-btn__line a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background: #fddadf;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-btn__line a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff5066;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-btn__line a:hover {
  opacity: 0.7;
}
.c-btn__line a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* Project
   ----------------------------------------------------------------- */
.p-siteheader__wrap {
  /* 背景 */
  margin-bottom: 2rem;
}
@media only screen and (max-width: 979px) {
  .p-siteheader__wrap {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.p-siteheader__homelink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -ms-grid;
  display: grid;
  padding: 0 1rem 0.3rem 1rem;
  color: #333;
  text-decoration: none;
}
.p-siteheader__homelink {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader__homelink {
    font-size: 2.4rem;
  }
}
.p-siteheader__homelink:hover {
  color: #333;
  opacity: 0.6;
}
.p-siteheader__list {
  /* 最大幅制限 */
  width: 100%;
  margin-inline: auto;
  /* リスト内アイテムの並びの設定 */
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr 1.5fr 1fr 1fr;
      grid-template: "top feature home about information" auto/1fr 1fr 1.5fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-siteheader__item {
  list-style: none;
  color: #000;
  line-height: 10rem;
  text-align: center;
  display: block;
  text-decoration: none;
}
.p-siteheader__item {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader__item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 979px) {
  .p-siteheader__item {
    display: none;
  }
}
.p-siteheader__item:not(:last-child) {
  /* アイテムの右側の線（最後の要素にはつかない） */
}
.p-siteheader__item--home {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: home;
  text-align: center;
}
.p-siteheader__item--top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top;
}
.p-siteheader__item--feature {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: feature;
}
.p-siteheader__item--about {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: about;
}
.p-siteheader__item--information {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: information;
}
.p-siteheader__item--contact {
  grid-area: contact;
  display: none;
}
.p-siteheader__link {
  color: #443030;
  text-decoration: none;
  display: block;
}
.p-siteheader__link:hover {
  color: #443030;
  text-decoration: none;
}
.p-siteheader__link--top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top;
  background: url("../../img/btn/btn_top.png") center center no-repeat;
  background-size: 60% auto;
}
.p-siteheader__link--top:hover {
  opacity: 0.7;
}
.p-siteheader__link--feature {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: feature;
  background: url("../../img/btn/btn_feature.png") center center no-repeat;
  background-size: 60% auto;
}
.p-siteheader__link--feature:hover {
  opacity: 0.7;
}
.p-siteheader__link--about {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: about;
  background: url("../../img/btn/btn_about.png") center center no-repeat;
  background-size: 60% auto;
}
.p-siteheader__link--about:hover {
  opacity: 0.7;
}
.p-siteheader__link--information {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: information;
  background: url("../../img/btn/btn_information.png") center center no-repeat;
  background-size: 60% auto;
}
.p-siteheader__link--information:hover {
  opacity: 0.7;
}
.p-siteheader__fig {
  margin-inline: auto;
}
.p-siteheader__logo {
  width: 90%;
  margin-inline: auto;
  /* ロゴ画像のサイズ設定など */
}
@media only screen and (max-width: 979px) {
  .p-siteheader__logo {
    width: 160px;
  }
}
.p-siteheader__subtext {
  font-size: 0.5em;
  margin-bottom: 0.25em;
}

.p-siteheader_contact__wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 0 5rem;
}
.p-siteheader_contact__link {
  display: block;
  text-align: center;
}
.p-siteheader_contact__tel {
  margin-bottom: 0.5rem;
}
.p-siteheader_contact__number {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.p-siteheader_contact__number {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader_contact__number {
    font-size: 2.4rem;
  }
}
.p-siteheader_contact__number:hover {
  color: #333;
}
.p-siteheader_contact__worktime {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader_contact__worktime {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 979px) {
  .p-gNav {
    pointer-events: all;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__box {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
  }
}
@media only screen and (max-width: 979px) and (min-width: 1180px) {
  .p-gNav__box {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 979px) {
  .p-gNav__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 580px;
    max-width: 90vw;
    height: 100vh;
    overflow: auto;
    background: #fddadf;
    z-index: 1000;
    padding: calc(6em) 0 1em;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .active .p-gNav__wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-gNav__list {
    border-top: #ff5066 1px dotted;
  }
  .p-gNav__item {
    border-bottom: #ff5066 1px dotted;
  }
  .p-gNav__item {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
  }
}
@media only screen and (max-width: 979px) and (min-width: 1180px) {
  .p-gNav__item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 979px) {
  .p-gNav__link {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #333;
  }
  .p-gNav__link:hover {
    background: #ff5066;
  }
  .p-gNav__link.current {
    background: #ff5066;
  }
  .p-gNav__title {
    font-size: 144%;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .p-gNav__title--pc {
    display: none;
  }
  .p-gNav__description {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 979px) {
  .p-gNav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-gNav__list {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: relative;
  }
  .p-gNav__list--secondry {
    position: absolute;
    top: 100%;
    z-index: 1000;
    border-top: 0 solid #333;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
  }
  .p-gNav__item--nopc {
    display: none;
  }
  .p-gNav__link {
    display: block;
    text-decoration: none;
    padding: 1em 1em;
    color: #333;
  }
  .p-gNav__link {
    font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
  }
}
@media only screen and (min-width: 979px) and (min-width: 1180px) {
  .p-gNav__link {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 979px) {
  .p-gNav__link--secondry {
    display: block;
    text-decoration: none;
    padding: 0 1em;
    background: #fff;
    color: #333;
    -webkit-transition: padding-top 0.6s, padding-bottom 0.6s, line-height 0.6s, border-bottom-width 0.6s;
    transition: padding-top 0.6s, padding-bottom 0.6s, line-height 0.6s, border-bottom-width 0.6s;
    line-height: 0;
  }
  .p-gNav__link--secondry {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
  }
}
@media only screen and (min-width: 979px) and (min-width: 1180px) {
  .p-gNav__link--secondry {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 979px) {
  .p-gNav__link--secondry:hover {
    background: #ff5066;
    color: #fddadf;
  }
  .p-gNav__link:hover {
    font-weight: normal;
  }
  .p-gNav__link--fill {
    background: #ff5066;
    color: #fddadf;
  }
  .p-gNav__link--fill:hover {
    background: #8e59e4;
    color: #fff5de;
  }
  .p-gNav__item:not(:last-child) .p-gNav__link--secondry {
    border-bottom: 0 solid #333;
  }
  .p-gNav__item:hover .p-gNav__list--secondry {
    border-top-width: 1px;
    opacity: 1;
  }
  .p-gNav__item:hover .p-gNav__link--secondry {
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1;
    border-bottom-width: 1px;
  }
  .p-gNav__title {
    font-weight: normal;
  }
  .p-gNav__title:hover {
    color: #ff5066;
  }
}

.p-gNav__trigger__wrap {
  cursor: pointer;
  background: #ff5066;
  padding: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-left: 1rem;
  position: relative;
  z-index: 10000;
}
.p-gNav__trigger__wrap {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-gNav__trigger__wrap {
    font-size: 1.4rem;
  }
}
.p-gNav__trigger__bars, .p-gNav__trigger__bar {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-gNav__trigger__bars {
  position: relative;
  width: 100%;
  height: calc(2em + 4px);
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-gNav__trigger__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fddadf;
  border-radius: 4px;
}
.p-gNav__trigger__bar:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.p-gNav__trigger__bar:nth-of-type(2) {
  top: 1em;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.p-gNav__trigger__bar:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.p-gNav__trigger__text {
  display: block;
  width: 50px;
  text-align: center;
  margin-top: 0.5em;
  color: #fddadf;
}
.active .p-gNav__trigger__bars .p-gNav__trigger__bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(1em) rotate(0);
            transform: translateY(1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(1em) rotate(45deg);
            transform: translateY(1em) rotate(45deg);
  }
}
.active .p-gNav__trigger__bars .p-gNav__trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.active .p-gNav__trigger__bars .p-gNav__trigger__bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1em) rotate(0);
            transform: translateY(-1em) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1em) rotate(-45deg);
            transform: translateY(-1em) rotate(-45deg);
  }
}

.p-mainvisual__item--main {
  position: relative;
  height: 35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../../img/mainvisual/mainvisual.png") bottom center no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 639px) {
  .p-mainvisual__item--main {
    height: 50vw;
    min-height: 180px;
    background: url("../../img/mainvisual/mainvisual_s.png") bottom center no-repeat;
    background-size: cover;
  }
}
.p-mainvisual__fig {
  padding: 2.5vw 5vw;
}
.p-mainvisual__img {
  min-width: 230px;
  width: 50.3vw;
  -webkit-filter: drop-shadow(1px 1px 3px #222) drop-shadow(5px 5px 10px #344e6d);
          filter: drop-shadow(1px 1px 3px #222) drop-shadow(5px 5px 10px #344e6d);
}

.p-pageTitle__box {
  clear: both;
  height: 15vh;
  padding: 1em 0 0 0;
  max-height: 10em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background: url("../../img/p_title_bk.png") top center no-repeat;
  background-size: 100% auto;
}
.p-pageTitle__box {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-pageTitle__box {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-pageTitle__box {
    height: 9vh;
    max-height: 7em;
    padding: 1em 0 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .p-pageTitle__box {
    height: 11vh;
    max-height: 9em;
    padding: 1em 0 0 0;
  }
}
.p-pageTitle__title {
  text-align: center;
  font-size: 130%;
  line-height: 1.5;
  color: #ff5066;
  position: relative;
  z-index: 1;
}
.p-pageTitle__title--event {
  font-size: 100%;
}
.p-pageTitle__fig {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.p-test__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1.61fr 1fr;
      grid-template: auto/1.61fr 1fr;
}
.p-test__textwrap {
  position: relative;
  background: blue;
}
.p-test__text {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: -50px;
  background: rgba(255, 0, 0, 0.376);
}

/* お知らせ */
.p-news__box {
  width: 100%;
  height: auto;
}
.p-news__list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.p-news__item {
  color: #ff5066;
  list-style: none;
  line-height: 1.5;
  border-width: 1px 0;
  padding: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-news__item {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-news__item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 639px) {
  .p-news__item {
    display: block;
  }
}
.p-news__title {
  color: #443030;
  font-weight: bold;
  line-height: 1.5 !important;
  text-align: center;
  width: 100%;
  padding: 4rem 0;
}
.p-news__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-news__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 639px) {
  .p-news__title {
    padding: 4rem 0 2rem 0;
  }
}
.p-news__title::before {
  content: "";
  background: url("../../img/top/p-news_l.svg") no-repeat;
  background-size: contain;
  width: 4em;
  height: auto;
  vertical-align: middle;
  padding: 2em;
}
.p-news__title::after {
  content: "";
  background: url("../../img/top/p-news_r.svg") no-repeat;
  background-size: contain;
  width: 4em;
  height: auto;
  vertical-align: middle;
  padding: 2em;
}
.p-news__dateicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.p-news__date {
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.p-news__date {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-news__date {
    font-size: 1.6rem;
  }
}
.p-news__date span {
  color: #ff5066;
}
.p-news__icon {
  width: 6em !important;
  height: 2rem;
  text-align: center;
  color: #fff !important;
  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;
  border-radius: 4px;
}
.p-news__icon {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-news__icon {
    font-size: 1.2rem;
  }
}
.p-news__icon--info {
  background: rgb(18, 57, 131);
}
.p-news__icon--event {
  background: rgb(179, 62, 7);
}
.p-news__icon--column {
  background: rgb(8, 119, 73);
}
.p-news__link {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-news__link {
    font-size: 1.6rem;
  }
}

.p-year__list {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.p-year__item {
  list-style: none;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-year__dateicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-year__date {
  width: 10em;
}
.p-year__date {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-year__date {
    font-size: 1.6rem;
  }
}
.p-year__link {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-year__link {
    font-size: 1.6rem;
  }
}

/* ボタン */
.c-cnt__button {
  list-style-type: none;
  text-align: center;
}
.c-cnt__link {
  display: inline-block;
  background: #fff;
  color: #ff5066;
  text-decoration: none;
  padding: 0.7em 1.5em;
  border: 2px solid #ff5066;
  border-radius: 7px;
  -webkit-box-shadow: 0 0.3em #ba321a;
          box-shadow: 0 0.3em #ba321a;
  -webkit-transition: all;
  transition: all;
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-cnt__link {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-cnt__link {
    font-size: 1.6rem;
  }
}
.c-cnt__link:hover {
  top: 0.3em;
  -webkit-box-shadow: 0 0 #ba321a;
          box-shadow: 0 0 #ba321a;
}

.c-cnt-category-link__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1.6rem 1fr;
      grid-template: auto/repeat(2, 1fr);
  grid-gap: 1.6rem;
}
.c-cnt-category-link__item {
  list-style: none;
}
.c-cnt-category-link__link {
  display: inline-block;
  background: #ff5066;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.7em 1.5em;
  border-radius: 7px;
  -webkit-box-shadow: 0 0.3em #ba321a;
          box-shadow: 0 0.3em #ba321a;
  -webkit-transition: all;
  transition: all;
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-cnt-category-link__link {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .c-cnt-category-link__link {
    font-size: 1.6rem;
  }
}
.c-cnt-category-link__link:hover {
  top: 0.3em;
  -webkit-box-shadow: 0 0 #ba321a;
          box-shadow: 0 0 #ba321a;
}
.c-cnt-category-link__img {
  display: block;
}

.p-ayumi__wrap {
  width: 100%;
  background: url("../../img/feature/ayumi_bk.svg") center center no-repeat;
  background-size: auto 100%;
}
.p-ayumi__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  -ms-grid-rows: 20% 60% 20%;
  grid-template-rows: 20% 60% 20%;
  margin-bottom: 5rem;
}
.p-ayumi__box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-ayumi__box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-ayumi__box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-ayumi__box > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-ayumi__box > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.p-ayumi__box > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.p-ayumi__box > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-ayumi__box > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.p-ayumi__box > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 639px) {
  .p-ayumi__box {
    display: block;
  }
}
.p-ayumi__item {
  padding: 1rem 2rem;
}

.p_difference {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
  margin-bottom: 3rem;
}

.p_difference > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p_difference > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p_difference > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p_difference > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 639px) {
  .p_difference {
    display: block;
  }
}
.p_difference__item {
  padding: 1rem 2rem;
}
.p_difference .one:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 639px) {
  .p_difference .one:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p_difference .two:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 639px) {
  .p_difference .two:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* 順番変更 */
.change-order {
  width: 100%;
  padding: 20px;
}
.change-order__inner {
  width: 100%;
  height: auto;
}
.change-order__columns01 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 70px 3rem -webkit-max-content 3rem -webkit-max-content;
  -ms-grid-rows: 70px 3rem max-content 3rem max-content;
  grid-template-rows: 70px -webkit-max-content -webkit-max-content;
  grid-template-rows: 70px max-content max-content;
      grid-template-areas: "a b" "c b";
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 766px) {
  .change-order__columns01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1rem auto 1rem auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "a" "b" "c";
    gap: 1rem;
  }
}
.change-order__columns02 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 70px 3rem -webkit-max-content 3rem -webkit-max-content;
  -ms-grid-rows: 70px 3rem max-content 3rem max-content;
  grid-template-rows: 70px -webkit-max-content -webkit-max-content;
  grid-template-rows: 70px max-content max-content;
      grid-template-areas: "b a" "b c";
  gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 766px) {
  .change-order__columns02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1rem auto 1rem auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: "a" "b" "c";
    gap: 1rem;
  }
}
.change-order__headline {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.change-order__columns02 > .change-order__headline {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.change-order__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: b;
}
.change-order__columns02 > .change-order__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.change-order__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: c;
  margin-left: 0;
}
.change-order__columns02 > .change-order__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 766px){
  .change-order__headline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .change-order__columns02 > .change-order__headline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .change-order__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .change-order__columns02 > .change-order__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .change-order__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .change-order__columns02 > .change-order__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

/* 教育 */
.p-order {
  list-style-type: disc;
  list-style-position: inside;
}
.p-order li {
  padding: 0.5em 0;
  border-top: 1px dashed #ccc;
}
.p-order p {
  margin-bottom: 0;
  text-align: left;
}
.p-order li:last-child {
  border-bottom: 1px dashed #ccc;
}
.p-order .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 90%;
  grid-template-columns: 10% 90%;
}
.p-order .container img {
  width: auto;
  height: 110px;
}
@media only screen and (max-width: 639px) {
  .p-order .container {
    display: block;
    -ms-grid-columns: 10% 90%;
    grid-template-columns: 10% 90%;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-order .num {
  color: #ff5066;
  line-height: 50px;
  display: block;
  margin: auto;
  text-align: center;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("../../img/feature/p-top-policy__list.png") no-repeat;
  border: 3px solid #ff5066;
  margin-bottom: 0.6rem;
}
.p-order .num {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-order .num {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 639px) {
  .p-order .num {
    line-height: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #ff5066;
  }
  .p-order .num {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
  }
}
@media only screen and (max-width: 639px) and (min-width: 1180px) {
  .p-order .num {
    font-size: 1.4rem;
  }
}

.p-rinen__wrap {
  width: 100%;
  background: url("../../img/about/ensha_bk.svg") no-repeat;
}
.p-rinen__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  -ms-grid-rows: 20% 60% 20%;
  grid-template-rows: 20% 60% 20%;
  margin-bottom: 3rem;
}
.p-rinen__box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-rinen__box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-rinen__box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-rinen__box > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-rinen__box > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.p-rinen__box > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.p-rinen__box > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-rinen__box > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.p-rinen__box > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 639px) {
  .p-rinen__box {
    display: block;
  }
}
.p-rinen__item {
  padding: 1rem 2rem;
}

.p-event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -ms-grid-rows: 60% 40%;
  grid-template-rows: 60% 40%;
  margin-bottom: 1rem;
}

.p-event > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-event > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-event > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-event > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 639px) {
  .p-event {
    display: block;
  }
}
.p-event__item {
  padding: 1rem;
}
.p-event .one:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 639px) {
  .p-event .one:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-event .two:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 639px) {
  .p-event .two:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* FAQ */
.p-faq__list {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-faq__list {
    font-size: 1.6rem;
  }
}
.p-faq__q, .p-faq__a {
  line-height: 1.5;
}
.p-faq__q {
  font-size: 120%;
  color: #ff5066;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-faq__a {
  margin-bottom: 2rem;
}

/* ポイント */
.p-point__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  counter-reset: number 0;
}
.p-point__item {
  list-style: none;
  counter-increment: number 1;
  margin-bottom: 0.5rem;
}
.p-point__item {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-point__item {
    font-size: 2.4rem;
  }
}
.p-point__link {
  position: relative;
  text-decoration: none;
  color: #333;
  padding-left: 2em;
}
.p-point__link::before {
  position: absolute;
  left: 0;
  content: counter(number);
  display: block;
  background: #ff5066;
  color: #fddadf;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  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;
  font-size: 83.3%;
}
.p-point__link::after {
  position: absolute;
  content: "";
  top: 100%;
  bottom: -2px;
  left: 2em;
  right: 0;
  display: block;
  background: #ff5066;
  z-index: -1;
  -webkit-transition: 0.6s top;
  transition: 0.6s top;
}
.p-point__link:hover::after {
  top: 0%;
}

/* ラインアップ */
.p-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem !important;
}
.p-lineup__item {
  width: 100%;
  list-style: none;
  border-right: #ff5066 1px dotted;
}
.p-lineup__item:first-child {
  border-left: #ff5066 1px dotted;
}
.p-lineup__link {
  display: block;
  color: #ff5066;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
}
.p-lineup__link:hover {
  color: #666;
}
.p-lineup__fig {
  margin-bottom: 0.5rem;
  text-align: center;
  position: relative;
}
.p-lineup__fig::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: conic-gradient(from 0deg at center, #ff5066 0deg, #fff 360deg);
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
}
.p-lineup__link:hover .p-lineup__fig::before {
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
  opacity: 1;
}
.p-lineup__img {
  margin-top: 5px;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1em;
}
.p-lineup__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.p-lineup__title {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-lineup__title {
    font-size: 1.6rem;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateX(-50%) scale(1) rotate(0);
            transform: translateX(-50%) scale(1) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1) rotate(-360deg);
            transform: translateX(-50%) scale(1) rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translateX(-50%) scale(1) rotate(0);
            transform: translateX(-50%) scale(1) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1) rotate(-360deg);
            transform: translateX(-50%) scale(1) rotate(-360deg);
  }
}
/* gallery */
.p-gallery__list {
  margin-bottom: 3rem !important;
}
.p-gallery__item {
  width: 100%;
}
.p-gallery__fig {
  margin-bottom: 0.5rem;
}
/* 機能 */
.p-function__item--main {
  height: 100%;
  border: 1px solid #333;
}
.p-function__item--main .c-text {
  height: 100%;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 2rem 1fr;
  -ms-grid-columns: 10rem 2rem 1fr;
      grid-template: "fig title" "detail detail" 1fr/10rem 1fr;
  grid-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-function__item--sub {
  height: 100%;
}
.p-function__item--sub .c-text {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0.5rem 1fr;
  -ms-grid-columns: 8rem 1rem 1fr;
      grid-template: "fig title" "fig detail" 1fr/8rem 1fr;
  grid-gap: 0.5rem 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-function__title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
  color: #ff5066;
}
.p-function__item--main .c-text > .p-function__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-function__item--sub .c-text > .p-function__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-function__title--main {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-function__title--main {
    font-size: 2.4rem;
  }
}
.p-function__title--sub {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-function__title--sub {
    font-size: 1.6rem;
  }
}
.p-function__fig {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: fig;
  margin: 0;
}
.p-function__item--sub .c-text > .p-function__fig {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.p-function__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: detail;
  margin: 0;
}
.p-function__item--sub .c-text > .p-function__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.p-function__detail--sub * {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-function__detail--sub * {
    font-size: 1.4rem;
  }
}

/* ステップ */
.p-step__item {
  background: #ff2e12;
  color: #ff5066;
  padding: 1rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 1fr;
}
.p-step__item:not(:last-child) {
  margin-bottom: 3rem;
  position: relative;
}
.p-step__item:not(:last-child)::after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border: transparent 1rem solid;
  border-top-color: #999;
  border-bottom-width: 0;
}
/* 取引先リスト */
.p-com__item {
  padding: 0 !important;
}
.p-com__item .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-com__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
.p-com__title {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-com__title {
    font-size: 1.4rem;
  }
}
.p-com__fig {
  margin: 0 0 0.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flow {
  border: 2px solid #ff5066;
}

.flow > li {
  padding: 20px;
  list-style-type: none;
}

.flow > li:nth-child(2n) {
  /* 偶数番目のボックスを装飾するCSS */
  z-index: 18;
  background-color: #fddadf;
}

.flow > li:not(:last-child) {
  border-bottom: 2px solid #ff5066;
  position: relative;
}

.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li:not(:last-child)::before {
  z-index: 19;
  border-width: 14px;
  border-top-color: #ff5066;
}

.flow > li:not(:last-child)::after {
  z-index: 20;
  border-width: 10px;
  border-top-color: #ff5066;
}

.flow h2 {
  text-align: center;
}
.flow h2 {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .flow h2 {
    font-size: 2.4rem;
  }
}

.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 639px) {
  .flow > li dl {
    display: block;
  }
}

.flow > li dl dt {
  -ms-flex-preferred-size: 20%;
  flex-basis: 12%;
  margin-right: 1vw;
  text-align: center;
}

.flow > li dl dt img {
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .flow > li dl dt img {
    width: 20%;
  }
}

.flow > li dl dd {
  width: 80%;
}
@media only screen and (max-width: 639px) {
  .flow > li dl dd {
    width: 100%;
  }
}

.flow > li dl dd h3 {
  font-size: 1.6em;
  font-weight: 600;
}

/* ulタグの内側余白を０にする */
ul.iconset {
  padding: 0 !important;
}

/* アイコンボタンの位置調整 */
.iconset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.iconset li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center !important;
}

.prdct_icon {
  display: inline-block;
  position: relative;
  padding: 10px;
}

.p-category__item {
  width: 100%;
  border: #ff5066 2px solid;
  border-radius: 1.5em;
  padding: 2.5em;
}

.p-category-link__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1.6rem 1fr;
      grid-template: auto/repeat(2, 1fr);
  grid-gap: 1.6rem;
}
.p-category-link__item {
  list-style: none;
}
.p-category-link__item--security {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-category-link__item--ea21 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-category-link__link {
  color: #ff5066;
  font-weight: bold;
  display: block;
  border: 2px solid #ff5066;
  background: #fff;
  height: 100%;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 1.6rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-category-link__link--ota {
  background: #1a2f5e;
}
.p-category-link__link--oshigotonavi {
  background: #29a7e1;
}
.p-category-link__link--madein {
  background: #55bdf2;
}
.p-category-link__link:hover {
  opacity: 0.5;
}
.p-category-link__img {
  display: block;
}

.p-topheadline__title {
  text-align: center;
  color: #ff5066;
}
.p-topheadline__title span {
  display: block;
}
.p-topheadline__title--en {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-family: "BenchNine", sans-serif;
}
.p-topheadline__title--en {
  font-size: calc(2.5rem + ((1vw - 0.32rem) * (6.4027939464)));
}
@media only screen and (min-width: 1180px) {
  .p-topheadline__title--en {
    font-size: 8rem;
  }
}
.p-topheadline__title--ja {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-topheadline__title--ja {
    font-size: 2.4rem;
  }
}

.gtco-our-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 40px 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 40px 50%;
  grid-template-rows: 50% 50%;
  gap: 40px;
  margin-top: 3em;
}

.gtco-our-team > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.gtco-our-team > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.gtco-our-team > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.gtco-our-team > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 639px) {
  .gtco-our-team {
    display: block;
  }
}
.gtco-our-team .g_one:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 639px) {
  .gtco-our-team .g_one:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.gtco-our-team .team-item {
  margin-bottom: 2em;
}
.gtco-our-team .team-item:last-child {
  margin-bottom: 0;
}
.gtco-our-team .gtco-team-reverse .img-shadow,
.gtco-our-team .gtco-team .img-shadow {
  position: relative;
  background: #ff5066;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.gtco-our-team .gtco-team-reverse .img-shadow img,
.gtco-our-team .gtco-team .img-shadow img {
  position: relative;
  top: -20px;
  right: -20px;
}
.gtco-our-team .gtco-team .img-shadow img {
  top: -20px;
  left: -20px;
}

.p-top-link__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
      grid-template: auto/repeat(4, 1fr);
  grid-gap: 1.6rem;
}
.p-top-link__item {
  list-style: none;
}
.p-top-link__item--security {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-top-link__item--ea21 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-top-link__link {
  display: block;
  border: 1px solid #ff5066;
  background: #fff;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 1.6rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-link__link--ota {
  background: #1a2f5e;
}
.p-top-link__link--oshigotonavi {
  background: #29a7e1;
}
.p-top-link__link--madein {
  background: #55bdf2;
}
.p-top-link__link:hover {
  opacity: 0.5;
}
.p-top-link__img {
  display: block;
}

.p-top-about__wrap {
  width: 100%;
  height: 400px;
  position: relative;
  background: url("../../img/p-top-about.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
}
.p-top-about__box {
  width: 70%;
  height: auto;
  padding: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
}
.p-top-about__title {
  color: #443030;
  font-weight: bold;
  line-height: 1.5 !important;
}
.p-top-about__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-top-about__title {
    font-size: 2.4rem;
  }
}
.p-top-about__text {
  line-height: 1.5 !important;
  margin: 1em 0;
}
.p-top-about__text {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-top-about__text {
    font-size: 1.6rem;
  }
}

.p-top-policy__wrap {
  width: 100%;
  background: url("../../img/p-top-policy_bk.svg");
  background-size: cover;
  background-position: center;
  text-align: center;
}
.p-top-policy__box {
  width: 100%;
  height: auto;
  padding: 9em 20%;
}
.p-top-policy__list ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
.p-top-policy__list ol {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-top-policy__list ol {
    font-size: 1.6rem;
  }
}
.p-top-policy__list ol li {
  position: relative;
  font-weight: bold;
  line-height: 28px;
  padding-left: 40px;
  margin: 2rem 0;
  text-align: left;
}
.p-top-policy__list ol li:nth-child(4n+1) {
  border-bottom: solid 1px #FFA79F;
}
.p-top-policy__list ol li:nth-child(4n+2) {
  border-bottom: solid 1px #fbaf5d;
}
.p-top-policy__list ol li:nth-child(4n+3) {
  border-bottom: solid 1px #9FCDFF;
}
.p-top-policy__list ol li:nth-child(4n+4) {
  border-bottom: solid 1px #AFEBB6;
}
.p-top-policy__list ol li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -1px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-top-policy__list ol li:nth-child(4n+1):before {
  background: #FFA79F;
}
.p-top-policy__list ol li:nth-child(4n+2):before {
  background: #fbaf5d;
}
.p-top-policy__list ol li:nth-child(4n+3):before {
  background: #9FCDFF;
}
.p-top-policy__list ol li:nth-child(4n+4):before {
  background: #AFEBB6;
}
.p-top-policy__box {
  position: initial;
}
.p-top-policy__title {
  color: #443030;
  font-weight: bold;
  line-height: 1.5 !important;
}
.p-top-policy__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-top-policy__title {
    font-size: 2.4rem;
  }
}
.p-top-policy__text {
  line-height: 1.5 !important;
  margin: 1em 0;
}
.p-top-policy__text {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-top-policy__text {
    font-size: 1.6rem;
  }
}

.p-top-recruit__fig {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
}
@media only screen and (max-width: 979px) {
  .p-top-recruit__fig {
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: 1fr;
        grid-template: 1fr 1fr/1fr;
  }
}
.p-top-recruit__img {
  background: url("../../img/p-top-recruit.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-top-recruit__figc {
  background: #8e59e4;
  padding: 3.2rem 0;
}
.p-top-recruit__figcbox {
  margin: auto;
  padding: 5em 1em;
  width: 100%;
  max-width: 39.3vw;
}
@media only screen and (max-width: 979px) {
  .p-top-recruit__figcbox {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.p-top-recruit__title {
  color: #443030;
  font-weight: bold;
  line-height: 1.5 !important;
}
.p-top-recruit__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-top-recruit__title {
    font-size: 2.4rem;
  }
}
.p-top-recruit__text {
  text-align: left;
  line-height: 1.5;
  padding-top: 3rem;
}

.p-top-foot__wrap {
  width: 100%;
  height: 450px;
  position: relative;
  background: url("../../img/foot.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
}

.p-advice__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: calc((100vw - 1180px) / 2) 2.5fr 1fr calc((100vw - 1180px) / 2);
      grid-template: "before article aside after" auto/calc((100vw - 1180px) / 2) 2.5fr 1fr calc((100vw - 1180px) / 2);
  background: #fff5de;
}
.p-advice__wrap::before, .p-advice__wrap::after {
  content: "";
  display: block;
}
.p-advice__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: before;
}
.l-sitefooter__wrap > .p-advice__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-unit__box > .p-advice__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-cta__wrap > .p-advice__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-advice__wrap > .p-advice__wrap::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-advice__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: after;
}
.l-sitefooter__wrap > .p-advice__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-unit__box > .p-advice__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-cta__wrap > .p-advice__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.p-advice__wrap > .p-advice__wrap::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media only screen and (max-width: 639px) {
  .p-advice__wrap {
    display: block;
  }
}
.p-advice__article {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: article;
  background: #fff5de;
  padding: 2em 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-advice__wrap > .p-advice__article {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-advice__article {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__article {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 639px) {
  .p-advice__article {
    padding: 0.7em;
  }
}
.p-advice__aside {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: aside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../../img/exterior.jpg") no-repeat;
  background-size: cover;
}
.p-advice__wrap > .p-advice__aside {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 979px){
  .l-siteheader__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-siteheader__nav_trigger {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 639px) {
  .p-advice__aside {
    display: none;
  }
}
.p-advice__title {
  font-weight: bold;
  line-height: 1.5 !important;
}
.p-advice__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__title {
    font-size: 2.4rem;
  }
}
.p-advice__nav {
  font-weight: bold;
  margin-bottom: 0.6em;
  color: #ff5066;
}
.p-advice__nav {
  font-size: calc(2.2rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__nav {
    font-size: 3.6rem;
  }
}
.p-advice__text {
  line-height: 1.5 !important;
  margin: 1em 0;
}
.p-advice__text {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__text {
    font-size: 1.6rem;
  }
}
.p-advice__tel {
  color: #5f5dc2;
  font-weight: bold;
}
.p-advice__tel {
  font-size: calc(2.2rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__tel {
    font-size: 3.6rem;
  }
}
.p-advice__tellink {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__tellink {
    font-size: 1.6rem;
  }
}
.p-advice__button {
  list-style-type: none;
}
.p-advice__link {
  display: inline-block;
  background: #fff5de;
  color: #fddadf;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 70px;
  -webkit-box-shadow: 0 0.3em #453a96;
          box-shadow: 0 0.3em #453a96;
  -webkit-transition: all;
  transition: all;
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-advice__link {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-advice__link {
    font-size: 1.6rem;
  }
}
.p-advice__link:hover {
  top: 0.3em;
  -webkit-box-shadow: 0 0 #453a96;
          box-shadow: 0 0 #453a96;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.p-newsindex__list {
  margin-bottom: 1em;
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1em;
}
.p-newsindex__item {
  border: 1px solid #ff5066;
  list-style: none;
  line-height: 1.5;
}
.p-newsindex__date {
  display: block;
  padding: 0.25em;
  margin-bottom: 0.5em;
  text-align: right;
  background: #ff2e12;
  color: #ff5066;
}
.p-newsindex__date {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-newsindex__date {
    font-size: 1.2rem;
  }
}
.p-newsindex__figure {
  position: relative;
  overflow: hidden;
}
.p-newsindex__figc {
  padding: 0.75em;
}
.p-newsindex__iconbox {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.p-newsindex__icon {
  width: auto;
  background: #ff5066;
  color: #fddadf;
  font-size: 74%;
  padding: 2em 4em 0.3em;
  text-align: center;
}
.p-newsindex__link {
  display: block;
  height: 4.5em;
  overflow: hidden;
}

.p-pagetopanchor__box {
  position: sticky;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: -90px;
  margin-top: -90px;
  pointer-events: none;
}
.p-pagetopanchor__box {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-pagetopanchor__box {
    font-size: 1.2rem;
  }
}
.p-pagetopanchor__box.pcactive {
  bottom: 0;
}
.p-pagetopanchor__btn {
  pointer-events: all;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90px;
  width: 90px;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
  color: #ff5066;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.p-pagetopanchor__btn:hover {
  opacity: 0.6;
}
.p-pagetopanchor__btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 0.5773672055em;
  border-top: none;
  border-bottom: 1em solid #ff5066;
  margin-bottom: 0.8em;
}
.p-pagetopanchor__text {
  display: block;
}

[data-matter-tooltip] {
  position: relative;
}

[data-matter-tooltip]::after {
  content: attr(data-matter-tooltip);
  z-index: 10;
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: inline-block;
  border: solid 8px transparent;
  border-radius: 12px;
  padding: 4px 8px;
  color: rgb(var(--matter-surface-rgb, 255, 255, 255));
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--matter-surface-rgb, 255, 255, 255), 0.34)), to(rgba(var(--matter-surface-rgb, 255, 255, 255), 0.34)));
  background-image: linear-gradient(rgba(var(--matter-surface-rgb, 255, 255, 255), 0.34), rgba(var(--matter-surface-rgb, 255, 255, 255), 0.34));
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.85);
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
  text-transform: none;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.075s, -webkit-transform 0.075s;
  transition: opacity 0.075s, -webkit-transform 0.075s;
  transition: transform 0.075s, opacity 0.075s;
  transition: transform 0.075s, opacity 0.075s, -webkit-transform 0.075s;
}

[data-matter-tooltip]:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
}

[data-matter-tooltip]:focus-within::after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
}

/* Non-desktop */
@media (pointer: coarse), (hover: none) {
  [data-matter-tooltip]::after {
    bottom: -48px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.matter-button-contained {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--matter-onprimary-rgb, 255, 255, 255));
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-image 0.2s, -webkit-box-shadow 0.2s;
  transition: background-image 0.2s, -webkit-box-shadow 0.2s;
  transition: background-image 0.2s, box-shadow 0.2s;
  transition: background-image 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.matter-button-contained::-moz-focus-inner {
  border: none;
}

/* Ripple */
.matter-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, currentColor 1%, transparent 1%) center/10000% 10000% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1s, background-size 0.5s;
  transition: opacity 1s, background-size 0.5s;
}

/* Hover, Focus */
.matter-button-contained:hover,
.matter-button-contained:focus {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.matter-button-contained:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.08)), to(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.08)));
  background-image: linear-gradient(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.08), rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.08));
}

.matter-button-contained:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.24)), to(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.24)));
  background-image: linear-gradient(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.24), rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.24));
}

.matter-button-contained:hover:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.32)), to(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.32)));
  background-image: linear-gradient(rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.32), rgba(var(--matter-onprimary-rgb, 255, 255, 255), 0.32));
}

/* Active */
.matter-button-contained:active {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.matter-button-contained:active::before {
  opacity: 0.32;
  background-size: 100% 100%;
  -webkit-transition: background-size 0s;
  transition: background-size 0s;
}

/* Disabled */
.matter-button-contained:disabled {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.12);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: initial;
}

.matter-button-contained:disabled::before {
  opacity: 0;
}

.matter-button-outlined {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: solid 1px; /* Safari */
  border-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.24);
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  background-color: transparent;
  background-clip: padding-box;
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.matter-button-outlined::-moz-focus-inner {
  border: none;
}

/* Ripple */
.matter-button-outlined::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, currentColor 1%, transparent 1%) center/10000% 10000% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1s, background-size 0.5s;
  transition: opacity 1s, background-size 0.5s;
}

/* Hover, Focus */
.matter-button-outlined:hover {
  background-color: rgba(var(--matter-primary-rgb, 33, 150, 243), 0.04);
}

.matter-button-outlined:focus {
  background-color: rgba(var(--matter-primary-rgb, 33, 150, 243), 0.12);
}

.matter-button-outlined:hover:focus {
  background-color: rgba(var(--matter-primary-rgb, 33, 150, 243), 0.16);
}

/* Active */
.matter-button-outlined:active::before {
  opacity: 0.16;
  background-size: 100% 100%;
  -webkit-transition: background-size 0s;
  transition: background-size 0s;
}

/* Disabled */
.matter-button-outlined:disabled {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: transparent;
  cursor: initial;
}

.matter-button-outlined:disabled::before {
  opacity: 0;
}

.matter-button-text {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 4px;
  padding: 0 8px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  background-color: transparent;
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.matter-button-text::-moz-focus-inner {
  border: none;
}

/* Ripple */
.matter-button-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, currentColor 1%, transparent 1%) center/10000% 10000% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1s, background-size 0.5s;
  transition: opacity 1s, background-size 0.5s;
}

/* Hover, Focus */
.matter-button-text:hover {
  background-color: rgba(var(--matter-primary-rgb, 33, 150, 243), 0.04);
}

.matter-button-text:focus {
  background-color: rgba(var(--matter-primary-rgb, 33, 150, 243), 0.12);
}

.matter-button-text:hover:focus {
  background-color: rgba(var(--matter-primary-rgb, 33, 150, 243), 0.16);
}

/* Active */
.matter-button-text:active::before {
  opacity: 0.16;
  background-size: 100% 100%;
  -webkit-transition: background-size 0s;
  transition: background-size 0s;
}

/* Disabled */
.matter-button-text:disabled {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: transparent;
  cursor: initial;
}

.matter-button-text:disabled::before {
  opacity: 0;
}

.matter-checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
}

/* Input */
.matter-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgb(var(--matter-onsurface-rgb, 0, 0, 0));
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

/* Span */
.matter-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Box */
.matter-checkbox > span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px; /* Safari */
  border-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.matter-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  -webkit-transform: translate(3px, 4px) rotate(-45deg);
          transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.matter-checkbox > input:checked,
.matter-checkbox > input:indeterminate {
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-checkbox > input:checked + span::before,
.matter-checkbox > input:indeterminate + span::before {
  border-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-checkbox > input:checked + span::after,
.matter-checkbox > input:indeterminate + span::after {
  border-color: rgb(var(--matter-onprimary-rgb, 255, 255, 255));
}

.matter-checkbox > input:indeterminate + span::after {
  border-left: none;
  -webkit-transform: translate(4px, 3px);
          transform: translate(4px, 3px);
}

/* Hover, Focus */
.matter-checkbox:hover > input {
  opacity: 0.04;
}

.matter-checkbox > input:focus {
  opacity: 0.12;
}

.matter-checkbox:hover > input:focus {
  opacity: 0.16;
}

/* Active */
.matter-checkbox > input:active,
.matter-checkbox:hover > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.matter-checkbox > input:active + span::before {
  border-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.matter-checkbox > input:disabled {
  opacity: 0;
}

.matter-checkbox > input:disabled + span {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  cursor: initial;
}

.matter-checkbox > input:disabled + span::before {
  border-color: currentColor;
}

.matter-checkbox > input:checked:disabled + span::before,
.matter-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}

.matter-radio {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
}

/* Input */
.matter-radio > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgb(var(--matter-onsurface-rgb, 0, 0, 0));
  outline: none;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

/* Span */
.matter-radio > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Circle */
.matter-radio > span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px 10px 2px 0;
  border: solid 2px; /* Safari */
  border-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

/* Check Mark */
.matter-radio > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-transform: translate(5px, 5px) scale(0);
          transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Checked */
.matter-radio > input:checked {
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-radio > input:checked + span::before {
  border-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-radio > input:checked + span::after {
  -webkit-transform: translate(5px, 5px) scale(1);
          transform: translate(5px, 5px) scale(1);
}

/* Hover, Focus */
.matter-radio:hover > input {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.04;
}

.matter-radio > input:focus {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.12;
}

.matter-radio:hover > input:focus {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.16;
}

/* Active */
.matter-radio > input:active,
.matter-radio:hover > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.matter-radio > input:active + span::before {
  border-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

/* Disabled */
.matter-radio > input:disabled {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.matter-radio > input:disabled + span {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  cursor: initial;
}

.matter-radio > input:disabled + span::before {
  border-color: currentColor;
}

.matter-radio > input:disabled + span::after {
  background-color: currentColor;
}

.matter-textfield-filled {
  position: relative;
  display: inline-block;
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
.matter-textfield-filled .S {
  width: 30%;
}
.matter-textfield-filled .M {
  width: 66.6%;
}
.matter-textfield-filled .L {
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .matter-textfield-filled .S,
  .matter-textfield-filled .M,
  .matter-textfield-filled .L {
    width: 100%;
  }
}

/* Input, Textarea */
.matter-textfield-filled > input,
.matter-textfield-filled > textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  border-top: solid 24px transparent;
  border-bottom: solid 1px rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 7px;
  padding: 0 12px 7px;
  width: 100%;
  height: inherit;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  -webkit-text-fill-color: currentColor; /* Safari */
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.04);
  -webkit-box-shadow: none;
          box-shadow: none; /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-transition: border-bottom 0.2s, background-color 0.2s;
  transition: border-bottom 0.2s, background-color 0.2s;
}

/* Span */
.matter-textfield-filled > input + span,
.matter-textfield-filled > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 0;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 18px;
  pointer-events: none;
  -webkit-transition: color 0.2s, font-size 0.2s, line-height 0.2s;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Underline */
.matter-textfield-filled > input + span::after,
.matter-textfield-filled > textarea + span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Hover */
.matter-textfield-filled:hover > input,
.matter-textfield-filled:hover > textarea {
  border-bottom-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.08);
}

/* Placeholder-shown */
.matter-textfield-filled > input:not(:focus):-moz-placeholder-shown + span, .matter-textfield-filled > textarea:not(:focus):-moz-placeholder-shown + span {
  font-size: inherit;
  line-height: 48px;
}
.matter-textfield-filled > input:not(:focus):-ms-input-placeholder + span, .matter-textfield-filled > textarea:not(:focus):-ms-input-placeholder + span {
  font-size: inherit;
  line-height: 48px;
}
.matter-textfield-filled > input:not(:focus):placeholder-shown + span,
.matter-textfield-filled > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 48px;
}

/* Focus */
.matter-textfield-filled > input:focus,
.matter-textfield-filled > textarea:focus {
  outline: none;
}

.matter-textfield-filled > input:focus + span,
.matter-textfield-filled > textarea:focus + span {
  color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-textfield-filled > input:focus + span::after,
.matter-textfield-filled > textarea:focus + span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Disabled */
.matter-textfield-filled > input:disabled,
.matter-textfield-filled > textarea:disabled {
  border-bottom-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.24);
}

.matter-textfield-filled > input:disabled + span,
.matter-textfield-filled > textarea:disabled + span {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .matter-textfield-filled > input,
    .matter-textfield-filled > input + span,
    .matter-textfield-filled > input + span::after,
    .matter-textfield-filled > textarea,
    .matter-textfield-filled > textarea + span,
    .matter-textfield-filled > textarea + span::after {
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
    }
  }
}
.matter-textfield-outlined {
  --matter-safari-helper1: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  --matter-safari-helper2: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  --matter-safari-helper3: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  --matter-safari-helper4: rgb(var(--matter-primary-rgb, 33, 150, 243));
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
}

/* Input, Textarea */
.matter-textfield-outlined > input,
.matter-textfield-outlined > textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-style: solid;
  border-width: 1px;
  border-color: transparent var(--matter-safari-helper2) var(--matter-safari-helper2);
  border-radius: 4px;
  padding: 15px 13px 15px;
  width: 100%;
  height: inherit;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  -webkit-text-fill-color: currentColor; /* Safari */
  background-color: transparent;
  -webkit-box-shadow: inset 1px 0 transparent, inset -1px 0 transparent, inset 0 -1px transparent;
          box-shadow: inset 1px 0 transparent, inset -1px 0 transparent, inset 0 -1px transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.matter-textfield-outlined > input:not(:focus):-moz-placeholder-shown, .matter-textfield-outlined > textarea:not(:focus):-moz-placeholder-shown {
  border-top-color: var(--matter-safari-helper2);
}

.matter-textfield-outlined > input:not(:focus):-ms-input-placeholder, .matter-textfield-outlined > textarea:not(:focus):-ms-input-placeholder {
  border-top-color: var(--matter-safari-helper2);
}

.matter-textfield-outlined > input:not(:focus):placeholder-shown,
.matter-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: var(--matter-safari-helper2);
}

/* Span */
.matter-textfield-outlined > input + span,
.matter-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100%;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  -webkit-transition: color 0.2s, font-size 0.2s, line-height 0.2s;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

.matter-textfield-outlined > input:not(:focus):-moz-placeholder-shown + span, .matter-textfield-outlined > textarea:not(:focus):-moz-placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
}

.matter-textfield-outlined > input:not(:focus):-ms-input-placeholder + span, .matter-textfield-outlined > textarea:not(:focus):-ms-input-placeholder + span {
  font-size: inherit;
  line-height: 68px;
}

.matter-textfield-outlined > input:not(:focus):placeholder-shown + span,
.matter-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
}

/* Corners */
.matter-textfield-outlined > input + span::before,
.matter-textfield-outlined > input + span::after,
.matter-textfield-outlined > textarea + span::before,
.matter-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px var(--matter-safari-helper2);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  -webkit-box-shadow: inset 0 1px transparent;
          box-shadow: inset 0 1px transparent;
  -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.matter-textfield-outlined > input + span::before,
.matter-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}

.matter-textfield-outlined > input + span::after,
.matter-textfield-outlined > textarea + span::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}

.matter-textfield-outlined > input:not(:focus):-moz-placeholder-shown + span::before, .matter-textfield-outlined > textarea:not(:focus):-moz-placeholder-shown + span::before, .matter-textfield-outlined > input:not(:focus):-moz-placeholder-shown + span::after, .matter-textfield-outlined > textarea:not(:focus):-moz-placeholder-shown + span::after {
  border-top-color: transparent;
}

.matter-textfield-outlined > input:not(:focus):-ms-input-placeholder + span::before, .matter-textfield-outlined > textarea:not(:focus):-ms-input-placeholder + span::before, .matter-textfield-outlined > input:not(:focus):-ms-input-placeholder + span::after, .matter-textfield-outlined > textarea:not(:focus):-ms-input-placeholder + span::after {
  border-top-color: transparent;
}

.matter-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.matter-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.matter-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.matter-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}

/* Hover */
.matter-textfield-outlined:hover > input,
.matter-textfield-outlined:hover > textarea {
  border-color: transparent var(--matter-safari-helper3) var(--matter-safari-helper3);
}

.matter-textfield-outlined:hover > input + span::before,
.matter-textfield-outlined:hover > textarea + span::before,
.matter-textfield-outlined:hover > input + span::after,
.matter-textfield-outlined:hover > textarea + span::after {
  border-top-color: var(--matter-safari-helper3);
}

.matter-textfield-outlined:hover > input:not(:focus):-moz-placeholder-shown, .matter-textfield-outlined:hover > textarea:not(:focus):-moz-placeholder-shown {
  border-color: var(--matter-safari-helper3);
}

.matter-textfield-outlined:hover > input:not(:focus):-ms-input-placeholder, .matter-textfield-outlined:hover > textarea:not(:focus):-ms-input-placeholder {
  border-color: var(--matter-safari-helper3);
}

.matter-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.matter-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: var(--matter-safari-helper3);
}

/* Focus */
.matter-textfield-outlined > input:focus,
.matter-textfield-outlined > textarea:focus {
  border-color: transparent var(--matter-safari-helper4) var(--matter-safari-helper4);
  -webkit-box-shadow: inset 1px 0 var(--matter-safari-helper4), inset -1px 0 var(--matter-safari-helper4), inset 0 -1px var(--matter-safari-helper4);
          box-shadow: inset 1px 0 var(--matter-safari-helper4), inset -1px 0 var(--matter-safari-helper4), inset 0 -1px var(--matter-safari-helper4);
  outline: none;
}

.matter-textfield-outlined > input:focus + span,
.matter-textfield-outlined > textarea:focus + span {
  color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-textfield-outlined > input:focus + span::before,
.matter-textfield-outlined > input:focus + span::after,
.matter-textfield-outlined > textarea:focus + span::before,
.matter-textfield-outlined > textarea:focus + span::after {
  border-top-color: var(--matter-safari-helper4) !important;
  -webkit-box-shadow: inset 0 1px var(--matter-safari-helper4);
          box-shadow: inset 0 1px var(--matter-safari-helper4);
}

/* Disabled */
.matter-textfield-outlined > input:disabled,
.matter-textfield-outlined > input:disabled + span,
.matter-textfield-outlined > textarea:disabled,
.matter-textfield-outlined > textarea:disabled + span {
  border-color: transparent var(--matter-safari-helper1) var(--matter-safari-helper1) !important;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}

.matter-textfield-outlined > input:disabled + span::before,
.matter-textfield-outlined > input:disabled + span::after,
.matter-textfield-outlined > textarea:disabled + span::before,
.matter-textfield-outlined > textarea:disabled + span::after {
  border-top-color: var(--matter-safari-helper1) !important;
}

.matter-textfield-outlined > input:disabled:-moz-placeholder-shown, .matter-textfield-outlined > input:disabled:-moz-placeholder-shown + span, .matter-textfield-outlined > textarea:disabled:-moz-placeholder-shown, .matter-textfield-outlined > textarea:disabled:-moz-placeholder-shown + span {
  border-top-color: var(--matter-safari-helper1) !important;
}

.matter-textfield-outlined > input:disabled:-ms-input-placeholder, .matter-textfield-outlined > input:disabled:-ms-input-placeholder + span, .matter-textfield-outlined > textarea:disabled:-ms-input-placeholder, .matter-textfield-outlined > textarea:disabled:-ms-input-placeholder + span {
  border-top-color: var(--matter-safari-helper1) !important;
}

.matter-textfield-outlined > input:disabled:placeholder-shown,
.matter-textfield-outlined > input:disabled:placeholder-shown + span,
.matter-textfield-outlined > textarea:disabled:placeholder-shown,
.matter-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: var(--matter-safari-helper1) !important;
}

.matter-textfield-outlined > input:disabled:-moz-placeholder-shown + span::before, .matter-textfield-outlined > input:disabled:-moz-placeholder-shown + span::after, .matter-textfield-outlined > textarea:disabled:-moz-placeholder-shown + span::before, .matter-textfield-outlined > textarea:disabled:-moz-placeholder-shown + span::after {
  border-top-color: transparent !important;
}

.matter-textfield-outlined > input:disabled:-ms-input-placeholder + span::before, .matter-textfield-outlined > input:disabled:-ms-input-placeholder + span::after, .matter-textfield-outlined > textarea:disabled:-ms-input-placeholder + span::before, .matter-textfield-outlined > textarea:disabled:-ms-input-placeholder + span::after {
  border-top-color: transparent !important;
}

.matter-textfield-outlined > input:disabled:placeholder-shown + span::before,
.matter-textfield-outlined > input:disabled:placeholder-shown + span::after,
.matter-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.matter-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .matter-textfield-outlined > input,
    .matter-textfield-outlined > input + span,
    .matter-textfield-outlined > textarea,
    .matter-textfield-outlined > textarea + span,
    .matter-textfield-outlined > input + span::before,
    .matter-textfield-outlined > input + span::after,
    .matter-textfield-outlined > textarea + span::before,
    .matter-textfield-outlined > textarea + span::after {
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
    }
  }
}
.matter-textfield-standard {
  position: relative;
  display: inline-block;
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
}

/* Input, Textarea */
.matter-textfield-standard > input,
.matter-textfield-standard > textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  border-top: solid 24px transparent;
  border-bottom: solid 1px rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  padding: 0 0 7px;
  width: 100%;
  height: inherit;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
  -webkit-text-fill-color: currentColor; /* Safari */
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-transition: border-bottom 0.2s, background-color 0.2s;
  transition: border-bottom 0.2s, background-color 0.2s;
}

/* Span */
.matter-textfield-standard > input + span,
.matter-textfield-standard > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0 0;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 18px;
  pointer-events: none;
  -webkit-transition: color 0.2s, font-size 0.2s, line-height 0.2s;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Underline */
.matter-textfield-standard > input + span::after,
.matter-textfield-standard > textarea + span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(var(--matter-primary-rgb, 33, 150, 243));
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Hover */
.matter-textfield-standard:hover > input,
.matter-textfield-standard:hover > textarea {
  border-bottom-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.matter-textfield-standard > input:not(:focus):-moz-placeholder-shown + span, .matter-textfield-standard > textarea:not(:focus):-moz-placeholder-shown + span {
  font-size: inherit;
  line-height: 56px;
}
.matter-textfield-standard > input:not(:focus):-ms-input-placeholder + span, .matter-textfield-standard > textarea:not(:focus):-ms-input-placeholder + span {
  font-size: inherit;
  line-height: 56px;
}
.matter-textfield-standard > input:not(:focus):placeholder-shown + span,
.matter-textfield-standard > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 56px;
}

/* Focus */
.matter-textfield-standard > input:focus,
.matter-textfield-standard > textarea:focus {
  outline: none;
}

.matter-textfield-standard > input:focus + span,
.matter-textfield-standard > textarea:focus + span {
  color: rgb(var(--matter-primary-rgb, 33, 150, 243));
}

.matter-textfield-standard > input:focus + span::after,
.matter-textfield-standard > textarea:focus + span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Disabled */
.matter-textfield-standard > input:disabled,
.matter-textfield-standard > textarea:disabled {
  border-bottom-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
}

.matter-textfield-standard > input:disabled + span,
.matter-textfield-standard > textarea:disabled + span {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), 0.38);
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .matter-textfield-standard > input,
    .matter-textfield-standard > input + span,
    .matter-textfield-standard > input + span::after,
    .matter-textfield-standard > textarea,
    .matter-textfield-standard > textarea + span,
    .matter-textfield-standard > textarea + span::after {
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
    }
  }
}
.p-sitefooter__wrap {
  padding: 3rem 2rem 10rem 2rem;
  background: url("../../img/pk_bk.png") no-repeat bottom center;
  background-size: cover;
}
.p-sitefooter__wrap {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter__wrap {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 639px) {
  .p-sitefooter__wrap {
    padding: 3rem 2rem 5rem 2rem;
  }
}

.p-sitefooter_info__wrap {
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-sitefooter_info__title {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-sitefooter_info__title {
  font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter_info__title {
    font-size: 2.4rem;
  }
}
.p-sitefooter_info__address {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-sitefooter_info__tel {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-decoration: none;
}
.p-sitefooter_info__tel {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (0.3492433062)));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter_info__tel {
    font-size: 1.6rem;
  }
}
.p-sitefooter_info__tel a {
  color: #fff;
}
.p-sitefooter_info__worktime {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter_info__worktime {
    font-size: 1.2rem;
  }
}

.p-fNav__wrap {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .p-fNav__wrap {
    font-size: 1.4rem;
  }
}
.p-fNav__columnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 639px) {
  .p-fNav__columnlist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block;
  }
}
.p-fNav__column:not(:last-child) {
  margin-right: 3em;
}
@media only screen and (max-width: 766px) {
  .p-fNav__column:not(:last-child) {
    margin-right: 1em;
  }
}
.p-fNav__list--secondary {
  padding: 1em 0 0 0.5em;
}
.p-fNav__item {
  margin-top: 1em;
}
@media only screen and (max-width: 639px) {
  .p-fNav__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-fNav__item--secondary {
  display: none;
}
.p-fNav__link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0.2em;
  position: relative;
}
.p-fNav__link--secondary {
  font-weight: normal;
}
.p-fNav__link::before, .p-fNav__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.p-fNav__link::before {
  right: 0;
}
.p-fNav__link::after {
  left: 0;
}
.p-fNav__link:hover::before, .p-fNav__link:hover::after {
  width: 50%;
}
.p-fNav__link:hover::before {
  right: 50%;
}
.p-fNav__link:hover::after {
  left: 50%;
}

.category-block {
  margin-top: 2rem;
  text-align: right;
}
.category-block {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .category-block {
    font-size: 1.2rem;
  }
}
.category-block .category {
  color: #999;
}
.category-block .category {
  font-size: calc(1rem + ((1vw - 0.32rem) * (0.2328288708)));
}
@media only screen and (min-width: 1180px) {
  .category-block .category {
    font-size: 1.2rem;
  }
}

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

.pageNavTp {
  list-style: none;
}
.pageNavTp li a {
  color: #ff5066;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #fddadf;
  border-radius: 4px;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #ff5066;
}
.pageNavTp li a:hover {
  display: inline-block;
  color: #fff;
  background: #ff5066;
}

.p_effect_shadow {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.p_effect_turn {
  display: inline-block;
  position: relative;
}
.p_effect_turn:after {
  position: absolute;
  content: "";
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5); /* シャドウ */
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg); /* 回転させる */
  right: 5px;
  left: auto;
  top: auto;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  height: 20%;
}

.p_effect_color {
  color: #000;
  display: inline-block;
  position: relative;
}
.p_effect_color:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5), inset 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5), inset 0 0 100px rgba(0, 0, 0, 0.2);
  background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}

.p_effect_lean {
  display: inline-block;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.p_effect_rounded img {
  border-radius: 10px;
}

.p_effect_ellipse img {
  border-radius: 50%;
}

.p_effect_overlap {
  display: inline-block;
  position: relative;
}
.p_effect_overlap:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg); /* 回転させる */
  background: #fff;
  z-index: -1;
}

.p_effect_blur {
  display: inline-block;
  position: relative;
}
.p_effect_blur:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
          box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
}

.p_effect_cut {
  display: inline-block;
  position: relative;
  overflow: hidden; /* 不要部分を消す */
  padding: 6px; /* 6px だけは写真からはみ出す */
  /* 左上 */
  /* 右下 */
}
.p_effect_cutimg {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.p_effect_cut:before, .p_effect_cut:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 97px;
  height: 50px;
  background: #fff; /* 背景色 */
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p_effect_cut:before {
  -webkit-box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
          box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
  top: -24px;
  bottom: auto;
  right: auto;
  left: -26px;
}
.p_effect_cut:after {
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
  top: auto;
  bottom: -22px;
  right: -25px;
  left: auto;
}

.p_effect_frame_tilt {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 250px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 4px #999;
          box-shadow: 0 0 4px #999;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg); /* 全体を回転 */
  overflow: hidden; /* 不要部分は消す */
}
.p_effect_frame_tiltimg {
  margin-top: 0;
  margin-left: -90px; /* ポジション調整 */
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg); /* 写真は元に戻す */
}

.p_effect_frame {
  display: inline-block;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

/* Utility
   ----------------------------------------------------------------- */
.ouxs {
  display: inherit !important;
}

/* 	td,th {
	&.ouxs {
		display: table-cell !important;
	}
} */
.olxs {
  display: none !important;
}

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

/* 	td,th {
	&.ouxs-s {
		display: table-cell !important;
	}
} */
.olxs-s {
  display: none !important;
}

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

/* 	td,th {
	&.ous {
		display: table-cell !important;
	}
} */
.ols {
  display: none !important;
}

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

/* 	td,th {
	&.ousmin {
		display: table-cell !important;
	}
} */
.olsmin {
  display: none !important;
}

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

/* 	td,th {
	&.ous-m {
		display: table-cell !important;
	}
} */
.ols-m {
  display: none !important;
}

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

/* 	td,th {
	&.oum {
		display: table-cell !important;
	}
} */
.olm {
  display: none !important;
}

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

/* 	td,th {
	&.oummin {
		display: table-cell !important;
	}
} */
.olmmin {
  display: none !important;
}

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

/* 	td,th {
	&.oum-l {
		display: table-cell !important;
	}
} */
.olm-l {
  display: none !important;
}

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

/* 	td,th {
	&.oul {
		display: table-cell !important;
	}
} */
.oll {
  display: none !important;
}

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

/* 	td,th {
	&.oulmin {
		display: table-cell !important;
	}
} */
.ollmin {
  display: none !important;
}

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

/* 	td,th {
	&.oul-ul {
		display: table-cell !important;
	}
} */
.oll-ul {
  display: none !important;
}

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

/* 	td,th {
	&.ouul {
		display: table-cell !important;
	}
} */
.olul {
  display: none !important;
}

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

/* 	td,th {
	&.ouulmin {
		display: table-cell !important;
	}
} */
.olulmin {
  display: none !important;
}

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

/* 	td,th {
	&.oud {
		display: table-cell !important;
	}
} */
.old {
  display: none !important;
}

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

/* 	td,th {
	&.ouh {
		display: table-cell !important;
	}
} */
.olh {
  display: none !important;
}

@media (orientation: landscape) {
  .ouh {
    display: none !important;
  }
  /* 		td,th {
  	&.ouh {
  		display: none !important;
  	}
  } */
  .olh {
    display: inherit !important;
  }
  /* 		td,th {
  	&.olh {
  		display: table-cell!important;
  	}
  } */
}
.ouv {
  display: inherit !important;
}

/* 	td,th {
	&.ouv {
		display: table-cell !important;
	}
} */
.olv {
  display: none !important;
}

@media (orientation: portrait) {
  .ouv {
    display: none !important;
  }
  /* 		td,th {
  	&.ouv {
  		display: none !important;
  	}
  } */
  .olv {
    display: inherit !important;
  }
  /* 		td,th {
  	&.olv {
  		display: table-cell!important;
  	}
  } */
}
.oup {
  display: inherit !important;
}

/* 	td,th {
	&.oup {
		display: table-cell !important;
	}
} */
.olp {
  display: none !important;
}

@media print {
  .oup {
    display: none !important;
  }
  /* 		td,th {
  	&.oup {
  		display: none !important;
  	}
  } */
  .olp {
    display: inherit !important;
  }
  /* 		td,th {
  	&.olp {
  		display: table-cell!important;
  	}
  } */
}
.ml0 {
  margin-left: 0 !important;
}

.dib {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.displaynone {
  display: none;
}

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

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

.mawmc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.maw1 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.maw2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.maw3 {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 860px;
  margin-top: -170px;
}
@media only screen and (max-width: 639px) {
  .ggmap iframe,
  .ggmap object,
  .ggmap embed,
  .youtube iframe,
  .youtube object,
  .youtube embed {
    height: 700px;
  }
}

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

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

.px8 {
  font-size: 0.8rem;
}

.px9 {
  font-size: 0.9rem;
}

.px10 {
  font-size: 1rem;
}

.px11 {
  font-size: 1.1rem;
}

.px12 {
  font-size: 1.2rem;
}

.px13 {
  font-size: 1.3rem;
}

.px14 {
  font-size: 1.4rem;
}

.px15 {
  font-size: 1.5rem;
}

.px16 {
  font-size: 1.6rem;
}

.px17 {
  font-size: 1.7rem;
}

.px18 {
  font-size: 1.8rem;
}

.px19 {
  font-size: 1.9rem;
}

.px20 {
  font-size: 2rem;
}

.px21 {
  font-size: 2.1rem;
}

.px22 {
  font-size: 2.2rem;
}

.px23 {
  font-size: 2.3rem;
}

.px24 {
  font-size: 2.4rem;
}

.red {
  color: red !important;
}

.darkred {
  color: rgb(143, 0, 0);
}

.clear {
  clear: both;
}

.txtAlignC,
.allTxtAlignC th,
.allTxtAlignC td {
  text-align: center;
}

.txtAlignL {
  text-align: left;
}

.txtAlignR,
.tar {
  text-align: right;
}

.vAlignMiddle {
  vertical-align: middle;
  margin: 0 5px;
}

.flr {
  float: right;
  margin-left: 1.1vw;
}

.fll {
  float: left;
  margin-right: 1.1vw;
}

.flr,
.fll {
  margin-bottom: 2.2vw;
  max-width: 30%;
  max-width: calc(33.3% - 2.2vw);
}
.flr img,
.fll img {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .flr,
  .fll {
    max-width: 33%;
    max-width: calc(33.3% - 1.1vw);
  }
}
ol.zengokakko {
  counter-reset: li;
  padding-left: 0;
}
ol.zengokakko li:before {
  counter-increment: li;
  content: "（" counter(li, decimal) "）";
}
ol.zengokakko > li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}
ol.zengokakko > li:before {
  position: absolute;
  left: 0;
  color: #333 !important;
}

ul.comelist {
  padding-left: 0;
  margin-top: 1.1vw;
}
ul.comelist > li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
ul.comelist > li:before {
  position: absolute;
  left: 0;
  color: #333 !important;
}
ul.comelist > li {
  margin-top: 0;
  font-size: 1rem;
}
ul.comelist > li:before {
  content: "※";
}

.tabledl {
  overflow: hidden;
}
.tabledl dt {
  float: left;
}
.tabledl dd {
  margin-bottom: 0.5em;
}
.tabledl.tdl1em dt {
  width: "1em";
}
.tabledl.tdl1em dd {
  margin-left: "1.5em";
}
.tabledl.tdl2em dt {
  width: "2em";
}
.tabledl.tdl2em dd {
  margin-left: "2.5em";
}
.tabledl.tdl3em dt {
  width: "3em";
}
.tabledl.tdl3em dd {
  margin-left: "3.5em";
}
.tabledl.tdl4em dt {
  width: "4em";
}
.tabledl.tdl4em dd {
  margin-left: "4.5em";
}
.tabledl.tdl5em dt {
  width: "5em";
}
.tabledl.tdl5em dd {
  margin-left: "5.5em";
}

.widthbox-1-harf {
  width: 50%;
  margin: auto;
}

.widthbox-3-quarter {
  width: 75%;
  margin: auto;
}

img[src=""] {
  background: #f00;
}

.icon i {
  margin-left: 5px;
}

.fa-file-pdf {
  color: #f21d1d;
}

.fa-file-word {
  color: #121b83;
}

.fa-file-excel {
  color: #0e9a2f;
}

.fa-file-powerpoint {
  color: #ff9300;
}

.fa-envelope {
  color: #f00;
}

.fa-clone {
  color: #ff5066;
}