@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
icenter,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 1.2rem;
  vertical-align: top;
}

.company-environment-co2-index p a sup {
  line-height: 2.4;
  border-bottom: 1px solid currentColor;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .company-environment-co2-index p a sup {
    line-height: 1.8;
  }
}

sub {
  font-size: 1.2rem;
  vertical-align: bottom;
}

del {
  font-size: 1.6rem;
  line-height: 2.6;
}

@media screen and (max-width: 768px) {
  del {
    font-size: 1.4rem;
    line-height: 2;
  }
}

@font-face {
  font-family: "icon";
  src: url("/assets/fonts/icon.eot");
  src: url("/assets/fonts/icon.eot?#iefix") format("eot"),
    url("/assets/fonts/icon.woff") format("woff"),
    url("/assets/fonts/icon.ttf") format("truetype"),
    url("/assets/fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-down:before {
  content: "\EA01";
}

.icon-arrow-left:before {
  content: "\EA02";
}

.icon-arrow-next:before {
  content: "\EA03";
}

.icon-arrow-prev:before {
  content: "\EA04";
}

.icon-arrow-right:before {
  content: "\EA05";
}

.icon-arrow-up:before {
  content: "\EA06";
}

.icon-cart:before {
  content: "\EA07";
}

.icon-chat:before {
  content: "\EA08";
}

.icon-check:before {
  content: "\EA09";
}

.icon-close-lg:before {
  content: "\EA0A";
}

.icon-close-sm:before {
  content: "\EA0B";
}

.icon-close:before {
  content: "\EA0C";
}

.icon-external:before {
  content: "\EA0D";
}

.icon-factory:before {
  content: "\EA0E";
}

.icon-flow:before {
  content: "\EA0F";
}

.icon-global:before {
  content: "\EA10";
}

.icon-pamphlet:before {
  content: "\EA11";
}

.icon-pinch:before {
  content: "\EA12";
}

.icon-search:before {
  content: "\EA13";
}

.icon-triangle-down:before {
  content: "\EA14";
}

/*
/* Base
/*
----------------------------------------------------------------- */
.margin-custom {
  --margin-pc:0;
  --margin-sp:0;

  margin: var(--margin-pc);
}

@media (max-width:767px)  {
  .margin-custom {
    margin: var(--margin-sp);
  }
}


html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #000;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 769px) {
  body::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

body.-active {
  overflow: hidden;
}

body.-hover::after {
  opacity: 1;
  visibility: visible;
}

img {
  max-width: 100%;
  height: auto;
  min-height: 0%;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:focus-visible {
  outline: 1px solid #004f9d;
}

a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
}

a:hover {
  color: #004f9d;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus-visible {
  outline: 1px solid #004f9d;
}

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

.slick-initialized .slick-slide {
  display: block;
}

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

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

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

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.company-environment-index .fancybox-content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body.company-environment-index .fancybox-content {
    width: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus-visible {
  outline: 1px solid #004f9d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

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

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.breadcrumb {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 12px 20px 14px;
    overflow-x: auto;
  }
}

.breadcrumb__inner {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb__inner {
    width: auto;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list {
    display: block;
    white-space: nowrap;
  }
}

.breadcrumb__list__item {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list__item {
    display: inline;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.breadcrumb__list__item::after {
  content: "";
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list__item::after {
    font-size: 1rem;
    margin-left: 8px;
    margin-right: 8px;
  }
}

.breadcrumb__list__item:last-child a {
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb__list__item:last-child::after {
  content: none;
}

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-play {
    width: 48px;
    height: 48px;
  }
}

.btn-play.-lg {
  width: 114px;
  height: 114px;
}

@media screen and (max-width: 768px) {
  .btn-play.-lg {
    width: 57px;
    height: 57px;
  }
}

.btn-play.-lg::after {
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

@media screen and (max-width: 768px) {
  .btn-play.-lg::after {
    border-top: 4px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }
}

.btn-play.-md {
  width: 74px;
  height: 74px;
}

.btn-play.-md::after {
  border-top: 5px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

@media screen and (max-width: 768px) {
  .btn-play.-md {
    width: 57px;
    height: 57px;
  }
  .btn-play.-md::after {
    border-top: 4px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .btn-play.-sp-bottom {
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
  }
}

.btn-play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-2px, -50%);
  transform: translate(-2px, -50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-play::after {
    border-top: 4px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
  }
}

a:hover .btn-play {
  opacity: 0.7;
}

/*
/* Button
/*
----------------------------------------------------------------- */
.btn {
  overflow: hidden;
  position: relative;
}

.btn a,
.btn input,
button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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;
  /* min-height: 87px; */
  width: 100%;
  padding: 30px 20px;
  border: none;
  color: #fff;
  background: #004f9d;
  font-size: 1.8rem;
  text-decoration: none;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .btn a,
  .btn input,
  button.btn {
    width: 100%;
    max-width: 260px;
    border-radius: 0;
  }
}

.btn a::after,
.btn .-inner::after,
button.btn::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.-external a::after {
  content: "\EA0D";
  opacity: 0.46;
  font-size: 1.4rem;
}

.btn a.permalink.-external.permalink::after,
button.btn.permalink.-external.permalink::after {
  top: 50%;
  right: 16px;
  color: inherit;
}

.form-item__button .btn.-link input {
  border: 1px solid #004f9d;
}

@media screen and (max-width: 768px) {
  .form-item__button .btn.-link input {
    padding-bottom: 18px;
    border-radius: 0;
  }
}

.form-item__button .btn.-link::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .form-item__button .btn.-link::after {
    font-size: 1.3rem;
  }

  .form-item__button .btn.-link {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn .-inner {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn .-inner::after {
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .btn .-inner {
    max-width: 260px;
  }

  .btn .-inner::after {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .btn.-pc-l a,
  button.btn.-pc-l {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .btn.-sp-mt a,
  button.btn.-sp-mt {
    margin-top: 20px;
  }
}

.btn.-main a,
button.btn.-main {
  background: url("/assets/images/common/bg_btn_assort.png");
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding-right: 35px;
}

.btn.-main a:hover,
button.btn.-main:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn.-main a,
  button.btn.-main {
    /* min-height: 70px; */
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.4rem;
    padding-right: 30px;
  }
}

.btn.-white a,
button.btn.-white {
  background: #fff;
  color: #004f9d;
  border: 1px solid #004f9d;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding-right: 35px;
}

.btn.-white a:hover,
button.btn.-white:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn.-white a,
  button.btn.-white {
    /* min-height: 70px; */
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.4rem;
    padding-right: 30px;
  }
}

.btn.-transparent a,
button.btn.-transparent {
  background: transparent;
  color: #004f9d;
  border: 1px solid #004f9d;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  /* min-height: 67px; */
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 35px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn.-transparent a:hover,
button.btn.-transparent:hover {
  opacity: 0.8;
}

.btn.-transparent a:hover,
button.btn.-transparent:hover {
  background-color: #004f9d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn.-transparent a,
  button.btn.-transparent {
    /* min-height: 70px; */
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    font-size: 1.4rem;
  }
}

.btn.-sub a,
button.btn.-sub {
  background-color: #fff;
  color: #004f9d;
  border: 1px solid #004f9d;
  /* min-height: 67px; */
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
}

.btn.-sub a:hover,
button.btn.-sub:hover {
  background-color: #004f9d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn.-sub a,
  button.btn.-sub {
    font-size: 1.3rem;
    /* min-height: 60px; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
  }
}

.btn.-wide a,
button.btn.-wide {
  max-width: none;
  /* min-height: 100px; */
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  color: #000;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn.-wide a,
  button.btn.-wide {
    /* min-height: 80px; */
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.3rem;
  }
}

.btn.-wide a::after,
button.btn.-wide::after {
  content: none;
}

.btn.-wide a:hover,
button.btn.-wide:hover {
  color: #004f9d;
  border-color: #004f9d;
}

@media screen and (max-width: 768px) {
  .btn.-sp-low a,
  button.btn.-sp-low {
    /* min-height: 60px; */
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .btn.-sp-high a,
  button.btn.-sp-high {
    /* min-height: 90px; */
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .btn.-half a,
  button.btn.-half {
    max-width: 50%;
  }
}

.btn.-link a,
.btn.-link input,
button.btn.-link {
  /* min-height: 67px; */
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
  background: url("/assets/images/common/bg_btn_assort.png");
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.btn.-link a:hover,
.btn.-link input:hover,
button.btn.-link:hover {
  opacity: 0.8;
}

.btn.-link input {
  border: none;
}

@media screen and (max-width: 768px) {
  .btn.-link a,
  .btn.-link input,
  button.btn.-link {
    font-size: 1.3rem;
    /* min-height: 60px; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
  }
}

.btn.-link-white a,
button.btn.-link-white {
  max-width: 320px;
  background-color: #fff;
  color: #004f9d;
  border: 1px solid #004f9d;
  /* min-height: 67px; */
  padding-top: 25px;
  padding-bottom: 25px;
}

.btn.-link-white a:hover,
button.btn.-link-white:hover {
  background-color: #004f9d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn.-link-white a,
  button.btn.-link-white {
    font-size: 1.3rem;
    /* min-height: 60px; */
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.btn.-revise a,
.btn.-revise .-inner input,
button.btn.-revise {
  background-color: #fff;
  color: #004f9d;
  border: 1px solid #004f9d;
  /* min-height: 67px; */
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
}

.form-item__button .btn.-revise input {
  background-color: #fff;
  color: #004f9d;
  border: 1px solid #004f9d;
  /* min-height: 67px; */
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .form-item__button .btn.-revise input {
    font-size: 1.3rem;
    padding-top: 20px;
    padding-bottom: 18px;
    border-radius: 0;
  }

  .form-item__button .btn.-revise {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn.-revise a:hover,
button.btn.-revise:hover {
  background-color: #004f9d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn.-revise a,
  .btn.-revise .-inner input,
  button.btn.-revise {
    font-size: 1.3rem;
    /* min-height: 60px; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}

.btn.-revise a::after,
.btn.-revise .-inner::after,
button.btn.-revise::after {
  font-family: "icon" !important;
  speak: none;
  color: #004f9d;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: auto;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-item__button .btn.-revise::after {
  font-family: "icon" !important;
  speak: none;
  color: #004f9d;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: auto;
  left: 16px;
  top: 50%;
  font-size: 1.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .form-item__button .btn.-revise::after {
    font-size: 1.3rem;
  }
}

.btn.-shop a,
button.btn.-shop {
  background: url("/assets/images/common/bg_btn_assort_lg.png") 50% 50%;
  max-width: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.btn.-shop a:hover,
button.btn.-shop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn.-shop a,
  button.btn.-shop {
    /* min-height: 70px; */
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.3rem;
  }
}

.btn.-shop a::before,
button.btn.-shop::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3.2rem;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .btn.-shop a::before,
  button.btn.-shop::before {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}

.btn.-shop a::after,
button.btn.-shop::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  font-size: 1.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn.-shop a::after,
  button.btn.-shop::after {
    font-size: 1.2rem;
    right: 20px;
  }
}

.btn.-pamphlet a,
button.btn.-pamphlet {
  background: url("/assets/images/common/bg_btn_assort_lg.png") 50% 50%;
  max-width: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding-right: 32px;
}

.btn.-pamphlet a:hover,
button.btn.-pamphlet:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn.-pamphlet a,
  button.btn.-pamphlet {
    /* min-height: 70px; */
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.3rem;
  }
}

.btn.-pamphlet a::before,
button.btn.-pamphlet::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.4rem;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .btn.-pamphlet a::before,
  button.btn.-pamphlet::before {
    font-size: 2.4rem;
    margin-right: 4px;
  }
}

.btn.-pamphlet a::after,
button.btn.-pamphlet::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btn.-pamphlet a::after,
  button.btn.-pamphlet::after {
    font-size: 1.2rem;
  }
}

.btn.-mail a,
button.btn.-mail,
.btn.-tel a,
button.btn.-tel {
  background: url("/assets/images/common/bg_btn_assort_lg.png") 50% 50%;
  /* min-height: 67px; */
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.btn.-mail a:hover,
button.btn.-mail:hover,
.btn.-tel a:hover,
button.btn.-tel:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn.-mail a,
  button.btn.-mail,
  .btn.-tel a,
  button.btn.-tel {
    /* min-height: 70px; */
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.3rem;
  }
}

.btn.-mail a::before,
button.btn.-mail::before,
.btn.-tel a::before,
button.btn.-tel::before {
  display: block;
  content: "";
  width: 20px;
  height: 21px;
  margin-right: 12px;
  background: url("/assets/images/customer/ico-mail.png") center center
    no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn.-tel a::before,
button.btn.-tel::before {
  height: 24px;
  background: url("/assets/images/customer/ico-tel.png") center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .btn.-mail a::before,
  button.btn.-mail::before,
  .btn.-tel a::before,
  button.btn.-tel::before {
    width: 18px;
    height: 19px;
    margin-right: 8px;
  }
  .btn.-tel a::before,
  button.btn.-tel::before {
    height: 22px;
    margin-right: 8px;
  }
}

.btn.-mail a::after,
button.btn.-mail::after,
.btn.-tel a::after,
button.btn.-tel::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .btn.-pc-fit a,
  button.btn.-pc-fit {
    max-width: none;
  }
}

.container {
  padding-top: 110px;
  min-width: 1240px;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: 0;
    padding-top: 73px;
  }
}

.entry-item {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .entry-item {
    width: 255px;
  }
}

.entry-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .entry-item a:hover .entry-item__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.entry-item a[target="_blank"] .entry-item__body::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.46);
}

.entry-item__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.entry-item__thumb img {
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.entry-item__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 50px 48px 40px 30px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
  .entry-item__body {
    padding: 32px 38px 38px 28px;
  }
}

.entry-item__body::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 24px;
  font-size: 2rem;
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #004f9d;
}

@media screen and (max-width: 768px) {
  .entry-item__body::after {
    top: calc(50%);
    right: 20px;
    font-size: 1.6rem;
  }
}

.entry-item__category {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
  padding: 6px 12px;
  background-color: #e8604f;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .entry-item__category {
    top: 0;
    font-size: 1.2rem;
  }
}

.entry-item__title {
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .entry-item__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.entry-item__desc {
  margin-top: 4px;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .entry-item__desc {
    font-size: 1.4rem;
  }
}

.environment-emission {
  width: 100%;
  padding: 5em 25% 9em;
  background: url("/assets/images/company/environment/recycle/bg-emission.png")
    center center no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.environment-emission figure {
  width: 80%;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .environment-emission {
    padding: 5em 25% 6em;
    background-size: auto 100%;
  }
  .environment-emission figure {
    width: 80%;
    max-width: 300px;
    margin: 15px auto;
  }
}

@media screen and (max-width: 667px) {
  .environment-emission {
    padding: 5em 18% 7em;
  }
}

@media screen and (max-width: 568px) {
  .environment-emission {
    padding: 5em 12% 7em;
  }
}

@media screen and (max-width: 480px) {
  .environment-emission {
    padding: 5em 5% 7em;
  }
}

.environment-header {
  position: relative;
  z-index: 1;
  padding: 110px 0 110px;
}

@media screen and (max-width: 768px) {
  .environment-header {
    overflow: hidden;
    padding: 140px 0 150px;
    margin: -24px -20px -20px;
  }
}

.environment-header__title {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .environment-header__title {
    font-size: 2.1rem;
  }
}

.environment-header__thumb-1 {
  position: absolute;
  left: -200px;
  top: -110px;
}

@media screen and (max-width: 768px) {
  .environment-header__thumb-1 {
    width: 185px;
    left: -50px;
    top: 0;
  }
}

.environment-header__thumb-2 {
  position: absolute;
  right: -120px;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  .environment-header__thumb-2 {
    bottom: 0;
    right: -30px;
    width: 198px;
  }
}

.environment-topics__title {
  font-size: 4.2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.environment-topics__title span {
  display: block;
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .environment-topics__title {
    font-size: 2.8rem;
  }
  .environment-topics__title span {
    font-size: 1.8rem;
  }
}

.example-code {
  margin-top: 24px;
  margin-bottom: 24px;
}

.example-code textarea {
  width: 100%;
  height: auto;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-content {
  position: static;
}

@media screen and (max-width: 768px) {
  .fancybox-content {
    padding: 8px;
    overflow: hidden;
  }
}

.fancybox-close-small {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  background-color: #fff;
  opacity: 1;
}

body.index .fancybox-bg,
body.company-index .fancybox-bg {
  background: url("/assets/images/common/bg_modal.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  body.index .fancybox-bg,
  body.company-index .fancybox-bg {
    background-image: url("/assets/images/common/bg_modal_sp.jpg");
  }
}

body.index .fancybox-content,
body.company-index .fancybox-content {
  background: none;
}

.modal-content__sm-close,
.modal-content__close,
.modal-content__sm-close,
.modal-content__close {
  color: #000;
}

body.index .modal-content__sm-close,
body.index .modal-content__close,
body.company-index .modal-content__sm-close,
body.company-index .modal-content__close {
  color: #fff;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-navigation {
  display: none;
}

.fancybox-infobar {
  display: none;
}

@media screen and (max-width: 768px) {
  .faq {
    margin: 0 -20px;
  }
}

.faq__body {
  margin-top: 50px;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 768px) {
  .faq__body {
    margin-top: 24px;
  }
}

.faq__content {
  border-top: 1px solid #ebebeb;
}

.faq__content__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .faq__content__header {
    height: auto;
    padding: 0;
  }
}

.faq__content__header::after {
  content: "Q";
  position: absolute;
  left: 0;
  top: 30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  background-color: #e3b500;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .faq__content__header::after {
    width: 38px;
    height: 38px;
    top: 27px;
    left: 20px;
  }
}

.faq__content__body {
  position: relative;
  background-color: #f3f1e8;
  padding: 50px 50px 50px 100px;
}

@media screen and (max-width: 768px) {
  .faq__content__body {
    padding: 30px 40px 34px 72px;
  }
}

.faq__content__body::after {
  content: "A";
  position: absolute;
  left: 0;
  top: 40px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  background-color: #e8604f;
}

@media screen and (max-width: 768px) {
  .faq__content__body::after {
    width: 38px;
    height: 38px;
    top: 34px;
    left: 20px;
  }
}

.faq__content__body .thumb .thumb__inner img {
  display: block;
  margin: 20px auto 0;
}

.faq__content__body .thumb .thumb__inner img:first-child {
  margin-top: 0;
}

.faq__content__title {
  width: 100%;
}

.faq__content__title a {
  display: block;
  padding: 38px 30px 38px 100px;
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .faq__content__title a {
    padding: 35px 50px 35px 72px;
    font-size: 1.4rem;
  }
}

.faq__content__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .faq__content__toggle {
    right: 20px;
  }
}

.faq__content__toggle::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .faq__content__toggle::after {
    font-size: 1.8rem;
  }
}

.faq__content__toggle.-active::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.ff.-serif-noto {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.form-content__item {
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .form-content__item {
    margin-top: 55px;
  }
}

.contact-thanks__title {
  font-size: 3.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 798px) {
  .contact-thanks__title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

.contact-awards-thanks__title {
  font-size: 3.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 798px) {
  .contact-awards-thanks__title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

.contact-awards-thanks__text {
  margin-bottom: 70px;
  font-size: 1.8rem;
  text-align: center;
}

.contact-awards-thanks__btn a {
  max-width: 600px;
}

.form-item__title {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .form-item__title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.text .form-item__require {
  line-height: 1;
  padding: 8px 14px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .text .form-item__require {
    font-size: 1.2rem;
    padding: 5px 8px 6px;
  }
}

.form-item__require {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  background-color: #e8604f;
  padding: 5px 14px;
}

@media screen and (max-width: 768px) {
  .form-item__require {
    font-size: 1.2rem;
    padding: 2px 8px 4px;
  }
}

.form-item__require.-option {
  background-color: #666666;
}

.form-item__body {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .form-item__body {
    margin-top: 15px;
  }
}

.form-item__sub-title {
  font-size: 1.4rem;
  margin-top: 24px;
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .form-item__sub-title{
    margin-right: 10px;
  }
}

.form-item__sub-title + .form-item__require {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .form-item__sub-title + .form-item__require {
    margin-top: 10px;
    margin-left: 0;
  }
}

.form-item__sub-title + .form-item__sub-title {
  margin-top: 6px;
}

.form-item__sub-title:last-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .form-item__sub-title:last-child {
    margin-bottom: 8px;
  }
}

.form-item__input {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .form-item__input {
    margin-top: 15px;
  }
}

.form-item__desc {
  margin: 0 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .form-item__desc {
    font-size: 1.4rem;
    margin: 0 8px;
  }
}

.form-item__agree {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .form-item__agree {
    margin-top: 28px;
  }
}

.form-item__agree-image {
  margin-top: 80px;
  margin-bottom: 20px;
}

.form-item__agree-image dl {
  font-size: 1.6rem;
  line-height: 2;
}

.form-item__agree-image dt {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

.form-item__agree-image dt:first-of-type {
  margin-top: 0;
}

.form-item__agree-image ul.list {
  margin-bottom: 5px;
}

.form-item__agree-image ul.list-notes {
  margin-top: 0;
}

.form-item__agree-image ul.list-notes li {
  font-size: 1.4rem;
}

.form-item__agree__desc {
  margin-bottom: 32px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .form-item__agree__desc {
    font-size: 1.2rem;
    margin-bottom: 24px;
    line-height: 2;
  }
}

.form-item__button {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .form-item__button {
    margin-top: 28px;
  }
}

.form-item__value {
  background-color: #f4f7fa;
  padding: 20px;
}

.form-item__value + .form-item__value,
.form-item__sub-title + .form-item__value,
.form-item__header + .form-item__value {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .form-item__value {
    padding: 10px 15px;
  }
}

.form-item__error {
  margin-top: 15px;
  color: #e8604f;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .form-item__error {
    font-size: 1.4rem;
  }
}

.input-checkbox {
  display: inline-block;
  margin-right: 40px;
}

.input-checkbox__input {
  display: none;
}

.input-checkbox__input:checked + .input-checkbox__item::after {
  opacity: 1;
}

.input-checkbox__item {
  position: relative;
  cursor: pointer;
  min-height: 39px;
  font-size: 1.6rem;
  padding-left: 44px;
}

@media screen and (max-width: 768px) {
  .input-checkbox__item {
    font-size: 1.4rem;
  }
}

.input-checkbox__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 29px;
  height: 29px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .input-checkbox__item::before {
    width: 24px;
    height: 24px;
  }
}

.input-checkbox__item::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}


.customer__content{
  width: 100%;
  margin-top: 40px;
}

.customer__content__body {
  width: 100%;
}

.customer__content__body .row.-md .col-4:nth-child(-n+3)  {
  padding-top: 0 !important;
}

.customer__content__btn{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative; 
  margin-top: 40px;
}

.customer__content__title,
.customer__content__toggle{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .customer__content__title,
  .customer__content__toggle{
    max-width: 275px;
  }
}

.customer__content__title a{
  width: 100%;
  border: solid 1px #84A5C6;
  display: block;
  text-decoration: none;
  padding: 25px 30px;
  text-align: center;
  font-size: 17px;
  color: #004F9D;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .customer__content__title a{
    padding: 20px 30px;
    font-size: 14px;
  }
}

.customer__content__toggle {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.customer__content__toggle::before,
.customer__content__toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 1px;
  background-color: #004f9d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .customer__content__toggle::before,
  .customer__content__toggle::after {
    width: 19px;
  }
}

.customer__content__toggle::before {
  right: 26px;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .customer__content__toggle::before {
    right: 24px;
    top: 30px;
  }
}

.customer__content__toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 26px;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .customer__content__toggle::after {
    right: 24px;
    top: 30px;
  }
}

.customer__content__toggle.-active::before,
.customer__content__toggle.-active::after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.customer__content__btn .customer__content__close {
  display: none;
}

.customer__content__btn:has(.-active) .customer__content__open{
  display: none;
}

.customer__content__btn:has(.-active) .customer__content__close{
  display: block;
}

/*
/* Input Radio

	<label class="input-radio">
		<input type="radio" class="input-radio__input" name="sample">
		<span class="input-radio__item">ラジオボタンのサンプル</span>
	</label>

/*
----------------------------------------------------------------- */
.input-radio {
  display: inline-block;
  margin: 10px 85px 10px 0;
  text-indent: -45px;
}

@media screen and (max-width: 768px) {
  .input-radio {
    display: block;
    margin: 16px 0;
    text-indent: -30px;
  }
}

.input-radio__input {
  display: none;
}

.input-radio__input:checked + .input-radio__item::after {
  opacity: 1;
}

.input-radio__item {
  position: relative;
  cursor: pointer;
  min-height: 39px;
  font-size: 1.6rem;
  padding-left: 44px;
}

@media screen and (max-width: 768px) {
  .input-radio__item {
    padding-left: 30px;
    font-size: 1.4rem;
  }
}

.input-radio__item::before,
.input-radio__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 29px;
  height: 29px;
  background-color: #f6f6f6;
  border-radius: 50%;
}

.input-radio__item::after {
  left: 8px;
  top: 8px;
  width: 13px;
  height: 13px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .input-radio__item::before,
  .input-radio__item::after {
    width: 22px;
    height: 22px;
    top: 1px;
  }

  .input-radio__item::after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 6px;
  }
}

.input-radio__group {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .input-radio__group {
    margin-left: 30px;
  }
}

/*
/* Input select

	<div class="input-select">
		<select name="">
			<option value="">foo</option>
		</select>
	</div>

/*
----------------------------------------------------------------- */
.input-select {
  position: relative;
  display: inline-block;
}

.input-select.-md {
  width: 384px;
}

@media screen and (max-width: 768px) {
  .input-select.-md {
    width: 100%;
  }
}

/* .input-select.-placeholder select {
  color: rgba(0, 0, 0, 0.22);
} */

.input-select select {
  color: #000;
}

.input-select select:disabled::-ms-value {
  color: #000;
}

.input-select::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  pointer-events: none;
  color: #004f9d;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .input-select::after {
    font-size: 1.6rem;
  }
}

.input-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
  background: transparent;
  border: none;
  border: none;
  font-size: 1.6rem;
  width: 100%;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .input-select select {
    height: 65px;
    padding: 0 20px 0 20px;
  }
}

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

.input-select select:focus-visible {
  outline: 1px solid #004f9d;
}

/*
/* Input text
/*
----------------------------------------------------------------- */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 90px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 1.6rem;
  background-color: #f6f6f6;
  width: 100%;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .input-text {
    height: 65px;
    padding: 20px;
  }
}

.input-text:focus-visible {
  outline: 1px solid #004f9d;
}

.input-text::-ms-clear {
  visibility: hidden;
}

.input-text::-ms-reveal {
  visibility: hidden;
}

.input-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-text::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-text::placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-text.-md {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .input-text.-md {
    width: 200px;
  }
}

.input-text.-sm {
  width: 187px;
}

@media screen and (max-width: 768px) {
  .input-text.-sm {
    width: 95px;
  }
}

.input-text.-xsm {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .input-text.-xsm {
    width: 60px;
  }
}

/*
/* Input text
/*
----------------------------------------------------------------- */
.input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 390px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 1.6rem;
  background-color: #f6f6f6;
  width: 100%;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .input-textarea {
    height: 265px;
    padding: 20px;
  }
}

.input-textarea:focus-visible {
  outline: 1px solid #004f9d;
}

.input-textarea::-ms-clear {
  visibility: hidden;
}

.input-textarea::-ms-reveal {
  visibility: hidden;
}

.input-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-textarea::placeholder {
  color: rgba(0, 0, 0, 0.22);
}

.input-textarea.-sm {
  width: 187px;
}

.input-textarea.-xsm {
  width: 100px;
}

.lifetime__title {
  font-size: 4.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 70px;
}

.lifetime__title:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lifetime__title {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}

.lifetime__title + .lifetime__desc {
  margin-top: -40px;
}

.lifetime__desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .lifetime__desc {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.lifetime__desc.-mt110 {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .lifetime__desc.-mt110 {
    margin-top: 35px;
  }
}

.lifetime__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lifetime__list {
    margin-top: 30px;
    margin-bottom: 28px;
  }
}

.lifetime__list.sa-custom .lifetime__list__item {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.lifetime__list.sa-custom .lifetime__list__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.lifetime__list.sa-custom .lifetime__list__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.lifetime__list.sa-custom.-run .lifetime__list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.lifetime__list__item {
  margin: 0 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lifetime__list__item {
    margin: 0 24px;
  }
}

.lifetime__list__item__label {
  margin-top: 28px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lifetime__list__item__label {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}

.lifetime__down {
  text-align: center;
  margin: -20px 0 -10px;
}

@media screen and (max-width: 768px) {
  .lifetime__down {
    margin: -10px 0 -16px;
  }
}

.lifetime__down::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  left: -2px;
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  .lifetime__bottle {
    margin: 0 -20px -30px;
  }
}

.lineup-item {
  width: 320px;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lineup-item {
    width: 251px;
  }
}

.lineup-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
  height: 234px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .lineup-item__inner {
    height: 200px;
    padding: 20px;
  }
}

.lineup-item__header {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .lineup-item__header {
    padding-bottom: 0;
  }
}

.lineup-item__thumb {
  position: relative;
  z-index: 1;
  width: 75px;
}

@media screen and (max-width: 768px) {
  .lineup-item__thumb {
    padding-left: 8px;
  }
}

.lineup-item__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  width: 100%;
}

.lineup-item__title {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .lineup-item__title {
    font-size: 1.6rem;
  }
}

.lineup-item__amount {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .lineup-item__amount {
    font-size: 1rem;
  }
}

.lineup-item__price {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.44);
}

