@font-face {
  font-family: 'Noto Sans CJK JP Medium';
  src: url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype');
}

html {
    font-size: 10px;
}

body {
    color: #000000;
    font-family: 'Noto Sans CJK JP Medium', '游ゴシック', 'Yu Gothic', system-ui, monospace;

    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;

    margin: 0;
    padding: 0;
}

.hide {
    opacity: 0;
    transition: .5s opacity;
}

.show {
    opacity: 1;
}

header {
    background: url('../images/top.jpg');
    background-position: 0 0; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #999;

    color: #fff;

    position: relative;
    width: 150rem;
    height: 74.5rem;
    margin: 0 auto;
}

.header_company {
    position: absolute;
    top: 2rem;
    left: 2.8rem;
}

.header_company span {
    font-size: 2rem;

    margin-left: 0.5rem;
}

.header_company img {
    width: 30rem;
    height: 3.6rem;
    margin-top: 0.8rem;
}

.header_lineup {
    display: block!important;
    position: absolute;
    top: 16rem;
    width: 150rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header_lineup li {
    list-style: none;

    display: inline-block;
    padding: 1.5rem;
}

.header_lineup div {
    font-size: 2rem;
    text-indent: 1rem;

    position: relative;
    z-index: 0;
}

.header_lineup div:after {
    background: linear-gradient(-90deg, #1b6099, #6fb9ba);
    content: ' ';

    display: flex;
    justify-content: center;
    position: relative;
    width: calc(100% + 0.5rem);
    height: 1.4rem;
    overflow: hidden;
    transform: skew(-15deg) translateY(-1rem);
    z-index: -1;
}

.header_subtitle {
    font-size: 3.8rem;

    position: absolute;
    top: 26rem;
    width: 150rem;
    margin: 0;
    text-align: center;
}

.header_subtitle .spbr {
    display: none;
}

h1 {
    position: absolute;
    top: 33rem;
    width: 150rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 img:nth-of-type(1) {
    display: block;
    width: 100rem;
    height: 13rem;
    margin: 0 auto;
}

h1 img:nth-of-type(2) {
    display: none;
}

.header_request {
    background: linear-gradient(-90deg, #1b6099, #6fb9ba);
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 50rem;
    width: 50rem;
    height: 9.5rem;
    margin: 0 50rem;
    transform: skew(-15deg);
}

.header_request:hover {
    background: linear-gradient(-90deg, #3e79b5, #89d4d4);
}

.header_request > span {
    font-size: 2.8rem;
    letter-spacing: 0.8rem;

    transform: skew(15deg);
}

.header_request span:after {
    content: '▲';

    color: #51c8dc;
    font-size: 1.6rem;
    font-family: serif;

    display: inline-block;
    position: absolute;
    top: 0.5rem;
    right: -5rem;
    transform: rotateZ(90deg);
}

.header_request img {
    display: none;
}

.header_contact {
    font-size: 1.2rem;
    line-height: 2rem;
    white-space: nowrap;

    display: flex;
    position: absolute;
    top: 2rem;
    right: 2.8rem;
}

.header_contact div:first-of-type {
    margin: 0 1rem;
    text-align: center;
}

.header_contact div:first-of-type img {
    cursor: pointer;

    width: 5rem;
    height: 5rem;
}

.header_contact div:first-of-type img:hover {
    filter: brightness(1.1);
}

.header_contact div:last-of-type {
    text-align: center;
}

.header_contact div:last-of-type img {
    cursor: pointer;

    width: 34.2rem;
    height: 4.6rem;
    margin: 0.2rem 0;
}

.header_hexagon1 {
    position: absolute;
    top: 54rem;
    right: 36rem;
    text-align: center;
}

.header_hexagon2 {
    position: absolute;
    top: 54rem;
    right: 20rem;
    text-align: center;
}

[class^=header_hexagon] > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.4rem;
    height: 16.6rem;
    z-index: 0;
}

[class^=header_hexagon] span {
    font-size: 1.8rem;
    line-height: 3rem;

    position: absolute;
    top: 0;
    left: 0;
    width: 14.4rem;
    height: 16.6rem;
    transform: translateY(20%);
    z-index: 1;
}

[class^=header_hexagon] span > img {
    width: 9rem;
    height: 3.5rem;
    margin: 0.5rem;
    
    vertical-align: bottom;
}

.header_scroll {
    /* display: flex; */
    display: none;
    position: absolute;
    top: 100rem;
    left: 50%;
}

.header_scroll div:first-of-type {
    border-left: 0.3rem solid #fff;
    border-bottom: 0.4rem solid #fff;
    width: 1rem;
    height: 10rem;
    transform: skewY(-60deg);
}

.header_scroll div:last-of-type {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 10rem;

    margin: 0 1.5rem;
}

.global_nav {
    background-color: #000000;

    line-height: 7.2rem;

    position: absolute;
    top: 74.5rem;
    left: 0;
    right: 0;
    width: 150rem;
    height: 7.2rem;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 100;
}

.global_nav ul {
    margin: 0;
    padding: 0;
}

.global_nav li {
    border-right: 0.1rem solid #ccc;

    color: #fff;
    letter-spacing: 0.3rem;
    line-height: 3rem;
    white-space: nowrap;

    display: inline-block;
    width: calc(50% / 6);
    padding: 0 4.5rem;
    text-align: center;
}

.global_nav li:last-of-type {
    border-style: none;
}

.global_nav a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    transition: 0.3s;
}

.global_nav a:hover {
    opacity: 0.2;
}

.sp_button {
    display: none;
}

.fix {
    position: fixed;
    top: 0;
}

main {
    position: relative;
    width: 150rem;
    margin: 0 auto;
}


.common_banner {
    display: flex;
    justify-content: center;
}

.common_request,
.common_contact {
    font-size: 1.6rem;
    line-height: 4rem;

    position: relative;
}

.common_request div,
.common_contact div {
    background: linear-gradient(-90deg, #1b6099, #6fb9ba);
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 50rem;
    height: 9.5rem;
    margin: 0 4rem;
    transform: skew(-15deg);
}

.common_request > span,
.common_contact > span:first-of-type {
    color: #51c8dc;
    font-family: serif;
}

.common_request div:hover,
.common_contact div:hover {
    background: linear-gradient(-90deg, #3e79b5, #89d4d4);
}

.common_request div > span {
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.8rem;

    transform: skew(15deg);
}

.common_contact > span:last-of-type {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    white-space: nowrap;

    position: absolute;
    top: 7rem;
    right: 9.5rem;
    text-align: left;
}

.common_request div > span:after {
    content: '▲';

    color: #51c8dc;
    font-size: 1.6rem;
    font-family: serif;

    display: inline-block;
    position: absolute;
    top: 0.5rem;
    right: -5rem;
    transform: rotateZ(90deg);
}

.common_request img {
    display: none;
}

.common_contact > span:last-of-type:after {
    content: '▲';

    color: #51c8dc;
    font-size: 1.6rem;
    font-family: serif;

    display: inline-block;
    position: absolute;
    top: 1.2rem;
    right: -3rem;
    transform: rotateZ(90deg);
}

.common_contact div img {
    float: left;
    width: 31.2rem;
    height: 4.2rem;
    margin-right: 14rem;
    transform: skew(15deg);
}


.part1_container {
    text-align: center;
}

.part1_container h2 img:first-of-type {
    width: 100rem;
    margin: 17.2rem 0 0;
}

.part1_container h2 img:last-of-type {
    display: none;
}

.part1_spdiv {
    display: none;
}

.part1_spbr {
    display: none;
}

.part1_container p {
    font-size: 2rem;
    line-height: 3.5rem;
}

.part1_pr {
    display: flex;
    width: 110rem;
    margin: 6rem auto;
}

.part1_pr div {
    font-size: 1.6rem;
    white-space: nowrap;

    width: 18rem;
    margin: 0 2rem;
}

.part1_pr img {
    width: 14rem;
    height: 10rem;
    margin: 2rem;
}

.part1_sptext {
    display: none;
}


.bg2 {
    position: absolute;
    width: 150rem;
    height: 250rem;
    overflow: hidden;
    transform: translateY(20rem);
    z-index: -1;
    
}

.bg2 div:first-of-type {
    background: #333;

    width: 300rem;
    height: 80rem;
    opacity: 0.04;
    transform: rotateZ(14.2deg) translateX(-70rem) translateY(125rem);
    transform-origin: center top;
}

.bg2 div:last-of-type {
    background: #333;

    width: 300rem;
    height: 95rem;
    opacity: 0.04;
    transform: rotateZ(-19deg) translateX(-70rem) translateY(-24rem);
    transform-origin: center top;
}


.part2_container {
    text-align: center;
}

.part2_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 1rem;
    line-height: 6.2rem;

    margin: 0;
    padding-top: 20.5rem;
}

.part2_container h2:after {
    background: linear-gradient(-90deg, #1b6099, #6fb9ba);
    content: '\a';

    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
    white-space: pre;

    display: block;
    width: 60rem;
    height: 5rem;
    margin: 0 auto;
    transform: scale(0.1) translateY(6rem);
}

.part2_container h3 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.4rem;
    line-height: 5.5rem;

    margin: 2.2rem;
}

.part2_spbr {
    display: none;
}

.part2_achievement {
    display: flex;
    justify-content: center;
}

.part2_achievement > div {
    width: 30rem;
    margin: 4rem;
    text-align: left;
}

.part2_container h4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 6rem;
    white-space: nowrap;

    margin: 0;
}

.part2_achievement img {
    width: 30rem;
    height: 20rem;
}

.part2_text {
    font-size: 1.6rem;
}

.part2_achievement p {
    font-size: 1.2rem;
}


.part3_container {
    text-align: center;
}

.part3_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 4.2rem;

    margin: 0;
    padding-top: 22rem;
}

.part3_container ul {
    list-style: none;

    font-size: 2rem;
    line-height: 5rem;
    white-space: nowrap;

    margin: 6rem 31% 3rem;
    padding: 0;
    text-align: left;
}

.part3_container li {
    display: flex;
}

.part3_container li > img {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 2rem;
    transform: translateY(1rem);
}

.part3_triangle img {
    width: 22rem;
    height: 5rem;
}

.part3_container h3 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 4.2rem;

    margin: 0;
    padding-top: 3rem;
}

.part3_spbr {
    display: none;
}


.bg4 {
    position: absolute;
    width: 150rem;
    height: 250rem;
    overflow: hidden;
    z-index: -1;
}

.bg4 div:first-of-type {
    background-color: #19b4dc;

    width: 300rem;
    height: 156rem;
    opacity: 0.04;
    transform: rotateZ(14.2deg) translateX(-70rem) translateY(50rem);
    transform-origin: center top;
}

.bg4 div:last-of-type {
    background-color: #19b4dc;

    width: 300rem;
    height: 170rem;
    opacity: 0.04;
    transform: rotateZ(-19deg) translateX(-70rem) translateY(-150rem);
    transform-origin: center top;
}


.part4_container {
    text-align: center;
}

.part4_subtitle {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;

    margin-bottom: 1.8rem;
    padding-top: 22rem;
}

.part4_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 1rem;
    line-height: 6.7rem;

    margin: -0.5rem 0 0;
}

