@charset "UTF-8";
/* ===================================================================
  for june page
=================================================================== */
.main {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  for pc
=================================================================== */
  .sp-item {
    display: none;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 1400px;
  }
  .lead_text {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino kakugo Pro W6","游ゴシック Bold", "游ゴシック体 Bold", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 2.2rem;
    text-align: left;
    color: #3d3735;
    line-height: 32px;
    margin: 29px auto 8px;
    font-weight: bold;
  }
  .mv__wrap h2 {
    margin-top: 20px;
  }
  .mv__wrap h2 picture {
    margin-left: -16px;
  }
  .mv__wrap .profile {
    margin-top: 6px;
    padding-top: 20px;
    background: url(../../images/index23/profile_deco.png) no-repeat center top;
    background-size: contain;
  }
  .mv__wrap .profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv__wrap .profile ul li {
    width: 182px;
  }
  .mv__wrap .profile ul li img {
    width: 100%;
  }
  .mv__wrap .profile ul li + li {
    margin-left: 40px;
  }
  .mv__wrap .profile__text {
    margin-top: 20px;
    padding: 0 8px;
  }
  .mv__wrap .profile__text p {
    font-size: 1.4rem;
  }
  .mv__wrap .profile__text p.status {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .mv__wrap .profile__text p.name {
    font-size: 1.6rem;
  }
  .mv__wrap .profile__text p.name rb, .mv__wrap .profile__text p.name span {
    font-size: 2rem;
  }
  .mv__wrap .profile__text p.name rt {
    font-size: 1.2rem;
  }
  .faq {
    margin-top: 50px;
  }
  .faq__item h3 {
    font-size: 3rem;
    color: #603b33;
  }
  .faq__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq__item dl dt, .faq__item dl dd {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .faq__item dl dt {
    width: 84px;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq__item dl.customer {
    margin-top: 20px;
  }
  .faq__item dl.customer dt {
    color: #f08336;
  }
  .faq__item dl.vendor {
    margin-top: 12px;
  }
  .faq__item dl.vendor dt {
    color: #1f51a2;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(2) {
    padding-bottom: 280px;
    position: relative;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(2):before, .faq__item:nth-of-type(1) .vendor:nth-of-type(2):after {
    content: "";
    display: block;
    width: 414px;
    height: 267px;
    position: absolute;
    bottom: 0;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(2):before {
    background: url(../../images/index23/image01.png) no-repeat center bottom;
    background-size: contain;
    left: -10px;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(2):after {
    background: url(../../images/index23/image02.png) no-repeat center bottom;
    background-size: contain;
    right: -10px;
  }
  .faq__item:nth-of-type(2) {
    margin-top: 42px;
    position: relative;
  }
  .faq__item:nth-of-type(2):before {
    content: "";
    display: block;
    width: 414px;
    height: 267px;
    position: absolute;
    background: url(../../images/index23/image03.png) no-repeat center bottom;
    background-size: contain;
    bottom: 10px;
    right: -10px;
  }
  .faq__item:nth-of-type(2) dl:nth-child(n+4) {
    padding-right: 420px;
  }
  .rcmnd {
    background: #f9d1cc;
    border-radius: 12px;
    margin-top: 90px;
    position: relative;
    text-align: center;
  }
  .rcmnd h2 {
    background: #ec6d88;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 2rem;
    color: white;
    width: 740px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rcmnd picture {
    display: block;
    padding-top: 38px;
    padding-bottom: 14px;
  }
  .facility {
    background: #fdede4;
    border-radius: 12px;
    margin-top: 90px;
    margin-bottom: 48px;
  }
  .facility__wrap {
    padding: 40px 30px;
  }
  .facility__wrap h3 {
    margin-top: -80px;
    margin-left: -30px;
  }
  .facility__wrap ul {
    background: url(../../images/index15/fac_line_pc.png) no-repeat;
    background-position-y: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -6px;
  }
  .facility__wrap ul li:nth-of-type(1), .facility__wrap ul li:nth-of-type(2) {
    width: 350px;
  }
  .facility__wrap ul li:nth-of-type(2) img {
    margin-top: -44px;
    margin-left: -16px;
  }
  .facility__wrap ul li:nth-of-type(n+3) {
    width: 226px;
    margin-top: 60px;
  }
  .facility__wrap ul li:nth-of-type(n+3) img {
    margin-left: -12px;
  }
  .facility__wrap ul li p {
    font-size: 1.4rem;
    margin-top: 11px;
    letter-spacing: -.71px;
  }
  .line {
    margin: 48px 0 54px;
    text-align: center;
  }
  .line h3 {
    width: 290px;
    margin-right: 26px;
  }
  .line_content {
    border: 6px solid #3aae36;
    border-radius: 8px;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pickup {
    background: #f5fbfe;
    border-radius: 12px;
    margin-top: 60px;
    padding: 42px 30px;
    margin-bottom: 80px;
  }
  .pickup__wrap {
    position: relative;
  }
  .pickup__wrap h3 {
    text-align: center;
  }
  .pickup__wrap h3 img {
    width: 360px;
  }
  .pickup__wrap__ttl {
    margin: 0 auto;
    text-align: center;
  }
  .pickup__wrap__ttl h2 {
    color: #1e51a2;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 3.04rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pickup__wrap__ttl h2 em {
    font-size: 4.561rem;
    font-style: normal;
    letter-spacing: 2px;
    margin-left: 18px;
    margin-right: 19px;
  }
  .pickup__wrap__ttl h2 span {
    font-size: 2rem;
    letter-spacing: 1px;
    padding-top: 13px;
  }
  .pickup__wrap__ttl p {
    font-size: 2.2rem;
    color: #1e51a2;
    font-weight: bold;
  }
  .pickup__wrap__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .pickup__wrap__info .tel {
    margin-left: .5em;
    text-decoration: none;
    pointer-events: none;
  }
  .pickup__wrap__info .more {
    display: block;
    background: #3278df;
    border-radius: 4px;
    border: solid 1px #3278df;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -1.2px;
    margin-left: 120px;
    text-decoration: none;
    text-align: center;
    width: 178px;
    padding: 7px 0 7px;
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
  }
  .pickup__wrap__info .more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid white;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .35s;
    transition: .35s;
  }
  .pickup__wrap__info .more:hover {
    background: white;
    color: #3278df;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .pickup__wrap__info .more:hover::after {
    -webkit-transition: .35s;
    transition: .35s;
    border-left: 7px solid #3278df;
    right: 10px;
  }
  .pickup__wrap > picture {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .pickup__message {
    width: 612px;
    margin: 56px auto 0;
    border: 3px solid #1d50a2;
    border-radius: 10px;
    background-color: #fff;
    padding: 32px;
    position: relative;
    box-sizing: border-box;
  }
  .pickup__message .prof-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pickup__message .prof-container .txt-box {
    font-size: 1.6rem;
  }
  .pickup__message .prof-container .txt-box span {
    font-size: 1.4rem;
  }
  .pickup__message .prof-container .txt-box p {
    margin-top: 13px;
  }
  .pickup__message .prof-container .txt-box em {
    font-style: normal;
    font-size: 2.2rem;
  }
  .pickup__message .prof-container .txt-box img {
    width: 161px;
    height: auto;
  }
  .pickup__message .prof-container .txt-box figure {
    position: absolute;
    left: -18px;
    top: -24px;
  }
  .pickup__message .prof-container .manager-img {
    width: 160px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 52px;
  }
  .pickup__message .prof-container .manager-img img {
    width: 100%;
    height: auto;
  }
  .pickup__message .ttl {
    font-size: 2.4rem;
    color: #5c6fb4;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: -60px;
  }
  .pickup__message .txt {
    font-size: 1.6rem;
    letter-spacing: .08em;
    margin-top: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
  }
  .pickup__measure {
    margin-top: 40px;
    text-align: center;
  }
  .form_link__title {
    text-align: center;
    color: #003481;
    font-family: ShinGoPr6;
    font-size: 2.4rem;
    font-weight: normal;
    display: block;
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 1.2em;
  }
  .form_link.floating {
    border-bottom: none;
    min-width: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form_link.floating li {
    text-align: left;
    box-sizing: border-box;
    margin: 0 0 1em 10px;
    margin-bottom: 1em;
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1.5px 2.6px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  }
  .form_link.floating li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .form_link.floating li a {
    padding: 12px 24px;
  }
  .form_link.floating li a:before {
    padding-right: 0.5em;
  }
  .form_link.floating li:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .page_bottom__btn {
    display: block;
    margin: 20px auto;
    width: 352px;
    height: 40px;
    font-size: 1.6rem;
    background-color: #3278df;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
    text-align: center;
    line-height: 40px;
  }
  .page_bottom__btn::after {
    content: "";
    position: absolute;
    left: 18px;
    top: -webkit-calc(50% - 3.5px);
    top: calc(50% - 3.5px);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 3.5px 6.1px 3.5px 0;
    border-color: transparent #fff transparent transparent;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  for pc
=================================================================== */
  .pc-item {
    display: none;
  }
  figure img {
    width: 100%;
  }
  .view {
    padding: 0 !important;
  }
  .lead_text {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino kakugo Pro W6","游ゴシック Bold", "游ゴシック体 Bold", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 4.16667vw;
    font-weight: bold;
    color: #3d3735;
    line-height: 6.25vw;
    margin: 6.51042vw auto 3.90625vw;
    padding: 0 2.60417vw;
    font-weight: bold;
  }
  .mv {
    padding: 0 2.60417vw;
  }
  .mv__wrap .profile {
    margin-top: 6.51042vw;
  }
  .mv__wrap .profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv__wrap .profile ul li {
    width: 43.75vw;
  }
  .mv__wrap .profile ul li img {
    width: 100%;
  }
  .mv__wrap .profile ul li + li {
    margin-left: 7.29167vw;
  }
  .mv__wrap .profile__text {
    margin-top: 2.86458vw;
  }
  .mv__wrap .profile__text p {
    font-size: 3.64583vw;
  }
  .mv__wrap .profile__text p.status {
    font-size: 3.125vw;
    margin-bottom: 1.04167vw;
  }
  .mv__wrap .profile__text p.name {
    font-size: 3.64583vw;
  }
  .mv__wrap .profile__text p.name rb, .mv__wrap .profile__text p.name span {
    font-size: 4.16667vw;
  }
  .mv__wrap .profile__text p.name rt {
    font-size: 3.125vw;
  }
  .faq {
    margin-top: 10.41667vw;
    padding: 0 2.60417vw;
  }
  .faq__item h3 {
    font-size: 4.94792vw;
    color: #603b33;
  }
  .faq__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq__item dl dt, .faq__item dl dd {
    font-size: 3.64583vw;
  }
  .faq__item dl dt {
    width: 19.27083vw;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq__item dl.customer {
    margin-top: 5.20833vw;
  }
  .faq__item dl.customer dt {
    color: #f08336;
  }
  .faq__item dl.vendor {
    margin-top: 3.64583vw;
  }
  .faq__item dl.vendor dt {
    color: #1f51a2;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(2) {
    padding-bottom: 57.55208vw;
    position: relative;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(2):before {
    content: "";
    display: block;
    width: 85.02604vw;
    height: 54.16667vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../../images/index23/image01.png) no-repeat center bottom;
    background-size: contain;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(4) {
    padding-bottom: 57.55208vw;
    position: relative;
  }
  .faq__item:nth-of-type(1) .vendor:nth-of-type(4):before {
    content: "";
    display: block;
    width: 85.02604vw;
    height: 54.16667vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../../images/index23/image02.png) no-repeat center bottom;
    background-size: contain;
  }
  .faq__item:nth-of-type(2) {
    padding-bottom: 57.55208vw;
    margin-top: 9.11458vw;
    position: relative;
  }
  .faq__item:nth-of-type(2):before {
    content: "";
    display: block;
    width: 85.02604vw;
    height: 54.16667vw;
    position: absolute;
    background: url(../../images/index23/image03.png) no-repeat center bottom;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .rcmnd {
    background: #f9d1cc;
    margin-top: 16.27604vw;
    margin-bottom: 8.85417vw;
    position: relative;
    text-align: center;
  }
  .rcmnd h2 {
    background: #ec6d88;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 4.94792vw;
    color: white;
    width: 94.78vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.60417vw;
    position: absolute;
    top: -5.98958vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rcmnd picture {
    display: block;
    padding-top: 10.15625vw;
    padding-bottom: 10.41667vw;
    text-align: center;
    width: 94vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .rcmnd picture img {
    width: 100%;
  }
  .facility {
    background: #fdede4;
    border-radius: 1.5625vw;
    padding: 22.91667vw 2.60417vw 6.38021vw;
    margin-top: 21.875vw;
    margin-bottom: 8.85417vw;
    position: relative;
  }
  .facility__wrap {
    margin-left: 1.95313vw;
  }
  .facility__wrap h3 {
    position: absolute;
    top: -7.8125vw;
  }
  .facility__wrap h3 picture {
    margin-left: -1.30208vw;
    width: 94.92188vw;
    display: block;
  }
  .facility__wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.34375vw;
    margin-top: -6.51042vw;
  }
  .facility__wrap ul li {
    background: url(../../images/index15/fac_line_sp.png) no-repeat;
    background-position-y: 100%;
    padding-bottom: 4.42708vw;
  }
  .facility__wrap ul li:nth-of-type(n+2) {
    margin-top: 5.20833vw;
  }
  .facility__wrap ul li:nth-of-type(n+3) picture {
    display: block;
    width: 57.16146vw;
    margin: 0 auto;
  }
  .facility__wrap ul li:last-of-type {
    background: none;
    padding-bottom: 0;
  }
  .facility__wrap ul li p {
    font-size: 3.64583vw;
    margin-top: 2.47396vw;
    letter-spacing: -0.19531vw;
  }
  .line {
    margin: 11.71875vw 0;
    padding: 0 2.60417vw;
    text-align: center;
  }
  .line_content {
    border: 0.78125vw solid #3aae36;
    border-radius: 0.91146vw;
    padding: 7.03125vw 3.90625vw 8.33333vw;
  }
  .line_content h3 {
    margin-bottom: 5.20833vw;
  }
  .pickup {
    background: #dff2fc;
    margin-top: 9.76563vw;
    padding: 7.8125vw 2.60417vw;
  }
  .pickup__wrap {
    position: relative;
  }
  .pickup__wrap h3 {
    text-align: center;
  }
  .pickup__wrap h3 img {
    width: 69.53125vw;
  }
  .pickup__wrap__ttl {
    margin: 2.34375vw auto 0;
    text-align: center;
  }
  .pickup__wrap__ttl h2 {
    color: #1e51a2;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 4.94792vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pickup__wrap__ttl h2 em {
    font-size: 7.29167vw;
    font-style: normal;
    letter-spacing: 0.26042vw;
  }
  .pickup__wrap__ttl h2 span {
    display: block;
    font-size: 3.90625vw;
    letter-spacing: 0.13021vw;
    line-height: 1;
    width: 100%;
  }
  .pickup__wrap__ttl p {
    font-size: 3.125vw;
    color: #1e51a2;
    font-weight: bold;
  }
  .pickup__wrap__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
    text-align: center;
    margin-top: 3.90625vw;
    margin-bottom: 3.125vw;
  }
  .pickup__wrap__info .tel {
    margin-left: .5em;
    text-decoration: none;
  }
  .pickup__wrap__info .more {
    display: block;
    margin: 3.125vw auto 0;
    box-sizing: border-box;
    background: #3278df;
    border-radius: 0.78125vw;
    border: solid 1px #3278df;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 3.25521vw;
    font-weight: 500;
    letter-spacing: -0.26042vw;
    text-decoration: none;
    text-align: center;
    width: 52.86458vw;
    padding: 1.43229vw 0 1.43229vw;
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
  }
  .pickup__wrap__info .more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.5625vw solid white;
    border-top: 0.78125vw solid transparent;
    border-bottom: 0.78125vw solid transparent;
    top: 50%;
    right: 4.6875vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .35s;
    transition: .35s;
  }
  .pickup__wrap > picture {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 81.51042vw;
  }
  .pickup__message {
    width: 100%;
    margin: 6.51042vw auto 0;
    border: 2px solid #1d50a2;
    border-radius: 1.30208vw;
    background-color: #fff;
    padding: 6.51042vw 6.51042vw 7.03125vw;
    box-sizing: border-box;
  }
  .pickup__message .prof-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pickup__message .prof-container .txt-box {
    font-size: 3.64583vw;
  }
  .pickup__message .prof-container .txt-box span {
    font-size: 3.125vw;
  }
  .pickup__message .prof-container .txt-box p {
    margin-top: 21px;
  }
  .pickup__message .prof-container .txt-box em {
    display: inline-block;
    font-style: normal;
    font-size: 4.94792vw;
    margin-bottom: 1.04167vw;
  }
  .pickup__message .prof-container .txt-box img {
    width: 33.72396vw;
    height: auto;
  }
  .pickup__message .prof-container .manager-img {
    margin-top: -2.60417vw;
    margin-right: -1.5625vw;
    width: 39.45313vw;
    height: auto;
    overflow: hidden;
  }
  .pickup__message .prof-container .manager-img img {
    width: 100%;
    height: auto;
  }
  .pickup__message .ttl {
    font-size: 4.16667vw;
    color: #5c6fb4;
    font-weight: 700;
    letter-spacing: 0.13021vw;
    margin-bottom: 1.5625vw;
    margin-top: 3.90625vw;
    line-height: 4.94792vw;
  }
  .pickup__message .txt {
    font-size: 3.51563vw;
    letter-spacing: .08em;
  }
  .pickup__measure {
    margin-top: 6.51042vw;
    text-align: center;
  }
  .page_bottom__btn {
    display: block;
    margin: 7.8125vw auto;
    width: 53.125vw;
    height: 7.8125vw;
    font-size: 3.25521vw;
    background-color: #3278df;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
    text-align: center;
    line-height: 7.8125vw;
  }
  .page_bottom__btn::after {
    content: "";
    position: absolute;
    left: 3.64583vw;
    top: -webkit-calc(50% - 3.5px);
    top: calc(50% - 3.5px);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 3.5px 6.1px 3.5px 0;
    border-color: transparent #fff transparent transparent;
  }
}
