@charset "UTF-8";

@keyframes fadezoom {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  16% {
    opacity: 1;
    visibility: visible;
  }

  33% {
    opacity: 1;
  }

  40% {
    opacity: 0;
    z-index: 2;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

/* テキスト系
---------------------------------------------------------------------------- */
.m-base-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.m-base-txt-lg {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.m-base-txt-sm {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.m-ff-arial {
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .m-base-txt {
    font-size: 3.7333333333vw;
  }

  .m-base-txt-lg {
    font-size: 4vw;
    line-height: 1.5;
  }
}

/* ボタン系
---------------------------------------------------------------------------- */
.m-pagetop {
  position: sticky;
  z-index: 100;
  bottom: 0;
  left: 100%;
  width: 60px;
  height: 177px;
  margin-top: -177px;
  border-top-left-radius: 20px;
}

.m-pagetop::before {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #EC6C00;
}

.m-pagetop-inner {
  height: 100%;
  border-top-left-radius: 20px;
}

.m-pagetop-inner a {
  border-top-left-radius: 20px;
  background: rgba(251, 242, 215, 0.6);
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-pagetop-inner a img {
  width: 12px;
}

@media screen and (max-width: 767px) {
  .m-pagetop {
    bottom: 26.5vw;
    width: 10vw;
    height: 33vw;
    margin-top: -29vw;
  }

  .m-pagetop::before {
    position: absolute;
    z-index: 10;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 8vw;
    background: #EC6C00;
  }

  .m-pagetop-inner {
    height: 100%;
    border-top-left-radius: 4vw;
    border-bottom-left-radius: 4vw;
  }

  .m-pagetop-inner a {
    border-top-left-radius: 4vw;
    border-bottom-left-radius: 4vw;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-pagetop-inner a img {
    width: 2.6666666667vw;
  }
}

/* パーツ系
---------------------------------------------------------------------------- */
.m-mv {
  width: 100%;
  margin-bottom: 30px;
}

.m-mv-inner {
  padding-top: 110px;
}

.m-mv-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1270px;
  margin: 0 auto 55px;
  padding-left: 100px;
}

.m-mv-title {
  position: relative;
  margin-right: 30px;
}

.m-mv-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 47px;
  height: 13px;
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  background: url("../../images/common/icn_smile-orange.svg") center/100% 100% no-repeat;
}

.m-mv-title-txt {
  font-size: 7rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.m-mv-subtitle {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #009844;
}

.m-mv-img {
  width: 100%;
}

.m-mv-img img {
  display: block;
  width: 100%;
}

.m-mv-noimage {
  margin-bottom: 70px;
}

.m-mv-noimage .m-mv-top {
  margin-bottom: 0;
}

.m-mv-noimage+.l-breadcrumb-list-wrap {
  margin-bottom: 100px;
}

.m-content-description {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .m-mv-inner {
    padding-top: 21vw;
  }

  .m-mv-top {
    width: 92vw;
    padding-left: 9.3333333333vw;
    margin-bottom: 6.6666666667vw;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-mv-title {
    margin-right: 4vw;
    margin-bottom: 1.3333333333vw;
  }

  .m-mv-title::before {
    width: 6.6666666667vw;
    height: 2.1333333333vw;
    left: -9.3333333333vw;
  }

  .m-mv-title-txt {
    font-size: 8vw;
  }

  .m-mv-subtitle {
    font-size: 4vw;
  }

  .m-content-description {
    margin-bottom: 6.6666666667vw;
  }

  .m-mv-noimage {
    margin-bottom: 9.3333333333vw;
  }

  .m-mv-noimage .m-mv-top {
    margin-bottom: 0;
  }

  .m-mv-noimage+.l-breadcrumb-list-wrap {
    margin-bottom: 13.3333333333vw;
  }
}

.m-next {
  border-top: 2px solid #E6E6E6;
  padding: 85px 0 120px;
}

.m-next-ttl-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-next-ttl {
  font-size: 6rem;
  line-height: 0.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #EC6C00;
  margin-right: 30px;
  font-family: arial, serif;
}

.m-next-subTtl {
  font-size: 2.4rem;
  line-height: 1.0833333333;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #848484;
}

.m-next-link-list {
  margin: 70px 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-next-link-list-item {
  max-width: 575px;
  width: 100%;
  margin-right: 30px;
}

.m-next-link-list-item:last-child {
  margin-right: 0;
}

.m-next-link-list-item a {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  display: block;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #FBFBFB;
  padding: 42px 0;
  color: #212121;
  transition: opacity 0.3s ease-in;
}

.m-next-link-list-item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .m-next {
    border-top: 0.5333333333vw solid #E6E6E6;
    padding: 11.3333333333vw 0 16vw;
  }

  .m-next-ttl {
    font-size: 10.6666666667vw;
    margin-right: 4vw;
  }

  .m-next-subTtl {
    font-size: 3.7333333333vw;
  }

  .m-next-link-list {
    margin: 9.3333333333vw 0 0;
    display: block;
  }

  .m-next-link-list-item {
    max-width: 100%;
    margin-right: 0;
  }

  .m-next-link-list-item:first-child {
    margin-bottom: 5.3333333333vw;
  }

  .m-next-link-list-item a {
    font-size: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0 0 2.1333333333vw rgba(0, 0, 0, 0.1);
    padding: 6.6666666667vw 0;
  }
}

.m-anchor-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.m-anchor-list-item {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
}

.m-anchor-list-item-link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #050000;
  background: #F6F6F6;
  padding: 20px;
  position: relative;
}

.m-anchor-list-item-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #050000 transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 767px) {
  .m-anchor-list {
    margin: 0 0 13.3333333333vw;
  }

  .m-anchor-list-item {
    margin-right: 2%;
    margin-bottom: 2%;
    max-width: none;
    width: 31%;
  }

  .m-anchor-list-item-link {
    font-size: 3.2vw;
    padding: 2.6666666667vw;
    padding-right: 5.6666666667vw;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-anchor-list-item-link::after {
    border-width: 1.6vw 1.3333333333vw 0 1.3333333333vw;
    right: 2.6666666667vw;
  }
}

/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham-sub/GothamLight.woff2") format("woff2"), url("../../fonts/Gotham-sub/GothamLight.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham-sub/GothamBook.woff2") format("woff2"), url("../../fonts/Gotham-sub/GothamBook.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham-sub/GothamMedium.woff2") format("woff2"), url("../../fonts/Gotham-sub/GothamMedium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham-sub/GothamBold.woff2") format("woff2"), url("../../fonts/Gotham-sub/GothamBold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  min-width: 1200px;
  position: relative;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.l-pagebody-wrap {
  max-width: calc(100% - 270px);
  margin-left: auto;
  position: relative;
}

.l-content {
  max-width: 1270px;
  width: 95%;
  margin: 0 auto;
}

.p-ff-gotham {
  font-family: "Gotham";
}

@media screen and (max-width: 767px) {
  .l-pagebody-wrap {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .l-content {
    width: 92vw;
  }
}

/*------------- .l-header -------------*/
.l-header {
  position: fixed;
  z-index: 1001;
  top: 50px;
  left: 0;
  display: block;
  width: 270px;
  height: auto;
  background: #FFFCF9;
}

.l-header-inner {
  width: 100%;
  height: 100%;
}

.l-header-logo {
  padding: 40px 60px 35px;
}

.l-header-logo img {
  display: block;
  width: 100%;
}

.l-header-nav {
  width: 100%;
  height: calc(100vh - 180px);
  overflow-y: scroll;
  scrollbar-width: none;
}

.l-header-nav::-webkit-scrollbar {
  display: none;
}

.l-headerNav01 {
  margin-bottom: 35px;
}

.l-headerNav01-list {
  position: relative;
  width: 100%;
}

.l-headerNav01-list-item {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in;
  border-top: 1px dashed #BBADAD;
}

.l-headerNav01-list-item.is-hover .l-headerNav01-list-item-desc {
  opacity: 0.5;
}

.l-headerNav01-list-item::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EC6C00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.l-headerNav01-list-item.is-hover {
  border-color: transparent;
}

.l-headerNav01-list-item.is-hover::before {
  opacity: 1;
  visibility: visible;
}

.l-headerNav01-list-item.is-hover+.l-headerNav01-list-item::before {
  opacity: 1;
  visibility: visible;
}

.l-headerNav01-list-item:last-of-type {
  border-top: 1px dashed #BBADAD;
  border-bottom: 1px dashed #BBADAD;
}

.l-headerNav01-list-item:last-of-type::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EC6C00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.l-headerNav01-list-item:last-of-type::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EC6C00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.l-headerNav01-list-item:last-of-type:hover {
  border-color: transparent;
  border-bottom-color: transparent;
}

.l-headerNav01-list-item:last-of-type:hover::before {
  opacity: 1;
  visibility: visible;
}

.l-headerNav01-list-item:last-of-type:hover::after {
  opacity: 1;
  visibility: visible;
}

.l-headerNav01-list-item-desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 25px 20px 20px;
}

.l-headerNav01-list-item-desc-en {
  color: #EC6C00;
  margin-bottom: 5px;
  font-size: 1.9rem;
  line-height: 1.4210526316;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.l-headerNav01-list-item-desc-jp {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #333;
}

.l-headerNav01-list-item-link {
  display: block;
  width: 100%;
  transition: 0.3s ease-in;
}

.l-headerNav01-list-item-link:hover .l-headerNav01-list-item-desc {
  opacity: 0.5;
}

.l-headerNav02 {
  margin-bottom: 35px;
}

.l-headerNav02-list {
  padding: 0 25px 0 15px;
  margin-bottom: 20px;
}

.l-headerNav02-list-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1em;
}

.l-headerNav02-list-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #EC6C00;
}

.l-headerNav02-list-item-link {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #707070;
}

@media screen and (max-width: 1350px) {
  .l-headerNav01 {
    margin-bottom: 15px;
  }

  .l-headerNav01-list-item-desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 25px 15px 20px;
  }

  .l-headerNav01-list-item-desc-en {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }

  .l-headerNav01-list-item-desc-jp {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    padding: 0;
    width: 28vw;
    position: fixed;
    top: 17vw;
    left: 4vw;
    isolation: isolate;
    z-index: 1000;
  }

  .l-header-logo img {
    display: block;
    width: 100%;
  }
}

.l-dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 340px;
  height: 100%;
  background: #EC6C00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.p-scroll-icn {
  position: absolute;
  bottom: 120px;
  left: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.l-dropdown-menu-inner {
  padding: 40px 0 50px;
}

.l-dropdown-menu-title {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.l-dropdown-menu-title-en {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 7px;
}

.l-dropdown-menu-title-jp {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}

.l-dropdown-menu-title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
}

.l-dropdown-menu-list {
  width: 100%;
  scrollbar-color: #F9A154 #FFCE97;
  padding: 0 35px;
}

.l-dropdown-menu-list.is-scrollable {
  overflow-y: scroll;
}

.l-dropdown-menu-list::-webkit-scrollbar {
  width: 8px;
  background-color: #F9A154;
}

.l-dropdown-menu-list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px #FFCE97;
}

.l-dropdown-menu-list-item {
  width: 100%;
  position: relative;
}

.l-dropdown-menu-list-item-img {
  margin-bottom: 10px;
}

.l-dropdown-menu-list-item-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease-in;
}

.l-dropdown-menu-list-item-link:hover {
  background: #fff;
  color: #EC6C00;
}

.l-dropdown-menu-list-item-link:hover::after {
  background: #fff;
}

.l-dropdown-menu-list-item-link-space {
  padding-bottom: 30px;
}

.l-dropdown-menu-list-item-link::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #F4B580;
  transition: 0.3s ease-in;
}