.part4_container h2:after {
    background: linear-gradient(-90deg, #1b6099, #6fb9ba);
    content: '\a';

    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
    white-space: pre;

    display: block;
    width: 60rem;
    height: 5rem;
    margin: 0 auto;
    transform: scale(0.1) translateY(6rem);
}

.part4_container h3 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3rem;
    line-height: 5.5rem;

    margin: 1.5rem;
}

.part4_sptext {
    display: none;
}

.part4_feature {
    display: flex;
    flex-wrap: wrap;
    width: 100rem;
    margin: 6rem auto 12rem;
}

.part4_feature > div {
    position: relative;
    width: 42rem;
    margin: 0 4rem;
    text-align: left;
}

.part4_feature div:nth-of-type(1) > label div {
    width: 36rem;
}

.part4_feature input[type=checkbox],
.part4_accordion_sp {
    display: none;
}

.part4_feature div:nth-of-type(1) > img:first-of-type {
    width: 6rem;
    height: 8rem;
}

.part4_feature div:nth-of-type(1) > img:last-of-type {
    position: absolute;
    top: 4rem;
    right: 6rem;
    width: 11rem;
    height: 12rem;
    margin: 1rem;
}

.part4_feature div:nth-of-type(2) {
    margin-top: 12rem;
}

.part4_feature div:nth-of-type(2) > label div {
    width: 42rem;
}

