@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html {
  height: 100%;
  font-size: 62.5%;
}
html.-locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1120px;
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

main {
  overflow: hidden;
}

a {
  transition-duration: 0.3s;
}
a:focus, [data-whatintent=mouse] a:hover {
  opacity: 0.6;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #DDDDDD;
}
.nice-select:after {
  border-bottom: 2px solid #DDDDDD;
  border-right: 2px solid #DDDDDD;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #DDDDDD;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #DDDDDD;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/**
 * Layout
 */
.c-container {
  margin: auto;
  width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-container {
    width: auto;
  }
}

.ly_container {
  margin: auto;
  width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ly_container {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_container__wide {
    width: auto;
  }
}
.ly_container__large {
  width: 1140px;
  margin-left: max(0px, (100vw - 1120px + 20px) / 2 - 40px);
}
@media screen and (max-width: 767px) {
  .ly_container__large {
    width: auto;
  }
}

.flag__title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BA1E87;
  color: #fff;
  padding: 15px 60px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .flag__title {
    top: -20px;
    width: 90%;
    font-size: 1.8rem;
    padding: 10px;
  }
}

.flag__title::after {
  content: "";
  border-top: 12px solid #BA1E87;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flag__title::after {
    border-top: 8px solid #BA1E87;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: 48px;
  }
}

.text--pink {
  color: #BA1E87;
}

.text--large {
  font-size: 3rem;
  font-weight: 900;
  margin-right: 5px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .text--large {
    font-size: 2.4rem;
  }
}

/**
 * Header
 */
.l-header {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 80px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 47px;
  }
}
.l-header .logo {
  margin-top: 20px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    position: absolute;
    left: 20px;
    top: 10px;
    margin: 0;
    z-index: 1000;
  }
}
.l-header .logo img {
  width: 165px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header .logo img {
    width: 106px;
  }
}
.l-header .l-header__gNav {
  margin-left: auto;
}
.l-header .l-header__gNav nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav {
    justify-content: flex-end;
  }
}
.l-header .l-header__gNav nav > a {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav > a {
    padding: 6px 0;
  }
}
.l-header .l-header__gNav nav > a:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav > a:last-child {
    margin-left: 14px;
  }
}
.l-header .l-header__gNav nav .tel__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__gNav nav .tel__wrap {
    pointer-events: none;
  }
}
.l-header .l-header__gNav nav .tel__wrap span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav .tel__wrap span {
    font-size: 1rem;
  }
}
.l-header .l-header__gNav nav .tel__wrap .tel__inner {
  display: flex;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav .tel__wrap .tel__inner {
    letter-spacing: 0.08rem;
  }
}
.l-header .l-header__gNav nav .tel__wrap .tel__inner img {
  width: 18.4px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav .tel__wrap .tel__inner img {
    width: 10.5px;
    height: 13.6px;
  }
}
.l-header .l-header__gNav nav .tel__wrap .tel__inner .tel {
  margin-left: 6px;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav .tel__wrap .tel__inner .tel {
    font-size: 1.5rem;
  }
}
.l-header .l-header__gNav nav .contact__wrap {
  line-height: 1.4;
  padding: 20px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(135deg, #1ba7e1, #1d4fa2 50%, #c5198c);
}
@media screen and (max-width: 767px) {
  .l-header .l-header__gNav nav .contact__wrap {
    height: 47px;
    padding: 15px;
  }
  .l-header .l-header__gNav nav .contact__wrap img {
    width: 20px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 47px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0 !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: top 0.2s;
    display: block;
  }
}

/**
 * Footer
 */
.l-footer {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 100px;
  }
}
.l-footer .snsLink__list {
  display: flex;
  justify-content: center;
}
.l-footer .snsLink__list li {
  margin-right: 30px;
}
.l-footer .snsLink__list li:last-child {
  margin-right: 0;
}
.l-footer .footerArea {
  margin-top: 30px;
  padding: 40px 0;
  color: #fff;
  background-color: #3461B2;
}
@media screen and (max-width: 767px) {
  .l-footer .footerArea {
    text-align: center;
  }
}
.l-footer .footerArea_inner {
  padding: 0 123px;
}
@media screen and (max-width: 767px) {
  .l-footer .footerArea_inner {
    padding: 0;
  }
}
.l-footer small {
  font-size: 1rem;
  margin-top: 13px;
}

/**
 * Block
 */
/**
 * Element
 */
/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

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

/**
 * Page
 */
.fixedLink {
  position: relative;
  z-index: 100;
}
.fixedLink + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .fixedLink + * {
    margin-top: 47px;
  }
}
.fixedLink.active {
  opacity: 1;
  visibility: visible;
}
.fixedLink a {
  height: 195px;
  display: flex;
  flex-flow: column;
  align-items: center;
  transition-duration: 0.3s;
  border-radius: 10px 0 0 10px;
  position: fixed;
  padding: 23px 15px 13px;
  z-index: 3;
  right: 0;
  bottom: 100px;
  text-align: center;
  border: 2px solid #fff;
  border-right: 0;
  color: #fff;
  background-image: linear-gradient(0deg, #1ba7e1, #1d4fa2 50%, #c5198c);
}
@media screen and (max-width: 767px) {
  .fixedLink a {
    background-image: linear-gradient(90deg, #1ba7e1, #1d4fa2 50%, #c5198c);
    right: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: nowrap;
    border: none;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 16px 15px;
  }
}
.fixedLink a p {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  .fixedLink a p {
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin: 0 auto;
    letter-spacing: 0.05em;
  }
}
.fixedLink a .arw {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.fixedLink a .arw img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fixedLink a .arw {
    width: 26px;
    height: 26px;
  }
}

.mvSect {
  position: relative;
  overflow: hidden;
}
.mvSect:before {
  content: "";
  position: absolute;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: max(100%, 1366px);
  height: 0;
  padding-bottom: max(38%, 527px);
  background-image: url(images/mv-sect_bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mvSect:before {
    bottom: 130px;
  }
}
.mvSect_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 551px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .mvSect_bg {
    height: 329px;
  }
}
.mvSect_bg .bg {
  position: absolute;
  top: -235px;
  left: calc(50% - 70px);
  transform: translateX(-50%);
  width: 1689px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .mvSect_bg .bg {
    top: -19px;
    left: calc(50% + 10px);
    width: 487px;
  }
}
.mvSect_bg .bg img {
  width: inherit;
  height: inherit;
}
.mvSect_container {
  position: relative;
  z-index: 1;
}
.mvSect_header {
  padding-top: 72px;
  color: #4E4E4E;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mvSect_header {
    padding-top: 64px;
  }
}
.mvSect_header .subCopy {
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
}
.mvSect_header .subCopy::after {
  content: "";
  margin-right: -13px;
}
@media screen and (max-width: 767px) {
  .mvSect_header .subCopy {
    font-size: 1.4rem;
  }
}
.mvSect_header .text--gradation {
  background-image: linear-gradient(90deg, #1ba7e1, #1d4fa2 50%, #c5198c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mvSect_header .subCopy__label {
  margin-top: 12px;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mvSect_header .subCopy__label {
    font-size: 1.3rem;
    letter-spacing: 0.07rem;
  }
}
.mvSect_header .label--gradation {
  padding: 5px 10px;
  background: linear-gradient(90deg, #1ba7e1, #1d4fa2 50%, #c5198c);
  border-radius: 10px;
}
.mvSect_header .mainCopy {
  font-weight: bold;
  margin-top: 38px;
  font-size: 4.8rem;
  line-height: 1.55;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .mvSect_header .mainCopy {
    margin-top: 24px;
    font-size: 2.4rem;
    line-height: 1.45;
    letter-spacing: 0.07rem;
  }
}
.mvSect_header .mainCopy .text--large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .mvSect_header .mainCopy .text--large {
    font-size: 2.8rem;
  }
}
.mvSect_body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 130px;
  margin-top: 10px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .mvSect_body {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mvSect_img {
    transform: scale(1.1);
  }
}
.mvSect_img img {
  max-width: 100%;
  height: auto;
}
.mvSect_movie {
  position: relative;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .mvSect_movie {
    margin-top: -60px;
  }
}
.mvSect_movie::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 87px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/icon_pop.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mvSect_movie::before {
    content: none;
  }
}
.mvSect_movie::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 87px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/icon_pop.png);
  background-size: cover;
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .mvSect_movie::after {
    content: none;
  }
}
.mvSect_movie p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mvSect_movie p {
    position: absolute;
    top: calc(50% + 7px);
    right: calc(50% + 50px);
    transform: translateY(-50%);
    text-align: left;
    font-size: 1.2rem;
  }
  .mvSect_movie p:before, .mvSect_movie p:after {
    content: "";
    position: absolute;
    right: 0;
    width: 75px;
    height: 1px;
    background-color: #CCC;
  }
  .mvSect_movie p:before {
    top: calc(50% - 32px);
    transform: translateY(-50%) rotate(15deg);
  }
  .mvSect_movie p:after {
    top: calc(50% + 32px);
    transform: translateY(-50%) rotate(-15deg);
  }
}
.mvSect_movie .movie {
  position: relative;
  width: 382px;
  height: 0;
  padding-bottom: 57.3%;
}
@media screen and (max-width: 767px) {
  .mvSect_movie .movie {
    width: 100%;
    padding-bottom: 58%;
    transform: scale(0.58);
    transform-origin: right center;
  }
}
.mvSect_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  border: 5px solid #D3DCEF;
}

