@charset "UTF-8";
@media screen and (min-width: 1025px), print {
  .sp {
    display: none;
  }
  .body__wrapper {
    overflow: hidden;
    min-width: 1200px;
  }
  .release_day {
    background-color: #e61f19;
    min-width: 1200px;
    padding-top: 80px;
  }
  .release_day__inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .release_day__title {
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
  }
  .release_day__open {
    text-align: center;
  }
  .release_day__open__imgtxt01 {
    margin-bottom: 30px;
  }
  .release_day__main_visual {
    text-align: center;
    margin-top: 30px;
  }
  .release_day__txt01 {
    text-align: center;
    color: #fff;
    font-size: 3.3rem;
    font-weight: bold;
    margin-top: 45px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 2.5px;
  }
  .release_day__txt02 {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    padding: 25px 0 120px;
    font-weight: bold;
  }
  .release_day__txt02__release {
    font-size: 3.3rem;
  }
  .live_area {
    width: 1200px;
    margin: 0 auto 50px;
  }
  .live_area__description {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .live_area__description__img {
    width: 600px;
    position: relative;
    top: -35px;
    -moz-box-shadow: 1px 3px 6px 0px #e8e8e8;
         box-shadow: 1px 3px 6px 0px #e8e8e8;
  }
  .live_area__description__img img {
    width: 100%;
    height: 100%;
  }
  .live_area__description__figcaption {
    width: 600px;
    font-size: 1.7rem;
    padding: 70px 0 0 40px;
  }
  .live_area__description__figcaption__txt {
    margin: 10px 0 25px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .product {
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
  }
  .product .what_fix__img_wrap {
    background-color: #fff;
    text-align: center;
    padding-bottom: 40px;
  }
  .product .what_fix__img_wrap img {
    width: 1116px;
    height: auto;
    margin-top: -130px;
  }
  .product .what_fix__txt {
    color: #fff;
    background-color: #a99019;
    letter-spacing: 2px;
  }
  .product .what_fix__txt__inner {
    height: 100%;
    padding: 205px 0 175px;
  }
  .product .what_fix__txt dl {
    text-align: center;
    position: relative;
  }
  .product .what_fix__txt dl::after {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    height: 120px;
    width: 120px;
    background-color: #fff;
    color: #a99019;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 100%;
         border-radius: 100%;
  }
  .product .what_fix__txt dt {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .product .what_fix__txt dd {
    font-size: 2rem;
    line-height: 1.6em;
  }
  .product__list__contents:nth-of-type(1) dl::after {
    content: '';
    background: url("../images/number1.svg") no-repeat 46% 50% #fff;
  }
  .product__list__contents:nth-of-type(2) dl::after {
    content: '';
    background: url("../images/number2.svg") no-repeat center #fff;
  }
  .product__list__contents:nth-of-type(3) dl::after {
    content: '';
    background: url("../images/number3.svg") no-repeat center #fff;
  }
  .product__list__contents:nth-of-type(4) dl::after {
    content: '';
    background: url("../images/number4.svg") no-repeat center #fff;
  }
  .product__list__contents:nth-of-type(5) .what_fix__txt__inner {
    padding-bottom: 30px;
  }
  .product__list__contents:nth-of-type(5) .what_fix__img_wrap {
    background-color: #a99019;
    padding-bottom: 64px;
  }
  .product__list__contents:nth-of-type(5) .what_fix__img_wrap img {
    margin: 0;
  }
  .product__list__contents:nth-of-type(5) .what_fix__direction {
    background-color: #a99019;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding-bottom: 35px;
  }
  .product__list__contents:nth-of-type(5) dl::after {
    content: '';
    background: url("../images/number5.svg") no-repeat center #fff;
  }
  .product::after {
    content: '';
    position: absolute;
    top: -160px;
    right: -110px;
    height: 140px;
    width: 30%;
    -webkit-transform: skewX(-55deg);
       -moz-transform: skewX(-55deg);
        -ms-transform: skewX(-55deg);
            transform: skewX(-55deg);
    background-color: #ebebeb;
    z-index: -1;
  }
  .find_rooms {
    background-color: #e61f19;
    text-align: center;
    padding: 80px 0;
    min-width: 1200px;
  }
  .find_rooms__title {
    color: #fff;
  }
  .find_rooms__img {
    width: 1000px;
    margin: 50px auto 0;
  }
  .find_rooms__img img {
    width: 100%;
  }
  .operation {
    text-align: center;
    padding: 80px 0;
    min-width: 1200px;
  }
  .operation__list {
    counter-reset: li;
  }
  .operation__list li {
    width: 1100px;
    padding: 40px 85px 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 65px;
    letter-spacing: 0.5px;
    position: relative;
    counter-increment: li;
    border: 3px #777 solid;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .operation__list li::before {
    position: absolute;
    content: '';
    width: 131px;
    height: 50px;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-image: url("../images/frame01.jpg");
    background-repeat: no-repeat;
  }
  .operation__list li::after {
    position: absolute;
    content: "0" counter(li);
    top: -16px;
    left: 50px;
    padding: 0 15px;
    font-family: 'Nunito Sans', sans-serif;
    background-color: #fff;
    color: #e61f19;
    font-size: 6rem;
    font-weight: lighter;
  }
  .operation__list li:last-of-type::before {
    display: none;
  }
  .operation__sub_title {
    font-size: 3.2rem;
    width: 1100px;
    text-align: center;
    margin: 0 auto;
    background-color: #eeeeee;
    -moz-border-radius: 1000px;
         border-radius: 1000px;
    margin-bottom: 50px;
    letter-spacing: 5px;
    font-weight: bold;
  }
  .operation__txt {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
    line-height: 1.6em;
    width: 750px;
    position: relative;
  }
  .operation__txt::after {
    position: absolute;
    content: '';
    top: -30px;
    left: -30px;
    height: 58px;
    width: 45px;
    background-image: url("../images/light_logo.png");
    background-repeat: no-repeat;
  }
  .operation__person {
    display: inline-block;
    margin-top: 20px;
  }
  .operation__person_inner {
    text-align: left;
    width: 1100px;
    padding: 0 25px 80px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
  }
  .operation__person__img {
    margin-bottom: 30px;
    text-align: center;
  }
  .operation__person__name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .operation__person__career {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .operation__person__birth {
    padding-left: 1em;
    position: relative;
    margin-bottom: 5px;
  }
  .operation__person__birth::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    left: 0;
    top: 0.5em;
  }
  .operation__person__birth:last-of-type::before {
    top: 0.4em;
  }
  .operation__phillip_txt_inner {
    width: 650px;
    padding: 40px 30px 0px 75px;
    line-height: 2em;
    background-image: url("../images/frame04.png");
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .operation__phillip_txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .contact .wrap {
    width: 1100px;
    border-top: 1px solid #000;
    margin: 0 auto;
    padding-top: 80px;
  }
  .contact .text {
    text-align: right;
    font-size: 1.8rem;
    width: 780px;
    margin: 0 auto;
  }
  .contact .ttl02 {
    padding-top: 10px;
  }
  .top .btn {
    width: 350px;
  }
  .confirm .btn,
  .confirm .return {
    width: 300px;
  }
  .contact .btn,
  .contact .return {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    outline: none;
    border: 0;
    height: 60px;
    margin: 44px 20px 70px;
    text-align: center;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #a99019;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
  }
  .contact .btn::after,
  .contact .return::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 16px;
    height: 14px;
    background: url(../images/ic_ar.png);
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact .btn:hover,
  .contact .return:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .contact {
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 40px;
  }
  .contact .radio label {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  .contact dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 780px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .contact dl label {
    font-size: 1.2rem;
  }
  .contact dl:last-of-type dt {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 8px;
  }
  .contact dl dt {
    letter-spacing: 1.2px;
    padding-left: 20px;
    font-size: 2rem;
    width: 260px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #000;
  }
  .contact dl dd {
    width: -webkit-calc(100% - 185px);
    width: -moz-calc(100% - 185px);
    width: calc(100% - 185px);
  }
  .contact dl dd input {
    border: 1px solid #b8b8b8;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 540px;
    min-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 2rem;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    line-height: 46px;
  }
  .contact dl dd input[type='radio'] {
    width: auto;
    margin-right: 10px;
  }
  .contact .btn_wrap {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
  }
  .contact dl dd textarea {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
    line-height: 28px;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 540px;
    min-height: 180px;
    padding: 8px 20px;
    outline: none;
    resize: vertical;
  }
  :placeholder-shown {
    opacity: 0.4;
  }
  ::-webkit-input-placeholder {
    opacity: 0.4;
  }
  :-moz-placeholder {
    opacity: 0.4;
  }
  ::-moz-placeholder {
    opacity: 0.4;
  }
  :-ms-input-placeholder {
    opacity: 0.4;
  }
  .confirm dd {
    font-size: 2rem;
    padding-top: 8px;
  }
  .confirm .text01 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .complete .text01 {
    font-size: 2.5rem;
  }
  .confirm .wrap {
    border-top: 0;
  }
  .other_service {
    text-align: center;
    margin-bottom: 80px;
    min-width: 1200px;
  }
  .other_service__table {
    width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    border: 4px solid #000;
    margin-bottom: 15px;
  }
  .other_service__table dt,
  .other_service__table dd {
    border-bottom: 4px solid #000;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .other_service__table dt:last-of-type,
  .other_service__table dd:last-of-type {
    border-bottom: none;
  }
  .other_service__table dt {
    width: 70%;
    border-right: 4px solid #000;
    padding: 18px 26px;
  }
  .other_service__table dd {
    width: 30%;
    border-bottom: 4px solid #000;
    padding: 18px 60px;
  }
  .other_service__list {
    width: 1060px;
    text-align: left;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
  .other_service {
    position: relative;
    padding-top: 70px;
  }
  .other_service__table dt {
    width: 64%;
  }
  .other_service__table dt small {
    display: block;
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .other_service__table dd {
    width: 36%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other_service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    width: 1100px;
    background-color: #000;
  }
  .service_price {
    width: 1060px;
    margin: 0 auto 80px;
    font-size: 2rem;
  }
  .service_price__text {
    text-align: center;
  }
  .service_price__dl {
    margin: 40px 0 70px;
    padding: 0 80px;
  }
  .service_price__dl dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service_price__dl dl:nth-of-type(n + 2) {
    margin-top: 0.8em;
  }
  .service_price__dl dt {
    width: 25%;
    font-weight: bold;
  }
  .service_price__dl dd {
    width: 75%;
  }
  .service_price__table {
    width: 100%;
    font-size: 2.4rem;
    border-collapse: collapse;
  }
  .service_price__table thead th {
    font-size: 2.7rem;
  }
  .service_price__table tbody td {
    padding: 0.3em 0;
    border: 4px solid #000;
    font-size: 2rem;
    text-align: center;
  }
  .service_price__table .col4 .-left {
    border-width: 4px;
    border-style: dotted dotted dotted solid;
    border-color: #000;
  }
  .service_price__table .col4 .-right {
    border-width: 4px;
    border-style: dotted solid dotted dotted;
    border-color: #000;
  }
  .service_price__table .col4:last-of-type td {
    border-bottom-style: solid;
  }
  .service_price__list {
    text-align: left;
    margin: 30px auto 0;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
  .qa {
    background-color: #e61f19;
    padding: 64px 0 50px;
  }
  .qa__title {
    padding-bottom: 30px;
  }
  .qa__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .qa__wrap .question,
  .qa__wrap .answer {
    font-size: 2rem;
    font-weight: bold;
    border: 2px solid #000;
    line-height: 1.7;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 2px;
  }
  .qa__wrap .question::before,
  .qa__wrap .answer::before {
    position: absolute;
    color: #e61f19;
    font-size: 6rem;
  }
  .qa__wrap dl {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .qa__wrap .question {
    padding: 40px 140px 40px 120px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .qa__wrap .question::before {
    content: 'Q';
    top: 0;
    left: 29px;
  }
  .qa__wrap .question::after {
    position: absolute;
    content: '';
    right: 50px;
    top: 40px;
    width: 15px;
    height: 15px;
    border-top: 8px solid #e61f19;
    border-right: 8px solid #e61f19;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .qa__wrap .question.active {
    padding-bottom: 30px;
    border-bottom: 0;
    -moz-border-radius: 20px 20px 0 0;
         border-radius: 20px 20px 0 0;
  }
  .qa__wrap .question.active::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .qa__wrap .answer {
    padding: 20px 140px 40px 120px;
    background-color: #ffdbdb;
    -moz-border-radius: 0 0 20px 20px;
         border-radius: 0 0 20px 20px;
    border-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .qa__wrap .answer::before {
    content: 'A';
    top: 0;
    left: 34px;
  }
  .qa__title {
    color: #fff;
    margin-bottom: 40px;
  }
  .our_company {
    padding: 60px 0 60px;
    background-color: #a99019;
    min-width: 1200px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .our_company__contents {
    width: 700px;
    text-align: left;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    position: relative;
    left: 20px;
    font-weight: bold;
  }
  .our_company__contents dt {
    width: 30%;
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
  .our_company__contents dd {
    width: 70%;
    margin-bottom: 22px;
    padding-bottom: 22px;
    position: relative;
  }
  .our_company__contents dd::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 660px;
    height: 3px;
    background-color: #fff;
    right: 45px;
  }
  .our_company__contents dd:last-of-type::after {
    display: none;
  }
  .main_title {
    font-size: 7.5rem;
    line-height: 0.8em;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 20px;
  }
  .main_title span {
    font-size: 2.8rem;
    letter-spacing: 0.3em;
    position: relative;
    top: -10px;
  }
  .main_title--white {
    color: #fff;
  }
  .main_title--brown {
    color: #a99019;
  }
  .asterisk li {
    position: relative;
    padding-left: 1.5em;
  }
  .asterisk li::after {
    position: absolute;
    content: '※';
    left: 0;
    top: 0;
  }
  .section_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .section_wrapper {
    padding: 0 3.90625vw;
  }
  .release_day {
    background-color: #e61f19;
    padding: 18.22917vw 3.90625vw 6.51042vw;
  }
  .release_day__open {
    width: 100%;
    margin: 0 0 6.51042vw;
  }
  .release_day__open__imgtxt01 {
    width: 70%;
    margin-bottom: 2.60417vw;
  }
  .release_day__title {
    font-size: 6.51042vw;
    font-weight: bold;
    color: #fff;
  }
  .release_day__main_visual {
    margin-bottom: 7.8125vw;
  }
  .release_day__txt01, .release_day__txt02 {
    color: #fff;
  }
  .release_day__txt01 {
    font-size: 4.03646vw;
    text-align: center;
    margin-bottom: 3.90625vw;
    font-weight: bold;
  }
  .release_day__txt02 {
    font-size: 3.25521vw;
    text-align: center;
  }
  .live_area {
    padding: 7.8125vw 3.90625vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .live_area__description__img {
    width: 100%;
    margin: 0 auto 5.20833vw;
    -moz-box-shadow: 0px 0px 6px 3px #e6e6e6;
         box-shadow: 0px 0px 6px 3px #e6e6e6;
  }
  .live_area__description__figcaption {
    font-size: 3.90625vw;
    line-height: 1.7em;
    text-align: left;
  }
  .live_area__description__figcaption__txt {
    margin-bottom: 3.90625vw;
  }
  .product__title {
    text-align: center;
    color: #fff;
    padding-top: 5.20833vw;
    color: #a99019;
  }
  .product .what_fix__txt {
    color: #fff;
    padding: 28.64583vw 2.60417vw 24.73958vw 2.60417vw;
    position: relative;
    background-color: #a99019;
    z-index: 0;
  }
  .product .what_fix__txt dt {
    font-size: 4.94792vw;
    font-weight: bold;
    margin-bottom: 2.60417vw;
    line-height: 1.8em;
    text-align: center;
  }
  .product .what_fix__txt dd {
    font-size: 3.64583vw;
    line-height: 2em;
  }
  .product .what_fix__txt::after {
    position: absolute;
    content: '';
    height: 19.53125vw;
    width: 19.53125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 5vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #fff;
  }
  .product .what_fix__img_wrap {
    padding: 0 2.60417vw;
    position: relative;
    z-index: 1;
    padding-bottom: 10vw;
  }
  .product .what_fix__img_wrap img {
    margin-top: -20vw;
    -moz-box-shadow: 0px 8px 50px -27px #000000;
         box-shadow: 0px 8px 50px -27px #000000;
  }
  .product__list__contents:nth-of-type(1) .what_fix__txt::after {
    content: '';
    background: url("../images/number1.svg") no-repeat 42% 50% #fff;
    -moz-background-size: 10vw 9vw;
         background-size: 10vw 9vw;
  }
  .product__list__contents:nth-of-type(2) .what_fix__txt::after {
    content: '';
    background: url("../images/number2.svg") no-repeat center #fff;
    -moz-background-size: 10vw 9vw;
         background-size: 10vw 9vw;
  }
  .product__list__contents:nth-of-type(3) .what_fix__txt::after {
    content: '';
    background: url("../images/number3.svg") no-repeat center #fff;
    -moz-background-size: 10vw 9vw;
         background-size: 10vw 9vw;
  }
  .product__list__contents:nth-of-type(4) .what_fix__txt::after {
    content: '';
    background: url("../images/number4.svg") no-repeat center #fff;
    -moz-background-size: 10vw 9vw;
         background-size: 10vw 9vw;
  }
  .product__list__contents:nth-of-type(5) .what_fix__txt {
    padding-bottom: 0;
  }
  .product__list__contents:nth-of-type(5) .what_fix__txt::after {
    content: '';
    background: url("../images/number5.svg") no-repeat center #fff;
    -moz-background-size: 10vw 9vw;
         background-size: 10vw 9vw;
  }
  .product__list__contents:nth-of-type(5) .what_fix__direction {
    background-color: #a99019;
    padding: 0 2.60417vw;
    color: #fff;
    font-size: 3.64583vw;
    line-height: 2em;
  }
  .product__list__contents:nth-of-type(5) .what_fix__img_wrap {
    background-color: #a99019;
    padding: 2vw 2.60417vw;
  }
  .product__list__contents:nth-of-type(5) .what_fix__img_wrap img {
    margin-top: 0;
  }
  .product__list__contents:nth-of-type(5) .what_fix__img_wrap:last-of-type {
    padding-bottom: 10vw;
  }
  .find_rooms {
    padding: 6.51042vw 3.90625vw;
    background-color: #e61f19;
  }
  .find_rooms__title {
    color: #fff;
  }
  .operation {
    text-align: center;
    padding: 6.51042vw 0 3.90625vw;
  }
  .operation__list {
    counter-reset: li;
  }
  .operation__list li {
    font-size: 4.29688vw;
    margin-bottom: 19.53125vw;
    padding: 5.20833vw 3.90625vw;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    border: #6b6b6b 2px solid;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    counter-increment: li;
    position: relative;
  }
  .operation__list li::after {
    position: absolute;
    content: "0" counter(li);
    top: -8vw;
    left: 5vw;
    padding: 0 3vw;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 6.77083vw;
    background-color: #fff;
    color: #e61f19;
    font-size: 9.11458vw;
    font-weight: lighter;
  }
  .operation__list li::before {
    position: absolute;
    content: '';
    bottom: -46px;
    left: 50%;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 100px;
    height: 50px;
    background-image: url("../images/frame01.jpg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
  }
  .operation__sub_title {
    font-size: 6.51042vw;
    background-color: #eeeeee;
    -moz-border-radius: 40px;
         border-radius: 40px;
    padding: 1.30208vw 0;
    margin-bottom: 7.8125vw;
  }
  .operation__txt {
    font-size: 4.42708vw;
    margin-bottom: 13.02083vw;
    text-align: left;
  }
  .operation__person {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10.41667vw;
  }
  .operation__person__img {
    margin-right: 3.90625vw;
    width: 44vw;
  }
  .operation__person__introduction {
    width: -webkit-calc(100% - 48vw);
    width: -moz-calc(100% - 48vw);
    width: calc(100% - 48vw);
  }
  .operation__person__name {
    font-size: 4.6875vw;
    font-weight: bold;
    color: #dadada;
    margin: 0 0 6.51042vw;
  }
  .operation__person__career {
    font-size: 3.90625vw;
    margin-bottom: 2.60417vw;
    text-align: left;
  }
  .operation__person__birth {
    padding-left: 1em;
    position: relative;
  }
  .operation__person__birth::after {
    content: '';
    position: absolute;
    width: 1.30208vw;
    height: 1.30208vw;
    background-color: #000;
    left: 0;
    top: 0.5em;
  }
  .operation__phillip_txt_inner {
    border: #6b6b6b 2px solid;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    padding: 6.51042vw 3.90625vw;
    position: relative;
  }
  .operation__phillip_txt_inner::before {
    position: absolute;
    content: '';
    top: -46px;
    left: 25%;
    -webkit-transform: translate(-50%) rotate(180deg);
       -moz-transform: translate(-50%) rotate(180deg);
        -ms-transform: translate(-50%) rotate(180deg);
            transform: translate(-50%) rotate(180deg);
    width: 100px;
    height: 50px;
    background-image: url("../images/frame01.jpg");
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .operation__phillip_txt {
    text-align: left;
    font-size: 4.55729vw;
    margin-bottom: 5.20833vw;
    padding: 0 3.90625vw;
  }
  .confirm .text01 {
    text-align: center;
    margin-bottom: 6vw;
  }
  section.contact {
    padding: 6.51042vw 3.90625vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contact .text {
    font-size: 3.90625vw;
    margin-bottom: 8vw;
  }
  .contact .radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .radio label {
    margin-right: 2vw;
  }
  .contact dl dd textarea {
    -webkit-appearance: none;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3.90625vw;
    line-height: 5.46875vw;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 1.95312vw;
    border-radius: 1.95312vw;
    width: 100%;
    min-height: 35.15625vw;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.04167vw 2.60417vw;
    outline: none;
    resize: vertical;
  }
  .contact.contact_confirm dl dd {
    font-size: 3.90625vw;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 5.46875vw;
  }
  .contact.contact_error .error {
    color: #e61f19;
    font-size: 3.90625vw;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    display: block;
  }
  .contact.contact_error {
    margin-top: 6.25vw;
  }
  .contact.contact_error > p {
    text-align: center;
    padding-bottom: 2.86458vw;
  }
  .contact.contact_error .list_checkbox,
  .contact.contact_error .list_radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact.contact_error .list_checkbox {
    margin-bottom: 0.78125vw;
    margin-top: 5.85938vw;
  }
  .contact.contact_error .list_radio {
    margin-bottom: 1.17188vw;
  }
  .contact.contact_error .radio {
    width: 4.6875vw;
    height: 5.85938vw;
  }
  .contact.contact_error .radio input[type='radio'] {
    display: none;
  }
  .contact.contact_error .radio input[type='radio']:checked ~ label::after {
    opacity: 1;
  }
  .contact.contact_error .radio label {
    display: block;
    position: relative;
    padding-left: 4.81771vw;
    padding-top: 2.86458vw;
    padding-bottom: 2.86458vw;
    cursor: pointer;
  }
  .contact.contact_error .radio label::before {
    content: '';
    display: block;
    width: 3.90625vw;
    height: 3.90625vw;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .contact.contact_error .radio label::after {
    content: '';
    display: block;
    width: 1.82292vw;
    height: 1.82292vw;
    background: #e61f19;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact.contact_error .radio:not(:last-child) {
    margin-right: 1.04167vw;
  }
  .contact.contact_error .checkbox {
    width: 4.6875vw;
    height: 5.85938vw;
    text-align: left;
  }
  .contact.contact_error .checkbox input[type='checkbox'] {
    display: none;
  }
  .contact.contact_error .checkbox input[type='checkbox']:checked ~ label::after {
    opacity: 1;
  }
  .contact dl dt,
  .contact dl dd {
    font-size: 3.90625vw;
    width: 100%;
    font-weight: 400;
    color: #000;
    margin-bottom: 1.95312vw;
  }
  .contact dl {
    width: 100%;
    padding: 1.30208vw 0;
  }
  .contact.contact_error .checkbox label {
    display: block;
    padding-left: 4.81771vw;
    padding-bottom: 2.86458vw;
    position: relative;
    cursor: pointer;
  }
  .contact .btn_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
  }
  .contact .btn_wrap .btn,
  .contact .btn_wrap .return {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 5.20833vw 5vw 2.05729vw;
    width: 57.0625vw;
    height: 11.76562vw;
    text-align: center;
    -moz-border-radius: 4.29688vw;
    border-radius: 7.29688vw;
    background-color: #a99019;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4.29688vw;
    font-weight: 800;
    line-height: 9.76562vw;
    color: #fff;
    position: relative;
  }
  .contact.contact_error .checkbox label::before {
    content: '';
    display: block;
    width: 3.90625vw;
    height: 3.90625vw;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 0.52083vw;
    border-radius: 0.52083vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .contact.contact_error .checkbox label::after {
    content: '';
    display: block;
    width: 3.25521vw;
    height: 3.125vw;
    background: url(../images/ic_check.png) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact.contact_error .checkbox:not(:last-child) {
    margin-right: 1.04167vw;
  }
  .contact.contact_error .select label {
    display: block;
    width: 44.66146vw;
    height: 9.76562vw;
    -moz-border-radius: 0.65104vw;
    border-radius: 0.65104vw;
    line-height: 9.375vw;
    position: relative;
    background: #fff;
    border: 1px solid #b8b8b8;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
  }
  .contact.contact_error .select label::after {
    content: '';
    position: absolute;
    background: #000;
    width: 5.85938vw;
    height: 9.76562vw;
    top: -1px;
    right: -1px;
    z-index: 1;
    -moz-border-radius-topright: 0.91146vw;
    border-top-right-radius: 0.91146vw;
    -moz-border-radius-bottomright: 0.91146vw;
    border-bottom-right-radius: 0.91146vw;
    display: block;
  }
  .contact.contact_error .select label::before {
    position: absolute;
    content: '';
    border-width: 1.95312vw 1.17188vw 0 1.17188vw;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5625vw;
    z-index: 2;
  }
  .contact dl dd input {
    border: 1px solid #b8b8b8;
    -moz-border-radius: 1.95312vw;
    border-radius: 1.95312vw;
    width: 100%;
    height: 9.375vw;
    padding: 0 2.60417vw;
    outline: none;
    font-size: 3.90625vw;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
  }
  .contact dl dd input:not(input[type='radio']) {
    -webkit-appearance: none;
  }
  .contact dl dd input[type='radio'] {
    width: 5.20833vw;
    height: 5.20833vw;
    margin-right: 1.30208vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .contact.contact_error .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    -moz-border-radius: 0.91146vw;
    border-radius: 0.91146vw;
    padding: 0 6.77083vw 0 3.90625vw;
    background: transparent;
    font-weight: 400;
    font-size: 3.90625vw;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .contact.contact_error .select label select::-ms-expand {
    display: none;
  }
  .contact.contact_error .btn {
    margin-top: 9.76562vw;
  }
  .contact.contact_complete .txt_complete {
    padding-top: 18.75vw;
    padding-bottom: 12.89062vw;
    text-align: center;
  }
  .contact.contact_complete .txt_complete h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 6.51042vw;
    margin-bottom: 3.51562vw;
  }
  .contact.contact_complete .txt_complete p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
  }
  .contact.contact_complete .btn::after {
    left: 3.125vw;
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
  }
  .contact ::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    font-size: 3.90625vw;
    font-family: 'Nunito Sans', sans-serif;
  }
  .contact :-moz-placeholder {
    color: #b2b2b2 !important;
    font-size: 3.90625vw;
    font-family: 'Nunito Sans', sans-serif;
  }
  .contact ::-moz-placeholder {
    color: #b2b2b2 !important;
    font-size: 3.90625vw;
    font-family: 'Nunito Sans', sans-serif;
  }
  .contact :-ms-input-placeholder {
    color: #b2b2b2 !important;
    font-size: 3.90625vw;
    font-family: 'Nunito Sans', sans-serif;
  }
  .contact .btn_wrap {
    text-align: center;
  }
  :placeholder-shown {
    opacity: 0.8;
  }
  ::-webkit-input-placeholder {
    opacity: 0.8;
  }
  :-moz-placeholder {
    opacity: 0.8;
  }
  ::-moz-placeholder {
    opacity: 0.8;
  }
  :-ms-input-placeholder {
    opacity: 0.8;
  }
  .confirm .contact {
    border-top: none;
  }
  .complete .text01 {
    font-size: 4.1vw;
  }
  .other_service {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6.51042vw 3.90625vw 10.41667vw;
  }
  .other_service__table {
    text-align: center;
    font-size: 4.16667vw;
    border: 3px solid #000;
  }
  .other_service__table dt,
  .other_service__table dd {
    padding: 1.95312vw 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: bold;
  }
  .other_service__table dt {
    background-color: #dadada;
  }
  .other_service__table dt small {
    display: block;
    text-align: left;
    padding: 0 3vw;
    margin-top: 1vw;
  }
  .other_service__table dd {
    border-bottom: 3px solid #000;
  }
  .other_service__table dd:last-of-type {
    border-bottom: none;
  }
  .other_service__list {
    font-size: 2.86458vw;
  }
  .other_service__list li {
    margin-top: 2.60417vw;
    padding-left: 1.5em;
    position: relative;
    font-size: 3.64583vw;
  }
  .other_service__list li::after {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
  .service_price {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6.51042vw 3.90625vw 10.41667vw;
    font-size: 3.64583vw;
  }
  .service_price__dl {
    margin: 5.20833vw 0 9.11458vw;
    padding: 0 1em;
  }
  .service_price__dl dl:nth-of-type(n + 2) {
    margin-top: 0.8em;
  }
  .service_price__dl dt {
    font-weight: bold;
  }
  .service_price__table {
    width: 91.14583vw;
    margin: 0 auto 3.90625vw;
    border-collapse: collapse;
  }
  .service_price__table thead th {
    font-size: 4.6875vw;
  }
  .service_price__table tbody td {
    padding: 0.5em;
    border: 3px solid #000;
    font-size: 3.64583vw;
    text-align: center;
  }
  .service_price__table tbody tr:first-of-type td:first-of-type {
    width: 41.66667vw;
  }
  .service_price__table .col4 .-left {
    border-width: 3px;
    border-style: dotted dotted dotted solid;
    border-color: #000;
  }
  .service_price__table .col4 .-right {
    border-width: 3px;
    border-style: dotted solid dotted dotted;
    border-color: #000;
  }
  .service_price__table .col4:last-of-type td {
    border-bottom-style: solid;
  }
  .service_price__list {
    width: 91.14583vw;
    margin: 0 auto 3.90625vw;
    font-size: 2.86458vw;
  }
  .service_price__list li {
    margin-top: 2.60417vw;
    padding-left: 1.5em;
    position: relative;
    font-size: 3.64583vw;
  }
  .service_price__list li::after {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
  .qa {
    background-color: #e61f19;
    padding: 10vw 0 5vw;
  }
  .qa__wrap {
    margin: 0 auto;
  }
  .qa__wrap .question,
  .qa__wrap .answer {
    font-size: 3.64583vw;
    font-weight: bold;
    border: 2px solid #000;
    line-height: 1.7;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 2px;
  }
  .qa__wrap .question::before,
  .qa__wrap .answer::before {
    position: absolute;
    color: #e61f19;
    font-size: 7.8125vw;
  }
  .qa__wrap dl {
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin: 0 2.60417vw 20px;
    -moz-border-radius: 6.2vw;
         border-radius: 6.2vw;
  }
  .qa__wrap .question {
    padding: 5vw 10vw 5vw 14vw;
    -moz-border-radius: 6vw;
         border-radius: 6vw;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .qa__wrap .question::before {
    content: 'Q';
    top: 8vw;
    left: 4vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .qa__wrap .question::after {
    position: absolute;
    content: '';
    top: 5vw;
    right: 4vw;
    width: 3vw;
    height: 3vw;
    border-top: 1vw solid #e61f19;
    border-right: 1vw solid #e61f19;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .qa__wrap .question.active {
    padding-bottom: 6vw;
    border-bottom: 0;
    -moz-border-radius: 6vw 6vw 0 0;
         border-radius: 6vw 6vw 0 0;
  }
  .qa__wrap .question.active::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .qa__wrap .answer {
    padding: 5vw 10vw 5vw 14vw;
    background-color: #ffdbdb;
    -moz-border-radius: 0 0 6vw 6vw;
         border-radius: 0 0 6vw 6vw;
    border-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .qa__wrap .answer::before {
    content: 'A';
    top: 2vw;
    left: 4vw;
  }
  .qa__title {
    color: #fff;
  }
  .our_company {
    padding: 10.41667vw 3.90625vw;
    background-color: #a99019;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .our_company__contents {
    text-align: left;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 3.90625vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .our_company__contents dt {
    width: 37%;
    margin-bottom: 2.60417vw;
    padding: 0 0 2.60417vw 1.30208vw;
    border-bottom: 2px solid #fff;
  }
  .our_company__contents dt:last-of-type {
    border: none;
  }
  .our_company__contents dd {
    width: 63%;
    margin-bottom: 2.60417vw;
    padding-bottom: 2.60417vw;
    position: relative;
    border-bottom: 2px solid #fff;
  }
  .our_company__contents dd::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #fff;
  }
  .our_company__contents dd:last-of-type {
    border: none;
  }
  .our_company__contents dd:last-of-type::after {
    display: none;
  }
  .main_title {
    font-size: 9.11458vw;
    line-height: 0.9em;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 1.95312vw;
  }
  .main_title span {
    font-size: 3.38542vw;
    letter-spacing: 0.3em;
    position: relative;
    top: -1.30208vw;
  }
}