/*------------- .l-menu -------------*/
.l-menu {
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #EC6C00;
  min-width: 1200px;
  display: none;
  overflow-y: scroll;
}

.btn {
  position: fixed;
  right: 4%;
  top: 60px;
  z-index: 998;
  width: 66px;
  height: 82px;
  cursor: pointer;
}

.btn::after {
  position: absolute;
  content: "Menu";
  color: #212121;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  text-align: center;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
}

.btn.close .btn-bg {
  background: #009844 url(../../images/common/icn_close.svg) no-repeat center center/25px 25px;
}

.btn.close::after {
  content: "Close";
  color: #fff;
}

.p-topPage .btn::after {
  color: #fff;
}

.p-topPage .btn.close::after {
  color: #fff;
}

.btn-bg {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  background: #EC6C00 url(../../images/common/icn_menu.svg) no-repeat center center/25px 25px;
}

.l-menu-inner {
  max-width: 1338px;
  width: 100%;
  max-height: 620px;
  height: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-menu-nav-item {
  margin-bottom: 40px;
}

.l-menu-nav-item-title {
  margin-bottom: 10px;
}

.l-menu-nav-item-title-en {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.l-menu-nav-item-title-jp {
  color: #FFD48A;
  font-size: 1.8rem;
  line-height: 0.8333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}

.l-menu-nav-item-title-jp::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFD48A;
  height: 2px;
  width: 14px;
}

.l-menu-list-item-link {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding: 8px 0 0;
  display: inline-block;
  padding-left: 28px;
}

.l-menu-nav-item-link {
  transition: 0.3s ease-in;
}

.l-menu-nav-item-link:hover {
  opacity: 0.5;
}

.l-menu-btn-wrap {
  margin-bottom: 70px;
}

.l-menu-btn {
  margin-bottom: 30px;
  width: 302px;
}

.l-menu-btn-link {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding: 19px 0;
}

.l-menu-nav02-list-item {
  margin-bottom: 15px;
}

.l-menu-nav02-list-item-link {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  padding: 5px 0 5px 15px;
  position: relative;
}

.l-menu-nav02-list-item-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
  .l-menu-inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-menu {
    min-width: auto;
  }

  .btn {
    right: 2.6666666667vw;
    top: 18vw;
    width: 17.6vw;
    height: 21.8666666667vw;
  }

  .btn::after {
    font-size: 2.9333333333vw;
    height: 4vw;
  }

  .btn.close .btn-bg {
    background: #009844 url(../../images/common/icn_close.svg) no-repeat center center/6.6666666667vw 6.6666666667vw;
  }

  .btn-bg {
    width: 17.6vw;
    height: 17.6vw;
    border: 0.2666666667vw solid #fff;
    background: #EC6C00 url(../../images/common/icn_menu.svg) no-repeat center center/6.6666666667vw 6.6666666667vw;
  }

  .l-menu-inner {
    width: 100%;
    max-height: 100%;
    display: block;
    top: 0;
    left: 0;
    transform: none;
    padding: 26.6666666667vw 5.3333333333vw 21.3333333333vw;
    overflow-y: scroll;
  }

  .l-menu-nav-item {
    margin-bottom: 0;
    padding: 8.5333333333vw 0 5.8666666667vw;
    border-bottom: 0.2666666667vw solid #F4B580;
  }

  .l-menu-nav-item-title {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  .l-menu-nav-item-title::before {
    position: absolute;
    content: "";
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 3.3333333333vw;
    height: 0.5333333333vw;
  }

  .l-menu-nav-item-title::after {
    position: absolute;
    content: "";
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 3.3333333333vw;
    width: 0.5333333333vw;
  }

  .l-menu-nav-item-title-notoggle::before,
  .l-menu-nav-item-title-notoggle::after {
    display: none;
    content: none;
  }

  .l-menu-nav-item-title.is-active::after {
    display: none;
  }

  .l-menu-nav-item-title-en {
    font-size: 6.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }

  .l-menu-nav-item-title-en .p-aboutus-txt {
    width: 33.3333333333vw;
  }

  .l-menu-nav-item-title-en .p-product-txt {
    width: 32vw;
  }

  .l-menu-nav-item-title-en .p-safesecure-txt {
    width: 56vw;
  }

  .l-menu-nav-item-title-en .p-recruit-txt {
    width: 28vw;
  }

  .l-menu-nav-item-title-en .p-faq_contact-txt {
    width: 52vw;
  }

  .l-menu-nav-item-title-jp {
    font-size: 4.2666666667vw;
    padding-left: 5.8666666667vw;
  }

  .l-menu-nav-item-title-jp::before {
    height: 0.5333333333vw;
    width: 3.7333333333vw;
  }

  .l-menu-list {
    margin-top: 5.3333333333vw;
    display: none;
  }

  .l-menu-list-item-link {
    font-size: 3.7333333333vw;
    padding: 2.4vw 0;
    padding-left: 2.6666666667vw;
  }

  .l-menu-btn-wrap {
    margin: 7.4666666667vw 0 8vw;
  }

  .l-menu-btn {
    width: 90%;
    margin: 0 auto 5.3333333333vw;
  }

  .l-menu-btn-link {
    border: 0.2666666667vw solid #fff;
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 0;
  }

  .l-menu-nav02 {
    padding-bottom: 9.3333333333vw;
  }

  .l-menu-nav02-list {
    margin-left: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }

  .l-menu-nav02-list-item {
    margin-bottom: 4vw;
  }

  .l-menu-nav02-list-item-link {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 0 1.3333333333vw 4vw;
    display: block;
  }

  .l-menu-nav02-list-item-link::before {
    border-width: 1.3333333333vw 0 1.3333333333vw 1.6vw;
  }
}

.l-parent-association {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 60px;
  border-top: 2px solid #e60020;
  background-color: #faf7df;
  border-bottom: 1px solid #ddd;
  transition: transform 0.4s;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0px;
  padding-right: 0;
}

.l-parent-association--width {
  width: 83vw;
  min-width: calc(100% - 270px);
}

.l-parent-association-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  padding-right: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
}