@media screen and (max-width: 768px) {
  .lineup-item__price {
    margin-top: 16px;
    font-size: 1rem;
  }
}

.lineup-item__body {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .lineup-item__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
  }
}

.lineup-item__alcohol {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f1e8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lineup-item__alcohol {
    width: 45px;
    height: 45px;
    font-size: 1rem;
    top: 10px;
  }
}

.products-craftcola-index .lineup-item__alcohol,
.products-amasake-shiro-index .lineup-item__alcohol {
  display: none;
}

.list-notes + .btn {
  margin-top: 20px;
}

.list-notes {
  margin-top: 24px;
  margin-bottom: 24px;
}

.list-notes > li {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 2.4;
}

.list-notes.-lg > li {
  font-size: 1.6rem;
}

.list-notes.-md > li {
  font-size: 1.4rem;
  line-height: 1.9;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .list-notes.-md > li {
    font-size: 1.2rem;
  }
}

.list-notes:first-child {
  margin-top: 0;
}

.list-notes:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list-notes > li {
    font-size: 1rem;
    line-height: 2;
  }

  .list-notes.-lg > li {
    font-size: 1.4rem;
  }
}

.list-notes > li::before {
  content: "※ ";
  position: absolute;
  left: 0;
  top: 0;
  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;
}

.notice-number {
  margin-top: 24px;
  margin-bottom: 24px;
  counter-reset: notice-number;
}

.notice-number.-two {
  counter-reset: notice-number 1;
}

.notice-number > li {
  counter-increment: notice-number;
  position: relative;
  padding-left: 3em;
  font-size: 1.2rem;
  line-height: 2.4;
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .notice-number:first-child {
    margin-top: 0;
  }

  .notice-number:last-child {
    margin-bottom: 0;
  }

  .notice-number > li {
    font-size: 1.4rem;
    padding-left: 3.4em;
  }

  .notice-number.-sm > li {
    font-size: 1.2rem;
    padding-left: 3em;
  }
}

.notice-number > li:first-child {
  margin-top: 0;
}

.notice-number > li::before {
  align-items: center;
  content: "※" counter(notice-number);
  display: flex;
  height: 1em;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 8px;
  width: 1.6em;
}

.notice-number > li::after {
  content: "：";
  position: absolute;
  left: 1.6em;
  top: 8px;
  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;
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 768px) {
  .notice-number > li::before,
  .notice-number > li::after {
    top: 0.7em;
  }
}

.list-number {
  counter-reset: list-number;
}

.list-number.-yellow > li::before {
  background-color: #e3b500;
}

.list-number > li {
  counter-increment: list-number;
  position: relative;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
}

.list-number li .thumb {
  margin: 10px 0;
}

.list-number li .thumb:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list-number > li {
    font-size: 1.4rem;
    padding-left: 32px;
  }
}

.list-number > li:first-child {
  margin-top: 0;
}

.list-number > li::before {
  content: counter(list-number);
  position: absolute;
  left: 0;
  top: 6px;
  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;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background-color: #e8604f;
  font-size: 1.2rem;
}

.list-number.-color-none > li {
  padding-left: 30px;
}

@media screen and (max-width: 798px) {
  .list-number.-color-none > li {
    padding-left: 26px;
  }
}

.list-number.-color-none > li::before {
  content: counter(list-number) ".";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .list-number > li::before {
    width: 19px;
    height: 19px;
    top: 3px;
  }

  .list-number.-color-none > li::before {
    width: 19px;
    height: 19px;
    top: 4px;
    font-size: 1.4rem;
  }
}

.list-order {
  counter-reset: list-order;
}

.list-order > li {
  position: relative;
  counter-increment: list-order;
  font-size: 1.6rem;
  line-height: 2.4;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .list-order > li {
    font-size: 1.4rem;
    line-height: 2;
    text-indent: 0;
  }
}

.list-order > li::before {
  content: "(" counter(list-order) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px -2px;
}

@media screen and (max-width: 768px) {
  .list-tag {
    margin: -1px;
  }
}

@media screen and (max-width: 768px) {
  .list-tag.-sp-limit .list-tag__item:nth-child(n + 10) {
    display: none;
  }
  .list-tag.-sp-limit.-active .list-tag__item {
    display: block;
  }
}

.list-tag.-single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .list-tag.-single {
    margin-top: 20px;
  }
}

.list-tag__item {
  padding: 6px 2px;
}

@media screen and (max-width: 768px) {
  .list-tag__item {
    padding: 1px;
  }
}

.list-tag__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #f7f2dc;
  height: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  border-radius: 200px;
  text-decoration: none;
  border: 1px solid #f7f2dc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .list-tag__item a {
    font-size: 1rem;
    height: 39px;
    padding: 0 16px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) {
  .list-tag__item a:hover {
    background-color: transparent;
    color: #000;
  }
}

.list-tag__more {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .list-tag__more {
    display: none;
  }
}

.list-tag__more a {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  padding-right: 18px;
}

.list-tag__more a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 1rem;
}

.list {
  padding-left: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .list {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.list:first-child,
.list.mt0 {
  margin-top: 0;
}

.list:last-child,
.list.mb0 {
  margin-bottom: 0;
}

.list > li {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .list > li {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.list ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.list ul > li::before {
  content: "・";
}

@media screen and (min-width: 769px) {
  .list.-column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .list.-column3 li {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .main .products-detail__footer:last-child {
    margin-bottom: -40px;
  }
}

.modal-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding-top: 68px;
    padding-bottom: 48px;
  }
}

.modal-content__footer {
  margin-top: 80px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .modal-content__footer {
    margin-top: 33px;
  }
}

.modal-content__sm-close {
  width: 120px;
  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: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-size: 2rem;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.modal-content__sm-close:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .modal-content__sm-close {
    font-size: 1.4rem;
  }
}

.modal-content__sm-close::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .modal-content__sm-close::before {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}

.modal-content__sm-close:focus-visible {
  outline: 1px solid #004f9d;
}

.modal-content__close {
  position: absolute;
  right: 45px;
  top: 50px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-size: 1.8rem;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.modal-content__close:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .modal-content__close {
    font-size: 1rem;
    right: 16px;
    top: 24px;
  }
}

.modal-content__close::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 5.8rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .modal-content__close::before {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
}

.modal-content__close:focus-visible {
  outline: 1px solid #004f9d;
}

.modal-content__pinch {
  position: relative;
  margin-top: 20px;
  font-size: 1.2rem;
  padding-left: 52px;
}

@media screen and (min-width: 769px) {
  .modal-content__pinch {
    display: none;
  }
}

.modal-content__pinch::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 16px;
  top: 6px;
  color: #004f9d;
  font-size: 2.5rem;
}

.modal-products__ruby {
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-products__ruby {
    font-size: 1.2rem;
  }
}

.modal-products__title {
  font-size: 3.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-products__title {
    font-size: 2.4rem;
  }
}

.modal-products__desc {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 32px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .modal-products__desc {
    margin-top: 24px;
    font-size: 1.4rem;
    padding: 0 42px;
    line-height: 1.9;
  }
}

.modal-products__thumb {
  margin-top: 30px;
  text-align: center;
}

.modal-products__notes {
  margin-top: 45px;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .modal-products__notes {
    width: auto;
    padding: 0 12px;
    margin-top: 17px;
  }
}

.modal-products__notes__item {
  font-size: 1.2rem;
  line-height: 2.4;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .modal-products__notes__item {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.modal-environment__title {
  font-size: 3.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .modal-environment__title {
    font-size: 2.4rem;
  }
}

.modal-environment__thumb {
  text-align: center;
}

.modal-environment__thumb img {
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal-environment__thumb img {
    max-width: 100%;
    width: 100%;
  }
}

#modal-recruit {
  width: 100%;
}

.modal-recruit {
  max-width: 1000px;
  padding-top: 160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .modal-recruit {
    padding: 100px 20px 0;
  }
}

.modal-recruit__title {
  font-size: 3.2rem;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .modal-recruit__title {
    font-size: 2.4rem;
  }
}

.modal-recruit__period {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .modal-recruit__period {
    margin-top: 24px;
    margin-bottom: -15px;
  }
}

.modal-recruit__period p {
  font-size: 2.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #b50d23;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-recruit__period p {
    font-size: 2rem;
    text-align: left;
  }
}

.modal-recruit__body {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .modal-recruit__body {
    margin-top: 55px;
  }
}

.modal-recruit__table tr {
  border-top: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .modal-recruit__table tr {
    display: block;
    padding: 24px 0;
  }
}

.modal-recruit__table tr:last-child {
  border-bottom: 1px solid #efefef;
}

.modal-recruit__table th,
.modal-recruit__table td {
  padding: 32px 0;
  line-height: 2.2;
  color: #333;
}

@media screen and (max-width: 768px) {
  .modal-recruit__table th,
  .modal-recruit__table td {
    display: block;
    padding: 0;
    line-height: 2;
  }
}

.modal-recruit__table th {
  font-size: 2rem;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .modal-recruit__table th {
    width: auto;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

.modal-recruit__table td {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .modal-recruit__table td {
    font-size: 1.4rem;
  }
}

.modal-recruit__cv {
  margin: 130px -44px 0;
  padding-top: 124px;
  padding-bottom: 360px;
  background: url("/assets/images/company/employment/bg_cv.jpg") 50% 100%
    no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .modal-recruit__cv {
    padding-top: 60px;
    padding-bottom: 156px;
    margin: 70px -20px 0;
    background: url("/assets/images/company/employment/bg_cv_sp.jpg") 50% 100%
      no-repeat;
    background-size: cover;
  }
}

.modal-recruit__cv__title {
  font-size: 3.8rem;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-recruit__cv__title {
    font-size: 2.4rem;
  }
}

.modal-recruit__cv__body {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .modal-recruit__cv__body {
    margin-top: 25px;
    padding: 0 20px;
  }
}

.modal-voice {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .modal-voice {
    width: auto;
    padding: 0 20px;
  }
}

.modal-voice__title {
  font-size: 3.2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .modal-voice__title {
    font-size: 2.4rem;
  }
}

.modal-voice__name {
  font-size: 1.6rem;
  margin-top: 16px;
  color: #004f9d;
}

@media screen and (max-width: 768px) {
  .modal-voice__name {
    font-size: 1.3rem;
  }
}

.modal-voice__body {
  margin-top: 50px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .modal-voice__body {
    display: block;
    margin-top: 33px;
    padding-bottom: 80px;
  }
}

.modal-voice__footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99993;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-voice__footer.-active {
  opacity: 1;
  visibility: visible;
}

.modal-voice__label {
  width: 90px;
  height: 90px;
  background-color: #e8604f;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .modal-voice__label {
    width: 66px;
    height: 66px;
    font-size: 1rem;
    left: 8px;
    top: 8px;
  }
}

.modal-voice__thumb {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .modal-voice__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.modal-voice__content {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .modal-voice__content {
    margin-top: 30px;
    margin-left: 0;
  }
}

.page-anchor {
  margin-bottom: 40px;
  background-color: #f4f7fa;
  padding: 60px 70px;
}

.page-anchor .row {
  justify-content: flex-start !important;
}

@media screen and (max-width: 768px) {
  .page-anchor {
    padding: 40px 35px;
    margin: 0 -20px 40px;
  }

  .site-inner　 + 　.page-anchor {
    margin-top: -40px;
  }
}

.page-anchor__link a {
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .page-anchor__link a {
    font-size: 1.3rem;
  }
}

.page-anchor__link a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  font-size: 1.4rem;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .page-anchor__link a::after {
    font-size: 1rem;
  }
}

.anchor-link {
  display: block;
  margin-top: -10px;
  padding-top: 10px;
}

@media screen and (max-width: 798px) {
  .anchor-link {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-body {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-body.-bottom-fit {
    margin-bottom: -40px;
  }
}

.page-box-shochu {
  background-color: #f3f1e8;
  padding: 80px;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page-box-shochu {
    padding: 60px 30px;
    margin: 30px -20px 50px;
  }
}

/*.page-box-shochu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-box-shochu__inner {
    display: block;
  }
}

.page-box-shochu__header {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .page-box-shochu__header {
    width: auto;
    text-align: center;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}*/

.page-box {
  background-color: #f4f7fa;
  padding: 70px 70px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .page-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .page-box__sp-fit {
    margin: -30px -30px -10px !important;
  }
}

@media screen and (min-width: 769px) {
  .page-box.-wide {
    margin-left: -125px;
    margin-right: -125px;
  }
}

.page-box-bnr {
  padding: 0;
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
  background: #F6F6F6;
}


.page-box-bnr .page-box__inner {
  width: 100%;
  flex-direction:row nowrap;
  display: flex;
  align-items: stretch;
}


.page-box-bnr .page-box__inner > div:first-child {
  padding: 0;
  width: calc(330 / 800 * 100%);
  min-width: 330px;
}

.page-box-bnr .page-box__inner > div:first-child figure{
  height: 100%;
  display: flex;
  aspect-ratio: 330  / 220;
  width: 100%;
}

.page-box-bnr .page-box__inner > div:first-child img { 
  object-fit: cover;
  height: 100%;
}

.page-box-bnr .page-box__inner > div:last-child {
  padding: 36px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.page-box-bnr .btn.-link {
  padding: 15px 15px 0;
}

.page-box-bnr .btn.-link a{
  font-size: 1.4rem;
  padding: 10px 28px 11px 20px;
  max-width: 184px;
}

.page-box-bnr .title {
  font-size: 1.8rem;
  font-weight: bold;
}

.page-box-bnr .text {
  font-size: 2rem;
  line-height: 150%;
  margin: 5px 0 0;
}

.page-box-bnr .btn.-link a::after {
  right: 18px;
}

@media screen and (max-width: 768px) {
.page-box-bnr {
  margin: 30px auto 0;
  width: 80%;
}

.page-box-bnr .page-box__inner {
  flex-direction: column ;
}


.page-box-bnr .page-box__inner > div:first-child {
  padding: 0;
  width: 100%;
  min-width: 100%;
}


.page-box-bnr .page-box__inner > div:first-child img { 
  height: auto;
  width: 100%;
}

.page-box-bnr .page-box__inner > div:last-child {
  padding: 20px 20px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-box-bnr .btn.-link {
  padding: 15px 0 0;
}

.page-box-bnr .btn.-link a{
  font-size: 1.4rem;
  padding: 9px 28px 10px 20px;
  max-width: 184px;
}

.page-box-bnr .title {
  font-size: 1.4rem;
}

.page-box-bnr .text {
  font-size: 1.5rem;
}

.page-box-bnr .btn.-link a::after {
  right: 18px;
}
}


.page-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-flow + .form-item__error {
  margin-top: 80px;
}

.page-flow.-step-1 .page-flow__item:nth-child(1) {
  color: #000;
}

.page-flow.-step-1 .page-flow__item:nth-child(1)::before {
  opacity: 1;
}

.page-flow.-step-1 .page-flow__item:nth-child(1)::after {
  background-color: #004f9d;
}

.page-flow.-step-2 .page-flow__item:nth-child(2) {
  color: #000;
}

.page-flow.-step-2 .page-flow__item:nth-child(2)::before {
  opacity: 1;
}

.page-flow.-step-2 .page-flow__item:nth-child(2)::after {
  background-color: #004f9d;
}

.page-flow.-step-3 .page-flow__item:nth-child(3) {
  color: #000;
}

.page-flow.-step-3 .page-flow__item:nth-child(3)::before {
  opacity: 1;
}

.page-flow.-step-3 .page-flow__item:nth-child(3)::after {
  background-color: #004f9d;
}

.page-flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  .page-flow + .form-item__error {
    margin-top: 50px;
  }
  
  .page-flow__body {
    padding-top: 20px;
  }
}

.page-flow__item {
  position: relative;
  margin: 0 57px;
  font-size: 1.7rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .page-flow__item {
    font-size: 1.3rem;
    padding-bottom: 4px;
    margin: 0 30px;
  }
}

.page-flow__item:first-child {
  margin-left: -1em;
}

.page-flow__item:last-child {
  margin-right: -1em;
}

.page-flow__item::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #004f9d;
  opacity: 0;
}

.page-flow__item::after {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .page-flow__item::after {
    top: -26px;
  }
}

.page-header {
  position: relative;
}

.page-header img {
  max-width: none;
  width: 100%;
}

.page-header.sa-custom {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.page-header.sa-custom.-run {
  opacity: 1;
}

.page-header__title {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .page-header__title {
    left: 25px;
    top: auto;
    bottom: 25px;
    -webkit-transform: none;
    transform: none;
  }
}

.page-header__title.-yellow {
  position: absolute;
  left: 0;
  width: 100%;
  justify-content: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .page-header__title.-yellow {
    left: 25px;
    width: auto;
    transform: none;
    justify-content: flex-start;
  }
}

.page-header__title.-yellow .page-header__title__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3b500;
  width: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-header__title.-yellow .page-header__title__inner {
    /* width: 68px; */
  }
}

.page-header__title__inner {
  display: inline;
  background-color: #009d67;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  /* -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; */
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 8px 5px 14px 14px;
  letter-spacing: 0.2em;
  margin: 0 0;
}

.page-header__title__inner + .page-header__title__inner {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .page-header__title__inner {
    font-size: 4.5rem;
    padding: 6px 3px 9px 9px;
    letter-spacing: 0.2em;
    margin: 0 0;
  }

  .page-header__title__inner + .page-header__title__inner {
    margin-left: 10px;
  }
}

.page-header__horizon-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .page-header__horizon-title {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
  }
}

.page-header__horizon-title__inner {
  display: inline;
  background-color: #fff;
  color: #000;
  font-size: 4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 0 10px 4px 16px;
  letter-spacing: 0.2em;
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  .page-header__horizon-title__inner {
    font-size: 2.7rem;
    padding: 4px 8px 4px;
  }
}

@media screen and (max-width: 768px) {
  .page-header__horizon-title__inner.-sp-sm {
    font-size: 2.4rem;
  }
}

.page-header__horizon-title__inner.-sm {
  font-size: 3.6rem;
  padding: 16px 26px 18px 32px;
}

@media screen and (max-width: 768px) {
  .page-header__horizon-title__inner.-sm {
    font-size: 1.8rem;
    padding: 8px 16px 8px;
  }
}

.page-header__shape-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 3.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  background: url("/assets/images/company/img_visual_shape.png") 50% 50%
    no-repeat;
  width: 447px;
  height: 363px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .page-header__shape-title {
    font-size: 2.2rem;
    width: 240px;
    height: 195px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
}

.page-index {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .page-index {
    margin: 50px -20px 0;
  }
}

.page-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .page-index__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.page-index__list__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .page-index__list__item {
    width: 100%;
  }
}

.page-index__list__item.-col-4 {
  width: 33.333%;
}

@media screen and (min-width: 769px) {
  .page-index__list__item.-h120 a {
    height: 120px;
  }
}

.page-index__list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 22px 22px 22px 96px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-index__list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    padding: 65px 0 90px;
  }
}

.page-index__list__item a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page-index__list__item a::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.page-index__list__item__number {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  width: 37px;
  height: 37px;
  background-color: #f6f6f6;
  border-radius: 100px;
  font-size: 1.3rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .page-index__list__item__number {
    font-size: 1rem;
    width: 26px;
    height: 26px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 20px;
  }
}

.page-index__list__item__title {
  font-size: 1.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .page-index__list__item__title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .page-index__list__item__title span {
    position: relative;
    top: 0.1em;
    display: inline;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

.page-index__list__item__lead {
  font-size: 1.3rem;
  color: #e3b500;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .page-index__list__item__lead {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: -18px;
  }
}

.page-index__list__item__notes {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .page-index__list__item__notes {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
    margin-top: 0;
    margin-left: -18px;
  }
}

.page-index__notes {
  font-size: 1.2rem;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .page-index__notes {
    margin: 10px 20px 0;
  }
}

.page-local {
  margin-top: 180px;
  padding: 90px 0;
  background-color: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .page-local {
    margin-top: 75px;
    padding: 50px 35px;
  }
}

.page-local__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-local__inner {
    width: auto;
  }
}

.page-local__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -100px;
}

