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

@media screen and (max-width: 1800px) {
  .contents1800 {
    width: 100%;
    margin-left: 0px;
    /* padding: 0 1%; */
  }

  img {
    width: 100%;
  }

  .negativeMargin360 {
    margin-top: -20.2%;
  }

  .margin360p {
    margin-top: 20.2%;
  }

  .bgParallelogram {
    clip-path: polygon(0 0px, 100% calc(0% + 20vw), 100% 100%, 0% calc(100% - 20vw));
    padding: 20.2% 0;
    margin-top: -20.2%;
    margin-bottom: -20.2%;
  }
  
  .fvContainterSubpage img {
    width: unset;
  }

  .fvItem__movie video {
    border-radius: 1vw 17vw 17vw 1vw;
  }

  .section.section--borderRadius {
    border-radius: 17vw;
  }

  .profileItem__head {
    font-size: 2.8vw;
  }

  .section__title {
    width: 50.1%;
  }

  .section__headImg {
    width: 44.3%;
  }

  .section_footer {
    width: 44.3%;
  }

  .contentBox {
    border-radius: 3.1vw;
  }

  .contentBoxInner {
    padding: 3% 0;
  }

  .contentBox__subtitle {
    top: -2vw;
    left: -7%;
  }

  .contentBox__subtitle.contentBox__subtitle--imgShort {
    width: 33.6%;
  }

  .contentBox__subtitle.contentBox__subtitle--imglong {
    width: 39%;
  }

  .contentTitle {
    font-size: 2.8vw;
  }

  .contentCard__head {
    font-size: 2vw;
  }

  .contentCard__innerHead div {
    width: 10.5vw;
    font-size: 1.6vw;
  }

  
}

@media screen and (max-width: 1400px) {
  .headerNav {
    padding-right: 0;
  }

  .headerLogo {
    width: 300px;
  }
  .headerMenu > li {
    margin: 0 10px;
    font-size: 17px;
  }

  .section__subtitle {
    font-size: 30px;
  }

  .section__itemTextInner  {
    font-size: 17px;
    line-height: 2;
  }

  /* .profileItem__head {
    font-size: 46px;
  } */

  .profileItem__textInner {
    font-size: 17px;
    line-height: 2;
  }

    
  .contentItem__text {
    font-size: 20px;
  }
  
  .contentItem__text.contentItem__text--center {
    text-align: left;
  }

  .textPrice {
    font-size: 2.2vw;
  }

  .textDetail {
    padding: 26px 10px 0;
    font-size: 14px;
  }

  .textDetail.textDetail--sizeLarge {
    font-size: 17px;
  }

  .contentList__item {
    font-size: 20px;
  }

  .companyInfo {
    font-size: 20px;
  }

  .linkBtn {
    font-size: 30px;
  }

  .linkBtn__subtitle {
    font-size: 17px;
  }
}