.l-parent-association-link--pr {
  padding-right: 20px;
}

@media screen and (max-width: 1350px) {
  .l-parent-association--width {
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 767px) {
  .l-parent-association img {
    width: 57vw;
  }

  .l-parent-association-link {
    font-size: 3.3333333333vw;
    padding: 0 2.6666666667vw;
    padding-right: 0;
  }

  .l-parent-association-link--pr {
    padding-right: 0;
  }
}

/*------------- .l-gnav -------------*/
/*------------- .l-breadcrumbs -------------*/
/*breadcrumb
-------------------------------------------------------*/
.l-breadcrumb-list-wrap {
  margin-bottom: 70px;
}

.l-breadcrumb-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1270px;
  width: max-content;
  margin: 0 auto;
  width: 95%;
  white-space: nowrap;
}

.l-breadcrumb-item {
  position: relative;
  padding: 0 15px;
}

.l-breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -5px;
  content: "＞";
  display: block;
  font-size: 1.2rem;
  width: 1.2rem;
  height: 100%;
  transform: translateY(-50%);
}

.l-breadcrumb-item:first-of-type {
  padding-left: 0;
}

.l-breadcrumb-item:last-of-type {
  color: #848484;
}

.l-breadcrumb-link {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #EC6C00;
  text-decoration: underline;
}