.part4_feature div:nth-of-type(2) > img:nth-of-type(1) {
    width: 6rem;
    height: 8rem;
}

.part4_feature div:nth-of-type(2) > img:nth-of-type(2) {
    display: block;
    position: absolute;
    top: 9rem;
    right: 2.5rem;
    width: 11rem;
    height: 12rem;
    margin: 1rem;
}

.part4_feature div:nth-of-type(2) > img:nth-of-type(3) {
    display: none;
    position: absolute;
    top: 9rem;
    right: 2.5rem;
    width: 11rem;
    height: 12rem;
    margin: 1rem;
}

.part4_feature div:nth-of-type(3) > label div {
    width: 30.5rem;
    margin-left: 11.5rem;
}

.part4_feature div:nth-of-type(3) > img:first-of-type {
    position: absolute;
    top: 2rem;
    left: 1rem;
    width: 6rem;
    height: 8rem;
}

.part4_feature div:nth-of-type(3) > img:last-of-type {
    position: absolute;
    top: 12rem;
    left: -2.5rem;
    width: 9rem;
    height: 10rem;
    margin: 2rem;
}

.part4_feature div:nth-of-type(3) > h4 {
    width: 30.5rem;
    margin-left: 11.5rem;
}

.part4_feature div:nth-of-type(4) {
    margin-top: 18rem;
}

.part4_feature div:nth-of-type(4) > label div {
    width: 30.5rem;
    margin-left: 11.5rem;
}

.part4_feature div:nth-of-type(4) > img:first-of-type {
    position: absolute;
    top: 2rem;
    left: 1rem;
    width: 6rem;
    height: 8rem;
}

.part4_feature div:nth-of-type(4) > img:last-of-type {
    position: absolute;
    top: 11rem;
    left: -2.5rem;
    width: 9rem;
    height: 10rem;
    margin: 2rem;
}

.part4_feature div:nth-of-type(4) > h4 {
    width: 30.5rem;
    margin-left: 11.5rem;
}

.part4_feature div:nth-of-type(5) > label div {
    width: 33rem;
    margin-left: 4rem;
}

.part4_feature div:nth-of-type(5) > img:first-of-type {
    width: 6rem;
    height: 8rem;
    margin-top: 4rem;
    margin-left: 4rem;
    margin-bottom: 1rem;
}

.part4_feature div:nth-of-type(5) > img:last-of-type {
    position: absolute;
    top: 2rem;
    right: 5rem;
    width: 9rem;
    height: 10rem;
    margin: 2rem;
}

.part4_feature div:nth-of-type(5) > h4 {
    width: 33rem;
    margin-left: 4rem;
}

.part4_feature div:nth-of-type(6) {
    margin-top: 16rem;
}

.part4_feature div:nth-of-type(6) > label div {
    width: 30.5rem;
    margin-left: 11.5rem;
}

.part4_feature div:nth-of-type(6) > img:first-of-type {
    position: absolute;
    top: 2rem;
    left: 1rem;
    width: 6rem;
    height: 8rem;
}

