@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  body {
    background: url(../images/common/bg_top.png) center center no-repeat;
    background-size: 100% auto;
  }

  #attention {
    min-width: 970px;
  }
  #attention .common_inner {
    width: calc(100% - 80px);
    padding: 20px;
    min-width: 970px;
    margin: 0 auto 40px auto;
    background-color: #f5f5f5;
    border-radius: 8px;
  }
  #attention .common_inner .list {
    margin: 0 10px;
  }
  #attention .common_inner .list li {
    width: 100%;
    padding: 0;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #attention .common_inner .list li .entry_cat {
    width: 200px;
  }
  #attention .common_inner .list li .entry_cat span {
    min-width: 170px;
    padding: 7px 0;
    display: inline-block;
    background-color: #CA0E17;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
  }
  #attention .common_inner .list li .entry_title {
    width: calc(100% - 180px);
  }
  #attention .common_inner .list li .entry_title a {
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.3;
    color: #333;
  }
  #attention .common_inner .list li .entry_title a:hover {
    text-decoration: underline;
  }
  #attention .common_inner .list li.pdf .entry_title a:after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 17px;
    vertical-align: middle;
  }

  #kv {
    min-width: 1200px;
    padding-bottom: 80px;
    background: url(../images/top/kv_bg.svg) center center no-repeat;
    background-size: 1322px auto;
    position: relative;
  }
  #kv:after {
    content: '';
    width: 6px;
    height: 82px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #kv .slide {
    width: 487px;
    height: 750px;
    padding: 200px 19px 0 19px;
    margin: 0 auto;
    background: url("../images/top/kv_frame_pc.svg?id=20210309") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
  }
  #kv .slide .slide_el {
    width: 100%;
    padding: 0 16px 0 16px;
  }
  #kv .slide .slide_el img {
    width: 100%;
    height: auto;
  }
  #kv .slide .slide_el a {
    display: block;
    width: 100%;
  }
  #kv .slide .slide_el .caps {
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #kv .slide .slick-dots {
    padding: 0 80px;
    bottom: 200px;
    left: 0;
  }
  #kv .slide .slick-dots li {
    margin-bottom: 5px;
  }
  #kv .slide .slick-dots li button {
    background: #f5f5f5;
    border-radius: 50%;
  }
  #kv .slide .slick-dots li button:before {
    content: none;
  }
  #kv .slide .slick-dots li.slick-active button {
    background: #8edaff;
  }
  #kv .common_btn {
    width: 350px;
    margin: 0 auto;
    position: absolute;
    top: 600px;
    left: 0;
    right: 0;
  }
  #kv .common_btn a {
    background-image: none;
    font-size: 1.8rem;
    background-color: #122d8d;
  }
  #kv .common_btn a:before {
    content: '▶';
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2rem;
  }

  #news {
    transform: translate3d(0, -1px, 0);
    position: relative;
  }
  #news .common_inner {
    display: flex;
    padding-left: 60px;
  }
  #news .wrap {
    width: 75%;
    background-color: #f5f5f5;
    border: solid 6px #0b318f;
    border-radius: 30px;
    position: relative;
  }
  #news .head {
    width: 100%;
    padding: 60px 80px 5px 0;
    border-bottom: solid 6px #0b318f;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #news .head:after {
    content: '';
    width: 126px;
    height: 6px;
    background-color: #8edaff;
    position: absolute;
    bottom: -6px;
    right: 250px;
  }
  #news .head .stitle {
    padding-right: 20px;
    color: #006de5;
    font-size: 2rem;
    font-weight: bold;
    order: 2;
    text-align: right;
  }
  #news .head .stitle:after {
    content: '';
    background: url(../images/top/news_title.svg) 0 0 no-repeat;
    width: 266px;
    height: 67px;
    margin-top: 10px;
    display: block;
  }
  #news .list {
    margin: 50px 80px 0 80px;
    border-top: solid 1px #c8c8c8;
    border-bottom: solid 1px #fff;
  }
  #news .list li {
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #c8c8c8;
  }
  #news .list li .entry_cat {
    width: 170px;
  }
  #news .list li .entry_cat span {
    min-width: 134px;
    padding: 10px 0;
    display: inline-block;
    background-color: #006de5;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
  }
  #news .list li .entry_title {
    width: calc(100% - 170px);
  }
  #news .list li .entry_title dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #969696;
  }
  #news .list li .entry_title dd a {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    line-height: 1.3;
  }
  #news .list li .entry_title dd a:hover {
    text-decoration: underline;
  }
  #news .common_btn {
    margin: 50px 90px 70px 0;
    float: right;
  }
  #news .common_btn a {
    width: 320px;
    display: inline-block;
  }

  #products {
    width: 75%;
    min-width: 855px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    position: relative;
  }
  #products:before {
    content: '';
    width: 6px;
    height: 110px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
  }
  #products .common_inner {
    width: 100%;
    min-width: 855px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    background-color: #f5f5f5;
    border: solid 6px #0b318f;
    border-radius: 30px;
  }
  #products .head {
    width: 100%;
    padding: 60px 0 5px 0;
    margin-bottom: 40px;
    border-bottom: solid 6px #0b318f;
    display: flex;
    align-items: center;
    position: relative;
  }
  #products .head:after {
    content: '';
    width: 780px;
    height: 6px;
    background-color: #8edaff;
    position: absolute;
    bottom: -6px;
    right: 0;
  }
  #products .head .stitle {
    width: 300px;
    margin-left: 40px;
    padding-right: 20px;
    color: #006de5;
    font-size: 2rem;
    font-weight: bold;
    order: 1;
    text-align: right;
  }
  #products .head .stitle:after {
    content: '';
    background: url("../images/top/lineup_title.svg") 0 0 no-repeat;
    width: 300px;
    height: 53px;
    margin-top: 10px;
    display: block;
  }
  #products .head p {
    width: calc(100% - 300px);
    padding: 50px 0 0 30px;
    color: #000;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: left;
  }
  #products .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #products .list .box {
    width: 30%;
    max-width: 290px;
    margin: 0 10px 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
    overflow: hidden;
  }
  #products .list .box a {
    height: 100%;
    padding: 20px 20px 45px 20px;
    display: block;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  #products .list .box a .image {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #products .list .box a .image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #products .list .box a .name {
    margin-bottom: 20px;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    order: 2;
    color: #006de5;
  }
  #products .list .box a .name span {
    padding-top: 10px;
    font-size: 1.8rem;
    display: block;
  }
  #products .list .box a .text {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  #products .list .box a .text span {
    padding-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
  #products .list .box a .note {
    text-align: left;
    font-size: 1.4rem;
    color: #f00;
    display: block;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #products .list .box a .btn {
    width: 130px;
    padding: 10px 30px;
    margin: 0 auto 10px auto;
    background-image: none;
    background-color: #122d8d;
    border-radius: 20px;
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  #products .list .box a:hover {
    background-color: #8edaff;
    text-decoration: none;
  }
  #products .list .box a:hover img {
    opacity: 1;
  }
  #products .list .box a:hover .btn {
    background-color: #006de5;
  }
  #products .list .box.noimage a {
    padding-top: 50px;
  }
  #products .list.col2 .box {
    width: 45%;
    max-width: 100%;
  }
  #products .list.col2 .box.noimage a {
    padding-top: 40px;
  }
  #products .list.col2 .box.noimage a .name {
    font-size: 2.6rem;
  }
  #products .common_btn {
    margin: 30px auto 0 auto;
  }

  #partners {
    width: 75%;
    min-width: 855px;
    margin: 0 auto;
    padding: 0 0 100px 0;
    position: relative;
  }
  #partners:before {
    content: '';
    width: 6px;
    height: 110px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: -105px;
  }
  #partners .common_inner {
    width: 100%;
    min-width: 855px;
    margin: 0 auto;
    padding: 100px 50px 80px 50px;
    background-color: #f5f5f5;
    border: solid 6px #0b318f;
    border-radius: 30px;
  }
  #partners .stitle {
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #0b318f;
  }
  #partners .stitle:before {
    content: '';
    display: block;
    background: url(../images/top/partners_title.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 314px;
    height: 45px;
    margin: 0 auto 10px auto;
  }
  #partners .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #partners .list li {
    width: 270px;
    margin: 0 15px 20px 15px;
  }
  #partners .list li a {
    display: block;
    position: relative;
  }
  #partners .list li a img {
    width: 100%;
    height: auto;
  }
  #partners .list li a p {
    padding: 10px 0 0 0;
    font-size: 1.4rem;
  }
  #partners .list li a:hover {
    text-decoration: none;
  }
  #partners .list li a.comingsoon p {
    opacity: 0;
  }
  #partners .list li a.comingsoon:hover {
    opacity: 1;
  }
  #partners .list li a.comingsoon:after {
    content: 'Coming soon';
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 80px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #666;
    font-size: 1.6rem;
    line-height: 80px;
  }
  #partners .list li.noimage a figure {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    background-color: #fff;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    justify-content: center;
  }
  #partners .list.slick_partner li {
    display: block;
    width: 300px;
    margin: 0;
    padding: 0 15px 20px 15px;
  }
  #partners .date {
    text-align: right;
    font-size: 1.4rem;
    padding: 20px 50px 0 0;
    color: #969696;
  }
  #partners.scroll .common_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #partners.scroll .list {
    width: 100%;
    height: 100px;
    display: block;
  }
  #partners.scroll .list li {
    max-width: 272px;
    padding: 0 1px;
    margin: 0;
    display: block;
  }
  #partners.scroll .list li p {
    display: none;
  }
  #partners.scroll .common_btn {
    margin: 30px auto 0 auto;
  }

  #about {
    transform: translate3d(0, -1px, 0);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }
  #about:before {
    content: '';
    width: 6px;
    height: 100px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #about .common_inner {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
  }
  #about .wrap {
    width: 75%;
    background-color: #f5f5f5;
    border: solid 6px #0b318f;
    border-radius: 30px;
    position: relative;
  }
  #about .head {
    width: 100%;
    padding: 60px 0 5px 0;
    border-bottom: solid 6px #0b318f;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #about .head:after {
    content: '';
    width: 780px;
    height: 6px;
    background-color: #8edaff;
    position: absolute;
    bottom: -6px;
    left: 0;
  }
  #about .head .stitle {
    width: 320px;
    margin-right: 40px;
    padding-right: 20px;
    color: #006de5;
    font-size: 2rem;
    font-weight: bold;
    order: 2;
    text-align: right;
  }
  #about .head .stitle:after {
    content: '';
    background: url(../images/top/mission_title.svg) 0 0 no-repeat;
    width: 300px;
    height: 53px;
    margin-top: 10px;
    display: block;
  }
  #about .head p {
    width: calc(100% - 300px);
    padding: 50px 0 0 30px;
    color: #000;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: left;
  }
  #about .lead {
    padding: 50px 90px 0 90px;
    font-size: 1.8rem;
    line-height: 1.667;
  }
  #about .common_btn {
    margin: 50px 0 70px 90px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  body {
    background: url(../images/common/bg_top.png) center center no-repeat;
    background-size: 100% auto;
    background-blend-mode: multiply;
  }

  #attention .common_inner {
    padding: 4vw 0;
    margin: 50px auto 20px auto;
    background-color: #f5f5f5;
  }
  #attention .common_inner .list {
    padding: 0 10px 0 10px;
    margin: 0 10px;
  }
  #attention .common_inner .list li {
    width: 100%;
  }
  #attention .common_inner .list li .entry_cat {
    width: 100%;
    margin-bottom: 10px;
  }
  #attention .common_inner .list li .entry_cat span {
    min-width: 120px;
    padding: 6px 10px;
    display: inline-block;
    background-color: #CA0E17;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
  }
  #attention .common_inner .list li .entry_title {
    margin-bottom: 10px;
  }
  #attention .common_inner .list li .entry_title a {
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.3;
    color: #333;
  }
  #attention .common_inner .list li .entry_title a:hover {
    text-decoration: underline;
  }
  #attention .common_inner .list li.pdf .entry_title a:after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 17px;
    vertical-align: middle;
  }

  #kv {
    padding-bottom: 50px;
    margin: 40px auto 0 auto;
    background: url(../images/top/kv_bg.svg) center center no-repeat;
    background-size: auto 300px;
  }
  #kv h2 {
    width: 60%;
    padding: 0;
    margin: 0 auto;
  }
  #kv h2 img {
    width: 100%;
    height: auto;
  }
  #kv .slide {
    width: 80vw;
    height: calc(80vw * 1.739);
    padding: 0 2.75vw;
    margin: 0 auto;
    background: url(../images/top/kv_frame.svg) center center no-repeat;
    background-size: 100% auto;
    position: relative;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 200ms linear;
  }
  #kv .slide .slide_el {
    width: 100%;
    padding: 100px 16px 0 16px;
  }
  #kv .slide .slide_el img {
    width: 100%;
    height: auto;
  }
  #kv .slide .slide_el a {
    display: block;
    width: 100%;
  }
  #kv .slide .slide_el .caps {
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #kv .slide .slide_el.main {
    padding-top: 150px;
  }
  #kv .slide .slick-dots {
    padding: 0 20px;
    bottom: 140px;
    left: 0;
  }
  #kv .slide .slick-dots li {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
  }
  #kv .slide .slick-dots li button {
    width: 16px;
    height: 16px;
    background: #f5f5f5;
    border-radius: 50%;
  }
  #kv .slide .slick-dots li button:before {
    content: none;
  }
  #kv .slide .slick-dots li.slick-active button {
    background: #8edaff;
  }
  #kv .slide.slick-initialized {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #kv .common_btn {
    width: 65vw;
    margin: 0 auto;
    position: absolute;
    top: calc(80vw * 1.739 - 5vw);
    left: 0;
    right: 0;
  }
  #kv .common_btn a {
    background-image: none;
    font-size: 3.4vw;
    background-color: #122D8D;
  }
  #kv .common_btn a:before {
    content: '▶';
    display: inline-block;
    margin-right: 8px;
    font-size: 1rem;
  }

  #news {
    padding: 0 3vw 50px 3vw;
    position: relative;
  }
  #news:before {
    content: '';
    width: 3px;
    height: 55px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
    transform: translate3d(2.5vw, 0, 0);
  }
  #news .wrap {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 3px #0b318f;
    border-radius: 20px;
    position: relative;
  }
  #news .head {
    width: 100%;
    padding: 20px 0 5px 0;
    border-bottom: solid 3px #8edaff;
    position: relative;
  }
  #news .head .stitle {
    padding-right: 20px;
    color: #006de5;
    font-size: 1.6rem;
    font-weight: bold;
    order: 2;
    text-align: right;
  }
  #news .head .stitle:after {
    content: '';
    background: url(../images/top/news_title.svg) 0 0 no-repeat;
    background-size: contain;
    width: 133px;
    height: 34px;
    margin: 10px 0 0 10px;
    display: inline-block;
  }
  #news .list {
    padding: 20px;
  }
  #news .list li {
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #c8c8c8;
    position: relative;
  }
  #news .list li:first-child {
    border-top: none;
  }
  #news .list li .entry_cat {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #news .list li .entry_cat span {
    min-width: 134px;
    padding: 3px 0;
    display: inline-block;
    background-color: #006de5;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    line-height: 1;
  }
  #news .list li .entry_title {
    width: 100%;
  }
  #news .list li .entry_title dt {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #969696;
  }
  #news .list li .entry_title dd a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #000;
    line-height: 1.3;
  }
  #news .list li .entry_title dd a:hover {
    text-decoration: underline;
  }
  #news .common_btn {
    width: 80%;
    margin: 20px auto 40px auto;
  }
  #news .common_btn a {
    width: 100%;
    display: inline-block;
  }

  #products {
    padding: 0 3vw 50px 3vw;
    position: relative;
  }
  #products:before {
    content: '';
    width: 3px;
    height: 55px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
    transform: translate3d(2.5vw, 0, 0);
  }
  #products .common_inner {
    width: 100%;
    padding: 0 0 20px 0;
    background-color: #f5f5f5;
    border: solid 3px #0b318f;
    border-radius: 20px;
    position: relative;
  }
  #products .common_inner .head {
    width: 100%;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
    border-bottom: solid 3px #8edaff;
    position: relative;
  }
  #products .common_inner .head .stitle {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #006de5;
    font-size: 1.6rem;
    font-weight: bold;
    order: 2;
  }
  #products .common_inner .head .stitle:after {
    content: '';
    background: url("../images/top/lineup_title.svg") 0 bottom no-repeat;
    background-size: contain;
    width: 180px;
    height: 34px;
    margin: 10px 0 0 10px;
    display: block;
  }
  #products .common_inner .head p {
    padding: 0 0 0 15px;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: left;
  }
  #products .common_inner .list {
    margin-bottom: 40px;
  }
  #products .common_inner .list .box {
    width: 90%;
    margin: 0 auto 20px auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
    overflow: hidden;
  }
  #products .common_inner .list .box a {
    padding: 20px;
    display: block;
    background-color: #fff;
    text-align: center;
  }
  #products .common_inner .list .box a .image {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #products .common_inner .list .box a .image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #products .common_inner .list .box a .name {
    margin-bottom: 20px;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    order: 2;
    color: #006de5;
  }
  #products .common_inner .list .box a .name span {
    padding-top: 10px;
    font-size: 1.8rem;
    display: block;
  }
  #products .common_inner .list .box a .text {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #products .common_inner .list .box a .text span {
    padding-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
  #products .common_inner .list .box a .note {
    text-align: left;
    font-size: 1.4rem;
    color: #f00;
    display: block;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #products .common_inner .list .box a .btn {
    padding: 10px 30px;
    margin: 0 auto 10px auto;
    background-image: none;
    background-color: #122d8d;
    border-radius: 20px;
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
  }
  #products .common_inner .list .box a:hover {
    background-color: #8edaff;
    text-decoration: none;
  }
  #products .common_inner .list .box a:hover img {
    opacity: 1;
  }
  #products .common_inner .list .box a:hover .btn {
    background-color: #006de5;
  }
  #products .common_inner .list.col2 .box.noimage a {
    padding-top: 30px;
  }
  #products .common_inner .list.col2 .box.noimage a .name {
    font-size: 2.6rem;
  }
  #products .common_inner .common_btn {
    width: 80%;
    margin: 20px auto 10px auto;
  }

  #partners {
    padding: 0 3vw 50px 3vw;
    position: relative;
  }
  #partners:before {
    content: '';
    width: 3px;
    height: 55px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
    transform: translate3d(2.5vw, 0, 0);
  }
  #partners .common_inner {
    width: 100%;
    padding: 20px 0;
    background-color: #f5f5f5;
    border: solid 3px #0b318f;
    border-radius: 20px;
    position: relative;
  }
  #partners .stitle {
    padding-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #0b318f;
  }
  #partners .stitle:before {
    content: '';
    display: block;
    background: url(../images/top/partners_title.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 220px;
    height: 40px;
    margin: 0 auto 0 auto;
  }
  #partners .list li {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  #partners .list li a {
    display: block;
    position: relative;
  }
  #partners .list li a p {
    padding: 10px 0 0 0;
    font-size: 1.5rem;
  }
  #partners .list li a:hover {
    text-decoration: none;
  }
  #partners .list li a.comingsoon p {
    opacity: 0;
  }
  #partners .list li a.comingsoon:hover {
    opacity: 1;
  }
  #partners .list li a.comingsoon:after {
    content: 'Coming soon';
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 80px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #666;
    font-size: 1.6rem;
    line-height: 80px;
  }
  #partners .list li.noimage a figure {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    background-color: #fff;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    justify-content: center;
  }
  #partners .date {
    width: 100%;
    text-align: right;
    font-size: 1.3rem;
    padding: 20px 8% 0 0;
    color: #969696;
  }
  #partners.scroll .common_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #partners.scroll .list {
    width: 100%;
    height: 21.334vw;
    min-height: 80px;
    overflow: hidden;
    display: block;
    pointer-events: none;
  }
  #partners.scroll .list li {
    max-width: 272px;
    padding: 0 1px;
    margin: 0;
    display: block;
  }
  #partners.scroll .list li p {
    display: none;
  }
  #partners.scroll .common_btn {
    width: 80%;
    margin: 20px auto 10px auto;
  }

  #about {
    padding: 0 3vw 50px 3vw;
    position: relative;
  }
  #about:before {
    content: '';
    width: 3px;
    height: 50px;
    margin: 0 auto;
    background-color: #0b318f;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    transform: translate3d(2.5vw, 0, 0);
  }
  #about .wrap {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 3px #0b318f;
    border-radius: 20px;
    position: relative;
  }
  #about .head {
    width: 100%;
    padding: 20px 0 5px 0;
    border-bottom: solid 3px #8edaff;
    position: relative;
  }
  #about .head .stitle {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #006de5;
    font-size: 1.6rem;
    font-weight: bold;
    order: 2;
  }
  #about .head .stitle:after {
    content: '';
    background: url(../images/top/mission_title.svg) 0 bottom no-repeat;
    background-size: contain;
    width: 180px;
    height: 34px;
    margin: 10px 0 0 10px;
    display: inline-block;
  }
  #about .head p {
    padding: 0 0 0 15px;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: left;
  }
  #about .lead {
    padding: 20px 20px 30px 20px;
    font-size: 1.6rem;
    line-height: 1.667;
  }
  #about .common_btn {
    width: 80%;
    margin: 20px auto 30px auto;
  }
}
