@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;
}

* {
  transition: all 0.3s;
}

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

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
/*
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
*/
  color: #231815;
}

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


.pc_hide {
  display: none;
}


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

/***********************
フォント設定
***********************/
.el_ff_min {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.el_fw_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;
  transition: all 0.5s;
}

a:hover { opacity: 0.7;}


@media screen and (max-width: 480px) {
  a:hover { opacity: 1;}
}

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

.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;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 110px;
}

.home #wrapper {
  transition: all 1s;
  animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}

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

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

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


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

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

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

@media screen and (max-width: 1000px) {
  #main .ly_inner {
    box-sizing: border-box;
    padding: 0 8.8vw;
    min-width: 310px;
  }
}

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

  .ly_inner {
    width: 100%;
  }
}

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

#ly_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  height: 110px;
}

.home #ly_header {
  opacity: 0;
}

#ly_header.on {
  opacity: 1;
}

#ly_header .el_logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  height: 110px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 901;
}

#ly_header .el_logo .mark {
  position: absolute;
  top: 36px;
  left: 67px;
}

#ly_header .el_logo .txt {
  position: absolute;
  top: 36px;
  left: 113px;
}

#ly_header .el_logo img {
  height: 40px;
  width: auto;
}

#ly_header .bl_bnr {
  display: none;
}

.un_menuTrigger {
  width: 114px;
  height: 110px;
  background: #0d57a7 url(../images/common/toggle_off.svg) center center no-repeat;
  background-size: 38px 26px;
  position: fixed;
  top: 0;
  left: 226px;
  z-index: 900;
  transition: all 0.1s;
}

.un_menuTrigger.active {
  background: #F6EA00 url(../images/common/toggle_on.svg) center center no-repeat;
  background-size: 27px 27px;
}

.bl_menu {
  width: 853px;
  float: right;
  transition: all 0s;
}

.bl_menu .ttl {
  display: none;
  font-size: 28px;
  margin-bottom: 68px;
}

.bl_menu li {
  position: relative;
}

.bl_menu li .sub_menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 110px;
  background: #fff;
  padding: 5px 10px;
}

.bl_menu li .sub_menu a {
  text-align: left;
  padding: 10px 0;
  font-size: 17px;
}

.bl_menu li:hover .sub_menu {
  height: auto;
  overflow: visible;
  padding-top: 10px;
  text-align: left;
}

.bl_hNav {
  padding-top: 50px;
  float: left;
  transition: all 0s;
  text-align: right;
}

.bl_hNav li {
  margin-right: 40px;
  transition: all .4s;
}

.bl_hNav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0D57A7;
  font-size: 20px;
  transition: all 0s;
}

.bl_lang {
  width: 200px;
  height: 110px;
  background: #0d57a7;
  text-align: center;
  line-height: 110px;
  float: right;
  transition: all 0s;
}

.bl_lang a {
  display: block;
  width: 50%;
  height: 110px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
}

.bl_lang a.active {
  color: #F6EA00;
}

#ly_header .bl_bnr .bnr {
  display: block;
  background: #F6EA00;
  font-size: 22px;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  letter-spacing: 0.4em;
}

#ly_header .bnr img {
  width: 32px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: inherit;
}

@media screen and (max-width: 1240px) {
  .bl_menu {
    width: auto;
  }

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .home #ly_header {
    position: fixed;
    height: 66px;
  }
  #ly_header {
    height: 66px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 870;
  }

  #ly_header .el_logo {
    width: 200px;
    height: 66px;
    padding: 15px;
    text-align: center;
    z-index: 880;
    position: static;
  }

  #ly_header .el_logo .mark {
    position: static;
    width: 36px;
    display: inline-block;
  }

  #ly_header .el_logo .txt {
    position: static;
    width: 131px;
    display: inline-block;
  }

  #ly_header .el_logo img {
    height: auto;
  }

  #ly_header .el_logo .mark img {
    width: 36px;
  }

  #ly_header .el_logo .txt img {
    width: 131px;
  }

  #ly_header .bl_bnr {
    display: none;
  }

  .un_menuTrigger {
    width: 74px;
    height: 66px;
    background: #0d57a7 url(../images/common/toggle_off.svg) center center no-repeat;
    background-size: 31px 24px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1000;
  }

  .un_menuTrigger.active {
    background: #0d57a7 url(../images/common/toggle_on_sp.svg) center center no-repeat;
    background-size: 25px 25px;
  }

  .bl_menu {
    background: #0d57a7;
    width: 100%;
    float: none;
    position: fixed;
    top: 0;
    left: -200vw;
    height: 100vh;
    z-index: 899;
    box-sizing: border-box;
    padding: 13.3vw;
    transition: all 0.3s;
  }

  #ly_header.active .bl_menu {
    left: 0px;
  }


  .bl_menu .ttl {
    display: block;
    font-size: 28px;
    color: #fff;
    margin-bottom: 68px;
  }

  .bl_menu li .sub_menu {
    display: block;
    height: auto;
    overflow: visible;
    width: auto;
    position: static;
    background: #0d57a7;
  }

  .bl_menu li .sub_menu a {
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 13px;
  }

  .bl_hNav {
    padding-top: 0;
    float: none;
    padding-bottom: 48px;
  }

  .bl_hNav li {
    margin-right: 2.3vw;
    transition: all 0s;
    width: 100%;
    padding: 13px 0;
  }

  .bl_hNav li a {
    color: #0d57a7;
    font-size: 20px;
    color: #fff;
    font-size: 20px;
    text-align: left;
  }

  #ly_header .bl_hNav li a {
    color: #fff;
    font-size: 22px;
    background: url(../images/common/ico_hNav_arw.svg) left center no-repeat;
    background-size: 9px 17px;
    padding-left: 25px;
  }

  #ly_header .bl_menu .sub_menu a:first-child {
    padding-top: 26px;
  }

  #ly_header .bl_menu .sub_menu a {
    padding-top: 13px;
    font-size: 18px;
    background: none;
  }

  #ly_header .bl_bnr {
    display: block;
  }

  .bl_lang {
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    float: none;
    background: #0d57a7;
    display: block;
    margin-bottom: 20px;
  }

  .bl_lang a {
    display: inline-block;
    width: auto;
    height: 30px;
    text-align: left;
    font-size: 21px;
    margin-right: 64px;
  }

  .bl_lang a.active {
    color: #F6EA00;
  }

  #ly_header .bl_bnr .bnr {
    font-size: 20px;
    height: 75px;
    line-height: 75px;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 375px) {
  .bl_menu {
    padding-top: 7.5vw;
  }

  .bl_menu .ttl {
    margin-bottom: 20px;
  }

  .bl_hNav {
    padding-bottom: 20px;
  }

  .bl_hNav li {
    padding: 12px 0;
  }
  #ly_header .bl_menu .sub_menu a:first-child {
    padding-top: 20px;
  }
  #ly_header .bl_menu .sub_menu a {
    padding: 10px;
  }
}

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

