@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ★デザイン作成したら削除 */
/*
body {
background-image: url(../HP_yellow_ol.png);
background-repeat: no-repeat;
background-size: auto auto;
background-position: center top;
    height: 5410px;
    opacity: 1.0;
    
}
*/


a {
  color: #f2c817;
  text-decoration: underline;
}

a:hover {
  color: #efb118;
}

.btn {
  border-radius: 0;
}

.btn-danger {
  background-color: #f2c817;
}

.btn_link {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #f2c817;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border-radius: 0;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
}

.btn_link a {
  color: #f2c817;
  text-decoration: none;
  display: block;
  padding: 20px 80px;
}

.btn_link span {
  font-size: small;
  font-weight: 300;
}

.btn_link:hover {
  background-color: #efb118;
  color: #fff;
}

.btn_link:hover a {
  color: #fff;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 40px;
  height: 36px;
  background-color: #f2c817;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop i {
  margin-top: 10px;
}

#pageTop a:hover {
  text-decoration: none;
  background: #efb118;
  transition: 0.5s;
  box-shadow: 0px 0px 7px 2px #696969;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-bottom:0;
}

.navbar-collapse {
    margin-bottom: 0px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-dark .navbar-toggler-icon {
  /*padding: 0.25rem 0.75rem;*/
  color: #333;
  background-image: none;
  font-weight: 300;
  height: 55px;
  /*width: 80px;*/
  width: 67px;
  display: flex;
  align-items: center;
  position: relative;
    left: -24px;
  justify-content: flex-end;
  background: none;
  font-size: 11px;
}

.navbar-dark .navbar-toggler-icon::after, .navbar-dark .navbar-toggler-icon::before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0px;
  content: '';

  width: 65px;
  height: 5px;
    
    border-radius: 4px;
    
  display: block;
  background: white;
    background: #8b8b8b;
  transition: transform .3s;
}

.navbar-dark .navbar-toggler-icon::before {
  transform: translateY(-22px);
  box-shadow: 0 22px 0 white;
    box-shadow: 0 22px 0 #8b8b8b;
}

.navbar-dark .navbar-toggler-icon::after {
  transform: translateY(22px);
}

.navbar-dark .navbar-toggler-icon.is-active {
  color: #fff;
    color: #8b8b8b;
}

.navbar-dark .navbar-toggler-icon.is-active::before {
  background: #fff;
    background: #8b8b8b;
  transform: rotate(45deg);
  box-shadow: none;
}

.navbar-dark .navbar-toggler-icon.is-active::after {
  background: #fff;
    background: #8b8b8b;
  transform: rotate(-45deg);
}

.navbar i {
  color: #fff;
  margin-right: 15px;
}

.navbar ul {
  margin: 20px 0 0;
}

.navbar ul li {
  text-align: center;
  border-bottom: 1px solid #666;
}

.navbar-brand img {
  /*max-height: 30px;*/

}

.navbar-nav li a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 8px 0;
}

.navbar-nav li a:hover {
  color: #FFF;
  background-color: #f2c817;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .0rem;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 10;
}


header>nav>div.container-fluid{max-width: 1170px; padding:17px 5px 13px; }
header>nav>div.container-fluid a.navbar-brand{display: flex; justify-content: flex-start; align-items: flex-end;}

header>nav>div.container-fluid a.navbar-brand>img+img{position: relative; left:1.76em; top:0.2em;}

/*言語ボタン*/

.btn_lang {
    font-family: 'Bebas Neue', sans-serif;
    font-size:24px;
    display: inline-block;
    padding: 10px 10px 8px;
    background-color: #efb118;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    margin-right: 40px;
    line-height: 1;
}


.btn_lang:hover {
background-color: #C40315;
color: #fff;
text-decoration: none;
}





@media only screen and (max-width: 1010px) {
.navbar-brand img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 899px) { /*スマホ版ヘッダーメニュー*/
 
  .navbar-brand img {
    display: block;
    max-width: 200px;
  }

header>nav>div.container-fluid a.navbar-brand>img+img {
    position:static;
    margin-top:10px;
}

header>nav>div.container-fluid a.navbar-brand {
    display: block;
}

header>nav>div.container-fluid {
    padding: 0 15px;
}

.navbar-dark .navbar-toggler-icon {
width:40px;
}

.navbar-dark .navbar-toggler-icon::after, .navbar-dark .navbar-toggler-icon::before {
  width: 40px;
  height: 3px;
}


.navbar-dark .navbar-toggler-icon::before {
    transform: translateY(-15px);
    box-shadow: 0 15px 0 white;
    box-shadow: 0 15px 0 #8b8b8b;
}

.navbar-dark .navbar-toggler-icon::after {
    transform: translateY(15px);
}

.navbar {
  padding-bottom:0.5rem;
}

.navbar ul {
    margin: 10px 0 0;
}

.navbar-collapse {
    margin-bottom: 0px;
}

}

@media only screen and (max-width: 399px) { 

.navbar-brand img {
    max-width: 140px;
  }

}

#main {
  overflow: hidden;
  max-width: 100%;
}