.l-breadcrumb-link:hover {
  opacity: 0.7;
}

.l-breadcrumb-item:last-of-type::after {
  display: none;
}

@media screen and (max-width: 1250px) {
  .l-breadcrumb-list-wrap {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .l-breadcrumb-list-wrap {
    overflow-x: scroll;
    margin-bottom: 13.3333333333vw;
  }

  .l-breadcrumb-list {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .l-breadcrumb-item {
    padding: 0 4vw;
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }

  .l-breadcrumb-item::after {
    font-size: 1em;
    right: -0.5em;
    width: 1em;
  }

  .l-breadcrumb-link {
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
}

/*------------- .l-sidebar -------------*/
/*------------- .l-footer -------------*/
.l-footer {
  background: #F1F1F1;
}

.l-footer-inner {
  padding: 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-list {
  margin-right: 5vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 60px;
}

.l-footer-list-item {
  position: relative;
}

.l-footer-list-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: #848484;
}

.l-footer-list-item-link {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #212121;
}

.l-footer-copyright {
  color: #848484;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width: 1350px) {
  .l-footer .l-content {
    width: auto;
    margin-left: 2.4%;
    margin-right: 2.4%;
  }

  .l-footer-list {
    gap: 15px 30px;
    margin-right: 3vw;
  }

  .l-footer-list-item::after {
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-content {
    width: 92vw;
    margin: 0 auto;
  }

  .l-footer-inner {
    flex-direction: column;
    padding: 2.6666666667vw 0;
  }

  .l-footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.6666666667vw 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .l-footer-list-item {
    margin-bottom: 2vw;
  }

  .l-footer-list-item-link {
    font-size: 2.6666666667vw;
  }

  .l-footer-list-item::after {
    right: -3.3333333333vw;
    width: 0.4vw;
  }

  .l-footer-copyright {
    max-width: none;
    width: 100%;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

.onlytab {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .onlytab {
    display: block !important;
  }
}

/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }

  .spfs49 {
    font-size: 6.5333333333vw !important;
  }

  .spfs48 {
    font-size: 6.4vw !important;
  }

  .spfs47 {
    font-size: 6.2666666667vw !important;
  }

  .spfs46 {
    font-size: 6.1333333333vw !important;
  }

  .spfs45 {
    font-size: 6vw !important;
  }

  .spfs44 {
    font-size: 5.8666666667vw !important;
  }

  .spfs43 {
    font-size: 5.7333333333vw !important;
  }

  .spfs42 {
    font-size: 5.6vw !important;
  }

  .spfs41 {
    font-size: 5.4666666667vw !important;
  }

  .spfs40 {
    font-size: 5.3333333333vw !important;
  }

  .spfs39 {
    font-size: 5.2vw !important;
  }

  .spfs38 {
    font-size: 5.0666666667vw !important;
  }

  .spfs37 {
    font-size: 4.9333333333vw !important;
  }

  .spfs36 {
    font-size: 4.8vw !important;
  }

  .spfs35 {
    font-size: 4.6666666667vw !important;
  }

  .spfs34 {
    font-size: 4.5333333333vw !important;
  }

  .spfs33 {
    font-size: 4.4vw !important;
  }

  .spfs32 {
    font-size: 4.2666666667vw !important;
  }

  .spfs31 {
    font-size: 4.1333333333vw !important;
  }

  .spfs30 {
    font-size: 4vw !important;
  }

  .spfs29 {
    font-size: 3.8666666667vw !important;
  }

  .spfs28 {
    font-size: 3.7333333333vw !important;
  }

  .spfs27 {
    font-size: 3.6vw !important;
  }

  .spfs26 {
    font-size: 3.4666666667vw !important;
  }

  .spfs25 {
    font-size: 3.3333333333vw !important;
  }

  .spfs24 {
    font-size: 3.2vw !important;
  }

  .spfs23 {
    font-size: 3.0666666667vw !important;
  }

  .spfs22 {
    font-size: 2.9333333333vw !important;
  }

  .spfs21 {
    font-size: 2.8vw !important;
  }

  .spfs20 {
    font-size: 2.6666666667vw !important;
  }

  .spfs19 {
    font-size: 2.5333333333vw !important;
  }

  .spfs18 {
    font-size: 2.4vw !important;
  }

  .spfs17 {
    font-size: 2.2666666667vw !important;
  }

  .spfs16 {
    font-size: 2.1333333333vw !important;
  }

  .spfs15 {
    font-size: 2vw !important;
  }

  .spfs14 {
    font-size: 1.8666666667vw !important;
  }

  .spfs13 {
    font-size: 1.7333333333vw !important;
  }

  .spfs12 {
    font-size: 1.6vw !important;
  }

  .spfs11 {
    font-size: 1.4666666667vw !important;
  }

  .spfs10 {
    font-size: 1.3333333333vw !important;
  }

  .spfs9 {
    font-size: 1.2vw !important;
  }

  .spfs8 {
    font-size: 1.0666666667vw !important;
  }

  .spfs7 {
    font-size: 0.9333333333vw !important;
  }

  .spfs6 {
    font-size: 0.8vw !important;
  }
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }

  .sptac {
    text-align: center !important;
  }

  .sptar {
    text-align: right !important;
  }

  .spfwb {
    font-weight: bold !important;
  }
}

/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }

  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }

  .spml100 {
    margin-left: 13.3333333333vw !important;
  }

  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }

  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }

  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }

  .spml95 {
    margin-left: 12.6666666667vw !important;
  }

  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }

  .spmt90 {
    margin-top: 12vw !important;
  }

  .spmb90 {
    margin-bottom: 12vw !important;
  }

  .spml90 {
    margin-left: 12vw !important;
  }

  .spmr90 {
    margin-right: 12vw !important;
  }

  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }

  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }

  .spml85 {
    margin-left: 11.3333333333vw !important;
  }

  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }

  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }

  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }

  .spml80 {
    margin-left: 10.6666666667vw !important;
  }

  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }

  .spmt75 {
    margin-top: 10vw !important;
  }

  .spmb75 {
    margin-bottom: 10vw !important;
  }

  .spml75 {
    margin-left: 10vw !important;
  }

  .spmr75 {
    margin-right: 10vw !important;
  }

  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }

  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }

  .spml70 {
    margin-left: 9.3333333333vw !important;
  }

  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }

  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }

  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }

  .spml65 {
    margin-left: 8.6666666667vw !important;
  }

  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }

  .spmt60 {
    margin-top: 8vw !important;
  }

  .spmb60 {
    margin-bottom: 8vw !important;
  }

  .spml60 {
    margin-left: 8vw !important;
  }

  .spmr60 {
    margin-right: 8vw !important;
  }

  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }

  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }

  .spml55 {
    margin-left: 7.3333333333vw !important;
  }

  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }

  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }

  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }

  .spml50 {
    margin-left: 6.6666666667vw !important;
  }

  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }

  .spmt45 {
    margin-top: 6vw !important;
  }

  .spmb45 {
    margin-bottom: 6vw !important;
  }

  .spml45 {
    margin-left: 6vw !important;
  }

  .spmr45 {
    margin-right: 6vw !important;
  }

  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }

  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }

  .spml40 {
    margin-left: 5.3333333333vw !important;
  }

  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }

  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }

  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }

  .spml35 {
    margin-left: 4.6666666667vw !important;
  }

  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }

  .spmt30 {
    margin-top: 4vw !important;
  }

  .spmb30 {
    margin-bottom: 4vw !important;
  }

  .spml30 {
    margin-left: 4vw !important;
  }

  .spmr30 {
    margin-right: 4vw !important;
  }

  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }

  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }

  .spml25 {
    margin-left: 3.3333333333vw !important;
  }

  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }

  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }

  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }

  .spml20 {
    margin-left: 2.6666666667vw !important;
  }

  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }

  .spmt15 {
    margin-top: 2vw !important;
  }

  .spmb15 {
    margin-bottom: 2vw !important;
  }

  .spml15 {
    margin-left: 2vw !important;
  }

  .spmr15 {
    margin-right: 2vw !important;
  }

  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }

  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }

  .spml10 {
    margin-left: 1.3333333333vw !important;
  }

  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }

  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }

  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }

  .spml5 {
    margin-left: 0.6666666667vw !important;
  }

  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }

  .spmt0 {
    margin-top: 0vw !important;
  }

  .spmb0 {
    margin-bottom: 0vw !important;
  }

  .spml0 {
    margin-left: 0vw !important;
  }

  .spmr0 {
    margin-right: 0vw !important;
  }
}

