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

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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,
sup,
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;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

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

:root {
  --main_color: #262626;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "IBM Plex Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  color: var(--main_color);
}

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

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

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

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

a:hover {
  opacity: 0.7;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

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

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

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

.ly_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .ly_inner {
    width: 100%;
    padding: 0 20px;
  }
}

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

#ly_header {
  width: 100%;
  height: 80px;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

#ly_header .ly_header_wrap {
  width: 100%;
}

#ly_header .logo {
  width: 316px;
  margin-top: 19px;
  margin-left: 50px;
}

#ly_header .bl_menu {
  width: 506px;
  margin-top: 24px;
  margin-right: 50px;
}

.un_menuTrigger {
  display: none;
}

.bl_menu .bl_hNav {
  float: left;
  margin-top: 8px;
}

.bl_menu .bl_hNav {
  float: left;
}

.bl_menu .bl_sub_hNav {
  float: right;
}

.bl_menu .bl_sub_hNav .sp {
  display: none;
}

.bl_hNav li {
  margin-right: 40px;
}

.bl_hNav li a {
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.bl_hNav li a .en {
  display: none;
}

@media screen and (max-width: 950px) {
  #ly_header .logo {
    margin-left: 20px;
  }

  #ly_header .bl_menu {
    width: 416px;
    margin-right: 15px;
  }

  .bl_hNav li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #ly_header {
    height: 46px;
  }

  #ly_header .logo {
    width: 159px;
    margin-top: 13px;
  }

  .un_menuTrigger {
    position: fixed;
    width: 32px;
    height: 32px;
    top: 7px;
    right: 20px;
    z-index: 9999;
    display: block;
  }

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

  .un_menuTrigger span:nth-of-type(1) {
    top: 12px;
  }
  .un_menuTrigger span:nth-of-type(2) {
    bottom: 12px;
  }

  .un_menuTrigger.active span:nth-of-type(1) {
    transform: translateX(-17px) translateY(3px) rotate(-45deg);
  }
  .un_menuTrigger.active span:nth-of-type(2) {
    transform: translateX(-17px) translateY(-3px) rotate(45deg);
  }

  #ly_header .bl_menu {
    background: url(../images/common/bg_menu_sp.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    position: fixed;
    top: -200vh;
    right: inherit;
    left: 0;
    transition: all 0.5s;
    height: 100vh;
    z-index: 9998;
    margin-top: 0;
    padding: 87px 20px 0;
  }

  #ly_header.active .bl_menu {
    top: 0;
  }

  .bl_menu .bl_hNav {
    width: 100%;
    margin-bottom: 52px;
    float: none;
  }

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

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

  .bl_hNav li a {
    font-size: 20px;
    font-weight: 600;
    padding: 24px 0 28px;
    background: url(../images/common/ico_news_arw_r.svg) right 24px no-repeat;
    background-size: 24px 24px;
    text-align: left;
  }

  .bl_hNav li a .en {
    display: block;
    color: #e8bc00;
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
  }

  .bl_menu .bl_sub_hNav {
    float: none;
    width: 100%;
  }

  .bl_menu .bl_sub_hNav .sp {
    display: block;
  }

  .bl_sub_hNav .sp {
    display: block;
  }

  .bl_sub_hNav .pc {
    display: none;
  }

  .bl_subNav {
    width: 100%;
  }

  .bl_subNav a {
    max-width: 335px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #000;
    display: block;
    margin: 0 auto;
  }

  .bl_subNav a.fb {
    color: #fff;
    background: #000 url(../images/common/ico_cmn_arw_rw.svg) right 30px center no-repeat;
    background-size: 13px 10px;
    margin-bottom: 16px;
  }

  .bl_subNav a.fb img {
    margin-right: 1em;
    width: 24px;
  }

  .bl_subNav a.tel {
    background: #fff url(../images/common/ico_cmn_arw_rb.svg) right 30px center no-repeat;
    background-size: 13px 10px;
    margin-bottom: 47px;
  }

  .bl_menu .bl_sub_hNav .name {
    width: 190px;
    margin: 0 auto;
  }
}

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

#ly_footer {
}

#ly_footer .right {
  background: url(../images/common/bg_footer_fb_pc.jpg) center center no-repeat;
  background-size: cover;
  width: 50%;
  padding: 120px 20px;
}

#ly_footer .right .fb-page,
#ly_footer .right iframe {
  margin: 0 auto;
  display: block;
  max-width: 480px;
  width: 100%;
}

.fb-page,
.fb-page span,
#ly_footer .right iframe {
  width: 100% !important;
}

#ly_footer .left {
  background: #000;
  padding: 120px 20px;
  width: 50%;
  text-align: center;
}

#ly_footer .left .logo {
  max-width: 338px;
  margin: 0 auto 34px;
}

#ly_footer .left .addr {
  border-top: solid 1px #fff;
  padding-top: 30px;
  font-size: 16px;
  line-height: 2.18;
  color: #fff;
  max-width: 338px;
  margin: 0 auto 30px;
}

#ly_footer .left .link {
  margin-bottom: 42px;
}

.un_Copyright {
  font-size: 12px;
  color: #a2a4a8;
}

@media screen and (max-width: 768px) {
  #ly_footer .right {
    width: 100%;
    padding: 120px 20px;
  }

  #ly_footer .left {
    padding: 120px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #ly_footer .right {
    background: url(../images/common/bg_footer_fb_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px 20px;
  }

  #ly_footer .left {
    padding: 40px 20px;
  }

  #ly_footer .left .logo {
    max-width: 212px;
    margin: 0 auto 20px;
  }

  #ly_footer .left .addr {
    padding-top: 24px;
    font-size: 14px;
    margin: 0 auto 24px;
  }

  #ly_footer .left .link {
    margin-bottom: 24px;
  }

  .un_Copyright {
    font-size: 10px;
  }
}
