@charset "UTF-8";
/* CSS Document */


/*******************************
* ResetCSS
*******************************/

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, font, img, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

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, font, img, 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, caption {
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***********************
root設定
***********************/

body {
  font-size: 14px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  text-justify: inter-ideograph;
  color: #2D4059;
  background: #000;
}

/***********************
表示設定
***********************/


.pc_hide {
  display: none;
}


@media screen and (max-width:480px) {
  .sp_hide {
    display: none;
  }
  .pc_hide {
    display: block;
  }
}

/***********************
フォント設定
***********************/
.el_ff_en {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.el_font_bold {
  font-weight: bold;
}

/***********************
画像設定
***********************/
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

img.ofi_contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ofi.min.js用の記述 */
  font-family: 'object-fit: contain;'
}

img.ofi_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ofi.min.js用の記述 */
  font-family: 'object-fit: cover;'
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex_conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex_conts.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  padding-top: 78px;
  overflow: hidden;
  max-width: 2000px;
  background: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #wrapper {
    padding-top: 60px;
  }
}

/***********************
Utils
***********************/


.hp_fl { float: left;}
.hp_fr { float: right;}

.ly_inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.el_gradient {
  background: linear-gradient(90deg, rgba(255,0,0,.5) 0%, rgba(0,0,0,1) 100%);
}

@media screen and (max-width: 1080px) {
  .ly_inner {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .fl,.fr { float: none;}

}

/***********************
Header
***********************/

#ly_header {
  background: #222831;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

#ly_header .ly_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  height: 81px;
}

#ly_header .el_logo {
  width: 175px;
  flex-shrink: 0;
}

#ly_header .el_logo:hover {
  opacity: 0.5;
}

.el_header_campaign_banner {
  margin-left: auto;
  width: auto;
  display: none;
}

.un_menuTrigger {
  display: none;
}

.bl_hNav {
  width: auto;
  padding: 7px 0;
}

.bl_hNav li {
  border-right: solid 1px #fff;
}

.bl_hNav li:last-child {
  border-right: none;
}

.bl_hNav li a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0 22px;
  font-size: 17px;
}

.bl_hNav li a:hover {
  color: #00ADB5;
}

@media screen and (max-width: 1080px) {
  #ly_header .ly_inner {
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .el_header_campaign_banner {
    display: block;
  }
  
  .un_menuTrigger {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 1000;
    flex-shrink: 0;
  }

  .un_menuTrigger span {
    position: absolute;
    left: 50%;
    width: 27px;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
  }

  .un_menuTrigger span:nth-of-type(1) {top: 20px;}
  .un_menuTrigger span:nth-of-type(2) {top: 28px;}
  .un_menuTrigger span:nth-of-type(3) {bottom: 22px;}

  .un_menuTrigger.active span:nth-of-type(1) {transform: translateX(-14px) translateY(8px) rotate(-25deg);}
  .un_menuTrigger.active span:nth-of-type(2) {opacity: 0;}
  .un_menuTrigger.active span:nth-of-type(3) {transform: translateX(-14px) translateY(-8px) rotate(25deg);}

  #ly_header .bl_menu {
    width: 100%;
    position: fixed;
    top: -200vh;
    right: inherit;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #222831;
    height: 100vh;
    z-index: 990;
    transition: 0s;
  }

  #ly_header.active .bl_menu {
    top: 81px;
    height: calc(100% - 81px);
    overflow-y: scroll;
  }

  .bl_hNav {
    float: none;
    width: 85.5%;
    margin: 0 auto 25px;
    padding: 0;
  }

  .bl_hNav li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #EEEEEE;
  }

  .bl_hNav li:last-child {
    border-bottom: none;
  }

  .bl_hNav li a {
    padding: 22px 0;
    text-align: left;
    font-size: 16px;
    display: block;
    background: url(../images/ico_arw_rw.svg) right 0px top 22px no-repeat;
    background-size: 9px 16px;
  }

  .bl_menu .bnrs {
    width: 85.5%;
    margin: 0 auto;
  }

  .bl_menu .el_contact_tel,
  .bl_menu .el_contact_mail {
    position: relative;
    color: #fff;
    width: 100%;
    height: 27.5vw;
    max-height: 114px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
  }

  .bl_menu .el_contact_tel .txt1 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .bl_menu .el_contact_tel a {
    font-size: 23px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
  }

  .bl_menu .el_contact_tel .txt2 {
    font-size: 14px;
  }

  .bl_menu .el_contact_tel {
    background: #00ADB5;
    margin-bottom: 25px;
  }

  .bl_menu .el_contact_mail {
    background: #FF5722;
  }

  .bl_menu .el_contact_mail .txt1 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .bl_menu .el_contact_mail a {
    display: block;
    width: 294px;
    height: 33px;
    line-height: 33px;
    color: #FF5722;
    font-size: 17px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
  }

  .bl_menu .el_contact_mail a:after {
    content: "";
    background: url(../images/ico_arw_r.svg) center center no-repeat;
    background-size: 8px 14px;
    width: 8px;
    height: 14px;
    transform: translateY(1px);
    display: inline-block;
    margin-left: 10px;
  }

  .bl_menu .el_contact_tel a:hover,
  .bl_menu .el_contact_mail a:hover {
    opacity: .5;
  }

  .bl_menu .bnrs {
    width: 354px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #ly_header {
    width: 100%;
    box-sizing: border-box;
  }
  #ly_header .ly_inner {
    height: 60px;
    align-items: center;
    padding: 0 0 0 20px;
  }
  #ly_header .el_logo {
    width: 31.3vw;
  }
  .un_menuTrigger {
    top: 0;
  }

  #ly_header.active .bl_menu {
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: scroll;
  }

  .bl_hNav li a {
    padding: 5.3vw 0;
  }

  .bl_hNav {
    margin: 0 auto 5.5vw;
  }

  .bl_menu .bnrs {
    width: 85.5%;
    margin: 0 auto;
  }

  .bl_menu .el_contact_tel,
  .bl_menu .el_contact_mail {
    padding-top: 4.8vw;
  }

  .bl_menu .el_contact_mail {
    padding-top: 5.5vw;
  }

  .bl_menu .el_contact_tel {
    background: #00ADB5;
    margin-bottom: 5.5vw;
  }
}
@media screen and (max-width: 375px) {
  /*
  .bl_hNav {
    margin: 0 auto 2.7vw;
  }

  .bl_hNav li a {
    font-size: 14px;
    padding: 4.5vw 0;
  }
  */
}

