@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .text_cm {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  body {
    padding-top: 80px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    height: 80px;
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px;
  }
  .header.changeBg {
    background-color: #fff !important;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 img {
    width: 180px;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .header h1 img {
    width: 216px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub {
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_menuSub .header_menuSub_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 15px;
  }
  .header .header_menuSub .header_menuSub_main li {
    margin-right: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .header .header_menuSub .header_menuSub_main li {
    margin-right: 8px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub .header_menuSub_main li a {
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .header .header_menuSub .header_menuSub_main li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub .header_ex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header_menuSub .header_ex li:not(:last-child) {
    margin-right: 1px;
  }
  .header .header_menuSub .header_ex li a {
    background-color: #eb9595;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 80px;
    font-size: 12px;
    color: #FFF;
    line-height: 1.66667;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .header .header_menuSub .header_ex li a.st2 {
    background-color: #ae9a63;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    display: block;
    padding: 120px 15px;
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_menuSub .header_menuSub_main {
    display: block;
  }
  .header .header_menuSub .header_menuSub_main li + li {
    margin-top: 30px;
  }
  .header .header_menuSub .header_menuSub_main li a {
    display: block;
    text-align: center;
    font-size: 28px;
  }
  .header .header_menuSub .header_ex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .header .header_menuSub .header_ex li {
    width: 50%;
  }
  .header .header_menuSub .header_ex li a {
    background-color: #eb9595;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    font-size: 24px;
    color: #FFF;
    line-height: 1.66667;
    letter-spacing: 0.08em;
    text-align: center;
    width: 100%;
  }
  .header .header_menuSub .header_ex li a br {
    display: none;
  }
  .header .header_menuSub .header_ex li a.st2 {
    background-color: #ae9a63;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px), print {
  .header .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header .menu_icon {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90px;
    height: 80px;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(-45deg);
       -moz-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(2px, 16px) rotate(45deg);
       -moz-transform: translate(2px, 16px) rotate(45deg);
        -ms-transform: translate(2px, 16px) rotate(45deg);
            transform: translate(2px, 16px) rotate(45deg);
  }
  .header .menu_icon .menu_icon_in {
    width: 50px;
    height: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
  .header .menu_icon .menu_icon_in .menu-trigger,
  .header .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 25px;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    min-height: 1px;
    background-color: #eb9595;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    text-align: center;
    padding-top: 20px;
  }
  .footer .backtop {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
    position: relative;
    padding-top: 17px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #eb9595;
    margin-bottom: 24px;
    cursor: pointer;
  }
  .footer .backtop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 26px;
    height: 9px;
    background: url(../img/art.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer .backtop:hover {
    opacity: 0.7;
  }
  .footer_main {
    background-color: #fcf0f0;
    padding: 70px 0 30px;
    text-align: left;
  }
  .footer_main .row {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_main .row .footer_social {
    position: absolute;
    top: 70px;
    left: 0;
  }
  .footer_main .row .footer_social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_main .row .footer_social ul li {
    width: 50px;
    margin: 0 5px;
  }
  .footer_main .footer_l {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .footer_main .footer_l {
    width: 220px;
  }
}

@media screen and (min-width: 769px), print {
  .footer_main .footer_l > a {
    width: 211px;
    display: block;
  }
  .footer_main .footer_r {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_main .footer_r dl:not(:last-child) {
    margin-right: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .footer_main .footer_r dl:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .footer_main .footer_r dl dt {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  .footer_main .footer_r dl dd .f_links {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_main .footer_r dl dd ul li + li {
    margin-top: 20px;
  }
  .footer_main .footer_r dl dd ul li a {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .footer .copyright {
    text-align: center;
    padding: 25px 0 10px;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #eb9595;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .footer {
    text-align: center;
    padding-top: 10px;
  }
  .footer .backtop {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
    position: relative;
    padding-top: 27px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #eb9595;
    margin-bottom: 100px;
    cursor: pointer;
  }
  .footer .backtop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 39px;
    height: 14px;
    background: url(../img/art.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer .backtop:hover {
    opacity: 0.7;
  }
  .footer_main {
    background-color: #fcf0f0;
    padding: 25px 0 100px;
    text-align: left;
  }
  .footer_main .row {
    position: relative;
    padding: 0;
    display: block;
  }
  .footer_main .row .footer_social {
    margin-top: 45px;
    position: inherit;
  }
  .footer_main .row .footer_social ul {
    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;
  }
  .footer_main .row .footer_social ul li {
    width: 50px;
    margin: 0 5px;
  }
  .footer_main .footer_l {
    margin-bottom: 50px;
    width: 100%;
  }
  .footer_main .footer_l > a {
    width: 320px;
    display: block;
    margin: 0 auto;
  }
  .footer_main .footer_r {
    width: 100%;
    display: block;
  }
  .footer_main .footer_r dl:not(:last-child) {
    margin-right: 0;
  }
  .footer_main .footer_r dl dt {
    font-size: 45px;
    letter-spacing: 0.02em;
    padding: 15px 60px 15px 40px;
    position: relative;
    line-height: 1;
  }
  .footer_main .footer_r dl dt i {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 40px;
    top: 50%;
    margin-top: -9px;
    display: block;
  }
  .footer_main .footer_r dl dt i:before, .footer_main .footer_r dl dt i:after {
    content: "";
    position: absolute;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .footer_main .footer_r dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .footer_main .footer_r dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .footer_main .footer_r dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer_main .footer_r dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .footer_main .footer_r dl dd .f_links {
    width: 100%;
  }
  .footer_main .footer_r dl dd .f_links ul {
    width: 100%;
  }
  .footer_main .footer_r dl dd ul li + li {
    margin-top: 2px;
  }
  .footer_main .footer_r dl dd ul li a {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    background-color: #fff;
    padding: 13px 60px;
    display: block;
  }
  .footer_main .footer_r dl dd ul + ul {
    margin-top: 2px;
  }
  .footer .copyright {
    text-align: center;
    padding: 10px 0 10px;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #eb9595;
  }
}

@media screen and (min-width: 769px), print {
  .btn_line_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 5px;
    border-color: white;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-image: -webkit-linear-gradient(120deg, #45c0b6 0%, #48b748 100%);
    background-image: -ms-linear-gradient(120deg, #45c0b6 0%, #48b748 100%);
    width: 181px;
    height: 142px;
    z-index: 99;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn_line_fixed span {
    position: relative;
    padding-top: 45px;
    font-size: 20px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1.3;
  }
  .btn_line_fixed span small {
    font-size: 16px;
  }
  .btn_line_fixed span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 45px;
    height: 44px;
    background: url(../img/ic_line.png) center/100% 100% no-repeat;
    display: block;
  }
  a.btn, button.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    min-width: 200px;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 0;
         border-radius: 0;
    padding: 9px 20px;
    position: relative;
    margin-top: 20px;
    text-align: center;
    background-color: #eb9595;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #eb9595;
  }
  a.btn::after, button.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background-image: url(../img/ar.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  a.btn.st2, button.btn.st2 {
    background-color: #fff;
    color: #eb9595;
  }
  a.btn.st2::after, button.btn.st2::after {
    background-image: url(../img/ar2.png);
  }
  .ttl {
    position: relative;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .ttl .txt .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .ttl .txt h2 {
    font-family: "Shippori Mincho", serif;
  }
  .ttl .txt h2 span {
    display: block;
    font-size: 46px;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .ttl .txt h2 small {
    display: block;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .ttl figure, .ttl picture {
    height: 240px;
    display: block;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .ttl figure, .ttl picture {
    height: 500px;
  }
}

@media screen and (min-width: 769px), print {
  .breadcrumb {
    padding: 7px 30px 7px 108px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .breadcrumb {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 14px;
    font-family: 'KozGoPr6N-Light';
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 20px;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 0;
    right: -14px;
    display: block;
  }
  .t_ttl {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .t_ttl.st2 span {
    right: initial;
    left: -20px;
    color: #fcf0f0;
  }
  .t_ttl small {
    font-size: 26px;
    line-height: 1.61538;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .t_ttl span {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-webkit-calc(-50% - 7px));
       -moz-transform: translateY(-moz-calc(-50% - 7px));
        -ms-transform: translateY(calc(-50% - 7px));
            transform: translateY(calc(-50% - 7px));
    font-size: 200px;
    line-height: 1;
    z-index: -1;
    color: #fff;
    font-family: 'KozGoPr6N-ExtraLight';
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv > figure, .p_top .mv > picture {
    min-height: 500px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1117px) {
  .p_top .mv > figure, .p_top .mv > picture {
    height: 600px;
    min-height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv > figure img, .p_top .mv > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1117px) {
  .p_top .mv .txt {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv .txt .txt01 {
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
    font-weight: 400;
  }
  .p_top .mv .txt .txt02 {
    font-size: 46px;
    font-family: "Shippori Mincho", serif;
    color: #555555;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .p_top .mv .txt .txt02 span {
    font-size: 72px;
  }
  .p_top .bn {
    text-align: center;
    padding: 80px 0;
  }
  .p_top .bn a {
    border-style: solid;
    border-width: 2px;
    border-color: #eb9595;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 678px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #eb9595;
    padding: 15px 35px 10px 70px;
    text-align: left;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
    position: relative;
  }
  .p_top .bn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 126px;
    background: url(../img/wm.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .bn a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -164px;
    -webkit-transform: rotate(-59deg);
       -moz-transform: rotate(-59deg);
        -ms-transform: rotate(-59deg);
            transform: rotate(-59deg);
    width: 100%;
    height: 176%;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_top .bn a .txt01 {
    color: #fff;
  }
  .p_top .bn a .txt01 span {
    display: block;
    font-size: 42px;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    line-height: 1;
    white-space: nowrap;
  }
  .p_top .bn a .txt01 small {
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    margin: 5px 0 10px;
  }
  .p_top .bn a .txt01 em {
    font-size: 12px;
    color: #eb9595;
    background-color: #fff;
    min-width: 100px;
    min-height: 24px;
    padding: 0 5px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-style: normal;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .bn a .txt02 {
    margin-left: 75px;
  }
  .p_top .bn a .txt02 span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #707070;
  }
  .p_top .bn a .txt02 span i {
    font-style: normal;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
  }
  .p_top .bn a .txt02 span i::after {
    content: "";
    position: absolute;
    left: 43px;
    top: -20px;
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    width: 1px;
    height: 66px;
    background: #eb9595;
    display: block;
  }
  .p_top .bn a .txt02 p {
    font-size: 60px;
    color: #eb9595;
    font-family: "Jost", serif;
    font-weight: 300;
  }
  .p_top .news {
    background-color: #fafafa;
    padding: 61px 0 80px;
  }
  .p_top .news .row {
    max-width: 850px;
  }
  .p_top .news .btnWr {
    text-align: center;
    margin-top: 60px;
  }
  .p_top .news ul li + li {
    margin-top: 18px;
  }
  .p_top .news ul li a {
    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;
    position: relative;
    padding-right: 20px;
  }
  .p_top .news ul li a::after {
    content: "〉";
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .p_top .news ul li a span {
    background-color: #eb9595;
    width: 100px;
    height: 24px;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 0 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .news ul li a time {
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    letter-spacing: 0.04em;
    width: 100px;
    padding-left: 12px;
  }
  .p_top .news ul li a p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.04em;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_top .news ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_top .news ul li a p {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .feature {
    padding: 61px 0 80px;
  }
  .p_top .feature .row {
    max-width: 1200px;
  }
  .p_top .feature ul {
    counter-reset: div;
    margin-top: 30px;
  }
  .p_top .feature ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .feature ul li + li {
    margin-top: 80px;
  }
  .p_top .feature ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .feature ul li:nth-child(even) .txt {
    padding-right: 200px;
    padding-left: 40px;
  }
  .p_top .feature ul li:nth-child(even) .txt::before {
    right: 60px;
    left: initial;
  }
  .p_top .feature ul li .txt {
    width: 58.33%;
    padding-left: 220px;
    position: relative;
    padding-right: 40px;
  }
  .p_top .feature ul li .txt::before {
    counter-increment: div;
    content: "0" counter(div);
    font-weight: 400;
    font-family: "Jost", serif;
    font-size: 130px;
    line-height: 1;
    color: rgba(235, 149, 149, 0.25);
    position: absolute;
    top: 0;
    left: 60px;
  }
  .p_top .feature ul li .txt h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.61538;
    margin-bottom: 25px;
  }
  .p_top .feature ul li .txt .text_cm {
    margin-bottom: 10px;
  }
  .p_top .feature ul li .txt .list_btn {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .feature ul li .txt .list_btn.st2 .btn {
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .p_top .feature ul li .txt .list_btn.st2 .btn.full {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .feature ul li .txt .list_btn.st2 {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .feature ul li .txt .list_btn.st2 .btn {
    width: 350px;
    margin: 10px;
  }
  .p_top .feature ul li .txt .list_btn.st2 .btn.full {
    width: 720px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .feature ul li figure, .p_top .feature ul li picture {
    width: 41.67%;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_top .feature ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_top .feature ul li figure, .p_top .feature ul li picture {
    width: 100%;
  }
  .p_top .feature ul li figure.show_pc, .p_top .feature ul li picture.show_pc {
    display: none;
  }
  .p_top .feature ul li figure.show_sp, .p_top .feature ul li picture.show_sp {
    display: block !important;
  }
  .p_top .feature ul li .txt {
    width: 100%;
    padding-right: 0;
  }
  .p_top .feature ul li .txt::before {
    top: -20px;
  }
  .p_top .feature ul li .txt figure, .p_top .feature ul li .txt picture, .p_top .feature ul li .txt .text_cm {
    margin-left: -220px;
    width: -webkit-calc(100% + 220px);
    width: -moz-calc(100% + 220px);
    width: calc(100% + 220px);
    margin-bottom: 35px;
  }
  .p_top .feature ul li .txt .list_btn {
    text-align: center;
    margin-left: -220px;
    width: -webkit-calc(100% + 220px);
    width: -moz-calc(100% + 220px);
    width: calc(100% + 220px);
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .feature ul li:nth-child(1) .txt::before {
    top: 0;
  }
  .p_top .feature ul li:nth-child(even) .txt {
    padding-left: 0;
  }
  .p_top .feature ul li:nth-child(even) .txt figure, .p_top .feature ul li:nth-child(even) .txt picture, .p_top .feature ul li:nth-child(even) .txt .text_cm {
    margin-left: inherit;
    margin-right: -200px;
    width: -webkit-calc(100% + 200px);
    width: -moz-calc(100% + 200px);
    width: calc(100% + 200px);
  }
  .p_top .feature ul li:nth-child(even) .txt figure img, .p_top .feature ul li:nth-child(even) .txt picture img, .p_top .feature ul li:nth-child(even) .txt .text_cm img {
    width: 100%;
  }
  .p_top .feature ul li:nth-child(even) .txt .list_btn {
    margin-left: inherit;
    margin-right: -200px;
    width: -webkit-calc(100% + 200px);
    width: -moz-calc(100% + 200px);
    width: calc(100% + 200px);
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .lesson {
    padding: 61px 0 80px;
    background-color: #fcf0f0;
  }
  .p_top .lesson ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .lesson ul li + li {
    margin-top: 60px;
  }
  .p_top .lesson ul li .txt {
    width: 53.7%;
    padding: 40px 20px 40px 40px;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_top .lesson ul li .txt::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: -webkit-calc(100% + 320px);
    width: -moz-calc(100% + 320px);
    width: calc(100% + 320px);
    height: 87%;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_top .lesson ul li .txt .step {
    font-size: 36px;
    font-weight: 500;
    color: #eb9595;
    font-family: "Jost", serif;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  .p_top .lesson ul li .txt .text_cm {
    letter-spacing: 0.06em;
  }
  .p_top .lesson ul li .txt h3 {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: bold;
    margin: 30px 0;
  }
  .p_top .lesson ul li .txt .list_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .lesson ul li .txt .list_btn a:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .lesson ul li figure {
    width: 46.3%;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .lesson ul li figure, .p_top .lesson ul li picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .p_top .lesson ul li figure.show_pc, .p_top .lesson ul li picture.show_pc {
    display: none;
  }
  .p_top .lesson ul li figure.show_sp, .p_top .lesson ul li picture.show_sp {
    display: block !important;
  }
  .p_top .lesson ul li .txt {
    width: 100%;
  }
  .p_top .lesson ul li .txt::after {
    width: 100%;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .p_top .lesson ul li .txt .list_btn {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .lesson ul li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .links {
    padding-top: 63px;
    padding-bottom: 79px;
  }
  .p_top .links ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .links ul li a {
    display: block;
    position: relative;
  }
  .p_top .links ul li a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .links ul li a .txt p {
    color: #fff;
    text-align: center;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding-bottom: 27px;
  }
  .p_top .links ul li a .txt p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28px;
    height: 11px;
    background: url(../img/arb.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .links ul li a .txt p span {
    display: block;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .p_top .links ul li a .txt p span {
    font-size: 40px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .links ul li a .txt p small {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  .p_top .links ul li a .txt p small {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .links ul {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px), print {
  .p_top .column {
    padding: 61px 0 80px;
  }
  .p_top .column .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
  }
  .p_top .column .btnWr {
    text-align: center;
    margin-top: 60px;
  }
  .p_top .column ul {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 97px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .column ul {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .column ul li a {
    display: block;
  }
  .p_top .column ul li a figure {
    height: 240px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .p_top .column ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_top .column ul li a p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
  }
  .p_top .column ul li a time {
    font-size: 12px;
    line-height: 1;
  }
  .p_top .movie {
    padding: 61px 0 80px;
    background-color: #fafafa;
  }
  .p_top .movie .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
  }
  .p_top .movie .btnWr {
    text-align: center;
    margin-top: 60px;
  }
  .p_top .movie_main {
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .movie_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .movie_l {
    width: 44.7%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .movie_l {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .movie_l a {
    display: block;
  }
  .p_top .movie_l a p {
    font-size: 20px;
    line-height: 1.8;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-top: 28px;
  }
  .p_top .movie_r {
    width: 46.3%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_top .movie_r {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .movie_r a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .movie_r a + a {
    margin-top: 20px;
  }
  .p_top .movie_r a figure {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .movie_r a p {
    width: 100%;
    padding-left: 20px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
  }
  .p_top .media {
    padding: 61px 0 80px;
    background-color: #fcf0f0;
  }
  .p_top .media .row {
    max-width: 1200px;
  }
  .p_top .media .btnWr {
    text-align: center;
    margin-top: 50px;
  }
  .p_top .media .t_ttl span {
    color: #fff;
  }
  .p_top .media .media_sliderArea {
    position: relative;
    padding: 0 60px;
  }
  .p_top .media .media_slider ul li {
    width: 170px;
    margin: 0 20px;
  }
  .p_top .media .media_slider ul li a {
    display: block;
  }
  .p_top .media .media_slider ul li a figure {
    height: 170px;
  }
  .p_top .media .media_slider ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .media .media_slider ul li a p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.375;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 15px;
  }
  .p_top .media .swiper-button-next {
    width: 23px;
    height: 58px;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
    margin-top: 0;
    top: 22%;
    right: 35px;
  }
  .p_top .media .swiper-button-prev {
    width: 23px;
    height: 58px;
    background: url(../img/ic_prev.png) center/100% 100% no-repeat;
    margin-top: 0;
    top: 22%;
    left: 35px;
  }
  .carousel .main_carousel ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .carousel .main_carousel ul a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .carousel .main_carousel ul {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px), print {
  .other_site {
    padding: 50px 0 70px;
  }
  .other_site ul {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other_site ul li {
    margin: 0 6px;
  }
  .other_site ul li a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eb9595;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-color: white;
    width: 354px;
    height: 104px;
    -moz-box-shadow: 4px 4px 0px 0px #eb9595;
         box-shadow: 4px 4px 0px 0px #eb9595;
  }
  .other_site ul li a img {
    width: 185px;
  }
  .p_service .service01 .t_ttl span {
    color: #fcf0f0;
  }
  .p_service .service01 .method {
    background: url(../img/service/bg.png) top -35px center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-bottom: 60px;
    padding-top: 100px;
  }
  .p_service .service01 .method .row {
    max-width: 960px;
  }
  .p_service .service01 .method .t_ttl {
    margin-bottom: 116px;
  }
  .p_service .service01 .method_main h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 35px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .p_service .service01 .method_main h4 {
    margin: 30px 0;
  }
  .p_service .service01 .method_main h4 span {
    display: inline-block;
    font-size: 24px;
    color: #eb9595;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  .p_service .service01 .method_main .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service .service01 .method_main .df_txt {
    width: 100%;
    padding-right: 35px;
  }
  .p_service .service01 .method_main .df_txt .text_cm:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .p_service .service01 .method_main .df_img {
    width: 420px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 60px;
    margin-right: -60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service01 .method_main .df {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_service .service01 .method_main .df_txt {
    width: 100%;
    padding-right: 0;
  }
  .p_service .service01 .method_main .df_txt .method_img_sp {
    display: block !important;
    margin-bottom: 10px;
    line-height: 0;
    text-align: center;
  }
  .p_service .service01 .method_main .df_img {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service01 .merit {
    background: url(../img/service/merit_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_service .service01 .merit_main {
    height: 500px;
    position: relative;
  }
  .p_service .service01 .merit ul li {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 230px;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.667;
    text-align: center;
    position: absolute;
  }
  .p_service .service01 .merit ul .pos {
    left: 0;
    bottom: 30px;
  }
  .p_service .service01 .merit ul .pos2 {
    left: 167px;
    top: 30px;
  }
  .p_service .service01 .merit ul .pos3 {
    left: 280px;
    bottom: 30px;
  }
  .p_service .service01 .merit ul .pos4 {
    right: 133px;
    top: 30px;
  }
  .p_service .service01 .merit ul .pos5 {
    bottom: 30px;
    right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service01 .merit {
    background: url(../img/service/merit_bg_sp.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_service .service01 .merit_main {
    height: 1034px;
    position: relative;
  }
  .p_service .service01 .merit ul li {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 301px;
    height: 301px;
    font-size: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.667;
    text-align: center;
    position: absolute;
  }
  .p_service .service01 .merit ul .pos {
    left: 0px;
    top: 250px;
  }
  .p_service .service01 .merit ul .pos2 {
    left: 212px;
    top: 18px;
  }
  .p_service .service01 .merit ul .pos3 {
    left: 0px;
    bottom: 85px;
  }
  .p_service .service01 .merit ul .pos4 {
    right: -10px;
    top: 330px;
  }
  .p_service .service01 .merit ul .pos5 {
    bottom: 10px;
    right: 35px;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service01 .program {
    padding-top: 74px;
    padding-bottom: 100px;
  }
  .p_service .service01 .program .t_ttl span {
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
  }
  .p_service .service01 .program .row {
    max-width: 920px;
  }
  .p_service .service01 .program .text_cm {
    text-align: center;
    margin: 100px 0 60px;
  }
  .p_service .service01 .program .list {
    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;
  }
  .p_service .service01 .program .list li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    text-align: center;
  }
  .p_service .service01 .program .list li .txt01 {
    font-size: 20px;
    color: #e06574;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .p_service .service01 .program .list li .box {
    background-color: white;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 9px;
         border-radius: 9px;
  }
  .p_service .service01 .program .list li .box figure {
    height: 278px;
    text-align: center;
  }
  .p_service .service01 .program .list li .box figure img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
  }
  .p_service .service01 .program .list li .box .txt02 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    padding: 12px;
    -moz-border-radius: 9px 9px 0 0;
         border-radius: 9px 9px 0 0;
    background-image: -webkit-linear-gradient(20deg, rgba(254, 170, 185, 0.99608) 0%, #f79dc0 100%);
    background-image: -moz- oldlinear-gradient(20deg, rgba(254, 170, 185, 0.99608) 0%, #f79dc0 100%);
    background-image: linear-gradient(70deg, rgba(254, 170, 185, 0.99608) 0%, #f79dc0 100%);
  }
  .p_service .service01 .program .list li .box .txt02.st2 {
    background-image: -webkit-linear-gradient(20deg, #fca5e3 0%, #d8a2f3 100%);
    background-image: -moz- oldlinear-gradient(20deg, #fca5e3 0%, #d8a2f3 100%);
    background-image: linear-gradient(70deg, #fca5e3 0%, #d8a2f3 100%);
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service01 .program .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_service .service01 .program .list li {
    width: 70%;
  }
  .p_service .service01 .program .list li .box figure {
    height: auto;
  }
  .p_service .service01 .program .list li .box figure img {
    width: 100%;
    height: auto;
  }
  .p_service .service01 .program .list li + li {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .titlePersonal {
    padding-bottom: 0;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 56px;
  }
  .p_service .service .t_ttl small {
    font-weight: 500;
    letter-spacing: 0;
  }
  .p_service .service__personal {
    padding-top: 150px;
  }
  .p_service .service__personal .t_ttl span {
    top: inherit;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: -18px;
    color: #fcf0f0;
  }
  .p_service .service__personal--intro {
    margin-top: 60px;
  }
  .p_service .service__personal--intro ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p_service .service__personal--intro ul li {
    text-align: center;
    margin-top: 20px;
  }
  .p_service .service__personal--intro ul li figure img {
    width: 120px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_service .service__personal--intro ul li p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.04em;
    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;
    min-height: 52px;
    color: #eb9595;
    font-weight: 700;
    margin-top: 20px;
  }
  .p_service .service__personal--intro ul li:nth-of-type(3) p {
    margin-top: 6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__personal--intro ul {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p_service .service__personal--intro ul li {
    width: 100%;
    text-align: left;
    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;
  }
  .p_service .service__personal--intro ul li:first-of-type {
    margin-top: 0;
  }
  .p_service .service__personal--intro ul li figure {
    margin-right: 50px;
  }
  .p_service .service__personal--intro ul li figure img {
    width: 192px;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__personal--detail {
    margin-top: 41px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/service/personalBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.85714% 0 5.71429%;
  }
  .p_service .service__personal--detail::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 7.5%;
    background: url("../img/service/personalArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__personal--detail.online {
    background: url("../img/service/onlineBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_service .service__personal--detail.online .service__personal--detail--main ul {
    max-width: 640px;
  }
  .p_service .service__personal--detail--main ul {
    max-width: 580px;
    background: rgba(255, 255, 255, 0.8);
    padding: 41px 30px 31px 61px;
  }
  .p_service .service__personal--detail--main ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 20px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 40px;
  }
  .p_service .service__personal--detail--main ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/service/personalCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__personal--detail {
    margin-top: 50px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/service/personalBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 664px 0 60px;
  }
  .p_service .service__personal--detail.online {
    background: url("../img/service/onlineBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__personal--detail.online .service__personal--detail--main ul {
    max-width: 880px;
  }
  .p_service .service__personal--detail::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 95px;
    background: url("../img/service/personalArrow_sp.png") bottom center no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__personal--detail--main ul {
    max-width: 680px;
    width: 100%;
    margin: auto;
    background: white;
    padding: 63px 25px 0px 22px;
  }
  .p_service .service__personal--detail--main ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 30px;
    line-height: 69px;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 60px;
  }
  .p_service .service__personal--detail--main ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/service/personalCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 14px;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__method {
    background: #fcf0f0;
    padding: 73px 0 80px;
  }
  .p_service .service__method h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #000;
  }
  .p_service .service__method--main {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main::after {
    position: absolute;
    content: "";
    width: 570px;
    height: 262px;
    background: url("../img/service/personalTriangle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
  }
  .p_service .service__method--main article {
    width: 300px;
    height: 300px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 5px 5px 0 rgba(235, 149, 149, 0.5);
         box-shadow: 5px 5px 0 rgba(235, 149, 149, 0.5);
    padding: 90px 21px 0 32px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main article::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__method--main article h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #eb9595;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main article h3::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__method--main article .txt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #555555;
    margin-top: 5px;
    text-align: left;
  }
  .p_service .service__method--main article.ic01 {
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: -60px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .p_service .service__method--main article.ic01::before {
    width: 50px;
    height: 61px;
    top: 23px;
    background: url("../img/service/personalIc04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic02 {
    margin-left: 0px;
    margin-right: 130px;
  }
  .p_service .service__method--main article.ic02::before {
    width: 60px;
    height: 61px;
    top: 22px;
    background: url("../img/service/personalIc05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic03 {
    margin-left: 130px;
    margin-right: 0px;
  }
  .p_service .service__method--main article.ic03::before {
    width: 77px;
    height: 61px;
    top: 22px;
    background: url("../img/service/personalIc06.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__method h2 {
    text-align: center;
    font-size: 39px;
    line-height: 40px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #000;
  }
  .p_service .service__method--main {
    margin-top: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main::after {
    position: absolute;
    content: "";
    width: 308px;
    height: 616px;
    background: url("../img/service/personalTriangle_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
  }
  .p_service .service__method--main article {
    width: 375px;
    height: 375px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 5px 5px 0 rgba(235, 149, 149, 0.5);
         box-shadow: 5px 5px 0 rgba(235, 149, 149, 0.5);
    padding: 119px 0px 0 0px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main article::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__method--main article h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #eb9595;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main article .txt {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #555555;
    margin-top: 15px;
    text-align: left;
  }
  .p_service .service__method--main article.ic01 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-top: -85px;
    margin-bottom: -85px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p_service .service__method--main article.ic01::before {
    width: 59px;
    height: 84px;
    top: 22px;
    background: url("../img/service/personalIc04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic01 .txt {
    padding-left: 44px;
    padding-right: 44px;
  }
  .p_service .service__method--main article.ic02 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .p_service .service__method--main article.ic02::before {
    width: 75px;
    height: 76px;
    top: 23px;
    background: url("../img/service/personalIc05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic02 .txt {
    padding-left: 34px;
    padding-right: 21px;
  }
  .p_service .service__method--main article.ic03 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    margin-right: 0;
  }
  .p_service .service__method--main article.ic03::before {
    width: 95px;
    height: 75px;
    top: 31px;
    background: url("../img/service/personalIc06.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic03 .txt {
    padding-left: 47px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__selected {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .p_service .service__selected .t_ttl span {
    color: #fcf0f0;
    left: -10px;
    right: inherit;
  }
  .p_service .service__selected--main {
    counter-reset: ar;
  }
  .p_service .service__selected--main article {
    counter-increment: ar;
  }
  .p_service .service__selected--main article h3 {
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 70px;
    width: 460px;
    margin-top: 50px;
  }
  .p_service .service__selected--main article h3::before {
    position: absolute;
    content: counter(ar);
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
    font-family: "Jost", serif;
    color: #fff;
    text-shadow: 2px 0 #eb9595, -2px 0 #eb9595, 0 2px #eb9595, 0 -2px #eb9595,1px 1px #eb9595, -1px -1px #eb9595, 1px -1px #eb9595, -1px 1px #eb9595;
    left: 0;
    top: 0;
  }
  .p_service .service__selected--main article figure {
    width: 540px;
  }
  .p_service .service__selected--main article figure img {
    width: 100%;
    height: auto;
  }
  .p_service .service__selected--main article .txt {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
    width: 460px;
    margin-top: 24px;
  }
  .p_service .service__selected--main article::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_service .service__selected--main article:nth-of-type(odd) {
    padding-left: 60px;
  }
  .p_service .service__selected--main article:nth-of-type(odd) h3 {
    float: left;
  }
  .p_service .service__selected--main article:nth-of-type(odd) figure {
    float: right;
  }
  .p_service .service__selected--main article:nth-of-type(odd) .txt {
    float: left;
  }
  .p_service .service__selected--main article:nth-of-type(even) {
    padding-right: 60px;
  }
  .p_service .service__selected--main article:nth-of-type(even) h3 {
    float: right;
  }
  .p_service .service__selected--main article:nth-of-type(even) figure {
    float: left;
  }
  .p_service .service__selected--main article:nth-of-type(even) .txt {
    float: right;
  }
  .p_service .service__selected--main article + article {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__selected--main article figure {
    width: 100%;
    margin-top: 25px;
  }
  .p_service .service__selected--main article .txt {
    width: 100%;
  }
  .p_service .service__selected--main article h3 {
    width: 100%;
  }
  .p_service .service__selected--main article:nth-of-type(odd) {
    padding-left: 0;
  }
  .p_service .service__selected--main article:nth-of-type(even) {
    padding-right: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__cta {
    padding: 80px 0 65px;
    background: #fcf0f0;
  }
  .p_service .service__cta--main {
    max-width: 680px;
    text-align: center;
  }
  .p_service .service__cta--main h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #000;
    letter-spacing: 0.06em;
  }
  .p_service .service__cta--main--btn {
    margin-top: 37px;
  }
  .p_service .service__cta--main--btn a {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #eb9090;
    font-weight: 700;
    padding: 12px 10px 8px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 3px 3px 0 #eb9595;
         box-shadow: 3px 3px 0 #eb9595;
    border: 1px solid #eb9595;
  }
  .p_service .service__cta--main--btn a small {
    font-size: 16px;
  }
  .p_service .service__cta--main--contact {
    font-size: 26px;
    line-height: 46px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
  }
  .p_service .service__cta--main--contact a {
    color: #000;
  }
  .p_service .service__cta--main--schedule {
    font-size: 16px;
    line-height: 46px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-weight: 400;
  }
  .p_service .service__voice {
    padding-top: 62px;
    padding-bottom: 133px;
  }
  .p_service .service__voice .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
  }
  .p_service .service__voice--main {
    overflow: inherit;
  }
  .p_service .service__voice--main article {
    width: 440px;
    padding: 0 20px;
  }
  .p_service .service__voice--main article .arInner {
    background: #fff;
    padding: 39px 28px 20px;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    opacity: 0.5;
  }
  .p_service .service__voice--main article .arInner figure {
    width: 200px;
    height: 200px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: auto;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
  }
  .p_service .service__voice--main article .arInner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_service .service__voice--main article .arInner h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
  }
  .p_service .service__voice--main article .arInner .list {
    margin-top: 14px;
  }
  .p_service .service__voice--main article .arInner .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
  }
  .p_service .service__voice--main article .arInner .list dl dt {
    white-space: nowrap;
  }
  .p_service .service__voice--main article .arInner .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_service .service__voice--main article .arInner .btnMore {
    text-align: center;
    margin-top: 16px;
  }
  .p_service .service__voice--main article .arInner .btnMore a {
    font-size: 16px;
    line-height: 32px;
  }
  .p_service .service__voice--main article.swiper-slide-active .arInner {
    opacity: 1;
  }
  .p_service .service__voice--main--pagi {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -60px;
  }
  .p_service .service__voice--main--pagi .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000000;
    border: 1px solid #000;
    margin: 0 3.5px;
    opacity: 1;
  }
  .p_service .service__voice--main--pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .p_service .service__voice--main--prev, .p_service .service__voice--main--next {
    position: absolute;
    width: 31px;
    height: 76.5px;
    background: url("../img/service/ctrlLeft.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .p_service .service__voice--main--prev {
    left: -webkit-calc(50% - 271px);
    left: -moz-calc(50% - 271px);
    left: calc(50% - 271px);
  }
  .p_service .service__voice--main--next {
    right: -webkit-calc(50% - 271px);
    right: -moz-calc(50% - 271px);
    right: calc(50% - 271px);
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_service .service__price {
    padding-top: 66px;
    padding-bottom: 81px;
    background: #fafafa;
  }
  .p_service .service__price .t_ttl span {
    right: inherit;
    left: -20px;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_service .service__price--main h3 {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_service .service__price--main h3::before, .p_service .service__price--main h3::after {
    font-size: 24px;
    line-height: 32px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
  }
  .p_service .service__price--main h3::before {
    content: "＼";
  }
  .p_service .service__price--main h3::after {
    content: "／";
  }
  .p_service .service__price--main h3 span {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #000;
  }
  .p_service .service__price--main article {
    margin-top: 36px;
    background: #fff;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding-top: 35px;
    padding-bottom: 43px;
  }
  .p_service .service__price--main article .arInner {
    max-width: 680px;
    margin: auto;
  }
  .p_service .service__price--main article .arInner h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #eb9595;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .p_service .service__price--main article .arInner .intro {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 20px;
    color: #eb9595;
    letter-spacing: 0.06em;
  }
  .p_service .service__price--main article .arInner .trial {
    margin-top: 34px;
  }
  .p_service .service__price--main article .arInner .trial a {
    border-style: solid;
    border-width: 2px;
    border-color: #eb9595;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 100%;
    height: 140px;
    background-color: #eb9595;
    padding: 25px 40px 27px 77px;
    text-align: left;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service .service__price--main article .arInner .trial a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 126px;
    background: url(../img/wm.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_service .service__price--main article .arInner .trial a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -184px;
    -webkit-transform: rotate(-59deg);
       -moz-transform: rotate(-59deg);
        -ms-transform: rotate(-59deg);
            transform: rotate(-59deg);
    width: 100%;
    height: 176%;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 {
    color: #fff;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 span {
    display: block;
    font-size: 42px;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    line-height: 1;
    white-space: nowrap;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 small {
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    margin: 5px 0 0;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 em {
    font-size: 12px;
    color: #eb9595;
    background-color: #fff;
    min-width: 100px;
    min-height: 24px;
    padding: 0 5px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-style: normal;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 {
    margin-left: 89px;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #707070;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 span i {
    font-style: normal;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 span i::after {
    content: "";
    position: absolute;
    left: 43px;
    top: -25px;
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    width: 1px;
    height: 78px;
    background: #eb9595;
    display: block;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 p {
    font-size: 60px;
    color: #eb9595;
    font-family: "Jost", serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 19px;
  }
  .p_service .service__price--main article .arInner .detail {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__price--main article .arInner .detail dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service .service__price--main article .arInner .detail dl dt {
    width: 80px;
    white-space: nowrap;
  }
  .p_service .service__price--main article .arInner .detail dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_service .service__price--main article .arInner .note {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 10px;
  }
  .p_service .service__price--main article .arInner .note ul li {
    position: relative;
    padding: 0 0 0 17px;
  }
  .p_service .service__price--main article .arInner .note ul li::before {
    content: "※";
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p_service .service__price--main article .arInner .note ul li a {
    color: #1c73ea;
    text-decoration: underline;
  }
  .p_service .service__price--main article .arInner .reserval {
    margin-top: 33px;
  }
  .p_service .service__price--main article .arInner .reserval a {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    padding: 12px 10px 8px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 3px 3px 0 #eb9595;
         box-shadow: 3px 3px 0 #eb9595;
    border: 1px solid #eb9595;
  }
  .p_service .service__price--main article .arInner .reserval a small {
    font-size: 16px;
  }
  .p_service .service__flow {
    padding-top: 64px;
    padding-bottom: 80px;
    background: #fcf0f0;
  }
  .p_service .service__flow .t_ttl span {
    color: rgba(235, 149, 149, 0.15);
  }
  .p_service .service__flow--main {
    max-width: 960px;
  }
  .p_service .service__flow--main article {
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 30px 40px 30px 80px;
  }
  .p_service .service__flow--main article::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_service .service__flow--main article h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #eb9595;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 455px;
    float: left;
  }
  .p_service .service__flow--main article figure {
    width: 320px;
    float: right;
  }
  .p_service .service__flow--main article .txt {
    width: 455px;
    margin-top: 28px;
    float: left;
  }
  .p_service .service__flow--main article .txt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .p_service .service__flow--main article .txt .note {
    font-size: 12px;
    line-height: 28px;
  }
  .p_service .service__flow--main article + article {
    margin-top: 61px;
    position: relative;
  }
  .p_service .service__flow--main article + article::before {
    position: absolute;
    content: "";
    width: 37px;
    height: 20px;
    background: url("../img/service/flowArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -41px;
  }
  .p_service .service__flow--main article.end {
    background: transparent;
    margin-top: 80px;
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #555555;
    padding: 36px 35px 41px;
  }
  .p_service .service__flow--main article.end::before {
    display: none;
  }
  .p_service .service__flow--main article.end h3 {
    width: 100%;
  }
  .p_service .service__flow--main article.end .txt {
    width: 100%;
  }
  .p_service .service__flow--main article.end .txt .note {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__flow--main article h3 {
    width: 100%;
  }
  .p_service .service__flow--main article figure {
    width: 100%;
    margin-top: 20px;
  }
  .p_service .service__flow--main article figure img {
    width: 100%;
    height: auto;
  }
  .p_service .service__flow--main article .txt {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__access {
    padding-top: 62px;
    padding-bottom: 80px;
  }
  .p_service .service__access .t_ttl small {
    font-weight: 500;
  }
  .p_service .service__access .t_ttl span {
    right: inherit;
    left: -5px;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_service .service__access--main {
    padding-left: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service .service__access--main .right {
    width: 450px;
    line-height: 0;
    margin-left: 35px;
  }
  .p_service .service__access--main .right iframe {
    width: 100%;
    height: 320px;
  }
  .p_service .service__access--main .left {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__access--main .left address {
    font-style: normal;
  }
  .p_service .service__access--main .left .by {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__access--main {
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_service .service__access--main .right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .p_service .service__access--main .left {
    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__access.online .service__access--main .right {
    width: 370px;
    margin-left: 40px;
  }
  .p_service .service__access.online .service__access--main .zoom {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__access.online .service__access--main .zoom p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__access.online .service__access--main .zoom ul {
    margin-bottom: 29px;
  }
  .p_service .service__access.online .service__access--main .zoom ul li {
    position: relative;
    padding-left: 23px;
  }
  .p_service .service__access.online .service__access--main .zoom ul li::before {
    position: absolute;
    content: "※";
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_service .service__access.online .service__access--main {
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_service .service__access.online .service__access--main .right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .p_service .service__access.online .service__access--main .right img {
    width: 100%;
  }
  .p_service .service__access.online .service__access--main .zoom {
    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_service .service__faq {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .p_service .service__faq .t_ttl small {
    font-weight: 500;
  }
  .p_service .service__faq .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
  }
  .p_service .service__faq--main {
    max-width: 960px;
  }
  .p_service .service__faq--main dl {
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 0 20px;
  }
  .p_service .service__faq--main dl dt {
    font-size: 24px;
    line-height: 30px;
    color: #f4b9b9;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 15px 10px 15px 36px;
    cursor: pointer;
  }
  .p_service .service__faq--main dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 24px;
    line-height: 30px;
    color: #f4b9b9;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    left: 0;
    top: 15px;
  }
  .p_service .service__faq--main dl dt::after {
    content: "+";
    font-size: 24px;
    color: #808080;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_service .service__faq--main dl dt.open::after {
    content: "-";
  }
  .p_service .service__faq--main dl dd {
    padding: 15px 0px 15px 36px;
    border-top: 1px solid #dddddd;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    letter-spacing: 0.04em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: none;
  }
  .p_service .service__faq--main dl dd a {
    color: #174de8;
    text-decoration: underline;
  }
  .p_service .service__faq--main dl dd::before {
    position: absolute;
    content: "A";
    font-size: 24px;
    line-height: 30px;
    color: #e67474;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    left: 0;
    top: 15px;
  }
  .p_service .service__faq--main dl + dl {
    margin-top: 20px;
  }
  .p_service .service__faq--main .btnMore {
    text-align: center;
    margin-top: 60px;
  }
  .p_service .service__faq--main .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 40px;
    background: #eb9595;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__faq--main .btnMore a::after {
    position: absolute;
    content: "→";
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 13px;
  }
  .p_business .business .t_ttl span {
    color: #fcf0f0;
  }
  .p_business .business .introduction {
    padding-bottom: 60px;
    padding-top: 100px;
  }
  .p_business .business .introduction .t_ttl {
    margin-bottom: 130px;
  }
  .p_business .business .introduction .t_ttl small {
    display: block;
  }
  .p_business .business .introduction .t_ttl span {
    white-space: nowrap;
  }
  .p_business .business .introduction__main {
    padding-left: 60px;
  }
  .p_business .business .introduction__main--detail {
    margin-top: 65px;
  }
  .p_business .business .introduction__main--detail::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_business .business .introduction__main--detail .title h3 {
    line-height: 0;
  }
  .p_business .business .introduction__main--detail .title h3 span {
    font-size: 24px;
    line-height: 29px;
    display: inline-block;
    letter-spacing: 0.04em;
    color: #eb9595;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 8px;
    display: inline-block;
  }
  .p_business .business .introduction__main--detail .title h4 {
    margin-top: 34px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #555555;
    letter-spacing: 0.06em;
  }
  .p_business .business .introduction__main--detail figure {
    float: right;
    margin-left: 51px;
    width: 420px;
    margin-top: -100px;
  }
  .p_business .business .introduction__main--detail figure img {
    width: 100%;
    height: auto;
  }
  .p_business .business .introduction__main--detail .text_cm {
    margin-top: 27px;
    max-width: 551px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_business .business .introduction__main {
    padding-left: 15px;
  }
  .p_business .business .introduction__main figure {
    width: 90%;
    float: none;
    margin-left: 0;
    margin: 40px auto 0;
  }
  .p_business .business .introduction__main .text_cm {
    margin-top: 40px;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .business .merit {
    background: url("../img/business/meritBg.jpg") center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_business .business .merit_main {
    height: 545px;
    position: relative;
  }
  .p_business .business .merit ul li {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 230px;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.667;
    text-align: center;
    position: absolute;
  }
  .p_business .business .merit ul .pos1 {
    top: 41px;
    left: 160px;
  }
  .p_business .business .merit ul .pos2 {
    top: 41px;
    right: 134px;
  }
  .p_business .business .merit ul .pos3 {
    bottom: 44px;
    left: 0px;
  }
  .p_business .business .merit ul .pos4 {
    bottom: 44px;
    right: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_business .business .merit {
    background: url("../img/business/meritBg_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_business .business .merit_main {
    height: 1034px;
  }
  .p_business .business .merit_main ul li {
    width: 300px;
    height: 300px;
  }
  .p_business .business .merit_main ul .pos1 {
    top: 38px;
    left: 16px;
  }
  .p_business .business .merit_main ul .pos2 {
    top: 236px;
    right: -20px;
  }
  .p_business .business .merit_main ul .pos3 {
    bottom: 106px;
    left: -20px;
  }
  .p_business .business .merit_main ul .pos4 {
    bottom: 13px;
    right: 38px;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .business .program {
    padding-top: 74px;
    padding-bottom: 100px;
  }
  .p_business .business .program .t_ttl span {
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
  }
  .p_business .business .program .row {
    max-width: 920px;
  }
  .p_business .business .program .text_cm {
    text-align: center;
    margin: 100px 0 60px;
  }
  .p_business .business .program .list {
    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;
  }
  .p_business .business .program .list li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    text-align: center;
  }
  .p_business .business .program .list li .txt01 {
    font-size: 20px;
    color: #909fc7;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .p_business .business .program .list li .box {
    background-color: white;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 11px;
         border-radius: 11px;
    height: 338px;
    position: relative;
  }
  .p_business .business .program .list li .box figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -moz-border-radius: 11px;
         border-radius: 11px;
    overflow: hidden;
  }
  .p_business .business .program .list li .box figure img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
  }
  .p_business .business .program .list li .box .txt02 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.06em;
    color: #fff;
    padding: 12px;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
    background-image: -webkit-linear-gradient(160deg, rgba(216, 162, 243, 0.99608) 0%, #a2c2f3 100%);
    background-image: -moz- oldlinear-gradient(160deg, rgba(216, 162, 243, 0.99608) 0%, #a2c2f3 100%);
    background-image: linear-gradient(-70deg, rgba(216, 162, 243, 0.99608) 0%, #a2c2f3 100%);
    height: 80px;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
  }
  .p_business .business .program .list li .box .txt02.st2 {
    background-image: -webkit-linear-gradient(160deg, #aad7ec 0%, #8fe8d6 100%);
    background-image: -moz- oldlinear-gradient(160deg, #aad7ec 0%, #8fe8d6 100%);
    background-image: linear-gradient(-70deg, #aad7ec 0%, #8fe8d6 100%);
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_business .business .program .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_business .business .program .list li {
    width: 70%;
  }
  .p_business .business .program .list li .box {
    height: auto;
  }
  .p_business .business .program .list li .box figure {
    position: relative;
    top: 0;
    left: 0;
  }
  .p_business .business .program .list li .box figure img {
    width: 100%;
    height: auto;
  }
  .p_business .business .program .list li + li {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .titleSeminar {
    padding-bottom: 0;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 44px;
  }
  .p_business .titleSeminar h2 span {
    font-size: 46px;
    line-height: 80px;
  }
  .p_business .service__personal--list {
    margin-top: 90px;
    padding: 0 30px;
  }
  .p_business .service__personal--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -12px;
  }
  .p_business .service__personal--list ul li {
    width: 295px;
    margin: 25px;
  }
  .p_business .service__personal--list ul li figure {
    text-align: center;
  }
  .p_business .service__personal--list ul li figure img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .p_business .service__personal--list ul li h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    color: #eb9595;
    letter-spacing: 0.04em;
    margin-top: 21px;
    text-align: center;
  }
  .p_business .service__personal--list ul li p {
    margin-top: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_business .service__personal--list ul {
    display: block;
  }
  .p_business .service__personal--list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .p_business .service__personal--list ul li figure {
    margin-right: 50px;
    width: 180px;
  }
  .p_business .service__personal--list ul li figure img {
    width: 180px;
    height: 180px;
    object-fit: cover;
  }
  .p_business .service__personal--list ul li figure figcaption {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    color: #eb9595;
    letter-spacing: 0.04em;
    margin-top: 21px;
  }
  .p_business .service__personal--list ul li .liCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_business .service__personal--list ul li .liCon h3 {
    text-align: left;
  }
  .p_business .service__personal--list ul li + li {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .service__personal--productivity {
    margin-top: 41px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fcf0f0;
    padding: 12.85714% 0 5.71429%;
  }
  .p_business .service__personal--productivity::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 7.5%;
    background: url("../img/service/personalArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_business .service__personal--productivity--inner {
    max-width: 960px;
    width: 100%;
    margin: auto;
  }
  .p_business .service__personal--productivity--inner h3 {
    text-align: center;
    font-size: 26px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
  }
  .p_business .service__personal--productivity--inner .focus {
    margin-top: 53px;
    text-align: center;
    font-size: 51px;
    line-height: 65px;
    font-weight: 500;
    color: #eb9595;
    letter-spacing: 0.06em;
  }
  .p_business .service__personal--productivity--inner .focus span {
    font-size: 84px;
  }
  .p_business .service__personal--productivity--inner .focus em {
    font-style: normal;
    font-size: 73.52px;
    font-weight: 500;
  }
  .p_business .service__personal--productivity--inner .focus small {
    font-size: 42px;
  }
  .p_business .service__personal--productivity--inner .focus sup {
    font-size: 16px;
    line-height: 65px;
    vertical-align: top;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_business .service__personal--productivity--inner .focus br {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .service__personal--productivity--inner .note {
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.06em;
    margin-top: 62px;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_business .service__personal--productivity--inner .note {
    text-align: left;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .service__solve {
    padding: 4.28571% 0 4.28571%;
    background: url("../img/business/serminarSolveBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-bottom: 80px;
  }
  .p_business .service__solve--main--box {
    max-width: 580px;
    background: rgba(255, 255, 255, 0.8);
    padding: 41px 10px 31px 61px;
  }
  .p_business .service__solve--main--box h3 {
    font-size: 26px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
  }
  .p_business .service__solve--main--box ul {
    margin-top: 25px;
  }
  .p_business .service__solve--main--box ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 20px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 40px;
  }
  .p_business .service__solve--main--box ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/service/personalCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_business .service__solve {
    padding: 664px 0 60px;
    background: url("../img/business/serminarSolveBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_business .service__solve--main--box {
    max-width: 680px;
    width: 100%;
    margin: auto;
    background: white;
    padding: 49px 0px 0px 24px;
  }
  .p_business .service__solve--main--box h3 {
    font-size: 30px;
    line-height: 52px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
  }
  .p_business .service__solve--main--box ul {
    margin-top: 15px;
  }
  .p_business .service__solve--main--box ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 30px;
    line-height: 69px;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 50px;
  }
  .p_business .service__solve--main--box ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/service/personalCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .business__voice .t_ttl span {
    right: 0;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_business .business__voice--main {
    margin-top: 130px;
  }
  .p_business .business__voice--main .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .p_business .business__voice--main article .arCon {
    padding: 60px 60px 40px;
    background: #fff;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  .p_business .business__voice--main article .arTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_business .business__voice--main article .arTop figure {
    width: 300px;
    margin-right: 58px;
  }
  .p_business .business__voice--main article .arTop .info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_business .business__voice--main article .arTop .info h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
  }
  .p_business .business__voice--main article .arTop .info .list {
    margin-top: 16px;
  }
  .p_business .business__voice--main article .arTop .info .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
  }
  .p_business .business__voice--main article .arTop .info .list dl dt {
    white-space: nowrap;
  }
  .p_business .business__voice--main article .arTop .info .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_business .business__voice--main article .arComment {
    padding: 41px 0 0;
    display: none;
  }
  .p_business .business__voice--main article .arComment h3 span {
    background: #eb9595;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 120px;
    height: 20px;
    padding: 0 5px;
    font-size: 20px;
    line-height: 1;
    font-family: 'KozGoPr6N-Light';
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_business .business__voice--main article .arComment h3 span {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .business__voice--main article .arComment .mess {
    margin-top: 20px;
  }
  .p_business .business__voice--main article .arComment .mess + h3 {
    margin-top: 40px;
  }
  .p_business .business__voice--main article .arEvent {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    cursor: pointer;
  }
  .p_business .business__voice--main article + article {
    margin-top: 30px;
  }
  .p_business .business__voice--main--pagination {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_business .business__voice--main {
    padding: 0 50px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_business .business__voice--main .swiper {
    overflow: hidden;
    width: 620px;
    margin: auto;
  }
  .p_business .business__voice--main .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
  }
  .p_business .business__voice--main article {
    padding: 10px;
  }
  .p_business .business__voice--main article .arCon {
    padding: 20px 30px 30px;
    background: #fff;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  .p_business .business__voice--main article .arTop {
    display: block;
  }
  .p_business .business__voice--main article .arTop figure {
    width: 100%;
  }
  .p_business .business__voice--main article .arTop .info {
    width: 100%;
    margin-top: 40px;
  }
  .p_business .business__voice--main article .arTop .info h3 {
    font-size: 30px;
    line-height: 54px;
    font-weight: 700;
    color: #000;
  }
  .p_business .business__voice--main article .arTop .info .list {
    margin-top: 22px;
  }
  .p_business .business__voice--main article .arTop .info .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
  }
  .p_business .business__voice--main article .arTop .info .list dl dt {
    white-space: nowrap;
  }
  .p_business .business__voice--main article .arTop .info .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_business .business__voice--main article .arComment {
    padding: 41px 0 0;
    display: none;
  }
  .p_business .business__voice--main article .arComment h3 span {
    background: #eb9595;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    font-family: 'KozGoPr6N-Light';
  }
  .p_business .business__voice--main article .arComment .mess {
    margin-top: 20px;
  }
  .p_business .business__voice--main article .arEvent {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 28.5px;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    cursor: pointer;
  }
  .p_business .business__voice--main--next, .p_business .business__voice--main--prev {
    position: absolute;
    width: 47px;
    height: 114.5px;
    background: url("../img/business/ctrl.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_business .business__voice--main--next {
    right: 10px;
  }
  .p_business .business__voice--main--prev {
    left: 10px;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_business .business__voice--main--pagination {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }
  .p_business .business__voice--main--pagination .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    background: #000;
    border: 1px solid #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 10px;
    opacity: 1;
  }
  .p_business .business__voice--main--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .business__flow {
    background: #fcf0f0;
    padding-top: 62px;
    padding-bottom: 80px;
  }
  .p_business .business__flow .t_ttl span {
    left: -20px;
    right: inherit;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_business .business__flow--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_business .business__flow--main article {
    width: 180px;
  }
  .p_business .business__flow--main article figure {
    text-align: center;
    width: 150px;
    margin: auto;
  }
  .p_business .business__flow--main article figure img {
    width: 100%;
    height: auto;
  }
  .p_business .business__flow--main article .ar h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #000;
    margin-top: 19px;
    text-align: center;
  }
  .p_business .business__flow--main article .ar p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 30px;
  }
  .p_business .business__flow--main article + article figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_business .business__flow--main article + article figure::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21px;
    height: 38px;
    background: url("../img/business/flowArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -29px;
  }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
  .p_business .business__flow--main {
    display: block;
  }
  .p_business .business__flow--main article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p_business .business__flow--main article figure {
    text-align: center;
    width: 150px;
    margin: auto;
    margin-right: 21px;
  }
  .p_business .business__flow--main article figure img {
    width: 100%;
    height: auto;
  }
  .p_business .business__flow--main article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 11px;
  }
  .p_business .business__flow--main article .ar h3 {
    text-align: left;
  }
  .p_business .business__flow--main article + article {
    margin-top: 71px;
  }
  .p_business .business__flow--main article + article figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_business .business__flow--main article + article figure::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56px;
    height: 30px;
    background: url("../img/business/flowArrow_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -50px;
  }
}

@media screen and (min-width: 769px), print {
  .p_business .business__price {
    background: #fafafa;
    padding-top: 62px;
    padding-bottom: 80px;
  }
  .p_business .business__price .t_ttl {
    margin-bottom: 129px;
  }
  .p_business .business__price .t_ttl span {
    right: 0;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_business .business__price--main {
    max-width: 960px;
  }
  .p_business .business__price--main article {
    padding: 46px 40px 72px;
  }
  .p_business .business__price--main article .arInner {
    max-width: 100%;
  }
  .p_business .business__price--main article .arInner .detail {
    font-size: 18px;
    line-height: 32px;
  }
  .p_business .business__price--main article .arInner .detail dl dt {
    width: 110px;
  }
  .p_business .business__price--main article .arInner .detail dl dd span {
    font-size: 24px;
  }
  .p_business .business__price--main article .arInner .detail dl dd small {
    font-size: 12px;
  }
  .p_business .business__price--main article .arInner .detail dl + dl {
    margin-top: 32px;
  }
  .p_business .business__price--main article .arInner .reserval a {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .p_business .business__faq .t_ttl {
    margin-bottom: 128px;
  }
  .p_business .business__faq .t_ttl span {
    right: inherit;
    left: -7px;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_instructor {
    padding-top: 0;
  }
  .p_instructor .header .header_menuSub {
    display: none;
  }
  .p_instructor .breadcrumb {
    display: none;
  }
  .p_instructor .instructorMv {
    background: url("../img/business/instructorMv.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 135px 0 80px;
  }
  .p_instructor .instructorMv__main > p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #333333;
  }
  .p_instructor .instructorMv__main .title {
    margin-top: 46px;
    font-family: "Shippori Mincho", serif;
    color: #333333;
    letter-spacing: 0.04em;
  }
  .p_instructor .instructorMv__main .title span {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
  }
  .p_instructor .instructorMv__main .title h2 {
    font-size: 46px;
    line-height: 69px;
    margin-top: 17px;
  }
  .p_instructor .instructorMv__main .title h2 em {
    font-style: normal;
  }
  .p_instructor .instructorMv__main .list {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
  }
  .p_instructor .instructorMv__main .list li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 25px;
  }
  .p_instructor .instructorMv__main .list li::before {
    position: absolute;
    content: "✓";
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
    left: 0;
    top: 0;
  }
  .p_instructor .instructorMv__main .btn {
    margin-top: 60px;
  }
  .p_instructor .instructorMv__main .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 680px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    border: 1px solid #eb9595;
    -moz-box-shadow: 3px 3px 0 #eb9595;
         box-shadow: 3px 3px 0 #eb9595;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructorMv__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__skill {
    padding: 57px 0 36px;
  }
  .p_instructor .instructor__skill--main {
    max-width: 960px;
  }
  .p_instructor .instructor__skill--main h2 {
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.07em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_instructor .instructor__skill--main h2 span {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #ffddef), color-stop(85%, #ffddef), color-stop(85%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffddef 60%, #ffddef 85%, rgba(255, 255, 255, 0) 85%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffddef 60%, #ffddef 85%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffddef 60%, #ffddef 85%, rgba(255, 255, 255, 0) 85%);
  }
  .p_instructor .instructor__skill--main .list {
    margin-top: 127px;
  }
  .p_instructor .instructor__skill--main .list ul {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -23px;
  }
  .p_instructor .instructor__skill--main .list ul li {
    width: 273px;
    margin: 23px;
  }
  .p_instructor .instructor__skill--main .list ul li span {
    display: block;
    margin: auto;
    background-image: -webkit-linear-gradient(330deg, rgba(182, 221, 251, 0.99608) 0%, #dbd4f1 45%, #ffcae7 100%);
    background-image: -moz- oldlinear-gradient(330deg, rgba(182, 221, 251, 0.99608) 0%, #dbd4f1 45%, #ffcae7 100%);
    background-image: linear-gradient(120deg, rgba(182, 221, 251, 0.99608) 0%, #dbd4f1 45%, #ffcae7 100%);
    width: 240px;
    height: 240px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.075em;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_instructor .instructor__skill--main .list ul li span::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_instructor .instructor__skill--main .list ul li span.ic1 {
    padding-top: 160px;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic1::before {
    width: 144px;
    height: 132px;
    background: url("../img/business/instructorIc01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic2 {
    padding-top: 150px;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic2::before {
    width: 125.5px;
    height: 212px;
    background: url("../img/business/instructorIc02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -73px;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic3 {
    padding-top: 160px;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic3::before {
    width: 200px;
    height: 171px;
    background: url("../img/business/instructorIc03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -33px;
  }
  .p_instructor .instructor__skill--main .list ul li p {
    margin-top: 35px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
  }
  .p_instructor .instructor__technology {
    background: #fafafa;
    padding: 102px 0 46px;
  }
  .p_instructor .instructor__technology--main {
    max-width: 760px;
  }
  .p_instructor .instructor__technology--main .list {
    margin: -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 89px;
  }
  .p_instructor .instructor__technology--main .list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 36px;
    background: url("../img/business/technologyLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .p_instructor .instructor__technology--main .list li {
    margin: 10px;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: #e693c0;
    padding: 0 19px;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .p_instructor .instructor__technology--main .desc {
    margin-top: 32px;
    text-align: center;
  }
  .p_instructor .instructor__technology--main .desc p {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
  }
  .p_instructor .instructor__technology--main .desc p + p {
    margin-top: 42px;
  }
  .p_instructor .instructor__end {
    background: url("../img/business/endBg.jpg") right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_instructor .instructor__end--main {
    max-width: 960px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructor__end--main {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__end--main--half {
    width: 480px;
    padding: 97px 0 111px;
  }
  .p_instructor .instructor__end--main--half h2 {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.075em;
    padding: 89px 0 0 0;
    position: relative;
  }
  .p_instructor .instructor__end--main--half h2::before {
    position: absolute;
    content: "";
    width: 167px;
    height: 73px;
    background: url("../img/business/endIllus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_instructor .instructor__end--main--half p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.075em;
    margin-top: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructor__end--main--half {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__cta {
    background-image: -webkit-linear-gradient(330deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: -moz- oldlinear-gradient(330deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: linear-gradient(120deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    padding: 54px 0 63px;
    text-align: center;
  }
  .p_instructor .instructor__cta h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.06em;
  }
  .p_instructor .instructor__cta .btn {
    margin-top: 66px;
  }
  .p_instructor .instructor__cta .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 680px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    background: #fff;
    -moz-box-shadow: 3px 3px 0 #bababa;
         box-shadow: 3px 3px 0 #bababa;
  }
  .p_instructor .instructor__cta .info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 38px;
  }
  .p_instructor .instructor__cta .info a {
    font-size: 20px;
  }
  .p_instructor .instructor__cta .info time {
    font-size: 12px;
  }
  .p_instructor .instructor__concerns {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_instructor .instructor__concerns::before, .p_instructor .instructor__concerns::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_instructor .instructor__concerns::before {
    background: #fcf0f0;
    z-index: -2;
  }
  .p_instructor .instructor__concerns::after {
    background: url("../img/business/concernsBg.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 80px), 50% 100%, 0 -webkit-calc(100% - 80px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 80px), 50% 100%, 0 -moz-calc(100% - 80px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
    z-index: -1;
  }
  .p_instructor .instructor__concerns--main {
    max-width: 960px;
    padding: 91px 40px 144px;
  }
  .p_instructor .instructor__concerns--main h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
  }
  .p_instructor .instructor__concerns--main .list {
    margin-top: 49px;
  }
  .p_instructor .instructor__concerns--main .list li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.075em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 35px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .p_instructor .instructor__concerns--main .list li::before {
    position: absolute;
    content: "✓";
    font-size: 20px;
    line-height: 1;
    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;
    width: 15px;
    height: 15px;
    left: 8px;
    top: 5px;
    border: 1px solid #000;
    text-indent: -2px;
  }
  .p_instructor .instructor__concerns--main .list li + li {
    margin-top: 22px;
  }
  .p_instructor .instructor__train {
    background: #fcf0f0;
    padding: 77px 0 80px;
  }
  .p_instructor .instructor__train--main {
    max-width: 960px;
  }
  .p_instructor .instructor__train--main h2 {
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #000;
  }
  .p_instructor .instructor__train--main .list {
    margin: 65px -19.5px -14.5px;
  }
  .p_instructor .instructor__train--main .list::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_instructor .instructor__train--main .list li {
    width: 460px;
    margin: 14.5px 19.5px;
    float: left;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 22px 9px 18px 15px;
    font-size: 19px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border: 2px solid #eb9595;
    -moz-box-shadow: 10px 9px 0 #eb9595;
         box-shadow: 10px 9px 0 #eb9595;
  }
  .p_instructor .instructor__train--main .list li:nth-of-type(even) {
    float: right;
  }
  .p_instructor .instructor__voice {
    background: #f5f5f5;
    padding-bottom: 80px;
  }
  .p_instructor .instructor__voice--main article .arComment h3 span {
    min-width: 120px;
    width: auto;
    padding: 2px 7px;
    display: inline-block;
    height: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructor__voice--main article .arComment h3 span {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__voice--main article .arComment .mess + h3 {
    margin-top: 40px;
  }
  .p_instructor .instructor__selected h2 {
    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;
  }
  .p_instructor .instructor__selected h2 span {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    padding: 4px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .p_instructor .instructor__selected--main {
    margin-top: 80px;
  }
  .p_instructor .instructor__selected--main article {
    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;
  }
  .p_instructor .instructor__selected--main article h3 {
    padding-left: 160px;
    margin-top: 0;
  }
  .p_instructor .instructor__selected--main article h3::before {
    content: counter(ar, decimal-leading-zero);
    text-shadow: none;
    color: rgba(235, 149, 149, 0.25);
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 130px;
    line-height: 130px;
    top: -10px;
  }
  .p_instructor .instructor__selected--main article .arWhite {
    width: 560px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 33px;
    padding-bottom: 22px;
  }
  .p_instructor .instructor__selected--main article .arWhite h3, .p_instructor .instructor__selected--main article .arWhite .txt {
    float: none;
    width: 100%;
  }
  .p_instructor .instructor__selected--main article .arWhite .txt {
    margin-top: 42px;
  }
  .p_instructor .instructor__selected--main article figure {
    float: none;
    width: 500px;
  }
  .p_instructor .instructor__selected--main article:nth-of-type(odd) .arWhite {
    padding-right: 18px;
    margin-right: -38px;
  }
  .p_instructor .instructor__selected--main article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_instructor .instructor__selected--main article:nth-of-type(even) .arWhite {
    padding-left: 42px;
    margin-left: -38px;
  }
  .p_instructor .instructor__selected--main article + article {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructor__selected--main article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p_instructor .instructor__selected--main article:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p_instructor .instructor__selected--main article:nth-of-type(even) .arWhite {
    padding-left: 42px;
    margin-left: -38px;
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__price {
    background-image: -webkit-linear-gradient(210deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: -moz- oldlinear-gradient(210deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: linear-gradient(-120deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    padding: 63px 0 80px;
  }
  .p_instructor .instructor__price .t_ttl {
    margin-bottom: 130px;
  }
  .p_instructor .instructor__price .t_ttl span {
    color: rgba(255, 255, 255, 0.8);
  }
  .p_instructor .instructor__price--main {
    max-width: 960px;
    background: #fff;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding: 60px 40px 63px;
  }
  .p_instructor .instructor__price--main .wrapAr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_instructor .instructor__price--main .wrapAr article {
    max-width: 290px;
    width: 32.95455%;
    margin: 2.5px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border-width: 5px;
    border-style: solid;
    padding-bottom: 20px;
  }
  .p_instructor .instructor__price--main .wrapAr article .title {
    padding: 16px 0 22px;
  }
  .p_instructor .instructor__price--main .wrapAr article .title h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
  }
  .p_instructor .instructor__price--main .wrapAr article .title span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-size: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 8px;
    min-height: 44px;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p_instructor .instructor__price--main .wrapAr article .price {
    text-align: center;
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    color: #000;
    margin-top: 35px;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail {
    margin-top: 30px;
    padding: 0 17px;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl > dd > dl > dt {
    white-space: nowrap;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl > dd > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl + dl {
    margin-top: 30px;
  }
  .p_instructor .instructor__price--main .wrapAr article.advan {
    border-color: #f4b8da;
  }
  .p_instructor .instructor__price--main .wrapAr article.advan .title {
    background: #f4b8da;
  }
  .p_instructor .instructor__price--main .wrapAr article.begin {
    border-color: #d4a8e1;
  }
  .p_instructor .instructor__price--main .wrapAr article.begin .title {
    background: #d4a8e1;
  }
  .p_instructor .instructor__price--main .wrapAr article.busi {
    border-color: #9ba1f9;
  }
  .p_instructor .instructor__price--main .wrapAr article.busi .title {
    background: #9ba1f9;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructor__price--main .wrapAr {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_instructor .instructor__price--main .wrapAr article {
    width: 32%;
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__price--main .btn {
    text-align: center;
    margin-top: 37px;
  }
  .p_instructor .instructor__price--main .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 680px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    border: 1px solid #eb9595;
    -moz-box-shadow: 3px 3px 0 #eb9595;
         box-shadow: 3px 3px 0 #eb9595;
  }
  .p_instructor .instructor__flow .t_ttl span {
    right: inherit;
    left: -17px;
    color: rgba(235, 149, 149, 0.15);
  }
  .p_instructor .instructor__flow--main {
    max-width: 880px;
  }
  .p_instructor .instructor__flow--main article + article figure::before {
    left: -50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_instructor .instructor__flow--main article + article figure::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 769px), print {
  .p_instructor .instructor__flow--note {
    max-width: 880px;
    margin-top: 40px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 32px 40px 34px;
  }
  .p_instructor .instructor__flow--note h3 {
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #000000;
  }
  .p_instructor .instructor__flow--note p {
    margin-top: 29px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  .p_instructor .instructor__faq .t_ttl span {
    left: inherit;
    right: 0;
  }
  .wp-pagenavi {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .current, .wp-pagenavi a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 0.8;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #eb9595;
    background: #fff;
    border: 1px solid #eb9595;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 5px;
  }
  .wp-pagenavi .current:hover, .wp-pagenavi a:hover {
    background: #eb9595;
    border-color: #eb9595;
    color: #fff;
  }
  .wp-pagenavi .current {
    background: #eb9595;
    border-color: #eb9595;
    color: #fff;
  }
  .wp-pagenavi .first, .wp-pagenavi .nextpostslink {
    border: none;
  }
  .wp-pagenavi .last, .wp-pagenavi .previouspostslink {
    border: none;
  }
  .p_column .columnTitle {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12em;
    margin-top: 80px;
  }
  .p_column .columnList {
    max-width: 1100px;
    width: 100%;
    margin: 70px auto 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__list {
    width: 810px;
    margin: 10px;
  }
  .p_column .columnList__list ul {
    margin: -20px -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__list ul li {
    width: 250px;
    margin: 20px 15px;
  }
  .p_column .columnList__list ul li a {
    display: block;
    width: 100%;
  }
  .p_column .columnList__list ul li a figure {
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .p_column .columnList__list ul li a figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .p_column .columnList__list ul li a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 5px -5px -5px;
  }
  .p_column .columnList__list ul li a .meta span, .p_column .columnList__list ul li a .meta a {
    white-space: nowrap;
    color: #fff;
    min-width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #eb9595;
    margin: 5px;
  }
  .p_column .columnList__list ul li a h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 15px;
  }
  .p_column .columnList__list ul li a time {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-top: 5px;
  }
  .p_column .columnList__category {
    width: 250px;
    margin: 10px 10px 10px;
  }
  .p_column .columnList__category h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.12em;
  }
  .p_column .columnList__category ul {
    margin-top: 20px;
  }
  .p_column .columnList__category ul li a {
    display: block;
    color: #fff;
    background: #eb9595;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 16px 20px;
  }
  .p_column .columnList__category ul li + li {
    margin-top: 10px;
  }
  .p_column .columnList .wp-pagenavi {
    margin: 75px 10px 10px;
  }
  .p_column .columnList__detail {
    width: 810px;
    margin: 10px;
  }
  .p_column .columnList__detail--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_column .columnList__detail--title .meta {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__detail--title .meta span, .p_column .columnList__detail--title .meta a {
    white-space: nowrap;
    color: #fff;
    min-width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #eb9595;
    margin: 5px;
  }
  .p_column .columnList__detail--title .social {
    width: 273.5px;
    line-height: 0;
  }
  .p_column .columnList__detail--title .social img {
    height: 21px;
    width: auto;
  }
  .p_column .columnList__detail--title h1 {
    width: 100%;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
  }
  .p_column .columnList__detail--title time {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
  }
  .p_column .columnList__detail--thumb {
    text-align: center;
    line-height: 0;
    margin-top: 40px;
  }
  .p_column .columnList__detail--thumb img {
    max-width: 600px;
    width: 100%;
    height: auto;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_column .columnList__detail--content {
    margin-top: 40px;
  }
  .p_column .columnList__detail--content p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
  .p_column .columnList__detail--content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #eb9595;
    padding: 7px 0;
    border-top: 2px solid #eb9595;
    border-bottom: 2px solid #eb9595;
    margin-bottom: 35px;
  }
  .p_column .columnList__detail--content h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #eb9595;
    padding-bottom: 4px;
    border-bottom: 2px solid #eb9595;
    margin-bottom: 35px;
  }
  .p_column .columnList__detail--content h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #000;
  }
  .p_column .columnList__detail--rev {
    margin-top: 75px;
    background: #fcf0f0;
    padding: 19px 15px 8px;
  }
  .p_column .columnList__detail--rev h3 {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.04em;
    color: #000;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .p_column .columnList__detail--rev ul {
    margin-top: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_column .columnList__detail--rev ul li {
    width: 200px;
    margin: 20px 40px;
  }
  .p_column .columnList__detail--rev ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background: #fff;
    color: #eb9595;
    border: 1px solid #eb9595;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_column .columnList__detail--rev ul li a::after {
    position: absolute;
    content: "›";
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #eb9595;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .p_column .columnList__detail--rev ul li a:hover {
    opacity: 1;
  }
  .p_column .columnList__detail--rev ul li a:hover::after {
    right: 3px;
  }
  .p_column .columnList__detail--back {
    text-align: center;
    margin-top: 80px;
  }
  .p_column .columnList__detail--back a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background: #eb9595;
    color: #fff;
    border: 1px solid #eb9595;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_column .columnList__detail--back a::after {
    position: absolute;
    content: "›";
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .p_column .columnList__detail--back a:hover {
    opacity: 1;
  }
  .p_column .columnList__detail--back a:hover::after {
    right: 3px;
  }
  .p_column .columnList__rel {
    width: 100%;
    margin: 70px 10px 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 70px 0 72px;
  }
  .p_column .columnList__rel::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #fafafa;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .p_column .columnList__rel > h3 {
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #000;
    margin-bottom: 78px;
  }
  .p_column .columnList__rel ul {
    margin: -20px -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__rel ul li {
    width: 250px;
    margin: 20px 10px;
  }
  .p_column .columnList__rel ul li a {
    display: block;
    width: 100%;
  }
  .p_column .columnList__rel ul li a figure {
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .p_column .columnList__rel ul li a figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .p_column .columnList__rel ul li a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 5px -5px -5px;
  }
  .p_column .columnList__rel ul li a .meta span, .p_column .columnList__rel ul li a .meta a {
    white-space: nowrap;
    color: #fff;
    min-width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #eb9595;
    margin: 5px;
  }
  .p_column .columnList__rel ul li a h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 15px;
  }
  .p_column .columnList__rel ul li a time {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1117px) {
  .p_column .columnList {
    max-width: 830px;
    width: 100%;
  }
  .p_column .columnList__list {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_column .columnList__list ul li {
    width: -webkit-calc(33% - 30px);
    width: -moz-calc(33% - 30px);
    width: calc(33% - 30px);
  }
  .p_column .columnList__detail {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_column .columnList .wp-pagenavi, .p_column .columnList__rel {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_column .columnList__rel ul li {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .p_column .columnList__category {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_business.p_voice .voice {
    background: #f5f5f5;
    margin-top: 40px;
    padding: 40px 0 80px;
  }
  .p_business.p_voice .voice .business__voice {
    padding: 0;
  }
  .p_business.p_voice .business__voice--main {
    margin-top: 0px;
  }
  .p_business.p_voice .business__voice--main article .arCon {
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_business.p_voice .business__voice--main article .arTop figure {
    width: 200px;
    margin-right: 60px;
  }
  .p_business.p_voice .business__voice--main article .arTop figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .p_business.p_voice .business__voice--main article .arComment {
    display: block;
  }
  .p_business.p_voice .business__voice--main article + article {
    margin-top: 40px;
  }
  .p_stuff .ttl .txt {
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 64px;
  }
  .p_stuff .stuff__main {
    max-width: 980px;
    width: 100%;
    margin: 80px auto;
  }
  .p_stuff .stuff__main--list {
    margin-bottom: 80px;
  }
  .p_stuff .stuff__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -15px;
  }
  .p_stuff .stuff__main--list ul li {
    width: 300px;
    margin: 15px;
    line-height: 0;
  }
  .p_stuff .stuff__main--list ul li a {
    display: block;
    width: 100%;
    line-height: 0;
    -moz-border-radius: 15px;
         border-radius: 15px;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding-bottom: 15px;
  }
  .p_stuff .stuff__main--list ul li a figure {
    width: 100%;
    -moz-border-radius: 15px 15px 0 0;
         border-radius: 15px 15px 0 0;
    overflow: hidden;
  }
  .p_stuff .stuff__main--list ul li a figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .p_stuff .stuff__main--list ul li a h1 {
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    padding: 0 20px;
    margin-top: 7px;
  }
  .p_stuff .stuff__main--list ul li a .meta {
    margin-top: 4px;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_stuff .stuff__main--list ul li a .meta span {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #f4c5c1;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #eb9595;
    margin: 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_stuff .stuff__main {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 690px;
  }
}

@media screen and (min-width: 769px), print {
  .p_stuff .sfuff {
    background: #f5f5f5;
  }
  .p_stuff .sfuff__voice {
    padding-bottom: 80px;
  }
  .p_stuff .sfuff .business__voice--main {
    margin-top: 0;
  }
  .p_stuff .sfuff .business__voice--main article .arCon {
    padding: 44px 56px 80px 64px;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_stuff .sfuff .business__voice--main article .arTop figure {
    width: 420px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_stuff .sfuff .business__voice--main article .arTop figure {
    margin: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_stuff .sfuff .business__voice--main article .arTop figure img {
    width: 100%;
    height: 315px;
    object-fit: cover;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info {
    margin-top: -8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_stuff .sfuff .business__voice--main article .arTop .info {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_stuff .sfuff .business__voice--main article .arTop .info h1 {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.08em;
    color: #000;
    font-family: 'KozGoPr6N-Light';
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info .meta {
    margin: 27px -5px -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info .meta span {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    border: 2px solid #f4c5c1;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #eb9595;
    margin: 5px;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license {
    margin-top: 35px;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license h2 span {
    background: #eb9595;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 100px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    padding: 5px;
    font-family: 'KozGoPr6N-Light';
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_stuff .sfuff .business__voice--main article .arTop .license h2 span {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px), print {
  .p_stuff .sfuff .business__voice--main article .arTop .license .box {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 22px;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license .box ul li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 13px;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license .box ul li::before {
    position: absolute;
    content: "・";
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    left: 0;
    top: 0;
  }
  .p_stuff .sfuff .business__voice--main article .arComment {
    display: block;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev {
    margin-top: 80px;
    background: #fcf0f0;
    padding: 19px 15px 8px;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev h4 {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.04em;
    color: #000;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul {
    margin-top: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li {
    width: 200px;
    margin: 20px 40px;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background: #fff;
    color: #eb9595;
    border: 1px solid #eb9595;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a::after {
    position: absolute;
    content: "›";
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #eb9595;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a:hover {
    opacity: 1;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a:hover::after {
    right: 3px;
  }
  .p_faq .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 61px;
  }
  .p_faq .faq__main {
    margin-top: 161px;
  }
  .p_faq .faq__main span {
    color: #fcf0f0;
  }
  .p_faq .faq__main--row {
    max-width: 960px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p_faq .faq__main--nav {
    padding: 0 15px;
  }
  .p_faq .faq__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px -20px;
  }
  .p_faq .faq__main--nav ul li {
    width: 200px;
    height: 40px;
    margin: 10px 20px;
    line-height: 0;
  }
  .p_faq .faq__main--nav ul li a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 2px solid #eb9595;
    color: #eb9595;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .p_faq .faq__main--con {
    margin-top: 80px;
  }
  .p_faq .faq__main--con h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    padding: 0 0px 10px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 40px;
    display: inline-block;
  }
  .p_faq .faq__main--con h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #eb9595;
    left: 0;
    bottom: 0;
  }
  .p_book .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 64px;
  }
  .p_book .book {
    padding: 78px 0 80px;
  }
  .p_book .book__main {
    max-width: 1080px;
  }
  .p_book .book__main h2 {
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12em;
  }
  .p_book .book__main--list {
    margin-top: 80px;
  }
  .p_book .book__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -8px -5px;
  }
  .p_book .book__main--list ul li {
    width: 225px;
    margin: 16px 10px;
  }
  .p_book .book__main--list ul li a {
    display: block;
  }
  .p_book .book__main--list ul li a figure {
    border: 1px solid #dddddd;
    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;
    height: 225px;
    padding: 25px 0;
  }
  .p_book .book__main--list ul li a figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .p_book .book__main--list ul li a h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p_book .book__main--list ul li {
    width: -webkit-calc(33.3% - 20px);
    width: -moz-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
  }
}

@media screen and (min-width: 769px), print {
  .p_book .book__main--list .wp-pagenavi {
    margin-top: 64px;
  }
  .revCom {
    background: #fcf0f0;
    padding: 19px 15px 8px;
  }
  .revCom h3 {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.04em;
    color: #000;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .revCom ul {
    margin-top: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .revCom ul li {
    width: 200px;
    margin: 20px 40px;
  }
  .revCom ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background: #fff;
    color: #eb9595;
    border: 1px solid #eb9595;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .revCom ul li a::after {
    position: absolute;
    content: "›";
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    color: #eb9595;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .revCom ul li a:hover {
    opacity: 1;
  }
  .revCom ul li a:hover::after {
    right: 3px;
  }
  .p_company .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 61px;
  }
  .p_company .company__main {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p_company .company__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_company .company__main--nav ul li {
    width: 50%;
    height: 300px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_company .company__main--nav ul li a {
    height: 100%;
    max-width: 540px;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    color: #fff;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.04em;
  }
  .p_company .company__main--nav ul li a em {
    font-style: normal;
    font-size: 60px;
    line-height: 77px;
    font-weight: 700;
  }
  .p_company .company__main--nav ul li a span {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 9px;
  }
  .p_company .company__main--nav ul li a::after {
    content: "〉";
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 22px;
  }
  .p_company .company__main--nav ul li:nth-of-type(1) {
    background: url("../img/companyImg01.jpg") right center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_company .company__main--nav ul li:nth-of-type(1) a {
    right: 0;
  }
  .p_company .company__main--nav ul li:nth-of-type(2) {
    background: url("../img/companyImg02.jpg") right center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_company .company__main--nav ul li:nth-of-type(2) a {
    left: 0;
  }
  .p_company .company__main--access {
    margin-top: 157px;
  }
  .p_company .company__main--access .t_ttl span {
    color: #fcf0f0;
  }
  .p_company .company__main--access--con {
    max-width: 960px;
  }
  .p_company .company__main--access--con::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_company .company__main--access--con h3 {
    float: left;
    margin-bottom: 20px;
  }
  .p_company .company__main--access--con h3 span {
    white-space: nowrap;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    background: #000000;
    padding: 8px 44px 8px 10px;
    width: 150px;
  }
  .p_company .company__main--access--con figure {
    float: right;
    width: 360px;
    margin-left: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_company .company__main--access--con figure {
    margin-left: 0px;
  }
}

@media screen and (min-width: 769px), print {
  .p_company .company__main--access--con dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    padding: 20px 0;
    min-width: 480px;
  }
  .p_company .company__main--access--con dl:not(:last-of-type) {
    border-bottom: 1px solid #000;
  }
  .p_company .company__main--access--con dl dt {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    width: 150px;
  }
  .p_company .company__main--access--con dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  .p_company .company__main--access--con dl dd a {
    text-decoration: underline;
  }
  .p_company .company__main--access--con .map {
    width: 100%;
    padding-top: 60px;
    line-height: 0;
    float: left;
    border-top: 1px solid #000;
  }
  .p_company .company__main--access--con .map iframe {
    width: 100%;
    height: 460px;
  }
  .p_company .company__main--law {
    margin-top: 60px;
    background: #fafafa;
    padding: 166px 0 80px;
  }
  .p_company .company__main--law .t_ttl {
    margin-bottom: 106px;
  }
  .p_company .company__main--law .t_ttl span {
    right: inherit;
    left: -20px;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_company .company__main--law--con {
    max-width: 960px;
  }
  .p_company .company__main--law--con dl {
    padding: 12px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 1px solid #000;
  }
  .p_company .company__main--law--con dl dt {
    font-weight: 700;
    width: 170px;
  }
  .p_company .company__main--law--con dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_company .company__main--law--con dl dd ul li {
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_company .company__main--law--con dl dd ul li::before {
    position: absolute;
    content: "・";
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    left: 0;
    top: 0;
  }
  .p_company .company__main .revCom {
    max-width: 960px;
    width: 100%;
    margin: 60px auto 0;
  }
  .p_profile .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 61px;
  }
  .p_profile .profile {
    margin-bottom: 48px;
  }
  .p_profile .profile__about {
    margin-top: 164px;
  }
  .p_profile .profile__about .t_ttl {
    margin-bottom: 128px;
  }
  .p_profile .profile__about .t_ttl span {
    color: #fcf0f0;
  }
  .p_profile .profile__about--main {
    max-width: 960px;
  }
  .p_profile .profile__about--intro h3 {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    color: #555555;
  }
  .p_profile .profile__about--intro p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 57px;
  }
  .p_profile .profile__about--con {
    margin-top: 65px;
  }
  .p_profile .profile__about--con::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_profile .profile__about--con h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    display: inline-block;
    border-bottom: 2px solid #eb9595;
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
  .p_profile .profile__about--con figure {
    float: right;
    width: 420px;
    margin-top: 75px;
    margin-bottom: 75px;
    clear: both;
    margin-left: 40px;
  }
  .p_profile .profile__about--con .txt p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  .p_profile .profile__about--con .txt p + p {
    margin-top: 32px;
  }
  .p_profile .profile__profile {
    margin-top: 150px;
  }
  .p_profile .profile__profile .t_ttl {
    margin-bottom: 128px;
  }
  .p_profile .profile__profile .t_ttl span {
    right: inherit;
    left: -20px;
    color: #fcf0f0;
  }
  .p_profile .profile__profile--main {
    max-width: 1000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    margin-bottom: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_profile .profile__profile--main figure {
    width: 300px;
    margin: 20px;
  }
  .p_profile .profile__profile--main .txt {
    width: 620px;
    margin: 20px;
    background: #fafafa;
    padding: 40px 12px 20px 24px;
  }
  .p_profile .profile__profile--main .txt p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .p_profile .profile__profile--main .txt p + p {
    margin-top: 32px;
  }
  .p_profile .profile__message {
    margin-top: 163px;
  }
  .p_profile .profile__message .t_ttl {
    margin-bottom: 128px;
  }
  .p_profile .profile__message .t_ttl span {
    color: #fcf0f2;
  }
  .p_profile .profile__message--main {
    max-width: 960px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
  }
  .p_profile .profile__message--main::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_profile .profile__message--main figure {
    float: right;
    width: 340px;
    margin-left: 29px;
    margin-bottom: 32px;
  }
  .p_profile .profile__message--main figure.marTopNegative {
    margin-top: -60px;
  }
  .p_profile .profile__message--main p {
    margin-bottom: 32px;
  }
  .p_profile .profile__message--main p.borLeft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_profile .profile__message--main p.borLeft::before {
    content: "";
    width: 48px;
    height: 1px;
    background: #000;
    margin-top: 15px;
  }
  .p_profile .profile__message--main ol {
    margin-top: -20px;
    margin-bottom: 12px;
    counter-reset: li;
  }
  .p_profile .profile__message--main ol li {
    counter-increment: li;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #f38888;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20px;
  }
  .p_profile .profile__message--main ol li::before {
    position: absolute;
    content: counter(li);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #f38888;
    border: 1px solid #f38888;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 19px;
    height: 19px;
    left: 0;
    top: 8px;
    text-align: center;
  }
  .p_profile .profile__message--main ul {
    margin-top: -20px;
    margin-bottom: 12px;
  }
  .p_profile .profile__message--main ul li {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20px;
  }
  .p_profile .profile__message--main ul li::before {
    position: absolute;
    content: "・";
    font-size: 16px;
    line-height: 32px;
    left: 0;
    top: 0;
  }
  .p_policy .policyTitle {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12em;
    margin-top: 80px;
  }
  .p_policy .policyMain {
    max-width: 960px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p_policy .policyMain .intro {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    margin-bottom: 32px;
  }
  .p_policy .policyMain dl + dl {
    margin-top: 40px;
  }
  .p_policy .policyMain dl dt {
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #555;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 10px 0;
    border-bottom: 2px solid #555555;
  }
  .p_policy .policyMain dl dd {
    width: 100%;
    display: block;
    margin-top: 33px;
  }
  .p_policy .policyMain dl dd p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
  }
  .p_policy .policyMain dl dd ul li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 18px;
  }
  .p_policy .policyMain dl dd ul li::before {
    position: absolute;
    content: "・";
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    left: 0;
    top: 0;
  }
  .p_policy .policyMain dl dd ol {
    counter-reset: li;
  }
  .p_policy .policyMain dl dd ol li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 18px;
    counter-increment: li;
  }
  .p_policy .policyMain dl dd ol li::before {
    position: absolute;
    content: counter(li) ".";
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    left: 0;
    top: 0;
  }
  .p_policy .policyMain dl dd ol li > ol > li {
    padding-left: 0;
  }
  .p_policy .policyMain dl dd ol li > ol > li::before {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .p_guide .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 64px;
  }
  .p_guide .guide__top {
    margin-top: 153px;
  }
  .p_guide .guide__top .t_ttl {
    margin-bottom: 93px;
  }
  .p_guide .guide__top .t_ttl span {
    color: #dddddd;
  }
  .p_guide .guide__top--main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_guide .guide__top--main ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px;
  }
  .p_guide .guide__top--main ul li figure {
    width: 120px;
  }
  .p_guide .guide__top--main ul li figure img {
    width: 100%;
    height: auto;
  }
  .p_guide .guide__top--main ul li small {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #eda1a1;
    letter-spacing: 0.06em;
    margin-top: 22px;
  }
  .p_guide .guide__top--main ul li span {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    color: #eda1a1;
    letter-spacing: 0.04em;
    margin-top: 9px;
  }
  .p_guide .guide__lesson {
    margin-top: 80px;
    background: #fcf0f0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .p_guide .guide__lesson .t_ttl {
    margin-bottom: 124px;
  }
  .p_guide .guide__lesson .t_ttl span {
    color: #ffffff;
  }
  .p_guide .guide__lesson--main--first {
    max-width: 960px;
    margin: auto;
  }
  .p_guide .guide__lesson--main--first h3 {
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    padding: 0 0 10px;
    border-bottom: 2px solid #eb9595;
  }
  .p_guide .guide__lesson--main--first .txt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
  }
  .p_guide .guide__lesson--main--first .wrapBtn {
    margin-top: 28px;
  }
  .p_guide .guide__lesson--main--first .wrapBtn a {
    margin-top: 0;
  }
  .p_guide .guide__lesson--main--step {
    margin-top: 80px;
  }
  .p_guide .guide__lesson--main--step ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_guide .guide__lesson--main--step ul li + li {
    margin-top: 60px;
  }
  .p_guide .guide__lesson--main--step ul li .txt {
    width: 53.7%;
    padding: 40px 20px 40px 40px;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_guide .guide__lesson--main--step ul li .txt::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: -webkit-calc(100% + 320px);
    width: -moz-calc(100% + 320px);
    width: calc(100% + 320px);
    height: 87%;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_guide .guide__lesson--main--step ul li .txt .step {
    font-size: 36px;
    font-weight: 500;
    color: #eb9595;
    font-family: "Jost", serif;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  .p_guide .guide__lesson--main--step ul li .txt .text_cm {
    letter-spacing: 0.06em;
  }
  .p_guide .guide__lesson--main--step ul li .txt h3 {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: bold;
    margin: 30px 0;
  }
  .p_guide .guide__lesson--main--step ul li .txt .list_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_guide .guide__lesson--main--step ul li .txt .list_btn a:not(:last-child) {
    margin-right: 10px;
  }
  .p_guide .guide__lesson--main--step ul li figure {
    width: 46.3%;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p_guide .guide__lesson--main--step ul li figure, .p_guide .guide__lesson--main--step ul li picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .p_guide .guide__lesson--main--step ul li figure.show_pc, .p_guide .guide__lesson--main--step ul li picture.show_pc {
    display: none;
  }
  .p_guide .guide__lesson--main--step ul li figure.show_sp, .p_guide .guide__lesson--main--step ul li picture.show_sp {
    display: block !important;
  }
  .p_guide .guide__lesson--main--step ul li .txt {
    width: 100%;
  }
  .p_guide .guide__lesson--main--step ul li .txt::after {
    width: 100%;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .p_guide .guide__lesson--main--step ul li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_guide .guide__price {
    background: #fafafa;
    padding: 65px 0 80px;
  }
  .p_guide .guide__price .t_ttl {
    margin-bottom: 132px;
  }
  .p_guide .guide__price .t_ttl span {
    right: inherit;
    left: -20px;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_guide .guide__price--main {
    max-width: 960px;
  }
  .p_guide .guide__price--trial {
    max-width: 680px;
    width: 100%;
    margin: auto;
  }
  .p_guide .guide__price--trial a {
    border-style: solid;
    border-width: 2px;
    border-color: #eb9595;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 100%;
    height: 140px;
    background-color: #eb9595;
    padding: 25px 40px 27px 77px;
    text-align: left;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_guide .guide__price--trial a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 126px;
    background: url(../img/wm.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_guide .guide__price--trial a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -184px;
    -webkit-transform: rotate(-59deg);
       -moz-transform: rotate(-59deg);
        -ms-transform: rotate(-59deg);
            transform: rotate(-59deg);
    width: 100%;
    height: 176%;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_guide .guide__price--trial a .txt01 {
    color: #fff;
  }
  .p_guide .guide__price--trial a .txt01 span {
    display: block;
    font-size: 42px;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    line-height: 1;
    white-space: nowrap;
  }
  .p_guide .guide__price--trial a .txt01 small {
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    margin: 5px 0 0;
  }
  .p_guide .guide__price--trial a .txt01 em {
    font-size: 12px;
    color: #eb9595;
    background-color: #fff;
    min-width: 100px;
    min-height: 24px;
    padding: 0 5px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-style: normal;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  .p_guide .guide__price--trial a .txt02 {
    margin-left: 89px;
  }
  .p_guide .guide__price--trial a .txt02 span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #707070;
  }
  .p_guide .guide__price--trial a .txt02 span i {
    font-style: normal;
    font-family: "Jost", serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
  }
  .p_guide .guide__price--trial a .txt02 span i::after {
    content: "";
    position: absolute;
    left: 43px;
    top: -25px;
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    width: 1px;
    height: 78px;
    background: #eb9595;
    display: block;
  }
  .p_guide .guide__price--trial a .txt02 p {
    font-size: 60px;
    color: #eb9595;
    font-family: "Jost", serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 19px;
  }
  .p_guide .guide__price--list {
    margin-top: 81px;
  }
  .p_guide .guide__price--list article h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.08em;
    margin-bottom: 41px;
  }
  .p_guide .guide__price--list article table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
  }
  .p_guide .guide__price--list article table tr, .p_guide .guide__price--list article table th, .p_guide .guide__price--list article table td {
    border: 1px solid #dddddd;
  }
  .p_guide .guide__price--list article table thead tr th {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    background: #f5f5f5;
    padding: 9px;
  }
  .p_guide .guide__price--list article table tbody tr td {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    background: #fff;
    padding: 14px;
  }
  .p_guide .guide__price--list article table tbody tr td:nth-of-type(1) {
    text-align: center;
    font-weight: 700;
    width: 30%;
    vertical-align: middle;
  }
  .p_guide .guide__price--list article table tbody tr td:nth-of-type(2) {
    width: 70%;
  }
  .p_guide .guide__price--list article table tbody tr td.left {
    width: 70%;
    font-weight: 400;
    text-align: left;
  }
  .p_guide .guide__price--list article table.marTop {
    margin-top: 30px;
  }
  .p_guide .guide__price--list article .txt {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.08em;
  }
  .p_guide .guide__price--list article dl {
    margin-top: 40px;
  }
  .p_guide .guide__price--list article dl dt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0 0 0 8px;
    border-left: 8px solid #000;
  }
  .p_guide .guide__price--list article dl dd {
    margin-top: 40px;
  }
  .p_guide .guide__price--list article dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -40px;
  }
  .p_guide .guide__price--list article dl dd ul li {
    margin: 40px;
    width: 300px;
  }
  .p_guide .guide__price--list article dl dd ul li a {
    width: 100%;
    margin-top: 0;
  }
  .p_guide .guide__price--list article + article {
    margin-top: 80px;
  }
  .p_guide .guide .revCom {
    max-width: 960px;
    width: 100%;
    margin: 60px auto;
  }
  .p_contact .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 64px;
  }
  .p_contact .contact {
    padding-top: 152px;
    padding-bottom: 80px;
  }
  .p_contact .contact .t_ttl {
    margin-bottom: 139px;
  }
  .p_contact .contact .t_ttl span {
    color: #ddddde;
  }
  .p_contact .contact__main {
    max-width: 960px;
  }
  .p_contact .contact__main--intro {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.08em;
  }
  .p_contact .contact__main--intro a {
    color: #0686e9;
    text-decoration: underline;
  }
  .p_contact .contact__main--link {
    margin-top: 52px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_contact .contact__main--link a {
    width: 400px;
    height: 80px;
    margin: 20px;
    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;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.04em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_contact .contact__main--link a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_contact .contact__main--link a.line {
    background: -webkit-linear-gradient(210deg, #45c0b6 0%, #48b748 100%);
    background: -moz- oldlinear-gradient(210deg, #45c0b6 0%, #48b748 100%);
    background: linear-gradient(-120deg, #45c0b6 0%, #48b748 100%);
    padding: 0 0 0 91px;
  }
  .p_contact .contact__main--link a.line::before {
    width: 61px;
    height: 60px;
    background: url("../img/contactLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 21px;
  }
  .p_contact .contact__main--link a.faq {
    background: -webkit-linear-gradient(210deg, #fbb562 0%, #eb9595 100%);
    background: -moz- oldlinear-gradient(210deg, #fbb562 0%, #eb9595 100%);
    background: linear-gradient(-120deg, #fbb562 0%, #eb9595 100%);
    padding: 0 0 0 93px;
  }
  .p_contact .contact__main--link a.faq::before {
    width: 47px;
    height: 45px;
    background: url("../img/contactQa.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 28px;
  }
  .p_contact .contact__main--form {
    margin-top: 81px;
  }
  .p_contact .contact__main--form h3 {
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #eb9595;
    padding: 0 0 10px;
  }
  .p_contact .contact__main--form .form {
    margin-top: 41px;
  }
  .p_contact .contact__main--form .form > dl > dt.required {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    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;
    letter-spacing: 0.08em;
  }
  .p_contact .contact__main--form .form > dl > dt.required::after {
    content: "(必須)";
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #ff0000;
    letter-spacing: 0.04em;
  }
  .p_contact .contact__main--form .form > dl > dd {
    margin-top: 20px;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck .wpcf7-list-item, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck label input, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox label input {
    margin-right: 5px;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck label span, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox label span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapInput input, .p_contact .contact__main--form .form > dl > dd .wrapInput textarea {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #bababa;
    outline: none;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    max-width: 707px;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapInput textarea {
    height: 160px;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl {
    width: 340px;
    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;
    margin: 10px;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl dt {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.08em;
    font-weight: 500;
    width: 45px;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl dd .wrapInput {
    width: 100%;
  }
  .p_contact .contact__main--form .form > dl + dl {
    margin-top: 60px;
  }
  .p_contact .contact__main--form .form .checkPrivacy {
    margin-top: 60px;
  }
  .p_contact .contact__main--form .form .checkPrivacy .wpcf7-list-item {
    margin-left: 0;
  }
  .p_contact .contact__main--form .form .checkPrivacy .wpcf7-not-valid-tip {
    display: none;
  }
  .p_contact .contact__main--form .form .checkPrivacy .wpcf7-list-item-label {
    display: none;
  }
  .p_contact .contact__main--form .form .checkPrivacy em {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }
  .p_contact .contact__main--form .form .checkPrivacy em a {
    color: #0285ff;
    text-decoration: underline;
  }
  .p_contact .contact__main--form .form .checkPrivacy em::after {
    content: "(必須)";
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #ff0000;
  }
  .p_contact .contact__main--form .form .wrapBtn {
    margin-top: 60px;
  }
  .p_contact .contact__main--form .form .wrapBtn button {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 430px;
    height: 40px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #eb9595;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_contact .contact__main--form .form .wrapBtn button::after {
    position: absolute;
    content: "›";
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
  .inner {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
  .text_cm {
    font-size: 3.33333vw;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  body {
    padding-top: 13.88889vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: 13.88889vw;
    padding: 0 2.77778vw;
    -moz-box-shadow: 0px 0.41667vw 0.69444vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 0.41667vw 0.69444vw 0px rgba(0, 0, 0, 0.2);
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .row {
    padding: 0;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 img {
    width: 30vw;
    vertical-align: bottom;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    padding: 16.66667vw 2.08333vw;
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_menuSub .header_menuSub_main li + li {
    margin-top: 4.16667vw;
  }
  .header .header_menuSub .header_menuSub_main li a {
    display: block;
    text-align: center;
    font-size: 3.88889vw;
  }
  .header .header_menuSub .header_ex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.94444vw;
  }
  .header .header_menuSub .header_ex li {
    width: 50%;
  }
  .header .header_menuSub .header_ex li a {
    background-color: #eb9595;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 11.11111vw;
    font-size: 3.33333vw;
    color: #FFF;
    line-height: 1.66667;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .header .header_menuSub .header_ex li a br {
    display: none;
  }
  .header .header_menuSub .header_ex li a.st2 {
    background-color: #ae9a63;
    letter-spacing: 0;
  }
  .header .menu_icon {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 12.5vw;
    height: 13.88889vw;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0vw) rotate(-45deg);
       -moz-transform: translateY(0vw) rotate(-45deg);
        -ms-transform: translateY(0vw) rotate(-45deg);
            transform: translateY(0vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(0.27778vw, 2.22222vw) rotate(45deg);
       -moz-transform: translate(0.27778vw, 2.22222vw) rotate(45deg);
        -ms-transform: translate(0.27778vw, 2.22222vw) rotate(45deg);
            transform: translate(0.27778vw, 2.22222vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 6.94444vw;
    height: 3.47222vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 3.47222vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.69444vw;
    min-height: 1px;
    background-color: #eb9595;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.38889vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .footer {
    text-align: center;
    padding-top: 2.77778vw;
  }
  .footer .backtop {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
    position: relative;
    padding-top: 3.75vw;
    font-size: 3.33333vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #eb9595;
    margin-bottom: 13.88889vw;
    cursor: pointer;
  }
  .footer .backtop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.41667vw;
    height: 1.94444vw;
    background: url(../img/art.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer .backtop:hover {
    opacity: 0.7;
  }
  .footer_main {
    background-color: #fcf0f0;
    padding: 6.94444vw 0 13.88889vw;
    text-align: left;
  }
  .footer_main .row {
    position: relative;
    padding: 0;
  }
  .footer_main .row .footer_social {
    margin-top: 12.5vw;
  }
  .footer_main .row .footer_social ul {
    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;
  }
  .footer_main .row .footer_social ul li {
    width: 13.88889vw;
    margin: 0 1.38889vw;
  }
  .footer_main .footer_l {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 13.88889vw;
  }
  .footer_main .footer_l > a {
    width: 44.44444vw;
    display: block;
    margin: 0 auto;
  }
  .footer_main .footer_r {
    width: 100%;
  }
  .footer_main .footer_r dl dt {
    font-size: 6.25vw;
    letter-spacing: 0.02em;
    padding: 2.08333vw 8.33333vw 2.08333vw 5.55556vw;
    position: relative;
    line-height: 1;
  }
  .footer_main .footer_r dl dt i {
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    right: 5.55556vw;
    top: 50%;
    margin-top: -1.25vw;
    display: block;
  }
  .footer_main .footer_r dl dt i:before, .footer_main .footer_r dl dt i:after {
    content: "";
    position: absolute;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .footer_main .footer_r dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .footer_main .footer_r dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .footer_main .footer_r dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer_main .footer_r dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .footer_main .footer_r dl dd ul li + li {
    margin-top: 0.27778vw;
  }
  .footer_main .footer_r dl dd ul li a {
    font-size: 3.33333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    background-color: #fff;
    padding: 1.80556vw 8.33333vw;
    display: block;
  }
  .footer_main .footer_r dl dd ul + ul {
    margin-top: 0.27778vw;
  }
  .footer .copyright {
    text-align: center;
    padding: 1.38889vw 0 1.38889vw;
    font-size: 2.77778vw;
    letter-spacing: 0.02em;
    color: #eb9595;
  }
  a.btn, button.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    min-width: 41.66667vw;
    min-height: 8.33333vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.91667vw;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 0;
         border-radius: 0;
    padding: 1.25vw 5.55556vw;
    position: relative;
    margin-top: 1.38889vw;
    text-align: center;
    background-color: #eb9595;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #eb9595;
  }
  a.btn::after, button.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.77778vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.26389vw;
    height: 1.98611vw;
    background-image: url(../img/ar.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  a.btn.st2, button.btn.st2 {
    background-color: #fff;
    color: #eb9595;
  }
  a.btn.st2::after, button.btn.st2::after {
    background-image: url(../img/ar2.png);
  }
  .ttl {
    position: relative;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    padding-bottom: 26.38889vw;
  }
  .ttl .txt h2 {
    font-family: "Shippori Mincho", serif;
  }
  .ttl .txt h2 span {
    display: block;
    font-size: 9.58333vw;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .ttl .txt h2 small {
    display: block;
    font-size: 6.25vw;
    letter-spacing: 0.08em;
  }
  .ttl figure, .ttl picture {
    height: 80.55556vw;
    display: block;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb {
    padding: 1.38889vw 2.77778vw 2.91667vw 2.77778vw;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 2.77778vw;
    letter-spacing: 0.04em;
    color: #000000;
    line-height: 1;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 4.16667vw;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 0;
    right: -2.77778vw;
    display: block;
  }
  .t_ttl {
    text-align: center;
    position: relative;
    margin-bottom: 11.11111vw;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    margin-top: -1.52778vw;
  }
  .t_ttl.st2 span {
    right: initial;
    left: -2.77778vw;
    color: #fcf0f0;
  }
  .t_ttl small {
    font-size: 5.41667vw;
    line-height: 1.61538;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .t_ttl span {
    position: absolute;
    top: 50%;
    right: -2.77778vw;
    -webkit-transform: translateY(-webkit-calc(-50% - 0.97222vw));
       -moz-transform: translateY(-moz-calc(-50% - 0.97222vw));
        -ms-transform: translateY(calc(-50% - 0.97222vw));
            transform: translateY(calc(-50% - 0.97222vw));
    font-size: 27.77778vw;
    line-height: 1;
    z-index: -1;
    color: #fff;
    font-family: 'KozGoPr6N-ExtraLight';
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv > figure img, .p_top .mv > picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6.66667vw;
    padding-left: 5.55556vw;
  }
  .p_top .mv .txt .txt01 {
    font-size: 3.33333vw;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.04em;
    margin-bottom: 5.55556vw;
    font-weight: 400;
  }
  .p_top .mv .txt .txt02 {
    font-size: 6.38889vw;
    font-family: "Shippori Mincho", serif;
    color: #555555;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .p_top .mv .txt .txt02 span {
    font-size: 10vw;
  }
  .p_top .bn {
    text-align: center;
    margin-top: -40.27778vw;
    padding-bottom: 11.11111vw;
  }
  .p_top .bn a {
    border-style: solid;
    border-width: 0.27778vw;
    border-color: #eb9595;
    -moz-border-radius: 1.38889vw;
         border-radius: 1.38889vw;
    background-color: #eb9595;
    padding: 2.08333vw 0vw 4.16667vw;
    text-align: left;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
    position: relative;
    display: block;
  }
  .p_top .bn a::before {
    content: "";
    position: absolute;
    top: 0.83333vw;
    left: 3.33333vw;
    width: 3.33333vw;
    height: 17.5vw;
    background: url(../img/wm.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .bn a .txt01 {
    color: #fff;
    text-align: center;
  }
  .p_top .bn a .txt01 > div {
    display: inline-block;
    text-align: center;
  }
  .p_top .bn a .txt01 > div p {
    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;
  }
  .p_top .bn a .txt01 span {
    display: block;
    font-size: 8.75vw;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
  }
  .p_top .bn a .txt01 small {
    display: block;
    font-size: 3.33333vw;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    font-weight: 200;
    margin: 0.69444vw 0 1.38889vw;
  }
  .p_top .bn a .txt01 em {
    font-size: 2.5vw;
    color: #eb9595;
    background-color: #fff;
    min-width: 20.97222vw;
    min-height: 5.13889vw;
    padding: 0 0.69444vw;
    -moz-border-radius: 1388.75vw;
         border-radius: 1388.75vw;
    font-style: normal;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2.08333vw;
  }
  .p_top .bn a .txt02 {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.38889vw;
  }
  .p_top .bn a .txt02 span {
    display: block;
    font-size: 2.91667vw;
    font-weight: 100;
    color: #707070;
  }
  .p_top .bn a .txt02 span i {
    font-style: normal;
    font-family: "Jost", serif;
    font-size: 4.16667vw;
    font-weight: 300;
    position: relative;
  }
  .p_top .bn a .txt02 span i::after {
    content: "";
    position: absolute;
    left: 8.95833vw;
    top: -4.16667vw;
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    width: 1px;
    height: 13.75vw;
    background: #eb9595;
    display: block;
  }
  .p_top .bn a .txt02 p {
    font-size: 12.5vw;
    color: #eb9595;
    font-family: "Jost", serif;
    font-weight: 300;
    line-height: 1;
    margin-left: 5.55556vw;
  }
  .p_top .news {
    background-color: #fafafa;
    padding: 8.47222vw 0 13.88889vw;
  }
  .p_top .news .row {
    max-width: 118.05556vw;
  }
  .p_top .news .btnWr {
    text-align: center;
    margin-top: 4.16667vw;
  }
  .p_top .news ul li + li {
    margin-top: 5vw;
  }
  .p_top .news ul li a {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-right: 11.11111vw;
  }
  .p_top .news ul li a::after {
    content: "〉";
    font-size: 3.33333vw;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .p_top .news ul li a span {
    background-color: #eb9595;
    width: 20.83333vw;
    height: 5vw;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.91667vw;
    color: #fff;
    -moz-border-radius: 1388.75vw;
         border-radius: 1388.75vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 0 0.69444vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .news ul li a time {
    font-size: 2.5vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    letter-spacing: 0.04em;
    padding-left: 2.5vw;
  }
  .p_top .news ul li a p {
    font-size: 2.91667vw;
    line-height: 1.52381;
    letter-spacing: 0.04em;
    width: 100%;
    margin-top: 2.63889vw;
  }
  .p_top .feature {
    padding: 8.47222vw 0 13.88889vw;
  }
  .p_top .feature .row {
    max-width: 166.66667vw;
  }
  .p_top .feature ul {
    counter-reset: div;
    margin-top: 4.16667vw;
  }
  .p_top .feature ul li + li {
    margin-top: 11.11111vw;
  }
  .p_top .feature ul li:nth-child(even) .txt::before {
    right: 0;
    left: initial;
  }
  .p_top .feature ul li:nth-child(even) .txt h3 {
    padding-left: 0;
    padding-right: 27.77778vw;
  }
  .p_top .feature ul li .txt {
    position: relative;
  }
  .p_top .feature ul li .txt figure {
    margin-bottom: 4.86111vw;
  }
  .p_top .feature ul li .txt::before {
    counter-increment: div;
    content: "0" counter(div);
    font-weight: 400;
    font-family: "Jost", serif;
    font-size: 18.05556vw;
    line-height: 1;
    color: rgba(235, 149, 149, 0.25);
    position: absolute;
    top: 0;
    left: 0vw;
  }
  .p_top .feature ul li .txt h3 {
    font-weight: bold;
    font-size: 5.41667vw;
    line-height: 1.61538;
    margin-bottom: 5.55556vw;
    padding-left: 27.77778vw;
  }
  .p_top .feature ul li .txt .text_cm {
    margin-bottom: 4.16667vw;
  }
  .p_top .feature ul li .txt .list_btn {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .feature ul li .txt .list_btn.st2 {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .feature ul li .txt .list_btn.st2 .btn {
    letter-spacing: 0;
    width: -webkit-calc((100% - 1.38889vw) / 2);
    width: -moz-calc((100% - 1.38889vw) / 2);
    width: calc((100% - 1.38889vw) / 2);
    padding: 0 4.16667vw;
    font-size: 2.77778vw;
  }
  .p_top .feature ul li .txt .list_btn.st2 .btn.full {
    width: 100%;
  }
  .p_top .lesson {
    padding: 8.47222vw 0 13.88889vw;
    background-color: #fcf0f0;
  }
  .p_top .lesson ul {
    margin-top: 16.66667vw;
  }
  .p_top .lesson ul li + li {
    margin-top: 9.72222vw;
  }
  .p_top .lesson ul li .txt {
    padding: 0vw 2.77778vw 6.94444vw;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    background-color: #fff;
  }
  .p_top .lesson ul li .txt .step {
    font-size: 7.5vw;
    font-weight: 500;
    color: #eb9595;
    font-family: "Jost", serif;
    line-height: 1;
    letter-spacing: 0.16em;
    position: relative;
    top: -3.75vw;
  }
  .p_top .lesson ul li .txt .text_cm {
    letter-spacing: 0;
    margin: 5.55556vw 0;
  }
  .p_top .lesson ul li .txt h3 {
    font-size: 4.58333vw;
    line-height: 1.36364;
    font-weight: bold;
    margin: 6.94444vw 0 5.55556vw;
  }
  .p_top .lesson ul li .txt .list_btn {
    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;
    padding-left: 1.38889vw;
    padding-right: 1.38889vw;
  }
  .p_top .lesson ul li .txt .list_btn.st2 {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .lesson ul li .txt .list_btn a {
    width: -webkit-calc((100% - 1.38889vw) / 2);
    width: -moz-calc((100% - 1.38889vw) / 2);
    width: calc((100% - 1.38889vw) / 2);
  }
  .p_top .lesson ul li figure {
    position: relative;
    z-index: 2;
  }
  .p_top .links {
    padding-top: 8.75vw;
    padding-bottom: 10.97222vw;
  }
  .p_top .links ul li:not(:last-child) {
    margin-bottom: 1px;
  }
  .p_top .links ul li a {
    display: block;
    position: relative;
  }
  .p_top .links ul li a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .links ul li a .txt p {
    color: #fff;
    text-align: center;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding-bottom: 3.75vw;
  }
  .p_top .links ul li a .txt p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.88889vw;
    height: 1.52778vw;
    background: url(../img/arb.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .links ul li a .txt p span {
    display: block;
    font-size: 8.33333vw;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p_top .links ul li a .txt p small {
    display: block;
    font-size: 2.77778vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .p_top .column {
    padding: 8.47222vw 0 13.88889vw;
  }
  .p_top .column .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
  }
  .p_top .column .btnWr {
    text-align: center;
    margin-top: 4.16667vw;
  }
  .p_top .column ul {
    display: -ms-grid;
    display: grid;
    gap: 5.55556vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 13.47222vw;
  }
  .p_top .column ul li a {
    display: block;
  }
  .p_top .column ul li a figure {
    height: 44.44444vw;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    overflow: hidden;
    margin-bottom: 4.16667vw;
  }
  .p_top .column ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    overflow: hidden;
  }
  .p_top .column ul li a p {
    font-size: 3.33333vw;
    line-height: 1.75;
    margin-bottom: 0.83333vw;
  }
  .p_top .column ul li a time {
    font-size: 2.5vw;
    line-height: 1;
  }
  .p_top .movie {
    padding: 8.47222vw 0 13.88889vw;
    background-color: #fafafa;
  }
  .p_top .movie .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
  }
  .p_top .movie .btnWr {
    text-align: center;
    margin-top: 5.55556vw;
  }
  .p_top .movie_main {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
  .p_top .movie_l {
    margin-bottom: 5.55556vw;
  }
  .p_top .movie_l a {
    display: block;
  }
  .p_top .movie_l a p {
    font-size: 4.16667vw;
    line-height: 1.8;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-top: 1.38889vw;
  }
  .p_top .movie_r a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .movie_r a + a {
    margin-top: 2.77778vw;
  }
  .p_top .movie_r a figure {
    width: 27.77778vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .movie_r a p {
    width: 100%;
    padding-left: 5.55556vw;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 3.33333vw;
    line-height: 1.5;
  }
  .p_top .media {
    padding: 8.47222vw 0 13.88889vw;
    background-color: #fcf0f0;
  }
  .p_top .media .btnWr {
    text-align: center;
    margin-top: 4.16667vw;
  }
  .p_top .media .t_ttl span {
    color: #fff;
  }
  .p_top .media .media_sliderArea {
    position: relative;
    margin: 0 -2.77778vw;
  }
  .p_top .media .media_slider ul li {
    width: 35.69444vw;
    margin: 0 2.08333vw;
  }
  .p_top .media .media_slider ul li a {
    display: block;
  }
  .p_top .media .media_slider ul li a figure {
    height: 35.69444vw;
  }
  .p_top .media .media_slider ul li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .media .media_slider ul li a p {
    font-weight: bold;
    font-size: 3.33333vw;
    line-height: 1.375;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 2.77778vw;
  }
  .p_top .media .swiper-button-next {
    width: 3.19444vw;
    height: 8.05556vw;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
    margin-top: 0;
    top: 22%;
    right: 2.77778vw;
  }
  .p_top .media .swiper-button-prev {
    width: 3.19444vw;
    height: 8.05556vw;
    background: url(../img/ic_prev.png) center/100% 100% no-repeat;
    margin-top: 0;
    top: 22%;
    left: 2.77778vw;
  }
  .carousel * {
    font-size: 0;
    line-height: 0;
  }
  .carousel ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .carousel ul li a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .other_site {
    padding: 2.77778vw 0 11.11111vw;
  }
  .other_site ul li + li {
    margin-top: 3.47222vw;
  }
  .other_site ul li a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-style: solid;
    border-width: 0.13889vw;
    border-color: #eb9595;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    background-color: white;
    height: 14.44444vw;
    -moz-box-shadow: 0.55556vw 0.55556vw 0vw 0vw #eb9595;
         box-shadow: 0.55556vw 0.55556vw 0vw 0vw #eb9595;
  }
  .other_site ul li a img {
    width: 25.69444vw;
  }
  .p_service .service01 .t_ttl span {
    color: #fcf0f0;
  }
  .p_service .service01 .method {
    padding-bottom: 9.72222vw;
    padding-top: 8.61111vw;
  }
  .p_service .service01 .method .t_ttl {
    margin-bottom: 13.88889vw;
  }
  .p_service .service01 .method_main h3 {
    font-size: 5.41667vw;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 3.47222vw;
    padding-top: 3.47222vw;
    margin-bottom: 5.55556vw;
    border-top: 0.27778vw solid #000;
    border-bottom: 0.27778vw solid #000;
  }
  .p_service .service01 .method_main h4 {
    margin: 6.94444vw 0 4.16667vw;
  }
  .p_service .service01 .method_main h4 span {
    display: inline-block;
    font-size: 5vw;
    color: #eb9595;
    font-weight: bold;
    border-bottom: 0.41667vw solid;
  }
  .p_service .service01 .method_main .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service .service01 .method_main .df .method_img_sp {
    margin: 4.86111vw 0;
    text-align: center;
  }
  .p_service .service01 .method_main .df .method_img_sp img {
    width: 87.5vw;
    display: inline-block;
  }
  .p_service .service01 .method_main .df_txt .text_cm:not(:last-of-type) {
    margin-bottom: 3.05556vw;
  }
  .p_service .service01 .method_main .df_txt .text_cm + .text_cm {
    margin-top: 3.05556vw;
  }
  .p_service .service01 .merit {
    background: url(../img/service/merit_bg_sp.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_service .service01 .merit_main {
    height: 143.61111vw;
    position: relative;
  }
  .p_service .service01 .merit ul li {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.80556vw;
    height: 41.80556vw;
    font-size: 4.16667vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.667;
    text-align: center;
    position: absolute;
  }
  .p_service .service01 .merit ul .pos {
    left: -4.16667vw;
    top: 34.72222vw;
  }
  .p_service .service01 .merit ul .pos2 {
    left: 29.44444vw;
    top: 2.5vw;
  }
  .p_service .service01 .merit ul .pos3 {
    left: -1.38889vw;
    bottom: 11.80556vw;
  }
  .p_service .service01 .merit ul .pos4 {
    right: -1.38889vw;
    top: 45.83333vw;
  }
  .p_service .service01 .merit ul .pos5 {
    bottom: 1.38889vw;
    right: 4.86111vw;
  }
  .p_service .service01 .program {
    padding-top: 8.75vw;
    padding-bottom: 11.11111vw;
  }
  .p_service .service01 .program .text_cm {
    margin: 12.5vw 0 5.55556vw;
  }
  .p_service .service01 .program .list li {
    text-align: center;
  }
  .p_service .service01 .program .list li + li {
    margin-top: 6.94444vw;
  }
  .p_service .service01 .program .list li .txt01 {
    font-size: 4.16667vw;
    color: #e06574;
    font-weight: bold;
    margin-bottom: 1.66667vw;
  }
  .p_service .service01 .program .list li .box {
    background-color: white;
    -moz-box-shadow: 0vw 0.41667vw 0.97222vw 0vw rgba(0, 0, 0, 0.3);
         box-shadow: 0vw 0.41667vw 0.97222vw 0vw rgba(0, 0, 0, 0.3);
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .p_service .service01 .program .list li .box figure {
    height: 60vw;
  }
  .p_service .service01 .program .list li .box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_service .service01 .program .list li .box .txt02 {
    text-align: center;
    font-weight: bold;
    font-size: 5.83333vw;
    color: #fff;
    padding: 1.66667vw;
    -moz-border-radius: 2.08333vw 2.08333vw 0 0;
         border-radius: 2.08333vw 2.08333vw 0 0;
    background-image: -webkit-linear-gradient(20deg, rgba(254, 170, 185, 0.99608) 0%, #f79dc0 100%);
    background-image: -moz- oldlinear-gradient(20deg, rgba(254, 170, 185, 0.99608) 0%, #f79dc0 100%);
    background-image: linear-gradient(70deg, rgba(254, 170, 185, 0.99608) 0%, #f79dc0 100%);
  }
  .p_service .service01 .program .list li .box .txt02.st2 {
    background-image: -webkit-linear-gradient(20deg, #fca5e3 0%, #d8a2f3 100%);
    background-image: -moz- oldlinear-gradient(20deg, #fca5e3 0%, #d8a2f3 100%);
    background-image: linear-gradient(70deg, #fca5e3 0%, #d8a2f3 100%);
  }
  .p_service .titlePersonal {
    padding-bottom: 0;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6.94444vw;
  }
  .p_service .service .t_ttl small {
    font-weight: 500;
    letter-spacing: 0;
  }
  .p_service .service__personal {
    padding-top: 6.94444vw;
  }
  .p_service .service__personal .t_ttl {
    margin-bottom: 8.33333vw;
  }
  .p_service .service__personal .t_ttl span {
    top: -8.61111vw;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    color: #fcf0f0;
    left: -2.08333vw;
    right: inherit;
  }
  .p_service .service__personal--intro ul {
    padding: 0 0 0 5.55556vw;
  }
  .p_service .service__personal--intro ul li {
    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;
  }
  .p_service .service__personal--intro ul li + li {
    margin-top: 4.16667vw;
  }
  .p_service .service__personal--intro ul li figure {
    margin-right: 6.94444vw;
  }
  .p_service .service__personal--intro ul li figure img {
    width: 25vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_service .service__personal--intro ul li p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 4.16667vw;
    line-height: 5.41667vw;
    letter-spacing: 0.04em;
    color: #eb9595;
    font-weight: 700;
  }
  .p_service .service__personal--detail {
    margin-top: 6.94444vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/service/personalBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 92.22222vw 0 8.33333vw;
  }
  .p_service .service__personal--detail.online {
    background: url("../img/service/onlineBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__personal--detail::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 13.19444vw;
    background: url("../img/service/personalArrow_sp.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__personal--detail--main ul {
    max-width: 94.44444vw;
    width: 100%;
    margin: auto;
    background: white;
    padding: 8.75vw 3.47222vw 0vw 3.05556vw;
  }
  .p_service .service__personal--detail--main ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.16667vw;
    line-height: 9.58333vw;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 8.33333vw;
  }
  .p_service .service__personal--detail--main ul li::before {
    position: absolute;
    content: "";
    width: 4.16667vw;
    height: 4.16667vw;
    background: url("../img/service/personalCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 1.94444vw;
  }
  .p_service .service__method {
    background: #fcf0f0;
    padding: 8.47222vw 0 8.88889vw;
  }
  .p_service .service__method h2 {
    text-align: center;
    font-size: 5.41667vw;
    line-height: 5.55556vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #000;
  }
  .p_service .service__method--main {
    margin-top: 7.77778vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main::after {
    position: absolute;
    content: "";
    width: 42.77778vw;
    height: 85.55556vw;
    background: url("../img/service/personalTriangle_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
  }
  .p_service .service__method--main article {
    width: 52.08333vw;
    height: 52.08333vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 0.69444vw 0.69444vw 0 rgba(235, 149, 149, 0.5);
         box-shadow: 0.69444vw 0.69444vw 0 rgba(235, 149, 149, 0.5);
    padding: 16.52778vw 0vw 0 0vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main article::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_service .service__method--main article h3 {
    font-size: 4.16667vw;
    line-height: 4.72222vw;
    font-weight: 700;
    color: #eb9595;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__method--main article .txt {
    font-size: 3.33333vw;
    line-height: 5vw;
    font-weight: 500;
    color: #555555;
    margin-top: 2.08333vw;
    text-align: left;
  }
  .p_service .service__method--main article.ic01 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-top: -11.80556vw;
    margin-bottom: -11.80556vw;
  }
  .p_service .service__method--main article.ic01::before {
    width: 8.19444vw;
    height: 11.66667vw;
    top: 3.05556vw;
    background: url("../img/service/personalIc04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic01 .txt {
    padding-left: 6.11111vw;
    padding-right: 6.11111vw;
  }
  .p_service .service__method--main article.ic02 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_service .service__method--main article.ic02::before {
    width: 10.41667vw;
    height: 10.55556vw;
    top: 3.19444vw;
    background: url("../img/service/personalIc05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic02 .txt {
    padding-left: 4.72222vw;
    padding-right: 2.91667vw;
  }
  .p_service .service__method--main article.ic03 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p_service .service__method--main article.ic03::before {
    width: 13.19444vw;
    height: 10.41667vw;
    top: 4.30556vw;
    background: url("../img/service/personalIc06.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_service .service__method--main article.ic03 .txt {
    padding-left: 6.52778vw;
    padding-right: 4.16667vw;
  }
  .p_service .service__selected {
    padding-top: 8.33333vw;
    padding-bottom: 13.88889vw;
  }
  .p_service .service__selected .t_ttl span {
    color: #fcf0f0;
    left: 0;
    right: inherit;
  }
  .p_service .service__selected--main {
    counter-reset: ar;
  }
  .p_service .service__selected--main article {
    counter-increment: ar;
  }
  .p_service .service__selected--main article h3 {
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 700;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 17.77778vw;
  }
  .p_service .service__selected--main article h3::before {
    position: absolute;
    content: counter(ar);
    font-size: 18.75vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Jost", serif;
    color: #fff;
    text-shadow: 2px 0 #eb9595, -2px 0 #eb9595, 0 2px #eb9595, 0 -2px #eb9595,1px 1px #eb9595, -1px -1px #eb9595, 1px -1px #eb9595, -1px 1px #eb9595;
    left: 0;
    top: 0;
  }
  .p_service .service__selected--main article figure {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
    margin-top: 6.66667vw;
  }
  .p_service .service__selected--main article figure img {
    width: 100%;
    height: auto;
  }
  .p_service .service__selected--main article .txt {
    font-size: 3.33333vw;
    line-height: 5vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
    width: 100%;
    margin-top: 8.05556vw;
  }
  .p_service .service__selected--main article + article {
    margin-top: 8.61111vw;
  }
  .p_service .service__cta {
    padding: 7.91667vw 0 8.33333vw;
    background: #fcf0f0;
  }
  .p_service .service__cta--main {
    max-width: 94.44444vw;
    text-align: center;
  }
  .p_service .service__cta--main h2 {
    font-size: 5.41667vw;
    line-height: 8.33333vw;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #000;
    letter-spacing: 0.06em;
  }
  .p_service .service__cta--main--btn {
    margin-top: 7.22222vw;
  }
  .p_service .service__cta--main--btn a {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 5vw;
    line-height: 5.83333vw;
    color: #eb9090;
    font-weight: 700;
    padding: 3.05556vw 1.38889vw 1.11111vw;
    -moz-border-radius: 8.33333vw;
         border-radius: 8.33333vw;
    -moz-box-shadow: 0.55556vw 0.55556vw 0 #eb9595;
         box-shadow: 0.55556vw 0.55556vw 0 #eb9595;
    border: 1px solid #eb9595;
  }
  .p_service .service__cta--main--btn a small {
    font-size: 3.33333vw;
    line-height: 5.83333vw;
    display: block;
    margin-top: 0.41667vw;
  }
  .p_service .service__cta--main--contact {
    font-size: 5.41667vw;
    line-height: 9.58333vw;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #000;
    margin-top: 6.66667vw;
  }
  .p_service .service__cta--main--contact a {
    color: #000;
  }
  .p_service .service__cta--main--schedule {
    font-size: 3.33333vw;
    line-height: 6.11111vw;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 0.55556vw;
  }
  .p_service .service__voice {
    padding-top: 8.61111vw;
    padding-bottom: 18.47222vw;
  }
  .p_service .service__voice .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
    left: 0;
    right: inherit;
  }
  .p_service .service__voice--main {
    overflow: inherit;
  }
  .p_service .service__voice--main article {
    width: 91.66667vw;
    padding: 0 4.16667vw;
  }
  .p_service .service__voice--main article .arInner {
    background: #fff;
    padding: 8.61111vw 5.27778vw 4.16667vw;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    opacity: 0.5;
  }
  .p_service .service__voice--main article .arInner figure {
    width: 41.66667vw;
    height: 41.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: auto;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
  }
  .p_service .service__voice--main article .arInner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_service .service__voice--main article .arInner h3 {
    font-size: 4.16667vw;
    line-height: 7.5vw;
    font-weight: 700;
    color: #000;
    margin-top: 6.52778vw;
  }
  .p_service .service__voice--main article .arInner .list {
    margin-top: 2.91667vw;
  }
  .p_service .service__voice--main article .arInner .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
  }
  .p_service .service__voice--main article .arInner .list dl dt {
    white-space: nowrap;
  }
  .p_service .service__voice--main article .arInner .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_service .service__voice--main article .arInner .btnMore {
    text-align: center;
    margin-top: 5.13889vw;
  }
  .p_service .service__voice--main article .arInner .btnMore a {
    font-size: 3.33333vw;
    line-height: 3.88889vw;
  }
  .p_service .service__voice--main article.swiper-slide-active .arInner {
    opacity: 1;
  }
  .p_service .service__voice--main--pagi {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -12.36111vw;
  }
  .p_service .service__voice--main--pagi .swiper-pagination-bullet {
    width: 5.55556vw;
    height: 5.55556vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000000;
    border: 1px solid #000;
    margin: 0 1.38889vw;
    opacity: 1;
  }
  .p_service .service__voice--main--pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .p_service .service__voice--main--prev, .p_service .service__voice--main--next {
    position: absolute;
    width: 6.66667vw;
    height: 15.97222vw;
    background: url("../img/service/ctrlLeft.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .p_service .service__voice--main--prev {
    left: 1.38889vw;
  }
  .p_service .service__voice--main--next {
    right: 1.38889vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_service .service__price {
    padding-top: 9.16667vw;
    padding-bottom: 8.47222vw;
    background: #fafafa;
  }
  .p_service .service__price .t_ttl span {
    right: inherit;
    left: -2.77778vw;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_service .service__price--main h3 {
    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;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_service .service__price--main h3::before, .p_service .service__price--main h3::after {
    font-size: 5vw;
    line-height: 6.66667vw;
    letter-spacing: 0.06em;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
  }
  .p_service .service__price--main h3::before {
    content: "＼";
  }
  .p_service .service__price--main h3::after {
    content: "／";
  }
  .p_service .service__price--main h3 span {
    text-align: center;
    font-size: 3.33333vw;
    line-height: 4.44444vw;
    letter-spacing: 0.06em;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #000;
  }
  .p_service .service__price--main article {
    margin-top: 4.30556vw;
    background: #fff;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding: 7.77778vw 2.77778vw 8.75vw;
  }
  .p_service .service__price--main article .arInner h4 {
    font-size: 5vw;
    line-height: 6.66667vw;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #eb9595;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .p_service .service__price--main article .arInner .intro {
    text-align: center;
    font-size: 3.33333vw;
    line-height: 5.41667vw;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 6.66667vw;
    color: #eb9595;
    letter-spacing: 0.06em;
  }
  .p_service .service__price--main article .arInner .trial {
    margin-top: 4.72222vw;
  }
  .p_service .service__price--main article .arInner .trial a {
    border-style: solid;
    border-width: 0.27778vw;
    border-color: #eb9595;
    -moz-border-radius: 1.38889vw;
         border-radius: 1.38889vw;
    background-color: #eb9595;
    padding: 2.08333vw 0vw 4.16667vw;
    text-align: left;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
    position: relative;
    display: block;
  }
  .p_service .service__price--main article .arInner .trial a::before {
    content: "";
    position: absolute;
    top: 0.83333vw;
    left: 3.33333vw;
    width: 3.33333vw;
    height: 17.5vw;
    background: url(../img/wm.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 {
    color: #fff;
    text-align: center;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 > div {
    display: inline-block;
    text-align: center;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 > div p {
    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;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 span {
    display: block;
    font-size: 8.75vw;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 small {
    display: block;
    font-size: 3.33333vw;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    font-weight: 200;
    margin: 0.69444vw 0 1.38889vw;
  }
  .p_service .service__price--main article .arInner .trial a .txt01 em {
    font-size: 2.5vw;
    color: #eb9595;
    background-color: #fff;
    min-width: 20.97222vw;
    min-height: 5.13889vw;
    padding: 0 0.69444vw;
    -moz-border-radius: 1388.75vw;
         border-radius: 1388.75vw;
    font-style: normal;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2.08333vw;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.38889vw;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 span {
    display: block;
    font-size: 2.91667vw;
    font-weight: 100;
    color: #707070;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 span i {
    font-style: normal;
    font-family: "Jost", serif;
    font-size: 4.16667vw;
    font-weight: 300;
    position: relative;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 span i::after {
    content: "";
    position: absolute;
    left: 8.95833vw;
    top: -4.16667vw;
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    width: 1px;
    height: 13.75vw;
    background: #eb9595;
    display: block;
  }
  .p_service .service__price--main article .arInner .trial a .txt02 p {
    font-size: 12.5vw;
    color: #eb9595;
    font-family: "Jost", serif;
    font-weight: 300;
    line-height: 1;
    margin-left: 5.55556vw;
  }
  .p_service .service__price--main article .arInner .detail {
    margin-top: 5.97222vw;
    font-size: 3.33333vw;
    line-height: 5.83333vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__price--main article .arInner .detail span {
    font-size: 4.16667vw;
    font-weight: 900;
  }
  .p_service .service__price--main article .arInner .detail dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service .service__price--main article .arInner .detail dl:last-of-type {
    margin-bottom: 5.55556vw;
  }
  .p_service .service__price--main article .arInner .detail dl dt {
    width: 18.05556vw;
    white-space: nowrap;
  }
  .p_service .service__price--main article .arInner .detail dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_service .service__price--main article .arInner .note {
    font-size: 3.33333vw;
    line-height: 5vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__price--main article .arInner .note ul li {
    position: relative;
    padding: 0 0 0 3.47222vw;
  }
  .p_service .service__price--main article .arInner .note ul li::before {
    content: "※";
    font-size: 3.33333vw;
    line-height: 5vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p_service .service__price--main article .arInner .note ul li a {
    color: #1c73ea;
    text-decoration: underline;
  }
  .p_service .service__price--main article .arInner .reserval {
    margin-top: 8.19444vw;
  }
  .p_service .service__price--main article .arInner .reserval a {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 5vw;
    line-height: 5.83333vw;
    color: #000;
    font-weight: 700;
    padding: 2.5vw 1.38889vw 1.38889vw;
    -moz-border-radius: 8.33333vw;
         border-radius: 8.33333vw;
    -moz-box-shadow: 0.55556vw 0.55556vw 0 #eb9595;
         box-shadow: 0.55556vw 0.55556vw 0 #eb9595;
    border: 1px solid #eb9595;
  }
  .p_service .service__price--main article .arInner .reserval a small {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    display: block;
    font-weight: 400;
    width: 100%;
  }
  .p_service .service__flow {
    padding-top: 8.88889vw;
    padding-bottom: 8.47222vw;
    background: #fcf0f0;
  }
  .p_service .service__flow .t_ttl span {
    color: rgba(235, 149, 149, 0.15);
    left: 0;
    right: inherit;
  }
  .p_service .service__flow--main {
    max-width: 133.33333vw;
  }
  .p_service .service__flow--main article {
    background: #fff;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    padding: 3.88889vw 2.5vw 6.94444vw 2.91667vw;
  }
  .p_service .service__flow--main article h3 {
    font-size: 5.41667vw;
    line-height: 7.5vw;
    font-weight: 700;
    color: #eb9595;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__flow--main article figure {
    width: 100%;
    margin-top: 5.27778vw;
  }
  .p_service .service__flow--main article .txt {
    width: 100%;
    margin-top: 1.25vw;
  }
  .p_service .service__flow--main article .txt p {
    font-size: 3.33333vw;
    line-height: 5.83333vw;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .p_service .service__flow--main article .txt .note {
    font-size: 3.33333vw;
    line-height: 5.83333vw;
  }
  .p_service .service__flow--main article + article {
    margin-top: 9.58333vw;
    position: relative;
  }
  .p_service .service__flow--main article + article::before {
    position: absolute;
    content: "";
    width: 7.36111vw;
    height: 4.02778vw;
    background: url("../img/service/flowArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6.94444vw;
  }
  .p_service .service__flow--main article.end {
    background: transparent;
    margin-top: 8.47222vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #555555;
    padding: 5.69444vw 1.80556vw;
  }
  .p_service .service__flow--main article.end::before {
    display: none;
  }
  .p_service .service__flow--main article.end h3 {
    width: 100%;
  }
  .p_service .service__flow--main article.end .txt {
    width: 100%;
    margin-top: 4.30556vw;
  }
  .p_service .service__access {
    padding-top: 8.88889vw;
  }
  .p_service .service__access .t_ttl span {
    right: inherit;
    left: 0;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_service .service__access--main .left {
    width: 100%;
    font-size: 3.75vw;
    line-height: 6.66667vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__access--main .left address {
    font-style: normal;
  }
  .p_service .service__access--main .left .by {
    margin-top: 6.66667vw;
  }
  .p_service .service__access--main .right {
    margin-left: -2.77778vw;
    margin-right: -2.77778vw;
    line-height: 0;
    margin-top: 6.38889vw;
  }
  .p_service .service__access--main .right iframe {
    width: 100%;
    height: 71.11111vw;
  }
  .p_service .service__access.online .service__access--main .right {
    text-align: center;
  }
  .p_service .service__access.online .service__access--main .right figure img {
    width: 77.77778vw;
  }
  .p_service .service__access.online .service__access--main .zoom {
    font-size: 3.75vw;
    line-height: 6.66667vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__access.online .service__access--main .zoom p {
    font-size: 3.75vw;
    line-height: 6.66667vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  .p_service .service__access.online .service__access--main .zoom ul {
    margin-bottom: 29px;
  }
  .p_service .service__access.online .service__access--main .zoom ul li {
    position: relative;
    padding-left: 23px;
  }
  .p_service .service__access.online .service__access--main .zoom ul li::before {
    position: absolute;
    content: "※";
    font-size: 3.75vw;
    line-height: 6.66667vw;
    font-weight: 500;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    left: 0;
    top: 0;
  }
  .p_service .service__faq {
    padding-top: 8.88889vw;
    padding-bottom: 11.11111vw;
    margin-top: 8.33333vw;
  }
  .p_service .service__faq .t_ttl span {
    color: rgba(0, 0, 0, 0.1);
    left: 0;
    right: inherit;
  }
  .p_service .service__faq--main {
    width: 100%;
  }
  .p_service .service__faq--main dl {
    border: 1px solid #dddddd;
    -moz-border-radius: 0.69444vw;
         border-radius: 0.69444vw;
    padding: 0 2.77778vw;
  }
  .p_service .service__faq--main dl dt {
    font-size: 4.16667vw;
    line-height: 8.33333vw;
    color: #f4b9b9;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.11111vw 3.19444vw 1.11111vw 7.77778vw;
    cursor: pointer;
  }
  .p_service .service__faq--main dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 5vw;
    line-height: 5vw;
    color: #f4b9b9;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    left: 0;
    top: 2.77778vw;
  }
  .p_service .service__faq--main dl dt::after {
    content: "+";
    font-size: 4.16667vw;
    color: #808080;
    line-height: 4.16667vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_service .service__faq--main dl dt.open::after {
    content: "-";
  }
  .p_service .service__faq--main dl dd {
    padding: 2.22222vw 0vw 4.16667vw 7.77778vw;
    border-top: 1px solid #dddddd;
    font-size: 3.33333vw;
    line-height: 6.25vw;
    color: #333333;
    letter-spacing: 0.04em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: none;
  }
  .p_service .service__faq--main dl dd a {
    color: #174de8;
    text-decoration: underline;
  }
  .p_service .service__faq--main dl dd::before {
    position: absolute;
    content: "A";
    font-size: 5vw;
    line-height: 4.16667vw;
    color: #e67474;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    left: 0;
    top: 3.05556vw;
  }
  .p_service .service__faq--main dl + dl {
    margin-top: 2.77778vw;
  }
  .p_service .service__faq--main .btnMore {
    text-align: center;
    margin-top: 8.33333vw;
  }
  .p_service .service__faq--main .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5vw;
    height: 8.33333vw;
    background: #eb9595;
    color: #fff;
    font-size: 2.91667vw;
    line-height: 1;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_service .service__faq--main .btnMore a::after {
    position: absolute;
    content: "→";
    font-size: 2.91667vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.77778vw;
  }
  .p_business .business .t_ttl span {
    color: #fcf0f0;
  }
  .p_business .business .introduction {
    padding-bottom: 8.33333vw;
    padding-top: 8.47222vw;
  }
  .p_business .business .introduction .t_ttl {
    margin-top: -1.38889vw;
  }
  .p_business .business .introduction .t_ttl small {
    display: block;
  }
  .p_business .business .introduction .t_ttl span {
    white-space: nowrap;
    left: 0;
  }
  .p_business .business .introduction__main--intro br {
    display: none;
  }
  .p_business .business .introduction__main--detail {
    margin-top: 11.11111vw;
  }
  .p_business .business .introduction__main--detail .title h3 {
    line-height: 0;
  }
  .p_business .business .introduction__main--detail .title h3 span {
    font-size: 5vw;
    line-height: 6.11111vw;
    display: inline-block;
    letter-spacing: 0.04em;
    color: #eb9595;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 1.11111vw;
    display: inline-block;
  }
  .p_business .business .introduction__main--detail .title h4 {
    margin-top: 4.72222vw;
    font-size: 5vw;
    line-height: 7.22222vw;
    font-weight: 500;
    color: #555555;
    letter-spacing: 0.06em;
  }
  .p_business .business .introduction__main--detail figure {
    padding: 0 3.47222vw;
    margin-top: 4.44444vw;
  }
  .p_business .business .introduction__main--detail figure img {
    width: 100%;
    height: auto;
  }
  .p_business .business .introduction__main--detail .text_cm {
    margin-top: 5.27778vw;
  }
  .p_business .business .merit {
    background: url("../img/business/meritBg_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_business .business .merit_main {
    height: 143.61111vw;
    position: relative;
  }
  .p_business .business .merit ul li {
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.66667vw;
    height: 41.66667vw;
    font-size: 4.16667vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 2;
    text-align: center;
    position: absolute;
  }
  .p_business .business .merit ul .pos1 {
    top: 5.27778vw;
    left: 2.22222vw;
  }
  .p_business .business .merit ul .pos2 {
    top: 32.77778vw;
    right: -2.77778vw;
  }
  .p_business .business .merit ul .pos3 {
    bottom: 14.72222vw;
    left: -2.77778vw;
  }
  .p_business .business .merit ul .pos4 {
    bottom: 1.80556vw;
    right: 5.27778vw;
  }
  .p_business .business .program {
    padding-top: 8.88889vw;
    padding-bottom: 11.11111vw;
  }
  .p_business .business .program .text_cm {
    margin: 12.5vw 0 5.55556vw;
  }
  .p_business .business .program .list li {
    text-align: center;
  }
  .p_business .business .program .list li + li {
    margin-top: 6.94444vw;
  }
  .p_business .business .program .list li .txt01 {
    font-size: 4.16667vw;
    color: #909fc7;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 1.66667vw;
  }
  .p_business .business .program .list li .box {
    background-color: white;
    -moz-box-shadow: 0vw 0.41667vw 0.97222vw 0vw rgba(0, 0, 0, 0.3);
         box-shadow: 0vw 0.41667vw 0.97222vw 0vw rgba(0, 0, 0, 0.3);
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    position: relative;
  }
  .p_business .business .program .list li .box figure {
    height: 60vw;
    -moz-border-radius: 0 0 2.08333vw 2.08333vw;
         border-radius: 0 0 2.08333vw 2.08333vw;
    overflow: hidden;
  }
  .p_business .business .program .list li .box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_business .business .program .list li .box .txt02 {
    text-align: center;
    font-weight: bold;
    font-size: 5.83333vw;
    letter-spacing: 0.06em;
    color: #fff;
    padding: 1.66667vw;
    -moz-border-radius: 2.08333vw 2.08333vw 0 0;
         border-radius: 2.08333vw 2.08333vw 0 0;
    background-image: -webkit-linear-gradient(160deg, rgba(216, 162, 243, 0.99608) 0%, #a2c2f3 100%);
    background-image: -moz- oldlinear-gradient(160deg, rgba(216, 162, 243, 0.99608) 0%, #a2c2f3 100%);
    background-image: linear-gradient(-70deg, rgba(216, 162, 243, 0.99608) 0%, #a2c2f3 100%);
    height: 16.66667vw;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
  }
  .p_business .business .program .list li .box .txt02.st2 {
    background-image: -webkit-linear-gradient(160deg, #aad7ec 0%, #8fe8d6 100%);
    background-image: -moz- oldlinear-gradient(160deg, #aad7ec 0%, #8fe8d6 100%);
    background-image: linear-gradient(-70deg, #aad7ec 0%, #8fe8d6 100%);
  }
  .p_business .titleSeminar {
    padding-bottom: 0;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6.11111vw;
  }
  .p_business .titleSeminar h2 span {
    font-size: 6.38889vw;
    line-height: 11.11111vw;
  }
  .p_business .service__personal .t_ttl {
    margin-bottom: 15.83333vw;
  }
  .p_business .service__personal--list {
    margin-top: 12.5vw;
    padding: 0 2.77778vw;
  }
  .p_business .service__personal--list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_business .service__personal--list ul li figure {
    margin-right: 6.94444vw;
    width: 25vw;
  }
  .p_business .service__personal--list ul li figure img {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
  }
  .p_business .service__personal--list ul li figure figcaption {
    font-size: 2.77778vw;
    line-height: 3.61111vw;
    font-weight: 700;
    display: block;
    color: #eb9595;
    letter-spacing: 0.04em;
    margin-top: 2.91667vw;
  }
  .p_business .service__personal--list ul li .liCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_business .service__personal--list ul li .liCon h3 {
    font-size: 4.16667vw;
    line-height: 5.41667vw;
    font-weight: 700;
    display: block;
    color: #eb9595;
    letter-spacing: 0.04em;
  }
  .p_business .service__personal--list ul li .liCon p {
    margin-top: 1.25vw;
  }
  .p_business .service__personal--list ul li + li {
    margin-top: 3.47222vw;
  }
  .p_business .service__personal--productivity {
    margin-top: 0vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fcf0f0;
    padding: 23.61111vw 0 11.11111vw;
  }
  .p_business .service__personal--productivity::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 13.19444vw;
    background: url("../img/service/personalArrow_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_business .service__personal--productivity--inner {
    width: 100%;
    margin: auto;
  }
  .p_business .service__personal--productivity--inner h3 {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 7.22222vw;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
  }
  .p_business .service__personal--productivity--inner .focus {
    margin-top: 9.58333vw;
    text-align: center;
    font-size: 10.55556vw;
    line-height: 13.47222vw;
    font-weight: 500;
    color: #eb9595;
    letter-spacing: 0.06em;
  }
  .p_business .service__personal--productivity--inner .focus span {
    font-size: 17.63889vw;
  }
  .p_business .service__personal--productivity--inner .focus em {
    font-style: normal;
    font-size: 15.27778vw;
    font-weight: 500;
  }
  .p_business .service__personal--productivity--inner .focus small {
    font-size: 8.75vw;
  }
  .p_business .service__personal--productivity--inner .focus sup {
    font-size: 2.77778vw;
    line-height: 13.47222vw;
    vertical-align: top;
  }
  .p_business .service__personal--productivity--inner .note {
    text-align: left;
    font-size: 2.77778vw;
    line-height: 3.61111vw;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.06em;
    margin-top: 6.94444vw;
    padding: 0 2.77778vw;
  }
  .p_business .service__solve {
    padding: 92.22222vw 0 8.33333vw;
    background: url("../img/business/serminarSolveBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_business .service__solve--main--box {
    max-width: 94.44444vw;
    width: 100%;
    margin: auto;
    background: white;
    padding: 6.80556vw 0vw 0vw 3.33333vw;
  }
  .p_business .service__solve--main--box h3 {
    font-size: 4.16667vw;
    line-height: 7.22222vw;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
  }
  .p_business .service__solve--main--box ul {
    margin-top: 2.08333vw;
  }
  .p_business .service__solve--main--box ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.16667vw;
    line-height: 9.58333vw;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 6.94444vw;
  }
  .p_business .service__solve--main--box ul li::before {
    position: absolute;
    content: "";
    width: 4.16667vw;
    height: 4.16667vw;
    background: url("../img/service/personalCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2.77778vw;
  }
  .p_business .business__voice .t_ttl {
    margin-bottom: 16.66667vw;
  }
  .p_business .business__voice .t_ttl span {
    right: inherit;
    left: 0;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_business .business__voice--main {
    padding: 0 6.94444vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_business .business__voice--main .swiper {
    overflow: hidden;
    width: 86.11111vw;
    margin: auto;
  }
  .p_business .business__voice--main article {
    padding: 1.38889vw;
  }
  .p_business .business__voice--main article .arCon {
    padding: 2.77778vw 4.16667vw 4.16667vw;
    background: #fff;
    -moz-box-shadow: 0px 0.41667vw 0.97222vw 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 0.41667vw 0.97222vw 0px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  .p_business .business__voice--main article .arTop figure {
    width: 100%;
  }
  .p_business .business__voice--main article .arTop .info {
    width: 100%;
    margin-top: 5.55556vw;
  }
  .p_business .business__voice--main article .arTop .info h3 {
    font-size: 4.16667vw;
    line-height: 7.5vw;
    font-weight: 700;
    color: #000;
  }
  .p_business .business__voice--main article .arTop .info .list {
    margin-top: 3.05556vw;
  }
  .p_business .business__voice--main article .arTop .info .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    color: #000;
  }
  .p_business .business__voice--main article .arTop .info .list dl dt {
    white-space: nowrap;
  }
  .p_business .business__voice--main article .arTop .info .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_business .business__voice--main article .arComment {
    padding: 5.69444vw 0 0;
    display: none;
  }
  .p_business .business__voice--main article .arComment h3 span {
    background: #eb9595;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.33333vw;
    height: 5.55556vw;
    font-size: 2.77778vw;
    line-height: 1;
    font-family: 'KozGoPr6N-Light';
  }
  .p_business .business__voice--main article .arComment .mess {
    margin-top: 2.77778vw;
  }
  .p_business .business__voice--main article .arComment .mess + h3 {
    margin-top: 5.55556vw;
  }
  .p_business .business__voice--main article .arEvent {
    margin-top: 2.77778vw;
    text-align: center;
    font-size: 3.33333vw;
    line-height: 3.95833vw;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    cursor: pointer;
  }
  .p_business .business__voice--main--next, .p_business .business__voice--main--prev {
    position: absolute;
    width: 6.52778vw;
    height: 15.90278vw;
    background: url("../img/business/ctrl.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_business .business__voice--main--next {
    right: 1.38889vw;
  }
  .p_business .business__voice--main--prev {
    left: 1.38889vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_business .business__voice--main--pagination {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.25vw;
  }
  .p_business .business__voice--main--pagination .swiper-pagination-bullet {
    width: 4.02778vw;
    height: 4.02778vw;
    background: #000;
    border: 1px solid #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 1.38889vw;
    opacity: 1;
  }
  .p_business .business__voice--main--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .p_business .business__flow {
    background: #fcf0f0;
    padding-top: 8.61111vw;
    padding-bottom: 11.11111vw;
  }
  .p_business .business__flow .t_ttl {
    margin-bottom: 15.41667vw;
  }
  .p_business .business__flow .t_ttl span {
    left: 0;
    right: inherit;
    color: rgba(235, 149, 149, 0.15);
  }
  .p_business .business__flow--main article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_business .business__flow--main article figure {
    text-align: center;
    width: 31.25vw;
    margin: auto;
    margin-right: 5.83333vw;
  }
  .p_business .business__flow--main article figure img {
    width: 100%;
    height: auto;
  }
  .p_business .business__flow--main article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 1.52778vw;
  }
  .p_business .business__flow--main article .ar h3 {
    font-size: 4.16667vw;
    line-height: 7.5vw;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #000;
  }
  .p_business .business__flow--main article .ar p {
    font-size: 3.33333vw;
    line-height: 5.41667vw;
    font-weight: 500;
    margin-top: 4.72222vw;
  }
  .p_business .business__flow--main article + article {
    margin-top: 9.86111vw;
  }
  .p_business .business__flow--main article + article figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_business .business__flow--main article + article figure::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7.77778vw;
    height: 4.16667vw;
    background: url("../img/business/flowArrow_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -6.94444vw;
  }
  .p_business .business__price {
    background: #fafafa;
    padding-top: 8.61111vw;
    padding-bottom: 11.11111vw;
  }
  .p_business .business__price .t_ttl {
    margin-bottom: 17.91667vw;
  }
  .p_business .business__price .t_ttl span {
    right: inherit;
    left: 0;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_business .business__price--main article {
    padding: 8.19444vw 2.77778vw 8.75vw;
  }
  .p_business .business__price--main article .arInner {
    max-width: 100%;
  }
  .p_business .business__price--main article .arInner .detail {
    font-size: 3.33333vw;
    line-height: 5.83333vw;
    letter-spacing: 0.06em;
  }
  .p_business .business__price--main article .arInner .detail dl {
    display: block;
  }
  .p_business .business__price--main article .arInner .detail dl dt {
    width: 100%;
  }
  .p_business .business__price--main article .arInner .detail dl dd {
    width: 100%;
  }
  .p_business .business__price--main article .arInner .detail dl + dl {
    margin-top: 5.83333vw;
  }
  .p_business .business__price--main article .arInner .reserval a {
    max-width: 88.88889vw;
    height: 16.66667vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: 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;
    margin-left: auto;
    margin-right: auto;
  }
  .p_business .business__faq .t_ttl {
    margin-bottom: 17.77778vw;
  }
  .p_business .business__faq .t_ttl span {
    right: inherit;
    left: 0;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_instructor {
    padding-top: 0;
  }
  .p_instructor .header {
    background: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_instructor .header.changeBg {
    background: #fff;
    -moz-box-shadow: 0px 0.41667vw 0.69444vw 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 0.41667vw 0.69444vw 0px rgba(0, 0, 0, 0.2);
  }
  .p_instructor .breadcrumb, .p_instructor .menu_icon {
    display: none;
  }
  .p_instructor .instructorMv {
    background: #f4efeb url("../img/business/instructorMv_sp.jpg") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 12.08333vw 0 6.11111vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_instructor .instructorMv__main > p {
    font-size: 3.75vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #333333;
    padding-left: 8.19444vw;
  }
  .p_instructor .instructorMv__main .title {
    margin-top: 5.69444vw;
    font-family: "Shippori Mincho", serif;
    color: #333333;
    letter-spacing: 0.04em;
    padding-left: 8.19444vw;
  }
  .p_instructor .instructorMv__main .title span {
    font-size: 5.41667vw;
    line-height: 6.11111vw;
    font-weight: 400;
  }
  .p_instructor .instructorMv__main .title h2 {
    font-size: 9.58333vw;
    line-height: 10.97222vw;
    margin-top: 2.08333vw;
  }
  .p_instructor .instructorMv__main .list {
    margin-top: 102.08333vw;
    font-size: 4.16667vw;
    line-height: 7.22222vw;
    font-weight: 700;
    color: #333333;
  }
  .p_instructor .instructorMv__main .list li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 5.55556vw;
  }
  .p_instructor .instructorMv__main .list li::before {
    position: absolute;
    content: "✓";
    font-size: 4.16667vw;
    line-height: 7.22222vw;
    font-weight: 700;
    color: #333333;
    left: 0;
    top: 0;
  }
  .p_instructor .instructorMv__main .btn {
    margin-top: 5vw;
  }
  .p_instructor .instructorMv__main .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 88.88889vw;
    width: 100%;
    height: 16.66667vw;
    -moz-border-radius: 8.33333vw;
         border-radius: 8.33333vw;
    background: #fff;
    font-size: 5vw;
    line-height: 6.38889vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    border: 1px solid #eb9595;
    -moz-box-shadow: 0.55556vw 0.55556vw 0 #eb9595;
         box-shadow: 0.55556vw 0.55556vw 0 #eb9595;
    text-align: center;
  }
  .p_instructor .instructor__skill {
    padding: 7.08333vw 0 0vw;
  }
  .p_instructor .instructor__skill--main {
    max-width: 133.33333vw;
    width: 100%;
  }
  .p_instructor .instructor__skill--main h2 {
    text-align: center;
    font-size: 5.41667vw;
    line-height: 8.33333vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.07em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_instructor .instructor__skill--main h2 span {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #ffddef), color-stop(85%, #ffddef), color-stop(85%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffddef 60%, #ffddef 85%, rgba(255, 255, 255, 0) 85%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffddef 60%, #ffddef 85%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #ffddef 60%, #ffddef 85%, rgba(255, 255, 255, 0) 85%);
  }
  .p_instructor .instructor__skill--main .list {
    margin-top: 7.22222vw;
  }
  .p_instructor .instructor__skill--main .list ul {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -3.19444vw;
  }
  .p_instructor .instructor__skill--main .list ul li {
    width: 100%;
  }
  .p_instructor .instructor__skill--main .list ul li span {
    display: block;
    margin: auto;
    background-image: -webkit-linear-gradient(330deg, rgba(182, 221, 251, 0.99608) 0%, #dbd4f1 45%, #ffcae7 100%);
    background-image: -moz- oldlinear-gradient(330deg, rgba(182, 221, 251, 0.99608) 0%, #dbd4f1 45%, #ffcae7 100%);
    background-image: linear-gradient(120deg, rgba(182, 221, 251, 0.99608) 0%, #dbd4f1 45%, #ffcae7 100%);
    width: 50vw;
    height: 50vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    font-size: 4.16667vw;
    line-height: 5vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.075em;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_instructor .instructor__skill--main .list ul li span::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_instructor .instructor__skill--main .list ul li span.ic1 {
    padding-top: 34.02778vw;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic1::before {
    width: 30vw;
    height: 27.5vw;
    background: url("../img/business/instructorIc01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic2 {
    padding-top: 31.25vw;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic2::before {
    width: 23.75vw;
    height: 41.66667vw;
    background: url("../img/business/instructorIc02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -14.16667vw;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic3 {
    padding-top: 34.02778vw;
  }
  .p_instructor .instructor__skill--main .list ul li span.ic3::before {
    width: 39.16667vw;
    height: 47.22222vw;
    background: url("../img/business/instructorIc03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -5.83333vw;
  }
  .p_instructor .instructor__skill--main .list ul li p {
    margin-top: 4.30556vw;
    font-size: 3.88889vw;
    line-height: 6.66667vw;
    font-weight: 500;
  }
  .p_instructor .instructor__skill--main .list ul li + li {
    margin-top: 20.83333vw;
  }
  .p_instructor .instructor__technology {
    background: #fafafa;
    padding: 9.72222vw 0 9.72222vw;
  }
  .p_instructor .instructor__technology--main {
    max-width: 94.44444vw;
  }
  .p_instructor .instructor__technology--main .list {
    margin: -1.38889vw -0.69444vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 10vw;
  }
  .p_instructor .instructor__technology--main .list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8.33333vw;
    background: url("../img/business/technologyLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .p_instructor .instructor__technology--main .list li {
    margin: 1.38889vw 0.69444vw;
    white-space: nowrap;
    color: #fff;
    font-size: 3.75vw;
    line-height: 6.25vw;
    height: 6.25vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: #e693c0;
    padding: 0 1.94444vw;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .p_instructor .instructor__technology--main .desc {
    margin-top: 5.69444vw;
    text-align: left;
  }
  .p_instructor .instructor__technology--main .desc p {
    font-size: 4.16667vw;
    line-height: 7.22222vw;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.075em;
  }
  .p_instructor .instructor__technology--main .desc p + p {
    margin-top: 7.22222vw;
  }
  .p_instructor .instructor__end {
    background: url("../img/business/endBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_instructor .instructor__end--main--half {
    width: 100%;
    padding: 11.11111vw 0 77.36111vw;
  }
  .p_instructor .instructor__end--main--half h2 {
    text-align: center;
    font-size: 6.25vw;
    line-height: 8.75vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.075em;
    padding: 16.66667vw 0 0 0;
    position: relative;
  }
  .p_instructor .instructor__end--main--half h2::before {
    position: absolute;
    content: "";
    width: 34.86111vw;
    height: 15.27778vw;
    background: url("../img/business/endIllus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_instructor .instructor__end--main--half p {
    font-size: 4.16667vw;
    line-height: 7.5vw;
    font-weight: 700;
    color: #000;
    margin-top: 7.63889vw;
  }
  .p_instructor .instructor__cta {
    background-image: -webkit-linear-gradient(330deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: -moz- oldlinear-gradient(330deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: linear-gradient(120deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    padding: 6.38889vw 2.77778vw 8.33333vw;
    text-align: center;
  }
  .p_instructor .instructor__cta h2 {
    font-size: 5.41667vw;
    line-height: 8.33333vw;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #000;
    letter-spacing: 0.06em;
  }
  .p_instructor .instructor__cta .btn {
    margin-top: 7.08333vw;
  }
  .p_instructor .instructor__cta .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 16.66667vw;
    -moz-border-radius: 8.33333vw;
         border-radius: 8.33333vw;
    font-size: 5vw;
    line-height: 5.83333vw;
    font-weight: 700;
    color: #000;
    background: #fff;
    -moz-box-shadow: 0.41667vw 0.41667vw 0 #bababa;
         box-shadow: 0.41667vw 0.41667vw 0 #bababa;
  }
  .p_instructor .instructor__cta .info {
    font-size: 5.41667vw;
    line-height: 6.52778vw;
    font-weight: 400;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 8.05556vw;
  }
  .p_instructor .instructor__cta .info time {
    font-size: 3.33333vw;
    line-height: 6.52778vw;
  }
  .p_instructor .instructor__concerns {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff url("../img/business/concernsBg_sp.png") top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 92.22222vw 2.77778vw 0;
  }
  .p_instructor .instructor__concerns::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13.19444vw;
    bottom: -13.19444vw;
    left: 0;
    background: url("../img/business/concernsArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .p_instructor .instructor__concerns--main {
    width: 100%;
    background: white;
    padding: 8.33333vw 2.5vw 2.91667vw;
  }
  .p_instructor .instructor__concerns--main h2 {
    font-size: 4.16667vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  .p_instructor .instructor__concerns--main .list {
    margin-top: 4.44444vw;
  }
  .p_instructor .instructor__concerns--main .list li {
    font-size: 3.75vw;
    line-height: 9.58333vw;
    font-weight: 500;
    letter-spacing: 0.075em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.94444vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .p_instructor .instructor__concerns--main .list li::before {
    position: absolute;
    content: "";
    width: 4.16667vw;
    height: 4.16667vw;
    background: url("../img/business/concernsTick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2.63889vw;
  }
  .p_instructor .instructor__train {
    background: #fcf0f0;
  }
  .p_instructor .instructor__train--main {
    width: 100%;
    padding: 24.58333vw 4.16667vw 13.05556vw;
  }
  .p_instructor .instructor__train--main h2 {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 7.22222vw;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #000;
  }
  .p_instructor .instructor__train--main .list {
    margin-top: 8.47222vw;
  }
  .p_instructor .instructor__train--main .list li {
    width: 100%;
    background: #fff;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    padding: 4.30556vw 1.11111vw 3.33333vw 2.77778vw;
    font-size: 3.88889vw;
    line-height: 6.94444vw;
    font-weight: 500;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border: 2px solid #eb9595;
    -moz-box-shadow: 1.38889vw 1.25vw 0 #eb9595;
         box-shadow: 1.38889vw 1.25vw 0 #eb9595;
  }
  .p_instructor .instructor__train--main .list li + li {
    margin-top: 5.69444vw;
  }
  .p_instructor .instructor__voice {
    background: #f5f5f5;
    padding-bottom: 11.11111vw;
  }
  .p_instructor .instructor__voice--main article .arComment h3 span {
    min-width: 16.66667vw;
    width: auto;
    padding: 0.27778vw 0.97222vw;
    display: inline-block;
    height: auto;
    line-height: 1.5;
  }
  .p_instructor .instructor__voice--main article .arComment .mess + h3 {
    margin-top: 5.55556vw;
  }
  .p_instructor .instructor__selected h2 {
    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;
  }
  .p_instructor .instructor__selected h2 span {
    font-size: 5.41667vw;
    line-height: 7.77778vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4.44444vw 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .p_instructor .instructor__selected--main {
    margin-top: 11.11111vw;
  }
  .p_instructor .instructor__selected--main article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_instructor .instructor__selected--main article h3 {
    padding-left: 19.72222vw;
    margin-top: 0;
    font-size: 5.41667vw;
    line-height: 7.22222vw;
  }
  .p_instructor .instructor__selected--main article h3::before {
    content: counter(ar, decimal-leading-zero);
    text-shadow: none;
    color: rgba(235, 149, 149, 0.25);
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 15.27778vw;
    line-height: 15.27778vw;
    top: -1.38889vw;
  }
  .p_instructor .instructor__selected--main article .arWhite {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 4.58333vw;
    padding-bottom: 3.05556vw;
  }
  .p_instructor .instructor__selected--main article .arWhite h3, .p_instructor .instructor__selected--main article .arWhite .txt {
    float: none;
    width: 100%;
  }
  .p_instructor .instructor__selected--main article .arWhite .txt {
    margin-top: 4.44444vw;
    font-size: 3.33333vw;
    line-height: 5vw;
  }
  .p_instructor .instructor__selected--main article figure {
    float: none;
    width: 100%;
    margin-top: 5.55556vw;
    padding-left: 0;
    padding-right: 0;
  }
  .p_instructor .instructor__selected--main article + article {
    margin-top: 11.11111vw;
  }
  .p_instructor .instructor__price {
    background-image: -webkit-linear-gradient(120deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    background-image: -ms-linear-gradient(120deg, rgba(199, 204, 254, 0.99608) 0%, #c7ccfe 1%, #fdc2e2 100%);
    padding: 8.75vw 2.5vw 11.11111vw;
  }
  .p_instructor .instructor__price .t_ttl {
    margin-bottom: 19.30556vw;
  }
  .p_instructor .instructor__price .t_ttl span {
    color: rgba(255, 255, 255, 0.8);
  }
  .p_instructor .instructor__price--main {
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0px 0.41667vw 0.97222vw 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0px 0.41667vw 0.97222vw 0px rgba(0, 0, 0, 0.35);
    padding: 5.55556vw 2.77778vw 8.75vw;
  }
  .p_instructor .instructor__price--main .wrapAr article {
    width: 100%;
    -moz-border-radius: 1.38889vw;
         border-radius: 1.38889vw;
    border-width: 0.69444vw;
    border-style: solid;
    padding-bottom: 6.94444vw;
  }
  .p_instructor .instructor__price--main .wrapAr article .title {
    padding: 5.83333vw 0 5vw;
  }
  .p_instructor .instructor__price--main .wrapAr article .title h3 {
    text-align: center;
    font-size: 6.66667vw;
    line-height: 5.83333vw;
    font-weight: 700;
    color: #fff;
  }
  .p_instructor .instructor__price--main .wrapAr article .title span {
    font-size: 4.44444vw;
    line-height: 6.11111vw;
    color: #fff;
    font-size: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 4.16667vw;
    min-height: 12.22222vw;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p_instructor .instructor__price--main .wrapAr article .price {
    text-align: center;
    font-size: 12.77778vw;
    line-height: 15.55556vw;
    font-weight: 700;
    color: #000;
    margin-top: 8.33333vw;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail {
    margin-top: 4.16667vw;
    padding: 0 2.36111vw 0 5.97222vw;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl {
    font-size: 4.44444vw;
    line-height: 7.22222vw;
    font-weight: 700;
    color: #000;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl > dd > dl > dt {
    white-space: nowrap;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl > dd > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_instructor .instructor__price--main .wrapAr article .detail > dl + dl {
    margin-top: 4.16667vw;
  }
  .p_instructor .instructor__price--main .wrapAr article.advan {
    border-color: #f4b8da;
  }
  .p_instructor .instructor__price--main .wrapAr article.advan .title {
    background: #f4b8da;
  }
  .p_instructor .instructor__price--main .wrapAr article.begin {
    border-color: #d4a8e1;
  }
  .p_instructor .instructor__price--main .wrapAr article.begin .title {
    background: #d4a8e1;
  }
  .p_instructor .instructor__price--main .wrapAr article.busi {
    border-color: #9ba1f9;
  }
  .p_instructor .instructor__price--main .wrapAr article.busi .title {
    background: #9ba1f9;
  }
  .p_instructor .instructor__price--main .wrapAr article + article {
    margin-top: 5.55556vw;
  }
  .p_instructor .instructor__price--main .btn {
    text-align: center;
    margin-top: 8.33333vw;
  }
  .p_instructor .instructor__price--main .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 16.66667vw;
    -moz-border-radius: 8.33333vw;
         border-radius: 8.33333vw;
    background: #fff;
    font-size: 5vw;
    line-height: 5.83333vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    border: 1px solid #eb9595;
    -moz-box-shadow: 0.41667vw 0.41667vw 0 #eb9595;
         box-shadow: 0.41667vw 0.41667vw 0 #eb9595;
  }
  .p_instructor .instructor__flow .t_ttl span {
    right: inherit;
    left: 0;
    color: rgba(235, 149, 149, 0.15);
  }
  .p_instructor .instructor__flow--main {
    max-width: 122.22222vw;
  }
  .p_instructor .instructor__flow--note {
    max-width: 94.44444vw;
    margin: 5.55556vw auto 0;
    margin-top: 5.55556vw;
    background: #fff;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
    padding: 4.44444vw 5.55556vw 4.72222vw;
  }
  .p_instructor .instructor__flow--note h3 {
    text-align: center;
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 700;
    color: #000000;
  }
  .p_instructor .instructor__flow--note p {
    margin-top: 4.02778vw;
    font-size: 3.33333vw;
    line-height: 5.83333vw;
    font-weight: 500;
  }
  .p_instructor .instructor__faq {
    margin-top: 0;
  }
  .p_instructor .instructor__faq .t_ttl span {
    left: -0.69444vw;
  }
  .wp-pagenavi {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .current, .wp-pagenavi a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 5.55556vw;
    height: 5.55556vw;
    font-size: 2.77778vw;
    line-height: 0.8;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #eb9595;
    background: #fff;
    border: 1px solid #eb9595;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0.69444vw;
  }
  .wp-pagenavi .current:hover, .wp-pagenavi a:hover {
    background: #eb9595;
    border-color: #eb9595;
    color: #fff;
  }
  .wp-pagenavi .current {
    background: #eb9595;
    border-color: #eb9595;
    color: #fff;
  }
  .wp-pagenavi .first, .wp-pagenavi .nextpostslink {
    border: none;
  }
  .wp-pagenavi .last, .wp-pagenavi .previouspostslink {
    border: none;
  }
  .p_column .columnTitle {
    text-align: center;
    font-size: 4.69444vw;
    line-height: 5.41667vw;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12em;
    margin-top: 11.11111vw;
  }
  .p_column .columnList {
    width: 100%;
    margin: 9.72222vw auto 9.72222vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 2.77778vw;
  }
  .p_column .columnList__list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_column .columnList__list ul {
    margin: -2.77778vw -1.38889vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__list ul li {
    width: -webkit-calc(50% - 2.77778vw);
    width: -moz-calc(50% - 2.77778vw);
    width: calc(50% - 2.77778vw);
    margin: 2.77778vw 1.38889vw;
  }
  .p_column .columnList__list ul li a {
    display: block;
    width: 100%;
  }
  .p_column .columnList__list ul li a figure {
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .p_column .columnList__list ul li a figure img {
    width: 100%;
    object-fit: cover;
  }
  .p_column .columnList__list ul li a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0.69444vw -0.69444vw -0.69444vw;
  }
  .p_column .columnList__list ul li a .meta span, .p_column .columnList__list ul li a .meta a {
    white-space: nowrap;
    color: #fff;
    min-width: 13.88889vw;
    height: 4.33333vw;
    font-size: 2.52778vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.69444vw;
    -moz-border-radius: 2.16667vw;
         border-radius: 2.16667vw;
    background: #eb9595;
    margin: 0.69444vw;
  }
  .p_column .columnList__list ul li a h3 {
    font-size: 2.88889vw;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 2.08333vw;
  }
  .p_column .columnList__list ul li a time {
    font-size: 2.16667vw;
    line-height: 2.52778vw;
    display: inline-block;
    margin-top: 0.69444vw;
  }
  .p_column .columnList__category {
    width: 100%;
    margin: 8.33333vw 0vw 1.38889vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p_column .columnList__category h3 {
    font-size: 3.61111vw;
    line-height: 4.33333vw;
    text-align: center;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.12em;
  }
  .p_column .columnList__category ul {
    margin-top: 2.77778vw;
  }
  .p_column .columnList__category ul li a {
    display: block;
    color: #fff;
    background: #eb9595;
    font-size: 3.61111vw;
    line-height: 4.33333vw;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 2.22222vw 2.77778vw;
  }
  .p_column .columnList__category ul li + li {
    margin-top: 1.38889vw;
  }
  .p_column .columnList .wp-pagenavi {
    margin: 10.41667vw 1.38889vw 1.38889vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_column .columnList__detail {
    width: 100%;
    margin: 1.38889vw;
  }
  .p_column .columnList__detail--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_column .columnList__detail--title .meta {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__detail--title .meta span, .p_column .columnList__detail--title .meta a {
    white-space: nowrap;
    color: #fff;
    min-width: 13.88889vw;
    height: 4.33333vw;
    font-size: 2.52778vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.69444vw;
    -moz-border-radius: 2.16667vw;
         border-radius: 2.16667vw;
    background: #eb9595;
    margin: 0.69444vw;
  }
  .p_column .columnList__detail--title .social {
    width: 37.98611vw;
    line-height: 0;
  }
  .p_column .columnList__detail--title .social img {
    height: 2.91667vw;
    width: auto;
  }
  .p_column .columnList__detail--title h1 {
    width: 100%;
    font-size: 4.16667vw;
    line-height: 6.94444vw;
    font-weight: 700;
    color: #000;
    margin-top: 4.16667vw;
  }
  .p_column .columnList__detail--title time {
    display: block;
    width: 100%;
    font-size: 2.77778vw;
    line-height: 4.16667vw;
    font-weight: 500;
    color: #000;
  }
  .p_column .columnList__detail--thumb {
    text-align: center;
    line-height: 0;
    margin-top: 5.55556vw;
  }
  .p_column .columnList__detail--thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -moz-border-radius: 2.77778vw;
         border-radius: 2.77778vw;
  }
  .p_column .columnList__detail--content {
    margin-top: 5.55556vw;
  }
  .p_column .columnList__detail--content p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    letter-spacing: 0.08em;
    margin-bottom: 3.75vw;
  }
  .p_column .columnList__detail--content h2 {
    font-size: 5vw;
    line-height: 6.66667vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #eb9595;
    padding: 1.45833vw 0;
    border-top: 2px solid #eb9595;
    border-bottom: 2px solid #eb9595;
    margin-bottom: 4.86111vw;
  }
  .p_column .columnList__detail--content h3 {
    font-size: 4.16667vw;
    line-height: 6.66667vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #eb9595;
    padding-bottom: 0.55556vw;
    border-bottom: 2px solid #eb9595;
    margin-bottom: 4.86111vw;
  }
  .p_column .columnList__detail--content h4 {
    font-size: 4.16667vw;
    line-height: 6.66667vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #000;
  }
  .p_column .columnList__detail--rev {
    margin-top: 10.41667vw;
    background: #fcf0f0;
    padding: 2.63889vw 2.08333vw 1.11111vw;
  }
  .p_column .columnList__detail--rev h3 {
    text-align: center;
    font-size: 4.33333vw;
    line-height: 7.58333vw;
    letter-spacing: 0.04em;
    color: #000;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .p_column .columnList__detail--rev ul {
    margin-top: 1.52778vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_column .columnList__detail--rev ul li {
    width: 55.55556vw;
    margin: 2.77778vw 5.55556vw;
  }
  .p_column .columnList__detail--rev ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8.33333vw;
    background: #fff;
    color: #eb9595;
    border: 1px solid #eb9595;
    font-size: 2.91667vw;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_column .columnList__detail--rev ul li a::after {
    position: absolute;
    content: "›";
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 700;
    color: #eb9595;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.97222vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .p_column .columnList__detail--rev ul li a:hover {
    opacity: 1;
  }
  .p_column .columnList__detail--rev ul li a:hover::after {
    right: 0.41667vw;
  }
  .p_column .columnList__detail--back {
    text-align: center;
    margin-top: 11.11111vw;
  }
  .p_column .columnList__detail--back a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55.55556vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 11.11111vw;
    background: #eb9595;
    color: #fff;
    border: 1px solid #eb9595;
    font-size: 3.88889vw;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_column .columnList__detail--back a::after {
    position: absolute;
    content: "›";
    font-size: 7.22222vw;
    line-height: 11.66667vw;
    font-weight: 700;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.97222vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .p_column .columnList__detail--back a:hover {
    opacity: 1;
  }
  .p_column .columnList__detail--back a:hover::after {
    right: 0.41667vw;
  }
  .p_column .columnList__rel {
    width: 100%;
    margin: 9.72222vw 1.38889vw 1.38889vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 9.72222vw 0 10vw;
    background: #fafafa;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_column .columnList__rel > h3 {
    text-align: center;
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #000;
    margin-bottom: 10.83333vw;
  }
  .p_column .columnList__rel ul {
    margin: -2.77778vw -1.38889vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_column .columnList__rel ul li {
    width: -webkit-calc(50% - 2.77778vw);
    width: -moz-calc(50% - 2.77778vw);
    width: calc(50% - 2.77778vw);
    margin: 2.77778vw 1.38889vw;
  }
  .p_column .columnList__rel ul li a {
    display: block;
    width: 100%;
  }
  .p_column .columnList__rel ul li a figure {
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .p_column .columnList__rel ul li a figure img {
    width: 100%;
    height: 34.72222vw;
    object-fit: cover;
  }
  .p_column .columnList__rel ul li a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0.69444vw -0.69444vw -0.69444vw;
  }
  .p_column .columnList__rel ul li a .meta span, .p_column .columnList__rel ul li a .meta a {
    white-space: nowrap;
    color: #fff;
    min-width: 13.88889vw;
    height: 3.33333vw;
    font-size: 1.94444vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.69444vw;
    -moz-border-radius: 1.66667vw;
         border-radius: 1.66667vw;
    background: #eb9595;
    margin: 0.69444vw;
  }
  .p_column .columnList__rel ul li a h3 {
    font-size: 2.88889vw;
    line-height: 5.05556vw;
    font-weight: 500;
    margin-top: 2.08333vw;
  }
  .p_column .columnList__rel ul li a time {
    font-size: 2.16667vw;
    line-height: 2.52778vw;
    display: inline-block;
    margin-top: 0.69444vw;
  }
  .p_business.p_voice .voice {
    background: #f5f5f5;
    margin-top: 5.55556vw;
    padding: 5.55556vw 0 11.11111vw;
  }
  .p_business.p_voice .voice .business__voice {
    padding: 0;
  }
  .p_business.p_voice .business__voice--main {
    margin-top: 0vw;
    padding: 0 2.77778vw;
  }
  .p_business.p_voice .business__voice--main article .arCon {
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_business.p_voice .business__voice--main article .arComment {
    display: block;
  }
  .p_business.p_voice .business__voice--main article + article {
    margin-top: 5.55556vw;
  }
  .p_stuff .ttl picture {
    height: 41.66667vw;
  }
  .p_stuff .ttl .txt {
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.88889vw;
  }
  .p_stuff .stuff__main {
    width: 100%;
    margin: 11.11111vw auto;
  }
  .p_stuff .stuff__main--list {
    margin-bottom: 11.11111vw;
    padding-left: 2.77778vw;
    padding-right: 2.77778vw;
  }
  .p_stuff .stuff__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -2.08333vw;
  }
  .p_stuff .stuff__main--list ul li {
    width: -webkit-calc(50% - 4.16667vw);
    width: -moz-calc(50% - 4.16667vw);
    width: calc(50% - 4.16667vw);
    margin: 2.08333vw;
    line-height: 0;
  }
  .p_stuff .stuff__main--list ul li a {
    display: block;
    width: 100%;
    line-height: 0;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding-bottom: 2.08333vw;
  }
  .p_stuff .stuff__main--list ul li a figure {
    width: 100%;
    -moz-border-radius: 2.08333vw 2.08333vw 0 0;
         border-radius: 2.08333vw 2.08333vw 0 0;
    overflow: hidden;
  }
  .p_stuff .stuff__main--list ul li a figure img {
    width: 100%;
    height: 34.72222vw;
    object-fit: cover;
  }
  .p_stuff .stuff__main--list ul li a h1 {
    font-size: 4.16667vw;
    line-height: 5.83333vw;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    padding: 0 2.77778vw;
    margin-top: 0.97222vw;
  }
  .p_stuff .stuff__main--list ul li a .meta {
    margin-top: 0.55556vw;
    padding: 0 2.08333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_stuff .stuff__main--list ul li a .meta span {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.16667vw;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    border: 2px solid #f4c5c1;
    padding: 0 1.38889vw;
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #eb9595;
    margin: 0.69444vw;
  }
  .p_stuff .sfuff {
    background: #f5f5f5;
  }
  .p_stuff .sfuff__voice {
    padding-bottom: 11.11111vw;
  }
  .p_stuff .sfuff .business__voice--main {
    margin-top: 0;
    padding: 0 2.77778vw;
  }
  .p_stuff .sfuff .business__voice--main article {
    padding: 1.38889vw;
  }
  .p_stuff .sfuff .business__voice--main article .arCon {
    padding: 2.77778vw 4.16667vw 4.16667vw;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_stuff .sfuff .business__voice--main article .arTop figure {
    width: 100%;
  }
  .p_stuff .sfuff .business__voice--main article .arTop figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info {
    margin-top: 5.55556vw;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info h1 {
    font-size: 4.16667vw;
    line-height: 7.5vw;
    letter-spacing: 0.08em;
    color: #000;
    font-family: 'KozGoPr6N-Light';
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info .meta {
    margin-top: 0.55556vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .info .meta span {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.25vw;
    -moz-border-radius: 3.125vw;
         border-radius: 3.125vw;
    border: 2px solid #f4c5c1;
    padding: 0 2.08333vw;
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 700;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #eb9595;
    margin: 0.69444vw;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license {
    margin-top: 4.86111vw;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license h2 span {
    background: #eb9595;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.33333vw;
    height: 5.55556vw;
    font-size: 2.77778vw;
    line-height: 1;
    font-family: 'KozGoPr6N-Light';
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license .box {
    margin-top: 1.38889vw;
    background: #f5f5f5;
    padding: 2.08333vw;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license .box ul li {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 2.70833vw;
  }
  .p_stuff .sfuff .business__voice--main article .arTop .license .box ul li::before {
    position: absolute;
    content: "・";
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    left: 0;
    top: 0;
  }
  .p_stuff .sfuff .business__voice--main article .arComment {
    display: block;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev {
    margin-top: 10.41667vw;
    background: #fcf0f0;
    padding: 2.63889vw 2.08333vw 1.11111vw;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev h4 {
    text-align: center;
    font-size: 4.33333vw;
    line-height: 7.58333vw;
    letter-spacing: 0.04em;
    color: #000;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul {
    margin-top: 1.52778vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li {
    width: 55.55556vw;
    margin: 2.77778vw 5.55556vw;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8.33333vw;
    background: #fff;
    color: #eb9595;
    border: 1px solid #eb9595;
    font-size: 2.91667vw;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a::after {
    position: absolute;
    content: "›";
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 700;
    color: #eb9595;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.97222vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a:hover {
    opacity: 1;
  }
  .p_stuff .sfuff .business__voice--main article .arComment__rev ul li a:hover::after {
    right: 0.41667vw;
  }
  .p_faq .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.47222vw;
  }
  .p_faq .ttl picture {
    height: 41.66667vw;
  }
  .p_faq .faq__main {
    margin-top: 22.36111vw;
  }
  .p_faq .faq__main span {
    color: #fcf0f0;
  }
  .p_faq .faq__main--row {
    width: 100%;
    padding-top: 11.11111vw;
    padding-bottom: 11.11111vw;
  }
  .p_faq .faq__main--nav {
    padding: 0 2.08333vw;
  }
  .p_faq .faq__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.38889vw -2.77778vw;
  }
  .p_faq .faq__main--nav ul li {
    width: -webkit-calc(50% - 5.55556vw);
    width: -moz-calc(50% - 5.55556vw);
    width: calc(50% - 5.55556vw);
    height: 8.33333vw;
    margin: 1.38889vw 2.77778vw;
    line-height: 0;
  }
  .p_faq .faq__main--nav ul li a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 4.16667vw;
         border-radius: 4.16667vw;
    border: 2px solid #eb9595;
    color: #eb9595;
    font-size: 2.91667vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .p_faq .faq__main--con {
    margin-top: 11.11111vw;
  }
  .p_faq .faq__main--con h3 {
    font-size: 5vw;
    line-height: 1;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    padding: 0 0vw 1.38889vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 5.55556vw;
    display: inline-block;
  }
  .p_faq .faq__main--con h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.27778vw;
    background: #eb9595;
    left: 0;
    bottom: 0;
  }
  .p_book .ttl picture {
    height: 41.66667vw;
  }
  .p_book .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.88889vw;
  }
  .p_book .book {
    padding: 10.83333vw 0 11.11111vw;
  }
  .p_book .book__main h2 {
    text-align: center;
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12em;
  }
  .p_book .book__main--list {
    margin-top: 11.11111vw;
  }
  .p_book .book__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -8px -5px;
  }
  .p_book .book__main--list ul li {
    width: -webkit-calc(50% - 2.77778vw);
    width: -moz-calc(50% - 2.77778vw);
    width: calc(50% - 2.77778vw);
    margin: 2.22222vw 1.38889vw;
  }
  .p_book .book__main--list ul li a {
    display: block;
  }
  .p_book .book__main--list ul li a figure {
    border: 1px solid #dddddd;
    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;
    height: 31.25vw;
    padding: 3.47222vw 0;
  }
  .p_book .book__main--list ul li a figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .p_book .book__main--list ul li a h3 {
    font-size: 3.33333vw;
    line-height: 5.41667vw;
    font-weight: 700;
    margin-top: 3.33333vw;
  }
  .p_book .book__main--list .wp-pagenavi {
    margin-top: 8.88889vw;
  }
  .revCom {
    background: #fcf0f0;
    padding: 2.63889vw 2.08333vw 1.11111vw;
  }
  .revCom h3 {
    text-align: center;
    font-size: 4.33333vw;
    line-height: 7.58333vw;
    letter-spacing: 0.04em;
    color: #000;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .revCom ul {
    margin-top: 1.52778vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .revCom ul li {
    width: 55.55556vw;
    margin: 2.77778vw 5.55556vw;
  }
  .revCom ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8.33333vw;
    background: #fff;
    color: #eb9595;
    border: 1px solid #eb9595;
    font-size: 2.91667vw;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .revCom ul li a::after {
    position: absolute;
    content: "›";
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 700;
    color: #eb9595;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.97222vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .revCom ul li a:hover {
    opacity: 1;
  }
  .revCom ul li a:hover::after {
    right: 0.41667vw;
  }
  .p_company .ttl picture {
    height: 41.66667vw;
  }
  .p_company .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.47222vw;
  }
  .p_company .company__main {
    margin-top: 11.11111vw;
    margin-bottom: 11.11111vw;
  }
  .p_company .company__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_company .company__main--nav ul li {
    width: 100%;
    height: 41.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_company .company__main--nav ul li a {
    height: 100%;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    color: #fff;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.04em;
  }
  .p_company .company__main--nav ul li a em {
    font-style: normal;
    font-size: 8.33333vw;
    line-height: 10.69444vw;
    font-weight: 700;
  }
  .p_company .company__main--nav ul li a span {
    font-size: 2.77778vw;
    line-height: 3.47222vw;
    font-weight: 500;
    margin-top: 1.25vw;
  }
  .p_company .company__main--nav ul li a::after {
    content: "〉";
    font-size: 4.16667vw;
    line-height: 5.83333vw;
    color: #fff;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 3.05556vw;
  }
  .p_company .company__main--nav ul li:nth-of-type(1) {
    background: url("../img/companyImg01.jpg") right center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_company .company__main--nav ul li:nth-of-type(1) a {
    left: 0;
  }
  .p_company .company__main--nav ul li:nth-of-type(2) {
    background: url("../img/companyImg02.jpg") right center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_company .company__main--nav ul li:nth-of-type(2) a {
    left: 0;
  }
  .p_company .company__main--access {
    margin-top: 21.80556vw;
  }
  .p_company .company__main--access .t_ttl span {
    color: #fcf0f0;
  }
  .p_company .company__main--access--con {
    max-width: 133.33333vw;
  }
  .p_company .company__main--access--con::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_company .company__main--access--con h3 {
    float: left;
    width: 100%;
    margin-bottom: 2.77778vw;
  }
  .p_company .company__main--access--con h3 span {
    white-space: nowrap;
    font-size: 5vw;
    line-height: 6.66667vw;
    font-weight: 700;
    color: #fff;
    background: #000000;
    padding: 1.66667vw 9.16667vw 1.66667vw 2.08333vw;
    width: 31.25vw;
  }
  .p_company .company__main--access--con figure {
    float: right;
    width: 100%;
    margin-top: 2.77778vw;
  }
  .p_company .company__main--access--con dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 2.77778vw 0;
  }
  .p_company .company__main--access--con dl:not(:last-of-type) {
    border-bottom: 1px solid #000;
  }
  .p_company .company__main--access--con dl dt {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 700;
    width: 100%;
  }
  .p_company .company__main--access--con dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
  }
  .p_company .company__main--access--con dl dd a {
    text-decoration: underline;
  }
  .p_company .company__main--access--con .map {
    width: 100%;
    padding-top: 8.33333vw;
    line-height: 0;
    float: left;
    border-top: 1px solid #000;
  }
  .p_company .company__main--access--con .map iframe {
    width: 100%;
    height: 63.88889vw;
  }
  .p_company .company__main--law {
    margin-top: 8.33333vw;
    background: #fafafa;
    padding: 23.05556vw 0 11.11111vw;
  }
  .p_company .company__main--law .t_ttl {
    margin-bottom: 14.72222vw;
  }
  .p_company .company__main--law .t_ttl span {
    right: inherit;
    left: -2.77778vw;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_company .company__main--law--con {
    width: 100%;
  }
  .p_company .company__main--law--con dl {
    padding: 1.66667vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    border-bottom: 1px solid #000;
  }
  .p_company .company__main--law--con dl dt {
    font-weight: 700;
    width: 100%;
  }
  .p_company .company__main--law--con dl dd {
    width: 100%;
  }
  .p_company .company__main--law--con dl dd ul li {
    padding: 0 0 0 2.08333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_company .company__main--law--con dl dd ul li::before {
    position: absolute;
    content: "・";
    font-size: 2.22222vw;
    line-height: 4.44444vw;
    font-weight: 400;
    left: 0;
    top: 0;
  }
  .p_company .company__main .revCom {
    max-width: 133.33333vw;
    width: 100%;
    margin: 8.33333vw auto 0;
  }
  .p_profile .ttl picture {
    height: 41.66667vw;
  }
  .p_profile .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.47222vw;
  }
  .p_profile .profile {
    margin-bottom: 6.66667vw;
  }
  .p_profile .profile__about {
    margin-top: 22.77778vw;
  }
  .p_profile .profile__about .t_ttl {
    margin-bottom: 17.77778vw;
  }
  .p_profile .profile__about .t_ttl span {
    color: #fcf0f0;
  }
  .p_profile .profile__about--main {
    max-width: 133.33333vw;
  }
  .p_profile .profile__about--intro h3 {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 8.33333vw;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    color: #555555;
  }
  .p_profile .profile__about--intro p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 7.91667vw;
  }
  .p_profile .profile__about--con {
    margin-top: 9.02778vw;
  }
  .p_profile .profile__about--con::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_profile .profile__about--con h3 {
    font-size: 4vw;
    line-height: 4.83333vw;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    display: inline-block;
    border-bottom: 2px solid #eb9595;
    padding-bottom: 1.38889vw;
    margin-bottom: 4.44444vw;
  }
  .p_profile .profile__about--con figure {
    width: 100%;
    margin-bottom: 4.16667vw;
    clear: both;
  }
  .p_profile .profile__about--con .txt p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  .p_profile .profile__about--con .txt p + p {
    margin-top: 4.44444vw;
  }
  .p_profile .profile__profile {
    margin-top: 20.83333vw;
  }
  .p_profile .profile__profile .t_ttl {
    margin-bottom: 17.77778vw;
  }
  .p_profile .profile__profile .t_ttl span {
    right: inherit;
    left: -2.77778vw;
    color: #fcf0f0;
  }
  .p_profile .profile__profile--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2.77778vw;
    margin-bottom: -2.77778vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_profile .profile__profile--main figure {
    width: 69.44444vw;
    margin: 2.77778vw;
  }
  .p_profile .profile__profile--main .txt {
    width: 100%;
    margin: 2.77778vw;
    background: #fafafa;
    padding: 5.55556vw 1.66667vw 2.77778vw 3.33333vw;
  }
  .p_profile .profile__profile--main .txt p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .p_profile .profile__profile--main .txt p + p {
    margin-top: 4.44444vw;
  }
  .p_profile .profile__message {
    margin-top: 22.63889vw;
  }
  .p_profile .profile__message .t_ttl {
    margin-bottom: 17.77778vw;
  }
  .p_profile .profile__message .t_ttl span {
    color: #fcf0f2;
  }
  .p_profile .profile__message--main {
    width: 100%;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    color: #000;
  }
  .p_profile .profile__message--main::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_profile .profile__message--main figure {
    float: right;
    width: 100%;
    margin-bottom: 4.44444vw;
  }
  .p_profile .profile__message--main p {
    margin-bottom: 4.44444vw;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
  }
  .p_profile .profile__message--main p.borLeft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_profile .profile__message--main p.borLeft::before {
    content: "";
    width: 6.66667vw;
    height: 1px;
    background: #000;
    margin-top: 2.08333vw;
  }
  .p_profile .profile__message--main ol {
    margin-top: -2.77778vw;
    margin-bottom: 1.66667vw;
    counter-reset: li;
  }
  .p_profile .profile__message--main ol li {
    counter-increment: li;
    font-size: 3.61111vw;
    line-height: 6.5vw;
    font-weight: 500;
    color: #f38888;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.61111vw;
  }
  .p_profile .profile__message--main ol li::before {
    position: absolute;
    content: counter(li);
    font-size: 3.33333vw;
    line-height: 2.63889vw;
    font-weight: 500;
    color: #f38888;
    border: 1px solid #f38888;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 3.43056vw;
    height: 3.43056vw;
    left: 0;
    top: 1.44444vw;
    text-align: center;
  }
  .p_profile .profile__message--main ul {
    margin-top: -2.77778vw;
    margin-bottom: 1.66667vw;
  }
  .p_profile .profile__message--main ul li {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 2.77778vw;
  }
  .p_profile .profile__message--main ul li::before {
    position: absolute;
    content: "・";
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    left: 0;
    top: 0;
  }
  .p_policy .policyTitle {
    text-align: center;
    font-size: 5.41667vw;
    line-height: 6.25vw;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.12em;
    margin-top: 11.11111vw;
  }
  .p_policy .policyMain {
    margin-top: 11.11111vw;
    margin-bottom: 11.11111vw;
  }
  .p_policy .policyMain .intro {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    margin-bottom: 4.44444vw;
  }
  .p_policy .policyMain dl + dl {
    margin-top: 5.55556vw;
  }
  .p_policy .policyMain dl dt {
    display: inline-block;
    font-size: 5vw;
    line-height: 6.04167vw;
    font-weight: 700;
    color: #555555;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 1.38889vw 0;
    border-bottom: 2px solid #555555;
  }
  .p_policy .policyMain dl dd {
    width: 100%;
    display: block;
    margin-top: 4.58333vw;
  }
  .p_policy .policyMain dl dd p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
  }
  .p_policy .policyMain dl dd ul li {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.75vw;
  }
  .p_policy .policyMain dl dd ul li::before {
    position: absolute;
    content: "・";
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    left: 0;
    top: 0;
  }
  .p_policy .policyMain dl dd ol {
    counter-reset: li;
  }
  .p_policy .policyMain dl dd ol li {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.75vw;
    counter-increment: li;
  }
  .p_policy .policyMain dl dd ol li::before {
    position: absolute;
    content: counter(li) ".";
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.08em;
    left: 0;
    top: 0;
  }
  .p_policy .policyMain dl dd ol li > ol > li {
    padding-left: 0;
  }
  .p_policy .policyMain dl dd ol li > ol > li::before {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .p_guide .ttl picture {
    height: 41.66667vw;
  }
  .p_guide .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.88889vw;
  }
  .p_guide .guide__top {
    margin-top: 21.25vw;
  }
  .p_guide .guide__top .t_ttl {
    margin-bottom: 12.91667vw;
  }
  .p_guide .guide__top .t_ttl span {
    color: #dddddd;
  }
  .p_guide .guide__top--main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_guide .guide__top--main ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 6.25vw;
  }
  .p_guide .guide__top--main ul li figure {
    width: 25vw;
  }
  .p_guide .guide__top--main ul li figure img {
    width: 100%;
    height: auto;
  }
  .p_guide .guide__top--main ul li small {
    font-size: 2.66667vw;
    line-height: 3.33333vw;
    font-weight: 700;
    color: #eda1a1;
    letter-spacing: 0.06em;
    margin-top: 3.05556vw;
  }
  .p_guide .guide__top--main ul li span {
    font-size: 4.33333vw;
    line-height: 5.16667vw;
    font-weight: 700;
    color: #eda1a1;
    letter-spacing: 0.04em;
    margin-top: 1.25vw;
  }
  .p_guide .guide__lesson {
    margin-top: 11.11111vw;
    background: #fcf0f0;
    padding-top: 8.33333vw;
    padding-bottom: 11.11111vw;
  }
  .p_guide .guide__lesson .t_ttl {
    margin-bottom: 17.22222vw;
  }
  .p_guide .guide__lesson .t_ttl span {
    color: #ffffff;
  }
  .p_guide .guide__lesson--main--first {
    width: 100%;
    margin: auto;
  }
  .p_guide .guide__lesson--main--first h3 {
    display: inline-block;
    font-size: 5vw;
    line-height: 6.04167vw;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    padding: 0 0 1.38889vw;
    border-bottom: 2px solid #eb9595;
  }
  .p_guide .guide__lesson--main--first .txt {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    margin-top: 4.44444vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
  }
  .p_guide .guide__lesson--main--first .wrapBtn {
    margin-top: 3.88889vw;
  }
  .p_guide .guide__lesson--main--first .wrapBtn a {
    margin-top: 0;
  }
  .p_guide .guide__lesson--main--step {
    margin-top: 11.11111vw;
  }
  .p_guide .guide__lesson--main--step ul li + li {
    margin-top: 9.72222vw;
  }
  .p_guide .guide__lesson--main--step ul li .txt {
    padding: 0vw 2.77778vw 6.94444vw;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    background-color: #fff;
  }
  .p_guide .guide__lesson--main--step ul li .txt .step {
    font-size: 7.5vw;
    font-weight: 500;
    color: #eb9595;
    font-family: "Jost", serif;
    line-height: 1;
    letter-spacing: 0.16em;
    position: relative;
    top: -3.75vw;
  }
  .p_guide .guide__lesson--main--step ul li .txt .text_cm {
    letter-spacing: 0;
    margin: 5.55556vw 0;
  }
  .p_guide .guide__lesson--main--step ul li .txt h3 {
    font-size: 4.58333vw;
    line-height: 1.36364;
    font-weight: bold;
    margin: 6.94444vw 0 5.55556vw;
  }
  .p_guide .guide__lesson--main--step ul li .txt .list_btn {
    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;
    padding-left: 1.38889vw;
    padding-right: 1.38889vw;
  }
  .p_guide .guide__lesson--main--step ul li .txt .list_btn.st2 {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_guide .guide__lesson--main--step ul li .txt .list_btn a {
    width: -webkit-calc((100% - 1.38889vw) / 2);
    width: -moz-calc((100% - 1.38889vw) / 2);
    width: calc((100% - 1.38889vw) / 2);
  }
  .p_guide .guide__lesson--main--step ul li figure {
    position: relative;
    z-index: 2;
  }
  .p_guide .guide__price {
    background: #fafafa;
    padding: 9.02778vw 0 11.11111vw;
  }
  .p_guide .guide__price .t_ttl {
    margin-bottom: 18.33333vw;
  }
  .p_guide .guide__price .t_ttl span {
    right: inherit;
    left: -2.77778vw;
    color: rgba(0, 0, 0, 0.1);
  }
  .p_guide .guide__price--trial {
    width: 100%;
    margin: auto;
  }
  .p_guide .guide__price--trial a {
    border-style: solid;
    border-width: 0.27778vw;
    border-color: #eb9595;
    -moz-border-radius: 1.38889vw;
         border-radius: 1.38889vw;
    background-color: #eb9595;
    padding: 2.08333vw 0vw 4.16667vw;
    text-align: left;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
    position: relative;
    display: block;
  }
  .p_guide .guide__price--trial a::before {
    content: "";
    position: absolute;
    top: 0.83333vw;
    left: 3.33333vw;
    width: 3.33333vw;
    height: 17.5vw;
    background: url(../img/wm.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_guide .guide__price--trial a .txt01 {
    color: #fff;
    text-align: center;
  }
  .p_guide .guide__price--trial a .txt01 > div {
    display: inline-block;
    text-align: center;
  }
  .p_guide .guide__price--trial a .txt01 > div p {
    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;
  }
  .p_guide .guide__price--trial a .txt01 span {
    display: block;
    font-size: 8.75vw;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
  }
  .p_guide .guide__price--trial a .txt01 small {
    display: block;
    font-size: 3.33333vw;
    letter-spacing: 0.04em;
    font-family: 'KozGoPr6N-Light';
    font-weight: 200;
    margin: 0.69444vw 0 1.38889vw;
  }
  .p_guide .guide__price--trial a .txt01 em {
    font-size: 2.5vw;
    color: #eb9595;
    background-color: #fff;
    min-width: 20.97222vw;
    min-height: 5.13889vw;
    padding: 0 0.69444vw;
    -moz-border-radius: 1388.75vw;
         border-radius: 1388.75vw;
    font-style: normal;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2.08333vw;
  }
  .p_guide .guide__price--trial a .txt02 {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.38889vw;
  }
  .p_guide .guide__price--trial a .txt02 span {
    display: block;
    font-size: 2.91667vw;
    font-weight: 100;
    color: #707070;
  }
  .p_guide .guide__price--trial a .txt02 span i {
    font-style: normal;
    font-family: "Jost", serif;
    font-size: 4.16667vw;
    font-weight: 300;
    position: relative;
  }
  .p_guide .guide__price--trial a .txt02 span i::after {
    content: "";
    position: absolute;
    left: 8.95833vw;
    top: -4.16667vw;
    -webkit-transform: rotate(100deg);
       -moz-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
            transform: rotate(100deg);
    width: 1px;
    height: 13.75vw;
    background: #eb9595;
    display: block;
  }
  .p_guide .guide__price--trial a .txt02 p {
    font-size: 12.5vw;
    color: #eb9595;
    font-family: "Jost", serif;
    font-weight: 300;
    line-height: 1;
    margin-left: 5.55556vw;
  }
  .p_guide .guide__price--list {
    margin-top: 11.25vw;
  }
  .p_guide .guide__price--list article h3 {
    text-align: center;
    font-size: 4.16667vw;
    line-height: 5vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.08em;
    margin-bottom: 5.69444vw;
  }
  .p_guide .guide__price--list article table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
  }
  .p_guide .guide__price--list article table tr, .p_guide .guide__price--list article table th, .p_guide .guide__price--list article table td {
    border: 1px solid #dddddd;
  }
  .p_guide .guide__price--list article table thead tr th {
    text-align: center;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    background: #f5f5f5;
    padding: 1.25vw;
  }
  .p_guide .guide__price--list article table tbody tr td {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 400;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    background: #fff;
    padding: 1.94444vw;
  }
  .p_guide .guide__price--list article table tbody tr td:nth-of-type(1) {
    text-align: center;
    font-weight: 700;
    width: 50%;
    vertical-align: middle;
  }
  .p_guide .guide__price--list article table tbody tr td:nth-of-type(2) {
    width: 40%;
  }
  .p_guide .guide__price--list article table tbody tr td.left {
    width: 60%;
    font-weight: 400;
    text-align: left;
  }
  .p_guide .guide__price--list article table.marTop {
    margin-top: 4.16667vw;
  }
  .p_guide .guide__price--list article .txt {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.08em;
  }
  .p_guide .guide__price--list article dl {
    margin-top: 5.55556vw;
  }
  .p_guide .guide__price--list article dl dt {
    font-size: 3.75vw;
    line-height: 6.25vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0 0 0 1.11111vw;
    border-left: 1.11111vw solid #000;
  }
  .p_guide .guide__price--list article dl dd {
    margin-top: 5.55556vw;
  }
  .p_guide .guide__price--list article dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.38889vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_guide .guide__price--list article dl dd ul li {
    margin: 1.38889vw;
    width: 70%;
  }
  .p_guide .guide__price--list article dl dd ul li a {
    width: 100%;
    margin-top: 0;
    font-size: 3.47222vw;
  }
  .p_guide .guide__price--list article + article {
    margin-top: 11.11111vw;
  }
  .p_guide .guide .revCom {
    width: 100%;
    margin: 8.33333vw auto;
  }
  .p_contact .ttl picture {
    height: 41.66667vw;
  }
  .p_contact .ttl .txt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8.88889vw;
  }
  .p_contact .contact {
    padding-top: 21.11111vw;
    padding-bottom: 11.11111vw;
  }
  .p_contact .contact .t_ttl {
    margin-bottom: 19.30556vw;
  }
  .p_contact .contact .t_ttl span {
    color: #ddddde;
  }
  .p_contact .contact__main--intro {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.08em;
  }
  .p_contact .contact__main--intro a {
    color: #0686e9;
    text-decoration: underline;
  }
  .p_contact .contact__main--link {
    margin-top: 7.22222vw;
    margin-bottom: -2.77778vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_contact .contact__main--link a {
    width: 83.33333vw;
    height: 16.66667vw;
    margin: 2.77778vw;
    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;
    color: #fff;
    font-size: 4.16667vw;
    line-height: 1;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.04em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 4.16667vw;
         border-radius: 4.16667vw;
  }
  .p_contact .contact__main--link a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_contact .contact__main--link a.line {
    background: -webkit-linear-gradient(210deg, #45c0b6 0%, #48b748 100%);
    background: -moz- oldlinear-gradient(210deg, #45c0b6 0%, #48b748 100%);
    background: linear-gradient(-120deg, #45c0b6 0%, #48b748 100%);
    padding: 0 0 0 18.95833vw;
  }
  .p_contact .contact__main--link a.line::before {
    width: 12.70833vw;
    height: 12.5vw;
    background: url("../img/contactLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.375vw;
  }
  .p_contact .contact__main--link a.faq {
    background: -webkit-linear-gradient(210deg, #fbb562 0%, #eb9595 100%);
    background: -moz- oldlinear-gradient(210deg, #fbb562 0%, #eb9595 100%);
    background: linear-gradient(-120deg, #fbb562 0%, #eb9595 100%);
    padding: 0 0 0 19.375vw;
  }
  .p_contact .contact__main--link a.faq::before {
    width: 9.79167vw;
    height: 9.375vw;
    background: url("../img/contactQa.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 5.83333vw;
  }
  .p_contact .contact__main--form {
    margin-top: 11.25vw;
  }
  .p_contact .contact__main--form h3 {
    display: inline-block;
    font-size: 5vw;
    line-height: 6.04167vw;
    font-weight: 700;
    color: #eb9595;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #eb9595;
    padding: 0 0 1.38889vw;
  }
  .p_contact .contact__main--form .form {
    margin-top: 5.69444vw;
  }
  .p_contact .contact__main--form .form > dl > dt.required {
    font-size: 3.33333vw;
    line-height: 4.79167vw;
    font-weight: 700;
    color: #000;
    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;
    letter-spacing: 0.08em;
  }
  .p_contact .contact__main--form .form > dl > dt.required::after {
    content: "(必須)";
    font-size: 3.33333vw;
    line-height: 4.79167vw;
    font-weight: 700;
    color: #ff0000;
    letter-spacing: 0.04em;
  }
  .p_contact .contact__main--form .form > dl > dd {
    margin-top: 2.77778vw;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck .wpcf7-list-item, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck label input, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox label input {
    margin-right: 0.69444vw;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapCheck label span, .p_contact .contact__main--form .form > dl > dd .wpcf7-checkbox label span {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapInput input, .p_contact .contact__main--form .form > dl > dd .wrapInput textarea {
    font-size: 3.33333vw;
    line-height: 6.25vw;
    height: 6.25vw;
    border: 1px solid #bababa;
    outline: none;
    padding: 0 1.38889vw;
    width: 100%;
    background: #fff;
    max-width: 98.19444vw;
  }
  .p_contact .contact__main--form .form > dl > dd .wrapInput textarea {
    height: 33.33333vw;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.38889vw;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl {
    width: 100%;
    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;
    margin: 1.38889vw;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl dt {
    font-size: 3.33333vw;
    line-height: 4.79167vw;
    letter-spacing: 0.08em;
    font-weight: 500;
    width: 9.375vw;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_contact .contact__main--form .form > dl > dd ._2col dl dd .wrapInput {
    width: 100%;
  }
  .p_contact .contact__main--form .form > dl + dl {
    margin-top: 8.33333vw;
  }
  .p_contact .contact__main--form .form .checkPrivacy {
    margin-top: 8.33333vw;
  }
  .p_contact .contact__main--form .form .checkPrivacy .wpcf7-list-item {
    margin-left: 0;
  }
  .p_contact .contact__main--form .form .checkPrivacy .wpcf7-not-valid-tip {
    display: none;
  }
  .p_contact .contact__main--form .form .checkPrivacy .wpcf7-list-item-label {
    display: none;
  }
  .p_contact .contact__main--form .form .checkPrivacy em {
    font-style: normal;
    font-size: 3.33333vw;
    line-height: 5.41667vw;
    font-weight: 700;
  }
  .p_contact .contact__main--form .form .checkPrivacy em a {
    color: #0285ff;
    text-decoration: underline;
  }
  .p_contact .contact__main--form .form .checkPrivacy em::after {
    content: "(必須)";
    font-size: 3.33333vw;
    line-height: 5.41667vw;
    font-weight: 700;
    color: #ff0000;
  }
  .p_contact .contact__main--form .form .wrapBtn {
    margin-top: 8.33333vw;
  }
  .p_contact .contact__main--form .form .wrapBtn button {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 11.11111vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #eb9595;
    color: #fff;
    font-size: 3.88889vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_contact .contact__main--form .form .wrapBtn button::after {
    position: absolute;
    content: "›";
    font-size: 5.41667vw;
    line-height: 8.75vw;
    font-weight: 700;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.45833vw;
  }
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
  display: none !important;
}

.error {
  color: #ff0000;
}