#main section .row {
  max-width: 900px;
  margin: 0 auto;
}

.sm-only {
  display: none;
}

.pc-only {
  display: block;
}

@media only screen and (max-width: 599px) {
  .sm_only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

h2.title {
  font-size: 36px;
  font-weight: 400;
  border-bottom: 5px solid #f2c817;
  margin-bottom: 3rem;
  padding: 0 0 10px;
}



h2.stitle {
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
}

h2.stitle::after {
  display: block;
  content: attr(data-en);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 5px;
  color: #f2c817;
}

h3.stitle {
  border-left: 8px solid #f2c817;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

#page_index #movie {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#page_index #movie h2 {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
  z-index: 2;
}

#page_index #movie #on_movie {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
  z-index: 2;
}

#page_index #movie #on_movie img {
  width: 40vw;
  max-width: 700px;
  min-width: 300px;
}

#page_index #movie #on_movie p {
  margin: 0;
}

#page_index #movie #on_movie p:first-of-type {
  margin-bottom: 15px;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.6));
}

@media only screen and (max-width: 599px) {
  #page_index #movie #on_movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #page_index #movie #on_movie img {
    width: 80vw;
    margin: 0 20px;
  }
}

#page_index #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#page_index div.lead {
  background-color: #f0f2f6;
  background-image: url(../images/top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 130px;
}

#page_index div.lead h3.subtitle {
  margin: 60px auto;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px #333;
}

@media only screen and (max-width: 599px) {
  #page_index div.lead h3.subtitle {
    font-size: 20px;
    margin: 40px auto;
  }
}

#page_index div.lead p.subtxt {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}

#page_index div.lead #news {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px;
}

#page_index div.lead #news h2 {
  color: #fff;
  margin-bottom: 15px;
}

#page_index div.lead #news h2::after {
  color: #fff;
}

#page_index div.lead #news dl {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 6px 30px 6px;
  margin-bottom: 5px;
}

#page_index div.lead #news dl dt {
  width: 20%;
  margin: 0;
  text-align: right;
}

#page_index div.lead #news dl dt::before {
  content: "NEW";
  text-align: center;
  color: crimson;
  font-weight: 700;
  padding-right: 20px;
}

#page_index div.lead #news dl dd {
  width: 75%;
  margin-bottom: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 599px) {
  #page_index div.lead #news dl {
    display: block;
  }
  #page_index div.lead #news dl dd {
    width: 100%;
    margin-left: 0;
  }
}

#page_index div.lead #news .link_news a {
  font-size: 14px;
  color: #fff;
}

#page_index #co_movie {
  background: linear-gradient(180deg, #f0f2f6 0%, white 50%);
  padding: 60px 0 40px;
}

#page_index #co_movie .movie-resp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#page_index #co_movie .movie-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page_index #strength {
  background: linear-gradient(180deg, #f0f2f6 0%, #d7dee8 50%);
  padding-top: 150px;
  background-image: url(../images/case_bg2.png);
  background-repeat: no-repeat;
  background-position: top;
  /* フェードイン時に入るクラス */
}

#page_index #strength .btn_link a {
  padding: 5px 10px;
}

#page_index #strength h2 {
  color: #fff;
  margin-bottom: 140px;
}

#page_index #strength h2::after {
  color: #fff;
}

#page_index #strength h3 {
  font-size: 32px;
  font-weight: 300;
  border-bottom: 1px solid #E40012;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#page_index #strength h3::before {
  display: block;
  content: attr(data-en);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 5px;
  color: #E40012;
}

#page_index #strength .fade {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

#page_index #strength .is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#page_index #strength img {
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  #page_index #strength img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

#page_index #case {
  margin-top: -50px;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #f0f2f6 0%, #d7dee8 50%);
  padding-top: 160px;
  background-image: url(../images/case_bg2.png);
  background-repeat: no-repeat;
  background-position: top;
}

#page_index #case h2 {
  color: #fff;
  margin-bottom: 120px;
}

#page_index #case h2::after {
  color: #fff;
}



/* 下層コンテンツ */
#page_content .h1_wrap {
  margin-top:102px;
  background-image: url(../img/h1_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  min-height:145px;
  position: relative;
  background-position: bottom;
}

#page_content .h1_wrap h1 {
  color: #333;
  font-size: 16px;
  max-width: 1200px;
  text-align: center;
  position: absolute;
  top:65px;
  left:50%;
  transform: translate(-50%, -50%);
}

#page_content .h1_wrap h1::before {
  font-family: Impact;
  display: block;
  content: attr(data-en);
  font-size: 34px;
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}

#page_content .container_wrap {
max-width: 1200px;
margin:0 auto;
background-color: #e9eaea;
position: relative;
overflow: hidden;
padding-bottom: calc(8vw + 5px); 
}

#page_content .container_wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 8vw solid #fff;  /* 三角を白にする */ 
  border-left: 100vw solid transparent;
}



/* breadcrumb */
.breadcrumb {
  padding: 15px 0 5px 0;
  margin: 0 auto 20px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  max-width: 900px;
}

