/* Common CSS */
/* _setting CSS */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  font-size: 62.5%;
  background-color: #FAFAFD;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #464669;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  margin: 0 0 0 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  /* ___________________Link */
  a {
    color: #464669;
    text-decoration: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  /* ___________________Smartphones Layout */
  #contentWrap {
    overflow: hidden;
    padding: 80px 0 0 0;
  }
  /* ___________________Smartphones header */
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
  }
  #header .ly_headerInner {
    position: relative;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: start;
    height: 80px;
    transition: all 0.4s ease;
  }
  #header .bl_headerBasicInner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 5.1282051282vw 0 5.1282051282vw;
    width: 100%;
    height: 80px;
    background-color: #F0F0F5;
  }
  #header .bl_headerLogo {
    width: 48px;
    height: 48px;
  }
  #header .bl_headerLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #header .bl_hbgbtn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
  }
  #header .bl_hbgbtn span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 37px;
    height: 3px;
    border-radius: 3px;
    background-color: #464669;
    transition: all 0.4s ease;
  }
  #header .bl_hbgbtn span:nth-child(1) {
    transform: translate3d(-50%, -11px, 0);
  }
  #header .bl_hbgbtn span:nth-child(2) {
    transform: translate3d(-50%, -50%, 0);
  }
  #header .bl_hbgbtn span:nth-child(3) {
    transform: translate3d(-50%, 9px, 0);
  }
  #header .bl_headerContentWrap {
    overflow-y: scroll;
    padding: 80px 0 0 0;
    width: 100%;
  }
  #header .bl_headerContentInner {
    padding: 15.3846153846vw 5.1282051282vw 25.641025641vw 5.1282051282vw;
  }
  #header .bl_headerContentLinks {
    margin: 0 0 20.5128205128vw 0;
  }
  #header .bl_headerContentList {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10.2564102564vw;
  }
  #header .bl_headerContetntItemTxt {
    font-family: "Work Sans", sans-serif;
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #header .bl_headerContentBtns {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 5.1282051282vw;
  }
  #header .bl_headerBtn {
    padding: 6.1538461538vw 0 6.1538461538vw 0;
    width: 76.9230769231vw;
    background-color: #FFFFFF;
    border: 1px solid #464669;
    border-radius: 15.3846153846vw;
    text-align: center;
    font-size: 4.6153846154vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
  }
  #header .bl_headerBtn.bl_headerBtn_cfff {
    color: #FFFFFF;
    background-color: #464669;
  }
  #header .bl_headerBtn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #header.js_open .ly_headerInner {
    height: 100vh;
  }
  #header.js_open .bl_hbgbtn span:nth-child(1) {
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 45deg);
  }
  #header.js_open .bl_hbgbtn span:nth-child(2) {
    opacity: 0;
  }
  #header.js_open .bl_hbgbtn span:nth-child(3) {
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, -45deg);
  }
  /* ___________________Smartphones footer */
  #footer {
    background-color: #FFFFFF;
  }
  #footer .ly_footerInner {
    margin: 0 auto;
    width: 89.7435897436vw;
  }
  #footer .ly_footerContentInner {
    padding: 15.3846153846vw 0 5.1282051282vw 0;
  }
  #footer .ly_footerContentInner .ly_footerContentInner_mgb01 {
    margin-bottom: 10.2564102564vw;
  }
  #footer .bl_footerItemListWrap {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    gap: 10.2564102564vw;
  }
  #footer .bl_footerItemListWrap .bl_footerItemListWrap_prb {
    margin: 0 auto;
  }
  #footer .bl_footerLogo {
    margin: 0 auto;
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
  #footer .bl_footerLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #footer .bl_footerItemListInner {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 10.2564102564vw;
  }
  #footer .bl_footerItemList {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 2.5641025641vw 5.1282051282vw;
    width: 100%;
  }
  #footer .bl_footerItemList.bl_footerItemList_linkList {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 2.5641025641vw;
  }
  #footer .bl_footerItem.bl_footerItem_ttl {
    width: 100%;
  }
  #footer .bl_footerItemLink {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_work {
    font-family: "Work Sans", sans-serif;
    font-size: 3.5897435897vw;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_strong {
    font-size: 3.5897435897vw;
    font-weight: 700;
  }
  #footer .bl_footerGroupLogoInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.1282051282vw;
  }
  #footer .bl_footerGroupLogo {
    margin: 0 auto;
    width: 72.1153846154vw;
    height: 18.9743589744vw;
  }
  #footer .bl_footerGroupLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #footer .bl_footerNote {
    width: 100%;
    font-size: 2.5641025641vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  #footer .bl_footerSmall {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* Smartphones (portrait and landscape) */