.part4_feature div:nth-of-type(6) > img:last-of-type {
    position: absolute;
    top: 12rem;
    left: -2.5rem;
    width: 9rem;
    height: 10rem;
    margin: 2rem;
}

.part4_feature div:nth-of-type(6) > h4 {
    width: 30.5rem;
    margin-left: 11.5rem;
}

.part4_feature h4 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 4.5rem;
    white-space: nowrap;

    margin: 1rem 0;
}

.part4_accordion {
    font-size: 1.6rem;
}


.part5_container {
    padding-top: 20rem;
    text-align: center;
}

.part5_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.3rem;
    line-height: 9.6rem;
    white-space: nowrap;

    margin: 0;
}

.part5_panel {
    background-color: #4fc8db;

    color: #fff;
    font-size: 1.8rem;

    width: 105rem;
    margin: 0 auto;
}

.part5_panel div {
    padding-top: 2rem;
}

.part5_panel div:before {
    content: '＼';

    font-size: 2.4rem;
    font-weight: 300;

    margin-right: 2rem;
}

.part5_panel div:after {
    content: '／';

    font-size: 2.4rem;
    font-weight: 300;

    margin-left: 2rem;
}

.part5_container p:first-of-type {
    font-size: 2.4rem;
    line-height: 4rem;

    padding-top: 2rem;
}

.part5_container p:last-of-type {
    font-size: 1.6rem;
    line-height: 3rem;

    padding-top: 2rem;
    padding-bottom: 10rem;
}

.part5_price {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;

    display: flex;
    justify-content: center;
    width: 78rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.part5_price div > div {
    border-top: 0.5rem solid #4fc8db;
    border-bottom: 0.5rem solid #4fc8db;

    color: #4fc8db;
    letter-spacing: 0;
    white-space: nowrap;

    max-width: 27rem;
    margin: 0.5rem 3rem 1rem;
    padding: 0.7rem 2rem 2rem;
}

.part5_price div:first-of-type > div img {
    width: 12.5rem;
    height: 7.5rem;
    vertical-align: bottom;
    transform: translateY(1.3rem);
}

.part5_price div:last-of-type > div img {
    width: 16rem;
    height: 7.5rem;
    vertical-align: bottom;
    transform: translateY(1.3rem);
}

.part5_price div > div span {
    font-size: 2.4rem;
}


.part6_container {
    background-color: #f0f0f0;

    text-align: center;
}

.part6_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.6rem;
    line-height: 6rem;

    margin: 0;
    padding-top: 8.5rem;
}

.part6_container h2:after {
    background-color: #4fc8dd;
    content: '\a';

    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
    white-space: pre;

    display: block;
    width: 60rem;
    height: 5rem;
    margin: 0 auto;
    transform: scale(0.1) translateY(6rem);
}

.part6_slick {
    width: 98rem;
    margin: 0 auto;
    padding-bottom: 12rem;
}

.part6_slick_content .part6_slick_row {
    display: flex!important;
    width: 98rem;
    height: 48.2rem;
    margin: 0 auto;
}

.part6_slick_content .part6_slick_row > img {
    width: 48.6rem;
    height: 35rem;
    margin: 2.5rem;
    margin-top: 6rem;
}

.part6_slick_content .part6_slick_text {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 3.6rem;

    display: block!important;
    width: 39.6rem;
    height: 35rem;
    margin: 2.5rem;
    margin-top: 6rem;
    text-align: left;
}

.part6_slick_content .grad-trigger,
.part6_slick_content .grad-btn {
    display: none;
}

.part6_slick_content .grad-item {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.4rem;
    margin: 2rem 0;
}

.part6_slick .slick-next {
    border-style: solid;
    border-width: 3rem 0 3rem 2.5rem;
    border-color: transparent transparent transparent #4fc8dd;

    right: -4rem;
    width: 0;
    height: 0;
    transform: translateY(1.5rem);
}

.part6_slick .slick-prev {
    border-style: solid;
    border-width: 3rem 2.5rem 3rem 0;
    border-color: transparent #4fc8dd transparent transparent;

    left: -4rem;
    width: 0;
    height: 0;
    transform: translateY(3rem);
}

.part8_slick .slick-next {
    border-style: solid;
    border-width: 3rem 0 3rem 2.5rem;
    border-color: transparent transparent transparent #0059b3;

    right: -4rem;
    width: 0;
    height: 0;
    transform: translateY(3rem);
}

.part8_slick .slick-prev {
    border-style: solid;
    border-width: 3rem 2.5rem 3rem 0;
    border-color: transparent #0059b3 transparent transparent;

    left: -4rem;
    width: 0;
    height: 0;
    transform: translateY(3rem);
}

.slick-next:before {
    content: '';
}

.slick-prev:before {
    content: '';
}

.slick-dots {
    bottom: 6rem;
}

.slick-dots li button:before {
    font-size: 1rem;
}

.part6_slick .slick-dots li.slick-active button:before,
.part6_slick .slick-dots li button:hover:before,
.part6_slick .slick-dots li button:focus:before {
    color: #4fc8dd;

    opacity: 1;
}

.part8_slick .slick-dots li.slick-active button:before,
.part8_slick .slick-dots li button:hover:before,
.part8_slick .slick-dots li button:focus:before {
    color: #0059b3;

    opacity: 1;
}


