@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  min-block-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
}

:where(img, svg, video) {
  block-size: auto;
  max-width: 100%;
  max-inline-size: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label, select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[class], button[class], textarea[class]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}

ul[class], ol[class] {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
  font-size: inherit;
}

table {
  border-collapse: collapse;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-weight: bold;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
a {
  color: #4472C4;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
a:hover {
  opacity: 0.75;
}

button[class],
input[type=submit][class],
input[type=reset][class] {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

label {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 1px solid #CDD6DD;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.6rem;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=password][disabled],
input[type=search][disabled],
textarea[disabled] {
  border-color: #CDD6DD;
  border-radius: 5px;
  background-color: #CDD6DD;
  border-radius: 5px;
  cursor: default;
}

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.4rem 48px 1.4rem 1.6rem;
  border: 1px solid #CDD6DD;
  border-radius: 5px;
  background: #fff url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23082D6C" d="m3.77,7.11l-1.77,1.77,10,10,10-10-1.77-1.77-8.23,8.23L3.77,7.11Z"/></svg>') no-repeat right 12px center/16px 16px;
  font-size: 1.6rem;
}
select::-webkit-input-placeholder {
  color: #999;
}
select::-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder {
  color: #999;
}
select::-ms-input-placeholder {
  color: #999;
}
select::placeholder {
  color: #999;
}
select[disabled] {
  opacity: 1;
  border-color: #CDD6DD;
  background-color: #CDD6DD;
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23999999" d="m3.77,7.11l-1.77,1.77,10,10,10-10-1.77-1.77-8.23,8.23L3.77,7.11Z"/></svg>');
  color: #999;
  cursor: default;
}

p {
  line-height: 1.875;
}

.is-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.is-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.is-light {
  font-weight: 300 !important;
}
.is-normal {
  font-weight: 400 !important;
}
.is-bold {
  font-weight: 700 !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}
.is-fsizeSmallest {
  font-size: 1.1rem;
}
.is-fsizeSmaller {
  font-size: 1.2rem;
}
.is-fsizeSmall {
  font-size: 1.4rem;
}
.is-fsizeNormal {
  font-size: 1.6rem;
}
.is-fsizeLarge {
  font-size: 1.8rem;
}
.is-fsizeLarger {
  font-size: 2rem;
}
.is-fsizeLargest {
  font-size: 2.2rem;
}
.is-fcolorRed, strong {
  color: #963542;
}
.is-nowrap {
  white-space: nowrap;
}

.c-title {
  font-weight: 700;
  line-height: 1.4;
}
.c-title.-level1 {
  text-shadow: 0px 0px 12px #000;
  color: #fff;
  font-size: 3.6rem;
}
.c-title.-level2 {
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  font-size: 3.6rem;
  position: relative;
}
.c-title.-level2:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: -1;
  height: 16px;
  background: #FFFF6A;
}
.c-title.-level2 + .c-title.-level3 {
  margin-top: -24px;
}
.c-title.-level3 {
  margin-bottom: 26px;
  font-size: 2rem;
}
.c-btn {
  display: inline-block;
  min-width: 270px;
  padding: 12px 30px;
  border-radius: 20em;
  border: 2px solid #4472C4;
  color: #4472C4;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}
.c-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn.-fill {
  background-color: #4472C4;
  color: #fff;
}
.c-btn.-blank::after {
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 6px;
  background: url('data:image/svg+xml;utf8,<svg id="無料のダウンロードのアイコン素材" xmlns="http://www.w3.org/2000/svg" width="15.552" height="13.138" viewBox="0 0 15.552 13.138">  <path id="パス_959" data-name="パス 959" d="M153.4,47.94a.451.451,0,0,0,.754,0l2.722-3.587a.3.3,0,0,0-.26-.524h-1.042a.512.512,0,0,1-.512-.512V40.358a.609.609,0,0,0-.608-.608H153.1a.609.609,0,0,0-.608.608v2.959a.512.512,0,0,1-.512.512h-1.042a.3.3,0,0,0-.26.524Z" transform="translate(-146.005 -39.75)" fill="%23fff"/>  <path id="パス_960" data-name="パス 960" d="M13.524,294.16v3.381H2.029V294.16H0V298.8a.774.774,0,0,0,.773.773H14.78a.774.774,0,0,0,.773-.773V294.16Z" transform="translate(0 -286.432)" fill="%23fff"/></svg>') no-repeat center center/contain;
}
.c-btn.c-block {
  display: block;
  min-width: 0;
}
.c-btn:hover {
  opacity: 0.75;
}
.c-telLink {
  color: #4472C4;
}
.c-inlineBlock {
  display: inline-block;
}
.c-borderBox {
  padding: 46px;
  border: 10px solid #F0F3F5;
}
.c-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex.-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-flex.-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-flex.-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-flex.-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c-flex.-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex.-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list.-disc > li {
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
}
.c-list.-disc > li + li {
  margin-top: 10px;
}
.c-list.-disc > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #98A6B5;
}
.c-table {
  width: 100%;
  font-weight: bold;
}
.c-table th, .c-table td {
  padding: 16px;
  border: 1px solid #fff;
}
.c-table th {
  background-color: #4472C4;
  color: #fff;
}
.c-tableWrap {
  overflow-x: auto;
  margin-top: 30px;
}
.c-tableWrap .c-table {
  max-width: 1500px;
  width: auto;
}
.c-label {
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #4472C4;
  border-radius: 10em;
  background-color: #fff;
  color: #4472C4;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}
.c-mt0 {
  margin-top: 0px !important;
}
.c-mr0 {
  margin-right: 0px !important;
}
.c-mb0 {
  margin-bottom: 0px !important;
}
.c-ml0 {
  margin-left: 0px !important;
}
.c-pt0 {
  padding-top: 0px !important;
}
.c-pr0 {
  padding-right: 0px !important;
}
.c-pb0 {
  padding-bottom: 0px !important;
}
.c-pl0 {
  padding-left: 0px !important;
}
.c-mt5 {
  margin-top: 5px !important;
}
.c-mr5 {
  margin-right: 5px !important;
}
.c-mb5 {
  margin-bottom: 5px !important;
}
.c-ml5 {
  margin-left: 5px !important;
}
.c-pt5 {
  padding-top: 5px !important;
}
.c-pr5 {
  padding-right: 5px !important;
}
.c-pb5 {
  padding-bottom: 5px !important;
}
.c-pl5 {
  padding-left: 5px !important;
}
.c-mt10 {
  margin-top: 10px !important;
}
.c-mr10 {
  margin-right: 10px !important;
}
.c-mb10 {
  margin-bottom: 10px !important;
}
.c-ml10 {
  margin-left: 10px !important;
}
.c-pt10 {
  padding-top: 10px !important;
}
.c-pr10 {
  padding-right: 10px !important;
}
.c-pb10 {
  padding-bottom: 10px !important;
}
.c-pl10 {
  padding-left: 10px !important;
}
.c-mt15 {
  margin-top: 15px !important;
}
.c-mr15 {
  margin-right: 15px !important;
}
.c-mb15 {
  margin-bottom: 15px !important;
}
.c-ml15 {
  margin-left: 15px !important;
}
.c-pt15 {
  padding-top: 15px !important;
}
.c-pr15 {
  padding-right: 15px !important;
}
.c-pb15 {
  padding-bottom: 15px !important;
}
.c-pl15 {
  padding-left: 15px !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mr20 {
  margin-right: 20px !important;
}
.c-mb20 {
  margin-bottom: 20px !important;
}
.c-ml20 {
  margin-left: 20px !important;
}
.c-pt20 {
  padding-top: 20px !important;
}
.c-pr20 {
  padding-right: 20px !important;
}
.c-pb20 {
  padding-bottom: 20px !important;
}
.c-pl20 {
  padding-left: 20px !important;
}
.c-mt25 {
  margin-top: 25px !important;
}
.c-mr25 {
  margin-right: 25px !important;
}
.c-mb25 {
  margin-bottom: 25px !important;
}
.c-ml25 {
  margin-left: 25px !important;
}
.c-pt25 {
  padding-top: 25px !important;
}
.c-pr25 {
  padding-right: 25px !important;
}
.c-pb25 {
  padding-bottom: 25px !important;
}
.c-pl25 {
  padding-left: 25px !important;
}
.c-mt30 {
  margin-top: 30px !important;
}
.c-mr30 {
  margin-right: 30px !important;
}
.c-mb30 {
  margin-bottom: 30px !important;
}
.c-ml30 {
  margin-left: 30px !important;
}
.c-pt30 {
  padding-top: 30px !important;
}
.c-pr30 {
  padding-right: 30px !important;
}
.c-pb30 {
  padding-bottom: 30px !important;
}
.c-pl30 {
  padding-left: 30px !important;
}
.c-mt35 {
  margin-top: 35px !important;
}
.c-mr35 {
  margin-right: 35px !important;
}
.c-mb35 {
  margin-bottom: 35px !important;
}
.c-ml35 {
  margin-left: 35px !important;
}
.c-pt35 {
  padding-top: 35px !important;
}
.c-pr35 {
  padding-right: 35px !important;
}
.c-pb35 {
  padding-bottom: 35px !important;
}
.c-pl35 {
  padding-left: 35px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-mr40 {
  margin-right: 40px !important;
}
.c-mb40 {
  margin-bottom: 40px !important;
}
.c-ml40 {
  margin-left: 40px !important;
}
.c-pt40 {
  padding-top: 40px !important;
}
.c-pr40 {
  padding-right: 40px !important;
}
.c-pb40 {
  padding-bottom: 40px !important;
}
.c-pl40 {
  padding-left: 40px !important;
}
.c-mt45 {
  margin-top: 45px !important;
}
.c-mr45 {
  margin-right: 45px !important;
}
.c-mb45 {
  margin-bottom: 45px !important;
}
.c-ml45 {
  margin-left: 45px !important;
}
.c-pt45 {
  padding-top: 45px !important;
}
.c-pr45 {
  padding-right: 45px !important;
}
.c-pb45 {
  padding-bottom: 45px !important;
}
.c-pl45 {
  padding-left: 45px !important;
}
.c-mt50 {
  margin-top: 50px !important;
}
.c-mr50 {
  margin-right: 50px !important;
}
.c-mb50 {
  margin-bottom: 50px !important;
}
.c-ml50 {
  margin-left: 50px !important;
}
.c-pt50 {
  padding-top: 50px !important;
}
.c-pr50 {
  padding-right: 50px !important;
}
.c-pb50 {
  padding-bottom: 50px !important;
}
.c-pl50 {
  padding-left: 50px !important;
}
.c-mt55 {
  margin-top: 55px !important;
}
.c-mr55 {
  margin-right: 55px !important;
}
.c-mb55 {
  margin-bottom: 55px !important;
}
.c-ml55 {
  margin-left: 55px !important;
}
.c-pt55 {
  padding-top: 55px !important;
}
.c-pr55 {
  padding-right: 55px !important;
}
.c-pb55 {
  padding-bottom: 55px !important;
}
.c-pl55 {
  padding-left: 55px !important;
}
.c-mt60 {
  margin-top: 60px !important;
}
.c-mr60 {
  margin-right: 60px !important;
}
.c-mb60 {
  margin-bottom: 60px !important;
}
.c-ml60 {
  margin-left: 60px !important;
}
.c-pt60 {
  padding-top: 60px !important;
}
.c-pr60 {
  padding-right: 60px !important;
}
.c-pb60 {
  padding-bottom: 60px !important;
}
.c-pl60 {
  padding-left: 60px !important;
}
.c-mt65 {
  margin-top: 65px !important;
}
.c-mr65 {
  margin-right: 65px !important;
}
.c-mb65 {
  margin-bottom: 65px !important;
}
.c-ml65 {
  margin-left: 65px !important;
}
.c-pt65 {
  padding-top: 65px !important;
}
.c-pr65 {
  padding-right: 65px !important;
}
.c-pb65 {
  padding-bottom: 65px !important;
}
.c-pl65 {
  padding-left: 65px !important;
}
.c-mt70 {
  margin-top: 70px !important;
}
.c-mr70 {
  margin-right: 70px !important;
}
.c-mb70 {
  margin-bottom: 70px !important;
}
.c-ml70 {
  margin-left: 70px !important;
}
.c-pt70 {
  padding-top: 70px !important;
}
.c-pr70 {
  padding-right: 70px !important;
}
.c-pb70 {
  padding-bottom: 70px !important;
}
.c-pl70 {
  padding-left: 70px !important;
}
.c-mt75 {
  margin-top: 75px !important;
}
.c-mr75 {
  margin-right: 75px !important;
}
.c-mb75 {
  margin-bottom: 75px !important;
}
.c-ml75 {
  margin-left: 75px !important;
}
.c-pt75 {
  padding-top: 75px !important;
}
.c-pr75 {
  padding-right: 75px !important;
}
.c-pb75 {
  padding-bottom: 75px !important;
}
.c-pl75 {
  padding-left: 75px !important;
}
.c-mt80 {
  margin-top: 80px !important;
}
.c-mr80 {
  margin-right: 80px !important;
}
.c-mb80 {
  margin-bottom: 80px !important;
}
.c-ml80 {
  margin-left: 80px !important;
}
.c-pt80 {
  padding-top: 80px !important;
}
.c-pr80 {
  padding-right: 80px !important;
}
.c-pb80 {
  padding-bottom: 80px !important;
}
.c-pl80 {
  padding-left: 80px !important;
}
.c-mt85 {
  margin-top: 85px !important;
}
.c-mr85 {
  margin-right: 85px !important;
}
.c-mb85 {
  margin-bottom: 85px !important;
}
.c-ml85 {
  margin-left: 85px !important;
}
.c-pt85 {
  padding-top: 85px !important;
}
.c-pr85 {
  padding-right: 85px !important;
}
.c-pb85 {
  padding-bottom: 85px !important;
}
.c-pl85 {
  padding-left: 85px !important;
}
.c-mt90 {
  margin-top: 90px !important;
}
.c-mr90 {
  margin-right: 90px !important;
}
.c-mb90 {
  margin-bottom: 90px !important;
}
.c-ml90 {
  margin-left: 90px !important;
}
.c-pt90 {
  padding-top: 90px !important;
}
.c-pr90 {
  padding-right: 90px !important;
}
.c-pb90 {
  padding-bottom: 90px !important;
}
.c-pl90 {
  padding-left: 90px !important;
}
.c-mt95 {
  margin-top: 95px !important;
}
.c-mr95 {
  margin-right: 95px !important;
}
.c-mb95 {
  margin-bottom: 95px !important;
}
.c-ml95 {
  margin-left: 95px !important;
}
.c-pt95 {
  padding-top: 95px !important;
}
.c-pr95 {
  padding-right: 95px !important;
}
.c-pb95 {
  padding-bottom: 95px !important;
}
.c-pl95 {
  padding-left: 95px !important;
}
.c-mt100 {
  margin-top: 100px !important;
}
.c-mr100 {
  margin-right: 100px !important;
}
.c-mb100 {
  margin-bottom: 100px !important;
}
.c-ml100 {
  margin-left: 100px !important;
}
.c-pt100 {
  padding-top: 100px !important;
}
.c-pr100 {
  padding-right: 100px !important;
}
.c-pb100 {
  padding-bottom: 100px !important;
}
.c-pl100 {
  padding-left: 100px !important;
}
.c-w0 {
  width: 0% !important;
}
.c-w5 {
  width: 5% !important;
}
.c-w10 {
  width: 10% !important;
}
.c-w15 {
  width: 15% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w25 {
  width: 25% !important;
}
.c-w30 {
  width: 30% !important;
}
.c-w35 {
  width: 35% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w45 {
  width: 45% !important;
}
.c-w50 {
  width: 50% !important;
}
.c-w55 {
  width: 55% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w65 {
  width: 65% !important;
}
.c-w70 {
  width: 70% !important;
}
.c-w75 {
  width: 75% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w85 {
  width: 85% !important;
}
.c-w90 {
  width: 90% !important;
}
.c-w95 {
  width: 95% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.c-column + .c-column {
  margin-top: 60px;
}
.c-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-col-basis-auto {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.c-col-basis-1_2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.c-col-basis-1_3 {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.c-col-basis-2_3 {
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}
.c-col-basis-1_4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.c-col-basis-2_4 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.c-col-basis-3_4 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.c-col-basis-1_5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.c-col-basis-2_5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.c-col-basis-3_5 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.c-col-basis-4_5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.c-col-basis-1_6 {
  -ms-flex-preferred-size: 16.666667%;
      flex-basis: 16.666667%;
}
.c-col-basis-2_6 {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.c-col-basis-3_6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.c-col-basis-4_6 {
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}
.c-col-basis-5_6 {
  -ms-flex-preferred-size: 83.333333%;
      flex-basis: 83.333333%;
}
.c-col-basis-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.c-linkArea {
  display: flex;
  margin-top: 50px;
}
.c-linkArea .prev {
  margin-right: auto;
}
.c-linkArea .next {
  margin-left: auto;
}

.l-container {
  overflow: hidden;
  padding-top: 100px;
  color: #3B4043;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-wrapper {
  width: 92%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background-color: #fff;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0 12px;
}
.l-header__logo {
  display: inline-block;
}
.l-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-gnav__contact .l-gnav__contactBtn {
  margin-left: 8px;
  padding: 0;
  color: #4472C4;
  font-size: 2.4rem;
  font-weight: 700;
}
.l-gnav__contact .l-gnav__contactBtn::before {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  display: inline-block;
  content: "";
  width: 14px;
  height: 25px;
  margin-right: 6px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.547" height="25" viewBox="0 0 13.547 25">  <path id="パス_962" data-name="パス 962" d="M128.23,0h-8.36a2.6,2.6,0,0,0-2.594,2.594V22.406A2.6,2.6,0,0,0,119.871,25h8.36a2.6,2.6,0,0,0,2.594-2.594V2.594A2.6,2.6,0,0,0,128.23,0Zm-4.18,23.468a1.051,1.051,0,1,1,1.051-1.051A1.052,1.052,0,0,1,124.051,23.468Zm5.238-20.183V19.894H118.813V3.285Z" transform="translate(-117.277)" fill="%234472c4"/></svg>') no-repeat center center/contain;
  vertical-align: middle;
}
.l-gnav__contact .l-gnav__contactBtn.-mail::before {
  background: url(../img/icon-mail.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
.l-gnav a {
  display: block;
  padding: 4px 12px;
  color: #3B4043;
  font-weight: 700;
  text-decoration: none;
}
.l-gnav a:hover {
  text-decoration: underline;
}
.l-pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4472C4;
  min-height: 230px;
  padding: 20px 0;
  color: #fff;
}
.l-pagetitle .-overline {
  color: #fff;
}
.l-topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-topicpathWrap {
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #F0F3F5;
  font-size: 1.4rem;
}
.l-topicpath > li:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin: 0 4px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.2" height="12" viewBox="0 0 7.2 12">  <path id="パス_386" data-name="パス 386" d="M-551.743,362.5v.062l-6.932,5.969-.268-.869,5.988-5.116v-.031l-5.988-5.116.268-.869Z" transform="translate(558.943 -356.53)" fill="%23666666"/></svg>') no-repeat center center/contain;
}
.l-topicpath a {
  text-decoration: none;
}
.l-topicpath a:hover {
  text-decoration: underline;
}
.l-footer {
  margin-top: 120px;
  padding-top: 28px;
  background: #F0F3F5;
}
.l-footer > .l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__logo {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
}
.l-footer__info {
  margin-left: 50px;
  font-size: 1.2rem;
}
.l-footer__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}
.l-footer__contact > dt {
  -ms-flex-item-align: center;
      align-self: center;
}
.l-footer__contact > dd {
  font-size: 1.6rem;
}
.l-footer__contact > dd:first-of-type {
  font-size: 2rem;
}
.l-footer__contact + p {
  margin-top: 0;
}
.l-footer__bnr {
  margin-left: auto;
}
.l-footer__copy {
  margin-top: 25px;
  padding: 16px 0;
  background-color: #3B4043;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  text-align: center;
}

:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
  margin-top: 2em;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + .c-btnWrap {
  margin-top: 50px;
}

:where(h1, h2, h3, h4, h5, h6) ~ h1, :where(h1, h2, h3, h4, h5, h6) ~ h2, :where(h1, h2, h3, h4, h5, h6) ~ h3 {
  margin-top: 70px;
}
:where(h1, h2, h3, h4, h5, h6) ~ h4, :where(h1, h2, h3, h4, h5, h6) ~ h5, :where(h1, h2, h3, h4, h5, h6) ~ h6 {
  margin-top: 50px;
}

:where(h2) ~ h2 {
  margin-top: 100px;
}

:where(h3) ~ h3 {
  margin-top: 40px;
}

.mv-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 60px;
}
.mv-wrap .l-wrapper {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.mv-title {
  margin-top: 12px;
  font-size: 3.6rem;
  font-weight: bold;
}
.mv-image {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  height: 400px;
}

.topics-primary {
  display: grid;
  gap: 36px;
  grid-template-columns: 45.8333333333% 1fr;
}
.topics-primary__image {
  display: grid;
  place-content: center;
  padding: 30px;
  background-color: #F1F8FE;
}
.topics-primary__date {
  font-size: 1.2rem;
}
.topics-primary__title {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}
.topics-secondary {
  margin-top: 20px;
  border-bottom: 1px solid #CDD6DD;
}
.topics-secondary > li {
  border-top: 1px solid #CDD6DD;
}
.topics-secondary > li a {
  display: grid;
  gap: 28px;
  grid-template-columns: 200px 1fr;
  padding: 26px 72px 26px 0;
  color: #3B4043;
  text-decoration: none;
  position: relative;
}
.topics-secondary > li a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 8px;
  bottom: 0;
  width: 11px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.77" height="20" viewBox="0 0 11.77 20">  <path id="arrow_forward" d="M7.11,20.23,8.88,22l10-10L8.88,2,7.11,3.77,15.34,12,7.11,20.23Z" transform="translate(-7.11 -2)" fill="%234472c4" opacity="0.7"/></svg>') no-repeat center center/contain;
}
.topics-secondary__image .is-imgfit {
  width: 100%;
  height: 100%;
}
.topics-secondary__text {
  font-size: 1.4rem;
}
.topics-secondary__date {
  font-size: 1.2rem;
}
.topics-secondary__title {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}

.archive-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
.archive-list > li {
  display: grid;
  grid-template-columns: 8em 2em 7em 1fr;
  gap: 1em;
  padding-left: 1em;
  margin-bottom: 12px;
  position: relative;
}
.archive-list > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #98A6B5;
}

.pagetitle-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.pagetitle-wrap .l-wrapper {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagetitle-image {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  height: 200px;
}

.sample-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.sample-list__image img {
  width: 100%;
}
.sample-list__text {
  background-color: #F1F8FE;
  padding: 28px;
}
.sample-list__text .c-btn {
  display: block;
  min-width: 0;
}
.sample-list__title {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.about-image {
  position: relative;
}
.about-image img {
  position: absolute;
  right: 8px;
  bottom: 12px;
}

.price-box {
  max-width: 860px;
  margin: 0 auto 80px;
  border: 5px solid #4472C4;
}
.price-box__layer1 {
  padding: 80px min(70px, 8%);
  background-color: #F1F6FF;
}
.price-box__layer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 20px 44px min(70px, 8%);
  background-color: #4472C4;
  color: #fff;
}
.price-box__price {
  font-size: 2rem;
  font-weight: 700;
}
.price-box__price .num {
  font-size: 3.2rem;
}
.price-box__price .tax {
  font-size: 1.4rem;
}
.price-box__text {
  padding-top: 14px;
  font-size: 1.4rem;
}
.price-title {
  margin-bottom: 12px;
  color: #4472C4;
  font-size: 4rem;
  font-weight: 700;
}


.price-box.-skin01 {
  border: 5px solid #FFC000;
}
.price-box.-skin01 .price-box__layer1 {
  padding: 80px min(70px, 8%);
  background-color: #FFF2CC;
}
.price-box.-skin01 .price-box__layer2 {
  background-color: #FFC000;
  color: #000;
}
.price-box.-skin01 .price-title {
  color: #ED7D31;
}

.company-list {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 2px solid #98A6B5;
  font-size: 1.8rem;
}
.company-list > dt, .company-list > dd {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CDD6DD;
}
.company-list > dt {
  padding-right: 60px;
  color: #707F89;
}
.company-list > dt span {
  background: #ff0000;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.company-box {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 70px 20px 70px min(140px, 15.2%);
  border: 5px solid #4472C4;
  background-color: #F1F8FE;
}
.company-box__title {
  font-size: 3.6rem;
  font-weight: 700;
}
.company-box__title + .c-title.-level3 {
  margin-top: 16px;
}
.company-box__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}
.company-box__contact > dt {
  -ms-flex-item-align: center;
      align-self: center;
}
.company-box__contact > dd {
  font-size: 2rem;
}
.company-box__contact > dd:first-of-type {
  font-size: 2.6rem;
}
.company-box__contact + p {
  margin-top: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 1199.98px) {
  .l-header__logo {
    width: 390px;
  }
  .l-gnav a {
    padding: 4px 8px;
  }
  .l-gnav__contact .l-gnav__contactBtn {
    font-size: 2rem;
  }
  .l-footer > .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__info {
    margin-left: 0;
  }
  .l-footer__bnr {
    margin-right: auto;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1079.98px) {
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 8px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 768px) {
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-showsp {
    display: none !important;
  }
  .c-telLink {
    pointer-events: none;
    text-decoration: none;
  }
  .c-pcflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-pcflex.-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-pcflex.-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-pcflex.-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-pcflex.-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-pcflex.-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-pcflex.-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-pcmt0 {
    margin-top: 0px !important;
  }
  .c-pcmr0 {
    margin-right: 0px !important;
  }
  .c-pcmb0 {
    margin-bottom: 0px !important;
  }
  .c-pcml0 {
    margin-left: 0px !important;
  }
  .c-pcpt0 {
    padding-top: 0px !important;
  }
  .c-pcpr0 {
    padding-right: 0px !important;
  }
  .c-pcpb0 {
    padding-bottom: 0px !important;
  }
  .c-pcpl0 {
    padding-left: 0px !important;
  }
  .c-pcmt5 {
    margin-top: 5px !important;
  }
  .c-pcmr5 {
    margin-right: 5px !important;
  }
  .c-pcmb5 {
    margin-bottom: 5px !important;
  }
  .c-pcml5 {
    margin-left: 5px !important;
  }
  .c-pcpt5 {
    padding-top: 5px !important;
  }
  .c-pcpr5 {
    padding-right: 5px !important;
  }
  .c-pcpb5 {
    padding-bottom: 5px !important;
  }
  .c-pcpl5 {
    padding-left: 5px !important;
  }
  .c-pcmt10 {
    margin-top: 10px !important;
  }
  .c-pcmr10 {
    margin-right: 10px !important;
  }
  .c-pcmb10 {
    margin-bottom: 10px !important;
  }
  .c-pcml10 {
    margin-left: 10px !important;
  }
  .c-pcpt10 {
    padding-top: 10px !important;
  }
  .c-pcpr10 {
    padding-right: 10px !important;
  }
  .c-pcpb10 {
    padding-bottom: 10px !important;
  }
  .c-pcpl10 {
    padding-left: 10px !important;
  }
  .c-pcmt15 {
    margin-top: 15px !important;
  }
  .c-pcmr15 {
    margin-right: 15px !important;
  }
  .c-pcmb15 {
    margin-bottom: 15px !important;
  }
  .c-pcml15 {
    margin-left: 15px !important;
  }
  .c-pcpt15 {
    padding-top: 15px !important;
  }
  .c-pcpr15 {
    padding-right: 15px !important;
  }
  .c-pcpb15 {
    padding-bottom: 15px !important;
  }
  .c-pcpl15 {
    padding-left: 15px !important;
  }
  .c-pcmt20 {
    margin-top: 20px !important;
  }
  .c-pcmr20 {
    margin-right: 20px !important;
  }
  .c-pcmb20 {
    margin-bottom: 20px !important;
  }
  .c-pcml20 {
    margin-left: 20px !important;
  }
  .c-pcpt20 {
    padding-top: 20px !important;
  }
  .c-pcpr20 {
    padding-right: 20px !important;
  }
  .c-pcpb20 {
    padding-bottom: 20px !important;
  }
  .c-pcpl20 {
    padding-left: 20px !important;
  }
  .c-pcmt25 {
    margin-top: 25px !important;
  }
  .c-pcmr25 {
    margin-right: 25px !important;
  }
  .c-pcmb25 {
    margin-bottom: 25px !important;
  }
  .c-pcml25 {
    margin-left: 25px !important;
  }
  .c-pcpt25 {
    padding-top: 25px !important;
  }
  .c-pcpr25 {
    padding-right: 25px !important;
  }
  .c-pcpb25 {
    padding-bottom: 25px !important;
  }
  .c-pcpl25 {
    padding-left: 25px !important;
  }
  .c-pcmt30 {
    margin-top: 30px !important;
  }
  .c-pcmr30 {
    margin-right: 30px !important;
  }
  .c-pcmb30 {
    margin-bottom: 30px !important;
  }
  .c-pcml30 {
    margin-left: 30px !important;
  }
  .c-pcpt30 {
    padding-top: 30px !important;
  }
  .c-pcpr30 {
    padding-right: 30px !important;
  }
  .c-pcpb30 {
    padding-bottom: 30px !important;
  }
  .c-pcpl30 {
    padding-left: 30px !important;
  }
  .c-pcmt35 {
    margin-top: 35px !important;
  }
  .c-pcmr35 {
    margin-right: 35px !important;
  }
  .c-pcmb35 {
    margin-bottom: 35px !important;
  }
  .c-pcml35 {
    margin-left: 35px !important;
  }
  .c-pcpt35 {
    padding-top: 35px !important;
  }
  .c-pcpr35 {
    padding-right: 35px !important;
  }
  .c-pcpb35 {
    padding-bottom: 35px !important;
  }
  .c-pcpl35 {
    padding-left: 35px !important;
  }
  .c-pcmt40 {
    margin-top: 40px !important;
  }
  .c-pcmr40 {
    margin-right: 40px !important;
  }
  .c-pcmb40 {
    margin-bottom: 40px !important;
  }
  .c-pcml40 {
    margin-left: 40px !important;
  }
  .c-pcpt40 {
    padding-top: 40px !important;
  }
  .c-pcpr40 {
    padding-right: 40px !important;
  }
  .c-pcpb40 {
    padding-bottom: 40px !important;
  }
  .c-pcpl40 {
    padding-left: 40px !important;
  }
  .c-pcmt45 {
    margin-top: 45px !important;
  }
  .c-pcmr45 {
    margin-right: 45px !important;
  }
  .c-pcmb45 {
    margin-bottom: 45px !important;
  }
  .c-pcml45 {
    margin-left: 45px !important;
  }
  .c-pcpt45 {
    padding-top: 45px !important;
  }
  .c-pcpr45 {
    padding-right: 45px !important;
  }
  .c-pcpb45 {
    padding-bottom: 45px !important;
  }
  .c-pcpl45 {
    padding-left: 45px !important;
  }
  .c-pcmt50 {
    margin-top: 50px !important;
  }
  .c-pcmr50 {
    margin-right: 50px !important;
  }
  .c-pcmb50 {
    margin-bottom: 50px !important;
  }
  .c-pcml50 {
    margin-left: 50px !important;
  }
  .c-pcpt50 {
    padding-top: 50px !important;
  }
  .c-pcpr50 {
    padding-right: 50px !important;
  }
  .c-pcpb50 {
    padding-bottom: 50px !important;
  }
  .c-pcpl50 {
    padding-left: 50px !important;
  }
  .c-pcw0 {
    width: 0% !important;
  }
  .c-pcw5 {
    width: 5% !important;
  }
  .c-pcw10 {
    width: 10% !important;
  }
  .c-pcw15 {
    width: 15% !important;
  }
  .c-pcw20 {
    width: 20% !important;
  }
  .c-pcw25 {
    width: 25% !important;
  }
  .c-pcw30 {
    width: 30% !important;
  }
  .c-pcw35 {
    width: 35% !important;
  }
  .c-pcw40 {
    width: 40% !important;
  }
  .c-pcw45 {
    width: 45% !important;
  }
  .c-pcw50 {
    width: 50% !important;
  }
  .c-pcw55 {
    width: 55% !important;
  }
  .c-pcw60 {
    width: 60% !important;
  }
  .c-pcw65 {
    width: 65% !important;
  }
  .c-pcw70 {
    width: 70% !important;
  }
  .c-pcw75 {
    width: 75% !important;
  }
  .c-pcw80 {
    width: 80% !important;
  }
  .c-pcw85 {
    width: 85% !important;
  }
  .c-pcw90 {
    width: 90% !important;
  }
  .c-pcw95 {
    width: 95% !important;
  }
  .c-pcw100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-showpc {
    display: none !important;
  }
  .is-fsizeSmallest {
    font-size: 1rem;
  }
  .is-fsizeSmaller {
    font-size: 1.1rem;
  }
  .is-fsizeSmall {
    font-size: 1.3rem;
  }
  .is-fsizeNormal {
    font-size: 1.4rem;
  }
  .is-fsizeLarge {
    font-size: 1.6rem;
  }
  .is-fsizeLarger {
    font-size: 1.8rem;
  }
  .is-fsizeLargest {
    font-size: 2rem;
  }
  .is-shadow {
    -webkit-filter: drop-shadow(5px 5px 0 #EDF8FB);
            filter: drop-shadow(5px 5px 0 #EDF8FB);
  }
  .is-fixed {
    padding-top: 75px;
  }
  .is-fixed .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
  }
  .is-fixed .l-navWrap {
    position: fixed;
    top: 75px;
    max-height: calc(100vh - 75px);
  }
  .c-title.-level1 {
    font-size: 2.1rem;
  }
  .c-title.-level2 {
    font-size: 2.1rem;
  }
  .c-title.-level3 {
    font-size: 1.8rem;
  }
  .c-title.-level4 {
    font-size: 1.8rem;
  }
  .c-title.-level5 {
    font-size: 1.6rem;
  }
  .c-btn {
    min-width: 0;
    padding: 14px 20px;
    font-size: 1.4rem;
  }
  .c-btn.-right {
    padding-right: 20px;
  }
  .c-btn.-right::after {
    content: none;
  }
  .c-btnWrap {
    gap: 9px;
  }
  .c-btnWrap.-spfix > .c-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 14px 10px;
  }
  .c-btnWrap.-anchor {
    gap: 9px;
  }
  .c-btnWrap.-anchor .c-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .c-link.-right::after {
    width: 13px;
    height: 4px;
  }
  .c-telLink {
    color: inherit;
    text-decoration: none;
  }
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-borderBox {
    padding: 30px 20px;
    border-width: 5px;
  }
  .c-list.-btn .c-link {
    padding: 8px 30px 8px 40px;
    font-size: 1.5rem;
  }
  .c-table th, .c-table td {
    padding: 12px;
  }
  .c-label {
    border-width: 1px;
  }
  .c-spmt0 {
    margin-top: 0px !important;
  }
  .c-spmr0 {
    margin-right: 0px !important;
  }
  .c-spmb0 {
    margin-bottom: 0px !important;
  }
  .c-spml0 {
    margin-left: 0px !important;
  }
  .c-sppt0 {
    padding-top: 0px !important;
  }
  .c-sppr0 {
    padding-right: 0px !important;
  }
  .c-sppb0 {
    padding-bottom: 0px !important;
  }
  .c-sppl0 {
    padding-left: 0px !important;
  }
  .c-spmt5 {
    margin-top: 5px !important;
  }
  .c-spmr5 {
    margin-right: 5px !important;
  }
  .c-spmb5 {
    margin-bottom: 5px !important;
  }
  .c-spml5 {
    margin-left: 5px !important;
  }
  .c-sppt5 {
    padding-top: 5px !important;
  }
  .c-sppr5 {
    padding-right: 5px !important;
  }
  .c-sppb5 {
    padding-bottom: 5px !important;
  }
  .c-sppl5 {
    padding-left: 5px !important;
  }
  .c-spmt10 {
    margin-top: 10px !important;
  }
  .c-spmr10 {
    margin-right: 10px !important;
  }
  .c-spmb10 {
    margin-bottom: 10px !important;
  }
  .c-spml10 {
    margin-left: 10px !important;
  }
  .c-sppt10 {
    padding-top: 10px !important;
  }
  .c-sppr10 {
    padding-right: 10px !important;
  }
  .c-sppb10 {
    padding-bottom: 10px !important;
  }
  .c-sppl10 {
    padding-left: 10px !important;
  }
  .c-spmt15 {
    margin-top: 15px !important;
  }
  .c-spmr15 {
    margin-right: 15px !important;
  }
  .c-spmb15 {
    margin-bottom: 15px !important;
  }
  .c-spml15 {
    margin-left: 15px !important;
  }
  .c-sppt15 {
    padding-top: 15px !important;
  }
  .c-sppr15 {
    padding-right: 15px !important;
  }
  .c-sppb15 {
    padding-bottom: 15px !important;
  }
  .c-sppl15 {
    padding-left: 15px !important;
  }
  .c-spmt20 {
    margin-top: 20px !important;
  }
  .c-spmr20 {
    margin-right: 20px !important;
  }
  .c-spmb20 {
    margin-bottom: 20px !important;
  }
  .c-spml20 {
    margin-left: 20px !important;
  }
  .c-sppt20 {
    padding-top: 20px !important;
  }
  .c-sppr20 {
    padding-right: 20px !important;
  }
  .c-sppb20 {
    padding-bottom: 20px !important;
  }
  .c-sppl20 {
    padding-left: 20px !important;
  }
  .c-spmt25 {
    margin-top: 25px !important;
  }
  .c-spmr25 {
    margin-right: 25px !important;
  }
  .c-spmb25 {
    margin-bottom: 25px !important;
  }
  .c-spml25 {
    margin-left: 25px !important;
  }
  .c-sppt25 {
    padding-top: 25px !important;
  }
  .c-sppr25 {
    padding-right: 25px !important;
  }
  .c-sppb25 {
    padding-bottom: 25px !important;
  }
  .c-sppl25 {
    padding-left: 25px !important;
  }
  .c-spmt30 {
    margin-top: 30px !important;
  }
  .c-spmr30 {
    margin-right: 30px !important;
  }
  .c-spmb30 {
    margin-bottom: 30px !important;
  }
  .c-spml30 {
    margin-left: 30px !important;
  }
  .c-sppt30 {
    padding-top: 30px !important;
  }
  .c-sppr30 {
    padding-right: 30px !important;
  }
  .c-sppb30 {
    padding-bottom: 30px !important;
  }
  .c-sppl30 {
    padding-left: 30px !important;
  }
  .c-spmt35 {
    margin-top: 35px !important;
  }
  .c-spmr35 {
    margin-right: 35px !important;
  }
  .c-spmb35 {
    margin-bottom: 35px !important;
  }
  .c-spml35 {
    margin-left: 35px !important;
  }
  .c-sppt35 {
    padding-top: 35px !important;
  }
  .c-sppr35 {
    padding-right: 35px !important;
  }
  .c-sppb35 {
    padding-bottom: 35px !important;
  }
  .c-sppl35 {
    padding-left: 35px !important;
  }
  .c-spmt40 {
    margin-top: 40px !important;
  }
  .c-spmr40 {
    margin-right: 40px !important;
  }
  .c-spmb40 {
    margin-bottom: 40px !important;
  }
  .c-spml40 {
    margin-left: 40px !important;
  }
  .c-sppt40 {
    padding-top: 40px !important;
  }
  .c-sppr40 {
    padding-right: 40px !important;
  }
  .c-sppb40 {
    padding-bottom: 40px !important;
  }
  .c-sppl40 {
    padding-left: 40px !important;
  }
  .c-spmt45 {
    margin-top: 45px !important;
  }
  .c-spmr45 {
    margin-right: 45px !important;
  }
  .c-spmb45 {
    margin-bottom: 45px !important;
  }
  .c-spml45 {
    margin-left: 45px !important;
  }
  .c-sppt45 {
    padding-top: 45px !important;
  }
  .c-sppr45 {
    padding-right: 45px !important;
  }
  .c-sppb45 {
    padding-bottom: 45px !important;
  }
  .c-sppl45 {
    padding-left: 45px !important;
  }
  .c-spmt50 {
    margin-top: 50px !important;
  }
  .c-spmr50 {
    margin-right: 50px !important;
  }
  .c-spmb50 {
    margin-bottom: 50px !important;
  }
  .c-spml50 {
    margin-left: 50px !important;
  }
  .c-sppt50 {
    padding-top: 50px !important;
  }
  .c-sppr50 {
    padding-right: 50px !important;
  }
  .c-sppb50 {
    padding-bottom: 50px !important;
  }
  .c-sppl50 {
    padding-left: 50px !important;
  }
  .c-spw0 {
    width: 0% !important;
  }
  .c-spw5 {
    width: 5% !important;
  }
  .c-spw10 {
    width: 10% !important;
  }
  .c-spw15 {
    width: 15% !important;
  }
  .c-spw20 {
    width: 20% !important;
  }
  .c-spw25 {
    width: 25% !important;
  }
  .c-spw30 {
    width: 30% !important;
  }
  .c-spw35 {
    width: 35% !important;
  }
  .c-spw40 {
    width: 40% !important;
  }
  .c-spw45 {
    width: 45% !important;
  }
  .c-spw50 {
    width: 50% !important;
  }
  .c-spw55 {
    width: 55% !important;
  }
  .c-spw60 {
    width: 60% !important;
  }
  .c-spw65 {
    width: 65% !important;
  }
  .c-spw70 {
    width: 70% !important;
  }
  .c-spw75 {
    width: 75% !important;
  }
  .c-spw80 {
    width: 80% !important;
  }
  .c-spw85 {
    width: 85% !important;
  }
  .c-spw90 {
    width: 90% !important;
  }
  .c-spw95 {
    width: 95% !important;
  }
  .c-spw100 {
    width: 100% !important;
  }
  .c-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-container {
    padding-top: 70px;
    line-height: 1.33;
  }
  .l-wrapper {
    width: 92%;
  }
  .l-header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 70px;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 60px;
  }
  .l-header__descript {
    font-size: 1.2rem;
    line-height: 1.33;
  }
  .l-header__logo {
    width: 295px;
  }
  .l-header__info {
    width: auto;
  }
  .l-gnav {
    display: block;
    margin-left: 0;
    padding-right: 0;
    border-top: 1px solid #CDD6DD;
  }
  .l-gnav > li {
    width: auto;
    margin-top: 0;
  }
  .l-gnav > li + li {
    border-left: 0;
    border-top: 1px solid #CDD6DD;
  }
  .l-gnav a {
    padding: 18px 50px 18px 48px;
    font-size: 1.4rem;
    text-align: left;
  }
  .l-gnav a:not(.l-gnav__contactBtn) {
    position: relative;
  }
  .l-gnav a:not(.l-gnav__contactBtn):after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.121" height="21.414" viewBox="0 0 12.121 21.414">  <path id="パス_637212" data-name="パス 637212" d="M2380,9253.6l10,10-10,10" transform="translate(-2379.294 -9252.895)" fill="none" stroke="%23132c68" stroke-miterlimit="10" stroke-width="2"/></svg>') no-repeat center center/contain;
  }
  .l-gnav .has-subnav:hover .l-gnav__subnav {
    -webkit-transform: none;
            transform: none;
  }
  .l-gnavBtn {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #3C3C3C;
  }
  .l-gnavBtn::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: block;
    content: "MENU";
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }
  .l-gnavBtn span {
    position: absolute;
    left: 15px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  .l-gnavBtn span:nth-child(1) {
    top: 13px;
  }
  .l-gnavBtn span:nth-child(2) {
    top: 20px;
  }
  .l-gnavBtn span:nth-child(3) {
    top: 27px;
  }
  .l-gnavBtn.is-open::after {
    content: "CLOSE";
  }
  .l-gnavBtn.is-open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-gnavBtn.is-open span:nth-child(2) {
    width: 0;
  }
  .l-gnavBtn.is-open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-gnavWrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    display: none;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    padding-bottom: 20px;
    background-color: #fff;
  }
  .l-gnav__contact {
    margin-left: 0;
  }
  .l-gnav__contact .l-gnav__contactBtn {
    position: static;
    width: auto;
    height: 50px;
    margin: 12px;
    padding: 12px;
    border-radius: 5px;
    background: #4472C4;
    color: white;
    text-align: center;
  }
  .l-gnav__contact .l-gnav__contactBtn::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.547" height="25" viewBox="0 0 13.547 25">  <path id="パス_962" data-name="パス 962" d="M128.23,0h-8.36a2.6,2.6,0,0,0-2.594,2.594V22.406A2.6,2.6,0,0,0,119.871,25h8.36a2.6,2.6,0,0,0,2.594-2.594V2.594A2.6,2.6,0,0,0,128.23,0Zm-4.18,23.468a1.051,1.051,0,1,1,1.051-1.051A1.052,1.052,0,0,1,124.051,23.468Zm5.238-20.183V19.894H118.813V3.285Z" transform="translate(-117.277)" fill="%23ffffff"/></svg>');
  }
  .l-pagetitle {
    min-height: 180px;
  }
  .l-topicpathWrap {
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.1rem;
  }
  .l-topicpath > li:not(:first-child)::before {
    width: 0.7em;
    height: 0.7em;
    margin: 0 4px;
  }
  .l-footer {
    margin-top: 30px;
    padding-top: 30px;
  }
  .l-footer__logo {
    margin-bottom: 10px;
  }
  .l-footer__copy {
    margin-top: 20px;
    padding: 12px 0;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
    margin-top: 1.2em;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + .c-btnWrap {
    margin-top: 20px;
  }
  :where(h2) ~ h2 {
    margin-top: 60px;
  }
  :where(h3) ~ h3 {
    margin-top: 30px;
  }
  .mv-wrap {
    margin-bottom: 20px;
  }
  .mv-wrap .l-wrapper {
    font-size: 1.4rem;
  }
  .mv-title {
    font-size: 2.8rem;
  }
  .mv-image {
    height: 300px;
  }
  .topics-primary {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .topics-primary__image {
    padding: 20px;
  }
  .topics-primary__title {
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .topics-primary__text {
    font-size: 1.3rem;
  }
  .topics-secondary > li a {
    padding: 20px 0 20px 0;
    gap: 16px;
    grid-template-columns: 36% 1fr;
  }
  .topics-secondary > li a::after {
    right: 0;
    width: 8px;
  }
  .topics-secondary__title {
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .topics-secondary__text {
    padding-right: 20px;
    font-size: 1.3rem;
  }
  .topics-secondary__text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .archive-list > li {
    grid-template-columns: 2em 1fr;
    gap: 0 0.8em;
  }
  .archive-list > li span:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .archive-list > li span:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .archive-list > li span:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .archive-list > li span:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .pagetitle-image {
    height: 120px;
  }
  .about-image img {
    position: static;
  }
  .sample-list {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .sample-list__text {
    padding: 20px 8px;
  }
  .sample-list__title {
    font-size: 1.8rem;
  }
  .price-box {
    margin: 0 auto 40px;
  }
  .price-box__layer1 {
    padding: 30px min(70px, 8%);
    font-size: 1.4rem;
  }
  .price-box__layer2 {
    gap: 10px 40px;
    padding: 20px 10px 20px min(70px, 8%);
  }
  .price-box__price {
    font-size: 1.8rem;
  }
  .price-box__text {
    padding-top: 0px;
  }
  .price-title {
    margin-bottom: 8px;
    font-size: 3rem;
  }
  .company-list {
    grid-template-columns: 1fr;
    font-size: 1.4rem;
  }
  .company-list > dt, .company-list > dd {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .company-list > dt {
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: 0;
  }
  .company-list > dd {
    padding-top: 4px;
  }
  .company-box {
    margin-top: 40px;
    padding: 30px min(70px, 8%);
  }
  .company-box__title {
    font-size: 2rem;
  }
  .company-box__title + .c-title.-level3 {
    margin-top: 12px;
  }
  .company-box__contact > dd {
    font-size: 1.6rem;
  }
  .company-box__contact > dd:first-of-type {
    font-size: 2.2rem;
  }
  .company-box__contact + p {
    font-size: 1.4rem;
  }
}
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }
}