@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 Serif JP', serif;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 480px) {
  body {
  }
}

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


.pc_hide {
  display: none;
}


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

/***********************
フォント設定
***********************/
.el_ff_en {
  font-family: 'Hepta Slab', serif;
  font-weight: 400;
}

.el_fw_light {
  font-weight: 300;
}

.el_fw_reg {
  font-weight: 400;
}

.el_fw_medium {
  font-weight: 500;
}

.el_fw_sbold {
  font-weight: 600;
}

.el_fw_bold {
  font-weight: 700;
}

.el_txtAC {
  text-align: center;
}

.el_txtAL {
  text-align: left;
}

.el_txtAR {
  text-align: right;
}

/***********************
画像設定
***********************/
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;
  transition: all 0.5s;
}

a:hover { opacity: 0.7;}

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

.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: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

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

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

#wrapper {
  position: relative;
  width: 100%;
  letter-spacing: 0.05em;
}

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

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


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

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

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

@media screen and (max-width: 1280px) {
  .ly_inner {
    max-width: 1000px;
  }
}

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

  .ly_inner {
    width: 90%;
  }
}

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

.ly_header {
  padding-top: 36px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.home #ly_header {
  display: none;
}

.ly_header .ly_inner {
  max-width: 1480px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 16px 8.3%;
}

.ly_header .el_logo {
  width: auto;
}

.ly_header .el_logo img {
  width: 55px;
  vertical-align: middle;
  margin-right: 5px;
}

.ly_header .el_logo span {
  font-size: 20px;
  color: #00004A;
}

.bl_menu {
  width: 856px;
}

.head_sns {
  width: 48px;
  height: 48px;
  transform: translateY(10px);
  position: relative;
  z-index: 100012;
}

.un_menuTrigger {
  display: none;
}

.bl_hNav {
  width: 100%;
}

.bl_hNav li {
  position: relative;
  height: 68px;
  line-height: 68px;
}

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

.bl_hNav li::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0px;
  width: 12px;
  height: 36px;
  background-image: linear-gradient(to left top, transparent 48%, #707070 48%, #707070 52%, transparent 52%);
  transform: translateX(-200%);
}

.bl_hNav li:first-child::before {
  display: none;
}

.bl_hNav li:first-child {
  background: url(../images/common/ico_nav_arw.svg) center 50px no-repeat;
}

.bl_hNav li .bl_subNav_wrap {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
}

.bl_hNav li .bl_subNav {
  padding: 28px 22px 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.bl_hNav li:hover .bl_subNav_wrap {
  height: auto;
  overflow: visible;
}

.bl_hNav li .bl_subNav::after,
.bl_hNav li .bl_subNav::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg) skew(5deg,5deg);
  z-index: 2;
}

.bl_hNav li .bl_subNav::before {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  z-index: −1;
}

.bl_hNav li .bl_subNav::after {
  width: 35px;
  height: 14px;
  transform: none;
}

.bl_hNav li .bl_subNav a {
  color: #666666;
  padding-top: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .ly_header .ly_inner {
    padding: 16px 5%;
  }
  .bl_menu {
    width: 680px;
  }

  .bl_hNav li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .ly_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding-top: 0;
  }

  .ly_header .ly_inner {
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: calc(100% - 16px);
    margin: 0 8px;
    padding: 0;
    height: auto;
  }

  .ly_header .el_logo {
    padding: 2vw;
    position: relative;
    z-index: 10001;
  }

  .head_sns {
    position: absolute;
    top: 50%;
    right: 11.7vw;
    width: 5.3vw;
    height: 5.3vw;
    transform: translateY(-50%);
    z-index: 10000;
  }

  .un_menuTrigger {
    position: absolute;
    width: 5.3vw;
    height: 5.3vw;
    display: block;;
    top: 50%;
    right: 3.2vw;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .un_menuTrigger span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 0.5vw;
    background-color: #000;
    transform: translateX(-50%);
  }

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

  .un_menuTrigger.active span:nth-of-type(1) {transform: translateX(-2.9vw) translateY(0.35vw) rotate(-30deg);}
  .un_menuTrigger.active span:nth-of-type(2) {transform: translateX(-2.9vw) translateY(-0.3vw) rotate(30deg);}

  .ly_header .bl_menu {
    width: 100%;
    position: fixed;
    top: -200vh;
    right: inherit;
    left: 0;
    transition: all 0.5s;
    background: rgba(255,255,255,1);
    height: 100vh;
    z-index: 9998;
    padding-top: 60px;
  }

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

  .ly_header .bl_hNav {
    width: 74.6%;
    margin: 0 auto;
  }

  .ly_header .bl_hNav li {
    width: 100%;
    text-align: left;
  }

  .ly_header .bl_hNav li {
    height: 47px;
    line-height: 47px;
    border-bottom: dotted 1px #CCCCCC;
  }

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

  .ly_header .bl_hNav li a {
    text-align: left;
    font-size: 16px;
  }

  .ly_header .bl_hNav li .bl_subNav_wrap {
    height: 0;
    overflow: hidden;
    position: static;
    transform: translateX(0%);
    width: 100%;
  }

  .ly_header .bl_hNav li .bl_subNav {
    padding: 20px 0 0;
    padding-top: 15px;
    box-shadow: none;
  }

  .ly_header .bl_hNav li::before {
    display: none;
  }

  .ly_header .bl_hNav li:first-child {
    background: url(../images/common/ico_nav_arw.svg) right 20px no-repeat;
  }

  .ly_header .bl_hNav li:hover:first-child {
    background: url(../images/common/ico_nav_arw_top.svg) right 20px no-repeat;
  }

  .ly_header .bl_hNav li:hover,
  .ly_header .bl_hNav li:hover .bl_subNav_wrap {
    height: auto;
  }

  .ly_header .bl_hNav li .bl_subNav::after,
  .ly_header .bl_hNav li .bl_subNav::before {
    display: none;
  }

  .ly_header .bl_hNav li .bl_subNav a {
    padding-left: 10px;
    font-size: 14px;
  }
}

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

  .ly_header .el_logo img {
    width: 25px;
  }

  .ly_header .el_logo span {
    font-size: 14px;
  }
  .un_menuTrigger.active span:nth-of-type(1) {transform: translateX(-2.9vw) translateY(0.5vw) rotate(-30deg);}
  .un_menuTrigger.active span:nth-of-type(2) {transform: translateX(-2.9vw) translateY(-0.5vw) rotate(30deg);}
}
/***********************
Footer
***********************/