.part7_container {
    padding-top: 10rem;
    text-align: center;
}

.part7_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.3rem;
    line-height: 9.6rem;
    white-space: nowrap;

    margin: 0;
}

.part7_panel {
    background-color: #0059b3;

    color: #fff;
    font-size: 1.8rem;

    width: 105rem;
    margin: 0 auto;
}

.part7_sptext {
    display: none;
}

.part7_panel div {
    padding-top: 2rem;
}

.part7_panel div:before {
    content: '＼';

    font-size: 2.4rem;
    font-weight: 300;

    margin-right: 2rem;
}

.part7_panel div:after {
    content: '／';

    font-size: 2.4rem;
    font-weight: 300;

    margin-left: 2rem;
}

.part7_container p:first-of-type {
    font-size: 2.4rem;
    line-height: 4rem;

    padding-top: 2rem;
}

.part7_container p:last-of-type {
    font-size: 1.6rem;
    line-height: 3rem;

    padding-top: 2rem;
    padding-bottom: 10rem;
}

.part7_price {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;

    display: flex;
    justify-content: center;
    width: 78rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.part7_price div > div {
    border-top: 0.5rem solid #0059b3;
    border-bottom: 0.5rem solid #0059b3;

    color: #0059b3;
    letter-spacing: 0;
    white-space: nowrap;

    max-width: 27rem;
    margin: 0.5rem 3rem 1rem;
    padding: 0.7rem 2rem 2rem;
}

.part7_price div:first-of-type > div img {
    width: 12.5rem;
    height: 7.5rem;
    vertical-align: bottom;
    transform: translateY(1.3rem);
}

.part7_price div:last-of-type > div img {
    width: 19rem;
    height: 7.5rem;
    vertical-align: bottom;
    transform: translateY(1.3rem);
}

.part7_price div > div span {
    font-size: 2.4rem;
}


.part8_container {
    background-color: #f0f0f0;

    text-align: center;
}

.part8_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.6rem;
    line-height: 6rem;

    margin: 0;
    padding-top: 8.5rem;
}

.part8_container h2:after {
    background-color: #0059b3;
    content: '\a';

    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
    white-space: pre;

    display: block;
    width: 60rem;
    height: 5rem;
    margin: 0 auto;
    transform: scale(0.1) translateY(6rem);
}

.part8_slick {
    width: 98rem;
    margin: 0 auto;
    padding-bottom: 12rem;
}

.part8_slick_content .part8_slick_row {
    display: flex!important;
    width: 98rem;
    height: 45rem;
    margin: 0 auto;
}

.part8_slick_content .part8_slick_row > img {
    width: 48.6rem;
    height: 35rem;
    margin: 2.5rem;
    margin-top: 6rem;
}

.part8_slick_content .part8_slick_text {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 3.6rem;

    display: block!important;
    width: 39.6rem;
    height: 35rem;
    margin: 2.5rem;
    margin-top: 6rem;
    text-align: left;
}

.part8_slick_content .grad-trigger,
.part8_slick_content .grad-btn {
    display: none;
}

.part8_slick_content .grad-item {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.4rem;
    margin: 2rem 0;
}

.part8_spbr {
    display: none;
}


.part9_container {
    position: relative;
    text-align: center;
}

.part9_container h2 {
    font-size: 3rem;
    font-weight: 300;   
    letter-spacing: 0.2rem;

    transform: translateY(6rem);
}

.part9_container a > img {
    display: none;
}

.part9_sptext {
    display: none;
}

.part9_table {
    border-collapse: collapse;

    display: table;
    width: 74rem;
    margin: 10rem auto;
}

.part9_tr,
.part9_pcheader {
    display: table-row;
}

.part9_tr:nth-of-type(2n) {
    background-color: #dcdcdc;
    border-bottom: 0.2rem solid #dcdcdc;
}

.part9_tr:nth-of-type(2n+1) {
    background-color: #ebebeb;
    border-bottom: 0.2rem solid #dcdcdc;
}

.part9_tr:last-of-type {
    border-bottom-style: none;
}

.part9_td {
    display: table-cell;

    padding: 1rem 2rem;
    vertical-align: middle;
}

.part9_tr .part9_td:nth-of-type(3n+1) {
    background-color: #3d3d3d;

    color: #fff;
    white-space: nowrap;

    width: 16rem;
    height: 2rem;
}

.part9_tr .part9_td:nth-of-type(3n+2) {
    border-right: 0.2rem solid #fff;

    white-space: nowrap;

    width: 26rem;
    height: 2rem;
}

.part9_tr .part9_td:nth-of-type(3n+3) {
    white-space: nowrap;

    width: 26rem;
    height: 2rem;
}

.part9_pcheader > .part9_td:nth-of-type(1) {
    height: 4rem;
}

.part9_pcheader > .part9_td:nth-of-type(2) {
    background-color: #4fc8db;
    border-right: 0.2rem solid #fff;

    color: #fff;
    font-size: 1.8rem;
    white-space: nowrap;

    height: 4rem;
}

.part9_pcheader > .part9_td:nth-of-type(3) {
    background-color: #0059b3;

    color: #fff;
    font-size: 1.8rem;
    white-space: nowrap;

    height: 4rem;
}

.part9_notes {
    width: 74rem;
    margin: 0 auto;
    text-align: left;
    transform: translateY(-7rem);
}

