/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
reset css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} /*supはキャンセル解除*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  height: 100%;
}
img {
  -webkit-backface-visibility: hidden;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
tool css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.kome {
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.l-relative__module {
  position: relative;
}
.box-1x1__module:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box-1x1__module__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hide__SP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hide__PC {
    display: none;
  }
}
.hide__about__1000 {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .hide__about__1000 {
    display: block;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
レスポンシブ時の表示・非表示
.pc-only 1280px以下のみ表示
.sp-only 768px以下のみ表示
.tablet-only-none 960px~768pxまでのみ非表示
.notepc-only-none 1280px~960pxまでのみ非表示
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.sp-only {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc-only {
    display: none;
  }
  .notepc-only-none {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .notepc-only-none {
    display: block;
  }
  .tablet-only-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .tablet-only-none {
    display: block;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
base css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo,
    sans-serif;
}
body.is-modal-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.container__module {
  margin: 0 auto;
  width: 95vw;
}
body {
  background-color: #efefef;
}
img {
  vertical-align: top;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.section-wrapper {
  width: 95vw;
  margin: 0 auto;
}
.section-wrapper section {
  margin-top: 150px;
}
.section-wrapper section:first-child {
  margin-top: 180px;
}
.section-wrapper section:last-child {
  margin-bottom: 150px;
}
.ttl_1 {
  font-size: 34px;
  font-weight: bold;
  color: #a50034;
  text-align: center;
  margin-bottom: 50px;
}
.ttl_2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
}
.ttl_3 {
  font-size: 45px;
  font-weight: bold;
  margin: 15px 0 50px;
  text-align: center;
}
.ttl_4 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.ttl_5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.ttl_4 span {
  font-size: 16px;
}

.p_1 {
  font-size: 18px;
}
.p_2 {
  font-size: 24px;
}

.more-button {
  max-width: 635px;
  margin: 50px auto 0;
  padding: 15px 10px;
  text-align: center;
  display: block;
  position: relative;
  font-size: 18px;
  background-color: #fff;
  border: solid 1px #afafaf;
}
.more-button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #a50034;
  border-right: solid 2px #a50034;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.more-button:hover {
  opacity: 1;
  border: solid 1px #a50034;
  color: #a50034;
}

.section-head {
  margin-top: 150px;
  padding-bottom: 20px;
  text-align: center;
}
.day {
  color: #a50034;
  font-size: 18px;
}
.flex__PC__only {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .section-wrapper section {
    margin-top: 130px;
  }
  .section-wrapper section:last-child {
    margin-bottom: 130px;
  }
  .ttl_1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .ttl_2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .ttl_3 {
    font-size: 40px;
    margin: 15px 0 40px;
  }
  .ttl_4 {
    font-size: 32px;
  }
  .ttl_5 {
    font-size: 22px;
  }
  .p_2 {
    font-size: 22px;
  }
  .more-button {
    margin: 45px auto 0;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .section-wrapper section {
    margin-top: 100px;
  }
  .section-wrapper section:first-child {
    margin-top: 70px;
  }
  .section-wrapper section:last-child {
    margin-bottom: 100px;
  }
  .ttl_1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .ttl_2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .ttl_3 {
    font-size: 35px;
    margin: 10px 0 30px;
  }
  .ttl_4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .ttl_5 {
    font-size: 20px;
  }
  .p_2 {
    font-size: 20px;
  }
  .more-button {
    margin: 40px auto 0;
    padding: 10px 20px 10px 7px;
    font-size: 16px;
  }
  .more-button::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
  .section-head {
    margin-top: 130px;
  }
  .day {
    font-size: 16px;
  }
  .flex__PC__only {
    display: block;
  }
}

/*==========================================
header
============================================*/
/*PC ヘッダーメニュー*/
.head-sp {
  display: none;
}
.headNone {
  margin-right: 3%;
  align-items: center;
  width: 13%;
  max-width: 203px;
}
#headerLogo img {
  width: 197px;
}
.site-header {
  height: 80px;
  position: absolute;
  background-color: #fff;
  width: 100%;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

.head-menu-button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.head-p {
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  display: flex;
  line-height: 1;
}
.head-p span {
  font-size: 21px;
  display: block;
  margin-bottom: 9px;
  color: #a50034;
}
.menu-pc {
  width: 54%;
}
.site-header ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  font-weight: bold;
}