/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }

  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }

  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }

  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }

  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }

  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }

  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }

  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }

  .sppt90 {
    padding-top: 12vw !important;
  }

  .sppb90 {
    padding-bottom: 12vw !important;
  }

  .sppl90 {
    padding-left: 12vw !important;
  }

  .sppr90 {
    padding-right: 12vw !important;
  }

  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }

  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }

  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }

  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }

  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }

  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }

  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }

  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }

  .sppt75 {
    padding-top: 10vw !important;
  }

  .sppb75 {
    padding-bottom: 10vw !important;
  }

  .sppl75 {
    padding-left: 10vw !important;
  }

  .sppr75 {
    padding-right: 10vw !important;
  }

  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }

  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }

  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }

  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }

  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }

  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }

  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }

  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }

  .sppt60 {
    padding-top: 8vw !important;
  }

  .sppb60 {
    padding-bottom: 8vw !important;
  }

  .sppl60 {
    padding-left: 8vw !important;
  }

  .sppr60 {
    padding-right: 8vw !important;
  }

  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }

  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }

  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }

  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }

  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }

  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }

  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }

  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }

  .sppt45 {
    padding-top: 6vw !important;
  }

  .sppb45 {
    padding-bottom: 6vw !important;
  }

  .sppl45 {
    padding-left: 6vw !important;
  }

  .sppr45 {
    padding-right: 6vw !important;
  }

  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }

  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }

  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }

  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }

  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }

  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }

  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }

  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }

  .sppt30 {
    padding-top: 4vw !important;
  }

  .sppb30 {
    padding-bottom: 4vw !important;
  }

  .sppl30 {
    padding-left: 4vw !important;
  }

  .sppr30 {
    padding-right: 4vw !important;
  }

  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }

  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }

  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }

  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }

  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }

  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }

  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }

  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }

  .sppt15 {
    padding-top: 2vw !important;
  }

  .sppb15 {
    padding-bottom: 2vw !important;
  }

  .sppl15 {
    padding-left: 2vw !important;
  }

  .sppr15 {
    padding-right: 2vw !important;
  }

  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }

  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }

  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }

  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }

  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }

  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }

  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }

  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }

  .sppt0 {
    padding-top: 0vw !important;
  }

  .sppb0 {
    padding-bottom: 0vw !important;
  }

  .sppl0 {
    padding-left: 0vw !important;
  }

  .sppr0 {
    padding-right: 0vw !important;
  }
}