.postWork {
  position: relative;
  padding: 103px 0 86px;
  background: #EFF2F9;
}
@media screen and (max-width: 767px) {
  .postWork {
    padding: 167px 0 36px;
    margin-bottom: 110px;
  }
}
.postWork:after {
  content: "";
  position: absolute;
  bottom: -200px;
  width: 100%;
  height: 200px;
  background: url(images/postWork_bgimg_bottom.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .postWork:after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    height: 110px;
    background: url(images/postWork_bgimg_bottom_sp.png);
    background-size: auto;
    background-position: center;
  }
}
.postWork_wrapper {
  margin-top: -104px;
}
@media screen and (max-width: 767px) {
  .postWork_wrapper {
    position: relative;
    margin-top: -135px;
    overflow: hidden;
  }
}
.postWork_container {
  position: relative;
}
.postWork_container::before {
  content: "";
  position: absolute;
  top: -86px;
  left: -117px;
  width: 231px;
  height: 282px;
  background: url(images/postWork_bgimg_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .postWork_container::before {
    top: -50px;
    left: -20px;
    width: 68px;
    height: 50px;
  }
}
.postWork_container::after {
  content: "";
  position: absolute;
  top: 128px;
  right: -102px;
  width: 182px;
  height: 283px;
  background: url(images/postWork_bgimg_right.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .postWork_container::after {
    top: 305px;
    right: -20px;
    width: 78px;
    height: 110px;
    background: url(images/postWork_bgimg_right_sp.png);
  }
}
.postWork .postWork__title {
  line-height: 1.4;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14rem;
  color: #4E4E4E;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__title {
    line-height: 1.5;
    font-size: 2rem;
  }
}
.postWork .postWork__title span {
  font-size: 4.2rem;
  border-bottom: 3px solid #4E4E4E;
  text-underline-offset: -2px;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__title span {
    font-size: 2.8rem;
  }
}
.postWork .postWork__text {
  line-height: 2;
  margin-top: 46px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__text {
    margin-top: 30px;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}
.postWork .postWork__wrapper {
  position: relative;
  z-index: 1;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper {
    margin-top: 24px;
  }
}
.postWork .postWork__wrapper .postWork__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list {
    display: block;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box {
  max-width: 515px;
  width: 100%;
  padding: 36px 40px 30px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box {
    max-width: 100%;
    padding: 26px 20px 30px 20px;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box:last-child {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box:last-child {
    margin-left: 0;
    margin-top: 60px;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3461B2;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__title {
    font-size: 2rem;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item {
  max-width: 435px;
  width: 100%;
  margin-top: 18px;
  padding: 28px 30px;
  background: #EBEBEB;
  border-radius: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item {
    max-width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item .postWorkBox__subTitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item .postWorkBox__subTitle {
    font-size: 1.6rem;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item ul {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item ul {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item ul li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__item ul li::before {
  content: "・";
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__image {
  max-width: 340px;
  margin: 24px auto -60px;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__image {
    margin-top: 9px;
  }
}
.postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .postWork .postWork__wrapper .postWork__list .postWork__box .postWorkBox__image img {
    width: 80%;
  }
}

.inserter {
  position: relative;
  padding-top: 224px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .inserter {
    padding-top: 60px;
  }
}
.inserter_wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inserter_wrapper {
    margin-top: -50px;
  }
}
.inserter_wrapper:before, .inserter_wrapper:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.inserter_wrapper:before {
  top: 94px;
  right: -95px;
  width: 254px;
  height: 313px;
  background-image: url(images/inserter_bg_01.png);
}
@media screen and (max-width: 767px) {
  .inserter_wrapper:before {
    top: 20px;
    right: -20px;
    width: 116px;
    height: 200px;
  }
}
.inserter_wrapper:after {
  top: 283px;
  left: -93px;
  width: 254px;
  height: 318px;
  background-image: url(images/inserter_bg_02.png);
}
@media screen and (max-width: 767px) {
  .inserter_wrapper:after {
    top: 270px;
    left: -130px;
    width: 160px;
    height: 200px;
  }
}
.inserter .inserter__box {
  text-align: center;
}
.inserter .inserter__box .inserter__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto;
  padding: 27px 60px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14rem;
  color: #fff;
  background: #BA1E87;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .inserter .inserter__box .inserter__title {
    line-height: 1.6;
    width: 100%;
    padding: 22px 0;
    border-radius: 20px;
    font-size: 1.8rem;
  }
}
.inserter .inserter__box .inserter__title::before {
  content: "";
  position: absolute;
  top: -21px;
  right: -26px;
  width: 33px;
  height: 31px;
  background: url(images/inserter_title_icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .inserter .inserter__box .inserter__title::before {
    top: -15px;
    right: -16px;
    width: 23px;
    height: 22px;
    background: url(images/inserter_title_icon_sp.png);
  }
}
.inserter .inserter__box .inserter__title span {
  padding-bottom: 4px;
  font-size: 3.2rem;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .inserter .inserter__box .inserter__title span {
    padding-bottom: 0;
    border-bottom: 2px solid #fff;
    font-size: 2.4rem;
  }
}
.inserter .inserter__box .inserter__text {
  line-height: 2;
  margin-top: 45px;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .inserter .inserter__box .inserter__text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.inserter .inserter__box .inserter__text span {
  padding: 0px 3px;
  background: #F6ECF3;
  font-weight: bold;
}
.inserter .inserter__image {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .inserter .inserter__image {
    margin-top: 26px;
  }
}
.inserter .inserter__image .inserterImage__item {
  max-width: 652px;
  margin: 0 auto;
}
.inserter .inserter__image .inserterImage__item img {
  width: 100%;
}
.inserter .inserter__image .inserterImage__text {
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: right;
}
.inserter .inserter__text {
  line-height: 2;
  margin-top: 32px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .inserter .inserter__text {
    margin-top: 22px;
    text-align: left;
    font-size: 1.6rem;
  }
}
.inserter .inserter__text span {
  padding: 0px 3px;
  background: #F6ECF3;
  font-weight: bold;
}
.inserter .__merit {
  position: relative;
  background: #FAEFF6;
  width: 100%;
}
.inserter .__merit::before {
  content: "";
  position: absolute;
  top: -400px;
  width: 100%;
  height: 400px;
  background: url(images/inserter_bgimg_grad.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .inserter .__merit::before {
    left: 0;
  }
}
.inserter .__merit .inserter__merit {
  margin: 106px auto 0;
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit {
    width: 100%;
    padding-bottom: 80px;
    margin-top: 76px;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box:not(:first-child) {
    margin-top: 55px;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box:nth-of-type(1) .inserterMerit__titleArea::before {
  content: "01";
}
.inserter .__merit .inserter__merit .inserterMerit__box:nth-of-type(2) .inserterMerit__titleArea::before {
  content: "02";
}
.inserter .__merit .inserter__merit .inserterMerit__box:nth-of-type(3) .inserterMerit__titleArea::before {
  content: "03";
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea {
    left: 0;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea::before {
  position: absolute;
  top: -40px;
  left: -10px;
  display: block;
  width: 64px;
  height: 60px;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: #BA1E87;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea::before {
    top: -25px;
    left: -5px;
    width: 34px;
    height: 32px;
    font-size: 2.6rem;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea img {
  position: relative;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea img {
    width: 108px;
    height: 108px;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea .inserterMerit__title {
  margin-left: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #BA1E87;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__titleArea .inserterMerit__title {
    margin-left: 13px;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea {
  display: flex;
  justify-content: space-between;
  margin: -47px 0 0 220px;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea {
    display: block;
    margin: 11px 0 0 0px;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__item {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__item {
    max-width: 100%;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__item .inserterMerit__subTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #BA1E87;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__item .inserterMerit__subTitle {
    font-size: 2rem;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__item .inserterMerit__text {
  margin-top: 13px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__item .inserterMerit__text {
    margin-top: 18px;
    line-height: 1.6;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list {
  max-width: 400px;
  width: 100%;
  padding: 30px;
  background: rgba(186, 30, 135, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list {
    max-width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list .inserterMerit__listTitle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list ul {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list ul {
    margin-top: 5px;
  }
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list ul li:nth-of-type(n + 2) {
  margin-top: 6px;
}
.inserter .__merit .inserter__merit .inserterMerit__box .inserterMerit__textArea .inserterMerit__list ul li::before {
  content: "・";
}

section.linkBox {
  width: 100%;
  position: relative;
  z-index: 1;
}
section.linkBox .linkArea {
  width: 100%;
  background: linear-gradient(90deg, #1ba7e1, #1d4fa2 50%, #c5198c);
}
section.linkBox .linkArea_body {
  display: flex;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkArea_body {
    display: block;
    padding-top: 36px;
  }
}
section.linkBox .linkBox__inner {
  width: 50%;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner {
    width: 100%;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 1.4;
  }
}
section.linkBox .linkBox__inner:nth-child(odd) {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
}
section.linkBox .linkBox__inner:nth-child(even) {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
section.linkBox .linkBox__inner .linkBox__set {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner .linkBox__set {
    justify-content: space-between;
  }
}
section.linkBox .linkBox__inner .linkBox__set .linkBox__title {
  width: calc(100% - 82px);
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner .linkBox__set .linkBox__title {
    width: calc(100% - 41px);
  }
}
section.linkBox .linkBox__inner .linkBox__set .linkBox__title p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner .linkBox__set .linkBox__title p {
    text-align: left;
  }
}
section.linkBox .linkBox__inner .linkBox__set img {
  width: 82px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner .linkBox__set img {
    width: 41px;
    height: 41px;
  }
}
section.linkBox .linkBox__inner:first-child:after {
  content: "";
  border-right: 2px solid #FFF;
  width: 2px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  section.linkBox .linkBox__inner:first-child:after {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #FFF;
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
    height: auto;
  }
}
section.linkBox img:nth-of-type(2) {
  transform: rotate(90deg);
}

section.case {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  section.case {
    margin-top: 60px;
  }
}
section.case .case__title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  section.case .case__title {
    font-size: 2.4rem;
  }
}
section.case .case__list {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  section.case .case__list {
    display: block;
    margin-top: 30px;
  }
}
section.case .case__list .case__box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  section.case .case__list .case__box {
    width: 100%;
    margin-top: 30px;
  }
}
section.case .case__list .case__box img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
section.case .case__list .case__box .case__box__text {
  padding: 40px 40px 50px;
}
@media screen and (max-width: 767px) {
  section.case .case__list .case__box .case__box__text {
    padding: 20px 20px 30px;
  }
}
section.case .case__list .case__box .case__box__text .caseBox__title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.case .case__list .case__box .case__box__text .caseBox__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
section.case .case__list .case__box .case__box__text .c-text {
  margin-top: 14px;
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  section.case .case__list .case__box .case__box__text .c-text {
    margin-top: 8px;
    line-height: 2;
  }
}
section.case .case__list .case__box .case__box__text .caseBox__add {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.case .case__list .case__box .case__box__text .caseBox__add {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.contact {
  margin-top: 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 118px;
  }
}
.contact_info {
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
  color: #BA1E87;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .contact_info {
    top: -90px;
    font-size: 1.8rem;
    white-space: nowrap;
    text-align: center;
  }
}
.contact_info span {
  position: relative;
}
.contact_info span:before, .contact_info span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .contact_info span:before, .contact_info span:after {
    top: auto;
    bottom: 16px;
  }
}
.contact_info span:before {
  left: -33px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .contact_info span:before {
    left: -38px;
    transform: rotate(45deg);
  }
}
.contact_info span:after {
  right: -40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .contact_info span:after {
    right: -58px;
    transform: rotate(-45deg);
  }
}

#pardot-form, .hiddenarea {
  margin: auto;
  width: 710px;
}
@media screen and (max-width: 767px) {
  #pardot-form, .hiddenarea {
    width: auto;
    padding: 0 20px;
  }
}

.hiddenarea {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .hiddenarea {
    margin-top: 40px;
  }
}

.formWrapper_inner {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #1ba7e1, #1d4fa2 50%, #c5198c);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 71px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formWrapper_inner {
    font-size: 2rem;
    padding: 50px 20px 30px;
  }
}
.formWrapper_inner h2 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formWrapper_inner h2 {
    font-size: 2rem;
  }
}
.formWrapper_inner p {
  margin-top: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .formWrapper_inner p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
.formWrapper .contentThxMain {
  margin: 70px auto 0;
  width: 710px;
}
.formWrapper .contentThxMain > p > strong {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .formWrapper .contentThxMain {
    width: auto;
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .formWrapper .contentThxMain > p > strong {
    font-size: 1.8rem;
  }
}

.formArea {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .formArea {
    margin: 40px auto 0;
  }
}
.formArea .c-container {
  width: 710px;
}
@media screen and (max-width: 767px) {
  .formArea .c-container {
    width: auto;
  }
}
.formArea .form h2 {
  display: none;
}
.formArea .form .field-label {
  font-weight: bold;
  font-size: 1.8rem;
  color: #4E4E4E;
}
@media screen and (max-width: 767px) {
  .formArea .form .field-label {
    font-size: 1.6rem;
  }
}
.formArea .form .inline {
  display: inline;
  color: #4E4E4E;
}
.formArea .form input, .formArea .form select, .formArea .form textarea {
  background-color: #F4F4F4;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  padding: 17px 17px;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .formArea .form input, .formArea .form select, .formArea .form textarea {
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 11px 11px;
  }
}
.formArea .form .Area_of_Interest {
  margin-bottom: 30px;
}
.formArea .form .first_name, .formArea .form .last_name {
  display: inline;
}
.formArea .form .first_name input, .formArea .form .last_name input {
  width: 48%;
}
.formArea .form .last_name > .field-label {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .formArea .form .last_name > .field-label {
    margin-top: 30px;
  }
}
.formArea .form .first_name {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .formArea .form .first_name {
    margin-left: 2%;
  }
}
.formArea .form .pd-select {
  position: relative;
}
.formArea .form .pd-select .select {
  padding: 17px 26px 17px 17px;
}
@media screen and (max-width: 767px) {
  .formArea .form .pd-select .select {
    padding: 11px 26px 11px 11px;
  }
}
.formArea .form .pd-select::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #4E4E4E;
  border-right: solid 2px #4E4E4E;
  right: 20px;
  top: 70px;
  position: absolute;
  transform: rotate(135deg);
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .formArea .form .pd-select::after {
    bottom: 23px;
    top: 62px;
  }
}
.formArea .form .contentFormAfter > div {
  height: 242px;
  border: 1px solid #DDDDDD;
  padding: 20px;
}
.formArea .form .description {
  margin-top: 15px;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .formArea .form .description {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.formArea .form .Agree > .value > span {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.formArea .form .Agree > .value > span input {
  width: 13px;
  height: 13px;
  margin-top: 0;
  margin-right: 7px;
}
.formArea .form .Agree .description {
  margin-top: 40px;
}
.formArea .form .formDescription .text-muted {
  display: block;
  font-size: 1.6rem;
  margin-top: 30px;
}
.formArea .form .formDescription .error {
  display: block;
  margin-top: 15px;
  color: #D60000;
}
.formArea .form .contentFormAfter {
  margin-top: 30px;
}
.formArea .form .contentFormAfter > p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .formArea .form .contentFormAfter > p {
    font-size: 1.6rem;
  }
}
.formArea .form .contentFormAfter > p + div {
  margin-top: 20px;
}
.formArea .form .submit {
  width: 100%;
}
.formArea .form .submit input[type=submit], .formArea .form .submit a {
  display: block;
  margin: 60px auto 0;
  padding: 20px;
  width: 300px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  border-radius: 50em;
  background-color: #BA1E87;
  text-align: center;
  border: none;
  transition-duration: 0.3s;
}
.formArea .form .submit input[type=submit]:focus, [data-whatintent=mouse] .formArea .form .submit input[type=submit]:hover, .formArea .form .submit a:focus, [data-whatintent=mouse] .formArea .form .submit a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .formArea .form .submit input[type=submit], .formArea .form .submit a {
    width: 100%;
    margin: 40px auto 0;
    font-size: 1.6rem;
  }
}
.formArea .form .privacyArea {
  margin-top: 15px;
}
.formArea .form .privacyArea .scrollArea {
  padding: 30px 25px 30px 30px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  height: 242px;
}
@media screen and (max-width: 767px) {
  .formArea .form .privacyArea .scrollArea {
    height: 250px;
    padding: 20px 15px 20px 20px;
  }
}
.formArea .form .privacyArea .scrollArea .title + .c-text {
  margin-top: 8px;
}
.formArea .form .privacyArea .scrollArea .c-text + .c-text {
  margin-top: 20px;
}
.formArea .form .form-field {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .formArea .form .form-field {
    margin-top: 30px;
  }
}
.formArea .form .form-field.required label {
  display: flex;
  align-items: center;
}
.formArea .form .form-field.required label.field-label::after {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 4px 2px;
  content: "必須";
  color: #fff;
  border-radius: 2px;
  background: #D60000;
}
.formArea .form .formInputOuter.last_name {
  display: flex;
}
.formArea .form .formInputOuter.last_name input {
  width: 100%;
}
.formArea .form .error input, .formArea .form .error textarea, .formArea .form .error select {
  background-color: #ffebeb;
}
.formArea .form .alert strong {
  color: #D60000;
}

.contact__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__text {
    justify-content: flex-end;
    font-size: 1.6rem;
    text-align: left;
  }
}
.contact__text .contact__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__text .contact__container {
    width: 100%;
    gap: 20px;
  }
  .contact__text .contact__container p {
    width: 100%;
    margin-left: 0;
  }
}
.contact__text .contact__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 440px);
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  background: url(images/contact_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contact__text .contact__container::before {
    position: static;
    transform: translate(0, 0);
    flex-shrink: 0;
    width: 152px;
    height: 152px;
    background-size: contain;
  }
}
.contact__text.__blue {
  height: 181px;
  background: #EFF2F9;
}
@media screen and (max-width: 767px) {
  .contact__text.__blue {
    height: 173px;
  }
}
.contact__text.__pink {
  height: 145px;
  background: #F6ECF3;
}
.contact__text.__pink .contactText_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__text.__pink .contactText_wrap {
    margin-left: 20px;
    display: block;
    text-align: left;
  }
  .contact__text.__pink .contactText_wrap p {
    font-size: 1.6rem;
  }
}
.contact__text.__pink .contactText_wrap .tel__inner {
  display: flex;
  align-items: center;
  margin-left: 40px;
  line-height: 1.3;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .contact__text.__pink .contactText_wrap .tel__inner {
    letter-spacing: 0.08rem;
    margin-left: 0;
  }
}
.contact__text.__pink .contactText_wrap .tel__inner img {
  width: 24.6px;
  height: 32.1px;
}
@media screen and (max-width: 767px) {
  .contact__text.__pink .contactText_wrap .tel__inner img {
    width: 10.5px;
    height: 13.6px;
  }
}
.contact__text.__pink .contactText_wrap .tel__inner .tel {
  margin-left: 6px;
  font-family: "Lato", sans-serif;
  font-size: 3.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__text.__pink .contactText_wrap .tel__inner .tel {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact__text.__pink .contactText_wrap .tel__inner a {
    pointer-events: none;
  }
}

.simulationSect {
  padding-bottom: 152px;
}
@media screen and (max-width: 767px) {
  .simulationSect {
    padding-bottom: 74px;
  }
}
.simulationSect_container {
  padding: 70px 80px 80px;
  border-radius: 20px;
  background-color: #3461B2;
}
@media screen and (max-width: 767px) {
  .simulationSect_container {
    padding: 39px 25px 25px;
  }
}
.simulationSect_head {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .simulationSect_head {
    margin-top: -60px;
  }
}
.simulationSect_hdg {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulationSect_hdg {
    font-size: 1.6rem;
  }
}
.simulationSect_hdg span {
  display: inline-block;
  padding: 6px 30px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #BA1E87;
}
@media screen and (max-width: 767px) {
  .simulationSect_hdg span {
    padding: 6px 18px;
  }
}
.simulationSect_desc {
  margin-top: 36px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .simulationSect_desc {
    margin-top: 20px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.simulationSect_select {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .simulationSect_select {
    gap: 20px;
  }
}
.simulationSect_body {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .simulationSect_body {
    margin-top: 20px;
  }
}
.simulationSect_item {
  width: calc((100% - 40px) / 2);
}
.simulationSect_item__narrow {
  width: 300px;
}
.simulationSect_item__wide {
  width: calc(100% - 40px - 300px);
}
@media screen and (max-width: 767px) {
  .simulationSect_item {
    width: 100%;
  }
}
.simulationSect_item .hdg {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulationSect_item .hdg {
    margin-bottom: 10px;
  }
}
.simulationSect_item .nice-select {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 5px 40px 5px 24px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .simulationSect_item .nice-select {
    min-height: 54px;
  }
}
.simulationSect_item .nice-select:after {
  right: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  transform: rotate(0);
  transform-origin: center;
  border-color: #4E4E4E transparent transparent transparent;
}
.simulationSect_item .nice-select span {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.simulationSect_item .nice-select span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}
.simulationSect_item .nice-select .list {
  border: 1px solid #3461B2;
  border-radius: 10px;
  overflow: hidden;
}
.simulationSect_item .nice-select .option {
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 10px;
  border-top: 1px solid #3461B2;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: normal;
}
.simulationSect_item .nice-select .option:first-child {
  border-top: none;
}
.simulationSect_item .nice-select .option.focus {
  background-color: unset;
}
[data-whatintent=mouse] .simulationSect_item .nice-select .option:hover {
  background-color: rgba(52, 97, 178, 0.6);
}
.simulationSect_item .nice-select.open:after {
  transform: rotate(180deg);
}
.simulationSect_table {
  width: 100%;
  padding: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-top: 39px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .simulationSect_table {
    padding: 22px;
    border-width: 2px;
    margin-top: 30px;
  }
}
.simulationSect_tableHead {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableHead {
    margin-bottom: 15px;
  }
}
.simulationSect_tableHdg {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.simulationSect_tableHdg:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableHdg:before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .simulationSect_tableHdg {
    font-size: 1.6rem;
  }
}
.simulationSect_tableDesc {
  margin-top: 19px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableDesc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.simulationSect_tableInfo {
  display: none;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableInfo {
    position: relative;
    display: block;
    padding-left: 16px;
    margin-bottom: 9px;
    font-size: 1.2rem;
  }
  .simulationSect_tableInfo:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .simulationSect_tableBody {
    overflow: auto;
  }
  .simulationSect_tableBody::-webkit-scrollbar {
    height: 8px;
    border-radius: 100px;
  }
  .simulationSect_tableBody::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 100px;
  }
  .simulationSect_tableBody::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 100px;
  }
}
.simulationSect_tableBody table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #C2D0E8;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableBody table {
    width: 815px;
  }
}
.simulationSect_tableBody table th, .simulationSect_tableBody table td {
  padding: 15px 14px;
  border: 1px solid #3461B2;
}
.simulationSect_tableBody table th:first-child, .simulationSect_tableBody table td:first-child {
  width: 162px;
}
.simulationSect_tableBody thead th, .simulationSect_tableBody thead td {
  text-align: center;
  background-color: #85A0D1;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.simulationSect_tableBody tbody th, .simulationSect_tableBody tbody td {
  color: #4E4E4E;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.simulationSect_tableBody tbody th {
  font-weight: bold;
}
.simulationSect_tableBody tbody td .img {
  margin-top: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.simulationSect_tableBody tbody td .img img {
  max-width: 100%;
  height: auto;
}
.simulationSect_tableFoot {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableFoot {
    margin-top: 10px;
  }
}
.simulationSect_tableCaution {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.simulationSect_tableCaution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .simulationSect_tableCaution {
    font-size: 1.2rem;
  }
}
.simulationSect_arw {
  padding-top: 31px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simulationSect_arw {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.simulationSect_arw img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .simulationSect_arw img {
    transform: scale(0.6);
  }
}
.simulationSect_arwUp {
  padding-top: 31px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .simulationSect_arwUp {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.simulationSect_arwUp img {
  display: none;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .simulationSect_arwUp img {
    transform: scale(0.6);
  }
}
.simulationSect_arwUp.is_show {
  opacity: 1;
}
.simulationSect_arwUp.is_show img {
  display: inline;
}
.simulationSect_resultInner {
  padding: 40px 60px 25px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultInner {
    padding: 20px 20px 0;
  }
}
.simulationSect_resultHdg {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultHdg {
    font-size: 2rem;
  }
}
.simulationSect_resultHdg span {
  position: relative;
}
.simulationSect_resultHdg span:before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url(images/simulationSect_result-hdg_icon.png);
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultHdg span:before {
    top: calc(100% + 5px);
    background-size: contain;
  }
}
.simulationSect_resultList {
  overflow: hidden;
}
.simulationSect_resultItem {
  position: relative;
  top: 1px;
  display: flex;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultItem {
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.simulationSect_resultImg {
  flex-shrink: 0;
  width: 246px;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultImg {
    width: 100%;
    text-align: center;
  }
}
.simulationSect_resultImg img {
  max-width: 100%;
  height: auto;
}
.simulationSect_resultBody {
  flex-grow: 1;
  padding-top: 8px;
}
.simulationSect_resultBody .hdg {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultBody .hdg {
    font-size: 1.6rem;
  }
}
.simulationSect_resultBody .desc {
  margin-top: 14px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultBody .desc {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.simulationSect_resultBtn {
  margin-top: 16px;
}
.simulationSect_resultBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  border-radius: 100px;
  margin-left: auto;
  background-color: #3461B2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultBtn a {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
  }
}
.simulationSect_resultBtn a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultBtn a .icon {
    width: 20px;
    height: 20px;
  }
}
.simulationSect_resultBtn a .icon .icon_arw {
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .simulationSect_resultBtn a .icon .icon_arw {
    padding: 2px;
  }
}
.simulationSect_resultFoot {
  margin-top: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .simulationSect_resultFoot {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

/**
 * Keyframes
 */
/**
 * Page
 */
.bl_mvSect {
  background: url(images/postage_meter/postage_meter_cont01.png);
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bl_mvSect {
    margin-top: 47px;
    background: url(images/postage_meter/postage_meter_cont01_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.bl_mvSect__wrapper {
  display: flex;
  position: relative;
  padding: 65px 0 156px;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__wrapper {
    padding: 32px 0 0;
  }
}
.bl_mvSect__cont {
  position: relative;
  width: 50%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont {
    width: 100%;
  }
}
.bl_mvSect__cont__caption {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__caption {
    font-size: 1.5rem;
  }
}
.bl_mvSect__cont__caption span {
  color: #DF0B3E;
}
.bl_mvSect__cont__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__tag {
    margin-top: 12px;
  }
}
.bl_mvSect__cont__tag > li {
  display: inline-block;
  position: relative;
  padding: 6px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #3461B2;
  border: 2px solid #3461B2;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__tag > li {
    padding: 5px 15px;
    font-size: 1.4rem;
  }
}
.bl_mvSect__cont__tag > li:not(:nth-child(2n+1)) {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__tag > li:not(:nth-child(2n+1)) {
    margin-left: 6px;
  }
}
.bl_mvSect__cont__tag > li:not(:nth-child(-n+2)) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__tag > li:not(:nth-child(-n+2)) {
    margin-top: 6px;
  }
}
.bl_mvSect__cont__tag > li.--img::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 12px;
  right: -38px;
  width: 27px;
  height: 42px;
  background: url(images/postage_meter/postage_meter_cont02.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__tag > li.--img::before {
    top: 6px;
    right: -51px;
    width: 20px;
    height: 30px;
  }
}
.bl_mvSect__cont__ttl {
  margin-top: 10px;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__ttl {
    margin-top: 23px;
    font-size: 3.2rem;
  }
}
.bl_mvSect__cont__ttl > span {
  display: block;
  color: #3461B2;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__ttl > span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__img {
    margin-top: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__img img {
    width: 100%;
  }
}
.bl_mvSect__cont__movie {
  position: relative;
  display: inline-block;
  position: relative;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie {
    width: 100%;
  }
}
.bl_mvSect__cont__movie__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie__txt {
    position: absolute;
    width: 30%;
    top: 50%;
    transform: translateY(-25%);
    right: 61.5%;
  }
}
.bl_mvSect__cont__movie__txt span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie__txt span {
    font-size: 1.2rem;
    text-align: left;
  }
}
.bl_mvSect__cont__movie__txt span::before, .bl_mvSect__cont__movie__txt span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  bottom: 9px;
  border-top: 1px solid #4E4E4E;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie__txt span::before, .bl_mvSect__cont__movie__txt span::after {
    width: 74px;
  }
}
.bl_mvSect__cont__movie__txt span::before {
  left: -15px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie__txt span::before {
    top: -14px;
    bottom: auto;
    left: auto;
    right: 0;
    transform: rotate(15deg);
  }
}
.bl_mvSect__cont__movie__txt span::after {
  right: -15px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie__txt span::after {
    bottom: -14px;
    right: 0;
    transform: rotate(-15deg);
  }
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie {
    margin-top: -69px;
  }
}
.bl_mvSect__cont__movie .movie {
  position: relative;
  width: 380px;
  height: 0;
  padding-bottom: 57.3%;
}
@media screen and (max-width: 767px) {
  .bl_mvSect__cont__movie .movie {
    width: 100%;
    padding-bottom: 57.5%;
    transform: scale(0.575);
    transform-origin: right center;
  }
}
.bl_mvSect__cont__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 13px;
  border: 5px solid #D3DCEF;
}
.bl_mvSect__img {
  position: absolute;
  right: 11.6%;
  top: 12%;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .bl_about {
    margin-top: 19px;
  }
}
.bl_about__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_about__wrapper {
    display: block;
  }
}
.bl_about__cont {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .bl_about__cont {
    width: 100%;
  }
}
.bl_about__cont__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .bl_about__cont__ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.bl_about__cont__ttl > span {
  font-size: 4.2rem;
  color: #3461B2;
}
@media screen and (max-width: 767px) {
  .bl_about__cont__ttl > span {
    font-size: 2.8rem;
  }
}
.bl_about__cont__ttl > span.--color {
  color: #DF0B3E;
}
.bl_about__cont__txt {
  margin-top: 26px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_about__cont__txt {
    font-size: 1.6rem;
  }
}
.bl_about__img {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .bl_about__img {
    margin-top: 26px;
    width: 100%;
  }
}
.bl_about__img img {
  width: 100%;
}

.bl_merit {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .bl_merit {
    margin-top: 41px;
  }
}
.bl_merit__wrapper {
  padding: 70px 110px;
  border: 10px solid #FEEEF1;
  border-radius: 50px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bl_merit__wrapper {
    padding: 25px 25px 23px;
    border: 5px solid #FEEEF1;
    border-radius: 30px;
  }
}
.bl_merit__ttl {
  text-align: center;
}
.bl_merit__ttl__wrapper {
  display: inline-block;
  padding: 10px 0 21px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  border-top: 3px solid #DDDDDD;
  border-bottom: 3px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .bl_merit__ttl__wrapper {
    display: block;
    padding: 16px 0 18px;
    font-size: 2rem;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
  }
}
.bl_merit__ttl__wrapper span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .bl_merit__ttl__wrapper span {
    font-size: 2.4rem;
  }
}
.bl_merit__ttl__wrapper span.--red {
  font-size: 5rem;
  color: #DF0B3E;
}
@media screen and (max-width: 767px) {
  .bl_merit__ttl__wrapper span.--red {
    font-size: 2.8rem;
  }
}
.bl_merit__ttl__wrapper span.--blue {
  color: #3461B2;
}
.bl_merit__list {
  margin-top: 50px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .bl_merit__list {
    margin-top: 45px;
  }
}
.bl_merit__list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_merit__list > li {
    display: block;
  }
}
.bl_merit__list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.bl_merit__list > li:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .bl_merit__list > li:not(:first-child) {
    margin-top: 43px;
  }
}
.bl_merit__list__cont {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .bl_merit__list__cont {
    margin-top: 19px;
    width: 100%;
  }
}
.bl_merit__list__cont__ttl {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_merit__list__cont__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.bl_merit__list__cont__txt {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bl_merit__list__cont__txt {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.bl_merit__list__img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 240px;
  height: 240px;
  background: #EFF2F9;
  border-radius: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .bl_merit__list__img {
    margin: 0 auto;
    padding: 5px;
    width: 130px;
    height: 130px;
    border-radius: 15px;
  }
}
.bl_merit__list__img img {
  width: 100%;
}
.bl_merit__list__img::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number);
  top: 0;
  left: 0;
  width: 83px;
  height: 83px;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #F5B5C5;
  border-radius: 50%;
  border: 5px solid #F5B5C5;
  background: #fff;
  transform: translate(-43%, -50%);
}
@media screen and (max-width: 767px) {
  .bl_merit__list__img::before {
    width: 50px;
    height: 50px;
    font-size: 1.9rem;
    border: 2px solid #F5B5C5;
  }
}

.bl_comparison {
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .bl_comparison {
    margin-top: 61px;
  }
}
.bl_comparison__ttl {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_comparison__ttl {
    margin: 0 8px;
  }
}
.bl_comparison__ttl::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 3px solid #666666;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bl_comparison__ttl::before {
    border-top: 2px solid #666666;
  }
}
.bl_comparison__ttl__wrapper {
  display: inline-block;
  padding: 0 30px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bl_comparison__ttl__wrapper {
    padding: 0 16px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.bl_comparison__ttl__wrapper span.--red {
  color: #DF0B3E;
}
.bl_comparison__ttl__wrapper span.--blue {
  color: #3461B2;
}
.bl_comparison__txt {
  margin-top: 41px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_comparison__txt {
    margin-top: 27px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_comparison__caption {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}
.bl_comparison__table {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .bl_comparison__table {
    margin-top: 8px;
    overflow-x: scroll;
  }
}
.bl_comparison__table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl_comparison__table table {
    table-layout: fixed;
  }
}
.bl_comparison__table table thead tr th {
  padding: 18px;
  width: 39.5%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_comparison__table table thead tr th {
    font-size: 1.4rem;
    width: 427px;
  }
}
.bl_comparison__table table thead tr th:first-child {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .bl_comparison__table table thead tr th:first-child {
    width: 224px;
  }
}
.bl_comparison__table table thead tr th.--blue {
  border-left: 3px solid #3461B2;
  border-right: 3px solid #3461B2;
  background: #3461B2;
}
.bl_comparison__table table thead tr th.--gray {
  background: #666666;
}
.bl_comparison__table table tbody tr {
  border-top: 1px solid #fff;
}
.bl_comparison__table table tbody tr th,
.bl_comparison__table table tbody tr td {
  font-size: 1.6rem;
  font-weight: normal;
}
.bl_comparison__table table tbody tr td {
  border-left: 1px solid #fff;
}
.bl_comparison__table table tbody tr td.--blueBg {
  background: #EFF2F9;
}
.bl_comparison__table table tbody tr td.--blueBg:first-of-type {
  border-left: 3px solid #3461B2;
}
.bl_comparison__table table tbody tr td.--blue {
  border-right: 3px solid #3461B2;
}
.bl_comparison__table table tbody tr:last-child td.--blueBg {
  border-bottom: 3px solid #3461B2;
}
.bl_comparison__table table th,
.bl_comparison__table table td {
  padding: 20px 19px;
  background: #EEEEEE;
  box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bl_comparison__table table th,
.bl_comparison__table table td {
    font-size: 1.4rem;
  }
}

.bl_step {
  position: relative;
  margin-top: 81px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .bl_step {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
.bl_step::before, .bl_step::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
}
.bl_step::before {
  top: 165px;
  bottom: 0;
  background: #EFF2F9;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .bl_step::before {
    top: 9px;
  }
}
.bl_step::after {
  top: -408px;
  height: 576px;
  background: url(images/postage_meter/postage_meter_cont09.png);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bl_step::after {
    top: -148px;
    height: 158px;
    background: url(images/postage_meter/postage_meter_cont09_sp.png);
    background-repeat: no-repeat;
    background-position: right;
  }
}
.bl_step__ttl__wrapper {
  text-align: center;
}
.bl_step__ttl__caption {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_step__ttl__caption {
    font-size: 1.8rem;
  }
}
.bl_step__ttl__caption span {
  padding: 0 9px;
  font-size: 3.6rem;
  font-family: "Lato", sans-serif;
  color: #3461B2;
}
@media screen and (max-width: 767px) {
  .bl_step__ttl__caption span {
    padding: 0 5px;
    font-size: 3rem;
  }
}
.bl_step__ttl__caption::before, .bl_step__ttl__caption::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 10px;
  width: 1px;
  height: 30px;
  background: #4E4E4E;
}
@media screen and (max-width: 767px) {
  .bl_step__ttl__caption::before, .bl_step__ttl__caption::after {
    font-size: 3rem;
  }
}
.bl_step__ttl__caption::before {
  left: -25px;
  transform: rotate(-45deg);
}
.bl_step__ttl__caption::after {
  right: -25px;
  transform: rotate(45deg);
}
.bl_step__ttl__heading {
  margin-top: 6px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_step__ttl__heading {
    margin-top: 4px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.bl_step__ttl__heading span {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .bl_step__ttl__heading span {
    font-size: 2.4rem;
  }
}
.bl_step__ttl__heading span.--red {
  color: #DF0B3E;
}
.bl_step__ttl__heading span.--blue {
  color: #3461B2;
}
.bl_step__flow {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .bl_step__flow {
    margin-top: 46px;
  }
}
.bl_step__flow__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list {
    display: block;
  }
}
.bl_step__flow__list::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 80%;
  height: 89px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D3DCEF;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list::before {
    width: 40px;
    height: 90%;
  }
}
.bl_step__flow__list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list > li {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 25px 30px;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list > li:not(:first-child) {
    margin-top: 54px;
  }
}
.bl_step__flow__list > li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: -65px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(images/postage_meter/postage_meter_cont17.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list > li:not(:last-child)::after {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(0);
    transform: translateX(-50%) rotate(90deg);
  }
}
.bl_step__flow__list__num {
  position: absolute;
  padding: 9px 10px 12px;
  top: -11px;
  left: 50%;
  width: 200px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  background: #3461B2;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list__num {
    position: absolute;
    padding: 6px 10px 9px;
    width: 120px;
    top: -19px;
    font-size: 1.6rem;
  }
}
.bl_step__flow__list__num span {
  margin-top: -17px;
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list__num span {
    font-size: 2.4rem;
  }
}
.bl_step__flow__list__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  min-height: 78px;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list__txt {
    margin: 0 0 0 20px;
    min-height: inherit;
  }
}
.bl_step__flow__list__txt__wrapper {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list__txt__wrapper {
    font-size: 2rem;
    text-align: left;
  }
}
.bl_step__flow__list__txt__wrapper span {
  color: #DF0B3E;
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list__img {
    width: 105px;
  }
}
@media screen and (max-width: 767px) {
  .bl_step__flow__list__img img {
    width: 100%;
  }
}
.bl_step__detail {
  margin-top: 99px;
}
@media screen and (max-width: 767px) {
  .bl_step__detail {
    margin: 40px 0 0 -10px;
  }
}
.bl_step__detail__wrapper > li {
  display: flex;
}
.bl_step__detail__wrapper > li:not(:last-child) .bl_step__detail__item {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__wrapper > li:not(:last-child) .bl_step__detail__item {
    padding-bottom: 28px;
  }
}
.bl_step__detail__wrapper > li:not(:last-child) .bl_step__detail__num::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #3461B2;
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: -1;
}
.bl_step__detail__num {
  position: relative;
  flex: 1 0 auto;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__num {
    margin-right: 0;
  }
}
.bl_step__detail__num__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #fff;
  border-radius: 50%;
  background: #3461B2;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__num__wrapper {
    width: 74px;
    height: 74px;
    font-size: 1.6rem;
  }
}
.bl_step__detail__num__wrapper span {
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__num__wrapper span {
    font-size: 2.4rem;
  }
}
.bl_step__detail__item {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__item {
    margin-top: 38px;
    flex-direction: column;
  }
}
.bl_step__detail__item__cont {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__item__cont {
    margin-top: 20px;
    width: 100%;
    order: 1;
  }
}
.bl_step__detail__item__cont__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__item__cont__ttl {
    font-size: 2rem;
  }
}
.bl_step__detail__item__cont__ttl span {
  color: #DF0B3E;
}
.bl_step__detail__item__cont__subttl {
  margin-top: 9px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3461B2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__item__cont__subttl {
    font-size: 1.6rem;
  }
}
.bl_step__detail__item__cont__txt {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__item__cont__txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.bl_step__detail__item__img {
  width: 37.2%;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__item__img {
    width: 100%;
  }
}
.bl_step__detail__item__img img {
  width: 100%;
}
.bl_step__detail__caption {
  margin: 38px 11px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bl_step__detail__caption {
    margin: 25px 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.bl_step__detail__caption a {
  color: #3461B2;
  text-decoration: underline;
}
.bl_step__point {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .bl_step__point {
    margin-top: 39px;
  }
}
.bl_step__point__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 39px 50px;
  max-width: 840px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bl_step__point__wrapper {
    display: block;
    padding: 20px 30px 27px;
  }
}
.bl_step__point__cont {
  margin-top: 10px;
  width: 59%;
}
@media screen and (max-width: 767px) {
  .bl_step__point__cont {
    width: 100%;
  }
}
.bl_step__point__cont__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #3461B2;
}
@media screen and (max-width: 767px) {
  .bl_step__point__cont__ttl {
    font-size: 1.6rem;
  }
}
.bl_step__point__cont__txt {
  margin-top: 23px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_step__point__cont__txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.bl_step__point__img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .bl_step__point__img {
    margin-top: 16px;
    padding: 0 12px;
    width: 100%;
  }
}
.bl_step__point__img img {
  width: 100%;
}

.bl_product {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .bl_product {
    margin-top: 59px;
  }
}
.bl_product__ttl {
  text-align: center;
}
.bl_product__ttl span {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .bl_product__ttl span {
    font-size: 2.4rem;
    padding-bottom: 4px;
  }
}
.bl_product__ttl span::before, .bl_product__ttl span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.bl_product__ttl span::before {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #4E4E4E;
  margin-left: -10px;
}
.bl_product__ttl span::after {
  border: 7px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -7px;
}
.bl_product__txt {
  margin-top: 34px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_product__txt {
    margin-top: 25px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.bl_product__txt a {
  color: #3461B2;
  text-decoration: underline;
}
.bl_product__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .bl_product__list {
    margin-top: 35px;
    display: block;
  }
}
.bl_product__list__cont {
  width: calc((100% - 60px) / 2);
  padding-bottom: 16px;
  border-bottom: 2px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont {
    position: relative;
    width: 100%;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .bl_product__list__cont:not(:nth-child(2n+1)) {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .bl_product__list__cont:not(:nth-child(-n+2)) {
    margin-top: 61px;
  }
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont:not(:first-child) {
    margin-top: 40px;
  }
}
.bl_product__list__cont__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__wrapper {
    display: block;
  }
}
.bl_product__list__cont__img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__img {
    padding-top: 29px;
    width: 100%;
  }
}
.bl_product__list__cont__img img {
  width: 100%;
}
.bl_product__list__cont__txt {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__txt {
    width: 100%;
  }
}
.bl_product__list__cont__txt__tag {
  display: inline-block;
  padding: 9px 10px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background: #3461B2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__txt__tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
  }
}
.bl_product__list__cont__txt__tag.--color01 {
  background: #3461B2;
}
.bl_product__list__cont__txt__tag.--color02 {
  background: #BA1E87;
}
.bl_product__list__cont__txt__tag.--color03 {
  background: #754F9E;
}
.bl_product__list__cont__txt__tag.--color04 {
  background: #3B74BC;
}
.bl_product__list__cont__txt__ttl {
  margin-top: 9px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__txt__ttl {
    font-size: 1.6rem;
  }
}
.bl_product__list__cont__txt__txt {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__txt__txt {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.bl_product__list__cont__btn {
  margin-top: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__btn {
    margin-top: 13px;
  }
}
.bl_product__list__cont__btn a {
  position: relative;
  padding-right: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3461B2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__btn a {
    padding-right: 32px;
    font-size: 1.2rem;
  }
}
.bl_product__list__cont__btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(images/postage_meter/postage_meter_cont22.png);
  background-size: cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .bl_product__list__cont__btn a::after {
    width: 25px;
    height: 25px;
  }
}

.linkBox.--postage {
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .linkBox.--postage {
    margin-top: 100px;
  }
}

.bl_contact {
  padding: 58px 0;
  text-align: center;
  background: #EFF2F9;
}
@media screen and (max-width: 767px) {
  .bl_contact {
    padding: 28px 0;
    text-align: left;
  }
}
.bl_contact__txt {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl_contact__txt {
    font-size: 1.6rem;
  }
}

.formArea.--postage {
  position: relative;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .formArea.--postage {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .formArea.--postage .contact__text.__pink {
    height: 120px;
  }
}
.formArea.--postage .tel__inner {
  margin: 0 40px !important;
}
@media screen and (max-width: 767px) {
  .formArea.--postage .tel__inner {
    margin: 0 !important;
  }
}

.bl_user {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .bl_user {
    margin-top: 60px;
  }
}
.bl_user__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bl_user__ttl {
    font-size: 2.4rem;
  }
}
.bl_user__list {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .bl_user__list {
    margin-top: 20px;
    display: block;
  }
}
.bl_user__list > li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .bl_user__list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bl_user__list > li:not(:last-child) {
    border-bottom: 2px solid #DDDDDD;
  }
}
@media screen and (max-width: 767px) {
  .bl_user__list > li:not(:first-child) {
    margin-top: 23px;
  }
}
.bl_user__list__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.bl_user__list__img img {
  width: 100%;
}
.bl_user__list__cont {
  padding: 38px 40px;
}
@media screen and (max-width: 767px) {
  .bl_user__list__cont {
    padding: 26px 20px;
  }
}
.bl_user__list__cont__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_user__list__cont__ttl {
    font-size: 1.8rem;
  }
}
.bl_user__list__cont__txt {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bl_user__list__cont__txt {
    margin-top: 9px;
    font-size: 1.4rem;
  }
}
.bl_user__list__cont__name {
  margin-top: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bl_user__list__cont__name {
    margin-top: 11px;
    font-size: 1.2rem;
  }
}

.contact__container.--noimg::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact__container.--noimg .contactText_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contact__container.--noimg .contactText_wrap .tel__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact__container.--noimg .contactText_wrap .tel__inner img {
    width: 18px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .contact__container.--noimg .contactText_wrap .tel__inner .tel {
    font-size: 2.2rem;
  }
}

.flag__title__caption {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flag__title__caption {
    margin-top: 31px;
  }
}
.flag__title__caption span {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #BA1E87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .flag__title__caption span {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.flag__title__caption span::before, .flag__title__caption span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  bottom: 6px;
  background: #BA1E87;
}
@media screen and (max-width: 767px) {
  .flag__title__caption span::before, .flag__title__caption span::after {
    bottom: 0;
  }
}
.flag__title__caption span::before {
  left: -25px;
  transform: rotate(-45deg);
}
.flag__title__caption span::after {
  right: -25px;
  transform: rotate(45deg);
}

.singleBanner {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .singleBanner {
    margin-bottom: 60px;
  }
}
.singleBanner_banner {
  text-align: center;
}
.singleBanner_banner a {
  transition: opacity 0.3s;
}
.singleBanner_banner a:focus, [data-whatintent=mouse] .singleBanner_banner a:hover {
  opacity: 0.6;
}
.singleBanner_banner img {
  max-width: 100%;
  height: auto;
}

/**
 * Page
 */
.pg_thanks .formArea {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pg_thanks .formArea {
    margin-top: 40px;
  }
}
.pg_thanks__txt {
  margin-top: 20px;
}
.pg_thanks .l-footer {
  margin-top: 100px;
}