@media screen and (max-width: 768px) {
  .page-local__group {
    margin: -40px 0 -30px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .page-local__group .page-local__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .page-local__group .page-local__column {
    width: 50%;
  }
}

.page-local__columns {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  border-left: 1px solid rgba(34, 34, 34, 0.15);
}

@media screen and (max-width: 768px) {
  .page-local__columns {
    width: auto;
    padding: 40px 0 30px;
    border-left: none;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
  }
}

.page-local__columns:first-child {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .page-local__columns:first-child {
    border-top: none;
  }
}

.page-local__title {
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .page-local__title {
    font-size: 1.8rem;
  }
}

.page-local__title a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.page-local__title a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.6rem;
  color: #004f9d;
  margin-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-local__title a::after {
    font-size: 1.4rem;
    margin-left: 16px;
  }
}

.page-local__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page-local__body {
    display: block;
    margin-top: 16px;
  }
}

.page-local__list__item {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .page-local__list__item {
    padding: 12px 0;
  }
}

.page-local__list__item.-current a {
  text-decoration: none;
}

.page-local__list__item a {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .page-local__list__item a {
    font-size: 1.3rem;
  }
}

.page-local__list__item a[target="_blank"] {
  padding-right: 20px;
}

.page-local__list__item a[target="_blank"]::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .page-local__list__item a[target="_blank"]::after {
    top: 4px;
  }
}

.page-pagination {
  margin-top: 60px;
  padding: 35px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-pagination {
    padding: 25px 0;
    margin: 40px 0 0;
  }
}

.page-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-pagination__inner {
    width: auto;
  }
}

@media screen and (max-width: 576px) {
  .page-pagination__inner {
    flex-wrap: wrap;
  }
}

.page-pagination__prev a,
.page-pagination__close a,
.page-pagination__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 2rem;
  padding: 0 100px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .page-pagination__prev a,
  .page-pagination__close a,
  .page-pagination__next a {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

.page-pagination__prev a:hover,
.page-pagination__close a:hover,
.page-pagination__next a:hover {
  color: #004f9d;
}

.page-pagination__close {
  flex-grow: 1;
}

.page-pagination__close a {
  justify-content: center;
}

.page-pagination__prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

/* @media screen and (min-width: 769px) { */
.page-pagination__prev {
  position: absolute;
  left: 0;
}
/* } */

.page-pagination__prev a {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .page-pagination__prev a {
    padding-left: 20px;
  }
}

.page-pagination__prev a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .page-pagination__prev a::before {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}

.page-pagination__next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
}

/* @media screen and (min-width: 769px) { */
.page-pagination__next {
  position: absolute;
  right: 0;
}
/* } */

@media screen and (max-width: 550px) {
  .page-pagination__next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.page-pagination__next a {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .page-pagination__next a {
    padding-right: 20px;
  }
}

.page-pagination__next a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .page-pagination__next a::after {
    margin-left: 10px;
    font-size: 1.6rem;
  }
}

.page-pagination__close a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .page-pagination__close a::before {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}

.page-pagination__numbers {
  display: flex;
  font-weight: bold;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 !important;
}

@media screen and (max-width: 540px) {
  .page-pagination__numbers {
    width: calc(80 / 100 * 100%);
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.page-pagination__number {
  list-style: none;
  margin: 0 0.5em;
  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;
}

.page-pagination__number a {
  width: 35px;
  height: 35px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 798px) {
  .page-pagination__number a {
    font-size: 1.8rem;
  }
}

.page-pagination__number a::before {
  position: absolute;
  width: 0.8em;
  height: 1px;
  background: #000;
  display: inline-block;
  bottom: 4px;
  content: "";
}

@media screen and (min-width: 769px) {
  .page-pagination__number a:hover::before {
    display: none;
  }
}

.page-pagination__number a[aria-current="page"] {
  color: #004f9d;
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
  cursor: none;
}

.page-pagination__number a[aria-current="page"]::before {
  display: none;
}

.page-sec {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-sec .page-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-sec.-md {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .page-sec.-md {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.page-sec.-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page-sec.-lg {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.page-sec:first-child {
  margin-top: 0;
}

.page-sec:last-child {
  margin-bottom: 0;
}

.page-shochu {
  margin-top: 140px;
  background: 50% 100% no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 670px;
}

@media screen and (min-width: 769px) {
  .page-shochu {
    background-image: url("/assets/images/knowledge/bg_lifetime.jpg");
  }
}

@media screen and (max-width: 768px) {
  .page-shochu {
    margin-top: 85px;
    padding: 60px 0 263px;
    background-image: url("/assets/images/knowledge/bg_lifetime_sp.jpg");
  }
}

.page-shochu + .page-local {
  margin-top: 0;
}

.page-shochu__lead {
  font-size: 2.8rem;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .page-shochu__lead {
    font-size: 1.9rem;
  }
}

.page-shochu__lead__inner {
  border-bottom: 1px solid #fff;
  display: inline;
  line-height: 2.8;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page-shochu__lead__inner {
    padding-bottom: 8px;
  }
}

.page-tab-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  border-bottom: 2px solid #ddd;
}

@media screen and (min-width: 769px) {
  .page-tab-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .page-tab-line {
    margin: 20px -20px 20px 0;
    overflow-x: auto;
    border: none;
  }
}

.page-tab-line__item {
  padding: 0 26px;
}

@media screen and (max-width: 768px) {
  .page-tab-line__item {
    padding: 0 24px;
    white-space: nowrap;
    border-bottom: 2px solid #ddd;
  }
}

.page-tab-line__item a {
  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;
  padding: 22px 0;
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .page-tab-line__item a {
    padding: 12px 0;
    font-size: 1.3rem;
  }
}

.page-tab-line__item a:hover {
  color: #004f9d;
}

.page-tab-line__item a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #004f9d;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-tab-line__item.-active a::after {
  opacity: 1;
}

.page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -1px;
}

@media screen and (max-width: 768px) {
  .page-tab {
    margin: 20px -21px;
    overflow-x: auto;
  }
}

.page-tab__item {
  width: 25%;
  padding: 0 1px;
}

@media screen and (max-width: 768px) {
  .page-tab__item {
    width: auto;
    white-space: nowrap;
  }
}

.page-tab__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
  text-decoration: none;
  background-color: #f4f7fa;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .page-tab__item a {
    font-size: 1.3rem;
    padding: 23px 25px;
  }
}

.page-tab__item a:hover {
  color: #004f9d;
}

.page-tab__item.-active a {
  background-color: #004f9d;
  color: #fff;
}

.page-thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-thumb-box + .page-thumb-box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .page-thumb-box {
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .page-thumb-box {
    display: block;
  }
}

.page-thumb-box:last-of-type {
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}

.page-thumb-box__header {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .page-thumb-box__header {
    width: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.page-thumb-box__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-otsumami-box {
  display: flex;
  margin-bottom: -60px;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 2;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box {
    display: block;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.page-otsumami-box li {
  width: calc((100% - 60px) / 2);
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.page-otsumami-box li:nth-child(even) {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box li:nth-child(even) {
    margin-left: 0;
  }

  .page-otsumami-box li:last-child {
    margin-bottom: 0;
  }
}

.page-otsumami-box li h2 {
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box li h2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.page-otsumami-box li h2 span {
  color: #e3b500;
}

.page-otsumami-box__detail-video .thumb {
  margin: 0;
}

.page-otsumami-box li h3 {
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #e3b500;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  position: relative;
  top: -1.5em;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box li h3 {
    width: 60%;
    font-size: 1.6rem;
  }
}

.page-otsumami-box li h3::before {
  content: "";
  display: block;
  width: 74px;
  height: 178px;
  position: absolute;
  top: -90px;
  left: -15px;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box li h3::before {
    width: 52px;
    height: 125px;
    top: -55px;
  }
}

.page-otsumami-box li h3.-kurokiri::before {
  background: url("/assets/images/knowledge/otsumami/img_kurokiri.png");
  background-size: 100% auto;
}

.page-otsumami-box li h3.-shirokiri::before {
  background: url("/assets/images/knowledge/otsumami/img_shirokiri.png");
  background-size: 100% auto;
}

.page-otsumami-box li h3.-akakiri::before {
  background: url("/assets/images/knowledge/otsumami/img_akakiri.png");
  background-size: 100% auto;
}

.page-otsumami-box li h3.-ex::before {
  background: url("/assets/images/knowledge/otsumami/img_ex.png");
  background-size: 100% auto;
}

.page-otsumami-box__detail {
  display: flex;
  height: 100%;
  background-color: #f3f1e8;
  flex-direction: column;
}

.page-otsumami-box__detail-video {
  min-height: 0%;
}

.page-otsumami-box__detail-text {
  padding: 20px 50px 60px;
  min-height: 0%;
}

@media screen and (max-width: 768px) {
  .page-otsumami-box__detail-text {
    padding: 0 30px 40px;
  }
}

.page-otsumami-box__detail-text h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #e3b500;
  font-weight: bold;
  text-align: center;
}

.permalink.-external {
  position: relative;
  padding-right: 28px;
}

@media screen and (max-width: 768px) {
  .permalink.-external {
    padding-right: 16px;
  }
}

.socialmedia-index .permalink[class*="icon-"],
.socialmedia-index .title-serif[class*="icon-"]{
  position: relative;
  padding-left: 52px;
}

@media screen and (min-width: 769px) {
  .socialmedia-index .title-serif[class*="icon-"] {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .socialmedia-index .permalink[class*="icon-"],
  .socialmedia-index .title-serif[class*="icon-"] + ul li .permalink {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .socialmedia-index .title-serif[class*="icon-"] + ul li {
    padding-bottom: 5px;
  }
}

.socialmedia-index .permalink[class*="icon-"].-external::before,
.socialmedia-index .title-serif[class*="icon-"].-external::before {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}

.socialmedia-index .permalink[class*="icon-"]::before,
.socialmedia-index .title-serif[class*="icon-"]::before  {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  left: 0;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
}

.permalink.icon-line {
  position: relative;
}

.permalink.icon-line::before,
.title-serif.icon-line::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_1%22%20x%3D%220%22%20y%3D%220%22%20version%3D%221.1%22%20viewBox%3D%220%200%2075%2075%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%20id%3D%2286974%22%20opacity%3D%22.9%22%20transform%3D%22translate(-361%20-237.6)%22%3E%20%3Ccircle%20id%3D%22_349%22%20cx%3D%22398.4%22%20cy%3D%22275.1%22%20r%3D%2237.5%22%20fill%3D%22%2300b900%22%2F%3E%20%3Cg%20id%3D%22TYPE_A%22%20transform%3D%22translate(373.6%20252.8)%22%3E%20%3Cg%20id%3D%2286970%22%3E%20%3Cpath%20id%3D%22_47034%22%20fill%3D%22%23fff%22%20d%3D%22M50.4%2020.4C50.4%209.2%2039.1%200%2025.2%200S0%209.2%200%2020.4C0%2030.5%209%2039%2021.1%2040.6c.8.2%201.9.5%202.2%201.2.2.7.2%201.5.1%202.3l-.4%202.2c-.1.6-.5%202.5%202.2%201.4S39.7%2039.1%2045%2033c3.6-4%205.4-8.1%205.4-12.6%22%2F%3E%20%3Cg%20id%3D%2286969%22%20transform%3D%22translate(8.3%2015)%22%3E%20%3Cpath%20id%3D%22_47035%22%20d%3D%22M11.8%200H10c-.2%200-.5.2-.5.5v11c0%20.3.2.5.5.5h1.8c.3%200%20.5-.2.5-.5V.5c0-.3-.2-.5-.5-.5%22%20fill%3D%22%2300b900%22%2F%3E%20%3Cpath%20id%3D%22_47036%22%20d%3D%22M24%200h-1.8c-.3%200-.5.2-.5.5V7l-5-6.8h-1.8c-.7-.2-.9%200-.9.3v11c0%20.3.2.5.5.5h1.8c.3%200%20.5-.2.5-.5V5l5%206.8.1.1H24c.3%200%20.5-.2.5-.5V.4c0-.2-.3-.4-.5-.4%22%20fill%3D%22%2300b900%22%2F%3E%20%3Cpath%20id%3D%22_47037%22%20d%3D%22M7.5%209.2H2.7V.5c0-.3-.2-.5-.4-.5H.5C.2%200%200%20.2%200%20.5v11l.1.3.4.2h7.1c.2%200%20.4-.3.4-.5V9.7c0-.3-.2-.5-.5-.5%22%20fill%3D%22%2300b900%22%2F%3E%20%3Cpath%20id%3D%22_47038%22%20d%3D%22M33.7%202.7c.3%200%20.5-.2.5-.5V.5c0-.3-.2-.5-.5-.5h-7.1l-.3.1-.1.3v11l.1.3.3.1h7.1c.3%200%20.5-.2.5-.5V9.7c0-.3-.2-.5-.5-.5h-4.8V7.4h4.8c.3%200%20.5-.2.5-.5V5.1c0-.3-.2-.5-.5-.5h-4.8V2.7h4.8z%22%20fill%3D%22%2300b900%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E")
    center center no-repeat;
  background-size: 100% auto;
}

.permalink.-external.icon-twitter::before,
.title-serif.icon-twitter::before {
  background: url('/assets/images/common/img_sns_twitter.svg')
    center center no-repeat;
  background-size: 100% auto;
}

.permalink.-external.icon-youtube::before,
.title-serif.icon-youtube::before {
  width: calc(64px / 1.6);
  height: calc(45px / 1.6);
  background: url("/assets/images/common/img_sns_youtube.png") center center
    no-repeat;
  background-size: 100% auto;
}

.permalink.-external.icon-insta::before,
.title-serif.icon-insta::before {
  width: calc(80px / 2.1);
  height: calc(80px / 2.1);
  background: url("/assets/images/common/img_sns_insta.png") center center
    no-repeat;
  background-size: 100% auto;
}

.permalink.-external.icon-face::before,
.title-serif.icon-face::before {
  width: calc(80px / 2.1);
  height: calc(80px / 2.1);
  background: url("/assets/images/common/img_sns_facebook.png") center center
    no-repeat;
  background-size: 100% auto;
}

.permalink.-external.icon-weibo::before,
.title-serif.icon-weibo::before {
  background: url("/assets/images/common/img_sns_weibo.png") center center
    no-repeat;
  background-size: 100% auto;
}

.permalink.-external.icon-red::before,
.title-serif.icon-red::before {
  width: calc(80px / 2.1);
  height: calc(80px / 2.1);
  background: url("/assets/images/common/img_sns_red.png") center center
    no-repeat;
  background-size: 100% auto;
}

.permalink.-external::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  color: rgba(0, 0, 0, 0.46);
}

@media screen and (max-width: 768px) {
  .permalink.-external::after {
    font-size: 1rem;
    top: 6px;
  }

  .socialmedia-index .permalink[class*="icon-"].-external::after,
  .socialmedia-index .title-serif[class*="icon-"] + ul li .permalink.-external::after {
    top: 40%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
  }
}

.products-body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .products-body {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .products-body {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .products-detail {
    margin-bottom: -40px;
  }
}

.products-detail__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .products-detail__inner {
    display: block;
    margin-bottom: 0;
  }
}

.products-detail__header {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .products-detail__header {
    position: relative;
    width: auto;
    background: url("/assets/images/products/bg_visual_sp.jpg");
    background-size: cover;
  }
  .products-detail__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: #fff;
  }
}

.products-detail__visual {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .products-detail__visual {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .products-detail__visual img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__visual {
    position: relative;
    z-index: 1;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.products-detail__body {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 120px 0;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .products-detail__body {
    width: auto;
    padding: 10px 20px 0;
  }
}

.products-detail__body__inner {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .products-detail__body__inner {
    margin-bottom: 66px;
    padding: 0 15px;
  }
}

.products-detail__footer {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #f3f1e8;
}

@media screen and (max-width: 768px) {
  .products-detail__footer {
    overflow: hidden;
    padding-top: 0;
    margin-top: 60px;
    padding-bottom: 20px;
  }
}

.page-local + .products-detail__footer {
  margin-top: 0;
}

.products-detail__close {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.-run .products-detail__close {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.products-detail__title {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.products-detail__title:has(p) {
  border-bottom: 0;
}

.products-detail__title:has(p) ruby {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .products-detail__title:has(p) ruby {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__title ruby {
    display: ruby;
    margin: 0;
    padding: 0;
    ruby-position: over;
  }
}

.products-detail__title p {
  font-size: 0.8em;
  display: inline-block;
  color: #b50d23;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .products-detail__title p {
    margin-top: 18px;
    padding-top: 0;
    display: block;
  }
}

.products-detail__title a {
  font-size: 0.8em;
  display: block;
  color: #b50d23;
  padding-top: 8px;
  text-decoration: underline;
}

@media (hover: hover) {
  .products-detail__title a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__title a {
    margin-top: 18px;
    padding-top: 0;
    display: block;
  }
}

/* ーーーーーーーーーーーrubyを全部囲むと崩れる・pを追加する必要があるなどルビ位置の特殊な調整が必要な場合ーーーーーーーーーーーーー */
.ax-kirishima ruby,
.products-gyokukin-index .products-detail__title ruby,
.products-kin-kirishima-index .products-detail__title ruby,
.products-kokuho-kirishima-index .products-detail__title ruby,
.products-ax-kirishima-index .products-detail__title ruby,
.products-hyuganatsu-index .products-detail__title ruby {
  position: relative;
}


.ax-kirishima ruby > rt,
.products-gyokukin-index .products-detail__title ruby > rt,
.products-kin-kirishima-index .products-detail__title ruby > rt,
.products-kokuho-kirishima-index .products-detail__title ruby > rt,
.products-ax-kirishima-index .products-detail__title ruby > rt,
.products-hyuganatsu-index .products-detail__title ruby > rt   {
  text-align: left;
  position: relative;
  display: none;
}

.products-kin-kirishima-index .products-detail__title ruby::before {
  content: "トウチュウカソウ";
  position: absolute;
  display: block;
  font-size: 0.5em;
  top: -12px;
  left: 0;
}

.products-ax-kirishima-index .products-detail__title ruby::before {
  content: "エーエックス";
  position: absolute;
  display: block;
  font-size: 0.5em;
  top: -12px;
  right: 14%;
}

.products-kokuho-kirishima-index .products-detail__title ruby::before {
  content: "コクホウ";
  position: absolute;
  display: block;
  font-size: 0.5em;
  top: -12px;
  left: 55%;
}


.products-gyokukin-index .products-detail__title ruby::before {
  content: "ギョク";
  position: absolute;
  display: block;
  font-size: 0.5em;
  top: -12px;
  left: 19px;
}

.products-hyuganatsu-index .products-detail__title ruby::before {
  content: "ヒュウガナツ";
  position: absolute;
  display: block;
  font-size: .5em;
  top: -12px;
  right: 0
}


@media screen and (max-width: 550px) {
  .products-gyokukin-index .products-detail__title ruby::before {
    left: 16px;
  }

  .products-hyuganatsu-index .products-detail__title ruby {
    display: inline-block;
  }
}

.products-funfanbrew_ipl-index .products-detail__title ruby {
  margin-left: -10px;
}

.products-funfanbrew_ipl-index .products-detail__title ruby rt {
  margin-left: -55px;
  position: relative;
  display: block;
  font-size: 0.5em;
}

@media screen and (max-width: 550px) {
  .products-funfanbrew_ipl-index .products-detail__title ruby {
    margin-left: -25px;
  }

  .products-funfanbrew_ipl-index .products-detail__title ruby rt {
    position: relative;
    display: block;
    font-size: 0.5em;
    margin-left: -20px;
    margin-top: 5px;
  }
}


.ax-kirishima ruby::before {
  content: "エーエックス";
  position: absolute;
  display: block;
  font-size: 0.5em;
  top: -12px;
  left: -30px;
}

@media screen and (max-width: 768px) {
  .ax-kirishima ruby::before {
    top: -8px;
  }
}

.-run .products-detail__title {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media screen and (max-width: 768px) {
  .products-detail__title {
    font-size: 2.1rem;
  }
}

.products-detail__lead {
  margin-top: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.-run .products-detail__lead {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .products-detail__lead {
    margin-top: 20px;
    font-size: 1.9rem;
  }
}

.products-detail__desc {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-top: 32px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.-run .products-detail__desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .products-detail__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 16px;
  }
}

.products-detail__data {
  margin-top: 90px;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.-run .products-detail__data {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .products-detail__data {
    margin-top: 28px;
    margin-bottom: 30px;
  }
}

.products-detail__tag {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.-run .products-detail__tag {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.products-detail__lineup {
  /*padding-top: 40px;*/
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .products-detail__lineup {
    margin: 0 0 70px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__lineup__item {
    margin: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__lineup__item:last-child {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__lineup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding: 0 12px;
  }
}

.products-detail__lineup .slick-prev,
.products-detail__lineup .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 35px;
  cursor: pointer;
}

.products-detail__lineup .slick-prev:focus-visible,
.products-detail__lineup .slick-next:focus-visible {
  outline: 1px solid #004f9d;
}

.products-detail__lineup .slick-prev:disabled,
.products-detail__lineup .slick-next:disabled {
  opacity: 0.6;
  pointer-events: none;
}

.products-detail__lineup .slick-prev::after,
.products-detail__lineup .slick-next::after {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.products-detail__lineup .slick-prev {
  left: -10px;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  text-indent: -5000px;
}

.products-detail__lineup .slick-prev::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.5rem;
}

.products-detail__lineup .slick-prev:hover::after {
  right: 10px;
}

.products-detail__lineup .slick-next {
  right: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  text-indent: -5000px;
}

.products-detail__lineup .slick-next::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.5rem;
}

.products-detail__lineup .slick-next:hover::after {
  left: 10px;
}

.products-detail__lineup__header {
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .products-detail__lineup__header {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.products-detail__banner {
  position: relative;
  margin-bottom: 20px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .products-detail__banner {
    margin: 0 20px 10px;
  }
}

.products-detail__banner a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-decoration: none;
}

.products-detail__banner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .products-detail__banner img {
    max-width: none;
    width: 100%;
  }
}

.products-detail__banner__desc {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #fff;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .products-detail__banner__desc {
    font-size: 1.2rem;
    left: 14px;
    top: 7px;
  }
}

.products-detail__banner__desc::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1rem;
  margin-left: 8px;
}

.products-detail__shop {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .products-detail__shop {
    margin: 0 20px;
  }
}

.products-detail__share {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .products-detail__share {
    margin-top: 31px;
  }
}

.products-detail__share__body {
  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;
}

.products-detail__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 13px;
}

.products-detail__share__list__item {
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .products-detail__share__list__item {
    margin: 0 6px;
    width: 33px;
  }
}

.products-detail__share__list__item:nth-child {
  width: 38px;
}

.products-detail__share__list__item a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.products-detail__share__list__item a:hover {
  opacity: 0.8;
}

.products-detail__share__title {
  font-size: 1.5rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 8px 8px;
}

@media screen and (max-width: 768px) {
  .products-detail__share__title {
    font-size: 1.2rem;
  }
}

.products-detail__share__desc {
  text-align: center;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .products-detail__share__desc {
    font-size: 1rem;
  }
}

.products-detail__relation {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .products-detail__relation {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .products-detail__relation:first-child {
    margin-top: 0;
  }
}

.products-detail__relation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 54px -15px 0;
}

@media screen and (max-width: 768px) {
  .products-detail__relation__body {
    overflow-x: auto;
    margin: 0;
    padding: 0 10px 60px;
  }
}

.products-detail__relation__body.-columns-3 .products-detail__relation__item {
  width: 33.333%;
}

@media screen and (max-width: 768px) {
  .products-detail__relation__body.-columns-3 .products-detail__relation__item {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__relation__body.-columns-3
    .products-detail__relation__item
    a {
    width: 255px;
  }
}

@media screen and (max-width: 768px) {
  .products-detail__relation__body.-columns-3
    .products-detail__relation__item
    > div {
    width: 255px;
  }
}

.products-detail__relation__item {
  width: 25%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .products-detail__relation__item {
    width: auto;
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/*.products-detail__relation__item:last-child {
  padding-right: 20px;
}*/

.products-detail__relation__item > div {
  -webkit-box-shadow: 20px 20px 50px rgba(132, 132, 132, 0.16);
  box-shadow: 20px 20px 50px rgba(132, 132, 132, 0.16);
}

@media screen and (max-width: 768px) {
  .products-detail__relation__item > div {
    width: 188px;
  }
}

.products-detail__relation__more {
  width: 25%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .products-detail__relation__more {
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
    width: auto;
  }
}

.products-detail__relation__more__inner {
  height: 100%;
}

.products-detail__relation__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 44px);
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 2px solid #84a5c6;
  text-decoration: none;
  background-color: #fff;
  font-size: 2rem;
  color: #004f9d;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.products-detail__relation__more a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .products-detail__relation__more a {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 188px;
    height: 100%;
    -webkit-box-shadow: 20px 20px 50px rgba(132, 132, 132, 0.16);
    box-shadow: 20px 20px 50px rgba(132, 132, 132, 0.16);
  }
}

.products-detail__relation__more a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: 24px;
}

.products-detail__content {
  margin-top: 100px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.-run .products-detail__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .products-detail__content {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.products-detail__content__box {
  background-color: #f3f1e8;
  padding: 50px 70px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .products-detail__content__box {
    padding: 35px;
    margin-top: 25px;
  }
}

.products-detail__content__box__title {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .products-detail__content__box__title {
    font-size: 1.7rem;
  }
}

.products-detail__content__box__title span {
  color: #e3b500;
}

.products-detail__content__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .products-detail__content__box__body {
    display: block;
    margin-top: 40px;
  }
}

.products-detail__content__box__body.-first {
  margin-top: 40px;
}

.products-detail__content__box__thumb {
  width: 198px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .products-detail__content__box__thumb {
    margin: 0 auto;
  }
}

.products-detail__content__box__content {
  padding-left: 46px;
}

@media screen and (max-width: 768px) {
  .products-detail__content__box__content {
    margin-top: 24px;
    padding-left: 0;
  }
}

.products-detail__content__box__content .title-serif {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .products-detail__content__box__content .title-serif {
    text-align: center;
  }
}

.products-detail__content__box__content .text {
  line-height: 2.2;
}

.products-detail__content__howto {
  background-color: #fff;
  margin-top: 30px;
  padding: 34px 40px;
}

@media screen and (max-width: 768px) {
  .products-detail__content__howto {
    padding: 25px;
    margin-top: 20px;
  }
}

.products-detail__content__howto__title {
  font-size: 1.8rem;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .products-detail__content__howto__title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.products-detail__content__howto__title span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3b500;
}

@media screen and (max-width: 768px) {
  .products-detail__content__howto__title span {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 769px) {
  .products-detail__content__howto__title + .text {
    margin-top: -1em;
  }
}

.products-header {
  padding-top: 55px;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .products-header {
    background-image: url("/assets/images/products/img_visual.jpg");
  }
}

@media screen and (max-width: 768px) {
  .products-header {
    padding-top: 0;
  }
}

.products-header__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .products-header__inner {
    width: 1240px;
  }
}

@media screen and (max-width: 768px) {
  .products-header__inner {
    width: auto;
  }
}

.products-header__title {
  text-align: right;
  padding-right: 200px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.-run .products-header__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1400px) {
  .products-header__title {
    padding-right: 140px;
  }
}

@media screen and (max-width: 768px) {
  .products-header__title {
    padding-right: 32px;
    padding: 9px 32px 25px 0;
    background: url("/assets/images/products/img_visual_sp.jpg") 50% 80%
      no-repeat;
    background-size: cover;
  }
}

.products-header__body {
  position: relative;
  margin: 45px auto 0;
  padding: 98px 200px 0;
  background: url("/assets/images/common/img_border_yellow.png") 0 0 repeat-x;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.-run .products-header__body {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1400px) {
  .products-header__body {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .products-header__body {
    margin-top: 0;
    padding: 50px 16px 0;
  }
}

.products-header__footer {
  padding-top: 40px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.-run .products-header__footer {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .products-header__footer {
    padding-top: 16px;
  }
}

.products-header__thumb {
  position: absolute;
  left: 200px;
  bottom: 100%;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.-run .products-header__thumb {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .products-header__thumb {
    left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .products-header__thumb {
    left: 18px;
    width: 200px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@media screen and (max-width: 360px) {
  .products-header__thumb {
    width: 160px;
  }
}

.products-header__result {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .products-header__result {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}

.products-header__result__number {
  font-size: 5rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 0 16px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .products-header__result__number {
    font-size: 3rem;
    padding: 0 10px;
  }
}

.products-item {
  height: 100%;
}

.products-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .products-item a:hover {
    color: #004f9d;
  }
  .products-item a:hover .products-item__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.products-item__thumb {
  text-align: center;
  overflow: hidden;
}

.products-item__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .products-item__thumb img {
    max-width: none;
    width: 100%;
  }
}

.products-item__title {
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .products-item__title {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

.products-item__title.-sm {
  font-size: 1.8rem;
}

.products-item__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 20px 48px;
}

@media screen and (max-width: 768px) {
  .products-item__body {
    padding: 4px 12px 38px;
  }
}

.products-item__tag {
  text-align: center;
}

.products-item__tag.-sm .products-item__tag__item {
  font-size: 1.2rem;
}

.products-item__tag__item {
  display: inline-block;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.4);
  padding: 0 4px;
}

@media screen and (max-width: 768px) {
  .products-item__tag__item {
    font-size: 1rem;
    padding: 0 2px;
  }
}

.products-item__old.-sm .products-item__old__item {
  font-size: 1.2rem;
}

.products-item__old__item {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.4);
}

.products-item__old__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .products-item__old__item {
    font-size: 1.2rem;
  }
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .products-list {
    margin-top: 0;
  }
}

.products-list__item {
  width: 25%;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media screen and (min-width: 769px) {
  .products-list__item:nth-child(0) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .products-list__item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .products-list__item:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .products-list__item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .products-list__item:nth-child(4) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .products-list__item:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .products-list__item:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .products-list__item:nth-child(7) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .products-list__item:nth-child(8) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .products-list__item:nth-child(9) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .products-list__item:nth-child(10) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .products-list__item:nth-child(11) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .products-list__item:nth-child(12) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .products-list__item:nth-child(13) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .products-list__item:nth-child(14) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .products-list__item:nth-child(15) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .products-list__item:nth-child(16) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .products-list__item:nth-child(17) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .products-list__item:nth-child(18) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  .products-list__item:nth-child(19) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .products-list__item:nth-child(20) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  .products-list__item:nth-child(21) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  .products-list__item:nth-child(22) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .products-list__item:nth-child(23) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
  .products-list__item:nth-child(24) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
  .products-list__item:nth-child(25) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
  .products-list__item:nth-child(26) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }
  .products-list__item:nth-child(27) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .products-list__item:nth-child(28) {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s;
  }
  .products-list__item:nth-child(29) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }
  .products-list__item:nth-child(30) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s;
  }
  .products-list__item:nth-child(31) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }
  .products-list__item:nth-child(32) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }
  .products-list__item:nth-child(33) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }
  .products-list__item:nth-child(34) {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }
  .products-list__item:nth-child(35) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
  }
  .products-list__item:nth-child(36) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s;
  }
  .products-list__item:nth-child(37) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
  }
  .products-list__item:nth-child(38) {
    -webkit-transition-delay: 4.1s;
    transition-delay: 4.1s;
  }
  .products-list__item:nth-child(39) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s;
  }
}

@media screen and (max-width: 768px) {
  .products-list__item:nth-child(0) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .products-list__item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .products-list__item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .products-list__item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .products-list__item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .products-list__item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .products-list__item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .products-list__item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .products-list__item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .products-list__item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .products-list__item:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .products-list__item:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .products-list__item:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .products-list__item:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .products-list__item:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .products-list__item:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .products-list__item:nth-child(16) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .products-list__item:nth-child(17) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .products-list__item:nth-child(18) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .products-list__item:nth-child(19) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .products-list__item:nth-child(20) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .products-list__item:nth-child(21) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  .products-list__item:nth-child(22) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .products-list__item:nth-child(23) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  .products-list__item:nth-child(24) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  .products-list__item:nth-child(25) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .products-list__item:nth-child(26) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
  .products-list__item:nth-child(27) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
  .products-list__item:nth-child(28) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
  .products-list__item:nth-child(29) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }
  .products-list__item:nth-child(30) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .products-list__item:nth-child(31) {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s;
  }
  .products-list__item:nth-child(32) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }
  .products-list__item:nth-child(33) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s;
  }
  .products-list__item:nth-child(34) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }
  .products-list__item:nth-child(35) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }
  .products-list__item:nth-child(36) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }
  .products-list__item:nth-child(37) {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }
  .products-list__item:nth-child(38) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
  }
  .products-list__item:nth-child(39) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s;
  }
}

