@charset "UTF-8";
@media screen and (min-width: 770px) {
  main {
    font-size: 17px;
  }
  h2.section_title {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--btn-bg-color-blue);
    margin: 50px 0 154px;
    position: relative;
    z-index: 0;
  }
  h2.section_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/recruit/atmosphere_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
  h2.section_title::after {
    content: "";
    display: block;
    width: 160px;
    border-bottom: 2px solid var(--btn-bg-color-blue);
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .section_wrapper section {
    position: relative;
    padding: 83px 0 72px;
  }
  .section_wrapper .auto {
    position: relative;
  }
  .section_wrapper section:nth-last-of-type(even)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../img/recruit/bottom_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 135%;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
  }
  .section_wrapper section:nth-last-of-type(odd)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../img/recruit/bottom_bg_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 135%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
  }
  .section_wrapper section.conts_tour:nth-last-of-type(odd)::after {
    display: none;
  }
  .section_wrapper section:nth-last-of-type(odd) {
    background: linear-gradient(0deg,
        rgba(237, 250, 208, 1) 0%,
        rgba(214, 242, 248, 1) 100%);
    padding: 185px 0 160px;
  }
  .section_wrapper section:nth-last-of-type(even) .auto::before {
    content: "";
    display: block;
    width: 266px;
    height: 253px;
    background-image: url(../img/recruit/sphere_patten_01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -334px;
    left: 0px;
    z-index: 2;
  }
  .section_wrapper section:nth-last-of-type(even) .auto::after {
    content: "";
    display: block;
    width: 278px;
    height: 339px;
    background-image: url(../img/recruit/sphere_patten_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -401px;
    right: -59px;
    z-index: 2;
  }
  .section_wrapper section:nth-last-of-type(odd) .auto::before {
    content: "";
    display: block;
    width: 378px;
    height: 157px;
    background-image: url(../img/recruit/sphere_patten_03.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -210px;
    left: -70px;
    z-index: 2;
  }
  .section_wrapper section:nth-last-of-type(odd) .auto::after {
    content: "";
    display: block;
    width: 342px;
    height: 379px;
    background-image: url(../img/recruit/sphere_patten_04.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -250px;
    right: -90px;
    z-index: 2;
  }
  .section_wrapper section:last-of-type .auto::before,
  .section_wrapper section:last-of-type .auto::after {
    display: none;
  }
  /*=========================
▼▼conts_fv▼▼
===========================*/
  .conts_fv {
    max-width: 1500px;
    margin: 0 auto;
  }
  /*=========================
▲▲conts_fv▲▲
===========================*/

  /*=========================
▼▼conts_message▼▼
===========================*/
  .section_wrapper section.conts_message {
    padding: 78px 0 72px;
  }
  .conts_message h2.section_title::before {
    background-image: url(../img/recruit/message_bg.png);
    top: 62%;
  }
  .doctor_img {
    width: 300px;
    position: absolute;
    left: 630px;
    top: -77px;
  }
  .message_wrapper {
    position: relative;
    min-height: 360px;
    margin-bottom: 20px;
  }
  .conts_message .message_wrapper .text {
    width: 513px;
    margin-bottom: 25px;
  }
  .conts_message .message_wrapper .text:last-of-type {
    margin-bottom: 0;
  }
  .doctor_name {
    width: 513px;
    color: var(--btn-bg-color-blue);
    font-size: 25px;
    font-weight: 600;
    text-align: right;
    position: absolute;
    bottom: -3%;
  }
  .doctor_name .small {
    font-size: 19px;
    margin-right: 10px;
  }

  /*=========================
▲▲conts_message▲▲
===========================*/
  /*=========================
▼▼conts_atmosphere▼▼
===========================*/
  .conts_atmosphere h2.section_title::before {
    background-image: url(../img/recruit/atmosphere_bg.png);
  }
  .conts_atmosphere .charm_number {
    width: 103px;
    position: absolute;
    left: -139px;
    top: -20px;
    z-index: 1;
  }
  .conts_atmosphere .charm_img {
    width: 375px;
    position: absolute;
    top: 0;
    left: -449px;
  }
  .conts_atmosphere .charm_img img {
    border-radius: 35px;
    box-shadow: 2.3px 1.9px 12.5px 0 rgba(0, 69, 111, 0.17);
  }
  .conts_atmosphere .atmosphere_block {
    width: 550px;
    min-height: 300px;
    margin: 0 0px 70px auto;
    position: relative;
  }
  .conts_atmosphere .atmosphere_block:last-of-type {
    margin: 0 0 0 auto;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) {
    margin: 0 auto 70px 15px;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) .charm_number {
    left: 884px;
    top: -20px;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) .charm_img {
    left: 578px;
  }
  .conts_atmosphere .charm_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #0b7fc6;
    margin-bottom: 25px;
  }
  /*=========================
▲▲conts_atmosphere▲▲
===========================*/
  /*=========================
▼▼conts_merit▼▼
===========================*/
  .conts_merit .auto {
    width: 1120px;
  }
  .conts_merit h2.section_title {
    margin: 50px 0 114px;
  }
  .section_wrapper section.conts_merit:nth-last-of-type(even) .auto::before {
    bottom: -275px;
    left: 83px;
  }
  .section_wrapper section.conts_merit:nth-last-of-type(even) .auto::after {
    bottom: -351px;
    right: 83px;
  }
  .conts_merit h2.section_title::before {
    background-image: url(../img/recruit/merit_bg.png);

  }
  .conts_merit .point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .conts_merit .point_img {
    width: calc(100% / 3);
  }
  .conts_merit .point_img {
    margin: 0 -10px 22px;
  }
  .conts_merit .point_img:nth-last-of-type(1),
  .conts_merit .point_img:nth-last-of-type(2),
  .conts_merit .point_img:nth-last-of-type(3) {
    margin-bottom: 0;
  }

  /*=========================
▲▲conts_merit▲▲
===========================*/
  /*=========================
▼▼conts_welfare▼▼
===========================*/
  .conts_welfare h2.section_title::before {
    background-image: url(../img/recruit/welfare_bg.png);
  }
  .conts_welfare .welfare_inner {
    background-color: #fff;
    padding: 70px 80px 70px;
    border-radius: 30px;
  }
  .conts_welfare .welfare_inner .text {
    line-height: 2;
  }
  .conts_welfare .welfare_list {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .conts_welfare .welfare_list .welfare {
    width: 280px;
    padding-left: 53px;
    margin-bottom: 44px;
    font-weight: 600;
    position: relative;
  }
  .conts_welfare .welfare_list .welfare {
    width: 280px;
    padding-left: 53px;
    margin-bottom: 44px;
    font-weight: 600;
    position: relative;
    line-height: 1.6;
  }
  .conts_welfare .welfare_list .welfare::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/recruit/gradation_check_button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /*=========================
▲▲conts_welfare▲▲
===========================*/
  /*=========================
▼▼conts_job_type▼▼
===========================*/
  .conts_job_type h2.section_title::before {
    background-image: url(../img/recruit/job_type_bg.png);
    top: 70%;
  }
  /* ▼▼アコーディオン▼▼ */
  .conts_job_type .job_list_wrapper {
    background: linear-gradient(135deg,
        rgba(214, 242, 248, 1) 0%,
        rgba(247, 226, 255, 1) 100%);
    border-radius: 30px;
    padding: 55px 75px 57px;
    margin-bottom: 60px;
  }
  .conts_job_type .job_list {
    text-align: left;
    width: 850px;
    margin: 0 auto;
  }
  .conts_job_type .job_list dl {
    border-radius: 20px;
    margin-bottom: 40px;
    background-color: #fff;
  }
  .conts_job_type .job_list dl:last-of-type {
    margin-bottom: 0;
  }
  .conts_job_type .job_list dl dt {
    font-size: 25px;
    color: #0e81c7;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 22px 85px 17px 50px;
    background-image: url("../img/recruit/arrow_down.png");
    background-repeat: no-repeat;
    background-position: right 40px top calc(50% + 3px);
    background-size: 19px 13px;
    cursor: pointer;
  }
  .conts_job_type .job_list dl dt span {
    font-size: 18px;
    letter-spacing: 0;
    color: #49b0d6;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 27px;
  }
  .conts_job_type .job_list dl dd {
    display: none;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    top: 0;
    padding: 7px 60px 24px 77px;
  }
  .conts_job_type .job_list .content_text {
    font-size: 20px;
    line-height: 1.8;
  }
  .summary_btn_box {
    margin-top: 17px;
  }
  .summary_btn {
    margin-bottom: 18px;
  }
  .summary_btn:last-of-type {
    margin-bottom: 26px;
  }
  .summary_btn a {
    border: 1px solid #e9e9fb;
    box-shadow: 1px 2px 7px 0px rgb(77 76 76 / 0.2);
    border-radius: 10px;
    padding: 16px 25px 15px;
    color: #0e81c7;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    transition: all 0.3s;
  }
  .summary_btn a:hover {
    box-shadow: none;
    transform: translate(1px, 2px);
  }
  /* ▲▲アコーディオン▲▲ */
  .conts_job_type .entry_wrapper {
    width: 350px;
    margin: 0 auto;
  }
  .conts_job_type .click_button {
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .hide_btn {
    display: none !important;
  }
  .conts_job_type .click_button a {
    background-color: #0b7fc6;
    border: 2px solid #0b7fc6;
    padding: 26px 20px 26px;
    border-radius: 50px;
    transition: all .3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .conts_job_type .click_button a:hover {
    background-color: #fff;
    color: #0b7fc6;
  }
  .conts_job_type .click_button a::before {
    content: "";
    display: block;
    width: 35px;
    height: 24px;
    background-image: url(../img/recruit/icon_mail.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
    margin-right: 26px;
  }
  .conts_job_type .click_button a:hover::before {
    background-image: url(../img/recruit/icon_mail_hover.png);
  }
  .conts_job_type .click_button a .icon {
    display: inline-block;
    width: 36px;
    margin-right: 27px;
    position: relative;
    top: 11px;
  }
  /*=========================
▲▲conts_job_type▲▲
===========================*/
  /*=========================
▼▼conts_tour▼▼
===========================*/
  .conts_tour h2.section_title {
    margin: 50px 0 97px;
  }
  .conts_tour h2.section_title::before {
    background-image: url(../img/recruit/tour_bg.png);
  }
  .conts_tour .text {
    width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  /*▼▼スライダー▼▼*/
  .swiper .swiper-wrapper {
    transition-timing-function: linear;
    padding: 47px 0 109px;
  }
  .swiper .swiper-slide {
    width: 350px;
    height: 509px;
  }
  /*▲▲スライダー▲▲*/
  .conts_tour .entry_wrapper {
    display: flex;
    width: 780px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .conts_tour .click_button {
    width: 350px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .conts_tour .click_button a {
    background-color: #0b7fc6;
    padding: 16px 40px 26px;
    border-radius: 50px;
    display: block;
  }
  .conts_tour .click_button.entry a {
    background-color: #0b7fc6;
    border: 2px solid #0b7fc6;
    padding: 26px 20px 26px;
    border-radius: 50px;
    transition: all .3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .conts_tour .click_button.entry a:hover {
    background-color: #fff;
    color: #0b7fc6;
  }
  .conts_tour .click_button.entry a::before {
    content: "";
    display: block;
    width: 35px;
    height: 24px;
    background-image: url(../img/recruit/icon_mail.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
    margin-right: 26px;
  }
  .conts_tour .click_button a:hover::before {
    background-image: url(../img/recruit/icon_mail_hover.png);
  }
  .conts_tour .click_button.phone a {
    background-color: #49b0d6;
    position: relative;
  }
  .conts_tour .click_button.phone a::before {
    content: "";
    display: block;
    width: 350px;
    height: 17px;
    background-image: url(../img/recruit/speech_bubble.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -31px;
  }
  .conts_tour .click_button a .icon {
    display: inline-block;
    width: 37px;
    margin-right: 27px;
    position: relative;
    top: 10px;
  }
  .conts_tour .click_button.phone a .icon {
    display: inline-block;
    width: 36px;
    margin-right: 12px;
    position: relative;
    top: 10px;
  }
  .conts_tour .click_button a .number {
    display: inline-block;
    width: 200px;
    position: relative;
    top: 10px;
  }
  /*=========================
▲▲conts_tour▲▲
===========================*/
}
@media screen and (max-width: 769px) {
  .section_wrapper section {
    position: relative;
    padding: 40px 0 70px;
  }
  .section_wrapper .auto {
    position: relative;
  }
  .section_wrapper section:nth-last-of-type(even)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../img/recruit/bottom_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 130%;
    position: absolute;
    left: 0;
    bottom: -24px;
    z-index: 1;
  }
  .section_wrapper section:nth-last-of-type(odd)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../img/recruit/bottom_bg_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 130%;
    position: absolute;
    bottom: -1px;
    z-index: 1;
  }
  .section_wrapper section.conts_tour:nth-last-of-type(odd)::after {
    display: none;
  }
  .section_wrapper section:nth-last-of-type(odd) {
    background: linear-gradient(0deg,
        rgba(237, 250, 208, 1) 0%,
        rgba(214, 242, 248, 1) 100%);
    padding: 55px 0 90px;
  }
  .section_wrapper section:nth-last-of-type(even) .auto::before {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    background-image: url(../img/recruit/sphere_patten_01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -148px;
    left: -13px;
    z-index: 2;
  }
  .section_wrapper section:nth-last-of-type(even) .auto::after {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    background-image: url(../img/recruit/sphere_patten_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -138px;
    right: -14px;
    z-index: 2;
  }
  .section_wrapper section:nth-last-of-type(odd) .auto::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(../img/recruit/sphere_patten_03.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -110px;
    left: -10px;
    z-index: 2;
  }
  .section_wrapper section:nth-last-of-type(odd) .auto::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(../img/recruit/sphere_patten_04.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: -110px;
    right: -10px;
    z-index: 2;
  }
  .section_wrapper section:last-of-type .auto::before,
  .section_wrapper section:last-of-type .auto::after {
    display: none;
  }
  h2.section_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--btn-bg-color-blue);
    margin: 25px 0 42px;
    position: relative;
    z-index: 0;
    padding: 22px 0 20px;
  }
  h2.section_title span {
    display: inline-block;
  }
  h2.section_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/recruit/message_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
  h2.section_title::after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 2px solid var(--btn-bg-color-blue);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  /*=========================
▼▼conts_fv▼▼
===========================*/
  .conts_fv {
    margin: 0 auto;
  }
  /*=========================
▲▲conts_fv▲▲
===========================*/

  /*=========================
▼▼conts_message▼▼
===========================*/
  .section_wrapper section.conts_message {
    padding: 43px 0 58px;
  }
  .conts_message h2 {
    margin: 15px 0 39px;
  }
  .conts_message h2.section_title::before {
    background-image: url(../img/recruit/message_bg.png);
  }
  .doctor_img {
    width: 85%;
    margin: 0 auto 10px;
  }
  .message_wrapper {
    position: relative;
  }
  .conts_message .message_wrapper .text {
    margin-bottom: 15px;
  }
  .conts_message .message_wrapper .text:last-of-type {
    margin-bottom: 0;
  }
  .doctor_name {
    color: var(--btn-bg-color-blue);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-align: right;
    width: 92%;
    margin-bottom: 12px;
  }
  .doctor_name .small {
    font-size: 16px;
    margin-right: 10px;
  }
  /*=========================
▲▲conts_message▲▲
===========================*/
  /*=========================
▼▼conts_atmosphere▼▼
===========================*/
  .conts_atmosphere h2.section_title {
    margin: 27px 0 43px;
  }
  .conts_atmosphere h2.section_title::before {
    background-image: url(../img/recruit/atmosphere_bg.png);
  }
  .conts_atmosphere .atmosphere_block {
    margin-bottom: 30px;
  }
  .conts_atmosphere .atmosphere_block:last-of-type {
    margin-bottom: 0;
  }
  .conts_atmosphere .charm_number {
    width: 65px;
    margin: 0 auto 12px;
  }
  .conts_atmosphere .charm_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .conts_atmosphere .charm_img img {
    border-radius: 35px;
  }
  .conts_atmosphere .atmosphere_block:nth-of-type(even) .charm_img {
    left: 578px;
  }
  .conts_atmosphere .charm_title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    color: #0b7fc6;
    margin: 0px auto 12px;
  }
  .charm_title span {
    display: inline-block;
  }
  /*=========================
▲▲conts_atmosphere▲▲
===========================*/
  /*=========================
▼▼conts_merit▼▼
===========================*/
  .conts_merit .auto {
    width: 100%;
  }
  .conts_merit .section_title {
    margin: 19px 0 47px;
  }
  .conts_merit h2.section_title::before {
    background-image: url(../img/recruit/merit_bg.png);
  }
  .section_wrapper section:nth-last-of-type(even) .auto::before {
    left: 15px;
  }
  .section_wrapper section:nth-last-of-type(even) .auto::after {
    right: 8px;
  }
  .conts_merit .point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .conts_merit .point_img {
    width: 52%;
  }
  .conts_merit .point_img {
    margin: 0 -3% 30px;
  }
  .conts_merit .point_img:nth-last-of-type(1),
  .conts_merit .point_img:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  /*=========================
▲▲conts_merit▲▲
===========================*/
  /*=========================
▼▼conts_welfare▼▼
===========================*/
  .conts_welfare h2.section_title {
    margin: 25px 0 43px;
  }
  .conts_welfare h2.section_title::before {
    background-image: url(../img/recruit/welfare_bg.png);
  }
  .conts_welfare .welfare_inner {
    background-color: #fff;
    padding: 35px 30px 35px;
    border-radius: 18px;
  }
  .conts_welfare .welfare_inner .text {
    line-height: 2;
  }
  .conts_welfare .welfare_list {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .conts_welfare .welfare_list .welfare {
    width: 280px;
    padding-left: 53px;
    margin-bottom: 44px;
    font-weight: 600;
    position: relative;
  }
  .conts_welfare .welfare_list .welfare {
    padding-left: 38px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
  }
  .conts_welfare .welfare_list .welfare::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../img/recruit/gradation_check_button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /*=========================
▲▲conts_welfare▲▲
===========================*/
  /*=========================
▼▼conts_job_type▼▼
===========================*/
  .conts_job_type h2.section_title {
    margin: 18px 0 47px;
    padding: 22px 0 20px;
  }
  .conts_job_type h2.section_title::before {
    background-image: url(../img/recruit/job_type_bg.png);
    top: 78%;
  }
  /* ▼▼アコーディオン▼▼ */
  .conts_job_type .job_list_wrapper {
    background: linear-gradient(135deg,
        rgba(214, 242, 248, 1) 0%,
        rgba(247, 226, 255, 1) 100%);
    border-radius: 18px;
    padding: 35px 4% 35px;
  }
  .conts_job_type .job_list {
    text-align: left;
    margin: 0 auto;
  }
  .conts_job_type .job_list dl {
    border-radius: 14px;
    margin-bottom: 23px;
    background-color: #fff;
  }
  .conts_job_type .job_list dl:last-of-type {
    margin-bottom: 0;
  }
  .conts_job_type .job_list dl dt {
    font-size: 18px;
    color: #0e81c7;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 22px 28px 24px 20px;
    background-image: url("../img/recruit/arrow_down.png");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 14px;
  }
  .conts_job_type .job_list dl dt span {
    font-size: 15px;
    letter-spacing: 0;
    color: #49b0d6;
    font-weight: 600;
    line-height: 1.5;
  }
  .conts_job_type .job_list dl dd {
    display: none;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    top: 0;
    padding: 0px 20px 24px 20px;
  }
  .conts_job_type .job_list .content_text {
    font-size: 16px;
    line-height: 1.6;
  }
  .summary_btn_box {
    margin-top: 20px;
  }
  .summary_btn {
    margin-bottom: 14px;
  }
  .summary_btn:last-of-type {
    margin-bottom: 22px;
  }
  .summary_btn a {
    border: 1px solid #e9e9fb;
    box-shadow: 1px 1px 5px 0px rgb(77 76 76 / 0.2);
    border-radius: 6px;
    padding: 14px 17px 13px;
    color: #0e81c7;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
  }
  /* ▲▲アコーディオン▲▲ */
  .conts_job_type .entry_wrapper {
    width: 100%;
    margin: 20px auto 0;
  }
  .conts_job_type .click_button {
    font-weight: 600;
  }
  .conts_job_type .click_button a {
    background-color: #0b7fc6;
    padding: 16px 26px 15px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: row-reverse;
  }
  .conts_job_type .click_button a::after {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background-image: url(../img/recruit/icon_mail.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .conts_job_type .click_button a .icon {
    display: inline-block;
    width: 36px;
    margin-right: 27px;
    position: relative;
    top: 11px;
  }
  .hide_btn {
    display: none !important;
  }
  /*=========================
▲▲conts_job_type▲▲
===========================*/
  /*=========================
▼▼conts_tour▼▼
===========================*/
  .conts_tour .section_title {
    margin-bottom: 37px;
  }
  .conts_tour h2.section_title::before {
    background-image: url(../img/recruit/tour_bg.png);
  }
  .conts_tour .text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  /*▼▼スライダー▼▼*/
  .swiper .swiper {
    margin-bottom: 40px;
  }
  .swiper .swiper-wrapper {
    transition-timing-function: linear;
    padding: 35px 0 35px;
    margin-bottom: 35px;
  }
  .swiper .swiper-slide {
    width: 175px;
    height: 254px;
  }
  /*▲▲スライダー▲▲*/
  .conts_tour .click_button {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  
  .entry_wrapper .click_button:last-of-type {
    margin-bottom: 0;
  }
  .conts_tour .phone {
    margin-bottom: 30px;
  }
  .conts_tour .click_button a {
    background-color: #0b7fc6;
    padding: 12px 40px 19px;
    border-radius: 50px;
    display: block;
    transition: all .3s;
  }
  .conts_tour .click_button.entry a {
    background-color: #0b7fc6;
    padding: 20px 44px 19px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .conts_tour .click_button.entry a::after {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background-image: url(../img/recruit/icon_mail.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 14px;
  }
  .conts_tour .click_button.phone a {
    background-color: #49b0d6;
    position: relative;
  }
  .conts_tour .click_button.phone a::before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background-image: url(../img/recruit/speech_bubble.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 3%;
    top: -28px;
  }
  .conts_tour .click_button a .icon {
    display: inline-block;
    width: 27px;
    margin-right: 14px;
    position: relative;
    top: 7px;
  }
  .conts_tour .click_button.phone a .icon {
    display: inline-block;
    width: 25px;
    margin-right: 12px;
    position: relative;
    top: 7px;
  }
  .conts_tour .click_button a .number {
    display: inline-block;
    width: 150px;
    position: relative;
    top: 8px;
  }
  /*=========================
▲▲conts_tour▲▲
===========================*/
}