.site-header ul li {
  font-size: 16px;
  line-height: 1;
}

.site-header ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding-left: 20px;
}
.site-header ul li a:first-child {
  padding-left: 0;
}

.site-header ul li a:hover {
  opacity: 1;
  color: #a50034;
}
.head-sns-logo {
  display: flex;
  align-items: center;
}
.site-header .head-sns-logo a {
  display: block;
  padding-left: 0;
  margin-right: 18px;
}
.site-header .head-sns-logo a:last-child {
  margin-right: 0;
}
.site-header .head-sns-logo a img {
  width: 35px;
}

.language-button{
  display: flex;
  align-items: center;
}
.language-button a{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #585858;
}
.language-button a:hover{
  opacity: 1;
  color: #a50034;
}

/* タブレット ヘッダーメニュー ハンバーガーメニュー*/

@media screen and (max-width: 1280px) {
  .site-header {
    display: none;
  }
  header {
    top: 0;
    display: block;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 100;
  }
  .head-sp {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  header .head-inner {
    display: none;
  }
  .head-logo {
    display: flex;
    align-items: center;
  }
  .head-logo-img {
    width: 130px;
    margin-right: 20px;
  }
  .head-logo-img img {
    width: 100%;
  }
  .head-p {
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    display: flex;
    line-height: 1;
  }
  .head-p span {
    font-size: 16px;
    display: block;
    margin-bottom: 9px;
  }
  .language-button{
    margin: 0 0 0 auto;
  }
  .language-button a{
    margin-bottom: 2px;
  }
  .head-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 0 0 auto;
  }
  .head-toggle-items {
    width: 22px;
  }
  .head-toggle-items span {
    display: block;
    width: 22px;
    height: 3px;
    background-color: #888888;
    transition: transform 0.3s;
  }
  .head-toggle-items span + span {
    margin-top: 4px;
  }

  .head-toggle.close .head-toggle-items span:nth-child(1) {
    transform: translate(0px, 6px) rotate(45deg);
  }
  .head-toggle.close .head-toggle-items span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .head-toggle.close .head-toggle-items span:nth-child(3) {
    transform: translate(0px, -8px) rotate(-45deg);
  }

  .head-nav-sp {
    display: none;
    position: absolute;
    z-index: 100;
    top: 60px;
    width: 100%;
    left: 0;
    height: calc(100vh - 60px);
    background-color: rgba(112, 112, 112, 0.7);
    z-index: 101;
  }
  .nav-second {
    display: none;
    width: 100%;
    background-color: #eeeeee;
  }
  .nav-second .nav-second-inner .nav-second-title {
    display: none;
  }
  .head-nav-items-sp {
    border-top: solid 1px #ccc;
    background-color: #fff;
  }
  .head-nav-items-sp li.head-nav-item-sp a {
    display: flex;
    padding: 13px 2.5%;
    align-items: center;
  }

  .nav-second-items a {
    font-size: 16px;
  }
  .sp-border {
    border-bottom: solid 1px #ccc;
    font-size: 20px;
  }

  .head-nav-items-sp li.head-nav-item .nav-second-items li a {
    display: block;
    box-sizing: border-box;
    border: none;
    padding: 10px 24px;
    font-size: 16px;
  }
  .head-nav-item-sp.language-button{
    border-top: solid 1px #ccc;
    display: block;
  }
  .head-nav-items-sp li.head-nav-item-sp.language-button a{
    margin-bottom: 0;
    text-align: center;
    display: block;
    font-size: 20px;
    text-underline-offset: 5px;
  }
  .head-nav-item-sp.nav-close {
    text-align: center;
    background-color: #606060;
  }
  .head-nav-items-sp li.head-nav-item-sp.nav-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
  }
  .head-nav-item-sp a span.plus-icon {
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background-image: url(../img/plus-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.2s;
    display: inline-block;
    margin-right: 15px;
  }
  .head-nav-item-sp a.is-active span.plus-icon {
    background-image: url(../img/minus-icon.svg);
  }
  .hum-close img {
    margin: 2px 0 0 10px;
  }
  .head-nav-items-sp li.head-nav-item-sp.head-sns-logo a {
    margin: 13px 5%;
    padding: 0;
  }
  .head-nav-items-sp li.head-nav-item-sp.head-sns-logo a img {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .head-logo-img {
    width: 115px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .head-logo-img {
    display: none;
  }
}
/* TOP以外 ヘッダーロゴ */
.head-ligo-box {
  height: 85px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.head-ligo-box .head-logo-pc {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .head-ligo-box {
    display: none;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
top css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* SP ヘッダーメニュー */
.top-body .head-logo-img {
  display: none;
}
/* メインビジュアル ビデオ*/
.top-mainvisual {
  background-color: #000;
}
.video {
  width: 100%;
  text-align: center;
  margin: auto;
}
.video video {
  width: 100%;
  vertical-align: bottom;
  max-width: 1280px;
}
@media screen and (max-width: 1280px) {
  .mainvisual {
    margin-top: 60px;
  }
}

/* メインビジュアル NAGASEロゴ */
.top-logo {
  position: absolute;
  top: 30px;
  left: 2.5%;
  width: 20%;
  max-width: 195px;
}
.top-logo img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .top-logo {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top-logo {
    top: 75px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
会社を知る css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about-box-wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.about-box-1 {
  width: 37vw;
  box-sizing: border-box;
}
.about-box-1 .about-box {
  height: 100%;
}
.about-box-2 {
  width: 57vw;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.about-box-2 .about-box {
  width: 28vw;
  margin-bottom: 20px;
}

.about-box.about-button {
  background-color: #fff;
  padding: 70px 4vw;
  display: block;
  box-sizing: border-box;
}
.about-box .p_1 {
  margin-bottom: 50px;
  line-height: 1.7;
}
.icon-box {
  text-align: center;
}
.icon-box img {
  display: block;
  margin: 0 auto 30px;
}
.icon-box span {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.icon-box a:hover {
  color: #a50034;
  opacity: 1;
  cursor: pointer;
}
.about-box-3 {
  width: 57vw;
  background-color: #fff;
  padding: 70px 4vw;
  box-sizing: border-box;
}
.about-box-3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-box-3 li {
  box-sizing: border-box;
}
.icon-box-wrapper {
  width: 29%;
}
.about-box-3 .about-box.modalOpen {
  padding: 0;
}
.map-box-wrapper {
  width: 67%;
}
.map-box-wrapper img {
  width: 100%;
}
/* 世界に広がるNAGASEグループ　横幅いっぱい1カラム */
.about-box-4 {
  width: 95vw;
  background-color: #fff;
  padding: 70px 4vw;
  box-sizing: border-box;
}
.about-box-4 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-box-4 li {
  box-sizing: border-box;
}
.about-box-4 .about-box.modalOpen {
  padding: 0;
}
.about-box-4 .icon-box-wrapper {
  width: 40%;
}
.about-box-4 .map-box-wrapper {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  .about-box.about-button {
    padding: 50px 4vw;
  }
  .about-box.modalOpen {
    padding: 50px 4vw;
  }
  .about-box .p_1 {
    margin-bottom: 40px;
  }
  .icon-box img {
    margin: 0 auto 25px;
  }
  .about-box-3,
  .about-box-4 {
    padding: 50px 4vw;
  }
}
@media screen and (max-width: 960px) {
  .about-box-wrapper {
    display: block;
  }
  .about-box-1 {
    width: 95vw;
    margin-bottom: 20px;
  }
  .about-box-2 {
    width: 95vw;
  }
  .about-box-2 .about-box {
    width: 46.5vw;
    margin-bottom: 20px;
  }
  .about-box.about-button {
    padding: 30px 4vw;
  }
  .about-box.modalOpen {
    padding: 30px 4vw;
  }
  .about-box .p_1 {
    margin-bottom: 30px;
  }
  .icon-box img {
    margin: 0 auto 20px;
  }
  .about-box-3,
  .about-box-4 {
    width: 95vw;
    padding: 30px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .about-box-1 {
    margin-bottom: 15px;
  }
  .about-box-2 .about-box {
    margin-bottom: 15px;
  }
  .about-box-3 ul,
  .about-box-4 ul {
    display: block;
  }
  .icon-box-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
  .map-box-wrapper {
    width: 100%;
  }
  .about-box-4 .icon-box-wrapper,
  .about-box-4 .map-box-wrapper {
    width: 100%;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
ビジネスを知る css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.business-box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-box {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 31vw;
  background-color: #fff;
  padding: 70px 4vw;
}
.business-box .p_1 {
  line-height: 1.7;
}
.business-box a {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.business-box a:hover {
  opacity: 1;
  color: #a50034;
}
.business-module-box {
  background-color: #fff;
  padding: 70px 2vw;
  margin-top: 60px;
}
.business-module-document {
  display: flex;
  justify-content: space-between;
  margin: 0 2vw 95px;
}
.business-module-document li {
  box-sizing: border-box;
}
.business-module-document-p {
  width: 50%;
}
.business-module-document-p .p_1 {
  line-height: 1.7;
}
.business-module-document-img {
  width: 44%;
}
.business-module-document-img img {
  width: 100%;
}
.business-module-button {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-module-button::after{
  content: "";
  width: 32%;
}
.business-module-button a {
  display: block;
  width: 32%;
  box-sizing: border-box;
  margin-top: 25px;
  background-color: #ece3d3;
  padding: 0 30px 0 20px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 80px;
}
.business-module-button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #a50034;
  border-right: solid 2px #a50034;
  position: absolute;
  right: 22px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

.business-module-button a.is-disable {
  pointer-events: none;
}
.business-module-button a.is-disable::after {
  display: none;
}

@media screen and (max-width: 1280px) {
  .business-box {
    width: 30.5vw;
    padding: 50px 4vw;
  }
  .business-module-box {
    padding: 50px 2vw;
    margin-top: 40px;
  }
  .business-module-document {
    margin: 0 2vw 70px;
  }
  .business-module-button a {
    width: 48%;
    margin-top: 20px;
    padding: 0 30px 0 15px;
    font-size: 20px;
    height: 70px;
  }
  .business-module-button a::after {
    right: 17px;
  }
}
@media screen and (max-width: 960px) {
  .business-box {
    width: 46.5vw;
    padding: 30px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .business-box {
    margin-bottom: 15px;
  }
  .business-module-box {
    padding: 30px 2vw;
    margin-top: 20px;
  }
  .business-module-document {
    display: block;
    margin: 0 2vw 50px;
  }
  .business-module-document-p,
  .business-module-document-img {
    width: 100%;
  }
  .business-module-document-img {
    margin-top: 50px;
  }
  .business-module-button a {
    width: 100%;
    padding: 0 30px 0 15px;
    font-size: 18px;
    height: 60px;
  }
  .business-module-button a::after {
    right: 17px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
ビジネスを知る modal css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 25;
}
.modal__inner {
  position: fixed;
  width: 90vw;
  max-height: 90vh;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__inner::-webkit-scrollbar {
  display: none;
}
.modal__inner__ttl {
  background-color: #eeebe6;
}
.modal__inner__detail {
  padding: 50px;
  background-color: #fff;
  margin-bottom: 0;
}
.modal h1 {
  font-size: 45px;
  font-weight: bold;
  padding: 0px 50px;
  line-height: 1.3;
}
.modal h2 {
  font-size: 34px;
  font-weight: bold;
  color: #bf1443;
  margin-bottom: 40px;
  line-height: 1.3;
}
.modal p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.modal__inner__ttl img {
  width: 148px;
  height: 160px;
  margin-right: 6%;
}
.modal__inner__ttl {
  height: 150px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.modal__inner__detail__left {
  width: 60%;
  padding-right: 30px;
}
.modal__inner__detail__right {
  width: 40%;
}
.modal__inner__detail__right img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.l-modalClose {
  position: fixed;
  z-index: 50;
  top: 3vw;
  right: 3vw;
}
.l-modalClose img {
  cursor: pointer;
  transition: 0.3s;
}
.l-modalClose img:hover {
  opacity: 0.7;
}
.modal a {
  font-size: 18px;
  color: #fff;
  width: auto;
  height: auto;
}
.l-modalClose-pc {
  position: relative;
  width: 100%;
  background-color: #4a4a4a;
  color: #fff;
  background-color: #fff;
  text-align: center;
  padding: 0 0 40px;
}
.l-modalClose-pc p {
  color: #4a4a4a;
  border: solid 2px #4a4a4a;
  border-radius: 8px;
  padding: 8px 25px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.l-modalClose-pc p:hover {
  opacity: 1;
  color: #a50034;
  border: solid 2px #a50034;
}
.modal a.modal-href {
  font-size: 18px;
  color: #a50034;
  display: inline;
  text-decoration: underline;
  margin: 10px 0;
  line-height: 1.5;
}
.modal a.modal-href:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .modal__inner__detail__left {
    padding-right: 30px;
  }
  .modal__inner__detail {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 960px) {
  .modal__inner {
    max-height: 80vh;
  }
  .modal__inner__detail__left {
    padding-right: 25px;
  }
  .modal__inner__detail {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .modal h1 {
    font-size: 40px;
    padding: 50px 0 30px 0;
  }
  .modal h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .l-modalClose {
    top: 20px;
    right: 20px;
  }
  .modal__inner__ttl {
    height: auto;
    padding: 0 30px;
  }
  .modal__inner__ttl img {
    width: 90%;
    max-width: 148px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 30px 0 40px 0;
  }
  .modal__inner__detail__left {
    width: 100%;
    padding-right: 0px;
  }
  .modal__inner__detail__right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .modal__inner__detail {
    padding: 30px 30px 50px 30px;
  }
  .modal .l-modalClose-pc p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal__inner__ttl {
    padding: 0 20px;
  }
  .modal h1 {
    font-size: 35px;
  }
  .modal h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .modal__inner__ttl img {
    width: 125px;
    padding: 20px 0 25px 0;
  }
  .modal p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .modal a.modal-href {
    font-size: 16px;
  }
  .modal__inner__detail {
    padding: 25px 20px 50px 20px;
  }
  .modal__inner {
    width: 84%;
  }
  .modal__inner__detail__right {
    margin-top: 20px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
最新の動き css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.latest-wrapper .ttl_5,
.latest-web .ttl_5 {
  margin-bottom: 40px;
}
.latest-wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.latest-movie-wrapper {
  width: 23vw;
  box-sizing: border-box;
}
.latest-movie {
  height: calc(100% - 60px);
  background-color: #fff;
}
.latest-movie a {
  height: 100%;
}
.latest-news-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 71vw;
  height: calc(100% - 60px);
}
.latest-news {
  width: 71vw;
}
.latest-web {
  margin-top: 60px;
}
.latest-web-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.latest-box {
  display: block;
  width: 23vw;
  background-color: #fff;
}
.latest-img-box {
  overflow: hidden;
}
.latest-box img {
  width: 100%;
  transition: 1s all;
}
.latest-box:hover .latest-img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.latest-box-p {
  padding: 30px 2vw 45px;
}
.latest-box-p span {
  color: #a50034;
}
.latest-box-p .p_1 {
  margin-top: 20px;
}
.website-division {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .latest-wrapper .ttl_5,
  .latest-web .ttl_5 {
    margin-bottom: 15px;
  }
  .latest-wrapper {
    display: block;
  }
  .latest-movie-wrapper {
    width: 95vw;
  }
  .latest-movie {
    height: auto;
  }
  .latest-movie .latest-box {
    margin-top: 30px;
    width: 95vw;
  }
  .latest-news-wrapper {
    width: 95vw;
    height: auto;
  }
  .latest-news {
    width: 95vw;
    margin-top: 50px;
  }
  .latest-web {
    margin-top: 50px;
  }
  .latest-box {
    width: 30.5vw;
    margin-top: 15px;
  }
  .latest-box-p {
    padding: 25px 1.5vw 35px;
  }
  .latest-box-p .p_1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .latest-wrapper .ttl_5,
  .latest-web .ttl_5 {
    margin-bottom: 10px;
  }
  .latest-movie .latest-box {
    margin-top: 25px;
  }
  .latest-box {
    width: 46.5vw;
    margin-top: 15px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
top 広告ギャラリー css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 横画像 */
.top-gallery-box-beside {
  background-color: #fff;
  padding: 70px 4vw;
  display: flex;
  align-items: center;
}
.top-gallery-box-beside .gallery-left {
  width: 35%;
  padding-right: 4vw;
}
.top-gallery-box-beside .gallery-right {
  width: 65%;
  text-align: right;
}
.top-gallery-box-beside .gallery-right img {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #afafaf;
}

@media screen and (max-width: 1280px) {
  .top-gallery-box-beside {
    padding: 50px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery-box-beside {
    padding: 30px 4vw;
    flex-direction: column-reverse;
  }
  .top-gallery-box-beside .gallery-left {
    width: 100%;
    padding-right: 0;
  }
  .top-gallery-box-beside .gallery-right {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
}

/* 縦画像 */
.top-gallery-box-vertical {
  background-color: #fff;
  padding: 70px 4vw;
}
.top-gallery-box-vertical-innner {
  display: flex;
  margin: 0 auto;
  max-width: 970px;
  align-items: center;
}
.top-gallery-box-vertical .gallery-left {
  width: 59%;
  padding-right: 60px;
}
.top-gallery-box-vertical .gallery-right {
  width: 41%;
}
.top-gallery-box-vertical .gallery-right img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  .top-gallery-box-vertical {
    padding: 50px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery-box-vertical {
    padding: 30px 4vw;
  }
  .top-gallery-box-vertical-innner {
    flex-direction: column-reverse;
  }
  .top-gallery-box-vertical .gallery-left {
    width: 100%;
    padding-right: 0;
  }
  .top-gallery-box-vertical .gallery-right {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
アスリート支援・スポーツ大会協賛 css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.athlete-box-wrapper {
  display: flex;
  justify-content: space-between;
}
.athlete-box {
  width: 49%;
  box-sizing: border-box;
}
.athlete-box-inner {
  padding: 40px 5%;
  background-color: #fff;
  height: calc(100% - 190px);
}
.athlete-box img {
  width: 100%;
  margin-bottom: 30px;
}
.athlete-box a {
  max-width: 350px;
}

@media screen and (max-width: 1280px) {
  .athlete-box-inner {
    padding: 25px 5%;
    height: calc(100% - 150px);
  }
  .athlete-box img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .athlete-box-wrapper {
    display: block;
  }
  .athlete-box {
    width: 100%;
    margin-top: 70px;
  }
  .athlete-box:first-child {
    margin-top: 0;
  }
  .athlete-box-inner {
    padding: 20px 4vw 30px;
  }
  .athlete-box img {
    margin-bottom: 20px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
SNSをフォローする css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.sns-box-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.sns-box {
  width: 32%;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.sns-box a {
  padding: 40px 10px;
  display: block;
}
.sns-box img {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 152px;
}

@media screen and (max-width: 1280px) {
  .sns-box a {
    padding: 30px 10px;
  }
  .sns-box img {
    display: block;
    margin: 0 auto 30px;
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .sns-box a {
    padding: 20px 15px;
  }
  .sns-box img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
NAGASEについてもっと詳しく知る css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#more-about .ttl_1 {
  margin-bottom: 20px;
}
.more-about-button {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more-about-button a {
  display: block;
  width: 49%;
  box-sizing: border-box;
  margin-top: 30px;
  background-color: #a50034;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #a50034;
}
.more-about-button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 28px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.more-about-button a:hover {
  opacity: 1;
  background-color: #fff;
  color: #a50034;
}
.more-about-button a:hover::after {
  border-top: solid 2px #a50034;
  border-right: solid 2px #a50034;
}

@media screen and (max-width: 1280px) {
  #more-about .ttl_1 {
    margin-bottom: 10px;
  }
  .more-about-button a {
    padding: 25px 15px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #more-about .ttl_1 {
    margin-bottom: 30px;
  }
  .more-about-button {
    display: block;
  }
  .more-about-button a {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 24px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
footer css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
footer .footer__top__left {
  width: 50%;
}
footer .footer__top__left img {
  margin: 40px 0;
  transition: 0.3s;
  width: 200px;
}
footer .footer__top__left img:hover {
  opacity: 0.7;
}
footer .footer__top__right {
  width: 50%;
  text-align: right;
}
footer .footer__top__right h2 {
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin-top: 40px;
}
footer .footer__top__right a {
  font-size: 13px;
  margin-top: 15px;
  margin-right: 130px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
footer .footer__top__right a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
footer .footer__top__right a span {
  display: inline-block;
  height: 14px;
  width: 10px;
  margin-right: 6px;
  transform: translateY(-10%);
}
footer .footer__top__right a span::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #676767;
  border-right: 2px solid #676767;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .footer__bottom {
  background-color: #585858;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  padding: 15px 0;
}
footer .footer__bottom .footer_lng {
  width: 88%;
  color: #fff;
  text-align: right;
  margin-bottom: 20px;
}
footer .footer__bottom .footer_lng a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
footer .footer__bottom .footer_lng a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media only screen and (max-width: 1280px) {
  footer .footer__bottom .footer_lng {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer__top__left {
    width: 100%;
    text-align: center;
  }
  footer .footer__top__left img {
    width: 90%;
    max-width: 351px;
  }
  footer .footer__top__right {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer__top__right a {
    margin-right: 0px;
    margin-top: 30px;
  }
  footer .footer__top__right h2 {
    margin-top: 10px;
  }
  footer .footer__bottom {
    padding: 30px 0;
  }
  footer .footer__bottom .footer_lng {
    padding-bottom: 20px;
    width: 95%;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
スクロールアニメーション
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.scroll-fade01,
.scroll-fade03 {
  opacity: 0 !important;
  transform: translateY(40%) !important;
  transition: all 1s;
}
.scroll-fade02,
.scroll-fade04 {
  opacity: 0 !important;
  transform: translateY(20%) !important;
  transition: all 1s;
}
.fade_on01,
.fade_on02,
.fade_on03,
.fade_on04 {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}
@media only screen and (max-width: 960px) {
  .scroll-fade03 {
    opacity: 0 !important;
    transform: translateY(20%) !important;
    transition: all 1s;
  }
  .fade_on03 {
    opacity: 1 !important;
    transform: translateY(0%) !important;
  }
  .scroll-fade04 {
    opacity: 1 !important;
    transform: translateY(0%) !important;
    transition: all 0s;
  }
}

/* TOP */
.scroll-fade-about,
.scroll-fade-business,
.scroll-fade-latest,
.scroll-fade-gallery,
.scroll-fade-athlete,
.scroll-fade-sns,
.scroll-fade-more-about {
  opacity: 0 !important;
  transform: translateY(20%) !important;
  transition: all 1s;
}
/*スクロールした時に追加されるクラス*/
.fade_on-about,
.fade_on-business,
.fade_on-latest,
.fade_on-gallery,
.fade_on-athlete,
.fade_on-sns,
.fade_on-more-about {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
トップに戻るボタン css
ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

#back2Top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
#back2Top a {
  position: relative;
  display: block;
  color: #aaa;
  font-size: 13px;
}
#back2Top a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
}
#back2Top a:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  margin: auto;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#back2Top.stay {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: auto;
  margin-top: -20px;
}
#back2Top a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#back2Top a:hover:after {
  top: -100px;
}

.ad-notice {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  color: #cccccc;
}
.ad-notice.right {
  text-align: right;
}
.ad-notice.black {
  color: #777;
}