.-run .products-list__item {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .products-list__item {
    width: 33.333%;
    margin-top: 0;
  }
}

@media screen and (max-width: 550px) {
  .products-list__item {
    width: 50%;
  }
}

.products-relation {
  margin-top: 32px;
  padding-top: 100px;
  border-top: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
  .products-relation {
    padding: 50px 16px 0;
  }
}

.products-relation__footer {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .products-relation__footer {
    margin-top: 20px;
  }
}

.quality-header {
  position: relative;
  z-index: 1;
}

.quality-header__thumb-1 {
  position: absolute;
  top: -45px;
  left: -190px;
}

@media screen and (max-width: 768px) {
  .quality-header__thumb-1 {
    width: 250px;
    left: -130px;
    top: -100px;
  }
}

.quality-summary {
  margin-top: 140px;
  background-color: #f3f1e8;
  padding: 0 174px 90px;
}

@media screen and (max-width: 768px) {
  .quality-summary {
    margin: 70px -20px 80px;
    padding: 0 20px 60px;
  }
}

.quality-summary__thumb {
  text-align: center;
  position: relative;
  top: -70px;
  margin-bottom: -60px;
}

@media screen and (max-width: 768px) {
  .quality-summary__thumb {
    margin-bottom: -70px;
  }
}

.quality-summary__lead {
  font-size: 2.8rem;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .quality-summary__lead {
    font-size: 2.1rem;
  }
}

.quality-tab {
  background-color: #f5f3ed;
  padding-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .quality-tab {
    padding: 40px 15px 0;
    margin: 0 -20px 80px;
  }
}

.quality-tab__inner {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .quality-tab__inner {
    width: auto;
  }
}

.quality-tab__item {
  width: 490px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .quality-tab__item {
    width: auto;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
  }
}

.quality-tab__item a {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  background-color: #f0e7c8;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #000;
}

@media screen and (max-width: 768px) {
  .quality-tab__item a {
    height: 80px;
    font-size: 1.3rem;
  }
}

.quality-tab__item a:hover {
  opacity: 0.7;
}

.quality-tab__item a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: 10px;
  color: #d9b024;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .quality-tab__item a::after {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.quality-tab__item.-current a {
  background-color: #fff;
  color: #d9b024;
  pointer-events: none;
}

.quality-tab__item.-current a::after {
  opacity: 0;
}

.quality-topics {
  margin-top: 180px;
  margin-bottom: -180px;
  background-color: #f3f1e8;
  padding-top: 150px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .quality-topics {
    padding: 60px 0 65px;
    margin: 60px -20px -75px;
  }
}

.quality-topics__label {
  text-align: center;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: rgba(34, 34, 34, 0.3);
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .quality-topics__label {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

.quality-topics__title {
  font-size: 4.2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .quality-topics__title {
    font-size: 2.8rem;
  }
}

.quality-topics__title span {
  color: #e3b500;
}

.quality-topics__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .quality-topics__body {
    display: block;
  }
}

.quality-topics__content {
  width: 50%;
  margin: 70px 0 0;
  padding-top: 140px;
}

@media screen and (max-width: 768px) {
  .quality-topics__content {
    width: auto;
    padding: 125px 20px 0;
    margin-top: 50px;
    padding-top: 0;
  }
}

.quality-topics__content__thumb {
  position: relative;
  background-color: #e3b500;
  padding-top: 140px;
  width: 410px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .quality-topics__content__thumb {
    padding-top: 0;
    width: auto;
    margin-right: -20px;
  }
}

.quality-topics__content__thumb__image {
  position: absolute;
  top: -140px;
  left: -30px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .quality-topics__content__thumb__image {
    position: static;
    margin-left: -20px;
    margin-right: 20px;
  }
  .quality-topics__content__thumb__image::after {
    content: "";
    display: block;
    width: 20px;
    height: 40%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f3f1e8;
  }
}

.quality-topics__content__title {
  color: #fff;
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 34px 85px 34px 40px;
}

@media screen and (max-width: 768px) {
  .quality-topics__content__title {
    font-size: 2rem;
    padding: 25px 65px 25px 30px;
  }
}

.quality-topics__content__number {
  color: rgba(255, 255, 255, 0.3);
  font-size: 5.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  position: absolute;
  right: 40px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .quality-topics__content__number {
    font-size: 5rem;
    bottom: 5px;
    right: 30px;
  }
}

.quality-topics__content__body {
  width: 410px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .quality-topics__content__body {
    width: auto;
    margin-top: 30px;
  }
}

.sa-fade {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.sa-fade.-run {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sa {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

@media print {
  .sa {
    opacity: 1;
  }
}

.sa.-run {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.shochu-content__header {
  width: 100%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -275px;
}

@media screen and (max-width: 768px) {
  .shochu-content__header {
    margin-bottom: 0;
    padding-top: 40px;
    margin-bottom: -25px;
  }
}

.shochu-content__title {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding-right: 175px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .shochu-content__title {
    width: auto;
    text-align: center;
    padding-right: 0;
  }
}

.shochu-detail__label {
  display: inline-block;
  color: #fff;
  background-color: #e8604f;
  font-size: 1.8rem;
  padding: 8px 16px;
  margin-bottom: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .shochu-detail__label {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
}

.shochu-detail__label + .shochu-detail__title {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .shochu-detail__label + .shochu-detail__title {
    margin-top: 0;
  }
}

.shochu-detail__title {
  font-size: 4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 28px;
  }
}

.shochu-detail__title ruby rt {
  font-size: 1rem;
}

.shochu-detail__header {
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__header {
    margin-bottom: 67px;
  }
}

.shochu-detail__body {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .shochu-detail__body {
    width: auto;
  }
}

.shochu-detail__body.-wide {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__body.-wide {
    width: auto;
  }
}

.shochu-detail__section {
  width: 140px;
  height: 140px;
  margin: 110px auto 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("/assets/images/common/img_shape_01.png") 50% 50% no-repeat;
  background-size: 135px auto;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__section {
    width: 100px;
    height: 100px;
    background-size: contain;
    margin: 0 10px 25px auto;
  }
}

.shochu-detail__section.-reverse {
  background-image: url("/assets/images/common/img_shape_02.png");
  padding-left: 0;
  padding-right: 12px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__section.-reverse {
    margin: 0 auto 25px 10px;
  }
}

.shochu-detail__section__label {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .shochu-detail__section__label {
    font-size: 1rem;
  }
}

.shochu-detail__section__number {
  font-size: 3.3rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .shochu-detail__section__number {
    font-size: 2.4rem;
  }
}

.shochu-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .shochu-detail__content {
    display: block;
  }
}

.shochu-detail__content.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.shochu-detail__content.-reverse .shochu-detail__content__body {
  padding-left: 0;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__content.-reverse .shochu-detail__content__body {
    padding-right: 0;
  }
}

.shochu-detail__content__header {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .shochu-detail__content__header {
    width: auto;
  }
}

.shochu-detail__content__body {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .shochu-detail__content__body {
    width: auto;
    padding-left: 0;
    padding-top: 35px;
    margin-bottom: 50px;
  }
}

.site-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .site-inner {
    width: 1240px;
  }
}

@media screen and (min-width: 769px) {
  .site-inner.-sm {
    width: 1000px;
  }
}

.sec-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.slide-controller,
.slide-controller-employment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .slide-controller,
  .slide-controller-employment {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slide-controller.-white .slide-controller__page,
.slide-controller.-white .slide-controller__prev,
.slide-controller.-white .slide-controller__next {
  color: #fff;
}

.slide-controller__page,
.slide-controller-employment__page {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .slide-controller__page,
  .slide-controller-employment__page {
    font-size: 1.3rem;
  }
}

.slide-controller__prev,
.slide-controller__next,
.slide-controller-employment__prev,
.slide-controller-employment__next  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 3.5rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slide-controller__prev,
  .slide-controller__next,
  .slide-controller-employment__prev,
  .slide-controller-employment__next  {
    font-size: 3rem;
  }
}

.slide-controller__prev:focus-visible,
.slide-controller__next:focus-visible,
.slide-controller-employment__prev:focus-visible,
.slide-controller-employment__next:focus-visible  {
  outline: 1px solid #004f9d;
}

.slide-controller__prev,
.slide-controller-employment__prev {
  margin-right: 28px;
  padding-left: 10px;
}

.slide-controller__prev::after,
.slide-controller-employment__prev::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: -7px;
  left: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.slide-controller__prev:hover::after,
.slide-controller-employment__prev:hover::after {
  left: -5px;
}

.slide-controller__next,
.slide-controller-employment__next {
  margin-left: 28px;
  padding-right: 10px;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .slide-controller__next,
  .slide-controller-employment__next {
    margin-right: 0;
  }
}

.slide-controller__next::after,
.slide-controller-employment__next::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: -7px;
  left: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.slide-controller__next:hover::after,
.slide-controller-employment__next:hover::after {
  left: 5px;
}

@media screen and (min-width: 769px) {
  .slide-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
  }
  .slide-movie__item {
    width: 33.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .slide-movie__item .text:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .slide-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    overflow-x: auto;
  }
  .slide-movie__item {
    padding-left: 20px;
    width: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .slide-movie__item:last-child {
    padding-right: 20px;
  }
}

.slide-movie a {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .slide-movie a:hover {
    opacity: 0.7;
  }
}

/* 1カラム 動画 */
@media screen and (min-width: 769px) {
  .movie-1col {
    display: block;
  }
  .movie-1col__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .movie-1col__item .text:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .movie-1col {
    display: block;
  }
  .movie-1col__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.movie-1col a {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .movie-1col a:hover {
    opacity: 0.7;
  }
}

.stair-box {
  height: 100%;
}

.stair-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .stair-box a:hover .stair-box__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.stair-box a[target="_blank"] .stair-box__body::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.46);
}

.stair-box__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .stair-box__thumb {
    margin-right: 25px;
  }
}

.stair-box__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.stair-box__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  top: -64px;
  background-color: #fff;
  padding: 100px 60px 40px 30px;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
  .stair-box__body {
    padding: 80px 64px 38px 28px;
    margin-left: 25px;
    top: -50px;
    margin-bottom: -50px;
  }
}

.stair-box__body::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 30px;
  font-size: 2rem;
  top: calc(50% + 32px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #004f9d;
}

@media screen and (max-width: 768px) {
  .stair-box__body::after {
    top: calc(50% + 25px);
    right: 25px;
    font-size: 1.6rem;
  }
}

.stair-box__category {
  position: absolute;
  left: 30px;
  top: 48px;
  z-index: 1;
  padding: 6px 12px;
  background-color: #e8604f;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .stair-box__category {
    top: 35px;
    font-size: 1.2rem;
  }
}

.stair-box__title {
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .stair-box__title {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}

.stair-box__sub-title {
  font-size: 1.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .stair-box__sub-title {
    font-size: 1.3rem;
  }
}

.stair-box__lead {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 20px;
}

.stair-box__desc {
  margin-top: 4px;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .stair-box__desc {
    font-size: 1.4rem;
  }
}

.stair-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .stair-content {
    display: block;
  }
}

.stair-content.-assort {
  background-color: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .stair-content.-assort {
    margin: 0 -20px;
  }
}

.stair-content.-image {
  background: url("/assets/images/knowledge/bg_shochu.jpg") 50% 100% no-repeat
    #f4f7fa;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .stair-content.-image {
    margin: 0 -20px 0;
    background: url("/assets/images/knowledge/bg_shochu_sp.jpg") 50% 100%
      no-repeat #f4f7fa;
    background-size: 100% auto;
  }
}

.stair-content.-image .stair-content__inner {
  padding-bottom: 420px;
}

@media screen and (max-width: 768px) {
  .stair-content.-image .stair-content__inner {
    padding-bottom: 230px;
  }
}

