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

reset

----------------------------------*/
html,
body,
div,
ol,
ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
a,
span,
form,
fieldset,
legend,
input,
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}

td,
th,
caption,
thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  word-break: break-all;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var,
th {
  font-style: normal;
  font-weight: 400;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  color: #1c1c1c;
  text-decoration: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

/*----------------------------------

base

----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: sans-serif;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  color: #1c1c1c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
  position: relative;
}

section {
  position: relative;
}

section + section {
  margin-top: 0;
}

.inner {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

a > img:hover {
  filter: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}

.pc {
  display: block;
}
@media (max-width: 919px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 919px) {
  .sp {
    display: block;
  }
}

/*----------------------------------

コンテンツ内共通

----------------------------------*/
body main {
  box-sizing: border-box;
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: normal;
  font-feature-settings: normal;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "Meiryo UI", YuGothic, "Yu Gothic", sans-serif;
}
body main h1,
body main h2,
body main h3 {
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.4;
}
body main h1 span,
body main h2 span,
body main h3 span {
  display: block;
}
body main h1 {
  font-size: 5.4rem;
  letter-spacing: 0;
}
body main h1 span {
  font-size: 1.8rem;
}
body main h2 {
  font-size: 3.6rem;
}
body main h2 span {
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
body main h3 {
  font-size: 3rem;
  letter-spacing: 0.07em;
}
body main h3 span {
  font-size: 1.5rem;
  letter-spacing: 0;
}
body main .btn {
  min-width: 320px;
  padding: 14px 30px;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 1px #707070;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body main .btn:hover {
  opacity: 0.7;
}
body main .btn.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body main [class^=icon],
body main [class*=" icon"] {
  padding-left: 20px;
  position: relative;
}
body main [class^=icon]::before,
body main [class*=" icon"]::before {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main .iconRight::before {
  background-image: url("../img/common/icon_arrow-right.svg");
}
body main .iconTop::before {
  background-image: url("../img/common/icon_arrow-top.svg");
}
body main .iconBottom::before {
  background-image: url("../img/common/icon_arrow-bottom.svg");
}
body main .iconLeft::before {
  background-image: url("../img/common/icon_arrow-left.svg");
}
body main .iconPdf {
  padding-left: 32px;
}
body main .iconPdf::before {
  width: 15px;
  height: 21px;
  top: 0;
  background-image: url("../img/common/icon_pdf.png");
}
body main .iconMovie {
  padding-left: 32px;
}
body main .iconMovie::before {
  width: 15px;
  height: 14px;
  top: 0.15em;
  background-image: url("../img/common/icon_movie.png");
}
body main .btn[class^=icon],
body main .btn[class*=" icon"] {
  padding-right: 26px;
}
body main .btn[class^=icon]::before,
body main .btn[class*=" icon"]::before {
  top: 0;
  right: 8px;
  bottom: 0;
  left: auto;
}
body main .btn.iconTop::before,
body main .btn.iconBottom::before {
  right: 10px;
}
@media (max-width: 919px) {
  body main {
    font-size: 1.3rem;
  }
  body main h2 {
    font-size: 1.9rem;
  }
  body main h2 span {
    margin-top: 3px;
  }
  body main h3 {
    font-size: 1.5rem;
  }
  body main h3 span {
    font-size: 1rem;
  }
  body main .btn {
    width: 100%;
    min-width: 0;
    max-width: 325px;
  }
  body main [class^=icon],
body main [class*=" icon"] {
    padding-left: 15px;
  }
  body main [class^=icon]::before,
body main [class*=" icon"]::before {
    width: 8px;
    height: 8px;
    top: 0.35em;
    left: 0;
  }
  body main .iconPdf {
    padding-left: 32px;
  }
  body main .iconPdf::before {
    width: 15px;
    height: 20px;
    top: -0.1em;
  }
  body main .iconMovie {
    padding-left: 32px;
  }
  body main .iconMovie::before {
    width: 15px;
    height: 20px;
    top: -0.1em;
  }
  body main .btn[class^=icon],
body main .btn[class*=" icon"] {
    padding-right: 24px;
  }
  body main .btn[class^=icon]::before,
body main .btn[class*=" icon"]::before {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5px;
  }
  body main .btn.iconTop::before,
body main .btn.iconBottom::before {
    right: 8px;
  }
}

/*----------------------------------

下層ページ共通

----------------------------------*/
body.page main .pageTitle {
  height: 340px;
  overflow: hidden;
  background-color: #a0a0a0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page main .pageTitle .inner {
  padding: 0;
  text-align: center;
  position: absolute;
  top: calc(50% + 22px);
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page main .pageTitle h1 {
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
}
body.page main .pageTitle h1 span {
  margin-top: 12px;
}
body.page main .pageContents {
  padding-top: 66px;
  padding-bottom: 95px;
}
body.page main .toggleWrap .btn {
  width: 100%;
  max-width: none;
  padding: 18px 30px;
}
body.page main .toggleWrap .btn span {
  display: inline-block;
}
body.page main .toggleWrap .btn span::before {
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
body.page main .toggleWrap .toggleContents {
  display: none;
}
body.page main .toggleWrap .btn.active span {
  font-size: 0;
}
body.page main .toggleWrap .btn.active span::before {
  bottom: 0.5em;
  transform: rotate(180deg);
}
body.page main .toggleWrap .btn.active span::after {
  content: "Close";
  font-size: 1.5rem;
}
body.page main .selectWrap {
  position: relative;
  width: 223px;
}
body.page main .selectWrap select {
  width: 100%;
  height: 44px;
  padding: 0 35px 0 22px;
  border: 1px solid #c4c4c4;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  font: inherit;
  background: #fff;
}
@media all and (-ms-high-contrast: none) {
  body.page main .selectWrap select::-ms-expand {
    display: none;
  }
}
body.page main .selectWrap::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/common/icon_arrow-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 919px) {
  body.page main .pageTitle {
    width: 100%;
    height: 229px;
    background-position: center;
  }
  body.page main .pageTitle .inner {
    top: calc(50% + 22px);
  }
  body.page main .pageTitle h1 {
    font-size: 2.7rem;
    line-height: 1.2;
  }
  body.page main .pageTitle h1 span {
    margin-top: 9px;
    font-size: 1.2rem;
  }
  body.page main .pageContents {
    padding-top: 28px;
    padding-bottom: 38px;
  }
  body.page main .toggleWrap .btn {
    padding: 15px 30px;
  }
  body.page main .selectWrap {
    width: 170px;
  }
  body.page main .selectWrap select {
    height: 34px;
    padding: 1px 25px 0 10px;
    font-size: 1.2rem;
  }
  body.page main .selectWrap::after {
    right: 15px;
  }
}

/*----------------------------------

下層ページ共通（第3階層以下）

----------------------------------*/
body.page.thirdLevel main .breadCrumb {
  padding-top: 56px;
}
body.page.thirdLevel main .pageTitle {
  background: none;
  height: auto;
}
body.page.thirdLevel main .pageTitle .inner {
  padding: 0;
  text-align: center;
  position: static;
  top: auto;
  left: auto;
  transform: none;
}
body.page.thirdLevel main .pageTitle h1 {
  letter-spacing: 0;
  line-height: 1.4;
  color: #1c1c1c;
  font-size: 3.6rem;
}
body.page.thirdLevel main .pageTitle h1 span {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 919px) {
  body.page.thirdLevel main .breadCrumb {
    padding-top: 50px;
  }
  body.page.thirdLevel main .pageTitle h1 {
    font-size: 2.7rem;
  }
  body.page.thirdLevel main .pageTitle h1 span {
    margin-top: 10px;
    margin-bottom: 9px;
  }
}

/*----------------------------------

パンくずリスト

----------------------------------*/
.breadCrumb ul {
  padding: 27px 0;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.breadCrumb ul li {
  display: inline-block;
  line-height: 1.2em;
}
.breadCrumb ul li a {
  color: #919191;
}
.breadCrumb ul li::after {
  content: "/";
  margin: 0 0.4em 0 0.6em;
}
.breadCrumb ul li:last-child {
  color: #404040;
  font-weight: 700;
}
.breadCrumb ul li:last-child::after {
  content: normal;
  margin: 0 0.5em;
}
@media (max-width: 919px) {
  .breadCrumb ul {
    padding: 8px 0;
  }
}

/*----------------------------------

汎用デザイン

----------------------------------*/
body main .arrowLinkBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
body main .arrowLinkBox > div {
  width: 48.5%;
  margin-bottom: 31px;
  border: 1px solid #d9d9d9;
}
body main .arrowLinkBox .btn {
  width: 100%;
  padding: 26px 45px 20px 30px;
  font-size: 2.2rem;
  text-align: left;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
body main .arrowLinkBox .btn::before {
  width: 14px;
  height: 14px;
  right: 24px;
}
body main .arrowLinkBox .txt {
  min-height: 130px;
  padding: 29px 25px 15px 26px;
}
body main .arrowLinkBox .txt p {
  margin-bottom: 17px;
  line-height: 1.4;
}
body main .arrowLinkBox .txt p:last-child {
  margin-bottom: 0;
}
body main .arrowLinkBox .txt .pdf {
  padding-left: 34px;
  text-indent: -32px;
}
@media (max-width: 919px) {
  body main .arrowLinkBox > div {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
  }
  body main .arrowLinkBox > div:last-of-type {
    margin-bottom: 0;
  }
  body main .arrowLinkBox .btn {
    max-width: none;
    padding: 15px;
    font-size: 1.4rem;
  }
  body main .arrowLinkBox .btn::before {
    width: 4px;
    height: 10px;
    right: 16px;
  }
  body main .arrowLinkBox .txt {
    min-height: 0;
    padding: 19px 14px 21px 14px;
  }
  body main .arrowLinkBox .txt p {
    margin-bottom: 14px;
  }
  body main .arrowLinkBox .txt .pdf {
    padding-left: 21px;
    text-indent: -21px;
  }
  body main .arrowLinkBox .txt .iconPdf {
    padding-left: 21px;
  }
  body main .arrowLinkBox .txt .iconPdf::before {
    width: 13px;
    height: 18px;
    top: 0;
  }
}

/*----------------------------------

以下 header / footer の上書き

----------------------------------*/
.bl_header_logo a {
  display: block;
}
.bl_header_logo img {
  width: 100%;
  height: auto;
}

.ly_header {
  height: 90px;
}

.ly_header_wrap {
  background: transparent;
}

.bl_header {
  background: #fff;
}

.bl_header_box {
  margin-right: 30px;
  margin-left: -38px;
  display: flex;
  align-items: center;
  height: 100%;
}
.bl_header_box .bl_header_langBox .bl_header_en a,
.bl_header_box .bl_header_langBox .bl_header_jp a {
  display: block;
  width: 100%;
  max-width: 100px;
  padding: 4px 10px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #eee;
}
.bl_header_box .bl_header_langBox .bl_header_en + .bl_header_en,
.bl_header_box .bl_header_langBox .bl_header_jp + .bl_header_en {
  margin-top: 5px;
}

.bl_header_store {
  background: transparent;
}

.bl_header_store .bl_header_btnName {
  color: #1c1c1c;
}

.bl_subHeader {
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.bl_subHeader.is_active {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: #fff;
}

.bl_nav {
  align-items: center;
}

.bl_nav_banner {
  min-height: 100px;
}

.bl_nav_mainLarge {
  border-bottom: solid 1px #e6e6e6;
}

.bl_nav_mainLarge_item p a {
  background: url("../../assets/images/common/icon_navbtn_arrow.svg") no-repeat right top 3px;
}

.ly_header.is_down .ly_header_wrap {
  margin-top: -90px;
  transform: none;
}
.ly_header.is_down .bl_subHeader {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: #fff;
}

.ly_header.is_up .bl_subHeader {
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.bl_ft_cntGlbUnit .bl_ft_cntGlb:last-child {
  width: 100%;
  margin: auto;
  padding: 0;
  align-items: center;
}

.bl_ft_cntGlb h2 {
  width: auto;
  margin-right: 1em;
}

.bl_ft_cntGlb_glb {
  width: auto;
  justify-content: flex-start;
}

.bl_ft_cntGlb_glb li {
  width: auto;
  margin: 0;
}

.bl_ft_cntGlb_glb li + li {
  margin-left: 1em;
}

.bl_ft_cntGlb_glb + .contact {
  width: 150px;
  margin-left: auto;
  border-color: #fff;
  color: #fff;
}

.bl_ft_links_ul > li {
  width: auto;
  margin: auto;
}

.bl_ft_links_ul > li .bl_ft_linksChild_ul {
  width: 725px;
  height: 160px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
}

.bl_ft_links_ul > li .bl_ft_linksChild_ul li {
  margin: 0 53px;
}

.bl_ft_links_ul > li .bl_ft_linksChild_ul li a {
  background: url("../../assets/images/common/icon_navbtn_arrow.svg") no-repeat right top 4px;
  background-size: 10px;
  padding-right: 16px;
}

@media (min-width: 920px) {
  .bl_nav_main {
    display: none;
  }

  .bl_ft_links_ul > li .bl_ft_linksChild_ul {
    display: flex !important;
  }
}
@media (max-width: 919px) {
  .bl_nav_mainLarge_wrap {
    display: block;
  }

  .ly_header {
    height: 80px;
  }

  .ly_header.is_down .ly_header_wrap {
    margin-top: -80px;
    transform: none;
  }

  .bl_header_box {
    margin-right: 20px;
    margin-left: -39px;
  }
  .bl_header_box .bl_header_langBox .bl_header_en a,
.bl_header_box .bl_header_langBox .bl_header_jp a {
    padding: 4px 10px;
  }

  .bl_ft_links_ul > li {
    margin: 0 0 12px 0;
  }

  .bl_ft_cntGlbUnit .bl_ft_cntGlb:last-child {
    border: none;
  }

  .bl_ft_cntGlb h2 {
    margin: 0;
  }

  .bl_ft_cntGlb_glb {
    max-width: 400px;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: space-between;
  }

  .bl_ft_cntGlb_glb + .contact {
    display: block;
    margin: 34px auto 0;
  }

  .bl_ft_links_ul > li .bl_ft_linksChild_ul {
    width: auto;
    height: auto;
  }

  .bl_ft_links_ul > li .bl_ft_linksChild_ul li {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .bl_header_box {
    margin-right: 10px;
    margin-left: -11px;
  }
  .bl_header_box .bl_header_langBox {
    display: flex;
  }
  .bl_header_box .bl_header_langBox .bl_header_en a,
.bl_header_box .bl_header_langBox .bl_header_jp a {
    min-height: 68px;
    padding: 4px 5px;
    font-size: 1.2rem;
    writing-mode: vertical-rl;
  }
  .bl_header_box .bl_header_langBox .bl_header_en + .bl_header_en,
.bl_header_box .bl_header_langBox .bl_header_jp + .bl_header_en {
    margin-top: 0;
    margin-left: 5px;
  }
}
@media (max-width: 360px) {
  .bl_header_menu,
.bl_header_store {
    width: 50px;
  }
}