.part9_container hr {
    width: 105rem;
}

.part9_container h3 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.2rem;

    transform: translateY(6rem);
}

.part9_spec {
    background-color: #3d3d3d!important;
}

.part9_rowspan {
    display: block;
    height: 6.8rem!important;
    margin: 0;
    padding: 0;
}

.part9_rowspan .part9_rowspan_td {
    background-color: #dcdcdc;

    padding: 1rem 3rem;
    transform: translateY(-0.2rem);
}

.bg10 {
    position: absolute;
    width: 150rem;
    overflow: hidden;
    z-index: -1;
}

.bg10 div:first-of-type {
    background: #333;

    width: 300rem;
    height: 85rem;
    opacity: 0.04;
    transform: rotateZ(14.2deg) translateX(-70rem) translateY(53rem);
    transform-origin: center top;
}

.bg10 div:last-of-type {
    background: #333;

    width: 300rem;
    height: 90rem;
    opacity: 0.04;
    transform: rotateZ(-19deg) translateX(-70rem) translateY(-80rem);
    transform-origin: center top;
}

.part10_container {
    text-align: center;
}

.part10_container h2 {
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 1rem;
    line-height: 3.2rem;

    margin: 0;
    padding-top: 22rem;
}

.part10_container h2:first-letter,
.part10_qa p:first-letter {
    font-family: 'osaka';
    padding-right: 0.5rem;
}

.part10_container h2:after {
    background: linear-gradient(-90deg, #1b6099, #6fb9ba);
    content: '\a';

    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
    white-space: pre;

    display: block;
    width: 60rem;
    height: 5rem;
    margin: 0 auto;
    transform: scale(0.1) translateY(6rem);
}

.part10_qa {
    width: 74rem;
    margin: 2rem auto;
    text-align: left;
}

.part10_qa p {
    font-size: 2rem;

    margin: 3rem 0 2.5rem;
}

.part10_container hr {
    width: 74rem;
}

.part10_notes {
    background-color: #3d3d3d;

    color: #fff;
    line-height: 2rem;

    width: 66rem;
    margin: 10rem auto;
    padding: 1rem 6rem 4rem;
    text-align: left;
}

.part10_notes h3 {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 4.8rem;

    text-align: center;
}


.part11_container {
    text-align: center;
}

.part11_container h2 {
    font-size: 3rem;
    font-weight: 300;   
    letter-spacing: 0.2rem;

    padding-bottom: 2rem;
    transform: translateY(8rem);
}

.part11_table {
    border-collapse: collapse;

    display: table;
    margin: 10rem auto;
}

.part11_tr {
    display: table-row;
}

.part11_tr .part11_td:last-child {
    width: 61rem;
}

.part11_td {
    display: table-cell;

    padding: 0.5rem 2rem;
    text-align: left;
    vertical-align: top;
}

.part11_spbr {
    display: none;
}

.pagetop {
    cursor: pointer;

    display: none;
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 8rem;
    height: 8rem;
}

.pagetop.end {
    position: absolute;
    bottom: 19rem;
}

.pagetop img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
}

footer {
    position: relative;
}

.footer_container {
    width: 150rem;
    height: 23rem;
}

.footer_container h2 {
    margin: 0;
    padding: 6rem 0 0;
    text-align: center;
}

.footer_container h2 img {
    width: 50rem;
    height: 6.5rem;
    z-index: 1;
}

.powered {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 4rem;

    width: 50rem;
    margin: 0 auto;
    text-align: right;
    z-index: 1;
}

.copyright {
    color: #fff;
    font-family: arial;
    font-size: 1rem;
    font-weight: 300;
    line-height: 4rem;

    margin-top: 1.5rem;
    text-align: center;
    z-index: 1;
}

.bgfoot {
    background: linear-gradient(-90deg, #005ab4, #6fb9ba);

    position: absolute;
    bottom: 0;
    width: 150rem;
    height: 23rem;
    overflow: hidden;
    z-index: -1;
}

.bgfoot div:nth-last-of-type(1) {
    background: #333;

    position: absolute;
    width: 300rem;
    height: 30rem;
    opacity: 0.04;
    transform: rotateZ(14.2deg) translateX(-70rem) translateY(36rem);
    transform-origin: center top;
}

.bgfoot div:nth-last-of-type(2) {
    background: #333;

    position: absolute;
    width: 300rem;
    height: 30rem;
    opacity: 0.04;
    transform: rotateZ(-19deg) translateX(-70rem) translateY(-15rem);
    transform-origin: center top;
}

.sp_burger {
    display: none;
    position: relative;
    margin: 0 2rem;
}

.my-parts-hidden {
  display: none;
}

#my-parts-icon {
  cursor: pointer;
  display: inline-block;
  height: 6rem;
  position: relative;
  width: 5rem;
}

#my-parts-icon span::before,
#my-parts-icon span::after {
  -webkit-transform: rotate(0);
  background: #fff;
  content: '';
  display: block;
  height: 7%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#my-parts-icon::after {
  color: #fff;
  content: 'MENU';
  font-size: 1.6rem;

  position: absolute;
  top: 5rem;
}

#my-parts-icon span::before {
  margin-top: -20%;
}

#my-parts-icon span::after {
  margin-top: 20%;
}

