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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #DAD4CD;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "din-2014", sans-serif;
}

.white {
  color: #fff;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1280px;
  margin: 0 auto;
}

section {
  padding: 180px 0;
}

@media screen and (max-width: 1440px) {
  .inner {
    max-width: 88.8888888889vw;
    margin: 0 auto;
  }
  section {
    padding: 12.5vw 0;
  }
}
@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.1282051282vw;
  }
  section {
    padding: 20.5128205128vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: #FF1200;
  padding: 0 10px 0 163px;
}

.section_title .ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  padding-left: 163px;
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .section_title .en {
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    background: #FF1200;
    padding: 0 0.6944444444vw 0 11.3194444444vw;
  }
  .section_title .ja {
    font-size: 1.1111111111vw;
    font-weight: 700;
    line-height: 100%;
    display: block;
    padding-left: 11.3194444444vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.5641025641vw;
  }
  .section_title .ja {
    font-size: 6.1538461538vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  height: 100vh;
  position: relative;
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.header_content {
  position: absolute;
  left: 7.1527777778vw;
  bottom: 6.3888888889vw;
}

.header_text01 {
  width: 35vw;
}

.header_text02 {
  width: 11.6666666667vw;
  position: absolute;
  top: 4.375vw;
  right: 5.3472222222vw;
}

.btn {
  margin-top: 7.2916666667vw;
}

.btn_link {
  font-family: "din-2014", sans-serif;
  width: 21.0416666667vw;
  background: #FF1200;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 100%;
  padding: 0.9027777778vw 1.3888888889vw;
  position: relative;
  transition: 0.3s;
}

.btn_link::before {
  content: "";
  display: inline-block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background-image: url(../images/icon/icon_arrow_right01_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 3.0555555556vw;
  border-bottom: 0.0694444444vw solid #FF1200;
  border-top: 0.0694444444vw solid #FF1200;
  background: #DAD4CD;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.loop-wrap.top {
  top: 0;
  left: 0;
  z-index: 6;
}

.loop-wrap.right {
  position: absolute;
  top: 50%;
  right: -49%;
  transform: translate(0, -50%) rotate(90deg);
  z-index: 3;
}

.loop-wrap.left {
  position: absolute;
  top: 50%;
  left: -49%;
  transform: translate(0, -50%) rotate(90deg);
  z-index: 5;
}

.loop-wrap.bottom {
  bottom: 0;
  left: 0;
  z-index: 4;
}

.loop-area {
  display: flex;
  animation: loop-slide 80s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  color: #FF1200;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  border-right: 0.0694444444vw solid #FF1200;
  padding-right: 0.6944444444vw;
  margin-right: 0.6944444444vw;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 681px) {
  .btn_link:hover {
    background: #000;
    color: #fff;
  }
  .btn_link:hover::before {
    right: 1.0416666667vw;
    background-image: url(../images/icon/icon_arrow_right01_white.svg);
  }
}
/*===================================================
フッター
===================================================*/
.footer_nav {
  display: flex;
  gap: 100px;
}

.footer_nav li a {
  color: #FF1200;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  transition: 0.3s;
}

.footer_logo {
  margin-top: 34px;
}

.footer_loop {
  margin-top: 20px;
}

.fixed {
  position: fixed;
  top: -50px;
  right: 0;
  width: 220px;
  z-index: 100;
  transition: 0.3s;
}

.fixed.active {
  top: 0;
}

.fixed_link {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  width: 100%;
  background: #FF1200;
  padding: 13px 20px;
  position: relative;
  transition: 0.3s;
}

.fixed_link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../images/icon/icon_arrow_right01_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .footer_nav li a:hover {
    color: #000;
  }
  .fixed_link:hover {
    background: #000;
    color: #fff;
  }
  .fixed_link:hover::before {
    right: 10px;
    background-image: url(../images/icon/icon_arrow_right01_white.svg);
  }
}
@media screen and (max-width: 1440px) {
  .footer_nav {
    display: flex;
    gap: 6.9444444444vw;
  }
  .footer_nav li a {
    color: #FF1200;
    font-size: 1.3888888889vw;
    font-weight: 600;
    line-height: 100%;
    transition: 0.3s;
  }
  .footer_logo {
    margin-top: 2.3611111111vw;
  }
  .footer_loop {
    margin-top: 1.3888888889vw;
  }
  .fixed {
    position: fixed;
    top: -3.4722222222vw;
    right: 0;
    width: 15.2777777778vw;
    z-index: 100;
    transition: 0.3s;
  }
  .fixed.active {
    top: 0;
  }
  .fixed_link {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 100%;
    display: block;
    width: 100%;
    background: #FF1200;
    padding: 0.9027777778vw 1.3888888889vw;
    position: relative;
    transition: 0.3s;
  }
  .fixed_link::before {
    content: "";
    display: inline-block;
    width: 1.25vw;
    height: 1.3888888889vw;
    background-image: url(../images/icon/icon_arrow_right01_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1.3888888889vw;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* Section1
***************************************************************/
.sec1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec1_logo {
  width: 630px;
  position: absolute;
  top: 92px;
  right: -87px;
}

.sec1_textImg01 {
  width: 668px;
  position: absolute;
  top: 34px;
  right: -343px;
  z-index: -1;
}

.sec1_textImg02 {
  width: 668px;
  position: absolute;
  top: 440px;
  left: -130px;
  z-index: -1;
}

.sec1_text {
  color: #FF1200;
  font-size: 28px;
  font-weight: 500;
  line-height: 175%;
  margin-top: 36px;
  padding-left: 163px;
}

.sec1_text:nth-of-type(n + 2) {
  margin-top: 28px;
}

.sec1_content {
  margin-top: 280px;
  padding: 60px 40px;
  height: 422px;
  position: relative;
}

.sec1_content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/front/sec1_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec1_content_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.sec1_content_title span {
  color: #FF1200;
  background: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  padding: 8px 0;
  display: block;
  width: 190px;
  margin-top: 17px;
  text-align: center;
}

.sec1_content_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  margin-top: 40px;
}

@media screen and (max-width: 1440px) {
  .sec1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .sec1_logo {
    width: 43.75vw;
    position: absolute;
    top: 6.3888888889vw;
    right: -6.0416666667vw;
  }
  .sec1_textImg01 {
    width: 46.3888888889vw;
    position: absolute;
    top: 2.3611111111vw;
    right: -23.8194444444vw;
    z-index: -1;
  }
  .sec1_textImg02 {
    width: 46.3888888889vw;
    position: absolute;
    top: 30.5555555556vw;
    left: -9.0277777778vw;
    z-index: -1;
  }
  .sec1_text {
    color: #FF1200;
    font-size: 1.9444444444vw;
    font-weight: 500;
    line-height: 175%;
    margin-top: 2.5vw;
    padding-left: 11.3194444444vw;
  }
  .sec1_text:nth-of-type(n + 2) {
    margin-top: 1.9444444444vw;
  }
  .sec1_content {
    margin-top: 19.4444444444vw;
    padding: 4.1666666667vw 2.7777777778vw;
    height: 29.3055555556vw;
    position: relative;
  }
  .sec1_content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/front/sec1_img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .sec1_content_title {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 100%;
  }
  .sec1_content_title span {
    color: #FF1200;
    background: #000;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 100%;
    padding: 0.5555555556vw 0;
    display: block;
    width: 13.1944444444vw;
    margin-top: 1.1805555556vw;
    text-align: center;
  }
  .sec1_content_text {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 175%;
    margin-top: 2.7777777778vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background-image: url(../images/front/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
}

.sec2_img01 {
  margin-top: 48px;
}

.sec2_text {
  color: #fff;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 26px;
}

.sec2_img02 {
  display: block;
  width: 690px;
  margin: 32px auto 0;
}

.entry {
  display: grid;
  grid-template-columns: 1fr 630px;
  padding-top: 40px;
  margin-top: 80px;
  position: relative;
}

.entry::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.entry_text {
  font-weight: 500;
  line-height: 175%;
  padding-left: 163px;
  margin-top: 36px;
}

.entry_btn {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.entry_btn a {
  color: #FFF;
  font-weight: 500;
  line-height: 175%;
  background: #000;
  padding: 30px;
  position: relative;
  transition: 0.3s;
}

.entry_btn a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.entry_btn a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 25px;
  background-image: url(../images/icon/icon_arrow_right01_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.entry_btn a span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 8px;
}

@media screen and (min-width: 681px) {
  .entry_btn a:hover {
    background: #FF1200;
  }
  .entry_btn a:hover::after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .entry_btn a:hover::before {
    right: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .sec2 {
    background-image: url(../images/front/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
  }
  .sec2_img01 {
    margin-top: 3.3333333333vw;
  }
  .sec2_text {
    color: #fff;
    text-align: right;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 100%;
    margin-top: 1.8055555556vw;
  }
  .sec2_img02 {
    display: block;
    width: 47.9166666667vw;
    margin: 2.2222222222vw auto 0;
  }
  .entry {
    display: grid;
    grid-template-columns: 1fr 43.75vw;
    padding-top: 2.7777777778vw;
    margin-top: 5.5555555556vw;
    position: relative;
  }
  .entry::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 0.0694444444vw solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .entry_text {
    font-weight: 500;
    line-height: 175%;
    padding-left: 11.3194444444vw;
    margin-top: 2.5vw;
  }
  .entry_btn {
    display: flex;
    flex-flow: column;
    gap: 2.0833333333vw;
  }
  .entry_btn a {
    color: #FFF;
    font-weight: 500;
    line-height: 175%;
    background: #000;
    padding: 2.0833333333vw;
    position: relative;
    transition: 0.3s;
  }
  .entry_btn a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0.0694444444vw solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .entry_btn a::before {
    content: "";
    display: inline-block;
    width: 1.5277777778vw;
    height: 1.7361111111vw;
    background-image: url(../images/icon/icon_arrow_right01_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2.4305555556vw;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .entry_btn a span {
    display: block;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0.5555555556vw;
  }
}
/* COMPANY
***************************************************************/
.company {
  padding: 60px 0 120px;
}

.company_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.company_list {
  width: 300px;
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 28px;
}

.company_item {
  display: grid;
  grid-template-columns: 1fr 140px;
  border-top: 1px solid #000;
}

.company_item_logo {
  width: 60px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 10px;
}

.company_itemBox a {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  padding: 10px 0;
  position: relative;
  display: block;
  transition: 0.3s;
}

.company_itemBox a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_right01_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.company_itemBox a:nth-last-of-type(1) {
  border-bottom: unset;
}

@media screen and (min-width: 681px) {
  .company_itemBox a:hover {
    color: #FF1200;
  }
  .company_itemBox a:hover::before {
    right: -5px;
  }
}
@media screen and (max-width: 1440px) {
  .company {
    padding: 4.1666666667vw 0 8.3333333333vw;
  }
  .company_title {
    font-size: 1.6666666667vw;
    font-weight: 600;
    line-height: 100%;
  }
  .company_list {
    width: 20.8333333333vw;
    margin-top: 1.3888888889vw;
    display: flex;
    flex-flow: column;
    gap: 1.9444444444vw;
  }
  .company_item {
    display: grid;
    grid-template-columns: 1fr 9.7222222222vw;
    border-top: 0.0694444444vw solid #000;
  }
  .company_item_logo {
    width: 4.1666666667vw;
    height: 3.6111111111vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-top: 0.6944444444vw;
  }
  .company_itemBox a {
    border-bottom: 0.0694444444vw solid #000;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 100%;
    padding: 0.6944444444vw 0;
    position: relative;
    display: block;
    transition: 0.3s;
  }
  .company_itemBox a::before {
    content: "";
    display: inline-block;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    background-image: url(../images/icon/icon_arrow_right01_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .company_itemBox a:nth-last-of-type(1) {
    border-bottom: unset;
  }
}