/* 【スクロールバー】 */
.breadcrumb::-webkit-scrollbar {
  height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

.breadcrumb ul {
  display: table;
  padding-left: 0;
}

.breadcrumb ul li {
  font-size: 13px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 26px;
  position: relative;
}

.breadcrumb ul li:last-child {
  padding-right: 0;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul li:after {
  position: absolute;
  display: block;
  content: '';
  content: ">";
  top: 3px;
  right: 8px;
}

.breadcrumb ol li a,
.breadcrumb ol li span {
  position: relative;
  display: block;
  top: -4px;
}

.breadcrumb ul li span {
  background-color: #eee;
  border-radius: 4px;
  padding: 6px 8px;
}

/* スクロール設定解除 */
.breadcrumb.no-scroll ul {
  display: block;
}

.breadcrumb.no-scroll ul li {
  display: inline-block;
  margin-bottom: 12px;
  white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
  top: -4px;
}


/*プライバシーポリシー*/


section#privacy {
  margin-bottom: 40px;
  line-height: 1.7;
}

section#privacy ol {
  margin-bottom: 3rem;
  margin-left: 1rem;
}

section#privacy ol li {
  margin-bottom: 15px;
}

section#privacy ol li:last-child {
  margin-bottom: 0;
}

#corporate section, #contact section {
  margin-bottom: 4rem;
}

#corporate dl, #contact dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#corporate dt, #contact dt {
  color:#fff;
  flex-basis: 20%;
  padding: 20px;
  background-color: #333;
  border-bottom: 1px solid #fff;
}

#corporate dt:first-of-type, #contact dt:first-of-type {
  border-top: 1px solid #333;
}

#corporate dd, #contact dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #E9EAEA;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}

#corporate dd:first-of-type, #contact dd:first-of-type {
  border-top: 1px solid #333;
}

#contact dl {
  margin-bottom: 40px;
}

#contact dt {
  flex-basis: 35%;
}

#contact dt span.must {
  color: #E40012;
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px;
}

#contact dd {
  flex-basis: 65%;
}

#contact dd input, #contact dd textarea {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #666;
}

#contact dd input:focus, #contact dd textarea:focus {
  border: 2px solid #f2c817;
  z-index: 10;
  outline: 0;
}

#contact .btn_submit {
  width: 100%;
  max-width: 400px;
  padding: 5px 0;
  background-color: #f2c817;
  color:#333;
  font-family: Impact;
  font-size:2.5rem;
  border: 8px solid #333;
  border-radius: 3px;
}

#contact .btn_submit:hover {
  background-color: #E83828;
}

#contact .formTable {
  margin:15px auto;
}



@media screen and (max-width: 559px) {
  #corporate dl, #contact dl {
    flex-flow: column;
  }
  #corporate dl dd:first-of-type, #contact dl dd:first-of-type {
    border-top: none;
  }
  #contact dl dd {
    padding: 20px 0;
  }
}



/*フッター*/

#contact_info {
  padding: 0px 15px 50px;
}

#contact_info button {
  padding: 5px 10px;
  width: 100%;
  max-width: 400px;
  background-color: #f2c817;
  color:#333;
  font-family: Impact;
  font-size:3rem;
  border: 8px solid #333;
  border-radius: 3px;
}

#contact_info button:hover {
  background-color: #E83828;
}


footer {
  font-size: 14px;
  background-color: #333;
  padding: 30px 15px;
  color: #fff;
  position: relative;
}

footer #logoimage {
  margin-bottom: 5px;
}

footer #logoimage img {
  max-width: 200px;
}

footer #logo_text {
  margin-bottom: 10px;
}

footer #footer_link {
  margin-bottom: 20px;
  text-align: center;
}

footer #footer_link a {
  color: #fff;
  text-decoration: none;
}

footer #footer_link a:hover {
  text-decoration: underline;
  color: #E40012;
}

footer #footer_link ul {
  border-top: 1px #fff solid;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 0 0;
}

footer #footer_link ul li {
  letter-spacing: 0.2em;
  list-style: none;
  margin: 0;
  font-size: 16px;
}

footer #footer_link ul li::after {
  content: "│";
  padding: 0 15px;
}

footer #footer_link ul li:last-child::after {
  content: none;
}


footer .container{max-width: 1160px;}
footer .container>dl dt{font-size: 1.6em;}
footer .container>dl dd{font-size: 1.4em;}


@media only screen and (max-width: 799px) {

  footer {
    text-align: center;
    padding: 20px 0 15px;
    max-width: 100%;
    font-size:14px;
  }
  footer #footer_link ul {
    padding-top: 0;
    border: none;
    justify-content: center;
    display: block;
    margin-bottom: 15px;
  }
  footer #footer_link ul li {
    padding: 0px;
    margin-bottom: 0px;
    display: block;
  }
  footer #footer_link ul li a {
    border-bottom: 1px solid #666;
    padding: 10px;
    display: block;
  }
  footer #footer_link ul li a:hover {
    background-color: #696969;
    color: #fff;
    text-decoration: none;
  }
  footer #footer_link ul li::after {
    content: none;
  }

}