#my-parts-checkbox:checked ~ #my-parts-icon span {
  background: rgba(51, 51, 51, 0);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::before,
#my-parts-checkbox:checked ~ #my-parts-icon span::after {
  content: '';
  display: block;
  height: 7%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#my-parts-checkbox:checked ~ #my-parts-icon::after {
    content: 'CLOSE';
    transform: translateX(-0.25rem);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


/* 2021.11 追加コンテンツ
------------------------------------ */
.backup_spbr {
	display: none;
}

.backup_pcbr {
	display: block;
}

.backup_container {
	padding-top: 6rem;
	background-color: #ffffff;
}

.backup_container h2 {
	margin: 0 auto;
	padding-bottom: 9rem;
	position: relative;
	font-size: 4.2rem;
	font-weight: 300;
	letter-spacing: 0.5rem;
	line-height: 1.5;
	text-align: center;
}

.backup_container h2::after {
	content: "";
	width: 6rem;
	height: 0.5rem;
	position: absolute;
	bottom: 6rem;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(-90deg, #1b6099, #6fb9ba);
}

.backup_trouble {
	width: 105rem;
	margin: 0 auto;
	padding: 5rem 7rem;
	position: relative;
	box-sizing: border-box;
	background-color: #e9f6fa;
	border-radius: 1rem;
}

.backup_trouble h3 {
	margin: 0 auto 2rem;
	font-size: 2.6rem;
	line-height: 1.7;
}

.backup_trouble-text {
	width: 50%;
	margin: 0;
	font-size: 1.8rem;
	line-height: 2;
}

.backup_trouble-img {
	width: 50rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.backup_trouble-img img {
	width: 100%;
	vertical-align: bottom;
}

.backup_trouble-case {
	padding: 6rem 0;
	position: relative;
	background-color: #ffffff;
}

.backup_trouble-case::after {
	content: "";
	position: absolute;
	bottom: -4.9rem;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 5rem 11rem 0 11rem;
	border-color: #ffffff transparent transparent transparent;
}

.backup_trouble-case h3 {
	margin: 0 auto 4rem;
	font-size: 3.5rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
	text-align: center;
}

.backup_trouble-case h3 > span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
}

.backup_case-list {
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.backup_case-item {
	width: 21.5%;
	text-align: center;
}

.backup_case-img img {
	width: 100%;
}

.backup_case-head {
	margin: 0 auto 2rem;
	font-size: 3rem;
	line-height: 1.4;
}

.backup_case-text {
	margin: 0;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.7;
}

.backup_solution {
	padding: 12rem 2rem 10rem;
	color: #ffffff;
	background: transparent url(../images/backup_bg.jpg) no-repeat center center / cover;
	text-align: center;
}

.backup_solution h3 {
	margin: 0 auto 4rem;
	font-size: 4.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.backup_solution h3 > span {
	display: block;
	font-size: 2rem;
}

.backup_solution p {
	margin: 1em 0;
	font-size: 2rem;
	line-height: 2;
}

.mobile_spbr {
	display: none;
}

.mobile_pcbr {
	display: block;
}

.mobile_container {
	padding-top: 11rem;
	text-align: center;
}

.mobile_subtitle {
	margin: 0 auto 1.5rem;
	font-size: 2rem;
}

.mobile_container h2 {
	margin: 0 auto 4rem;
	padding-bottom: 3rem;
	position: relative;
	font-size: 4.2rem;
	font-weight: 300;
	letter-spacing: 0.5rem;
	line-height: 1.5;
}

.mobile_container h2::after {
	content: "";
	width: 6rem;
	height: 0.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(-90deg, #1b6099, #6fb9ba);
}

.mobile_lead {
	margin: 0 0 12rem;
	font-size: 3rem;
	line-height: 1.8;
}

.mobile_feature {
	padding-bottom: 11rem;
	position: relative;
}

.mobile_feature::before,
.mobile_feature::after {
	content: "";
	width: 100%;
	position: absolute;
	z-index: -1;
}

.mobile_feature::before {
	height: 100%;
	bottom: 0;
	left: 0;
	transform: skewY(14deg) translateY(25rem);
	background-color: #26a9cd;
	opacity: 0.05;
}

.mobile_feature::after {
	height: 105%;
	bottom: 0;
	right: 0;
	transform: skewY(-18deg) translateY(30rem);
	background-color: #26a9cd;
	opacity: 0.05;
}

.mobile_feature-item {
	width: 90rem;
	margin: 0 auto 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile_feature-item:nth-child(odd) {
	flex-direction: row-reverse;
}

.mobile_feature-item:last-child {
	margin-bottom: 0;
}

.mobile_img-sp {
	display: none;
}

.mobile_feature-wrap {
	width: 45%;
}

.mobile_feature-item h3 {
	margin: 0 auto 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #0768ac;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mobile_feature-item h3 img {
	width: 12rem;
	margin-bottom: 3rem;
}

.mobile_text {
	width: 90%;
	margin: 0 auto;
	font-size: 1.9rem;
	line-height: 2.05;
}

.mobile_img-pc {
	width: 45%;
	text-align: center;
}

.mobile_feature-item:nth-child(1) 
.mobile_img-pc img {
	width: 42.4rem;
}
.mobile_feature-item:nth-child(2) 
.mobile_img-pc img {
	width: 47.8rem;
}
.mobile_feature-item:nth-child(3) 
.mobile_img-pc img {
	width: 25.4rem;
}
.mobile_feature-item:nth-child(4) 
.mobile_img-pc img {
	width: 48.7rem;
}
.mobile_feature-item:nth-child(5) 
.mobile_img-pc img {
	width: 47.5rem;
}

.mobile_service {
	padding: 6rem 0 8rem;
	position: relative;
	background-color: #0556a5;
}

.mobile_service > h3 {
	margin: 0 auto 5rem;
	padding-bottom: 3rem;
	position: relative;
	color: #ffffff;
	font-size: 4.2rem;
	font-weight: 300;
	letter-spacing: 0.5rem;
	line-height: 1.5;
}

.mobile_service > h3::after {
	content: "";
	width: 6rem;
	height: 0.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
}

.mobile_service ul {
	margin: 0 auto 7rem;
	padding: 0;
  list-style: none;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.mobile_service li {
	width: 38rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.mobile_service li:not(:last-child) {
	border-right: 2px solid #ffffff;
}

.mobile_service li:nth-child(1) img {
	width: 9.8rem;
}
.mobile_service li:nth-child(2) img {
	width: 5.7rem;
}
.mobile_service li:nth-child(3) img {
	width: 8.6rem;
}

.mobile_service p {
	margin: 2rem auto 0;
	color: #ffffff;
	font-size: 1.7rem;
	line-height: 1.88;
}

.mobile_price {
	width: 105rem;
	margin: 0 auto;
	padding: 4rem 2rem 5rem;
	box-sizing: border-box;
	background-color: #ffffff;
}

.mobile_price h3 {
	margin: 0 auto 2rem;
	font-size: 3.5rem;
	letter-spacing: 0.15em;
	line-height: 2;
}

.mobile_price-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_price-wrap > div:nth-child(1) {
	margin-right: 3rem;
	padding: 2rem;
	color: #0556a5;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	border-top: 5px solid currentColor;
	border-bottom: 5px solid currentColor;
}

.mobile_price-wrap > div:nth-child(2) {
	width: 52rem;
}

.mobile_price-wrap > div:nth-child(2) img {
	width: 100%;
}

.convert_spbr {
	display: none;
}

.convert_pcbr {
	display: block;
}

.convert_container {
	padding: 8rem 0;
	text-align: center;
}

.convert_container h2 {
	margin: 0 auto 6rem;
	padding-bottom: 3rem;
	position: relative;
	font-size: 4.2rem;
	font-weight: 300;
	letter-spacing: 0.5rem;
	line-height: 1.5;
}

.convert_container h2::after {
	content: "";
	width: 6rem;
	height: 0.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(-90deg, #1b6099, #6fb9ba);
}

.convert_trouble {
	width: 105rem;
	margin: 0 auto 12rem;
	padding: 5rem 6rem 0;
	position: relative;
	background-color: #e9f6fa;
	border-radius: 1rem;
	box-sizing: border-box;
}

.convert_trouble::after {
	content: "";
	position: absolute;
	bottom: -16.9rem;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 5rem 11rem 0 11rem;
	border-color: #ffffff transparent transparent transparent;
}

.convert_trouble h3 {
	margin: 0 auto 4rem;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.convert_trouble h3 > span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
}

.convert_trouble-voice {
	display: flex;
	justify-content: space-between;
}

.convert_trouble-voice > div {
	width: 43.7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.convert_trouble-voice > div p {
	width: 100%;
	margin: 0 auto 2.5rem;
	padding: 2.8rem;
	position: relative;
	background-color: #ffffff;
	border-radius: 1.5rem;
	font-size: 3rem;
	line-height: 1.5;
	box-sizing: border-box;
}

.convert_trouble-voice > div p::after {
	content: "";
	position: absolute;
	bottom: -2.4rem;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 2.5rem 1.4rem 0 1.4rem;
	border-color: #ffffff transparent transparent transparent;
}

.convert_trouble-voice > div img {
	width: 16.3rem;
}

.convert_solution {
	padding: 8rem 0 6rem;
	background: transparent url(../images/convert_bg.jpg) no-repeat center center / cover;
}

.convert_solution h3 {
	margin: 0 auto 2rem;
	color: #ffffff;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.convert_solution h3 > span {
	display: block;
	font-size: 2rem;
	font-weight: 500;
}

.convert_lead {
	margin: 0 auto 3rem;
	color: #ffffff;
	font-size: 2rem;
	line-height: 2;
}

.convert_list {
	width: 105rem;
	margin: 0 auto 3rem;
	padding: 0;
  list-style: none;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.convert_list li {
	width: 19.4rem;
	padding: 2rem 0;
	background-color: #ffffff;
	border-radius: 1rem;
	box-sizing: border-box;
}

.convert_list li > div {
	width: 7rem;
	height: 5rem;
	margin: 0 auto 1rem;
}

.convert_list li > div img {
	max-width: 100%;
	max-height: 100%;
}

.convert_list li p {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -0.1em;
}

.convert_solution > p:last-child {
	display: inline-block;
	margin: 0;
	padding: 2rem 0;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 2.8rem;
	letter-spacing: 0.01em;
	line-height: 1.4;
}