#ly_footer {
  position: relative;
  z-index: 10;
  background: #0d57a7;
  padding-top: 50px;
  padding-bottom: 60px;
}

#ly_footer .logos {
  width: 40%;
  color: #fff;
}

#ly_footer .logos .logo {
  width: 200px;
  margin-bottom: 24px;
}

#ly_footer .logos .name {
  font-size: 14px;
  margin-bottom: 8px;
}

#ly_footer .logos .addr {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 30px;
}

#ly_footer .logos .addr a {
  color: #fff;
}

#ly_footer .logos .el_bnr {
  height: 82px;
  line-height: 82px;
  width: 100%;
  padding-left: 10%;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}

#ly_footer .logos .el_bnr .arw {
  width: 32px;
  height: 19px;
  display: inline-block;
  vertical-align: text-top;
}

#ly_footer .logos .el_bnr .img {
  width: 155px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#ly_footer .fNav {
  width: 60%;
  padding-top: 20px;
}

#ly_footer .fNav_left {
  width: 23%;
  margin-left: 32%;
}

#ly_footer .fNav_right {
  width: 42%;
}

#ly_footer .fNav .p_link {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

#ly_footer .fNav .c_link {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  width: 100%;
  display: block;
}

#ly_footer .fNav_lang {
  width: 100%;
  text-align: right;
  padding-top: 25px;
  margin-bottom: 45px;
}

#ly_footer .fNav_lang a {
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  margin-left: 40px;
  display: inline-block;
}

#ly_footer .fNav_lang a.active {
  color: #F6EA00;
}

.un_Copyright {
  text-align: right;
  color: #fff;
  font-size: 12px;
  padding-left: 32%;
}

@media screen and (max-width: 1000px) {
  #ly_footer {
    background: #0d57a7;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #ly_footer .ly_inner {
    box-sizing: border-box;
    padding: 0 8.8vw;
    min-width: 310px;
  }

  #ly_footer .logos {
    width: 100%;
    margin-bottom: 40px;
  }

  #ly_footer .logos .logo {
    width: 183px;
    margin-bottom: 20px;
  }

  #ly_footer .logos .name {
    font-size: 14px;
    margin-bottom: 8px;
  }

  #ly_footer .logos .addr {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 30px;
  }

  #ly_footer .logos .el_bnr {
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    font-size: 20px;
  }

  #ly_footer .logos .el_bnr .arw {
    width: 27px;
    height: auto;
  }

  #ly_footer .logos .el_bnr .img {
    width: 133px;
  }

  #ly_footer .fNav {
    width: 100%;
    padding-top: 0;
  }

  #ly_footer .fNav_left {
    width: 37.4%;
    margin-left: 0;
  }

  #ly_footer .fNav_right {
    width: 42%;
  }

  #ly_footer .fNav .p_link {
    font-size: 18px;
  }

  #ly_footer .fNav_right .blc {
    width: 100%;
  }

  #ly_footer .fNav_lang {
    width: 100%;
    padding-top: 0;
    margin-bottom: 35px;
  }

  #ly_footer .fNav_lang a {
    font-size: 17px;
    margin-left: 50px;
  }

  .un_Copyright {
    text-align: center;
    line-height: 1.75;
    padding-left: 0;
  }
}

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

  .un_Copyright {
  }
}