#ly_footer {
}

#ly_footer .foot_sns {
  background: #EEEEEE;
  padding: 70px 0;
}

#ly_footer .sns_links {
  width: 540px;
  margin: 0 auto;
}

#ly_footer .sns_links a {
  width: 240px;
  height: 240px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  text-align: center;
  color: #00004A;
}

#ly_footer .sns_links a:first-child .ico img {
  width: 126px;
  margin: 0 auto;
  padding: 35px 0 34px;
}

#ly_footer .sns_links a:last-child .ico img {
  width: 86px;
  margin: 0 auto;
  padding: 45px 0 59px;
}

#ly_footer .sns_links .txt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

#ly_footer .sns_links .txt img {
  width: 10px;
  margin-left: 18px;
}

#ly_footer .ly_inner {
  padding: 100px 0 50px;
  text-align: center;
}

#ly_footer .logo {
  font-size: 24px;
  margin-bottom: 50px;
}

#ly_footer .logo img {
  width: 110px;
  margin-bottom: 17px;
}

#ly_footer .name {
  font-size: 32px;
  margin-bottom: 50px;
}

#ly_footer .addr {
  font-size: 18px;
  margin-bottom: 65px;
}

#ly_footer .el_btn_blc {
  padding-top: 0;
}

#ly_footer .bl_hNav {
  max-width: 1100px;
  margin: 120px auto 45px;
  justify-content: center;
}

#ly_footer .bl_hNav li {
  margin: 0 2%;
}

#ly_footer .bl_hNav li:first-child {
  background: none;
}

.un_Copyright {
  text-align: center;
}

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

  #ly_footer .sns_links {
    width: 500px;
  }

  #ly_footer .sns_links a {
    width: 230px;
    height: 230px;
  }

  #ly_footer .sns_links a:first-child .ico img {
    width: 120px;
    padding: 35px 0 15px;
  }

  #ly_footer .sns_links a:last-child .ico img {
    width: 84px;
    padding: 50px 0 32px;
  }

  #ly_footer .sns_links .txt {
    font-size: 14px;
  }

  #ly_footer .sns_links .txt img {
    width: 8px;
    margin-left: 8px;
  }

  #ly_footer .bl_hNav {
    width: 90%;
  }

  #ly_footer .bl_hNav li {
    width: auto;
  }

  #ly_footer .bl_hNav li:first-child {
    background: none;
  }

  #ly_footer .bl_hNav li::before {
    transform: translateX(-190%);
  }

  #ly_footer .bl_hNav li a {
    font-size: 14px;
  }
}

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

  #ly_footer .foot_sns {
    background: #EEEEEE;
    padding: 24px 0;
  }

  #ly_footer .sns_links {
    width: 304px;
  }

  #ly_footer .sns_links a {
    width: 140px;
    height: 140px;
  }

  #ly_footer .sns_links a:first-child .ico img {
    width: 72px;
    padding: 16px 0 18px;
  }

  #ly_footer .sns_links a:last-child .ico img {
    width: 54px;
    padding: 25px 0;
  }

  #ly_footer .sns_links .txt {
    font-size: 12px;
    line-height: 1.5;
    background: url(../images/common/ico_btn_arw.svg) right 15px center no-repeat;
    background-size: 4px 8px;
  }

  #ly_footer .sns_links .txt img {
    display: none;
  }

  #ly_footer .ly_inner {
    padding: 40px 0 24px;
  }

  #ly_footer .foot_logos {
    width: 290px;
    margin: 0 auto 24px;
    text-align: center;
  }

  #ly_footer .logo {
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }

  #ly_footer .logo img {
    width: 60px;
    margin-bottom: 8px;
  }

  #ly_footer .name {
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 500;
    margin-left: 23px;
  }

  #ly_footer .addr {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 36px;
  }

  #ly_footer .el_btn_blc {
    padding-top: 0;
  }

  #ly_footer .bl_hNav {
    display: block;
    text-align: center;
    margin: 40px auto 25px;
  }

  #ly_footer .bl_hNav li {
    display: inline-block;
    margin: 0 3%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  #ly_footer .bl_hNav li::before {
    top: 0px;
    width: 8px;
    height: 22px;
  }

  #ly_footer .bl_hNav li:nth-child(4)::before {
    display: none;
  }

  #ly_footer .bl_hNav li a {
    font-size: 13px;
  }

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