@media screen and (max-width: 768px) {
  .stair-content.-lg .stair-content__item:first-child {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .stair-content.-lg .stair-content__item:nth-child(1),
  .stair-content.-lg .stair-content__item:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .stair-content.-lg .stair-content__item:nth-child(even) {
    top: 230px;
  }
}

@media print {
  .stair-content.-lg .stair-content__item:nth-child(even) {
    top: 230px;
  }
}

.stair-content__inner {
  width: 1000px;
  padding-top: 133px;
  padding-bottom: 240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .stair-content__inner {
    width: auto;
    padding-top: 55px;
    padding-bottom: 140px;
  }
}

.stair-content__item {
  width: 440px;
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .stair-content__item {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .stair-content__item:first-child {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .stair-content__item:nth-child(1),
  .stair-content__item:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .stair-content__item:nth-child(even) {
    top: 100px;
  }
}

.table-basic,
.table-scroll {
  width: 100%;
  border-left: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.knowledge-zerozero-index .table-scroll {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .table-scroll {
    width: 820px;
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
  }
}

.privacy-index .table-scroll {
  table-layout: fixed;
}

.table-scroll__wrapper-outer .table-scroll__wrapper .table-scroll-sticky thead{
       position: sticky;
      left: 0;
      top: 0;
   }

@media screen and (max-width: 798px) {
  .table-scroll__wrapper {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  .table-basic__wrapper,
  .table-scroll__wrapper {
    margin: 0 -20px;
  }

  .table-scroll__wrapper-outer {
     width: 100%;
    max-height: 70vh;
    overflow: scroll;
  }

  .table-scroll__wrapper-outer .table-scroll__wrapper {
    width: 920px;
    height: 100%;
    margin: 0px 0;
    overflow: unset;
  }

  .table-scroll__wrapper-outer .table-scroll__wrapper .table-scroll {
    width: 100%;
  }


}

@media screen and (max-width: 768px) {
}

.table-scroll > tbody {
  border-top: 1px solid #f2f0e8;
}

.table-basic th,
.table-basic td,
.table-scroll th,
.table-scroll td {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .table-basic th,
  .table-basic td,
  .table-scroll th,
  .table-scroll td {
    font-size: 1.4rem;
  }
}

.table-basic th,
.table-scroll th {
  background-color: #f2f0e8;
  padding: 30px;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

.table-scroll thead th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.table-scroll tbody th {
  border-right: none;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .table-basic th,
  .table-scroll th {
    padding: 10px 15px;
  }
}

.table-basic th:last-child,
.table-scroll th:last-child {
  border-right: 1px solid #f2f0e8;
}

.table-basic tbody td,
.table-scroll tbody td {
  padding: 24px 32px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  vertical-align: middle;
  word-break: break-all;
}

body.knowledge-zerozero-index .table-scroll tbody td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .table-basic tbody td,
  .table-scroll tbody td {
    padding: 20px 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .table-basic tbody td img,
  .table-scroll tbody td img,
  .table-border tbody td img {
    width: 100%;
  }
}

.table-basic tbody td.-c,
.table-scroll tbody td.-c {
  text-align: center;
}

.table-basic.-pds th,
.table-scroll.-pds th {
  padding: 15px 20px;
}

.table-basic.-pds tbody td,
.table-scroll.-pds tbody td {
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .table-basic.-pds tbody td,
  .table-scroll.-pds tbody td,
  .table-basic.-pds th,
  .table-scroll.-pds th {
    padding: 10px;
  }
}

.table-text-small tr th,
.table-text-small tr td {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .table-text-small tr th {
    font-size: 1.1rem;
  }
}

.table-scroll.-pds.table-text-small th,
.table-basic.-pds.table-text-small th {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .table-scroll.-pds.table-text-small th,
  .table-basic.-pds.table-text-small th {
    padding: 10px;
  }
}

body.knowledge-zerozero-index thead tr:first-child th {
  border-left: 1px solid #f2f0e8;
}

.table-scroll thead th.table-border-none,
.table-basic thead th.table-border-none {
  border-right: 0;
}

.table-scroll thead th.table-border-left,
.table-basic thead th.table-border-left {
  border-left: 1px solid #fff;
}

.table-vertically {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f0e8;
}

@media screen and (max-width: 768px) {
  .table-vertically {
    border-right: 0;
    border-left: 0;
  }
  .table-vertically__wrapper {
    margin: 0 -20px;
  }
}

.table-vertically th,
.table-vertically td {
  font-size: 1.6rem;
  line-height: 1.8;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .table-vertically th,
  .table-vertically td {
    font-size: 1.4rem;
  }
}

.table-vertically th {
  width: 25%;
  background-color: #f2f0e8;
  padding: 32px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .table-vertically th {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 0;
    text-align: center;
  }
}

.table-vertically td {
  padding: 24px 32px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .table-vertically td {
    display: block;
    padding: 10px 15px;
  }
}

.table-vertically td p,
.table-vertically td ul {
  margin-bottom: 0 !important;
}

.table-vertically td p + ul {
  margin-top: 0 !important;
}

.table-vertically tr:last-child td {
  border-bottom: 0;
}

.table-border {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

@media all and (-ms-high-contrast: none) {
  body.company-about-index .table-border {
    table-layout: fixed;
  }
}

.table-border tr {
  border-top: 1px solid #dfdfdf;
}

.table-border tr th,
.table-border tr td {
  font-size: 1.6rem;
  padding: 20px 0;
  line-height: 1.8;
  vertical-align: top;
}

.table-border tr th {
  padding-right: 20px;
}

.table-border tr td .text {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .table-border tr th,
  .table-border tr td {
    padding: 18px 0;
    font-size: 1.4rem;
  }

  .table-border tr th {
    padding-right: 15px;
  }
}

.table-border tr th {
  width: 240px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table-border tr th {
    width: 115px;
  }
}

.text,
.news__detail__body p {
  --line-height: 2.6;

  font-size: 1.6rem;
  line-height: var(--line-height);
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .text,
  .news__detail__body p {
    --line-height-sp: 2;

    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: var(--line-height-sp);
  }
}

.text:first-child,
.news__detail__body p:first-child,
.text.-m00 {
  margin-top: 0;
}

.text:last-child,
.news__detail__body p:last-child,
.text.-m00 {
  margin-bottom: 0;
}

.site-inner + .text,
.site-inner + .news__detail__body p {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .text.-wide,
  .news__detail__body p.-wide {
    margin-left: -125px;
    margin-right: -125px;
  }
}

@media screen and (min-width: 769px) {
  .text.-pc-c,
  .news__detail__body p.-pc-c {
    text-align: center;
  }
}

.text.-c,
.news__detail__body p.-c {
  text-align: center;
}

.text.-l,
.news__detail__body p.-l {
  text-align: left;
}

.text.-r,
.news__detail__body p.-r,
.text-r {
  text-align: right;
}

.text.-sm,
.news__detail__body p.-sm {
  font-size: 1.4rem;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .text.-sm,
  .news__detail__body p.-sm {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.text.-tall,
.news__detail__body p.-tall {
  line-height: 2.4;
}

.text.-external {
}

.theme.-green {
  color: #009944;
}

.theme.-yellow {
  color: #e3b500;
}

.theme.-red {
  color: #b50d23;
}

/*.thumb-inline {
  float: right;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .thumb-inline {
    margin-left: 16px;
    width: 100px;
  }
}

.thumb-inline figcaption {
  font-size: 1.2rem;
  margin-top: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thumb-inline figcaption {
    margin-top: 8px;
  }
}*/

.thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.thumb:first-child {
  margin-top: 0;
}

.thumb:last-child {
  margin-bottom: 0;
}

.thumb.-md {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.thumb.-sm {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .thumb.-sm {
    max-width: 100%;
    width: auto;
  }
}

.thumb.-free {
  --width: 50%;
  --width-sp: 100%;

  width: var(--width);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .thumb.-free {
    max-width: 100%;
    width: var(--width-sp);
  }
}

.thumb.-pc-middle img {
  max-width: 90%;
}

.thumb.-md .products-detail__banner__desc {
  font-size: 1.4rem;
}

.thumb + .title-serif,
.thumb + .title-serif.-sm,
.thumb + .title-yellow,
.thumb + .text {
  margin-top: -30px;
}

.thumb .text {
  margin-bottom: 0;
}

.thumb + .title-serif + .text {
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .thumb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .thumb:first-child {
    margin-top: 0;
  }
  .thumb:last-child {
    margin-bottom: 0;
  }
  .thumb + .title-serif,
  .thumb + .title-serif.-sm,
  .thumb + .title-yellow,
  .thumb + .text {
    margin-top: -10px;
  }

  .thumb .text {
    margin-bottom: 10px;
  }
  .thumb + .title-serif + .text {
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .thumb.-sp-fit {
    margin-right: -20px;
    margin-left: -20px;
  }
  .thumb.-sp-fit figcaption {
    padding-right: 20px;
    padding-left: 20px;
  }

  .thumb.-sp-small img {
    max-width: 30% !important;
  }

  .thumb.-sp-middle img {
    max-width: 60% !important;
  }

  .thumb.-pc-middle img {
    max-width: 100%;
  }
}

.thumb.-history {
  margin-top: 24px;
}

.thumb.-history figcaption {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .thumb.-history figcaption {
    font-size: 1rem;
    margin-top: 6px;
  }
}

.thumb.-moderation {
  position: relative;
}

.thumb.-moderation .text {
  position: absolute;
  bottom: 35px;
  left: 105px;
  color: #5c4d08;
  font-size: 1.4rem;
}

@media screen and (max-width: 798px) {
  .thumb.-moderation .text {
    bottom: 0.5%;
    left: 15%;
    font-size: calc(22 / 750 * 100vw);
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .thumb.-moderation .text {
    font-size: calc(22 / 750 * 100vh);
  }
}

.thumb__inner {
  position: relative;
  width: 100%;
  min-height: 0%;
}

.thumb.-l {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thumb figcaption {
  font-size: 1.2rem;
  margin-top: 16px;
  line-height: 1.8;
}

/* .news-detail .row.-md .col-3 .thumb .permalink.-external::after {
  margin-top: 14px;
} */

.thumb__number {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 36px;
  height: 36px;
  background-color: #e8604f;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .thumb__number {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }
}

.thumb__lead {
  position: absolute;
  left: 50px;
  top: -50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  text-align: left;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .thumb__lead {
    top: -133px;
    left: 45px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .thumb__lead.-r {
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .thumb__lead.-sp-top {
    top: -30px;
  }
}

.thumb__lead__inner {
  display: inline-block;
  padding: 24px 4px 16px;
  background-color: #f3f1e8;
}

@media screen and (max-width: 768px) {
  .thumb__lead__inner {
    display: inline;
    padding: 12px 4px 8px;
    white-space: nowrap;
  }
}

.thumb__lead__inner.-is-ruby {
  padding-right: 12px;
}

.thumb__lead__number {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.1;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 768px) {
  .thumb__lead__number {
    display: inline;
    font-size: 3.5rem;
  }
}

.thumb__lead__ruby {
  position: absolute;
  right: 6px;
  top: 28px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .thumb__lead__ruby {
    top: 16px;
    right: -4px;
    font-size: 1rem;
  }
}

.title-fan {
  font-size: 2.8rem;
  margin-top: 40px;
  margin-bottom: 36px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.title-fan:first-child {
  margin-top: 0;
}

.title-fan.-sub {
  background: url("/assets/images/common/ico_title_fan.png") 0 10px no-repeat;
  background-size: 69px 42px;
  font-size: 2.8rem;
  margin-top: 40px;
  margin-bottom: 36px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.title-fan.-sub:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .title-fan {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  .title-fan.-sub {
    background: url("/assets/images/common/ico_title_fan_sp.png") 0 4px
      no-repeat;
    background-size: 55px 35px;
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: left;
  }
}

.page-box__inner .title-fan:first-child {
  margin-top: 0;
}

.page-box__inner .title-fan.-sub:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .title-fan.-sp-l {
    text-align: left;
  }

  .title-fan.-sub.-sp-l {
    text-align: left;
  }
}

.title-fan:last-child {
  margin-bottom: 0;
}

.title-fan.-sub:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .title-fan.-sm {
    font-size: 1.8rem;
    font-weight: normal;
  }

  .title-fan.-sub.-sm {
    font-size: 1.8rem;
    font-weight: normal;
  }
}

.title-fan__inner {
  display: inline-block;
  padding-left: 80px;
}

.title-fan__maintitle {
  display: inline-block;
  padding-left: 80px;
}

.title-fan__subtitle {
  display: block;
  font-size: 1.8rem;
  padding-left: 80px;
}

@media screen and (min-width: 769px) {
  .title-fan__inner {
    background: url("/assets/images/common/ico_title_fan.png") 0 0 no-repeat;
    background-size: 69px 42px;
  }

  .title-fan__inner-02 {
    background: url("/assets/images/common/ico_title_fan.png") 0 5px no-repeat;
    background-size: 69px 42px;
  }
}

@media screen and (max-width: 768px) {
  .title-fan__inner {
    background: url("/assets/images/common/ico_title_fan_sp.png") 0 0 no-repeat;
    background-size: 55px 35px;
    min-height: 35px;
    padding-left: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
  }

  .title-fan__inner-02 {
    background: url("/assets/images/common/ico_title_fan_sp.png") 0 5px
      no-repeat;
    background-size: 55px 35px;
  }

  .title-fan__maintitle {
    box-sizing: border-box;
    min-height: 35px;
    padding-left: 64px;
    padding-top: 3px;
  }

  .title-fan__subtitle {
    font-size: 1.2rem;
    padding-left: 64px;
  }
}

.title-green {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 68px;
  margin-bottom: 24px;
  color: #00a800;
}

@media screen and (max-width: 768px) {
  .title-green {
    font-size: 1.6rem;
  }
}

.title-green.-sm {
  font-size: 1.6rem;
  margin-top: 56px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .title-green.-sm {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

.title-green + .title-green,
.title-green + .title-fan,
.title-green + .title-serif,
.title-green + .title-yellow,
.title-green + .page-box {
  margin-top: 24px;
}

.title-line {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .title-line {
    font-size: 1.6rem;
    margin-bottom: 34px;
  }
}

.title-line__inner {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .title-line__inner {
    padding-bottom: 4px;
  }
}

.title-page {
  margin-bottom: 80px;
  background: #004f9d;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .title-page {
    font-size: 2.5rem;
    height: 100px;
    padding: 0 20px;
    margin: 0 -20px 40px;
  }
}

.title-serif
/*.news__detail__body h3*/ {
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-top: 40px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.title-serif:first-child {
  margin-top: 0;
}

.thumb + .title-serif {
  margin-top: -30px;
  display: flex;
  flex: auto;
}

@media screen and (max-width: 798px) {
  .thumb + .title-serif {
    margin-top: -10px;
  }
}

.page-box__inner > .title-serif:first-child,
.page-box__inner > h3:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .title-serif,
  .news__detail__body h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.title-serif:last-child,
.news__detail__body h3:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .title-serif.-wide {
    margin-left: -125px;
    margin-right: -125px;
  }
}

.title-serif.-md {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .title-serif.-md {
    font-size: 1.9rem;
  }
}

.title-serif.-mt {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .title-serif.-mt {
    margin-top: 40px;
  }
}

.title-serif.-sm {
  font-size: 2rem;
  margin-top: 56px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .title-serif.-sm {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

.title-serif.-sm:first-child {
  margin-top: 0;
}

.title-serif.-sm:last-child {
  margin-bottom: 0;
}

.title-serif.-xsm {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .title-serif.-xsm {
    font-size: 1.5rem;
  }
}

.title-serif.-mb {
  margin-bottom: 8px;
  font-weight: bold;
}

.title-serif.-close {
  margin-top: 0;
  color: #b50d23;
}

.title-yellow {
  font-size: 2rem;
  margin-top: 56px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #e3b500;
}

.title-serif + .title-yellow {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .title-yellow {
    font-size: 1.6rem;
  }
}

.title-yellow:first-child {
  margin-top: 0;
}

.title-yellow:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    height: 0;
    width: calc(100vw - 40px);
    padding-top: 56%;
  }
}

@media screen and (min-width: 769px) {
  .youtube iframe {
    width: 900px;
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.company-vision {
  padding-top: 86px;
  padding-bottom: 350px;
  background: url("/assets/images/company/bg_content_01.jpg") 50% 100% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .company-vision {
    padding: 30px 25px 183px;
    margin: 0 -20px;
    background-image: url("/assets/images/company/bg_content_01_sp.jpg");
  }
}

.company-vision__lead {
  font-size: 10.5rem;
  color: #1d63a8;
  font-family: "Montserrat", sans-serif;
  opacity: 0.17;
  letter-spacing: 0.1em;
  margin-bottom: -60px;
}

@media screen and (max-width: 768px) {
  .company-vision__lead {
    font-size: 6rem;
    margin-bottom: -10px;
  }
}

.company-vision__desc {
  font-size: 2rem;
  text-align: center;
  line-height: 3;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .company-vision__desc {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.company-vision__thumb {
  position: relative;
  width: 600px;
  margin: 40px auto 40px;
}

@media screen and (max-width: 768px) {
  .company-vision__thumb {
    width: auto;
    max-width: 600px;
    margin-bottom: 30px;
  }
}

.company-vision__thumb a {
  text-decoration: none;
}

.company-vision__thumb figcaption {
  font-size: 1.6rem;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .company-vision__thumb figcaption {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}

.company-vision__footer {
  width: 600px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .company-vision__footer {
    width: auto;
    margin-top: 30px;
  }
}

.company-history {
  padding-top: 100px;
  padding-bottom: 160px;
}

.company-history.-employment {
  background-color: #f5f3ed;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .company-history.-employment {
    background-color: #f4f7fa;
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .company-history {
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 0 -20px;
  }
}

.company-history__title {
  font-size: 4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .company-history__title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .company-history__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -23px;
  }
}

.company-history__item {
  position: relative;
  width: 50%;
  padding: 0 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .company-history__item {
    margin-top: 60px;
    width: auto;
    padding: 0 25px 0 0;
  }
  .company-history__item:first-child {
    margin-top: 0;
  }
}

.company-history__item a {
  display: block;
  text-decoration: none;
}

.company-history__item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-history__item__thumb {
  overflow: hidden;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .company-history__item__thumb {
    margin-right: 0;
  }
}

.company-history__item__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .company-history__item__thumb img {
    max-width: none;
    width: 100%;
  }
}

.company-history__item__label {
  position: absolute;
  right: 23px;
  bottom: -40px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.4;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company-history__item__label {
    font-size: 1.7rem;
    width: 80%;
    height: auto;
    bottom: -20px;
    right: 0;
    line-height: 1.6;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 40px 20px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.company-history__item__label::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 2rem;
  color: #004f9d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .company-history__item__label::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .company-quality {
    overflow: hidden;
    margin: 0 -20px;
    padding-top: 40px;
  }
}

.company-quality__inner {
  padding-top: 160px;
  padding-bottom: 150px;
  background: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .company-quality__inner {
    padding: 64px 25px 80px;
  }
}

.company-quality__header {
  position: relative;
}

.company-quality__header__icon-1 {
  position: absolute;
  left: 100px;
  top: -160px;
}

@media screen and (max-width: 768px) {
  .company-quality__header__icon-1 {
    width: 180px;
    top: -110px;
    left: -70px;
  }
}

.company-quality__header__icon-2 {
  position: absolute;
  right: 80px;
  bottom: -120px;
}

@media screen and (max-width: 768px) {
  .company-quality__header__icon-2 {
    width: 140px;
    bottom: -90px;
    right: -60px;
  }
}

@media screen and (min-width: 769px) {
  .company-quality__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
  }
}

.company-quality__title {
  font-size: 4rem;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .company-quality__title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}

.company-quality__link {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .company-quality__link {
    width: auto;
    padding: 0;
    margin-top: 55px;
  }
}

.company-quality__link:first-child {
  margin-top: 0;
}

.company-quality__link a {
  position: relative;
  display: block;
  text-decoration: none;
}

.company-quality__link a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-quality__link.-yellow .company-quality__link__thumb::after {
  color: #e3b500;
}

.company-quality__link.-yellow .company-quality__link__label__inner {
  background-color: #e3b500;
}

.company-quality__link__thumb {
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .company-quality__link__thumb {
    margin-right: 0;
  }
}

.company-quality__link__thumb::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #009d67;
  font-size: 2rem;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 63px;
  height: 63px;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company-quality__link__thumb::after {
    width: 45px;
    height: 45px;
    right: -10px;
    bottom: -10px;
    font-size: 1.8rem;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.company-quality__link__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .company-quality__link__thumb img {
    width: 100%;
    max-width: none;
  }
}

.company-quality__link__label {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 1.4;
  /* width: 200px; */
  display: flex;
}

@media screen and (max-width: 768px) {
  .company-quality__link__label {
    left: 20px;
    bottom: 20px;
  }
}

.company-quality__link__label__inner {
  display: inline-block;
  background-color: #009d67;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1;
  padding: 10px 6px 11px;
  margin: 0 2px 0 2px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

@media screen and (max-width: 768px) {
  .company-quality__link__label__inner {
    font-size: 3.2rem;
    margin: 0 1px;
    padding: 10px 6px 10px;
  }
}

.company-quality__footer {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .company-quality__footer {
    margin-top: 55px;
  }
}

.company-quality__sdgs {
  position: relative;
}

@media screen and (max-width: 768px) {
  .company-quality__sdgs {
    width: auto;
    padding: 0;
    margin-top: 55px;
  }
}

.company-quality__sdgs a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

.company-quality__sdgs a:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.company-quality__sdgs__thumb {
  margin-right: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .company-quality__sdgs__thumb {
    margin-right: 0;
  }
}

.company-quality__sdgs__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .company-quality__sdgs__thumb img {
    width: 100%;
    max-width: none;
  }
}

.company-quality__sdgs__label {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1.4;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 2.3rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 4px 12px;
}

@media screen and (max-width: 768px) {
  .company-quality__sdgs__label {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.company-quality__sdgs__thumb::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #004f9d;
  font-size: 2rem;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 63px;
  height: 63px;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company-quality__sdgs__thumb::after {
    width: 45px;
    height: 45px;
    right: -10px;
    bottom: -10px;
    font-size: 1.8rem;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.sdgs-content {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .sdgs-content {
    padding-top: 30px;
  }
}

.sdgs-content .icon-external {
  opacity: 0.46;
  font-size: 1.4rem;
  margin-left: 8px;
}

.sdgs-content__title {
  font-size: 4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: -40px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: -20px;
  }
}

.sdgs-content__section {
  transform: translateY(-40%);
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("/assets/images/common/img_shape_01.png") 50% 50% no-repeat;
  background-size: 135px auto;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__section {
    transform: translateY(-60%);
    width: 100px;
    height: 100px;
    background-size: contain;
    margin: 0 auto;
  }
}

.sdgs-content__section.-reverse {
  background-image: url("/assets/images/common/img_shape_02.png");
  padding-left: 0;
  padding-right: 12px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__section.-reverse {
    margin: 0 auto 25px 10px;
  }
}

.sdgs-content__section__label {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .sdgs-content__section__label {
    font-size: 1rem;
  }
}

.sdgs-content__section__number {
  font-size: 3.3rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .sdgs-content__section__number {
    font-size: 2.4rem;
  }
}

.sdgs-content__header {
  background: url(../images/company/sdgs/img_content_01.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin-top: 155px;
  padding-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__header {
    background-image: url(../images/company/sdgs/img_content_01_sp.jpg);
    margin-top: 100px;
    padding-bottom: 110px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
  }
}

.sdgs-content__header.-local {
  background-image: url(../images/company/sdgs/img_content_05.jpg);
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sdgs-content__header.-local {
    background-image: url(../images/company/sdgs/img_content_05_sp.jpg);
    margin-top: 100px;
  }
}

.sdgs-content__header.-food {
  background-image: url(../images/company/sdgs/img_content_08.jpg);
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sdgs-content__header.-food {
    background-image: url(../images/company/sdgs/img_content_08_sp.jpg);
    margin-top: 100px;
  }
}

.sdgs-content__header__title {
  font-size: 2.8rem;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__header__title {
    margin-bottom: 35px;
  }
}

.sdgs-content__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sdgs-content__list {
    flex-wrap: wrap;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sdgs-content__list__item {
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__list__item {
    padding: 4px;
    width: 91px;
  }
}

.sdgs-content__body {
  background-color: #fff;
  position: relative;
  top: -67px;
  padding: 80px 118px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__body {
    background-color: #fff;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0 -20px;
  }
}

.sdgs-content__content {
  display: flex;
  align-items: center;
  margin-top: 84px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__content {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.sdgs-content__content.-reverse {
  flex-direction: row-reverse;
}

.sdgs-content__content.-reverse .sdgs-content__content__thumb {
  margin-left: 60px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sdgs-content__content.-reverse .sdgs-content__content__thumb {
    margin-left: 0;
  }
}

.sdgs-content__content:first-child {
  margin-top: 0;
}

.sdgs-content__content__thumb {
  flex-shrink: 0;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__content__thumb {
    margin-right: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .sdgs-content__content__body {
    padding: 30px 20px 80px;
  }
}

.sdgs-content__content__btn,
.small-left {
  --width-pc: 280px;
  --width-sp: 225px;
  margin-top: 40px;
  width: var(--width-pc);
}

@media screen and (max-width: 768px) {
  .sdgs-content__content__btn,
  .small-left {
    margin-top: 32px;
    width: var(--width-sp);
    margin-left: auto;
    margin-right: auto;
  }
}

.sdgs-content__content__btn .btn a,
.small-left .btn a {
  max-width: none;
  font-size: 1.6rem;
  height: 67px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__content__btn .btn a,
  .small-left .btn a {
    font-size: 1.3rem;
    height: 60px;
  }
}

.sdgs-content__content__btn.-md {
  width: 316px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__content__btn.-md {
    width: 264px;
  }
}

.sdgs-content__content__btn.-lg {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .sdgs-content__content__btn.-lg {
    width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .sdgs-content__body .page-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
  }

  .sdgs-content__body .page-box .text.-m00 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    margin-bottom: 10px;
  }

  .sdgs-content__body .page-box .col-4,
  .sdgs-content__body .page-box .col-3 {
    margin: 10px 0;
  }
}

.sdgs-logo {
  margin-top: 120px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sdgs-logo {
    margin-top: 75px;
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 768px) {
  .sdgs-logo img {
    width: 85%;
  }
}

.company-presentation ul {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.6rem;
  line-height: 2;
}

.company-presentation ul li {
  margin-bottom: 30px;
}

.company-presentation ul li:last-child {
  margin-bottom: 0;
}

.company-presentation ul li small {
  display: inline-block;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .company-presentation ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .company-presentation ul li {
    margin-bottom: 25px;
  }

  .company-presentation ul li:last-child {
    margin-bottom: 0;
  }

  .company-presentation ul li small {
    font-size: 1.1rem;
  }
}

.company-recruit {
  padding-top: 80px;
  margin-bottom: -30px;
}

@media screen and (max-width: 768px) {
  .company-recruit {
    padding-top: 58px;
    margin: 0 -20px -40px;
  }
}

.company-recruit__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .company-recruit__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.company-recruit__link__desc {
  font-size: 3.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .company-recruit__link__desc {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .company-recruit__link__thumb {
    overflow: hidden;
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .company-recruit__link__thumb img {
    width: 100%;
    max-width: none;
  }
}

.company-recruit__link__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 80px 56px 0;
}

@media screen and (max-width: 768px) {
  .company-recruit__link__body {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .company-recruit__link .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
  .company-recruit__link .btn a {
    display: block;
    border: none;
    font-size: 1.7rem;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    padding: 20px 25px;
    color: #000;
    margin-right: 0;
    max-width: none;
  }
  .company-recruit__link .btn a::after {
    color: #004f9d;
  }
}

.company-recruit__news {
  margin-top: 50px;
  padding: 60px;
  background: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .company-recruit__news {
    margin-top: 110px;
    padding: 40px 0 60px;
  }
}

.company-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -114px -40px 0;
  padding-bottom: 154px;
}

@media screen and (max-width: 768px) {
  .company-link {
    display: block;
    margin: 0 0;
    padding-bottom: 80px;
  }
}

.company-link__item-main {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 114px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .company-link__item-main {
    padding: 0;
    margin: 80px -20px -60px;
    width: auto;
  }
}

.company-link__item-main a {
  display: block;
  position: relative;
  text-decoration: none;
}

.company-link__item-main a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-link__item-main__thumb {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .company-link__item-main__thumb {
    width: 100%;
  }
}

.company-link__item-main__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.company-link__item-main__label {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 435px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff;
  font-size: 2.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 28px 60px 32px 34px;
  background-color: #009d67;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company-link__item-main__label {
    position: static;
    font-size: 1.9rem;
    padding: 19px 40px 19px 25px;
    min-width: 275px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.company-link__item-main__label::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 3.2rem;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .company-link__item-main__label::after {
    font-size: 1.8rem;
    right: 20px;
  }
}

.company-link__item-main__label.-yellow {
  background-color: #d9b024;
}

.company-link__item-sub {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 114px;
}

@media screen and (max-width: 768px) {
  .company-link__item-sub {
    width: auto;
    padding: 0;
    margin-top: 80px;
    margin-left: -20px;
  }
}

.company-link__item-sub.-even {
  position: relative;
  top: 176px;
}

@media screen and (max-width: 768px) {
  .company-link__item-sub.-even {
    top: 0;
    margin-left: 0;
    margin-right: -20px;
  }
}

.company-link__item-sub.-even .company-link__item-sub__label {
  right: auto;
  left: -20px;
}

.company-link__item-sub.-even:last-child {
  padding-bottom: 176px;
}

@media screen and (max-width: 768px) {
  .company-link__item-sub.-even:last-child {
    padding-bottom: 0;
  }
}

.company-link__item-sub a {
  display: block;
  position: relative;
  text-decoration: none;
}

.company-link__item-sub a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-link__item-sub__thumb {
  overflow: hidden;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .company-link__item-sub__thumb {
    margin-right: 0;
  }
}

.company-link__item-sub__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.company-link__item-sub__label {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 190px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #009d67;
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.4;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company-link__item-sub__label {
    font-size: 1.7rem;
    width: 135px;
    height: 135px;
    bottom: -20px;
    right: -20px;
    line-height: 1.6;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.company-link__item-sub__label.-sm {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .company-link__item-sub__label.-sm {
    font-size: 1.4rem;
  }
}

.company-link__item-sub__label sub {
  font-size: 1rem;
}

.company-link__item-sub__label::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .company-link__item-sub__label::after {
    font-size: 1.8rem;
  }
}

.company-link__item-sub__label.-yellow {
  color: #d9b024;
}

.company-footer {
  background-color: #f5f3ed;
  padding: 100px 0 116px;
}

@media screen and (max-width: 768px) {
  .company-footer {
    padding: 46px 25px 64px;
    margin: 0 -20px;
  }
}

.company-footer__link a {
  position: relative;
  display: block;
  text-decoration: none;
}

.company-footer__link a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-footer__link.-yellow .company-footer__link__thumb::after {
  color: #e3b500;
}

.company-footer__link.-yellow .company-footer__link__label__inner {
  background-color: #e3b500;
}

.company-footer__link__thumb {
  overflow: hidden;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .company-footer__link__thumb {
    margin-right: 0;
  }
}

.company-footer__link__thumb::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #009d67;
  font-size: 3.2rem;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 110px;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .company-footer__link__thumb::after {
    width: 45px;
    height: 45px;
    right: -10px;
    bottom: -10px;
    font-size: 1.8rem;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.company-footer__link__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .company-footer__link__thumb img {
    width: 100%;
    max-width: none;
  }
}

.company-footer__link__label {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .company-footer__link__label {
    left: 20px;
    bottom: 20px;
  }
}

.company-footer__link__label__inner {
  display: inline;
  background-color: #009d67;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  /* -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; */
  font-size: 6rem;
  line-height: 1;
  padding: 7px 5px 11px 15px;
  margin: 0 5px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .company-footer__link__label__inner {
    font-size: 3.2rem;
    margin: 0 0;
    padding: 7px 4px 11px 10px;
  }

  .company-footer__link__label__inner + .company-footer__link__label__inner {
    margin-left: 6px;
  }
}

.sitemap a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}

.sitemap a[target="_blank"]::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  color: rgba(0, 0, 0, 0.46);
}

.sitemap__title {
  border-bottom: 1px solid #ddd;
  border-width: 1px 0 1px 0;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sitemap__title {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.sitemap__title a,
.sitemap__title p {
  padding: 25px 50px 25px 20px;
  position: relative;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sitemap__title a,
  .sitemap__title p {
    padding: 20px 30px 20px 10px;
  }
}

.sitemap__title a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #004f9d;
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .sitemap__title a::after {
    right: 10px;
    margin: auto 0;
    font-size: 1.4rem;
    top: calc(50% - 6px);
  }
}

.sitemap__list {
  margin-top: 25px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sitemap__list {
    padding: 0 10px;
  }
}

.sitemap__list + .sitemap__title {
  margin-top: 30px;
}

.sitemap__list ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sitemap__list li {
  padding-left: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sitemap__list li a {
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}

.sitemap__list li a:hover {
  text-decoration: underline;
}

.sitemap__list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 2px;
  background: #004f9d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sitemap__list li::before {
    top: 11px;
  }
}

.sitemap__list li:has(> a.second-link)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 2px;
  background: #6899ca;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sitemap__list li:has(> a.second-link)::before {
    top: 11px;
  }
}

.sitemap__list > ul > li {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li {
    font-size: 1.6rem;
  }
}

.sitemap__list > ul > li:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li:not(:first-child) {
    margin-top: 15px;
  }
}

.sitemap__list > ul > li > ul {
  margin-top: 10px;
}

.sitemap__list > ul > li > ul > li {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li > ul > li {
    font-size: 1.4rem;
  }
}

.sitemap__list > ul > li > ul > li::before {
  background-color: #e3b500;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li > ul > li::before {
    top: 8px;
  }
}

.sitemap__list > ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li > ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.sitemap__list > ul > li > ul > li > ul {
  margin-top: 5px;
}

.sitemap__list > ul > li > ul > li > ul > li,
.sitemap__list .third-link {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li > ul > li > ul > li,
  .sitemap__list .third-link {
    font-size: 1.4rem;
  }
}

.sitemap__list .third-link,
.sitemap__list .second-wrap {
  margin-left: 20px;
}

.sitemap__list > ul > li > ul > li > ul > li + li,
.sitemap__list .third-link + .third-link {
  margin-top: 5px;
}

.sitemap__list > ul > li > ul > li > ul > li::before,
.sitemap__list .third-link::before {
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c9d6e2;
  border-right: 1px solid #c9d6e2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: none;
}

@media screen and (max-width: 768px) {
  .sitemap__list > ul > li > ul > li > ul > li::before {
    top: 5px;
  }
}

.sitemap__list:not([data-layout="col1"]) {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: wrap;
  -webkit-flow: wrap;
  flex-flow: wrap;
}

@media screen and (max-width: 768px) {
  .sitemap__list:not([data-layout="col1"]) {
    display: block;
  }
}

.sitemap__list:not([data-layout="col1"]) > ul {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .sitemap__list:not([data-layout="col1"]) > ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap__list:not([data-layout="col1"]) > ul {
    width: 100%;
  }
}

.sitemap__list:not([data-layout="col1"]) > ul:nth-child(odd) {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .sitemap__list:not([data-layout="col1"]) > ul:nth-child(odd) {
    padding: 0;
  }
}

.sitemap__list:not([data-layout="col1"]) > ul:nth-child(even) {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .sitemap__list:not([data-layout="col1"]) > ul:nth-child(even) {
    padding: 0;
  }
}

.customer__contact .page-sec {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.customer__contact .page-sec:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.customer__contact .row .col-6 {
  position: relative;
}

.customer__contact .row .col-6:first-child {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .customer__contact .row .col-6:first-child {
    padding-right: 10px;
  }
}

.customer__contact .row .col-6:last-child {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .customer__contact .row .col-6:last-child {
    padding-left: 10px;
  }
}

.customer__contact .row .col-6:first-child::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .customer__contact .row .col-6:first-child::after {
    display: none;
  }
}

.customer__contact-time {
  font-size: 3rem;
  line-height: 1.8;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .customer__contact-time {
    font-size: 2.4rem;
  }
}

.customer__contact-time span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .customer__contact-time span {
    font-size: 1.2rem;
  }
}

.customer__contact-number {
  margin: -10px 0 20px;
  font-size: 3rem;
  line-height: 1.6;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .customer__contact-number {
    font-size: 2.4rem;
  }
}

.customer__contact-number span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .customer__contact-number span {
    font-size: 1.4rem;
  }
}

.customer__contact-title {
  position: relative;
}

.customer__contact-title.-tel::before {
  position: relative;
  width: 47px;
  height: 47px;
  display: inline-block;
  content: "";
  background: url("/assets/images/customer/ttl-ico-tell.png") center center
    no-repeat;
  background-size: 100% auto;
  top: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 798px) {
  .customer__contact-title.-tel::before {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    top: 10px;
  }
}

.customer__contact-title.-mail::before {
  position: relative;
  width: 45px;
  height: 46px;
  display: inline-block;
  content: "";
  background: url("/assets/images/customer/ttl-ico-mail.png") center center
    no-repeat;
  background-size: 100% auto;
  top: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 798px) {
  .customer__contact-title.-mail::before {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    top: 12px;
  }
}

.customer__contact-title.-fax {
  margin-bottom: 30px;
}

.customer__contact-title.-fax::before {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-block;
  content: "";
  background: url("/assets/images/customer/ttl-ico-fax.png") center center
    no-repeat;
  background-size: 100% auto;
  top: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 798px) {
  .customer__contact-title.-fax::before {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    top: 10px;
  }
}

.customer__contact-title.-letter::before {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-block;
  content: "";
  background: url("/assets/images/customer/ttl-ico-letter.png") center center
    no-repeat;
  background-size: 100% auto;
  top: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 798px) {
  .customer__contact-title.-letter::before {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    top: 10px;
  }
}

/*
/* Visual
/*
----------------------------------------------------------------- */
.visual {
  position: relative;
}

.visual__content {
  position: relative;
  vertical-align: bottom;
}

.visual__content picture img {
  width: 100%;
}

.visual__content__lead-1 {
  position: absolute;
  top: 10%;
  right: 20%;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s,
    -webkit-transform 1s ease 1s;
}

.-run .visual__content__lead-1 {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .-run .visual__content__lead-1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .visual__content__lead-1 {
    font-size: 1.8rem;
    top: 8%;
    right: 12%;
    line-height: 1.6;
  }
}

.visual__content__lead-1__yaku {
  margin-bottom: -0.5em;
}

.visual__content__lead-2 {
  position: absolute;
  top: 15%;
  right: 20%;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s,
    -webkit-transform 1s ease 1s;
}

.visual__content__lead-2 span {
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 16px;
}

.-run .visual__content__lead-2 {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .-run .visual__content__lead-2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .visual__content__lead-2 {
    font-size: 1.8rem;
    top: 60px;
    left: 50px;
    right: auto;
    line-height: 1.6;
  }
  .visual__content__lead-2 span {
    font-size: 1rem;
  }
}

.visual__content__lead-3 {
  position: absolute;
  top: 15%;
  left: 10%;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8;
  opacity: 0;
  text-shadow: 0 0 30px #000;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s,
    -webkit-transform 1s ease 1s;
}

.-run .visual__content__lead-3 {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .-run .visual__content__lead-3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .visual__content__lead-3 {
    font-size: 1.8rem;
    top: 118px;
    left: 40px;
    right: auto;
    line-height: 1.6;
  }
}

.visual__content__lead-4 {
  position: absolute;
  top: 25%;
  right: 18%;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  opacity: 0;
  text-shadow: 0 0 30px #ceb960;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s,
    -webkit-transform 1s ease 1s;
}

@media screen and (max-width: 768px) {
  .visual__content__lead-4 {
    top: 20px;
    left: 40px;
    right: auto;
  }
}

.visual__content__img-4 {
  position: absolute;
  bottom: 15%;
  left: 9%;
  display: block;
  width: calc(179px / 2.2);
  height: calc(512px / 2.2);
  content: "";
}

@media screen and (max-width: 2000px) {
  .visual__content__img-4 {
    bottom: 12%;
    left: 9%;
  }
}

@media screen and (max-width: 1700px) {
  .visual__content__img-4 {
    bottom: 12%;
    left: 8%;
  }
}

@media screen and (max-width: 1500px) {
  .visual__content__img-4 {
    bottom: 12%;
    left: 6.5%;
  }
}

@media screen and (max-width: 1300px) {
  .visual__content__img-4 {
    bottom: 12%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .visual__content__img-4 {
    bottom: 8.5%;
    left: 3.5%;
    width: calc(179px / 4.2);
    height: calc(512px / 4.2);
  }
}

.visual__content__img-4 img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0.4px;
  left: 0.4px;
  display: block;
}

.-run .visual__content__lead-4 {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .-run .visual__content__lead-4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .visual__content__lead-4 {
    font-size: 1.8rem;
    top: 20px;
    right: 40px;
    line-height: 1.6;
  }
}

.visual__content a {
  display: block;
}

.visual__content a:focus-visible {
  outline: 1px solid #004f9d;
}

.visual__content img {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.-run .visual__content img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .visual__content img {
    max-width: none;
    width: 100%;
  }
}

.visual__controller {
  position: absolute;
  right: 53px;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .visual__controller {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*
/* news-important
/*
----------------------------------------------------------------- */
.news-important {
  border: 3px solid #b50d23;
}

@media screen and (max-width: 768px) {
  .news-important {
    border-width: 2px;
  }
}

.news-important__list {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .news-important__list {
    padding: 16px 20px;
  }
}

.news-important__list__item {
  margin-top: 16px;
}

.news-important__list__item:first-child {
  margin-top: 0;
}

.news-important__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .news-important__list__item a {
    display: block;
  }
}

.news-important__list__item__category {
  font-size: 1.4rem;
  background-color: #b50d23;
  color: #fff;
  padding: 4px 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .news-important__list__item__category {
    display: inline-block;
    font-size: 1rem;
  }
}

.news-important__list__item__date {
  font-size: 1.6rem;
  margin-left: 12px;
  margin-right: 19px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .news-important__list__item__date {
    display: inline-block;
    font-size: 1.4rem;
  }
}

.news-important__list__item__title {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .news-important__list__item__title {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

.news-important__controller {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .news-important__controller {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

/*
/* Young
/*
----------------------------------------------------------------- */
.young {
  margin-top: 76px;
  margin-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .young {
    margin: 55px 22px 95px;
  }
}

.young__body {
  /* background-color: #B9B9B9; */
  /* height: 160px; */
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.young__body a {
  display: block;
}

.young__body a img {
  width: 100%;
}

.young__body a {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .young__body a:hover {
    opacity: 0.7;
  }
}

.young-2col {
  margin: 30px 0 54px;
}


.young-2col .site-inner {
  display: grid;
  height: auto;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .young-2col {
    margin: 25px 22px 35px;
  }
  .young-2col .site-inner {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

}

/* @media screen and (max-width: 768px) {
  .young__body {
    height: 180px;
  }
} */

/*
/* Pickup
/*
----------------------------------------------------------------- */
.pickup {
  padding-top: 82px;
  padding-bottom: 156px;
}

@media screen and (max-width: 768px) {
  .pickup {
    padding-top: 52px;
    overflow: hidden;
  }
}

.pickup__body {
  margin: -40px -40px;
}

@media screen and (max-width: 768px) {
  .pickup__body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .pickup__body.-disable {
    display: flex;
    margin-bottom: 24px;
  }
  .pickup__body.-disable + .pickup__controller {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pickup__body .slick-list {
    overflow: visible;
  }
}

.pickup__content {
  padding: 40px 40px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pickup__content {
    padding: 0;
  }
}

.pickup__content a {
  display: block;
  /* transition: opacity .3s ease; 修正なしに*/
}

@media screen and (min-width: 769px) {
  .pickup__content a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* .pickup__content a:hover {
    opacity: 0.7;
  } 修正なしに */
}

@media screen and (max-width: 768px) {
  .pickup__content a {
    width: calc(100vw - 80px);
  }
}

.pickup__content a:focus-visible {
  outline: 1px solid #004f9d;
}

.pickup__content figure {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media screen and (min-width: 769px) {
  .pickup__content figure {
    overflow: hidden;
    max-width: 280px;
  }
  .pickup__content figure img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slick-center .pickup__content figure {
    -webkit-transform: scale(1.29);
    transform: scale(1.29);
  }
}

@media screen and (max-width: 768px) {
  .pickup__content figure {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0);
  }
  .slick-center .pickup__content figure {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 768px) {
  .pickup__content img {
    max-width: none;
    width: 100%;
  }
}

.pickup__controller {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .pickup__controller {
    display: block;
  }
}

.pickup__footer {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .pickup__footer {
    margin-top: 20px;
  }
}

/*
/* Products
/*
----------------------------------------------------------------- */
.products__header {
  position: relative;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .products__header {
    background-image: url("/assets/images/products/img_visual.jpg");
  }
}

@media screen and (max-width: 768px) {
  .products__header {
    background-image: url("/assets/images/products/img_visual_sp.jpg");
  }
}

.products__header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 130px;
}

@media screen and (max-width: 768px) {
  .products__header::after {
    content: none;
  }
}

.products__header__inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .products__header__inner {
    max-width: 1240px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .products__header__inner {
    width: auto;
  }
}

.products__header__title {
  position: relative;
  top: -70px;
  text-align: right;
  padding-right: 200px;
}

@media screen and (max-width: 1400px) {
  .products__header__title {
    padding-right: 140px;
  }
}

@media screen and (max-width: 768px) {
  .products__header__title {
    position: static;
    margin-bottom: -20px;
    padding-right: 32px;
    padding-right: 32px;
    background: url("/assets/images/products/img_visual_sp.jpg") 50% 100%
      no-repeat;
    background-size: cover;
  }
  .products__header__title img {
    position: relative;
    top: -63px;
  }
}

.products__header__body {
  position: relative;
  margin: 0 auto 0;
  padding: 120px 200px 80px;
  background: url("/assets/images/common/img_border_yellow.png") 0 0 repeat-x;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1400px) {
  .products__header__body {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .products__header__body {
    margin-top: 0;
    padding: 50px 16px;
  }
}

.products__header__footer {
  padding-top: 40px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .products__header__footer {
    padding-top: 22px;
  }
}

.products__header__thumb {
  position: absolute;
  left: 200px;
  bottom: 100%;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

@media screen and (max-width: 1400px) {
  .products__header__thumb {
    left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .products__header__thumb {
    left: 18px;
    width: 221px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@media screen and (max-width: 360px) {
  .products__header__thumb {
    width: 160px;
  }
}

/*
/* News
/*
----------------------------------------------------------------- */
.news {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 110px 25px 0;
  }
}

.news__footer {
  width: 244px;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .news__footer {
    margin-top: 8px;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
  }
}

.news__controller {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .news__controller {
    display: block;
    margin-top: 16px;
  }
}

.news__list {
  border-bottom: 1px solid #ebebeb;
}

.news__list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  text-decoration: none;
  padding: 16px 16px 16px 0;
}

.page-sec .news__list {
  border-bottom: none;
}

.page-sec .news__list__item:first-child a {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .news__list__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    /*height: 130px;*/
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.news__list__item a:focus-visible {
  outline: 1px solid #004f9d;
}

.news__list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .news__list__category {
    width: auto;
    margin-right: 8px;
  }
}

.news__list__category__inner {
  color: #fff;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  min-width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news__list__category__inner {
    font-size: 1rem;
    min-width: 70px;
    height: 19px;
    padding: 1px 6px;
  }
}

.news__list__category.-products .news__list__category__inner {
  background-color: #009944;
}

.news__list__category.-event .news__list__category__inner {
  background-color: #e3b500;
}

.news__list__category.-culture .news__list__category__inner {
  background-color: #e8604f;
}

.news__list__category.-shop .news__list__category__inner {
  background-color: #a47cc1;
}

.news__list__category.-company .news__list__category__inner {
  background-color: #004f9d;
}

.news__list__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .news__list__date {
    font-size: 1.4rem;
    padding: 0;
  }
}

.news__list__title {
  font-size: 1.6rem;
  margin-left: 28px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .news__list__title {
    width: 100%;
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 8px;
  }
}

.news__detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 40px;
}

.news__list__category {
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .news__detail__header {
    margin-bottom: 20px;
  }
}

.news__detail__body {
  margin-bottom: 80px;
}

.news__detail__body .thumb__inner a {
  display: inline-block;
  vertical-align: middle;
}

.news__detail__body .thumb__inner a + a {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .news__detail__body {
    margin-bottom: 40px;
  }

  .news__detail__body .thumb__inner {
    text-align: center;
  }
  .news__detail__body .thumb__inner img {
    width: auto;
    max-width: 100%;
  }

  .news__detail__body .thumb__inner a {
    display: block;
  }

  .news__detail__body .thumb__inner a + a {
    margin: 10px 0 0;
  }

  .news__detail__body .row.-md,
  .news__detail__body .thumb.-sp-fit {
    margin-left: 0;
    margin-right: 0;
  }
}

.news__detail__body .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news__detail__body .row.-left {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.title-serif-s
/*.news__detail__body h4*/ {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .title-serif-s
  /*.news__detail__body h4*/ {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.title-serif-s:first-child
/*.news__detail__body h4:first-child*/ {
  margin-top: 0;
}

.title-serif-s:last-child
/*.news__detail__body h4:last-child*/ {
  margin-bottom: 0;
}

.title-serif + .title-serif-s {
  margin-top: 30px;
}

@media screen and (max-width: 798px) {
  .title-serif + .title-serif-s {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .title-serif-s
  /*.news__detail__body h4*/ {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

/* .title-serif-s + .list {
  margin-top: 24px !important;
}

@media screen and (max-width: 798px) {
  .title-serif-s + .list {
    margin-top: 16px !important;
  }
} */

.news__detail__body .title-yellow {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #e3b500;
}

@media screen and (max-width: 768px) {
  .news__detail__body .title-yellow {
    font-size: 1.6rem;
  }
}

.news__detail__body .title-yellow:first-child {
  margin-top: 0;
}

.news__detail__body .title-yellow:last-child {
  margin-bottom: 0;
}

.news__detail__body .btn a,
.news__detail__body button.btn,
.news__detail__body .btn.-shop a {
  max-width: 450px;
}

.news__detail__body .btn + .btn {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .news__detail__body .btn a,
  .news__detail__body button.btn,
  .news__detail__body .btn.-shop a {
    max-width: 90%;
  }
}

/*
/* Shochu
/*
----------------------------------------------------------------- */
.shochu {
  margin-top: 236px;
  padding-bottom: 380px;
  background: 50% 100% no-repeat;
  background-size: 100% auto;
  background-color: #f4f7fa;
}

@media screen and (min-width: 769px) {
  .shochu {
    background-image: url("/assets/images/bg_shochu.jpg");
  }
}

@media screen and (max-width: 768px) {
  .shochu {
    background-image: url("/assets/images/bg_shochu_sp.jpg");
    margin-top: 188px;
    padding-bottom: 230px;
    margin-bottom: -40px;
  }
}

.shochu__title {
  position: relative;
  top: -90px;
  padding-right: 120px;
  text-align: right;
  margin-bottom: -90px;
}

@media screen and (max-width: 768px) {
  .shochu__title {
    top: -110px;
    padding-right: 0;
    text-align: center;
    margin-bottom: -110px;
  }
}

.shochu__footer {
  width: 280px;
  margin-top: 45px;
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .shochu__footer {
    margin-left: auto;
    margin-right: auto;
  }
}
.employment-banner {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .employment-banner {
    max-width: 335px;
  }
}

.employment-banner__body {
  display: flex;
  flex-wrap: wrap;
}

.employment-banner__footer {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .employment-banner__footer {
    margin-top: 24px;
  }
}
.employment-banner__item__banner {
  background-color: #fff;
}
.employment-banner__item__banner a img {
  transition: opacity 0.3s ease;
}
.employment-banner__item__banner a:hover img {
  opacity: 0.7;
}
.employment-banner__permalink {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .employment-banner__permalink {
    font-size: 1.3rem;
  }
}

.employment-banner__item {
  box-sizing: border-box;
  width: 100%;
  /* margin-right: -1px; */
}
/* @media screen and (min-width: 769px) {
  .employment-banner__item:nth-child(2) .employment-banner__item__banner {
    width: 340px;
  }
} */
@media screen and (max-width: 768px) {
  .employment-banner__item {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .employment-banner__item:first-child {
    margin-bottom: -1px;
  }
}

.employment-banner__item.-liquid {
  width: 100%;
}

.employment-banner__item .icon-external {
  font-size: 1.4rem;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .employment-banner__item .icon-external {
    font-size: 1.2rem;
  }
}

.employment-banner__item .btn a::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .employment-banner__item .btn a {
    max-width: none;
  }
}
.employment-summary {
  padding-top: 90px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .employment-summary {
    padding: 68px 0;
  }
}
.employment-summary__desc {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2.4;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .employment-summary__desc {
    font-size: 2.1rem;
    line-height: 1.8;
  }
}

.employment-human {
  background-color: #f4f7fa;
  padding-top: 124px;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .employment-human {
    padding: 68px 20px;
    margin: 0 -20px;
  }
}

.employment-human__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px -32px 0;
}

@media screen and (max-width: 768px) {
  .employment-human__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2px 0 0;
  }
}

.employment-human__item {
  width: 33.333%;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .employment-human__item {
    width: auto;
    padding: 15px 20px;
  }
}

.employment-human__item__title {
  position: relative;
  width: 210px;
  height: 210px;
  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;
  background-color: #004f9d;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin: 0 auto 28px;
}

@media screen and (max-width: 768px) {
  .employment-human__item__title {
    width: 178px;
    height: 178px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.employment-human__item__number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 7rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  opacity: 0.11;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .employment-human__item__number {
    font-size: 6rem;
  }
}

.employment-human__item__lead {
  font-size: 1.8rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.employment-human__item__desc {
  margin-top: 16px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .employment-human__item__desc {
    line-height: 2;
  }
}

.employment-pamphlet {
  padding-top: 124px;
  padding-bottom: 130px;
  background: url("/assets/images/company/employment/bg_pamphlet.jpg") 50% 50%
    no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .employment-pamphlet {
    background-image: url("/assets/images/company/employment/bg_pamphlet_sp.jpg");
    background-position: 50% 100%;
    padding-top: 60px;
    padding-bottom: 65px;
    margin: 0 -20px;
  }
}

.employment-pamphlet__body {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .employment-pamphlet__body {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}

.employment-pamphlet__footer {
  max-width: 340px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .employment-pamphlet__footer {
    max-width: 240px;
  }
}

.employment-voice {
  padding-top: 124px;
}

@media screen and (max-width: 768px) {
  .employment-voice {
    padding-top: 60px;
    margin: 0 -20px;
  }
}

.employment-voice__body {
  padding-top: 20px;
  padding-bottom: 130px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .employment-voice__body {
    padding-bottom: 65px;
    /* overflow-x: auto; */
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .employment-voice__body.-disable {
    display: flex;
    margin-bottom: 24px;
  }
  .employment-voice__body.-disable + .employment__controller {
    display: none;
  }

  .employment-voice__body .slick-track {
    display: flex;
  }

  .employment-voice__body .slick-initialized .slick-slide {
    margin: 0 15px;
    display: flex;
    height: auto;
  }

  .employment-voice__body .slick-initialized .slick-slide div {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .employment-voice__body .slick-list {
    overflow: hidden;
  }

  .employment-voice__body .slick-initialized .slick-slide {
    margin: 0 15px;
  }
}

/* .employment-voice__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
} */

/* @media screen and (max-width: 768px) {
  .employment-voice__body__inner {
    width: auto;
    padding: 0 30px;
    justify-content: start;
  }
} */

.employment-voice__item {
  /* margin: 0 10px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; */
  padding: 40px 0;
  vertical-align: bottom;
}

.employment-voice__item:focus-visible {
  outline: 1px solid #004f9d;
}

@media screen and (max-width: 768px) {
  .employment-voice__item {
    /* margin: 0 10px 0; */
    padding: 0 0 30px;
  }
}

/* .employment-voice__item:last-child {
  padding-right: 140px;
  margin-right: 0;
} */

@media screen and (max-width: 768px) {
  .employment-voice__item:last-child {
    /* padding-right: 40px; */
    margin-right: 0;
  }
}

.employment-voice__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 230px;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .employment-voice__item a {
    width: 275px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  }
}

.employment-voice__item a:hover .employment-voice__item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.employment-voice__item a:focus-visible {
  outline: 1px solid #004f9d;
}

.employment-voice__item__header {
  position: relative;
  flex-shrink: 0;
}

.employment-voice__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 183px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .employment-voice__item__body {
    padding: 25px 30px;
  }
}

.employment-voice__item__thumb {
  overflow: hidden;
}

.employment-voice__item__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.employment-voice__item__label {
  position: absolute;
  width: 74px;
  height: 74px;
  background-color: #e8604f;
  color: #fff;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .employment-voice__item__label {
    width: 66px;
    height: 66px;
    font-size: 1rem;
  }
}

.employment-voice__item__lead {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #000;
}

@media screen and (max-width: 768px) {
  .employment-voice__item__lead {
    font-size: 1.9rem;
  }
}

.employment-voice__item__name {
  font-size: 1.4rem;
  color: #004f9d;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .employment-voice__item__name {
    font-size: 1.2rem;
  }
}

.employment-voice__controller {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .employment-voice__controller {
    top: -40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.employment-voice .slick-slide:focus-visible {
  outline: 1px solid #004f9d;
}

.employment__controller {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .employment__controller {
    display: block;
  }
}

.employment-recruit {
  padding-top: 124px;
  padding-bottom: 360px;
  background: url("/assets/images/company/employment/bg_cv.jpg") 50% 100%
    no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .employment-recruit {
    padding-top: 60px;
    padding-bottom: 156px;
    margin: 0 -20px;
    background: url("/assets/images/company/employment/bg_cv_sp.jpg") 50% 100%
      no-repeat;
    background-size: cover;
  }
}

.employment-recruit__title {
  font-size: 3.8rem;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .employment-recruit__title {
    font-size: 2.4rem;
  }
}

.employment-recruit__body {
  margin-top: 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .employment-recruit__body {
    margin-top: 25px;
    padding: 0 20px;
  }
}

.employment-movie {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .employment-movie {
    margin-top: 68px;
  }
}


.history-summary {
  padding-top: 117px;
  padding-bottom: 117px;
}

@media screen and (max-width: 768px) {
  .history-summary {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.history-summary__lead {
  font-size: 3.8rem;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .history-summary__lead {
    font-size: 2.4rem;
  }
}

.history-content {
  position: relative;
  background-color: #f4f7fa;
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .history-content {
    margin: 0 -20px;
    padding-bottom: 40px;
  }
}

.history-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 250px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .history-content::after {
    content: none;
  }
}

.history-content__item {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .history-content__item {
    margin-top: 20px;
  }
}

.history-content__item:first-child {
  margin-top: 0;
}

.history-header {
  position: relative;
}

.history-header a {
  text-decoration: none;
  display: block;
}

.history-header a:hover .history-header__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.history-header a.-active .history-header__toggle::before,
.history-header a.-active .history-header__toggle::after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.history-header__thumb {
  overflow: hidden;
}

.history-header__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .history-header__thumb img {
    width: 100%;
  }
}

.history-header__year {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  width: 100%;
  font-size: 9.8rem;
  text-align: center;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .history-header__year {
    font-size: 4.9rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.history-header__year__separate {
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 4px;
  margin: 0 24px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .history-header__year__separate {
    width: 15px;
    height: 2px;
  }
}

.history-header__aniv {
  margin-top: 8px;
  text-align: center;
  font-size: 2.2rem;
}

.history-header__aniv span {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  border-bottom: 1px solid #fff;
}

.history-header__toggle {
  margin: 0 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  color: #004f9d;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  padding: 25px 38px 28px;
}

@media screen and (max-width: 768px) {
  .history-header__toggle {
    font-size: 1.3rem;
    margin: 0 20px;
    padding: 21px 27px 23px;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.history-header__toggle::before,
.history-header__toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 1px;
  background-color: #004f9d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .history-header__toggle::before,
  .history-header__toggle::after {
    width: 19px;
  }
}

.history-header__toggle::before {
  right: 26px;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .history-header__toggle::before {
    right: 24px;
    top: 30px;
  }
}

.history-header__toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 26px;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .history-header__toggle::after {
    right: 24px;
    top: 30px;
  }
}

.history-body {
  position: relative;
  padding-bottom: 230px;
}

@media screen and (max-width: 768px) {
  .history-body {
    padding-bottom: 188px;
  }
}

.history-body__inner {
  position: relative;
}

.history-body__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -80px;
  bottom: 0;
  display: block;
  background-color: #dadbe3;
  width: 1px;
}

@media screen and (max-width: 768px) {
  .history-body__inner::before {
    content: none;
  }
}

.history-body__close {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .history-body__close {
    bottom: 100px;
  }
}

.history-body__close a {
  text-decoration: none;
  color: #004f9d;
  font-size: 2rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.history-body__close a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .history-body__close a {
    font-size: 1.3rem;
  }
}

.history-body__close a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 16px;
  position: relative;
  top: 2px;
}

.history-body__item {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 90px;
}

.history-body__item:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .history-body__item {
    width: auto;
    margin-top: 47px;
    margin-bottom: 54px;
    padding-right: 25px;
    padding-left: 53px;
  }
  .history-body__item:first-child {
    margin-top: 0;
  }
  .history-body__item:last-child {
    margin-bottom: 0;
  }
}

.history-body__item::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 60px;
  height: 1px;
  background-color: #004f9d;
}

@media screen and (max-width: 768px) {
  .history-body__item::after {
    width: 43px;
    right: auto;
    left: 0;
    top: 20px;
  }
}

.history-body__item::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -5px;
  width: 9px;
  height: 9px;
  background-color: #004f9d;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .history-body__item::before {
    top: 17px;
    width: 7px;
    height: 7px;
    right: auto;
    left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-r {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    padding-left: 90px;
  }
  .history-body__item.-r::after {
    right: auto;
    left: 0;
  }
  .history-body__item.-r::before {
    left: -5px;
    right: auto;
  }
}

.history-body__item.-data-1945-8 figcaption {
  position: relative;
  left: 210px;
  margin-top: -40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .history-body__item.-data-1945-8 figcaption {
    left: 50%;
    margin-top: -32px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1933-8 {
    margin-top: -130px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1945-8 {
    margin-top: -200px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1949-4 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1955 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1957 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1963-9 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1965-70 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1971-9 {
    margin-top: -160px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1972-1982 {
    margin-top: -120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1982-3 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1983-5 {
    margin-top: -150px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1984 {
    margin-top: -200px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1985-3 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1985-7 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1986-4 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1986 {
    margin-top: -220px;
  }
}

@media screen and (max-width: 768px) {
  .history-body__item.-data-1996-4 img {
    width: 90px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1996-5 {
    margin-top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1996 {
    margin-top: -260px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1996-12 {
    margin-top: 200px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1997-7 {
    margin-top: -320px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1998-6 {
    margin-top: -20px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1998-7 {
    margin-top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-1999-5 {
    margin-top: -220px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2000-11 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2003-2 {
    margin-top: -120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2003-7 {
    margin-top: -140px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2003-10 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2004-6 {
    margin-top: -60px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2006-7 {
    margin-top: -150px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2006-9 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2006-10 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2006-12 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2007-5 {
    margin-top: -220px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2008-2 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2008-7 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2009-2 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2009-8 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2009-10 {
    margin-top: -140px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2011-11 {
    margin-top: -80px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2012-2 {
    margin-top: -190px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2013 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2014-6 {
    margin-top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2014-7 {
    margin-top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2014-9 {
    margin-top: -300px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2015-1 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2015-4 {
    margin-top: -60px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2016-1 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2016-5 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2016-11 {
    margin-top: -120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2017-4-2 {
    margin-top: -180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2017-11 {
    margin-top: -140px;
  }
}

@media screen and (max-width: 768px) {
  .history-body__item.-data-2017-11 img {
    width: 80px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-3 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-7 {
    margin-top: -340px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-7-2 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-9 {
    margin-top: -180px;
  }
}
@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-9-2 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-10 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2018-11 {
    margin-top: -260px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2019-4 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2019-7 {
    margin-top: -120px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2019-10 {
    margin-top: -280px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2019-10-2 {
    margin-top: -60px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2021-8 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2021-2 {
    margin-top: -60px;
  }
}

@media screen and (min-width: 769px) {
  .history-body__item.-data-2022-2 {
    margin-top: -30px;
  }
}

.history-data__date {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .history-data__date {
    font-size: 1.2rem;
  }
}

.history-data__number {
  font-size: 3.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .history-data__number {
    font-size: 2.7rem;
    padding: 0 4px;
  }
}

.history-data__number:first-child {
  padding-left: 0;
}

.history-data__year {
  padding-left: 8px;
}

.history-data img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.philosophy-slogan {
  padding-top: 124px;
  padding-bottom: 133px;
  background: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .philosophy-slogan {
    padding: 57px 20px 80px;
    margin: 0 -20px;
  }
}

.philosophy-slogan__lead {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 4.6rem;
}

@media screen and (max-width: 768px) {
  .philosophy-slogan__lead {
    font-size: 3.2rem;
  }
}

.philosophy-credo {
  padding-top: 124px;
}

@media screen and (max-width: 768px) {
  .philosophy-credo {
    padding: 70px 20px 0;
    margin: 0 -20px;
  }
}

.philosophy-credo__lead {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 4.6rem;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .philosophy-credo__lead {
    font-size: 3.5rem;
    margin-top: 16px;
  }
}

.philosophy-credo__desc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .philosophy-credo__desc {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.philosophy-company {
  margin: 113px 0 124px;
  padding-top: 124px;
  padding-bottom: 100px;
  background: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .philosophy-company {
    margin: 80px -20px 60px;
    padding: 68px 25px 60px;
  }
}

.philosophy-company__body {
  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: 768px) {
  .philosophy-company__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0;
  }
}

.philosophy-company__item {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .philosophy-company__item {
    width: 50%;
    margin-top: 24px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.philosophy-company__item__title {
  background-color: #004f9d;
  width: 210px;
  height: 210px;
  margin: 0 auto 30px;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .philosophy-company__item__title {
    width: 150px;
    height: 150px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.philosophy-content {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .philosophy-content {
    padding: 0;
    margin: 0 -20px;
  }
}

.philosophy-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .philosophy-content__body {
    margin-top: 40px;
  }
}

.philosophy-content__item {
  width: 750px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 54px 0 54px 135px;
  border-bottom: 2px solid #efefef;
}

.philosophy-content__item:nth-child(1) {
  border-top: 2px solid #efefef;
}

@media screen and (max-width: 768px) {
  .philosophy-content__item {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #efefef;
  }
  .philosophy-content__item:nth-child(1) {
    border-top: 1px solid #efefef;
  }
}

.philosophy-content__item__title {
  width: 140px;
  display: inline-block;
  font-size: 1.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #004f9d;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .philosophy-content__item__title {
    width: auto;
    text-align: center;
    display: block;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}

.philosophy-content__item__desc {
  display: inline-block;
  font-size: 2.4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .philosophy-content__item__desc {
    display: block;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .philosophy-footer {
    padding-top: 7px;
    padding-bottom: 40px;
    margin: 0 -20px;
  }
}

.philosophy-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media screen and (max-width: 768px) {
  .philosophy-footer__inner {
    display: block;
    margin: 0;
  }
}

.philosophy-footer__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .philosophy-footer__item {
    width: auto;
    padding: 0;
    margin: 63px 0 0;
  }
}

.philosophy-footer__item a {
  text-decoration: none;
  display: block;
}

.philosophy-footer__item a:hover .philosophy-footer__item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.philosophy-footer__item__thumb {
  overflow: hidden;
  margin-right: 24px;
}

.philosophy-footer__item__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .philosophy-footer__item__thumb img {
    max-width: none;
    width: 100%;
  }
}

.philosophy-footer__item__label {
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 50%;
  font-size: 2rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
}

@media screen and (max-width: 768px) {
  .philosophy-footer__item__label {
    width: 80%;
    font-size: 1.7rem;
    padding: 20px 25px;
    right: 0;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.16);
  }
}

.philosophy-footer__item__label::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: #004f9d;
}

@media screen and (max-width: 768px) {
  .philosophy-footer__item__label::after {
    font-size: 1.8rem;
  }
}

.data-content {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .data-content {
    margin-top: 10px;
  }
}

.data-content.-first {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .data-content {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}

.data-content__header {
  position: relative;
  z-index: 1;
  text-align: center;
}

.data-content__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #f3f1e8;
  font-size: 4rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 8px 24px 12px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.data-content__title.-assort {
  background-color: #004f9d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .data-content__title {
    font-size: 2.5rem;
    padding: 4px 12px;
  }
}

.data-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #efefef;
}

@media screen and (max-width: 768px) {
  .data-content__body {
    border-top-width: 1px;
  }
}

.data-content__item {
  width: 50%;
  position: relative;
  border-bottom: 2px solid #efefef;
  border-right: 2px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .data-content__item {
    width: 100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left: 1px solid #efefef;
  }
}

.data-content__item.-liquid {
  width: 100%;
  border-left: 2px solid #efefef;
}

@media screen and (max-width: 768px) {
  .data-content__item.-liquid {
    border-left-width: 1px;
  }
}

.data-content__item:nth-child(odd) {
  border-left: 2px solid #efefef;
}

@media screen and (max-width: 768px) {
  .data-content__item:nth-child(odd) {
    border-left-width: 1px;
  }
}

.data-content__item.-odd {
  border-left: 2px solid #efefef;
}

@media screen and (max-width: 768px) {
  .data-content__item.-odd {
    border-left-width: 1px;
  }
}

.data-content__item.-even {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .data-content__item.-even {
    border-left: 1px solid #efefef;
  }
}

.data-content__lead {
  font-size: 2.5rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .data-content__lead {
    font-size: 1.5rem;
  }
}

.data-content__desc {
  color: #e3b500;
  line-height: 1;
  font-size: 3.4rem;
}

.data-content__desc.-assort {
  color: #004f9d;
}

@media screen and (max-width: 768px) {
  .data-content__desc {
    font-size: 2.2rem;
  }
}

.data-content__unit {
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .data-content__unit {
    font-size: 2.7rem;
  }
}

.data-content__year {
  font-size: 3.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .data-content__year {
    font-size: 2.5rem;
  }
}

.data-content__number {
  font-size: 8.6rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .data-content__number {
    font-size: 5.3rem;
  }

  .data-content__number.sp-small {
    font-size: 4.8rem;
  }
}

.data-content__comma {
  font-size: 5.9rem;
}

@media screen and (max-width: 768px) {
  .data-content__comma {
    font-size: 3.6rem;
  }
}

.data-content__middium {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .data-content__middium {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .data-content__middium.-sp-small {
    font-size: 1.6rem;
  }
}

.data-content__small {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .data-content__small {
    font-size: 1.7rem;
  }
}

.data-content__notes {
  position: absolute;
  font-size: 1.2rem;
  bottom: 16px;
  right: 16px;
  text-align: right;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .data-content__notes {
    font-size: 1rem;
    bottom: 8px;
    right: 8px;
  }
}

.data-content-1 {
  padding-top: 105px;
}

@media screen and (max-width: 768px) {
  .data-content-1 {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}

.data-content-1__thumb {
  position: absolute;
  left: -10px;
  top: 110px;
}

@media screen and (max-width: 768px) {
  .data-content-1__thumb {
    width: 176px;
    left: 10px;
    top: 55px;
  }
}

.data-content-1 .data-content__lead {
  text-align: right;
  padding-right: 54px;
}

@media screen and (max-width: 768px) {
  .data-content-1 .data-content__lead {
    padding-right: 40px;
  }
}

.data-content-1 .data-content__desc {
  text-align: right;
  padding-right: 54px;
}

@media screen and (max-width: 768px) {
  .data-content-1 .data-content__desc {
    padding-right: 40px;
  }
}

.data-content-2 {
  padding-top: 70px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .data-content-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.data-content-2__thumb {
  position: absolute;
  left: 30px;
  top: 70px;
}

@media screen and (max-width: 768px) {
  .data-content-2__thumb {
    width: 107px;
    left: auto;
    right: 25px;
    top: 26px;
  }
}

.data-content-2 .data-content__lead {
  padding-left: 195px;
}

@media screen and (max-width: 768px) {
  .data-content-2 .data-content__lead {
    padding-left: 40px;
  }
}

.data-content-2 .data-content__desc {
  padding-left: 195px;
}

@media screen and (max-width: 768px) {
  .data-content-2 .data-content__desc {
    padding-left: 40px;
  }
}

.data-content-3 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .data-content-3 {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}

.data-content-3__thumb {
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .data-content-3__thumb img {
    width: 81px;
  }
}

.data-content-3 .data-content__lead {
  text-align: center;
}

.data-content-3 .data-content__desc {
  text-align: center;
  line-height: 1.3;
}

.data-content-4 {
  padding-top: 24px;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .data-content-4 {
    padding-bottom: 53px;
  }
}

.data-content-4__thumb {
  text-align: center;
  margin-top: 0;
  margin-bottom: -32px;
}

@media screen and (max-width: 768px) {
  .data-content-4__thumb {
    margin-bottom: -24px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-4__thumb img {
    width: 160px;
  }
}

.data-content-4__ruby {
  font-size: 1.9rem;
  color: #e3b500;
  text-align: center;
  margin-bottom: 16px;
  margin-top: -12px;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .data-content-4__ruby {
    font-size: 1.5rem;
    margin-top: -8px;
    padding-left: 60px;
  }
}

.data-content-4 .data-content__lead {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .data-content-4 .data-content__lead {
    margin-top: 24px;
    margin-bottom: -8px;
  }
}

.data-content-4 .data-content__desc {
  text-align: center;
  line-height: 1.3;
}

.data-content-5 {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .data-content-5 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.data-content-5__thumb-1 {
  position: absolute;
  top: 19px;
  right: 36px;
}

@media screen and (max-width: 768px) {
  .data-content-5__thumb-1 {
    right: 18px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-5__thumb-1 img {
    width: 120px;
  }
}

.data-content-5__thumb-2 {
  position: absolute;
  left: 34px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .data-content-5__thumb-2 img {
    width: 139px;
  }
}

.data-content-5 .data-content__lead {
  text-align: center;
  margin-bottom: 8px;
}

.data-content-5 .data-content__desc {
  text-align: center;
}

.data-content-6 {
  padding-top: 110px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .data-content-6 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.data-content-6__thumb {
  position: absolute;
  top: 13px;
  right: 31px;
}

@media screen and (max-width: 768px) {
  .data-content-6__thumb {
    right: 16px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-6__thumb img {
    width: 109px;
  }
}

.data-content-6 .data-content__lead {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .data-content-6 .data-content__lead {
    margin-bottom: 8px;
    padding-left: 44px;
  }
}

.data-content-6 .data-content__desc {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .data-content-6 .data-content__desc {
    padding-left: 44px;
  }
}

.data-content-7 {
  padding-top: 95px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .data-content-7 {
    padding-top: 66px;
    padding-bottom: 90px;
  }
}

.data-content-7__thumb {
  position: absolute;
  left: 70px;
  top: 62px;
}

@media screen and (max-width: 768px) {
  .data-content-7__thumb {
    left: 52px;
    top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-7__thumb img {
    width: 48px;
  }
}

.data-content-7 .data-content__lead {
  padding-left: 245px;
}

@media screen and (max-width: 768px) {
  .data-content-7 .data-content__lead {
    padding-left: 120px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-7 .data-content__desc {
    display: inline-block;
  }
}

.data-content-7__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 245px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-7__group {
    padding-left: 28px;
    display: block;
  }
}

.data-content-7__desc {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #e3b500;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-7__desc {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    top: 6px;
    margin-right: 0;
  }
}

.data-content-7 .btn {
  position: relative;
  top: 30px;
  width: 212px;
  margin-left: 26px;
}

@media screen and (max-width: 768px) {
  .data-content-7 .btn {
    top: 24px;
    width: auto;
    margin: 0 0 0 -28px;
  }
}

.data-content-8 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 56px;
}

@media screen and (max-width: 768px) {
  .data-content-8 {
    padding-top: 44px;
    padding-bottom: 22px;
    padding-left: 35px;
  }
}

.data-content-8__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .data-content-8__group {
    display: block;
  }
}

.data-content-8__thumb {
  position: absolute;
  left: 56px;
  top: 156px;
}

@media screen and (max-width: 768px) {
  .data-content-8__thumb {
    left: 35px;
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-8__thumb img {
    width: 55px;
  }
}

.data-content-8__ruby {
  padding-left: 84px;
  margin-top: 8px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .data-content-8__ruby {
    font-size: 1rem;
    padding-left: 84px;
    margin-top: 4px;
  }
}

.data-content-8 .data-content__lead {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-8 .data-content__lead {
    padding-left: 84px;
    margin-bottom: 4px;
  }
}

.data-content-8 .data-content__desc {
  padding-left: 84px;
}

@media screen and (max-width: 768px) {
  .data-content-8 .data-content__desc {
    padding-left: 84px;
  }
}

.data-content-9 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .data-content-9 {
    padding-top: 0;
    margin-left: 0;
    padding-bottom: 60px;
  }
}

.data-content-9__thumb {
  position: absolute;
  left: 0;
  top: 100px;
}

@media screen and (max-width: 768px) {
  .data-content-9__thumb {
    position: static;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .data-content-9__thumb img {
    width: 120px;
  }
}

.data-content-9__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 172px;
}

@media screen and (max-width: 768px) {
  .data-content-9__group {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.data-content-9__desc {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #e3b500;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-9__desc {
    font-size: 1.6rem;
  }
}

.data-content-9 .data-content__lead {
  padding-left: 172px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-9 .data-content__lead {
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}

.data-content-10 {
  position: relative;
  padding-top: 56px;
  padding-bottom: 50px;
  margin-left: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .data-content-10 {
    margin-left: 0;
    padding-left: 32px;
    display: block;
  }
}

.data-content-10 .data-content__lead {
  margin-left: 72px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .data-content-10 .data-content__lead {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.data-content-10__group {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .data-content-10__group {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .data-content-10__thumb {
    position: absolute;
    right: 36px;
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-10__thumb img {
    width: 70px;
  }
}

.data-content-11 {
  padding-top: 90px;
  padding-bottom: 80px;
  padding-left: 84px;
}

@media screen and (max-width: 768px) {
  .data-content-11 {
    padding-top: 48px;
    padding-bottom: 60px;
    padding-left: 28px;
  }
}

.data-content-11-2 {
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 83px;
}

@media screen and (max-width: 768px) {
  .data-content-11-2 {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 22px;
  }
}

.data-content-11-2 .data-content__lead {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .data-content-11-2 .data-content__lead {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-11-2 .data-content__desc {
    display: inline-block;
  }
}

.data-content-11__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .data-content-11__group {
    display: block;
  }
}

.data-content-11__group.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .data-content-11__group.flex-bottom {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .data-content-11__group.flex-bottom .data-content__middium {
    vertical-align: 3px;
  }
}

.data-content-11__thumb {
  position: absolute;
  right: 51px;
  top: 33px;
}

@media screen and (max-width: 768px) {
  .data-content-11__thumb {
    right: 8px;
    bottom: 56px;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .data-content-11__thumb img {
    width: 90px;
  }
}

@media screen and (max-width: 365px) {
  .data-content-11__thumb img {
    width: calc(140 / 750 * 100vw);
  }
}

.data-content-11__desc-1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #e3b500;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-11__desc-1 {
    position: relative;
    top: 4px;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 4px;
  }
}

.data-content-11__desc-2 {
  margin-left: 52px;
  position: relative;
  top: 16px;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .data-content-11__desc-2 {
    top: 0;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
  .data-content-11__desc-2 span {
    font-size: 1.5rem;
  }
}

.data-content-11 .data-content__lead {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .data-content-11 .data-content__lead {
    margin-bottom: 4px;
  }
}

.data-content-11 .data-content__desc {
  display: inline-block;
}

.data-content-12 {
  padding-top: 168px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .data-content-12 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.data-content-12__thumb-1 {
  position: absolute;
  left: 15px;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .data-content-12__thumb-1 {
    left: 13px;
    top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-12__thumb-1 img {
    width: 61px;
  }
}

.data-content-12__thumb-2 {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .data-content-12__thumb-2 {
    right: 120px;
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-12__thumb-2 img {
    width: 80px;
  }
}

.data-content-12 .data-content__lead {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .data-content-12 .data-content__lead {
    margin-bottom: 16px;
  }
}

.data-content-12 .data-content__desc {
  text-align: center;
}

.data-content-13 {
  padding-top: 120px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .data-content-13 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.data-content-13__thumb {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .data-content-13__thumb {
    position: relative;
    top: -4px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-13__thumb img {
    width: 50px;
  }
}

.data-content-13__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.data-content-13 .data-content__lead {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .data-content-13 .data-content__lead {
    margin-bottom: 10px;
  }
}

.data-content-13 .data-content__desc {
  text-align: center;
  margin-bottom: 24px;
}

.data-content-13 .data-content__desc:last-child {
  margin-bottom: 8px;
}

.data-content-14 {
  padding-top: 80px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .data-content-14 {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}

.data-content-14__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.data-content-14 .data-content__lead {
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .data-content-14 .data-content__lead {
    margin-right: 12px;
  }
}

.data-content-15 {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .data-content-15 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.data-content-15__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 360px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 768px) {
  .data-content-15__group {
    width: 210px;
    margin-bottom: 24px;
  }
}

.data-content-15 .data-content__desc {
  width: 55%;
}

.data-content-15 .data-content__lead {
  width: 45%;
}

.data-content-16 {
  padding-top: 117px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .data-content-16 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.data-content-16 .data-content__desc {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .data-content-16 .data-content__desc {
    margin-bottom: 24px;
  }
}

.data-content-16 .data-content__lead {
  text-align: center;
  margin-bottom: 8px;
}

.data-content-17 {
  padding-top: 39px;
  padding-bottom: 35px;
  padding-left: 63px;
}

@media screen and (max-width: 768px) {
  .data-content-17 {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 22px;
  }
}

.data-content-17__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .data-content-17__group {
    display: block;
    padding-left: 140px;
  }
}
.data-content-17 .data-content__desc {
  position: relative;
  top: -24px;
}
@media screen and (max-width: 768px) {
  .data-content-17 .data-content__desc {
    top: 0;
  }
}
.data-content-17 .data-content__lead {
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .data-content-17 .data-content__lead {
    padding-right: 0;
    padding-left: 0;
    width: auto;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .data-content-17__thumb {
    position: absolute;
    left: 22px;
    top: 51px;
    width: 126px;
  }
}

.data-content-18 {
  padding-top: 60px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .data-content-18 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.data-content-18__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.data-content-18 .data-content__lead {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .data-content-18 .data-content__lead {
    margin-bottom: 10px;
  }
}

.data-content-18 .data-content__desc {
  text-align: center;
  margin-bottom: 24px;
}

.data-content-18 .data-content__desc:last-child {
  margin-bottom: 8px;
}

/*
/* 動画キャンペーンentertainment
/*
----------------------------------------------------------------- */
.entertainment-bnr a {
  display: block;
  overflow: hidden;
}

.entertainment-bnr a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  .entertainment-bnr a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/*
/* Clearfix
/*
----------------------------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

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

/*
/* Grid System
/*
----------------------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .row {
    margin: -10px;
  }

  body.products-goldlabel-kirishima-index .row {
    justify-content: center;
  }

  body.products-index .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.row.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .row.-sp-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.row.-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.-flex-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .row.-flex-end {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .row.-sp-fit {
    margin: 0;
  }
  .row.-sp-fit > .col,
  .row.-sp-fit > .col-1,
  .row.-sp-fit > .col-2,
  .row.-sp-fit > .col-3,
  .row.-sp-fit > .col-4,
  .row.-sp-fit > .col-5,
  .row.-sp-fit > .col-6,
  .row.-sp-fit > .col-7,
  .row.-sp-fit > .col-8,
  .row.-sp-fit > .col-9,
  .row.-sp-fit > .col-10,
  .row.-sp-fit > .col-11,
  .row.-sp-fit > .col-12 {
    padding: 0;
  }
}

.row.-fit {
  margin: 0;
}

.row.-fit > .col,
.row.-fit > .col-1,
.row.-fit > .col-2,
.row.-fit > .col-3,
.row.-fit > .col-4,
.row.-fit > .col-5,
.row.-fit > .col-6,
.row.-fit > .col-7,
.row.-fit > .col-8,
.row.-fit > .col-9,
.row.-fit > .col-10,
.row.-fit > .col-11,
.row.-fit > .col-12 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .row.-sp-sm {
    margin: -8px;
  }
  .row.-sp-sm > .col,
  .row.-sp-sm > .col-1,
  .row.-sp-sm > .col-2,
  .row.-sp-sm > .col-3,
  .row.-sp-sm > .col-4,
  .row.-sp-sm > .col-5,
  .row.-sp-sm > .col-6,
  .row.-sp-sm > .col-7,
  .row.-sp-sm > .col-8,
  .row.-sp-sm > .col-9,
  .row.-sp-sm > .col-10,
  .row.-sp-sm > .col-11,
  .row.-sp-sm > .col-12 {
    padding: 8px;
  }
}

.row.-sm {
  margin: -8px;
}

.row.-sm > .col,
.row.-sm > .col-1,
.row.-sm > .col-2,
.row.-sm > .col-3,
.row.-sm > .col-4,
.row.-sm > .col-5,
.row.-sm > .col-6,
.row.-sm > .col-7,
.row.-sm > .col-8,
.row.-sm > .col-9,
.row.-sm > .col-10,
.row.-sm > .col-11,
.row.-sm > .col-12 {
  padding: 8px;
}

.row.-md {
  margin: -20px;
}

.row.-md > .col,
.row.-md > .col-1,
.row.-md > .col-2,
.row.-md > .col-3,
.row.-md > .col-4,
.row.-md > .col-5,
.row.-md > .col-6,
.row.-md > .col-7,
.row.-md > .col-8,
.row.-md > .col-9,
.row.-md > .col-10,
.row.-md > .col-11,
.row.-md > .col-12 {
  padding: 20px;
}

.row.-lg {
  margin: -32px;
}

@media screen and (max-width: 768px) {
  .row.-lg {
    margin: -16px;
  }
}

.row.-lg > .col,
.row.-lg > .col-1,
.row.-lg > .col-2,
.row.-lg > .col-3,
.row.-lg > .col-4,
.row.-lg > .col-5,
.row.-lg > .col-6,
.row.-lg > .col-7,
.row.-lg > .col-8,
.row.-lg > .col-9,
.row.-lg > .col-10,
.row.-lg > .col-11,
.row.-lg > .col-12 {
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .row.-lg > .col,
  .row.-lg > .col-1,
  .row.-lg > .col-2,
  .row.-lg > .col-3,
  .row.-lg > .col-4,
  .row.-lg > .col-5,
  .row.-lg > .col-6,
  .row.-lg > .col-7,
  .row.-lg > .col-8,
  .row.-lg > .col-9,
  .row.-lg > .col-10,
  .row.-lg > .col-11,
  .row.-lg > .col-12 {
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .row.-sp-md {
    margin: -20px;
  }
  .row.-sp-md > .col,
  .row.-sp-md > .col-1,
  .row.-sp-md > .col-2,
  .row.-sp-md > .col-3,
  .row.-sp-md > .col-4,
  .row.-sp-md > .col-5,
  .row.-sp-md > .col-6,
  .row.-sp-md > .col-7,
  .row.-sp-md > .col-8,
  .row.-sp-md > .col-9,
  .row.-sp-md > .col-10,
  .row.-sp-md > .col-11,
  .row.-sp-md > .col-12 {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .row.-sp-sm {
    margin: -8px;
  }
  .row.-sp-sm > .col,
  .row.-sp-sm > .col-1,
  .row.-sp-sm > .col-2,
  .row.-sp-sm > .col-3,
  .row.-sp-sm > .col-4,
  .row.-sp-sm > .col-5,
  .row.-sp-sm > .col-6,
  .row.-sp-sm > .col-7,
  .row.-sp-sm > .col-8,
  .row.-sp-sm > .col-9,
  .row.-sp-sm > .col-10,
  .row.-sp-sm > .col-11,
  .row.-sp-sm > .col-12 {
    padding: 8px;
  }

  .row.-sp-margin {
    margin: 10px;
  }

  .title-serif.-sp-margin,
  .shochu-detail__title.-sp-margin {
    margin: 20px;
  }
}

.row.-tall {
  margin: -30px -15px;
}

@media screen and (max-width: 768px) {
  .row.-tall {
    margin: -20px -10px;
  }
}

.row.-tall > .col,
.row.-tall > .col-1,
.row.-tall > .col-2,
.row.-tall > .col-3,
.row.-tall > .col-4,
.row.-tall > .col-5,
.row.-tall > .col-6,
.row.-tall > .col-7,
.row.-tall > .col-8,
.row.-tall > .col-9,
.row.-tall > .col-10,
.row.-tall > .col-11,
.row.-tall > .col-12 {
  padding: 30px 15px;
}

@media screen and (max-width: 768px) {
  .row.-tall > .col,
  .row.-tall > .col-1,
  .row.-tall > .col-2,
  .row.-tall > .col-3,
  .row.-tall > .col-4,
  .row.-tall > .col-5,
  .row.-tall > .col-6,
  .row.-tall > .col-7,
  .row.-tall > .col-8,
  .row.-tall > .col-9,
  .row.-tall > .col-10,
  .row.-tall > .col-11,
  .row.-tall > .col-12 {
    padding: 20px 10px;
  }
}

.row + .row {
  margin-top: 10px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding: 10px;
  }
}

.col > *:first-child,
.col-1 > *:first-child,
.col-2 > *:first-child,
.col-3 > *:first-child,
.col-4 > *:first-child,
.col-5 > *:first-child,
.col-6 > *:first-child,
.col-7 > *:first-child,
.col-8 > *:first-child,
.col-9 > *:first-child,
.col-10 > *:first-child,
.col-11 > *:first-child,
.col-12 > *:first-child {
  margin-top: 0;
}

.col > *:last-child,
.col-1 > *:last-child,
.col-2 > *:last-child,
.col-3 > *:last-child,
.col-4 > *:last-child,
.col-5 > *:last-child,
.col-6 > *:last-child,
.col-7 > *:last-child,
.col-8 > *:last-child,
.col-9 > *:last-child,
.col-10 > *:last-child,
.col-11 > *:last-child,
.col-12 > *:last-child {
  margin-bottom: 0;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333%;
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

@media screen and (max-width: 768px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media screen and (max-width: 768px) {
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

body.products-goldlabel-kirishima-index .col-4 {
}

@media screen and (max-width: 1100px) {
  body.products-goldlabel-kirishima-index .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.products-goldlabel-kirishima-index .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-4.col-height {
  display: flex;
  flex-direction: column;
}

.col-4.col-height .thumb {
  display: block;
  min-height: 0%;
}
.col-4.col-height .thumb__inner {
  min-height: 0%;
}

.col-4.col-height .title-serif {
  display: flex;
  flex: 1 1 auto;
}

.col-4.col-height .text {
  display: flex;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.667%;
  flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media screen and (max-width: 768px) {
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.-special-width-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.7%;
  flex: 0 0 47.7%;
  max-width: 47.7%;
}

@media screen and (max-width: 768px) {
  .-special-width-01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

@media screen and (max-width: 768px) {
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.667%;
  flex: 0 0 66.667%;
  max-width: 66.667%;
}

@media screen and (max-width: 768px) {
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (max-width: 768px) {
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

@media screen and (max-width: 768px) {
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.667%;
  flex: 0 0 91.667%;
  max-width: 91.667%;
}

@media screen and (max-width: 768px) {
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .-sp-scroll {
    margin-left: 0 !important;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .-sp-scroll .col-4 {
    width: 255px;
    max-width: 255px;
    padding-right: 20px;
    padding-left: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .-sp-scroll-inner {
    padding-left: 20px;
  }
}

.custom-grid {
  --gap-pc: 30;

	--gap-sp: 30;

	--justify-c: inherit;

	--align-i: inherit;
	display: grid;
	justify-content: var(--justify-c);
	align-items: var(--align-i);
  gap: calc(var(--gap-pc) * 0.1rem);
}

@media screen and (max-width: 768px)  {
  .custom-grid {
    gap: calc(var(--gap-sp) * 0.1rem);
  }
}

.custom-grid.custom-grid-col-2 {
  --gc-pc: 1fr 1fr;

	--gc-sp: 1fr;
  grid-template-columns: var(--gc-pc);
}

@media screen and (max-width: 768px) {
  .custom-grid.custom-grid-col-2 {
    grid-template-columns: var(--gc-sp);
  }
}

.under20__content {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .under20__content {
    padding: 0 20px 30px;
  }
}

.under20__title {
  text-align: center;
  color: #b50d23;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .under20__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  
  .under20__title span {
    display: block;
  }
}

.under20__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .under20__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.under20__bg {
  background-color: #f9f9f9;
  padding: 80px 0 140px
}

.under20__sitemap {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .under20__sitemap {
    padding: 0 0 40px;
  }
}

.site-footer.under20__footer {
  padding-top: 0;
}

.under20__footer .footer-link {
  padding: 0 0 120px
}

@media screen and (max-width: 768px) {
  .under20__footer .footer-link {
    padding: 0 0 60px
  }
}

@media screen and (max-width: 768px) {
  .under20__footer .-global-wovn .-global-wovn__wrap {
    margin-top: 0;
  }
}