@charset "UTF-8";
/* reset */
html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
b,
i,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

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

ol, ul {
  list-style: none;
}

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

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  opacity: 1 !important;
}

body * {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  body .sp {
    display: block;
  }
}
body p {
  font-size: 21px;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1279px) {
  body p {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.NR-main {
  display: block;
  overflow: hidden;
  /* メンテナンス用 */
}
.NR__title {
  margin: 60px auto 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.NR__title--type01 {
  margin-bottom: 50px;
  font-size: 105px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .NR__title--type01 {
    font-size: 40px;
  }
}
.NR__title--type01 span {
  display: block;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.05em;
  opacity: 0.75;
}
@media screen and (max-width: 1279px) {
  .NR__title--type01 span {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.NR__title--type02 {
  font-size: 105px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.NR__title--type02 span {
  display: block;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.05em;
  opacity: 0.75;
}
.NR__content--type01 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .NR__content--type01 {
    padding: 0 20px;
  }
}
.NR__content--type02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .NR__content--type02 {
    padding: 0 20px;
  }
}
.NR__content--type03 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .NR__content--type03 {
    padding: 0;
  }
}
.NR__btn--type01 {
  display: block;
  position: relative;
  max-width: 220px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.NR__btn--type01::after {
  content: "";
  position: absolute;
  max-width: 220px;
  height: 45px;
  bottom: -4px;
  right: -4px;
  background: -webkit-gradient(linear, left top, right top, from(#E670A8), to(#C32266));
  background: linear-gradient(to right, #E670A8, #C32266);
  border-radius: 0 0 27px 0;
  z-index: 1;
}
.NR__btn--type01:hover {
  opacity: 0.6;
}
.NR__btn--type01 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 45px;
  padding-left: 10px;
  border-radius: 0 0 25px 0;
  z-index: 3;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NR__btn--type01 span::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
  z-index: -1;
}
.NR__btn--type01 span::after {
  content: "";
  display: inline-block;
  background: #C32266;
  height: 8.6602540378px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.entry__link {
  background-color: #fff;
  padding-top: 50px;
}

.NR-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding: 20px 20px 0 20px;
  width: 100%;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100000;
}
.NR-header__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 53px;
}
@media screen and (max-width: 767px) {
  .NR-header__title h1 {
    display: inline-block;
  }
  .NR-header__title h1 img {
    max-width: 60px;
  }
}
.NR-header__title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .NR-header__title-right {
    display: block;
    margin-left: 20px;
  }
  .NR-header__title-right span {
    display: block;
  }
}
.NR-header__title-rec {
  font-size: 35px;
  font-weight: bold;
  color: #C32266;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .NR-header__title-rec {
    font-size: 20px;
    margin-left: 0;
  }
}
.NR-header__title-com {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .NR-header__title-com {
    font-size: 16px;
    margin-left: 0;
  }
}
.NR-header__menu {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #C32266;
  border-radius: 40px;
  z-index: 102;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NR-header__menu:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .NR-header__menu {
    width: 40px;
    height: 40px;
  }
}
.NR-header__menu-bar {
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .NR-header__menu-bar {
    width: 19px;
    height: 3px;
  }
}
.NR-header__menu-bar::before {
  content: "";
  display: block;
  top: -11px;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .NR-header__menu-bar::before {
    top: -5px;
    width: 19px;
    height: 3px;
  }
}
.NR-header__menu-bar::after {
  content: "";
  display: block;
  top: 11px;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .NR-header__menu-bar::after {
    top: 5px;
    width: 19px;
    height: 3px;
  }
}
.NR-header__menu.toggle .NR-header__menu-bar {
  background-color: transparent;
}
.NR-header__menu.toggle .NR-header__menu-bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.NR-header__menu.toggle .NR-header__menu-bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.NR-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px 20px 0 20px;
  background-color: #C32266;
  z-index: 101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .NR-header__nav {
    overflow: scroll;
  }
}
.NR-header__nav .NR-header__title span {
  color: #fff;
}
.NR-header__nav-list {
  display: block;
  max-width: 423px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .NR-header__nav-list {
    margin-top: 40px;
  }
}
.NR-header__nav-list li {
  border-bottom: 1px solid #fff;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NR-header__nav-list li:hover {
  opacity: 0.6;
}
.NR-header__nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.NR-header__nav-list li a span {
  display: block;
}
.NR-header__nav-list li a span:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .NR-header__nav-list li a span:nth-child(1) {
    font-size: 20px;
  }
}
.NR-header__nav-list li a span:nth-child(2) {
  font-size: 14px;
  width: 40%;
}
.NR-header__nav-list li:before {
  content: "";
  display: inline-block;
  background: #fff;
  height: 8.6602540378px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.NR-header__nav-other {
  display: block;
  max-width: 423px;
  width: 100%;
  margin: 0 auto;
  padding: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NR-header__nav-other ul {
  color: #fff;
}
.NR-header__nav-other ul li {
  list-style: inside;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NR-header__nav-other ul li:hover {
  opacity: 0.6;
}
.NR-header__nav-other ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.NR-header__nav-button a {
  display: block;
  max-width: 423px;
  width: 100%;
  margin: 0 auto;
  color: #C32266;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 0 40px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NR-header__nav-button a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .NR-header__nav-button a {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.top__mv {
  padding-bottom: 193px;
  background-image: url(../image/NR-main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 1279px) {
  .top__mv {
    margin-top: 100px;
    padding: 0 0 60px;
  }
}
.top__mv-top {
  position: relative;
}
.top__mv-top img {
  width: 100%;
}
.top__mv-text {
  position: absolute;
  right: 69px;
  bottom: 144px;
}
@media screen and (max-width: 1279px) {
  .top__mv-text {
    bottom: 20%;
  }
}
.top__mv-text p {
  display: block;
  margin: 0 0 28px 0;
  padding: 0 10px;
  font-size: 69px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .top__mv-text p {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-text p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.top__mv-text p:nth-child(1) {
  margin-right: 1em;
}
.top__mv-text p:nth-child(2) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .top__mv-text p:nth-child(2) {
    font-size: 24px;
    margin-bottom: 1px;
  }
}
.top__mv-bottom {
  margin-top: 69px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom {
    display: block;
  }
}
.top__mv-bottom--left {
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top__mv-bottom--left p {
  max-width: 565px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--left p {
    font-size: 16px;
  }
}
.top__mv-bottom--right {
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--right {
    position: relative;
    width: 100%;
    margin-bottom: 20vw;
  }
}
.top__mv-bottom--right img {
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--right img {
    position: absolute;
    width: 38%;
  }
}
.top__mv-bottom--right img:nth-child(1) {
  margin-top: 0;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--right img:nth-child(1) {
    margin-top: 0;
  }
}
.top__mv-bottom--right img:nth-child(2) {
  margin-top: -90px;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--right img:nth-child(2) {
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top__mv-bottom--right img:nth-child(3) {
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .top__mv-bottom--right img:nth-child(3) {
    margin-top: 0;
    right: 0;
  }
}
.top__sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: -75px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1279px) {
  .top__sec01 {
    margin-top: 40px;
    margin-bottom: 80px;
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .top__sec01-left {
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: center;
  }
  .top__sec01-left img {
    width: 40%;
  }
}
.top__sec01-right-ttl {
  margin-bottom: 50px;
}
.top__sec01-right-ttl h2 {
  margin-bottom: 0;
}
.top__sec01-right-ttl h2 span {
  color: #C32266;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top__sec01-right-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .top__sec01-right-ttl img {
    width: 30%;
    height: auto;
  }
}
.top__sec01-right p {
  max-width: 559px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .top__sec01-right p {
    margin-bottom: 40px;
  }
}
.top__sec02 {
  width: 100%;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top__sec02 {
    margin-bottom: 80px;
  }
}
.top__sec02-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .top__sec02-2col {
    display: block;
  }
}
.top__sec02-2col a {
  color: #fff;
  text-decoration: none;
}
.top__sec02-2col a p {
  position: absolute;
  top: 100px;
  font-size: 80px;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 1279px) {
  .top__sec02-2col a p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec02-2col a p {
    top: 25%;
    font-size: 24px;
  }
}
.top__sec02-2col a p span {
  display: block;
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 1em;
}
@media screen and (max-width: 1279px) {
  .top__sec02-2col a p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec02-2col a p span {
    font-size: 16px;
  }
}
.top__sec02-2col-left {
  position: relative;
  max-width: 63.23%;
  margin-right: -26.25%;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .top__sec02-2col-left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.top__sec02-2col-left a {
  vertical-align: bottom;
}
.top__sec02-2col-left a p {
  margin-left: 25.78%;
}
@media screen and (max-width: 767px) {
  .top__sec02-2col-left a p {
    margin-left: 40px;
  }
}
.top__sec02-2col-left a img {
  width: 100%;
}
.top__sec02-2col-right {
  position: relative;
  max-width: 63.23%;
}
@media screen and (max-width: 767px) {
  .top__sec02-2col-right {
    max-width: 100%;
    overflow: hidden;
    border-radius: 0 0 50px 0;
  }
}
.top__sec02-2col-right a {
  vertical-align: bottom;
}
.top__sec02-2col-right a p {
  top: 40%;
  margin-left: 27.84%;
}
@media screen and (max-width: 767px) {
  .top__sec02-2col-right a p {
    margin-left: 0;
    top: 25%;
    left: 30%;
  }
}
.top__sec02-2col-right a img {
  width: 100%;
}
.top__sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__sec03 {
    display: block;
  }
}
.top__sec03-left {
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .top__sec03-left {
    margin-bottom: 40px;
  }
}
.top__sec03-left h2 span {
  color: #C32266;
  opacity: 1;
}
.top__sec03-left p {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top__sec03-left p {
    margin-bottom: 20px;
  }
}
.top__sec03-right {
  max-width: 635px;
}
@media screen and (max-width: 767px) {
  .top__sec03-right {
    position: relative;
    max-width: 100%;
    margin-bottom: 35vw;
  }
}
.top__sec03-right img {
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__sec03-right img {
    position: absolute;
    width: 40%;
  }
}
.top__sec03-right img:nth-child(1) {
  margin-top: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top__sec03-right img:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
  }
}
.top__sec03-right img:nth-child(2) {
  margin-top: -107px;
  margin-left: 116px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__sec03-right img:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top__sec03-right img:nth-child(3) {
  z-index: 1;
  margin-top: -110px;
  margin-left: -148px;
}
@media screen and (max-width: 767px) {
  .top__sec03-right img:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
    right: 0;
  }
}
.top__sec04 {
  width: 100%;
  margin-bottom: 100px;
}
.top__sec04-top {
  margin-bottom: 50px;
}
.top__sec04-top h2 span {
  color: #C32266;
  opacity: 1;
}
.top__sec04-top p {
  max-width: 550px;
}
.top__sec04-slide {
  width: 100%;
}
.top__sec04-slide li img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.top__sec04-slide li p {
  font-size: 20px;
  font-weight: bold;
}
.top__sec04-slide .slick-slide {
  margin: 0 15px;
}
.top__sec05 {
  background: -webkit-gradient(linear, left top, left bottom, from(#C32266), to(#E670A8));
  background: linear-gradient(#C32266, #E670A8);
  margin-bottom: 55px;
  padding: 80px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__sec05 {
    padding: 60px 0;
  }
}
.top__sec05-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__sec05-top {
    display: block;
  }
}
.top__sec05-top h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__sec05-top h2 {
    margin-bottom: 20px;
  }
}
.top__sec05-top p {
  color: #fff;
}
.top__sec05-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top__sec05-bottom {
    display: block;
  }
}
.top__sec05-bottom a {
  display: block;
  position: relative;
  margin: 0 -65px;
  width: 588px;
  height: 251px;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top__sec05-bottom a {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    clip-path: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top__sec05-bottom a:nth-child(1), .top__sec05-bottom a:nth-child(5) {
    display: none;
  }
}
.top__sec05-bottom a:hover {
  opacity: 0.6;
}
.top__sec05-bottom a img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .top__sec05-bottom a img {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.top__sec05-bottom a p {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  bottom: 30px;
  right: 152px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .top__sec05-bottom a p {
    bottom: 10px;
    left: 60px;
    right: inherit;
    font-size: 18px;
  }
}
.top__sec05-bottom a p::after {
  content: "";
  display: inline-block;
  background: #C32266;
  height: 8.6602540378px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top__sec05-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top__sec05-link {
    text-align: center;
  }
}
.top__sec05-link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top__sec05-link a:hover {
  opacity: 0.6;
}
.top__sec05-link a img {
  width: auto;
}

.entry__link {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .entry__link {
    padding-bottom: 60px;
  }
}
.entry__link h2 {
  margin-bottom: 85px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .entry__link h2 {
    margin-bottom: 40px;
  }
}
.entry__link h2 span {
  color: #C32266;
  opacity: 1;
}

.entry__link-bottom {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .entry__link-bottom {
    gap: 20px 2%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.entry__link-bottom a {
  display: block;
  max-width: 485px;
  width: 100%;
  padding: 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 35px 0;
  background: -webkit-gradient(linear, left top, right top, from(#E670A8), to(#C32266));
  background: linear-gradient(to right, #E670A8, #C32266);
  text-decoration: none;
  color: #C32266;
  box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .entry__link-bottom a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .entry__link-bottom a {
    width: 49%;
    font-size: 16px;
    border-radius: 0 0 25px 0;
  }
}
.entry__link-bottom a span {
  display: block;
  max-width: 475px;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 0 0 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .entry__link-bottom a span {
    padding: 20px 0;
    border-radius: 0 0 20px 0;
  }
}
.entry__link-bottom a:hover span {
  color: #fff;
  background-color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.entry__ttl {
  margin-top: 120px;
  padding: 100px 0;
  background-color: #FCF0FA;
}
@media screen and (max-width: 999px) {
  .entry__ttl {
    margin-top: 100px;
    padding: 40px 0;
  }
}
.entry__ttl h2 {
  color: #C32266;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .entry__ttl h2 {
    font-size: 24px;
  }
}

.fields {
  max-width: 1000px;
  width: 100%;
  margin: 150px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .fields {
    width: calc(100% - 40px);
    margin: 100px auto;
  }
}
.fields dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .fields dl {
    display: block;
  }
}
.fields dl#contact-field-preview-dc06e32e-6c09-4b45-a7d9-f32d75ebf183 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fields dl + dl {
  margin-top: 30px;
}
.fields dl dt {
  width: calc(100% - 800px);
}
@media screen and (max-width: 999px) {
  .fields dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fields dl dt span {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
}
@media screen and (max-width: 999px) {
  .fields dl dt span {
    font-size: 18px;
  }
}
.fields dl dt span.preview-contact-required_label, .fields dl dt span.preview-contact-not_required_label {
  content: "";
  display: none;
}
.fields dl dt span.preview-contact-required_label + span:after, .fields dl dt span.preview-contact-not_required_label + span:after {
  content: "*";
  color: #c32266;
}
.fields dl dd {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .fields dl dd {
    width: 100%;
  }
}
.fields dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none; /* ボーダーのリセット */
  background: none; /* 背景のリセット */
  border-radius: 0;
  position: relative;
  min-width: 325px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 21px;
  background: url(https://www.tims-net.co.jp/dcms_media/image/NR-entry_arrow.png) no-repeat right 28px center/12px 10px #f5f5f5;
}
@media screen and (max-width: 999px) {
  .fields dl dd select {
    padding: 8px;
    font-size: 14px;
  }
}
.fields dl dd select:invalid {
  color: #999;
}
.fields dl dd select:valid {
  color: #000;
}
.fields dl dd input {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .fields dl dd input {
    padding: 8px;
    font-size: 14px;
  }
}
.fields dl dd input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 23px;
  border: 1px solid #ccc;
  vertical-align: -5px;
}
@media screen and (max-width: 999px) {
  .fields dl dd input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.fields dl dd input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #c32266;
}
@media screen and (max-width: 999px) {
  .fields dl dd input[type=checkbox]:checked:before {
    width: 6px;
    height: 15px;
  }
}
.fields dl dd input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 12px;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
  -webkit-transform: rotate(-45deg) translateY(-95%);
          transform: rotate(-45deg) translateY(-95%);
}
@media screen and (max-width: 999px) {
  .fields dl dd input[type=checkbox]:checked:after {
    width: 5px;
    height: 3px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
}
.fields dl dd input[type=checkbox] + span {
  font-size: 21px;
  line-height: 50px;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .fields dl dd input[type=checkbox] + span {
    font-size: 16px;
    line-height: 15px;
    vertical-align: middle;
  }
}
.fields dl dd label {
  display: block;
  margin-bottom: 20px;
}
.fields dl dd textarea {
  width: 100%;
  min-height: 220px;
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .fields dl dd textarea {
    min-height: 150px;
    padding: 8px;
    font-size: 14px;
  }
}
.fields dl dd.form-preview-file-attach input[type=file] {
  background-color: inherit;
  border: none;
}
@media screen and (max-width: 999px) {
  .fields dl dd.form-preview-file-attach input[type=file] {
    font-size: 14px;
  }
}
.fields dl dd.form-preview-file-attach input[type=file]::-webkit-file-upload-button {
  width: 245px;
  height: 60px;
  padding: 15px 45px; /* 余白 */
  color: #000; /* 文字色 */
  cursor: pointer; /* マウスカーソルを指の形に */
  font-size: 21px;
  font-weight: 700;
  border: none; /* 枠線を消す */
  background-color: inherit;
  background-image: url(https://www.tims-net.co.jp/dcms_media/image/NR-entry_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.fields dl dd.form-preview-file-attach input[type=file]::file-selector-button {
  width: 245px;
  height: 60px;
  padding: 15px 45px; /* 余白 */
  color: #000; /* 文字色 */
  cursor: pointer; /* マウスカーソルを指の形に */
  font-size: 21px;
  font-weight: 700;
  border: none; /* 枠線を消す */
  background-color: inherit;
  background-image: url(https://www.tims-net.co.jp/dcms_media/image/NR-entry_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 999px) {
  .fields dl dd.form-preview-file-attach input[type=file]::-webkit-file-upload-button {
    max-width: 150px;
    height: auto;
    margin-right: 20px;
    padding: 10px 17px;
    font-size: 14px;
    background-size: contain;
  }
  .fields dl dd.form-preview-file-attach input[type=file]::file-selector-button {
    max-width: 150px;
    height: auto;
    margin-right: 20px;
    padding: 10px 17px;
    font-size: 14px;
    background-size: contain;
  }
}
.fields dl dd.form-preview-file-attach input[type=file]::-webkit-file-upload-button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fields dl dd.form-preview-file-attach input[type=file]::file-selector-button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.show-page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .show-page-btn {
    margin-bottom: 80px;
  }
}
.show-page-btn button {
  width: 485px;
  height: 101px;
  font-size: 30px;
  font-weight: 700;
  border: none;
  background-color: inherit;
  background-image: url(https://www.tims-net.co.jp/dcms_media/image/NR-entry_btn02.png);
}
@media screen and (max-width: 999px) {
  .show-page-btn button {
    width: 252px;
    height: 50px;
    background-size: 100% 100%;
    font-size: 18px;
  }
}
.show-page-btn button:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.show-page-btn button + buttton {
  margin-left: 20px;
}

.business__mv {
  padding: 100px 0;
  background-image: url(../image/NR-business_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__mv {
    padding: 100px 0 60px;
  }
}
.business__mv h2 {
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .business__mv h2 {
    font-size: 40px;
  }
}
.business__mv span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .business__mv span {
    font-size: 24px;
  }
}
.business__mv p {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .business__mv p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.business__sec01 {
  padding: 120px 0 15px;
}
@media screen and (max-width: 767px) {
  .business__sec01 {
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.business__sec01 h3 {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .business__sec01 h3 {
    font-size: 20px;
  }
}
.business__sec01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .business__sec01-flex {
    display: block;
  }
}
.business__sec01-flex p {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  width: 50%;
  font-size: 21px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .business__sec01-flex p {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
}
.business__sec01-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  width: 50%;
  padding-left: 57px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .business__sec01-img {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.business__sec01-img img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .business__sec01-img img {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.business__sec02 {
  padding: 120px 0 90px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .business__sec02 {
    padding: 60px 20px;
  }
}
.business__sec02 h3 {
  margin-bottom: 78px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .business__sec02 h3 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.6em;
  }
}
.business__sec02 h3#anchor-03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .business__sec02 h3#anchor-03 {
    margin-bottom: 40px;
  }
}
.business__sec02 h3 + p {
  max-width: 1000px;
  font-size: 21px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .business__sec02 h3 + p {
    line-height: 1.6em;
    font-size: 16px;
  }
}
.business__sec02-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business__sec02-box {
    display: block;
    margin-bottom: 40px;
  }
}
.business__sec02-left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__sec02-left {
    margin-bottom: 20px;
  }
}
.business__sec02-left p {
  margin-bottom: 23px;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business__sec02-left p {
    font-size: 20px;
  }
}
.business__sec02-left span {
  display: inline-block;
  width: 444px;
  max-height: 260px;
  padding: 60px 0 56px;
  font-size: 29px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  background-color: #C32266;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .business__sec02-left span {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }
}
.business__sec02-center {
  position: absolute;
  max-width: 235px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-30%);
          transform: translateX(-50%) translateY(-30%);
  padding: 40px;
  background-color: #E670A8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .business__sec02-center {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
.business__sec02-center p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .business__sec02-center p {
    font-size: 14px;
  }
}
.business__sec02-right {
  text-align: center;
}
.business__sec02-right p {
  margin-bottom: 23px;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business__sec02-right p {
    font-size: 20px;
  }
}
.business__sec02-right span {
  display: inline-block;
  width: 444px;
  max-height: 260px;
  padding: 35px 0;
  font-size: 29px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  background-color: #C32266;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .business__sec02-right span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.business__sec03 {
  margin-bottom: 140px;
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .business__sec03 {
    margin-bottom: 80px;
    padding: 60px 20px 0;
  }
}
.business__sec03 h3 {
  margin-bottom: 76px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .business__sec03 h3 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.business__sec03 h3 + p {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 125px;
  font-size: 21px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .business__sec03 h3 + p {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.business__sec03-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .business__sec03-box {
    display: block;
  }
}
.business__sec03-box + .business__sec03-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .business__sec03-box + .business__sec03-box {
    margin-top: 60px;
  }
}
.business__sec03-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business__sec03-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.business__sec03-img img {
  width: 100%;
}
.business__sec03-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business__sec03-text {
    width: 100%;
  }
}
.business__sec03-text p {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business__sec03-text p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6em;
  }
}
.business__sec03-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .business__sec03-text-box {
    gap: 17px;
    max-width: 100%;
  }
}
.business__sec03-text-box div {
  display: block;
  width: 200px;
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#E670A8), to(#C32266));
  background: linear-gradient(to right, #E670A8, #C32266);
  text-decoration: none;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .business__sec03-text-box div {
    width: 100px;
    font-size: 16px;
    padding: 3px;
    border-radius: 0 0 20px 0;
  }
}
.business__sec03-text-box div span {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 0 0 25px 0;
  color: #000;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .business__sec03-text-box div span {
    border-radius: 0 0 15px 0;
    padding: 10px 0;
  }
}
.business__sec04 {
  margin-bottom: 95px;
  padding: 80px 0 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C32266), to(#E670A8));
  background: linear-gradient(#C32266, #E670A8);
}
@media screen and (max-width: 767px) {
  .business__sec04 {
    padding: 80px 20px;
  }
}
.business__sec04 h3 {
  margin-bottom: 76px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__sec04 h3 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.business__sec04 h3 + p {
  display: block;
  max-width: 748px;
  width: 100%;
  margin: 0 auto 75px;
  font-size: 21px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.025em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__sec04 h3 + p {
    font-size: 16px;
  }
}
.business__sec04-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business__sec04-flex {
    display: block;
  }
}
.business__sec04-box {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .business__sec04-box + .business__sec04-box {
    margin-top: 40px;
  }
}
.business__sec04-box img {
  margin-bottom: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .business__sec04-box img {
    margin-bottom: 20px;
  }
}
.business__sec04-box h4 {
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__sec04-box h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.business__sec04-box p {
  font-size: 21px;
  line-height: 2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__sec04-box p {
    font-size: 16px;
  }
}

.culture {
  background-color: #F5F5F5;
}
.culture__mv {
  padding: 100px 0;
  background-image: url(../image/NR-culture_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .culture__mv {
    padding: 100px 0 60px;
  }
}
.culture__mv h2 {
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .culture__mv h2 {
    font-size: 40px;
  }
}
.culture__mv span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .culture__mv span {
    font-size: 24px;
  }
}
.culture__mv p {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .culture__mv p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.culture__sec01 {
  padding: 120px 0;
  background-color: #F5F5F5;
}
.culture__sec01 h3 {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .culture__sec01 h3 {
    font-size: 20px;
  }
}
.culture__sec01-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .culture__sec01-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.culture__sec01-box {
  background-color: #fff;
  text-align: center;
  padding: 25px 0;
  border-radius: 0 0 35px 0;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box {
    width: calc(50% - 10px);
  }
}
.culture__sec01-box h4 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box h4 {
    font-size: 18px;
  }
}
.culture__sec01-box:nth-child(1) {
  grid-area: 1/1/3/3;
  padding: 67px 0;
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box:nth-child(1) {
    width: 100%;
    padding: 30px 0;
  }
}
.culture__sec01-box:nth-child(1) p {
  margin-bottom: 55px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box:nth-child(1) p {
    font-size: 20px;
  }
}
.culture__sec01-box:nth-child(1) img {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box:nth-child(1) img {
    width: 100px;
  }
}
.culture__sec01-box:nth-child(1) div p {
  margin-bottom: 0;
  font-size: 170px;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box:nth-child(1) div p {
    font-size: 60px;
  }
}
.culture__sec01-box:nth-child(1) div p span {
  font-size: 85px;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box:nth-child(1) div p span {
    font-size: 40px;
  }
}
.culture__sec01-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 55px;
}
.culture__sec01-box-text p {
  margin-bottom: 0;
  font-size: 80px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box-text p {
    font-size: 40px;
  }
}
.culture__sec01-box-text p span {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .culture__sec01-box-text p span {
    font-size: 24px;
  }
}
.culture__sec01-box:hover p {
  color: #C32266;
}
.culture__sec02 {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .culture__sec02 {
    padding: 80px 0;
  }
}
.culture__sec02 h3 {
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .culture__sec02 h3 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.culture__sec02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .culture__sec02-box {
    display: block;
  }
  .culture__sec02-box img {
    width: 100%;
  }
}
.culture__sec02-box + .culture__sec02-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .culture__sec02-box + .culture__sec02-box {
    margin-top: 40px;
  }
}
.culture__sec02-box-text {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .culture__sec02-box-text {
    max-width: 100%;
  }
}
.culture__sec02-box-text h4 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .culture__sec02-box-text h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.culture__sec02-box-text p {
  font-size: 21px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .culture__sec02-box-text p {
    font-size: 14px;
  }
}
.culture__sec03 {
  padding: 100px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .culture__sec03 {
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.culture__sec03 h3 {
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .culture__sec03 h3 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.culture__sec03 h3 + p {
  max-width: 640px;
  margin: 0 auto 100px;
  font-size: 21px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .culture__sec03 h3 + p {
    font-size: 16px;
  }
}
.culture__sec03 h4 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .culture__sec03 h4 {
    font-size: 18px;
  }
}
.culture__sec03-grid {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .culture__sec03-grid {
    margin-bottom: 40px;
  }
}
.culture__sec03-grid:last-child {
  margin-bottom: 0;
}
.culture__sec03-grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .culture__sec03-grid ul {
    gap: 4px 0;
  }
}
.culture__sec03-grid ul li div {
  position: relative;
}
.culture__sec03-grid ul li div img {
  width: 100%;
  max-height: 365px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.culture__sec03-grid ul li div span {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 110px 20px 20px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 21px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .culture__sec03-grid ul li div span {
    padding: 10px;
    font-size: 14px;
  }
}
.culture__sec03-grid ul li div:hover span {
  display: block;
  opacity: 1;
}
.culture__sec03-grid--01 {
  width: 49.21875%;
}
.culture__sec03-grid--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 18.28125%;
}
@media screen and (max-width: 767px) {
  .culture__sec03-grid--02 {
    gap: 4px;
  }
}
.culture__sec03-grid--03 {
  width: 30.859375%;
}
.culture__sec03-grid--04 {
  width: 32.890625%;
}
.culture__sec03-grid .grid__height--harf {
  max-height: 177px;
}
.culture .entry__link {
  background-color: #fff;
  padding-top: 50px;
}

.requirements__ttl {
  margin-top: 120px;
  padding: 100px 0;
  background-color: #FCF0FA;
}
@media screen and (max-width: 767px) {
  .requirements__ttl {
    margin-top: 100px;
    padding: 40px 0;
  }
}
.requirements__ttl h2 {
  color: #C32266;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .requirements__ttl h2 {
    font-size: 24px;
  }
}
.requirements__btn {
  padding: 80px 0;
}
.requirements__btn p {
  display: block;
  margin-bottom: 85px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .requirements__btn p {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.requirements__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .requirements__btn-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.requirements__btn-box a {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: 2px solid #C32266;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .requirements__btn-box a {
    width: 50%;
    font-size: 16px;
  }
}
.requirements__btn-box a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.requirements__btn-box a span::after {
  content: url(../image/NR-btn_ico-01.png);
}
.requirements__sec {
  padding: 100px 0;
  background-color: #F5F5F5;
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.requirements__sec:nth-child(even) {
  background-color: #FFF;
}
.requirements__sec:last-child {
  margin-bottom: 50px;
}
.requirements__sec h3 {
  margin-bottom: 50px;
  color: #C32266;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .requirements__sec h3 {
    font-size: 20px;
  }
}
.requirements__sec table {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 0 0 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.requirements__sec table:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E670A8), to(#C32266));
  background: linear-gradient(to right, #E670A8, #C32266);
}
.requirements__sec table tbody {
  width: 100%;
}
.requirements__sec table tr {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #F0F0F0;
}
.requirements__sec table tr th {
  width: 216px;
  padding: 15px;
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .requirements__sec table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
  }
}
.requirements__sec table tr td {
  padding: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .requirements__sec table tr td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.requirements__sec a {
  display: block;
  width: 485px;
  padding: 5px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 35px 0;
  background: -webkit-gradient(linear, left top, right top, from(#E670A8), to(#C32266));
  background: linear-gradient(to right, #E670A8, #C32266);
  text-decoration: none;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .requirements__sec a {
    width: 100%;
    font-size: 16px;
    border-radius: 0 0 20px 0;
  }
}
.requirements__sec a span {
  display: block;
  width: 475px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 0 0 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .requirements__sec a span {
    width: 100%;
    padding: 15px 0;
    border-radius: 0 0 15px 0;
  }
}
.requirements__sec a:hover span {
  color: #fff;
  background-color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__ttl {
  margin-top: 120px;
  padding: 100px 0;
  background-color: #FCF0FA;
}
@media screen and (max-width: 767px) {
  .faq__ttl {
    margin-top: 100px;
    padding: 40px 0;
  }
}
.faq__ttl h2 {
  color: #C32266;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__ttl h2 {
    font-size: 24px;
  }
}
.faq__btn {
  padding: 80px 0;
}
.faq__btn p {
  display: block;
  margin-bottom: 85px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__btn p {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.faq__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .faq__btn-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faq__btn-box a {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: 2px solid #C32266;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__btn-box a {
    width: 50%;
    font-size: 16px;
  }
}
.faq__btn-box a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__btn-box a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__btn-box a span::after {
  content: url(../image/NR-btn_ico-01.png);
}
.faq__list {
  padding: 80px 0 150px;
  background-color: #FCF0FA;
}
@media screen and (max-width: 767px) {
  .faq__list {
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.faq__list-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .faq__list-title {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.6em;
  }
}
.faq__list-box {
  width: 100%;
  padding: 45px 35px;
  background-color: #fff;
  border-radius: 0 0 45px 0;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(255, 143, 204, 0.3);
          box-shadow: 7px 7px 5px 0px rgba(255, 143, 204, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__list-box {
    padding: 30px;
  }
}
.faq__list-box + .faq__list-box {
  margin-top: 50px;
}
.faq__list-box + .faq__list-title {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq__list-box + .faq__list-title {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
.faq__list-ques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__list-ques {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.faq__list-ques::before {
  content: "Q";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #E670A8;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .faq__list-ques::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
.faq__list-ques span {
  max-width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .faq__list-ques span {
    max-width: calc(100% - 50px);
  }
}
.faq__list-ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  font-size: 21px;
  line-height: 2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__list-ans {
    font-size: 16px;
  }
}
.faq__list-ans::before {
  content: "A";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #C32266;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .faq__list-ans::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
.faq__list-ans span {
  max-width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .faq__list-ans span {
    max-width: calc(100% - 50px);
  }
}

:root {
  --bg-pink: #f291bb;
  /* 背景の薄いピンク */
  --accent-pink: #c8245e;
  /* 時刻の濃いピンク */
  --white: #ffffff;
}

.printing {
  background-color: #F5F5F5;
}
.printing__mv {
  padding: 100px 0;
  background-image: url(../image/NR-printing_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .printing__mv {
    padding: 100px 0 60px;
  }
}
.printing__mv h2 {
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .printing__mv h2 {
    font-size: 40px;
  }
}
.printing__mv span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .printing__mv span {
    font-size: 24px;
  }
}
.printing__mv p {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .printing__mv p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.printing__sec01 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  z-index: 101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec01 {
    padding: 40px 20px 80px;
  }
}
.printing__sec01-block {
  position: relative;
  z-index: 102;
}
.printing__sec01 h3 {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .printing__sec01 h3 {
    font-size: 24px;
  }
}
.printing__sec01 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .printing__sec01 p {
    font-size: 14px;
  }
}
.printing__sec01 p span {
  font-size: 32px;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .printing__sec01 p span {
    font-size: 18px;
  }
}
.printing__sec01-img {
  max-width: 1100px;
  width: 100%;
  padding: 42px 0;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec01-img {
    padding: 30px 10px;
  }
}
.printing__sec01-img img {
  margin: 0 auto;
}
.printing__sec02 {
  position: relative;
  padding: 120px 0;
  background: #C32266;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 34, 102)), color-stop(50%, rgb(226, 79, 149)), to(rgb(255, 181, 216)));
  background: linear-gradient(180deg, rgb(195, 34, 102) 0%, rgb(226, 79, 149) 50%, rgb(255, 181, 216) 100%);
  color: #fff;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec02 {
    padding: 60px 20px;
  }
}
.printing__sec02:before {
  background-image: url(../image/NR-printing__sec02-bg01.svg);
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  content: "";
  top: -288px;
  width: 100vw;
  height: 288px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .printing__sec02:before {
    background-image: url(../image/NR-printing__sec02-bg01--sp.svg);
    top: -82px;
    height: 82px;
  }
}
.printing__sec02 h3 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .printing__sec02 h3 {
    margin-bottom: 17px;
    font-size: 24px;
  }
}
.printing__sec02 h3 + p {
  margin-bottom: 30px;
  padding-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .printing__sec02 h3 + p {
    margin-bottom: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 27px;
  }
}
.printing__sec02 .NR__content--type03 {
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.printing__sec02 .NR__content--type03 + .NR__content--type03 {
  margin-top: 80px;
}
.printing__sec02 h4 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .printing__sec02 h4 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
  }
}
.printing__sec02 h4 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .printing__sec02 h4 span {
    font-size: 13px;
    line-height: 36px;
  }
}
.printing__sec02 h4 + p {
  margin-bottom: 44px;
}
.printing__sec02-box {
  max-width: 1100px;
  width: 100%;
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box {
    display: block;
    padding: 20px 35px;
  }
}
.printing__sec02-box.box--reverse {
  border: 4px solid #fff;
  border-radius: 12px;
  background-color: inherit;
}
.printing__sec02-box + .printing__sec02-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box + .printing__sec02-box {
    margin-top: 24px;
  }
}
.printing__sec02-box img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.printing__sec02-box-text {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box-text {
    max-width: 100%;
  }
}
.printing__sec02-box-text h4 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box-text h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.printing__sec02-box-text h5 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box-text h5 {
    margin-bottom: 21px;
    font-size: 18px;
  }
}
.printing__sec02-box-text h5 span {
  font-size: 14px;
  font-weight: 100;
  line-height: 2.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box-text h5 span {
    font-size: 13px;
  }
}
.printing__sec02-box-text p {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.025em;
  border-top: 1px dashed #fff;
}
@media screen and (max-width: 767px) {
  .printing__sec02-box-text p {
    font-size: 14px;
  }
}
.printing__sec02 .timeline {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
}
.printing__sec02 .timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 0;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  /* 線を少し薄くしてドットを際立たせる */
  height: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .printing__sec02 .timeline::before {
    top: 20px;
    left: 10px;
    height: calc(100% - 40px);
  }
}
.printing__sec02 .timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
.printing__sec02 .timeline-item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #C32266;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .timeline-item::before {
    width: 10px;
    height: 10px;
  }
}
.printing__sec02 {
  /* 時刻ラベル */
}
.printing__sec02 .time-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  padding: 15px 0;
  width: 130px;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--white);
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .time-label {
    margin-left: 34px;
    width: 77px;
    padding: 7px 0;
    font-size: 14px;
  }
}
.printing__sec02 .time-label::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid var(--accent-pink);
}
.printing__sec02 {
  /* 内容エリア */
}
.printing__sec02 .content {
  background-color: var(--white);
  color: #333;
  padding: 4px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .content {
    padding: 7px 20px;
    font-size: 14px;
  }
}
.printing__sec02 .content b {
  display: block;
  font-size: 18px;
}
.printing__sec02 .content span {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .content span {
    font-size: 13px;
  }
}
.printing__sec02 .content span:last-child {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .content span:last-child {
    margin-bottom: 0;
  }
}
.printing__sec02 .suitable {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 80px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #C32266;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .suitable {
    padding: 40px 17px;
  }
}
.printing__sec02 .suitable h4 {
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 2px dashed #fff;
}
.printing__sec02 .suitable h4 span {
  font-weight: 500;
}
.printing__sec02 .suitable__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .suitable__block {
    gap: 28px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.printing__sec02 .suitable__box {
  position: relative;
  max-width: 270px;
  width: calc(33% - 23.3333333333px);
  padding: 43px 14px 18px;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .suitable__box {
    width: calc(50% - 5px);
    padding: 29px 10px 20px;
  }
}
.printing__sec02 .suitable__box h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #C32266;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .suitable__box h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.printing__sec02 .suitable__box h5 span {
  color: #C32266;
}
.printing__sec02 .suitable__box img {
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .printing__sec02 .suitable__box img {
    top: -20px;
    max-width: 40px;
    max-height: 40px;
  }
}
.printing__sec02 .suitable__box p {
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .printing__sec02 .suitable__box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.printing__sec03 {
  padding: 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .printing__sec03 {
    padding: 80px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.printing__sec03-img {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  z-index: 1;
}
.printing__sec03-img img {
  width: 100%;
}
.printing__sec03 h3 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .printing__sec03 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.printing__sec03 h3 + p {
  max-width: 640px;
  margin: 0 auto 120px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .printing__sec03 h3 + p {
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
  }
}
.printing__sec03 h4 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .printing__sec03 h4 {
    font-size: 18px;
  }
}
.printing__sec03-block {
  position: relative;
  margin: -60px auto 0;
  padding: 100px 70px;
  max-width: 1240px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec03-block {
    margin-top: -140px;
    padding: 40px 12px;
  }
}
.printing__sec03-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.printing__sec03-voice-box {
  max-width: 530px;
  width: calc(50% - 18px);
  background-color: #FAF2F6;
}
@media screen and (max-width: 767px) {
  .printing__sec03-voice-box {
    width: 100%;
  }
}
.printing__sec03-voice-title {
  position: relative;
  max-width: 379px;
  margin-top: -23px;
  margin-left: 120px;
  margin-bottom: 30px;
  padding: 27px 0;
  background-color: #C32266;
  border-radius: 30px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .printing__sec03-voice-title {
    max-width: 100%;
    width: calc(100% - 70px);
    margin-left: 60px;
    margin-bottom: 10px;
    padding: 15px 0 10px;
  }
}
.printing__sec03-voice-title img {
  position: absolute;
  top: -38px;
  left: -85px;
}
@media screen and (max-width: 767px) {
  .printing__sec03-voice-title img {
    max-width: 100px;
    left: -50px;
  }
}
.printing__sec03-voice-title p {
  padding-left: 90px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .printing__sec03-voice-title p {
    padding-left: 70px;
    font-size: 18px;
  }
}
.printing__sec03-voice-title p span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .printing__sec03-voice-title p span {
    font-size: 14px;
  }
}
.printing__sec03-voice-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .printing__sec03-voice-text {
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.printing__sec04 {
  padding: 100px 0;
  background-color: #FCF0FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .printing__sec04 {
    padding: 60px 20px;
  }
}
.printing__sec04 h3 {
  margin-bottom: 44px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .printing__sec04 h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.printing__sec04 dl {
  max-width: 1004px;
  margin: 0 auto;
  padding: 30px 46px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(195, 34, 102, 0.3019607843);
          box-shadow: 4px 4px 20px 0px rgba(195, 34, 102, 0.3019607843);
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .printing__sec04 dl {
    padding: 17px 16px 22px;
  }
}
.printing__sec04 dl + dl {
  margin-top: 20px;
}
.printing__sec04 dl span {
  display: inline-block;
  margin-right: 24px;
  width: 50px;
  height: 50px;
  font-family: "Inter", "Noto Sans CJK JP", "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .printing__sec04 dl span {
    width: 31px;
    height: 31px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 31px;
    border-radius: 16px;
  }
}
.printing__sec04 dl p {
  display: inline-block;
  max-width: calc(100% - 74px);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .printing__sec04 dl p {
    max-width: calc(100% - 41px);
  }
}
.printing__sec04 dl dt, .printing__sec04 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.printing__sec04 dl dt {
  margin-bottom: 16px;
}
.printing__sec04 dl dt span {
  background-color: #E670A8;
}
.printing__sec04 dl dt p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .printing__sec04 dl dt p {
    font-size: 14px;
    line-height: 22px;
  }
}
.printing__sec04 dl dd {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.printing__sec04 dl dd span {
  display: block;
  background-color: #C32266;
}
.printing__sec04 dl dd p {
  padding-top: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .printing__sec04 dl dd p {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
}

:root {
  --bg-pink: #f291bb;
  /* 背景の薄いピンク */
  --accent-pink: #c8245e;
  /* 時刻の濃いピンク */
  --white: #ffffff;
}

.seals {
  background-color: #F5F5F5;
}
.seals__mv {
  padding: 100px 0;
  background-image: url(../image/NR-seals_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seals__mv {
    padding: 100px 0 60px;
  }
}
.seals__mv h2 {
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .seals__mv h2 {
    font-size: 40px;
  }
}
.seals__mv span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .seals__mv span {
    font-size: 24px;
  }
}
.seals__mv p {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .seals__mv p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.seals__sec01 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  z-index: 101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec01 {
    padding: 40px 20px 80px;
  }
}
.seals__sec01-block {
  position: relative;
  z-index: 102;
}
.seals__sec01 h3 {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .seals__sec01 h3 {
    font-size: 24px;
  }
}
.seals__sec01 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .seals__sec01 p {
    font-size: 14px;
  }
}
.seals__sec01 p span {
  font-size: 32px;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .seals__sec01 p span {
    font-size: 18px;
  }
}
.seals__sec01-img {
  max-width: 1100px;
  width: 100%;
  padding: 42px 0;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec01-img {
    padding: 30px 10px;
  }
}
.seals__sec01-img img {
  margin: 0 auto;
}
.seals__sec02 {
  position: relative;
  padding: 120px 0;
  background: #C32266;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 34, 102)), color-stop(50%, rgb(226, 79, 149)), to(rgb(255, 181, 216)));
  background: linear-gradient(180deg, rgb(195, 34, 102) 0%, rgb(226, 79, 149) 50%, rgb(255, 181, 216) 100%);
  color: #fff;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec02 {
    padding: 60px 20px;
  }
}
.seals__sec02:before {
  background-image: url(../image/NR-printing__sec02-bg01.svg);
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  content: "";
  top: -288px;
  width: 100vw;
  height: 288px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .seals__sec02:before {
    background-image: url(../image/NR-printing__sec02-bg01--sp.svg);
    top: -82px;
    height: 82px;
  }
}
.seals__sec02 h3 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seals__sec02 h3 {
    margin-bottom: 17px;
    font-size: 24px;
  }
}
.seals__sec02 h3 + p {
  margin-bottom: 30px;
  padding-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seals__sec02 h3 + p {
    margin-bottom: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 27px;
  }
}
.seals__sec02 .NR__content--type03 {
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.seals__sec02 .NR__content--type03 + .NR__content--type03 {
  margin-top: 80px;
}
.seals__sec02 h4 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .seals__sec02 h4 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
  }
}
.seals__sec02 h4 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .seals__sec02 h4 span {
    font-size: 13px;
    line-height: 36px;
  }
}
.seals__sec02 h4 + p {
  margin-bottom: 44px;
}
.seals__sec02-box {
  max-width: 1100px;
  width: 100%;
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box {
    display: block;
    padding: 20px 35px;
  }
}
.seals__sec02-box.box--reverse {
  border: 4px solid #fff;
  border-radius: 12px;
  background-color: inherit;
}
.seals__sec02-box + .seals__sec02-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box + .seals__sec02-box {
    margin-top: 24px;
  }
}
.seals__sec02-box img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.seals__sec02-box-text {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box-text {
    max-width: 100%;
  }
}
.seals__sec02-box-text h4 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box-text h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.seals__sec02-box-text h5 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box-text h5 {
    margin-bottom: 21px;
    font-size: 18px;
  }
}
.seals__sec02-box-text h5 span {
  font-size: 14px;
  font-weight: 100;
  line-height: 2.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box-text h5 span {
    font-size: 13px;
  }
}
.seals__sec02-box-text p {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.025em;
  border-top: 1px dashed #fff;
}
@media screen and (max-width: 767px) {
  .seals__sec02-box-text p {
    font-size: 14px;
  }
}
.seals__sec02 .timeline {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
}
.seals__sec02 .timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 0;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  /* 線を少し薄くしてドットを際立たせる */
  height: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .seals__sec02 .timeline::before {
    top: 20px;
    left: 10px;
    height: calc(100% - 40px);
  }
}
.seals__sec02 .timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
.seals__sec02 .timeline-item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #C32266;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .timeline-item::before {
    width: 10px;
    height: 10px;
  }
}
.seals__sec02 {
  /* 時刻ラベル */
}
.seals__sec02 .time-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  padding: 15px 0;
  width: 130px;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--white);
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .time-label {
    margin-left: 34px;
    width: 77px;
    padding: 7px 0;
    font-size: 14px;
  }
}
.seals__sec02 .time-label::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid var(--accent-pink);
}
.seals__sec02 {
  /* 内容エリア */
}
.seals__sec02 .content {
  background-color: var(--white);
  color: #333;
  padding: 4px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .content {
    padding: 7px 20px;
    font-size: 14px;
  }
}
.seals__sec02 .content b {
  display: block;
  font-size: 18px;
}
.seals__sec02 .content span {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .content span {
    font-size: 13px;
  }
}
.seals__sec02 .content span:last-child {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .content span:last-child {
    margin-bottom: 0;
  }
}
.seals__sec02 .suitable {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 80px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #C32266;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .suitable {
    padding: 40px 17px;
  }
}
.seals__sec02 .suitable h4 {
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 2px dashed #fff;
}
.seals__sec02 .suitable h4 span {
  font-weight: 500;
}
.seals__sec02 .suitable__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 35px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .suitable__block {
    gap: 28px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.seals__sec02 .suitable__box {
  position: relative;
  max-width: 270px;
  width: calc(33% - 23.3333333333px);
  padding: 43px 14px 18px;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .suitable__box {
    width: calc(50% - 5px);
    padding: 29px 10px 20px;
  }
}
.seals__sec02 .suitable__box h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #C32266;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .suitable__box h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.seals__sec02 .suitable__box h5 span {
  color: #C32266;
}
.seals__sec02 .suitable__box img {
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .seals__sec02 .suitable__box img {
    top: -20px;
    max-width: 40px;
    max-height: 40px;
  }
}
.seals__sec02 .suitable__box p {
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .seals__sec02 .suitable__box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.seals__sec03 {
  padding: 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .seals__sec03 {
    padding: 80px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.seals__sec03-img {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  z-index: 1;
}
.seals__sec03-img img {
  width: 100%;
}
.seals__sec03 h3 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C32266;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .seals__sec03 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.seals__sec03 h3 + p {
  max-width: 640px;
  margin: 0 auto 120px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seals__sec03 h3 + p {
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
  }
}
.seals__sec03 h4 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seals__sec03 h4 {
    font-size: 18px;
  }
}
.seals__sec03-block {
  position: relative;
  margin: -60px auto 0;
  padding: 100px 70px;
  max-width: 1240px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec03-block {
    margin-top: -140px;
    padding: 40px 12px;
  }
}
.seals__sec03-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seals__sec03-voice-box {
  max-width: 530px;
  width: calc(50% - 18px);
  background-color: #FAF2F6;
}
@media screen and (max-width: 767px) {
  .seals__sec03-voice-box {
    width: 100%;
  }
}
.seals__sec03-voice-title {
  position: relative;
  max-width: 379px;
  margin-top: -23px;
  margin-left: 120px;
  margin-bottom: 30px;
  padding: 27px 0;
  background-color: #C32266;
  border-radius: 30px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .seals__sec03-voice-title {
    max-width: 100%;
    width: calc(100% - 70px);
    margin-left: 60px;
    margin-bottom: 10px;
    padding: 15px 0 10px;
  }
}
.seals__sec03-voice-title img {
  position: absolute;
  top: -38px;
  left: -85px;
}
@media screen and (max-width: 767px) {
  .seals__sec03-voice-title img {
    max-width: 100px;
    left: -50px;
  }
}
.seals__sec03-voice-title p {
  padding-left: 90px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seals__sec03-voice-title p {
    padding-left: 70px;
    font-size: 18px;
  }
}
.seals__sec03-voice-title p span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .seals__sec03-voice-title p span {
    font-size: 14px;
  }
}
.seals__sec03-voice-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .seals__sec03-voice-text {
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.seals__sec04 {
  padding: 100px 0;
  background-color: #FCF0FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .seals__sec04 {
    padding: 60px 20px;
  }
}
.seals__sec04 h3 {
  margin-bottom: 44px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #C32266;
}
@media screen and (max-width: 767px) {
  .seals__sec04 h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.seals__sec04 dl {
  max-width: 1004px;
  margin: 0 auto;
  padding: 30px 46px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(195, 34, 102, 0.3019607843);
          box-shadow: 4px 4px 20px 0px rgba(195, 34, 102, 0.3019607843);
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .seals__sec04 dl {
    padding: 17px 16px 22px;
  }
}
.seals__sec04 dl + dl {
  margin-top: 20px;
}
.seals__sec04 dl span {
  display: inline-block;
  margin-right: 24px;
  width: 50px;
  height: 50px;
  font-family: "Inter", "Noto Sans CJK JP", "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .seals__sec04 dl span {
    width: 31px;
    height: 31px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 31px;
    border-radius: 16px;
  }
}
.seals__sec04 dl p {
  display: inline-block;
  max-width: calc(100% - 74px);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .seals__sec04 dl p {
    max-width: calc(100% - 41px);
  }
}
.seals__sec04 dl dt, .seals__sec04 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seals__sec04 dl dt {
  margin-bottom: 16px;
}
.seals__sec04 dl dt span {
  background-color: #E670A8;
}
.seals__sec04 dl dt p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .seals__sec04 dl dt p {
    font-size: 14px;
    line-height: 22px;
  }
}
.seals__sec04 dl dd {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.seals__sec04 dl dd span {
  display: block;
  background-color: #C32266;
}
.seals__sec04 dl dd p {
  padding-top: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .seals__sec04 dl dd p {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.seals .entry__link {
  background-color: #fff;
  padding-top: 50px;
}

.people__mv {
  padding: 100px 0;
  background-image: url(../image/NR-people_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .people__mv {
    padding: 100px 0 60px;
  }
}
.people__mv h2 {
  display: inline-block;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .people__mv h2 {
    font-size: 40px;
  }
}
.people__mv span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .people__mv span {
    font-size: 24px;
  }
}
.people__mv p {
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .people__mv p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.people__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .people__flex {
    padding: 80px 20px;
    gap: 60px 0;
  }
}
.people__box {
  max-width: 600px;
  width: 100%;
}
.people__box-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  cursor: pointer;
}
.people__box-top::after {
  content: url(../image/NR-people_icon-04.png);
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .people__box-top::after {
    top: inherit;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.people__box-top.open::after {
  content: url(../image/NR-people_icon-03.png);
}
.people__box-top-image {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .people__box-top-image {
    margin-right: 10px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .people__box-top-text {
    display: block;
    width: calc(100% - 110px);
  }
}
.people__box-top p {
  position: relative;
  padding: 50px 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0.025em;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .people__box-top p {
    width: 100%;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.people__box-top p::before {
  content: "“";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  color: #FCF0FA;
  font-size: 100px;
  line-height: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .people__box-top p::before {
    font-size: 40px;
    line-height: 0.5em;
  }
}
.people__box-top p::after {
  content: "”";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  color: #FCF0FA;
  font-size: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .people__box-top p::after {
    font-size: 40px;
    line-height: 0.5em;
  }
}
.people__box-top span {
  padding-left: 30px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .people__box-top span {
    padding-left: 20px;
    font-size: 14px;
  }
}
.people__box-bottom {
  padding: 40px 35px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.people__box-bottom span {
  display: block;
  margin-bottom: 24px;
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .people__box-bottom span {
    font-size: 14px;
  }
}
.people__box-bottom p {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .people__box-bottom p {
    font-size: 14px;
  }
}
.people__box-bottom p:last-child {
  margin-bottom: 0;
}

.NR-footer {
  position: relative;
  padding-top: 127px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .NR-footer {
    padding-top: 0;
  }
}
.NR-footer__top {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background-color: #C32266;
}
@media screen and (max-width: 767px) {
  .NR-footer__top {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }
}
.NR-footer__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .NR-footer__top ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.NR-footer__top ul li:after {
  content: "／";
  display: inline-block;
  color: #fff;
}
.NR-footer__top ul li:last-child:after {
  content: none;
}
.NR-footer__top ul li a {
  margin-right: 20px;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .NR-footer__top ul li a {
    font-size: 16px;
    margin-right: 20px;
  }
}
.NR-footer__top ul li a:hover {
  opacity: 0.6;
}
.NR-footer__bottom {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom {
    padding: 0 20px;
  }
}
.NR-footer__bottom-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.NR-footer__bottom-top img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-top img {
    margin-bottom: 0;
  }
}
.NR-footer__bottom-top small {
  font-size: 12px;
  font-weight: bold;
  color: #808080;
}
.NR-footer__bottom-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 20px;
}
.NR-footer__bottom-sns a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NR-footer__bottom-sns a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-sns {
    width: 40%;
    gap: 0 10px;
  }
  .NR-footer__bottom-sns img {
    width: 100%;
  }
}
.NR-footer__bottom-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.NR-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-list {
    gap: 0;
  }
}
.NR-footer__bottom-list li a {
  margin-right: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.NR-footer__bottom-list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-list li a {
    display: block;
    font-size: 12px;
    margin-right: 0;
    width: 100%;
  }
}
.NR-footer__bottom-list li:after {
  content: "｜";
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-list li:after {
    content: none;
  }
}
.NR-footer__bottom-list li:last-child a {
  margin-right: 0;
}
.NR-footer__bottom-list li:last-child:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .NR-footer__bottom-list {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}