/***********************
Footer
***********************/

#ly_footer {
  position: relative;
  padding-top: 660px;
}

.footer_top {
  background: url(../images/bg_footer_top@2x.jpg) center center no-repeat;
  background-size: 2000px 730px;
  width: 100%;
  height: 730px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_btm {
  background: url(../images/bg_footer@2x.png) center top no-repeat;
  background-size: 2000px 1001px;
  height: 1001px;
  position: relative;
  z-index: 1;
  padding-top: 160px;
  box-sizing: border-box;
}

.footer_btm .el_contact_box {
  margin-bottom: 64px;
}

.footer_btm .fNav {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}

.footer_btm .fNav a{
  color: #fff;
  font-size: 17px;
}

.footer_btm .fNav a:hover{
  opacity: .5;
}

.footer_btm .logo {
  width: 325px;
  margin: 0 auto 32px;
}

.un_Copyright {
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1080px) {
  #ly_footer {
    padding-top: 288px;
  }

  .footer_top {
    background: url(../images/bg_footer_top@2x.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 340px;
  }

  .footer_btm {
    background: url(../images/bg_footer_sp.png) center top no-repeat;
    background-size: cover;
    height: 780px;
  }
}

@media screen and (max-width: 480px) {
  #ly_footer {
    padding-top: 318px;
  }

  .footer_top {
    background: url(../images/bg_footer_top_sp.jpg) center top no-repeat;
    background-size: 414px 340px;
    width: 100%;
    height: 340px;
  }

  .footer_btm {
    background: url(../images/bg_footer_sp.png) center top no-repeat;
    background-size: 414px 1040px;
    height: auto;
    padding-top: 75px;
  }

  .footer_btm .el_contact_box {
    margin-bottom: 48px;
  }

  .footer_btm .fNav {
    margin-bottom: 0;
  }

  .footer_btm .fNav a{
    color: #fff;
    font-size: 16px;
    padding: 23px 0;
    border-bottom: solid 1px #EEEEEE;
    display: block;
    width: 85.5%;
    margin: 0 auto;
  }

  .footer_btm .fNav a:last-child {
    border-bottom: none;
  }

  .footer_btm .logo {
    width: 227px;
    margin: 0 auto 20px;
  }

  .un_Copyright {
    font-size: 12px;
    margin-bottom: 23px;
  }
}