/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}

/* reset
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* layout
-----------------------------------------------------------------------------*/
/* module
---------------------------------------------------------------------------- */
/* print
---------------------------------------------------------------------------- */

.l-gdpr .c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: relative;
  display: inline-flex;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #222;
  background: #fff;
  border: 1px solid #f7b2bc;
  border-radius: 21px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  transition: all 100ms ease;
}

.l-gdpr .c-button i {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -.5em;
}

.l-gdpr .c-button:hover {
  color: #fff;
  background: #e8380d;
  border-color: #e8380d;
}

.l-gdpr {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .02em;
  color: #222;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 0;
  margin: 0;
  visibility: hidden;
}

.l-gdpr.is-show {
  visibility: visible;
}

.l-gdpr__ja {
  display: flex;
}

.l-gdpr__en {
  display: none;
}

.l-gdpr__ja,
.l-gdpr__en {
  background: #faf7df;
  height: auto;
  width: auto;
  padding: 18px 50px;
  margin: auto 0;
  justify-content: center;
  align-items: center;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

@media (max-width: 768px) {

  .l-gdpr__ja,
  .l-gdpr__en {
    flex-direction: column;
    padding: 20px 14px;
  }
}

.l-gdpr__msg {
  font-size: 13px;
  margin-right: 36px;
}

.l-gdpr__msg a {
  display: inline;
  color: #222;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .l-gdpr__msg {
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.l-gdpr__btn {
  white-space: nowrap;
  flex: 1 0 auto;
}

@media (max-width: 768px) {
  .l-gdpr__btn {
    flex-basis: auto;
  }
}

.l-gdpr__margin {
  bottom: 150px !important;
}

@media (max-width: 768px) {
  .l-gdpr__margin {
    bottom: 250px !important;
  }
}

.l-gdpr .c-button {
  padding-left: 50px;
}

.l-gdpr .c-button:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #e8380d;
  border-right: solid 1px #e8380d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}

.l-gdpr .c-button[disabled] {
  opacity: .5;
  pointer-events: none;
}

.l-gdpr .c-button:hover {
  text-decoration: none;
}

.l-gdpr .c-button:hover:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.l-gdpr .c-button:hover:after {
  color: inherit;
}

/* 新卒採用エントリ
---------------------------------------------------------------------------- */
.m-recruitment-entry-area {
  max-width: 690px;
  margin: 0 auto 30px;
}

.m-recruitment-entry-ttl {
  font-size: 4.3rem;
  line-height: 1.4418604651;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #050000;
  margin-bottom: 20px;
  text-align: center;
}

.m-recruitment-entry-txt {
  font-size: 1.7rem;
  line-height: 1.4418604651;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #050000;
}

.m-recruitment-entry-box {
  border: solid 1px #EC6C00;
  margin-top: 50px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.m-recruitment-entry-box-inner {
  padding: 40px 0;

}

.m-recruitment-entry-box-inner-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.m-recruitment-entry-box-inner-item+.m-recruitment-entry-box-inner-item {
  margin-top: 15px;
}

.m-recruitment-entry-box-inner-item-ttl {
  background: #FBF2D7;
  color: #EC6C00;
  padding: 5px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;

}

.m-recruitment-entry-box-inner-item-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-left: 15px;
  color: #EC6C00;
}

.m-recruitment-entry-link {
  color: #050000;
}

@media screen and (max-width: 767px) {
  .m-recruitment-entry-area {
    margin: 0 auto 4vw;
  }

  .m-recruitment-entry-ttl {
    font-size: 6.4vw;
  }

  .m-recruitment-entry-txt {
    font-size: 4.4vw;
  }

  .m-recruitment-entry-box {
    margin-top: 6.6vw;

  }

  .m-recruitment-entry-box-inner {
    padding: 5.3vw 0;


  }



  .m-recruitment-entry-box-inner-item+.m-recruitment-entry-box-inner-item {
    margin-top: 2vw;
  }

  .m-recruitment-entry-box-inner-item-ttl {
    padding: 1vw 2vw;
    font-size: 4vw;

  }

  .m-recruitment-entry-box-inner-item-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4vw;
    margin-left: 2vw;
  }

  .m-recruitment-entry-link {
    color: #050000;
  }

}

.js-modal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.js-modal-close::before,
.js-modal-close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 38px;
  background: #EC6C00;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.js-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .js-modal-close {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }

  .js-modal-close::before,
  .js-modal-close::after {
    top: 50%;
    left: 50%;
    width: 4px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .js-modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .js-modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

}

.modaal-close {
  display: none;
}