@media screen and (max-width: 1100px) {
  .visible1100 {
    display: block;
  }

  .hidden1100 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .visible1024 {
    display: block;
  }

  .header {
    opacity: 1;
  }

  .header__parallelogram {
    position: absolute;
    clip-path: polygon(0 0px, 100% 0, 100% 100%, 0% calc(100% - 6.6vw));
    padding: 3.5% 0;
    width: 100%;
    background-color: var(--colorOrange);
  }

  .menuToggle {
    display: block;
    /* background-color: var(--colorWhite); */
    border-radius: 50%;
    width: 70px;
    padding: 2%;
    margin-right: 2.5%;
    cursor: pointer;
  }

  .menuToggle.menuToggle--subpage {
    position: relative;
    z-index: 1;
    margin-bottom: -6%;
  }

  .headerMenu {
    background-color: var(--colorOrange);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10%;
    padding-bottom: 15%;
    border-radius: 3vw;
    border: 1px solid var(--colorWhite);
    position: absolute;
    right: -100%; /* 画面外 */
    width: 70%;
    transition: right 0.5s ease-in-out;
    z-index: 999;
  }

  .headerMenu.headerMenu--is_active {
    display: flex;
    right: 0;
  }

  .headerMenu > li {
    font-size: 25px;
  }

  .section__itemTextInner  {
    line-height: 1.5;
  }

  .profileItem__textInner {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 900px) {
  .visible900 {
    display: block;
  }

  .hidden900 {
    display: none;
  }

  .contents {
    width: 100%;
  }

  .img_center {
    margin-left: 0px;
  }

  body {
    min-width: 100%;
  }

  .margin20p {
    margin-top: 3%;
  }

  .margin30p {
    margin-top: 4%;
  }

  .margin50p {
    margin-top: 5%;
  }

  .margin100p {
    margin-top: 10%;
  }

  .margin200p {
    margin-top: 20%;
  }

  .margin300p {
    margin-top: 30%;
  }

  .margin_35p {
    margin-top: -5%;
  }

  .margin_70p {
    margin-top: -7%;
  }

  .margin_80p {
    margin-top: -8%;
  }

  .margin_200p {
    margin-top: -20%;
  }

  .padding50p {
    padding-top: 5%;
  }

  .padding100p {
    padding-top: 10%;
  }

  .padding300p {
    padding-top: 30%;
  }

  .paddingb50p {
    padding-bottom: 5%;
  }

  .paddingb100p {
    padding-bottom: 10%;
  }

  .paddingb180p {
    padding-bottom: 18%;
  }

  .paddingb200p {
    padding-bottom: 20%;
  }

  .paddingb300p {
    padding-bottom: 30%;
  }

  /* .header.header--subpage {
    clip-path: polygon(0 0px, 100% calc(0% + 20vw), 100% 100%, 0% calc(100% - 20vw));
    padding: 20.2% 0;
    margin-top: -20.2%;
    margin-bottom: -20.2%;
  } */
  .topcs_h01 {
    width: 23%;
  }

  .parallelogram {
    position: absolute;
    clip-path: polygon(0 0px, 100% 0, 100% 100%, 0% calc(100% - 20vw));
    padding: 20.2% 0;
    width: 100%;
  }

  .fvContainterSubpage {
    padding-bottom: 8%;
  }

  .fvContainterSubpage img {
    width: 100%;
  }

  .fvItem.fvItem--subpage {
    clip-path: polygon(0 0px, 100% 0, 100% 100%, 0% calc(100% - 6.6vw));
  }

  .fvItem__title {
    top: 25%;
  }

  .fvItem__subtitle {
    margin-top: -12%;
    margin-left: 6%;
    font-size: 4vw;
  }

  .fvItem__img {
    top: 10%;
  }

  .fvItem__img02 {
    top: 77%;
  }

  .fvItem__text {
    font-size: 2.7vw;
  }

  .section.section--subpage{
    padding-top: 15.8%;
    padding-bottom: 15.8%;
  }

  .section__text {
    font-size: 20px;
  }

  .section__text > div:not(:last-child){
    padding-bottom: 8.1%;
  }

  .section__title {
    width: 100%;
  }

  .section__headImg {
    display: none;
  }

  .section__subtitle {
    font-size: 4.4vw;
    margin-left: 6.5%;
  }

  .section__body {
    width: 100%;
    margin: 10% auto 0;
  }

  .section__body.section__body--displayFlex {
    flex-direction: column;
  }

  .section__itemImg {
    width: 100%;
  }

  .section__itemTextInner {
    font-size: 25px;
    margin: 5% auto 0;
  }

  .section__itemTextInner {
    max-width: 100%;
    width: 85%;
  }

  /* .section__profileItem {
    width: 85%;
    margin: 0 auto;
  } */

  .profileItem__head {
    font-size: 50px;
    width: 85%;
    margin: 0 auto;
  }

  .profileItem__body {
    flex-direction: column;
  }

  .profileItem__title {
    display: block;
    padding: 0.5% 0.5% 0.5% 5.5%;
  }

  .profileItem__img {
    width: 100%;
    margin: 5% auto;
  }

  .profileItem__textInner {
    width: 85%;
    margin: 0 auto;
    font-size: 25px;
  }


  .contentTitle {
    font-size: 5vw;
  }

  .contentBox {
    width: 85%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding: 7%;
  }

  .contentBox.contentBox--product {
    padding: 0 2% 7%;
  }

  .contentBox__subtitle {
    top: -6vw;
    left: -14%;
  }

  .contentBox__subtitle.contentBox__subtitle--imgShort {
    width: 68%;
  }

  .contentBox__subtitle.contentBox__subtitle--imglong {
    width: 78.4%;;
  }

  .contentItem.contentItem--flex {
    flex-direction: column;
    align-items: center;
  }

  .contentItem.contentItem--small {
    width: 80%;
    margin: 0 auto;
  }

  .contentItem.contentItem--flex.contentItem--flexRow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2vw;
  }

  .contentItem__text {
    font-size: 4vw;
  }

  .contentItem__text > p:first-child {
    margin-bottom: 5%;
  }

  .contentBoxInner {
    padding: 0;
  }

  .contentBoxInner.contentBoxInner--padding{
    padding: 10% 5%;
  }

  .contentCard:not(:last-child) {
    margin-right: 0;
  }

  .contentCard:not(:last-child).contentCard--marginLarge {
    margin-right: 0;
  }

  .contentCard.contentCard--card5 {
    width: 100%;
    margin-bottom: 10%;
  }

  .contentCard.contentCard--card4 {
    width: 48%;
  }
  
  .contentCard.contentCard--card3 {
    width: 100%;
    margin-bottom: 10%;
  }

  .contentCard.contentCard--card2 {
    width: 100%;
  }

  .contentCard__head {
    font-size: 5vw;
  }

  .contentCard__body {
    padding: 5% 0;
  }

  .contentCard__img.contentCard__img--icon01 {
    width: 35%;
  }

  .contentCard__img.contentCard__img--icon02 {
    width: 56.3%;
  }
  
  .contentCard__innerHead {
    display: none;
  }

  .contentCard__text {
    width: 85%;
  }

  .contentCard__text.contentCard__text--fullsize {
    width: 100%;
  }

  .textPrice {
    font-size: 6.2vw;
  }

  .textDetail {
    font-size: 2.8vw;
    padding: 4%;
  }

  .textDetail.textDetail--sizeLarge {
    font-size: 2.8vw;
  }

  .linkBtn {
    max-height: 100px;
  }

  .linkBtn:not(:last-child) {
    margin-bottom: 35%;
  }

  .linkBtn.linkBtn--fontSmall {
    font-size: 20px;
  }

  .copyright {
    padding: 5% 0;
  }

  .footerNav {
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  
  .footerLogo {
    position: relative;
    width: 232px;
    margin: 0 auto 10px;
  }

  .form__inner {
    margin-bottom: 14%;
  }
  
}

@media screen and (max-width: 700px) {
  
}

@media screen and (max-width: 630px) {
  .copyright,
  .copyright a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .hidden600 {
    display: none;
  }

  .break_600:before {
    content: "\A";
    white-space: pre;
  }

  .headerLogo {
    width: 62.6%;
    margin-left: -6%;
  }

  .menuToggle {
    width: 10.5%;
  }

  .headerMenu > li {
    font-size: 5vw;
  }

  .section__title {
    width: 100%;
  }

  .section__text {
    font-size: 17px;
  }

  .section__itemTextInner {
    font-size: 4vw;
  }

  .textDetail {
    font-size: 4vw;
  }

  .profileItem__head {
    font-size: 7vw;
  }

  .profileItem__textInner {
    font-size: 4vw;
  }

  .contentItem__text {
    font-size: 4.5vw;
  }

  .contentItem__text.contentItem__text--marginBottom {
    margin-bottom: 10%;
  }

  .contentList.contentList--marginTop {
    margin-top: 15%;
  }

  .contentList__item {
    font-size: 4.3vw;
  }

  .contentList__item::before {
    width: 4px;
  }

  .companyInfo {
    font-size: 4vw;
  }
  
  .footerLogo {
    width: 38.7%;
  }

  .formItem {
    margin-bottom: 5.1%;
    font-size: 16px;
  }

  .form__submitButton {
    font-size: 18px;
  }

  .law__title > h2 {
    font-size: 25px;
  }

  .law__item {
    font-size: 16px;
  }
}


@media screen and (max-width: 500px) {
  .break_500:before {
    content: "\A";
    white-space: pre;
  }

}

@media screen and (max-width: 450px) {
  
}

@media screen and (max-width: 400px) {
  .copyright,
  .copyright a {
    font-size: 12px;
  }
}


@media screen and (max-width: 360px) {

}