@media print, screen and (min-width: 781px) and (max-width: 1200px) {
  /* ___________________Smartphones header */
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
  }
  #header .ly_headerInner {
    position: relative;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: start;
    height: 80px;
    transition: all 0.4s ease;
  }
  #header .bl_headerBasicInner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 5.1282051282vw 0 5.1282051282vw;
    width: 100%;
    height: 80px;
    background-color: #F0F0F5;
  }
  #header .bl_headerLogo {
    width: 48px;
    height: 48px;
  }
  #header .bl_headerLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #header .bl_hbgbtn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
  }
  #header .bl_hbgbtn span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 37px;
    height: 3px;
    border-radius: 3px;
    background-color: #464669;
    transition: all 0.4s ease;
  }
  #header .bl_hbgbtn span:nth-child(1) {
    transform: translate3d(-50%, -11px, 0);
  }
  #header .bl_hbgbtn span:nth-child(2) {
    transform: translate3d(-50%, -50%, 0);
  }
  #header .bl_hbgbtn span:nth-child(3) {
    transform: translate3d(-50%, 9px, 0);
  }
  #header .bl_headerContentWrap {
    overflow-y: scroll;
    padding: 80px 0 0 0;
    width: 100%;
  }
  #header .bl_headerContentInner {
    padding: 15.3846153846vw 5.1282051282vw 25.641025641vw 5.1282051282vw;
  }
  #header .bl_headerContentLinks {
    margin: 0 0 80px 0;
  }
  #header .bl_headerContentList {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  #header .bl_headerContetntItemTxt {
    font-family: "Work Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
  }
  #header .bl_headerContetntItemTxt:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #header .bl_headerContentBtns {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #header .bl_headerBtn {
    padding: 24px 0 24px 0;
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid #464669;
    border-radius: 15.3846153846vw;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #header .bl_headerBtn.bl_headerBtn_cfff {
    color: #FFFFFF;
    background-color: #464669;
  }
  #header .bl_headerBtn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #header.js_open .ly_headerInner {
    height: 100vh;
  }
  #header.js_open .bl_hbgbtn span:nth-child(1) {
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, 45deg);
  }
  #header.js_open .bl_hbgbtn span:nth-child(2) {
    opacity: 0;
  }
  #header.js_open .bl_hbgbtn span:nth-child(3) {
    transform: translate3d(-50%, 0, 0) rotate3d(0, 0, 1, -45deg);
  }
  #footer {
    background-color: #FFFFFF;
  }
  #footer .ly_footerInner {
    margin: 0 auto;
    padding: 0 40px 0 40px;
    width: 100%;
  }
  #footer .ly_footerContentInner {
    padding: 60px 0 30px 0;
  }
  #footer .ly_footerContentInner .ly_footerContentInner_mgb01 {
    margin-bottom: 88px;
  }
  #footer .bl_footerItemListWrap {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: start;
    gap: 55px;
  }
  #footer .bl_footerItemListWrap .bl_footerItemListWrap_prb {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate3d(50%, 0, 0);
  }
  #footer .bl_footerLogo {
    width: 80px;
    height: 80px;
  }
  #footer .bl_footerLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #footer .bl_footerItemListInner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    padding: 0 0 150px 0;
    gap: 45px 70px;
  }
  #footer .bl_footerItemList {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
  #footer .bl_footerItemLinkStrong {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #footer .bl_footerItemLink {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.4s ease;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_work {
    font-family: "Work Sans", sans-serif;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_strong {
    font-weight: 700;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_hov:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #footer .bl_footerGroupLogoInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #footer .bl_footerGroupLogo {
    width: 400px;
    height: 74px;
  }
  #footer .bl_footerGroupLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #footer .bl_footerNote {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  #footer .bl_footerSmall {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  .sp {
    display: none;
  }
  /* ___________________Link */
  a {
    color: #464669;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: 0.8;
  }
  /* ___________________Layout */
  #contentWrap {
    overflow: hidden;
    padding: 120px 0 0 0;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 1201px) {
  /* ___________________header */
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #F0F0F5;
  }
  #header .ly_headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    min-width: 1200px;
    height: 120px;
  }
  #header .bl_headerLogo {
    width: 80px;
    height: 80px;
  }
  #header .bl_headerLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #header .bl_hbgbtn {
    display: none;
  }
  #header .bl_headerContentInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  #header .bl_headerContentList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  #header .bl_headerContetntItemTxt {
    font-family: "Work Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
  }
  #header .bl_headerContetntItemTxt:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #header .bl_headerContentBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #header .bl_headerBtn {
    padding: 16px 24px 16px 24px;
    background-color: #FFFFFF;
    border: 1px solid #464669;
    border-radius: 40px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #header .bl_headerBtn.bl_headerBtn_cfff {
    color: #FFFFFF;
    background-color: #464669;
  }
  #header .bl_headerBtn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #footer {
    background-color: #FFFFFF;
  }
  #footer .ly_footerInner {
    margin: 0 auto;
    padding: 0 40px 0 40px;
    width: 1200px;
  }
  #footer .ly_footerContentInner {
    padding: 60px 0 30px 0;
  }
  #footer .ly_footerContentInner .ly_footerContentInner_mgb01 {
    margin-bottom: 88px;
  }
  #footer .bl_footerItemListWrap {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 55px;
  }
  #footer .bl_footerItemListWrap .bl_footerItemListWrap_prb {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #footer .bl_footerLogo {
    width: 80px;
    height: 80px;
  }
  #footer .bl_footerLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #footer .bl_footerItemListInner {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 45px 70px;
  }
  #footer .bl_footerItemList {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
  #footer .bl_footerItemLinkStrong {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #footer .bl_footerItemLink {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.4s ease;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_work {
    font-family: "Work Sans", sans-serif;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_strong {
    font-weight: 700;
  }
  #footer .bl_footerItemLink.bl_footerItemLink_hov:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #footer .bl_footerGroupLogoInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #footer .bl_footerGroupLogo {
    width: 330px;
    height: 74px;
  }
  #footer .bl_footerGroupLogoImage {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #footer .bl_footerNote {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  #footer .bl_footerSmall {
    display: block;
    width: 100%;
    text-align: center;
  }
}