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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

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

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

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

img,
iframe {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

ol,
ul {
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

@media screen and (max-width: 768px) {
  body {
    margin-top: 56px;
  }
}
main {
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* typography */
/* Googleフォントで読み込ませる場合の例 *
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap');
*/
.jost {
  font-family: "Jost";
}

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  color: #191919;
  text-justify: inter-ideograph;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
  }
}

::-moz-selection {
  color: #525252;
  background-color: rgba(255, 224, 0, 0.5);
}

::selection {
  color: #525252;
  background-color: rgba(255, 224, 0, 0.5);
}

::-moz-selection {
  color: #525252;
  background-color: rgba(255, 224, 0, 0.5);
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #191919;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
}
.hp_text__red {
  color: #d70146;
}

.hp_text__white {
  color: white;
}

/* Animation */
.anime {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.fadein {
  opacity: 1;
}

.opa {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.opa:hover {
  opacity: 0.8;
}

.fadein {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fadein.is-animated {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fadeup.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html:not(.no-js) [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

html:not(.no-js) [data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

/* ホームHome ゴルフボールsvg */
.circle1_home {
  position: absolute;
  z-index: -2;
  top: -70px;
  width: 348px;
  height: 348px;
  left: -140px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para1 5.5s ease-in-out infinite;
          animation: anim_para1 5.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle1_home {
    top: -10px;
    width: 180px;
    height: 180px;
    left: -74px;
  }
}

.circle2_home {
  position: fixed;
  z-index: -2;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 50%;
  -webkit-animation: anim_para2 4.5s ease-in-out infinite;
          animation: anim_para2 4.5s ease-in-out infinite;
  opacity: 0.9;
  width: 302px;
  height: 293px;
  right: -100px;
}
@media screen and (max-width: 479px) {
  .circle2_home {
    top: 50%;
    width: 178px;
    height: 178px;
    right: -74px;
  }
}

/* 他ページ ゴルフボールsvg */
.circle1 {
  position: fixed;
  z-index: -2;
  top: 260px;
  width: 348px;
  height: 348px;
  left: -140px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para1 5.5s ease-in-out infinite;
          animation: anim_para1 5.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle1 {
    display: none !important;
  }
}

.circle2 {
  position: fixed;
  z-index: -2;
  top: 70%;
  width: 302px;
  height: 293px;
  right: -100px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para2 4.5s ease-in-out infinite;
          animation: anim_para2 4.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle2 {
    top: 280px;
    width: 178px;
    height: 178px;
    right: -74px;
  }
}

.circle2_stp {
  position: fixed;
  z-index: -2;
  top: 30%;
  width: 302px;
  height: 293px;
  right: -100px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para2 4.5s ease-in-out infinite;
          animation: anim_para2 4.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle2_stp {
    top: 280px;
    width: 178px;
    height: 178px;
    right: -74px;
  }
}

/* Parallax Image */
@-webkit-keyframes anim_para1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim_para1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anim_para2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66.66666% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim_para2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66.66666% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ホームHome ゴルフボールsvg */
/* padding Top */
.hp_pt_xxlg {
  padding-top: 120px !important;
}
@media screen and (max-width: 479px) {
  .hp_pt_xxlg {
    padding-top: 80px !important;
  }
}

.hp_pt_xlg {
  padding-top: 100px !important;
}
@media screen and (max-width: 479px) {
  .hp_pt_xlg {
    padding-top: 60px !important;
  }
}

.hp_pt_lg {
  padding-top: 80px !important;
}
@media screen and (max-width: 479px) {
  .hp_pt_lg {
    padding-top: 50px !important;
  }
}

.hp_pt_md {
  padding-top: 60px !important;
}
@media screen and (max-width: 479px) {
  .hp_pt_md {
    padding-top: 35px !important;
  }
}

.hp_pt_sm {
  padding-top: 40px !important;
}
@media screen and (max-width: 479px) {
  .hp_pt_sm {
    padding-top: 20px !important;
  }
}

.hp_pt_xsm {
  padding-top: 20px !important;
}
@media screen and (max-width: 479px) {
  .hp_pt_xsm {
    padding-top: 10px !important;
  }
}

/* padding Bottom */
.hp_pb_xxlg {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 479px) {
  .hp_pb_xxlg {
    padding-bottom: 80px !important;
  }
}

.hp_pb_xlg {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 479px) {
  .hp_pb_xlg {
    padding-bottom: 60px !important;
  }
}

.hp_pb_lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 479px) {
  .hp_pb_lg {
    padding-bottom: 50px !important;
  }
}

.hp_pb_md {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 479px) {
  .hp_pb_md {
    padding-bottom: 35px !important;
  }
}

.hp_pb_sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 479px) {
  .hp_pb_sm {
    padding-bottom: 20px !important;
  }
}

.hp_pb_xsm {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 479px) {
  .hp_pb_xsm {
    padding-bottom: 10px !important;
  }
}

/* Margin Top */
.hp_mt_xxlg {
  margin-top: 120px !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_xxlg {
    margin-top: 80px !important;
  }
}

.hp_mt_xlg {
  margin-top: 100px !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_xlg {
    margin-top: 60px !important;
  }
}

.hp_mt_lg {
  margin-top: 80px !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_lg {
    margin-top: 50px !important;
  }
}

.hp_mt_md {
  margin-top: 60px !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_md {
    margin-top: 35px !important;
  }
}

.hp_mt_sm {
  margin-top: 40px !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_sm {
    margin-top: 20px !important;
  }
}

.hp_mt_xsm {
  margin-top: 20px !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_xsm {
    margin-top: 10px !important;
  }
}

.hp_mt_xxsm {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 479px) {
  .hp_mt_xxsm {
    margin-top: 0.5rem !important;
  }
}

/* Margin Bottom */
.hp_mb_xxlg {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_xxlg {
    margin-bottom: 80px !important;
  }
}

.hp_mb_xlg {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_xlg {
    margin-bottom: 60px !important;
  }
}

.hp_mb_lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_lg {
    margin-bottom: 50px !important;
  }
}

.hp_mb_md {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_md {
    margin-bottom: 35px !important;
  }
}

.hp_mb_sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_sm {
    margin-bottom: 20px !important;
  }
}

.hp_mb_xsm {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_xsm {
    margin-bottom: 10px !important;
  }
}

.hp_mb_xxsm {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 479px) {
  .hp_mb_xxsm {
    margin-bottom: 1rem !important;
  }
}

/*=========================================================================================
     768~1024の部分をlp(ラップトップと定義して使用)
=========================================================================================*/
@media screen and (min-width: 767px) {
  .hp_pconly {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .hp_pconly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hp_pc-lp {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hp_pc-tab {
    display: none !important;
  }
}

/*=========================================================================================
     index.phpに使用
=========================================================================================*/
@media screen and (min-width: 1200px) {
  .hp_over1200 {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .hp_over1200 {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hp_under1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hp_under1200 {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .hp_tabonly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hp_tabonly {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  .hp_tabonly {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .hp_tab-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .hp_tab-sp {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .hp_sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_sponly {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .hp_sponly {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .hp_pc-tab-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .hp_pc-tab-sp {
    display: block !important;
  }
}

.hp_nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* Align */
.hp_center {
  text-align: center;
}
.hp_center > * {
  margin-left: auto;
  margin-right: auto;
}

.hp_right {
  text-align: right !important;
}

.hp_left {
  text-align: left;
}

.hp_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .hp_flex {
    display: block;
  }
}

.hp_flexWrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.hp_flexRev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Overflow */
.ly_overflowHidden {
  overflow: hidden;
}

.hp_font_small {
  font-size: 14px;
}

.bl_mv {
  position: relative;
}
.bl_mv:after {
  background-position: bottom center;
}

.el_btn > a,
.el_btn > span,
.el_btn > button {
  background-color: #d70146;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 67px;
  font-weight: 600;
  width: 100%;
  font-size: 20px;
  position: relative;
  border: 2px solid #d70146;
}
.el_btn > a:before,
.el_btn > span:before,
.el_btn > button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.el_btn > a:after,
.el_btn > span:after,
.el_btn > button:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  background-repeat: no-repeat;
  background-size: 4px 8px;
  background-position: center;
  background-image: url(/resource/images/icon_arrow_right_red.svg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 479px) {
  .el_btn > a:after,
  .el_btn > span:after,
  .el_btn > button:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .el_btn > a,
  .el_btn > span,
  .el_btn > button {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.el_btn > a span,
.el_btn > span span,
.el_btn > button span {
  position: relative;
  z-index: 1;
}
.el_btn > a:hover,
.el_btn > span:hover,
.el_btn > button:hover {
  color: #d70146;
}
.el_btn > a:hover:before,
.el_btn > span:hover:before,
.el_btn > button:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.el_btn > a:hover:after,
.el_btn > span:hover:after,
.el_btn > button:hover:after {
  right: 15px;
}
.el_btn.el_btn__green > a,
.el_btn.el_btn__green > span,
.el_btn.el_btn__green > button {
  background-color: #2de2bf;
  color: #000000;
  border: 2px solid #2de2bf;
}
.el_btn.el_btn__green > a:after,
.el_btn.el_btn__green > span:after,
.el_btn.el_btn__green > button:after {
  background-image: url(/resource/images/icon_arrow_right_green.svg);
}
.el_btn.el_btn__white a,
.el_btn.el_btn__white > span,
.el_btn.el_btn__white > button {
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}
.el_btn.el_btn__white a:after,
.el_btn.el_btn__white > span:after,
.el_btn.el_btn__white > button:after {
  background-color: #d70146;
  background-image: url(/resource/images/icon_arrow_right_white.svg);
  background-size: 4px 7px;
}
.el_btn.el_btn__white a:hover,
.el_btn.el_btn__white > span:hover,
.el_btn.el_btn__white > button:hover {
  color: #fff;
}
.el_btn.el_btn__white a:hover:before,
.el_btn.el_btn__white > span:hover:before,
.el_btn.el_btn__white > button:hover:before {
  background-color: #d70146;
}
.el_btn.el_btn__white a:hover:after,
.el_btn.el_btn__white > span:hover:after,
.el_btn.el_btn__white > button:hover:after {
  background-color: white;
  background-image: url(/resource/images/icon_arrow_right_red.svg);
}
.el_btn.el_btn__ex a:after,
.el_btn.el_btn__ex > span:after,
.el_btn.el_btn__ex > button:after {
  background-image: url(/resource/images/icon_ex.svg) !important;
  background-size: 16px 12px;
}
@media screen and (max-width: 479px) {
  .el_btn.el_btn__ex a:after,
  .el_btn.el_btn__ex > span:after,
  .el_btn.el_btn__ex > button:after {
    background-size: 10px 8px;
  }
}
.el_btn.el_btn__ex_white a,
.el_btn.el_btn__ex_white > span,
.el_btn.el_btn__ex_white > button {
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}
.el_btn.el_btn__ex_white a:after,
.el_btn.el_btn__ex_white > span:after,
.el_btn.el_btn__ex_white > button:after {
  background-image: url(/resource/images/icon_ex.svg) !important;
  background-size: 16px 12px;
}
@media screen and (max-width: 479px) {
  .el_btn.el_btn__ex_white a:after,
  .el_btn.el_btn__ex_white > span:after,
  .el_btn.el_btn__ex_white > button:after {
    background-size: 10px 8px;
  }
}
.el_btn.el_btn__sm a,
.el_btn.el_btn__sm > span,
.el_btn.el_btn__sm > button {
  font-size: 15px;
  padding: 12px 35px;
}
.el_btn.el_btn__sm a:after,
.el_btn.el_btn__sm > span:after,
.el_btn.el_btn__sm > button:after {
  width: 16px;
  height: 16px;
}
.el_btn.el_btn__recnavi a:before {
  display: none;
}
.el_btn.el_btn__recnavi a:after {
  background-color: transparent;
}
@media screen and (max-width: 479px) {
  .el_btn.el_btn__recnavi a img {
    width: 130px;
  }
}
.el_btn.el_btn__recnavi a:after {
  right: 25px;
}

.btn_submit {
  background-color: #ffe000;
  border-radius: 45px;
  padding: 35px 10px;
  text-align: center;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  max-width: 328px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 479px) {
  .btn_submit {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.el_btnBack input {
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
}
.el_btnBack:before {
  content: "←";
  display: inline-block;
}

table {
  width: 100%;
}

.el_tableInformation {
  border-top: 1px solid #f0ebdf;
}
.el_tableInformation th,
.el_tableInformation td {
  padding: 33px 20px;
}
@media screen and (max-width: 479px) {
  .el_tableInformation th,
  .el_tableInformation td {
    display: block;
    padding: 20px 0;
  }
}
.el_tableInformation th {
  font-size: 1.25rem;
  white-space: nowrap;
  text-align: left;
  padding-left: 30px;
  padding-right: 50px;
}
@media screen and (max-width: 479px) {
  .el_tableInformation th {
    padding-left: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
.el_tableInformation td {
  line-height: 2.2;
}
.el_tableInformation td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.2) * 0.5em);
  content: "";
}
.el_tableInformation td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 479px) {
  .el_tableInformation td {
    font-size: 13px;
  }
}
.el_tableInformation td > dl > dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.el_tableInformation tr:not(:last-child) {
  border-bottom: 1px solid #f0ebdf;
}

@media screen and (max-width: 768px) {
  .el_tableCareerpassDetail tr:not(:last-child) th,
  .el_tableCareerpassDetail tr:not(:last-child) td {
    border-bottom: none;
  }
}
.el_tableCareerpassDetail th,
.el_tableCareerpassDetail td {
  border: 1px solid #d8d3c7;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .el_tableCareerpassDetail th,
  .el_tableCareerpassDetail td {
    display: block;
    padding: 10px;
  }
}
.el_tableCareerpassDetail th {
  background-color: rgba(216, 211, 199, 0.4);
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .el_tableCareerpassDetail th {
    text-align: left;
    padding-left: 20px;
  }
}
.el_tableCareerpassDetail td {
  font-size: 0.875rem;
  line-height: 2;
}

.bl_guideline_table tr {
  border-bottom: 1px dashed #bfbfbf;
}
.bl_guideline_table tr:nth-child(1) {
  border-top: 1px dashed #bfbfbf;
}
.bl_guideline_table th,
.bl_guideline_table td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .bl_guideline_table th,
  .bl_guideline_table td {
    display: block;
    font-size: 14px;
  }
}
.bl_guideline_table th {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 479px) {
  .bl_guideline_table th {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-bottom: 0;
  }
}
.bl_guideline_table td dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.bl_guideline_table.bl_confirm_table tr {
  border-bottom: 1px solid #bfbfbf;
}
.bl_guideline_table.bl_confirm_table tr:nth-child(1) {
  border-top: 1px solid #bfbfbf;
}
.bl_guideline_table.bl_confirm_table th,
.bl_guideline_table.bl_confirm_table td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bl_guideline_table.bl_confirm_table th {
  width: 220px;
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .bl_guideline_table.bl_confirm_table th {
    width: 100%;
    padding-bottom: 0;
    font-weight: 600;
  }
}
@media screen and (max-width: 479px) {
  .bl_guideline_table.bl_confirm_table td {
    padding-top: 0;
  }
}

.el_opa {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.el_opa:hover {
  opacity: 0.6;
}

.el_anchor {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (max-width: 479px) {
  .el_anchor {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.el_linkRed {
  color: #d70146;
  text-decoration: underline;
}

.hp_noevent {
  pointer-events: none;
}

/*******************************************
右に丸矢印
*******************************************/
.el_link__arrowRight {
  font-size: 20px;
  font-weight: 600;
}
.el_link__arrowRight:after {
  content: "";
  background-image: url(/resource/images/icon_arrow_right_circle_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-left: 10px;
}
.el_link__arrowRight.el_link__arrowRight__md:after {
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 479px) {
  .el_link__arrowRight.el_link__arrowRight__md {
    font-size: 13px;
  }
  .el_link__arrowRight.el_link__arrowRight__md:after {
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    margin-left: 5px;
  }
}
.el_link__arrowRight.el_link__arrowRightSm {
  font-size: 14px;
}
.el_link__arrowRight.el_link__arrowRightSm:after {
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*******************************************
下層ページ　ページタイトル
*******************************************/
.bl_pageTitle {
  background-color: #d70146;
  color: #fff;
  font-size: 46px;
  padding-top: 70px;
  padding-bottom: 100px;
  line-height: 1.3;
  padding-left: 100px;
}
@media screen and (max-width: 479px) {
  .bl_pageTitle {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
}
.bl_pageTitle .en {
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .bl_pageTitle .en {
    font-size: 10px;
  }
}

/*******************************************
下層ページ　セクションタイトルlv2
*******************************************/
.el_titleLv2 {
  border-top: 3px solid #f4f2ef;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding-top: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .el_titleLv2 {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
.el_titleLv2:before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #d70146;
  top: -3px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 479px) {
  .el_titleLv2:before {
    width: 30px;
  }
}

/*******************************************
下層ページ　セクションタイトルlv3
*******************************************/
.el_titleLv3 {
  font-size: 24px;
  color: #d70146;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .el_titleLv3 {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

.loading {
  background-color: #efece4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 40;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}
.loading img {
  max-width: 212px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.loading img.is-animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.bl_breadCrumb {
  background-color: #dcf4e9;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .bl_breadCrumb > .ly_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bl_breadCrumb li {
  display: inline;
}
.bl_breadCrumb li a {
  font-size: 12px;
  color: #757575;
}
@media screen and (max-width: 479px) {
  .bl_breadCrumb li a {
    font-size: 10px;
  }
}
.bl_breadCrumb li:last-child {
  pointer-events: none;
}
.bl_breadCrumb li:last-child a {
  color: #b5b5b5;
}
.bl_breadCrumb li:not(:last-child):after {
  content: ">";
  color: #757575;
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

/*****************************
中途採用エントリーフォーム
*****************************/
.page-confirm .bl_buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-confirm .bl_buttons > div {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}

/*****************************
中途採用エントリーフォーム完了画面
*****************************/
.page-thanks .el_btn,
.page-confirm .el_btn {
  padding: 35px 10px;
  max-width: 328px;
  width: 100%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #ffdf00;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .page-thanks .el_btn,
  .page-confirm .el_btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-confirm .ly_pageContentsWhite,
.page-thenks .ly_pageContentsWhite {
  background-image: url(/recruit/resource/images/recruitment_bg.png);
  background-position: bottom -40vw center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bl_pageNav {
  margin-top: -50px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .bl_pageNav {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100vw - 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.bl_pageNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .bl_pageNav ul {
    display: block;
  }
}
.bl_pageNav ul li {
  margin: 0 5%;
}
@media screen and (max-width: 479px) {
  .bl_pageNav ul li {
    margin: 0;
    position: relative;
  }
}
.bl_pageNav ul li:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/resource/images/icon_arrow_down_red.svg);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .bl_pageNav ul li:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
.bl_pageNav ul li a {
  font-size: 18px;
  font-weight: 600;
}
.bl_pageNav ul li a:hover {
  color: #d70146;
}
@media screen and (max-width: 479px) {
  .bl_pageNav ul li a {
    display: block;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .bl_pageNav ul li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
}

.ly_container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .ly_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 幅を変える場合 */
.ly_container_slider {
  padding-top: 10px;
  max-width: 100%;
}

.ly_container720 {
  max-width: 780px;
}

/* 背景に色 */
.ly_bgGray {
  background-color: #f7f5f2;
}

header {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  header {
    border-top: 5px solid #d70146;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.ly_header_top {
  background-color: #d70146;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .ly_header_top {
    display: none;
  }
}

.ly_header_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ly_header_cont {
    padding-left: 20px;
  }
}
.ly_header_cont .title {
  font-size: 30px;
}
.ly_header_cont .title .en {
  color: #d70146;
  font-size: 13px;
}

.ly_header_logo {
  -webkit-flex-basis: 194px;
      -ms-flex-preferred-size: 194px;
          flex-basis: 194px;
}
@media screen and (max-width: 768px) {
  .ly_header_logo {
    -webkit-flex-basis: 94px;
        -ms-flex-preferred-size: 94px;
            flex-basis: 94px;
    padding-bottom: 10px;
  }
}
.ly_header_logo h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.ly_header_logo h1 img {
  width: 100%;
}

.ly_header_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .ly_header_nav {
    display: none;
  }
}
.ly_header_nav a:hover {
  color: #d70146;
}

.ly_header_nav_top {
  margin-bottom: 6px;
}
.ly_header_nav_top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ly_header_nav_top ul li:not(:first-child) {
  margin-left: 3%;
}
.ly_header_nav_top ul li a {
  font-weight: 600;
  font-size: 13px;
}

.ly_header_nav_bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ly_header_nav_bottom ul .el_liParent {
  font-weight: 600;
}
.ly_header_nav_bottom ul .el_liParent > span {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ly_header_nav_bottom ul .el_liParent > span:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #d70146;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  opacity: 0;
}
.ly_header_nav_bottom ul .el_liParent:not(:first-child) {
  margin-left: 5%;
}
.ly_header_nav_bottom ul .el_liParent:hover span {
  color: #d70146;
}
.ly_header_nav_bottom ul .el_liParent:hover span:after {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bl_nav_cont {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
  display: none;
}
.bl_nav_cont .title {
  font-weight: 600;
  margin-bottom: 25px;
}
.bl_nav_cont .title span {
  margin-left: 10px;
  display: inline;
}
.bl_nav_cont .title span:after {
  display: none;
}
.bl_nav_cont ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl_nav_cont ul li a {
  font-size: 16px;
}
.bl_nav_cont ul li:not(:last-child) {
  margin-right: 30px;
}
.bl_nav_cont ul li .el_link__arrowRight:after {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.ly_header_linkOnlineShop {
  -webkit-flex-basis: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
}
@media screen and (max-width: 768px) {
  .ly_header_linkOnlineShop {
    -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
  }
}
.ly_header_linkOnlineShop a {
  display: block;
  background-color: #d70146;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  height: 100%;
  padding-top: 15px;
  line-height: 1.3;
}
.ly_header_linkOnlineShop a img {
  margin-left: auto;
  margin-right: auto;
  width: 26px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ly_header_linkOnlineShop a img {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly_header_linkOnlineShop a span {
    display: none;
  }
}

.el_link_headerTel:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/resource/images/icon_tel.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.ly_overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.4);
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ly_overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Toggle Button */
.bl_toggleDrawer {
  display: block;
  position: fixed;
  top: 5px;
  right: 50px;
  z-index: 30;
  width: 60px;
  height: 52px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 478px) {
  .bl_toggleDrawer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_toggleDrawer {
    display: block !important;
  }
}

.el_btnTrigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/icon_toggle_open.svg);
  background-size: 26px 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Drawer */
.bl_drawer {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  border-top: 1px solid #eee;
}
.bl_drawer .ly_drawerContents {
  padding-top: 90px;
  padding-bottom: 60px;
}
.bl_drawer .ly_drawerContents ul li a {
  position: relative;
}
.bl_drawer .ly_drawerContents ul li a:after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/resource/images/icon_arrow_right_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 18px;
}
.bl_drawer .ly_drawerContents ul li.el_liParent {
  border-bottom: 1px solid #efefef;
}
.bl_drawer .ly_drawerContents ul li.el_liParent > a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.bl_drawer .ly_drawerContents ul li.el_liPrivacyPoplicy {
  border-bottom: none;
}
.bl_drawer .ly_drawerContents ul li.el_liPrivacyPoplicy a {
  font-size: 13px;
  font-weight: 400;
  padding-top: 30px;
}
.bl_drawer .ly_drawerContents ul li.el_liPrivacyPoplicy a:after {
  display: inline-block;
  position: static;
  margin-left: 5px;
  width: 9px;
  height: 10px;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren {
  position: relative;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren > a {
  pointer-events: none;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren > a:after {
  display: none;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren .el_drawerToggle {
  position: absolute;
  right: 40px;
  top: 16px;
  width: 14px;
  height: 14px;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren .el_drawerToggle span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #d70146;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren .el_drawerToggle span:nth-child(1) {
  width: 14px;
  height: 2px;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren .el_drawerToggle span:nth-child(2) {
  width: 2px;
  height: 14px;
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren.open .el_drawerToggle span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.bl_drawer .ly_drawerContents ul li.el_liHasChildren.open .el_drawerToggle span:nth-child(2) {
  opacity: 0;
}
.bl_drawer .ly_drawerContents ul li.el_liEx a:after {
  content: "";
  width: 17px;
  height: 13px;
  background-image: url(/resource/images/icon_ex.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 18px;
}
.bl_drawer .ly_drawerContents ul li .el_ulChildren {
  margin-top: 10px;
  margin-left: 78px;
  display: none;
  padding-bottom: 20px;
}
.bl_drawer .ly_drawerContents ul li .el_ulChildren li a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  position: relative;
  display: block;
}
.bl_drawer .ly_drawerContents ul li .el_ulChildren li a:after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(/resource/images/icon_arrow_right_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 18px;
}
.bl_drawer .ly_drawerContents ul li .el_ulChildren li:not(:last-child) {
  margin-bottom: 10px;
}
.bl_drawer .bl_drawerNav {
  -webkit-flex-basis: 44.53%;
      -ms-flex-preferred-size: 44.53%;
          flex-basis: 44.53%;
  border-top: 1px solid #e87c1a;
}
@media screen and (max-width: 768px) {
  .bl_drawer .bl_drawerNav {
    border-top: none;
  }
}
.bl_drawer .bl_drawerNav > ul > li {
  border-bottom: 1px solid #e87c1a;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .bl_drawer .bl_drawerNav > ul > li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bl_drawer .el_navLinkHasChildren {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_drawer .el_navLinkHasChildren {
    display: block;
  }
}
.bl_drawer .el_navLinkHasChildren .toggle_plus {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 36px;
  height: 36px;
}
.bl_drawer .el_navLinkHasChildren .toggle_plus span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_drawer .el_navLinkHasChildren .toggle_plus span:nth-child(1) {
  width: 36px;
  height: 2px;
}
.bl_drawer .el_navLinkHasChildren .toggle_plus span:nth-child(2) {
  height: 36px;
  width: 2px;
}
.bl_drawer .el_navLinkHasChildren .toggle_plus.open span:nth-child(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bl_drawer .el_navLinkHasChildren .toggle_plus.open span:nth-child(2) {
  opacity: 0;
}

body.open {
  overflow: hidden;
}
body.open .bl_drawer {
  opacity: 1;
  visibility: visible;
}
body.open .bl_drawer .bl_spnav_overlay {
  position: fixed;
  display: block;
}
body.open .el_btnTrigger {
  background-image: url(/resource/images/icon_toggle_close.svg);
}

.bl_sideFix {
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 10;
}
.bl_sideFix ul li a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 190px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .bl_sideFix ul li a {
    font-size: 10px;
    width: 25px;
    height: 104px;
  }
}
.bl_sideFix ul .li_new a {
  background-color: #ff4040;
}
.bl_sideFix ul .li_new a:hover {
  opacity: 0.8;
}
.bl_sideFix ul .li_career a {
  background-color: gray;
  color: #979797;
}

footer {
  background-color: #fffce6;
  padding-top: 80px;
}
@media screen and (max-width: 479px) {
  footer {
    padding-top: 50px;
  }
}

.ly_footer_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ly_footer_cont {
    display: block;
  }
}

.ly_footer_data {
  -webkit-flex-basis: 235px;
      -ms-flex-preferred-size: 235px;
          flex-basis: 235px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ly_footer_data {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .ly_footer_data img {
    width: 55.4%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.ly_footer_data .name {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 10px;
}
.ly_footer_data .address {
  line-height: 2;
}

.ly_footer_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .ly_footer_nav {
    max-width: none;
    width: 100vw;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    border-top: 1px solid #f2e7d1;
    margin-top: 40px;
    padding: 2.5rem 10% 0;
    text-align: center;
  }
}
.ly_footer_nav .el_linkParent {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ly_footer_nav .el_linkParent {
    margin-bottom: 2rem;
  }
}
.ly_footer_nav .el_linkParent > a {
  pointer-events: none;
}
.ly_footer_nav .el_linkChild {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.el_nav_child {
  margin-top: 10px;
}

.ly_footer_nav_top {
  border-bottom: 1px solid #f2e7d1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.ly_footer_nav_top .el_nav_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ly_footer_nav_top .el_nav_parent {
    display: block;
  }
}

.ly_container_nav_bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ly_container_nav_bottom ul li:not(:first-child) {
  margin-left: 5%;
}
.ly_container_nav_bottom ul li a {
  font-weight: 600;
}
.ly_container_nav_bottom ul li a img {
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.ly_copyright {
  background-color: #d70146;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 12px;
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .ly_copyright {
    margin-top: 50px;
  }
}
.ly_copyright a {
  color: #fff;
}

.el_totop {
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 59px;
  height: 59px;
  background-image: url(/resource/images/totop.svg);
  background-size: contain;
  z-index: 8;
}
@media screen and (max-width: 479px) {
  .el_totop {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}

.bl_flex2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .bl_flex2col {
    display: block;
  }
}
.bl_flex2col > * {
  -webkit-flex-basis: calc(50% - 30px);
      -ms-flex-preferred-size: calc(50% - 30px);
          flex-basis: calc(50% - 30px);
}
@media screen and (max-width: 479px) {
  .bl_flex2col > *:first-child {
    margin-bottom: 20px;
  }
}
.bl_flex2col.bl_flex2col__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_flex2col__lg > * {
  -webkit-flex-basis: calc(50% - 40px);
      -ms-flex-preferred-size: calc(50% - 40px);
          flex-basis: calc(50% - 40px);
}

/*******************************************
下層ページ共通
*******************************************/
.bl_sec_cont {
  padding-bottom: 60px;
  margin-top: 60px;
}
.bl_sec_cont:not(:last-of-type) {
  border-bottom: 1px dashed #f4f2ef;
}
@media screen and (max-width: 479px) {
  .bl_sec_cont {
    padding-bottom: 35px;
    margin-top: 35px;
  }
}
.bl_sec_cont h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .bl_sec_cont h3 {
    margin-bottom: 20px;
  }
}
.bl_sec_cont .text p:not(:last-of-type) {
  margin-bottom: 50px;
}
.bl_sec_cont .image img + img {
  margin-top: 10px;
}

/* Title */
.el_home_titleLv1 {
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .el_home_titleLv1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .el_home_titleLv1 {
    margin-bottom: 20px;
  }
}
.el_home_titleLv1 .en {
  color: #d70146;
  font-size: 14px;
  font-family: "Jost";
}
@media screen and (max-width: 768px) {
  .el_home_titleLv1 .en {
    font-size: 8px;
  }
}
.el_home_titleLv1.el_home_titleLv1__center {
  text-align: center;
}
.el_home_titleLv1.el_home_titleLv1__red {
  color: #d70146;
}

.un_home_slider_wrapper {
  position: relative;
  z-index: 0;
}
.un_home_slider_wrapper:after {
  content: "";
  height: 920px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/resource/images/home_mv_bg.svg);
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .un_home_slider_wrapper:after {
    height: 167px;
    bottom: -80px;
    top: auto;
  }
}
.un_home_slider_wrapper .slick-dots li {
  margin: 0;
}
.un_home_slider_wrapper .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.un_home_slider_wrapper .slick-dots .slick-active button:before {
  color: #d70146;
}
.un_home_slider_wrapper .slick-slide img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .un_home_mv_slider {
    width: 100vw;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.un_home_banners_wrapper {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_home_banners_wrapper {
    margin-top: 35px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_banners_wrapper > .ly_container {
    padding-left: 0;
    padding-right: 0;
  }
}

.un_home_banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .un_home_banners {
    margin-bottom: 60px;
  }
}
.un_home_banners > div {
  -webkit-flex-basis: 30.61%;
      -ms-flex-preferred-size: 30.61%;
          flex-basis: 30.61%;
}
@media screen and (max-width: 479px) {
  .un_home_banners .slick-slide {
    width: 200px;
    margin: 0 10px;
  }
}

/* 商品紹介 */
.un_home_products h3 {
  position: relative;
}
.un_home_products h3 .el_link__arrowRight {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .un_home_products h3 .el_link__arrowRight {
    position: static;
    display: block;
    margin-top: 20px;
  }
}

.un_home_products_slider_wrapper {
  position: relative;
}

.un_home_products_slider {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.un_home_products_slider .slick-slide {
  width: 162px;
  margin: 0 20px;
}
@media screen and (max-width: 479px) {
  .un_home_products_slider .slick-slide {
    margin: 0 10px;
  }
}
.un_home_products_slider .title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .un_home_products_slider .title {
    font-size: 10px;
  }
}

.un_home_products_slider_arrow_prev,
.un_home_products_slider_arrow_next {
  position: absolute;
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.un_home_products_slider_arrow_prev {
  background-image: url(/resource/images/icon_arrow_left_red.svg);
  left: 10px;
}
@media screen and (max-width: 479px) {
  .un_home_products_slider_arrow_prev {
    left: -20px;
  }
}

.un_home_products_slider_arrow_next {
  background-image: url(/resource/images/icon_arrow_right_red.svg);
  right: 10px;
}
@media screen and (max-width: 479px) {
  .un_home_products_slider_arrow_next {
    right: -20px;
  }
}

.un_home_buttons {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_home_buttons {
    margin-top: 35px;
    padding-bottom: 35px;
  }
}
.un_home_buttons .icon_cart {
  width: 33px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .un_home_buttons .icon_cart {
    width: 24px;
  }
}

/* バナーエリア */
.un_home_banners02 {
  background-image: url(/resource/images/bg_dot_yellow.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_home_banners02 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/* わたしたちについて */
.un_home_aboutUs {
  background-color: #dcf4e9;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/resource/images/home_aboutus_bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 930px;
}
@media screen and (max-width: 479px) {
  .un_home_aboutUs {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs .el_home_titleLv1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs .bl_flex2col {
    display: block;
  }
}
.un_home_aboutUs .text {
  padding-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_home_aboutUs .text {
    padding-top: 0;
  }
}
.un_home_aboutUs .image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs .image {
    margin-top: 60px;
  }
}
.un_home_aboutUs .image img {
  position: absolute;
  left: 50px;
  top: 0;
  width: 611px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs .image img {
    position: static;
    width: 100vw;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.un_home_aboutUs_quality,
.un_home_aboutUs_introduce {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.un_home_aboutUs_quality .thum,
.un_home_aboutUs_introduce .thum {
  padding-top: 55.5555%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.un_home_aboutUs_quality .cont,
.un_home_aboutUs_introduce .cont {
  padding: 30px;
}
.un_home_aboutUs_quality .cont .el_link__arrowRight,
.un_home_aboutUs_introduce .cont .el_link__arrowRight {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.un_home_aboutUs_quality p,
.un_home_aboutUs_introduce p {
  font-size: 14px;
}
.un_home_aboutUs_quality a:hover .thum,
.un_home_aboutUs_introduce a:hover .thum {
  opacity: 0.8;
}
.un_home_aboutUs_quality a:hover .el_link__arrowRight,
.un_home_aboutUs_introduce a:hover .el_link__arrowRight {
  color: #d70146;
}

.un_home_aboutUs_quality .thum {
  background-image: url(/resource/images/home_aboutus_quality_bg.jpg);
}

.un_home_aboutUs_introduce .thum {
  background-image: url(/resource/images/home_aboutus_introduce_bg.jpg?20250702);
}

.un_home_aboutUs_recruit a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.un_home_aboutUs_recruit a:hover {
  opacity: 0.8;
}

.un_home_aboutUs_recruit_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs_recruit_flex {
    display: block;
  }
}
.un_home_aboutUs_recruit_flex .title {
  -webkit-flex-basis: 320px;
      -ms-flex-preferred-size: 320px;
          flex-basis: 320px;
  background-color: #d70146;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 80px;
  padding-left: 58px;
  padding-right: 58px;
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs_recruit_flex .title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.un_home_aboutUs_recruit_flex .title h3 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs_recruit_flex .title h3 {
    font-size: 24px;
  }
}
.un_home_aboutUs_recruit_flex .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_home_aboutUs_recruit_flex .images > div {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .un_home_aboutUs_recruit_flex .images > div {
    padding-top: 46%;
  }
}
.un_home_aboutUs_recruit_flex .images > div:nth-child(1) {
  background-image: url(/resource/images/home_aboutus_recruit_img1.jpg);
}
.un_home_aboutUs_recruit_flex .images > div:nth-child(2) {
  background-image: url(/resource/images/home_aboutus_recruit_img2.jpg);
}
.un_home_aboutUs_recruit_flex .images > div:nth-child(3) {
  background-image: url(/resource/images/home_aboutus_recruit_img3.jpg);
}

/* お問い合わせ */
.un_home_contact {
  background-color: #fffac2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .un_home_contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.un_home_contact .wrapper {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .un_home_contact .wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.un_home_contact .wrapper .tel {
  font-size: 50px;
  font-weight: 600;
  color: #d70146;
}
@media screen and (max-width: 479px) {
  .un_home_contact .wrapper .tel {
    font-size: 28px;
  }
}
.un_home_contact .wrapper .tel img {
  width: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .un_home_contact .wrapper .tel img {
    width: 19px;
    margin-right: 10px;
  }
}
.un_home_contact .wrapper .open strong {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .un_home_contact .wrapper .open strong {
    margin-right: 0;
  }
}

/*******************************************
Business
*******************************************/
.un_business_concept {
  padding-bottom: 80px;
}

.un_processFlow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .un_processFlow {
    display: block;
  }
}
.un_processFlow li {
  -webkit-flex-basis: 22.44%;
      -ms-flex-preferred-size: 22.44%;
          flex-basis: 22.44%;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_processFlow li {
    margin-bottom: 20px;
  }
}
.un_processFlow li h5 {
  font-weight: 600;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .un_processFlow li h5 {
    font-size: 16px;
  }
}
.un_processFlow li h5 .num {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background-color: #d70146;
  font-family: "Jost";
  margin-right: 7px;
}
.un_processFlow li h5 .sm {
  font-size: 14px;
}
.un_processFlow li p {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .un_processFlow li p {
    font-size: 12px;
  }
}

.un_business_system_processs,
.un_business_system_tracability {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px dashed #d8d8d8;
}
@media screen and (max-width: 479px) {
  .un_business_system_processs,
  .un_business_system_tracability {
    margin-top: 35px;
    padding-top: 35px;
  }
}

.un_business_system_tracability {
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_business_system_tracability {
    padding-bottom: 50px;
  }
}
.un_business_system_tracability > .bl_flex2col .text {
  -webkit-flex-basis: 37.85%;
      -ms-flex-preferred-size: 37.85%;
          flex-basis: 37.85%;
}
.un_business_system_tracability > .bl_flex2col .image {
  -webkit-flex-basis: 57.14%;
      -ms-flex-preferred-size: 57.14%;
          flex-basis: 57.14%;
}
.un_business_system_tracability .bl_buttons {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px dashed #d8d8d8;
}
@media screen and (max-width: 479px) {
  .un_business_system_tracability .bl_buttons {
    padding-top: 35px;
    margin-top: 35px;
  }
}

.un_business_develop {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_business_develop {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

/*******************************************
Company
*******************************************/
/* ごあいさつ
*****************************/
.un_company_greeting {
  padding-bottom: 80px;
}
.un_company_greeting .text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_company_greeting .text {
    margin-top: 35px;
  }
}
.un_company_greeting .text .un_company_greeting_text:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_company_greeting .text .un_company_greeting_text:not(:last-child) {
    margin-bottom: 35px;
  }
}
.un_company_greeting .text .un_company_greeting_text ul li {
  line-height: 2;
}

/* 会社概要
*****************************/
.un_company_profile {
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_company_profile {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .un_tbProfile {
    border-right: 1px dashed #e5e2df;
    border-left: 1px dashed #e5e2df;
  }
}
.un_tbProfile tr {
  border-bottom: 1px dashed #e5e2df;
}
@media screen and (max-width: 479px) {
  .un_tbProfile tr {
    border: none;
  }
}
.un_tbProfile tr:first-child {
  border-top: 1px dashed #e5e2df;
}
.un_tbProfile th,
.un_tbProfile td {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
}
@media screen and (max-width: 479px) {
  .un_tbProfile th,
  .un_tbProfile td {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
}
.un_tbProfile th {
  background-color: #f7f5f2;
  font-size: 18px;
  text-align: left;
  width: 174px;
}
@media screen and (max-width: 479px) {
  .un_tbProfile th {
    width: 100%;
    font-size: 16px;
  }
}
.un_tbProfile .un_tbProfile_nav li {
  margin-bottom: 1rem;
}
.un_tbProfile .un_tbProfile_nav img {
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.un_profile_logos {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_profile_logos {
    margin-top: 35px;
  }
}
.un_profile_logos > div a {
  border: 2px solid #e5e2df;
  padding: 30px;
  display: block;
}
@media screen and (max-width: 479px) {
  .un_profile_logos > div a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.un_profile_logos > div a .logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .un_profile_logos > div a .logo {
    margin-bottom: 0;
  }
}

/* 沿革
*****************************/
.un_company_history {
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_company_history {
    padding-bottom: 80px;
  }
}

.un_history_switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_history_switch {
    margin-bottom: 20px;
  }
}
.un_history_switch li {
  border-radius: 100px;
  padding: 5px 15px;
  font-family: "Jost";
}
@media screen and (max-width: 479px) {
  .un_history_switch li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.un_history_switch li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .un_history_switch li:not(:last-child) {
    margin-right: 5px;
  }
}
.un_history_switch li.current {
  color: #fff;
  background-color: #d70146;
}
.un_history_switch li:not(.current) {
  cursor: pointer;
}
.un_history_switch li:not(.current):hover {
  background-color: rgba(215, 1, 70, 0.1);
}

.js_tbHistory {
  display: none;
}

.bl_tbHistory tr {
  border-bottom: 1px dashed #e5e2df;
}
.bl_tbHistory tr:first-child {
  border-top: 1px dashed #e5e2df;
}
.bl_tbHistory th,
.bl_tbHistory td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .bl_tbHistory th,
  .bl_tbHistory td {
    display: block;
  }
}
.bl_tbHistory th {
  font-family: "Jost";
  font-size: 28px;
  text-align: left;
  width: 1px;
  white-space: nowrap;
  padding-right: 40px;
}
@media screen and (max-width: 479px) {
  .bl_tbHistory th {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.bl_tbHistory th span {
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .bl_tbHistory th span {
    font-size: 11px;
    margin-left: 10px;
  }
}
.bl_tbHistory td {
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .bl_tbHistory td {
    padding-top: 0px;
    padding-left: 20px;
  }
}
.bl_tbHistory.show {
  display: block;
}

.bl_company_history_sub {
  background-color: #fff;
  padding: 50px 80px;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_sub {
    margin-top: 35px;
    padding: 30px;
  }
}
.bl_company_history_sub h4 {
  font-size: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_sub h4 {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
.bl_company_history_sub h4 span {
  color: #d70146;
}

.bl_company_history_president_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex {
    display: block;
  }
}
.bl_company_history_president_flex .image {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
}
.bl_company_history_president_flex .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex .text {
    padding-left: 0;
    margin-top: 30px;
  }
}
.bl_company_history_president_flex .text .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 11px;
}
.bl_company_history_president_flex .text .label span {
  display: inline-block;
}
.bl_company_history_president_flex .text .label span:first-child {
  margin-left: -5px;
  margin-right: 2px;
}
.bl_company_history_president_flex .text .label span:last-child {
  margin-right: -3px;
  margin-left: 2px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex .text .label {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.bl_company_history_president_flex .text .name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex .text .name {
    font-size: 20px;
  }
}
.bl_company_history_president_flex .text .bl_tbHistory th {
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex .text .bl_tbHistory th {
    font-size: 16px;
  }
}
.bl_company_history_president_flex .text .bl_tbHistory th span {
  font-size: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex .text .bl_tbHistory th span {
    font-size: 11px;
  }
}
.bl_company_history_president_flex .text .bl_tbHistory td {
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .bl_company_history_president_flex .text .bl_tbHistory td {
    font-size: 12px;
  }
}

.bl_company_history_from_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .bl_company_history_from_flex {
    display: block;
  }
}
.bl_company_history_from_flex .image {
  -webkit-flex-basis: 24.1%;
      -ms-flex-preferred-size: 24.1%;
          flex-basis: 24.1%;
  margin-top: auto;
}
@media screen and (max-width: 479px) {
  .bl_company_history_from_flex .image {
    max-width: 153px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.bl_company_history_from_flex .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8%;
}
.bl_company_history_from_flex .text p:not(:last-of-type) {
  margin-bottom: 50px;
}

/* アクセス
*****************************/
.un_company_access {
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_company_access {
    padding-bottom: 80px;
  }
}

.un_company_access_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .un_company_access_flex {
    display: block;
  }
}
.un_company_access_flex .image {
  -webkit-flex-basis: 51%;
      -ms-flex-preferred-size: 51%;
          flex-basis: 51%;
}
@media screen and (max-width: 479px) {
  .un_company_access_flex .image {
    margin-bottom: 30px;
  }
}
.un_company_access_flex .text {
  -webkit-flex-basis: 43.46%;
      -ms-flex-preferred-size: 43.46%;
          flex-basis: 43.46%;
}
.un_company_access_flex .text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .un_company_access_flex .text h4 {
    font-size: 18px;
  }
}
.un_company_access_flex .text table tr {
  border-bottom: 1px dashed #e5e2df;
}
.un_company_access_flex .text table tr:first-child {
  border-top: 1px dashed #e5e2df;
}
.un_company_access_flex .text table th,
.un_company_access_flex .text table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.un_company_access_flex .text table th {
  font-size: 18px;
  text-align: left;
  padding-right: 40px;
}
@media screen and (max-width: 479px) {
  .un_company_access_flex .text table th {
    font-size: 16px;
    padding-right: 20px;
  }
}

.un_company_map {
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_company_map {
    margin-top: 35px;
  }
}
.un_company_map iframe {
  width: 100%;
  height: 350px;
}

/*******************************************
SDGs
*******************************************/
.un_sdgs_attempt {
  padding-bottom: 60px;
}

.sdgs_attempt_img1 {
  max-width: 625px;
  width: 100%;
}

.un_sdgs_backup {
  padding-bottom: 60px;
}

.sdgs_backup_img1 {
  max-width: 414px;
  width: 100%;
}

/*******************************************
Quality
*******************************************/
.bl_quality_banner {
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .bl_quality_banner {
    margin-top: 35px;
  }
}
.bl_quality_banner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #f4f2ef;
}
@media screen and (max-width: 479px) {
  .bl_quality_banner a {
    display: block;
  }
}
.bl_quality_banner .title {
  -webkit-flex-basis: 325px;
      -ms-flex-preferred-size: 325px;
          flex-basis: 325px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .bl_quality_banner .title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bl_quality_banner .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10%;
  padding-left: 10%;
}
@media screen and (max-width: 479px) {
  .bl_quality_banner .image img {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.un_quality_banner_china .image {
  background-image: url(/resource/images/quality_banner_china_bg.jpg?20250702);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 479px) {
  .un_quality_banner_china .image {
    padding-top: 20.54%;
  }
}

/*******************************************
China
*******************************************/
.un_china_obsession {
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_china_obsession {
    padding-bottom: 20px;
  }
}

.un_obsession_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .un_obsession_list {
    display: block;
  }
}
.un_obsession_list > div {
  -webkit-flex-basis: 30.61%;
      -ms-flex-preferred-size: 30.61%;
          flex-basis: 30.61%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .un_obsession_list > div {
    margin-bottom: 40px;
  }
}
.un_obsession_list > div h4 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
.un_obsession_list > div h4 img {
  width: 39px;
  margin-right: 10px;
}
.un_obsession_list > div .icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.un_bannerFssc22000 {
  margin-top: 60px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .un_bannerFssc22000 {
    margin-top: 35px;
  }
}
.un_bannerFssc22000 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #f4f2ef;
}
@media screen and (max-width: 479px) {
  .un_bannerFssc22000 a {
    display: block;
  }
}
.un_bannerFssc22000 .title {
  -webkit-flex-basis: 325px;
      -ms-flex-preferred-size: 325px;
          flex-basis: 325px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_bannerFssc22000 .title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.un_bannerFssc22000 .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3%;
  padding-left: 3%;
}
@media screen and (max-width: 479px) {
  .un_bannerFssc22000 .image img {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.un_obsession_images .box1,
.un_obsession_images .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_obsession_images .box1,
  .un_obsession_images .box2 {
    margin-bottom: 20px;
    display: block;
  }
}
.un_obsession_images .box1 > div:nth-child(1) {
  -webkit-flex-basis: 67.346938775%;
      -ms-flex-preferred-size: 67.346938775%;
          flex-basis: 67.346938775%;
  margin-right: 18px;
}
@media screen and (max-width: 479px) {
  .un_obsession_images .box1 > div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.un_obsession_images .box1 > div:nth-child(2) {
  -webkit-flex-basis: 30.81632653%;
      -ms-flex-preferred-size: 30.81632653%;
          flex-basis: 30.81632653%;
}
.un_obsession_images .box1 > div:nth-child(2) img + img {
  margin-top: 6%;
}
.un_obsession_images .box2 > div {
  -webkit-flex-basis: calc(50% - 9px);
      -ms-flex-preferred-size: calc(50% - 9px);
          flex-basis: calc(50% - 9px);
}
@media screen and (max-width: 479px) {
  .un_obsession_images .box2 > div {
    margin-bottom: 18px;
  }
}

/*******************************************
Product
*******************************************/
.un_product_pageTitle {
  background-image: url(/resource/images/product_mv.jpg);
  background-size: cover;
  background-position: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.un_product_categoryList {
  background-color: #fffac2;
  padding-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_product_categoryList {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.un_product_categoryList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .un_product_categoryList ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.un_product_categoryList ul li {
  -webkit-flex-basis: 13.67%;
      -ms-flex-preferred-size: 13.67%;
          flex-basis: 13.67%;
  background-color: #d70146;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .un_product_categoryList ul li {
    -webkit-flex-basis: calc(50% - 9px);
        -ms-flex-preferred-size: calc(50% - 9px);
            flex-basis: calc(50% - 9px);
    border-radius: 6px;
    margin-bottom: 4px;
  }
}
.un_product_categoryList ul li a {
  padding: 20px;
  background-color: #d70146;
  color: #fff;
  font-size: 13px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center right 10px;
  background-image: url(/resource/images/icon_arrow_right_circle_white.svg);
  height: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.un_product_categoryList ul li a:hover {
  background-color: #ff1962;
}
@media screen and (max-width: 479px) {
  .un_product_categoryList ul li a {
    font-size: 10px;
    padding: 10px 20px;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.un_product_categoryList ul li.current {
  background-color: #fff;
}
.un_product_categoryList ul li.current a {
  color: #000;
  background-color: #fff;
  background-image: url(/resource/images/icon_arrow_right_circle_red.svg);
  pointer-events: none;
}

.bl_products_cont {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
@media screen and (max-width: 479px) {
  .bl_products_cont {
    padding-top: 50px;
  }
}

.el_title_products {
  color: #d70146;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px solid #d70146;
  border-bottom: 3px solid #d70146;
}
@media screen and (max-width: 479px) {
  .el_title_products {
    font-size: 24px;
  }
}

.bl_products_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .bl_products_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }
}

.bl_products_item {
  -webkit-flex-basis: calc((100% - 80px) / 3);
      -ms-flex-preferred-size: calc((100% - 80px) / 3);
          flex-basis: calc((100% - 80px) / 3);
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_products_item {
    margin-bottom: 30px;
  }
}
.bl_products_item:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 479px) {
  .bl_products_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.bl_products_item .image {
  border: 2px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 66.6666%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bl_products_item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.bl_products_item .txt {
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  font-size: 12px;
}
.bl_products_item .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #d70146;
  color: #d70146;
  font-size: 11px;
  padding: 0 3px;
}

.bl_pager {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .bl_pager {
    margin-top: 35px;
  }
}
.bl_pager .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_pager .wp-pagenavi span,
.bl_pager .wp-pagenavi a {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  color: #d70146;
  font-family: "Jost";
}
.bl_pager .wp-pagenavi span.current,
.bl_pager .wp-pagenavi a.current {
  background-color: #d70146;
  color: #fff;
  border-color: #d70146;
  font-weight: 400;
}
.bl_pager .wp-pagenavi a:hover {
  border-color: #d70146;
  background-color: #fffac2;
}
.bl_pager .wp-pagenavi .pages {
  display: none;
}
.bl_pager .wp-pagenavi .nextpostslink {
  color: #fff;
  background-image: url(/resource/images/icon_arrow_right_red.svg);
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_pager .wp-pagenavi .previouspostslink {
  color: #fff;
  background-image: url(/resource/images/icon_arrow_left_red.svg);
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* FAQ */
.bl_faq {
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .bl_faq {
    padding-bottom: 50px;
  }
}

.el_title_faq {
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #d70146;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  padding: 32px 20px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .el_title_faq {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
  }
}
.el_title_faq:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/resource/images/icon_arrow_up_circle_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 479px) {
  .el_title_faq:after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 18px;
  }
}
@media screen and (max-width: 479px) {
  .el_title_faq {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.el_title_faq.close:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.el_faqList {
  line-height: 2;
  display: none;
}
.el_faqList dt,
.el_faqList dd {
  position: relative;
  padding-left: 116px;
  padding-right: 55px;
}
@media screen and (max-width: 479px) {
  .el_faqList dt,
  .el_faqList dd {
    padding-left: 45px;
    padding-right: 0;
    font-size: 14px !important;
  }
}
.el_faqList dt:before,
.el_faqList dd:before {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  left: 50px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 479px) {
  .el_faqList dt:before,
  .el_faqList dd:before {
    left: 0;
    width: 26px;
    height: 26px;
  }
}
.el_faqList dt {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.el_faqList dt:before {
  background-image: url(/resource/images/icon_q.svg);
}
.el_faqList dd {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #e5e2df;
}
@media screen and (max-width: 479px) {
  .el_faqList dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.el_faqList dd:before {
  background-image: url(/resource/images/icon_a.svg);
}

/*******************************************
Recipe
*******************************************/
.un_recipe_pageTitle {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url(/resource/images/recipe_mv.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 479px) {
  .un_recipe_pageTitle {
    padding-top: 54px;
    padding-bottom: 74px;
  }
}

.un_recipe_cont {
  background-image: url(/resource/images/recipe_cont_bg.png);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_recipe_cont {
    padding-top: 35px;
  }
}

.un_recipe_top_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_recipe_top_flex {
    margin-top: 35px;
    padding-bottom: 35px;
    display: block;
  }
}
.un_recipe_top_flex .catch {
  -webkit-flex-basis: 30.2%;
      -ms-flex-preferred-size: 30.2%;
          flex-basis: 30.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .un_recipe_top_flex .catch {
    max-width: 208px;
    margin-bottom: 30px;
  }
}
.un_recipe_top_flex .text {
  -webkit-flex-basis: 61.22%;
      -ms-flex-preferred-size: 61.22%;
          flex-basis: 61.22%;
}
.un_recipe_top_flex .text .lg {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .un_recipe_top_flex .text .lg {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.un_menuList_wrapper {
  background-color: #dcf4e9;
  padding-top: 20px;
  padding-left: 54px;
  padding-right: 54px;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_menuList_wrapper {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.un_menuList_wrapper h3 {
  text-align: center;
  margin-bottom: 25px;
}
.un_menuList_wrapper h3 img {
  max-width: 253px;
}

.un_menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .un_menuList {
    display: block;
  }
}
.un_menuList li {
  -webkit-flex-basis: 30.96%;
      -ms-flex-preferred-size: 30.96%;
          flex-basis: 30.96%;
  border-bottom: 1px dashed #7c7c7c;
}
.un_menuList li:not(:nth-child(3n)) {
  margin-right: 3.56%;
}
@media screen and (max-width: 479px) {
  .un_menuList li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.un_menuList li:nth-child(-n+3) {
  border-top: 1px dashed #7c7c7c;
}
@media screen and (max-width: 479px) {
  .un_menuList li:nth-child(-n+3) {
    border-top: none;
  }
}
@media screen and (max-width: 479px) {
  .un_menuList li:first-child {
    border-top: 1px dashed #7c7c7c;
  }
}
.un_menuList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .un_menuList li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.un_menuList li a .thum {
  -webkit-flex-basis: 29.25%;
      -ms-flex-preferred-size: 29.25%;
          flex-basis: 29.25%;
}
.un_menuList li a .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(/resource/images/icon_arrow_down_red.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 14px;
  text-decoration: underline;
}
.un_menuList li a:hover .title {
  color: #d70146;
  text-decoration: none;
}

/* レシピ詳細 */
.bl_recipe_box:not(:last-of-type) {
  margin-bottom: 80px;
}

.el_title_recipe_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .el_title_recipe_top {
    font-size: 12px;
  }
}
.el_title_recipe_top span {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.el_title_recipe_top .label {
  background-color: #d70146;
  border-radius: 100px;
  color: #fff;
  padding: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .el_title_recipe_top .label {
    padding: 9px 10px;
    font-size: 10px;
  }
}
.el_title_recipe_top .label img {
  width: 23px;
  margin-right: 2px;
}
@media screen and (max-width: 479px) {
  .el_title_recipe_top .label img {
    width: 16px;
  }
}

.el_title_recipe {
  font-size: 30px;
  background-color: #fff;
  border-top: 3px solid #d70146;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .el_title_recipe {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.bl_recipe_box_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .bl_recipe_box_top {
    margin-bottom: 20px;
    display: block;
  }
}
.bl_recipe_box_top .image {
  -webkit-flex-basis: 55.1%;
      -ms-flex-preferred-size: 55.1%;
          flex-basis: 55.1%;
}
.bl_recipe_box_top .image img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 479px) {
  .bl_recipe_box_top .image {
    margin-bottom: 10px;
  }
}
.bl_recipe_box_top .ingredient {
  -webkit-flex-basis: 32.24%;
      -ms-flex-preferred-size: 32.24%;
          flex-basis: 32.24%;
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr {
  border-top: 1px dashed #7c7c7c;
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr:last-child {
  border-bottom: 1px dashed #7c7c7c;
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr th,
.bl_recipe_box_top .ingredient .el_tb_ingredient tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .bl_recipe_box_top .ingredient .el_tb_ingredient tr th,
  .bl_recipe_box_top .ingredient .el_tb_ingredient tr td {
    font-size: 13px;
  }
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr th {
  text-align: left;
  font-weight: 400;
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr th p {
  color: #d70146;
  display: inline-block;
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr th span {
  font-weight: 600;
  margin-right: 4px;
  display: inline-block;
}
.bl_recipe_box_top .ingredient .el_tb_ingredient tr td {
  text-align: right;
}

.el_title__square {
  font-weight: 600;
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .el_title__square {
    font-size: 18px;
  }
}
.el_title__square:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/resource/images/icon_square.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_title__square span {
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .el_title__square span {
    font-size: 14px;
  }
}

.bl_recipe_flow {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}

.el_recipe_flow_list {
  border-top: 2px solid #d70146;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .el_recipe_flow_list {
    margin-bottom: 20px;
  }
}
.el_recipe_flow_list li {
  border-bottom: 1px dashed #7c7c7c;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 45px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .el_recipe_flow_list li {
    font-size: 13px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.el_recipe_flow_list li span {
  position: absolute;
  top: 20px;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #d70146;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 27px;
  margin-right: 20px;
  line-height: 34px;
  font-family: "Jost";
}
@media screen and (max-width: 479px) {
  .el_recipe_flow_list li span {
    width: 24px;
    height: 24px;
    font-size: 13px;
    top: 13px;
    line-height: 24px;
  }
}

.bl_recipe_onePoint {
  background-color: #fffac2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
}
@media screen and (max-width: 479px) {
  .bl_recipe_onePoint {
    display: block;
  }
}
.bl_recipe_onePoint .title {
  -webkit-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .bl_recipe_onePoint .title img {
    max-width: 144px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.bl_recipe_onePoint .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 479px) {
  .bl_recipe_onePoint .text {
    padding-left: 0;
  }
}

/*******************************************
Commitment
*******************************************/
.page-commitment .el_titleLv2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .page-commitment .el_titleLv2 {
    margin-bottom: 35px;
  }
}

.un_commitment_pageTitle {
  background-image: url(/resource/images/commitment_mv.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 479px) {
  .un_commitment_pageTitle {
    padding-top: 44px;
    padding-bottom: 84px;
  }
}

.bl_commitment_cont_wrapper {
  position: relative;
  padding-bottom: 80px;
}
.bl_commitment_cont_wrapper:after {
  content: "";
  position: absolute;
  top: 70px;
  width: calc(980px + (100vw - 980px) / 2 + 110px);
  right: 0;
  background-image: url(/resource/images/commitment_cont_bg.jpg);
  height: calc(100% - 70px);
  z-index: -1;
  background-size: 1300px 1496px;
}

.bl_commitment_cont {
  position: relative;
}

.el_title_commitment {
  background-color: #2de2bf;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .el_title_commitment {
    font-size: 24px;
    width: 100vw;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    padding-left: 40px;
  }
}

.el_commitment_textTop {
  background-color: #fff;
  padding: 40px;
  max-width: 330px;
  z-index: 1;
  position: relative;
  margin-top: 40px;
  margin-bottom: 190px;
}
@media screen and (max-width: 479px) {
  .el_commitment_textTop {
    padding: 10px 25px;
    margin-bottom: 50px !important;
  }
}

.el_commitment_mv {
  height: 548px;
  position: absolute;
  width: calc(778px + (100vw - 980px) / 2);
  background-size: cover;
  background-position: center;
  top: 0;
}
@media screen and (max-width: 479px) {
  .el_commitment_mv {
    width: 100vw;
    left: -40px !important;
    height: 208px;
    position: static;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.el_titlePoint {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .el_titlePoint {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.el_titlePoint span.dot {
  position: relative;
  display: inline-block;
}
.el_titlePoint span.dot:before {
  content: "・";
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.bl_commitment_point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_commitment_point_list {
    margin-bottom: 35px;
    display: block;
  }
}
.bl_commitment_point_list > div {
  -webkit-flex-basis: 30.61%;
      -ms-flex-preferred-size: 30.61%;
          flex-basis: 30.61%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 479px) {
  .bl_commitment_point_list > div {
    margin-bottom: 20px;
  }
}
.bl_commitment_point_list > div p {
  padding: 30px 20px;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .bl_commitment_point_list > div p {
    font-size: 12px;
  }
}

.bl_commitment_sub {
  background-color: #fffac2;
  padding: 50px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .bl_commitment_sub {
    display: block;
    padding: 50px 30px 30px;
  }
}
.bl_commitment_sub .text {
  -webkit-flex-basis: 52.2%;
      -ms-flex-preferred-size: 52.2%;
          flex-basis: 52.2%;
}
@media screen and (max-width: 479px) {
  .bl_commitment_sub .text {
    margin-bottom: 20px;
  }
}
.bl_commitment_sub .text_ibaraki {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (max-width: 479px) {
  .bl_commitment_sub .text_ibaraki {
    margin-bottom: 20px;
  }
}
.bl_commitment_sub .image {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}
.bl_commitment_sub .video {
  width: 40%;
}
.bl_commitment_sub .video video {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 479px) {
  .bl_commitment_sub .video video {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 479px) {
  .bl_commitment_sub .video {
    width: 100%;
  }
}

.el_commitment_sub_title {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}
.el_commitment_sub_title .en {
  color: #d70146;
  font-size: 13px;
}
@media screen and (max-width: 479px) {
  .el_commitment_sub_title .en {
    font-size: 12px;
  }
}
.el_commitment_sub_title .ja {
  font-size: 24px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 479px) {
  .el_commitment_sub_title .ja {
    font-size: 20px;
  }
}
.el_commitment_sub_title .icon {
  width: 68px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .el_commitment_sub_title .icon {
    width: 63px;
  }
}

/* 国産のらっきょう */
.un_commitment_cont_kokusan {
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_commitment_cont_kokusan {
    margin-bottom: 0;
  }
}
.un_commitment_cont_kokusan .el_commitment_mv {
  background-image: url(/resource/images/commitment_kokusan_mv.jpg);
  right: calc((100vw - 980px) / 2 * -1);
}

/* 湖南省のらっきょう */
.un_commitment_cont_konan {
  margin-bottom: 80px;
}
.un_commitment_cont_konan:after {
  left: 0;
  right: auto;
}
.un_commitment_cont_konan .el_title_commitment {
  margin-right: 0;
  margin-left: auto;
}
.un_commitment_cont_konan .el_commitment_textTop {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 100px;
}
.un_commitment_cont_konan .el_commitment_mv {
  background-image: url(/resource/images/commitment_konan_mv2.jpg);
  left: calc((100vw - 980px) / 2 * -1);
}

/* むさしの小舟 */
.bl_commitment_ippin {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_commitment_ippin {
    margin-top: 35px;
    padding-bottom: 35px;
  }
}
.bl_commitment_ippin .text h4 {
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .bl_commitment_ippin .text h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.bl_commitment_ippin .text h4 img {
  width: 55px;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .bl_commitment_ippin .text h4 img {
    width: 35px;
  }
}
.bl_commitment_ippin .text .el_btn {
  max-width: 340px;
}
@media screen and (max-width: 479px) {
  .bl_commitment_ippin .text .el_btn {
    max-width: none;
  }
}
.bl_commitment_ippin .text p {
  margin-bottom: 40px;
}

/*******************************************
History
*******************************************/
.un_history_pageTitle {
  background-image: url(/resource/images/history_mv.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 479px) {
  .un_history_pageTitle {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.un_history_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_history_top {
    padding-top: 35px;
    padding-bottom: 35px;
    display: block;
  }
}
.un_history_top .catch {
  -webkit-flex-basis: 33.57%;
      -ms-flex-preferred-size: 33.57%;
          flex-basis: 33.57%;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 479px) {
  .un_history_top .catch {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .un_history_top .catch img {
    max-width: 148px;
  }
}
.un_history_top .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_history_top .text p:not(:last-of-type) {
  margin-bottom: 40px;
}

.un_history_cont {
  background-image: url(/resource/images/history_cont_bg.jpg);
}
.un_history_cont > .ly_container {
  position: relative;
  padding-top: 188px;
}
.un_history_cont > .ly_container .illust {
  position: absolute;
  top: 38px;
  right: 0;
  width: 255px;
}
@media screen and (max-width: 479px) {
  .un_history_cont > .ly_container .illust {
    right: 40px;
  }
}

.un_history_box_wrapper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_history_box_wrapper {
    padding-bottom: 18px;
  }
}
.un_history_box_wrapper:after, .un_history_box_wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.un_history_box_wrapper:before {
  width: 3px;
  height: 188px;
  background-color: #d70146;
  top: -188px;
}
@media screen and (max-width: 479px) {
  .un_history_box_wrapper:before {
    right: auto;
    left: 10px;
    height: 206px;
  }
}
.un_history_box_wrapper:after {
  bottom: 0px;
  background-image: url(/resource/images/history_triangle.svg);
  width: 57px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479px) {
  .un_history_box_wrapper:after {
    width: 24px;
    height: 19px;
    left: 0px;
    right: auto;
  }
}

.bl_history_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
  /* 左右逆配置パターン */
}
@media screen and (max-width: 479px) {
  .bl_history_box {
    padding-bottom: 50px;
    display: block;
    padding-left: 40px;
  }
}
.bl_history_box:before, .bl_history_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.bl_history_box:before {
  width: 18px;
  height: 18px;
  border: 3px solid #d70146;
  border-radius: 9px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .bl_history_box:before {
    left: 2px;
    right: auto;
    top: 12px;
  }
}
.bl_history_box:after {
  width: 3px;
  height: 100%;
  background-color: #d70146;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 479px) {
  .bl_history_box:after {
    right: auto;
    left: 10px;
    top: 18px;
  }
}
.bl_history_box > div {
  -webkit-flex-basis: calc(50% - 50px);
      -ms-flex-preferred-size: calc(50% - 50px);
          flex-basis: calc(50% - 50px);
}
@media screen and (max-width: 479px) {
  .bl_history_box .text {
    margin-bottom: 20px;
  }
}
.bl_history_box .text .year {
  color: #d70146;
  font-size: 36px;
  font-family: "Jost";
  margin-bottom: 10px;
  text-align: right;
  margin-top: -20px;
}
@media screen and (max-width: 479px) {
  .bl_history_box .text .year {
    text-align: left;
    margin-top: 0;
    font-size: 26px;
  }
}
.bl_history_box .text .year span {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .bl_history_box .text .year span {
    font-size: 11px;
  }
}
.bl_history_box .text .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 2px 5px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 479px) {
  .bl_history_box .text .title {
    font-size: 15px;
    margin-right: auto;
    margin-left: 0;
  }
}
.bl_history_box .text p {
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .bl_history_box .text p {
    font-size: 12px;
  }
}
.bl_history_box .image img {
  width: 100%;
}
.bl_history_box.isAnimate:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.bl_history_box.bl_history_box__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_history_box.bl_history_box__rev .text .year {
  text-align: left;
}
.bl_history_box.bl_history_box__rev .text .title {
  margin-left: 0;
  margin-right: auto;
}
.bl_history_box.bl_history_box__rev .image {
  text-align: right;
}
@media screen and (max-width: 479px) {
  .bl_history_box.bl_history_box__rev .image {
    text-align: left;
  }
}

.un_history_box_1921 img {
  max-width: 389px;
}

.un_history_box_1946 img {
  max-width: 200px;
}
@media screen and (max-width: 479px) {
  .un_history_box_1946 img {
    max-width: none;
  }
}

.un_history_box_2020 img {
  max-width: 309px;
}

/* 未来に向けて */
.un_history_future {
  background-color: #fff;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_history_future {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.un_history_future .bl_flex2col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.un_history_future .text h4 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .un_history_future .text h4 {
    font-size: 29px;
    text-align: center;
  }
}
.un_history_future .text h4 span {
  font-size: 12px;
  font-weight: 600;
  color: #d70146;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.un_history_future .text h4:before {
  content: "";
  width: 62px;
  height: 57px;
  background-image: url(/resource/images/icon_future.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 479px) {
  .un_history_future .text h4:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 51px;
    height: 51px;
    margin-bottom: 20px;
  }
}
.un_history_future .text p:not(:last-of-type) {
  margin-bottom: 40px;
}
.un_history_future .image img {
  width: 150%;
  max-width: none;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
@media screen and (max-width: 1300px) {
  .un_history_future .image img {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

/*******************************************
Recruit
*******************************************/
.un_recruit_interview {
  margin-bottom: 80px;
}

.bl_interviewHead {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead {
    margin-bottom: 35px;
    display: block;
    height: auto;
  }
}
.bl_interviewHead .image {
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: calc((100vw - 980px) / 2 * -1);
  width: calc(100vw - ((100vw - 980px) / 2 + 130px));
}
@media screen and (max-width: 1040px) {
  .bl_interviewHead .image {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .bl_interviewHead .image {
    width: 100vw;
    right: auto;
    left: -40px;
  }
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .image {
    position: static;
    padding-top: 84.5%;
    height: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    margin-top: 30px;
  }
}
.bl_interviewHead .text {
  position: relative;
  z-index: 1;
}
.bl_interviewHead .text .num {
  color: #d70146;
  font-size: 40px;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .text .num {
    font-size: 21px;
  }
}
.bl_interviewHead .text .num span {
  font-size: 12px;
  font-weight: 600;
  margin-right: 4px;
}
.bl_interviewHead .text .copy {
  margin-bottom: 10px;
}
.bl_interviewHead .text .copy span {
  background-color: #d70146;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding: 4px 10px;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .text .copy span {
    font-size: 17px;
    line-height: 2.1;
  }
}
.bl_interviewHead .text .name {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .text .name {
    font-size: 14px;
  }
}
.bl_interviewHead .text .name .md {
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .text .name .md {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.bl_interviewHead .text .name .sm {
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .text .name .sm {
    font-size: 10px;
  }
}
.bl_interviewHead .text .name .xsm {
  font-size: 12px;
}
@media screen and (max-width: 479px) {
  .bl_interviewHead .text .name .xsm {
    font-size: 10px;
  }
}

.bl_interivew_textTop {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_interivew_textTop {
    margin-bottom: 35px;
  }
}
.bl_interivew_textTop p:not(:last-of-type) {
  margin-bottom: 40px;
}

.bl_interivew_flex .text .lg {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .bl_interivew_flex .text .lg {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.bl_interivew_flex .text p:not(:last-of-type) {
  margin-bottom: 40px;
}

.bl_interview_cont.bl_interview_cont__rev .bl_interviewHead {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bl_interview_cont.bl_interview_cont__rev .bl_interviewHead .text {
  margin-right: 0;
  text-align: right;
}
.bl_interview_cont.bl_interview_cont__rev .bl_interviewHead .image {
  left: calc((100vw - 980px) / 2 * -1);
  right: auto;
}

.bl_interview_recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #fff;
  margin-top: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend {
    margin-top: 35px;
    display: block;
  }
}
.bl_interview_recommend h4 {
  margin-bottom: 30px;
}
.bl_interview_recommend h4 img {
  max-width: 416px;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend h4 img {
    width: 144px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_interview_recommend .thum {
  -webkit-flex-basis: 25.86%;
      -ms-flex-preferred-size: 25.86%;
          flex-basis: 25.86%;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend .thum {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.bl_interview_recommend .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend .text {
    padding-left: 0;
  }
}
.bl_interview_recommend .text .name {
  color: #d70146;
  font-size: 24px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fffac2;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend .text .name {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_interview_recommend .text p {
  font-size: 14px;
  padding-right: 24%;
  position: relative;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend .text p {
    padding-right: 0;
  }
}
.bl_interview_recommend .text p img {
  position: absolute;
  top: 9%;
  right: 1%;
  width: 17%;
}
@media screen and (max-width: 479px) {
  .bl_interview_recommend .text p img {
    position: static;
    display: block;
    width: 105px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

.un_interview01,
.un_interview03 {
  position: relative;
}
.un_interview01:after,
.un_interview03:after {
  content: "";
  position: absolute;
  top: 220px;
  width: calc(980px + (100vw - 980px) / 2 + 110px);
  left: calc((100vw - 980px) / 2 * -1);
  background-color: #dcf4e9;
  height: calc(100% - 140px);
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .un_interview01:after,
  .un_interview03:after {
    left: -30px;
  }
}
@media screen and (max-width: 479px) {
  .un_interview01:after,
  .un_interview03:after {
    width: 100vw;
    left: -40px;
  }
}

.un_interview01 .bl_interviewHead .image {
  background-image: url(/resource/images/recruit_interview01_mv.jpg);
}
@media screen and (max-width: 479px) {
  .un_interview01 .bl_interviewHead .image {
    background-position: 64% center;
  }
}

.un_interview02 {
  margin-top: 160px;
  position: relative;
}
.un_interview02:after {
  content: "";
  position: absolute;
  top: 220px;
  width: calc(980px + (100vw - 980px) / 2 + 110px);
  right: calc((100vw - 980px) / 2 * -1);
  background-color: #fffce6;
  height: calc(100% - 140px);
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .un_interview02:after {
    left: -30px;
  }
}
@media screen and (max-width: 479px) {
  .un_interview02:after {
    left: -40px;
  }
}
.un_interview02 .bl_interviewHead .image {
  background-image: url(/resource/images/recruit_interview02_mv.jpg);
}
@media screen and (max-width: 479px) {
  .un_interview02 .bl_interviewHead .image {
    background-position: 38% center;
  }
}

.un_interview03 {
  margin-top: 160px;
}
.un_interview03 .bl_interviewHead .image {
  background-image: url(/resource/images/recruit_interview03_mv.jpg);
}
@media screen and (max-width: 479px) {
  .un_interview03 .bl_interviewHead .image {
    background-position: 48% center;
  }
}

/* 社員が感じる働きやすさ */
.un_recruit_environment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.un_environment_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .un_environment_cont {
    display: block;
  }
}
.un_environment_cont > div {
  -webkit-flex-basis: 30.61%;
      -ms-flex-preferred-size: 30.61%;
          flex-basis: 30.61%;
  background-color: #fffce6;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .un_environment_cont > div {
    margin-bottom: 40px;
  }
}
.un_environment_cont > div h4 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
.un_environment_cont > div h4 img {
  width: 39px;
  margin-right: 10px;
}
.un_environment_cont > div .icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/* 応募方法 */
.un_recruit_apply {
  padding-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .un_recruit_apply {
    padding-bottom: 60px;
  }
}

.un_apply_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .un_apply_cont {
    display: block;
  }
}
.un_apply_cont > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.un_apply_cont > div h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.un_apply_cont {
  background-color: #d70146;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 479px) {
  .un_apply_cont {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.un_apply_cont h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .un_apply_cont h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.un_apply_cont a {
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .un_apply_cont > div:nth-child(1) {
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=main.css.map */