@charset "UTF-8";
/* ------------------------------------------
 Common
------------------------------------------ */
html,
body {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------
 Module
------------------------------------------ */
.m_font_mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.m_font_bold {
  font-weight: bold;
}

.m_color_red {
  color: #c00;
}

/* ------------------------------------------
 layout
------------------------------------------ */
.l_ta_c {
  text-align: center;
}

.l_ta_r {
  text-align: right;
}

/* -------------------------------------
  page in animetion
------------------------------------- */
.fade_in_off {
  transition: 1s;
  opacity: 0;
}

.fade_in_on {
  opacity: 1 !important;
}

.under_fade_in_off {
  transition: .7s;
  opacity: 0;
  transform: translateY(30px);
}

.under_fade_in_on {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.left_fade_in_off {
  transition: .7s;
  opacity: 0;
  transform: translateX(-50px);
}

.left_fade_in_on {
  opacity: 1 !important;
  transform: translateX(0);
}

.right_fade_in_off {
  transition: .7s;
  opacity: 0;
  transform: translateX(50px);
}

.right_fade_in_on {
  opacity: 1 !important;
  transform: translateX(0);
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* common */
  h2 {
    width: 80%;
    margin: 0 auto 40px;
    padding: 20px 0 0;
    clear: both;
  }
  h2 > img {
    max-width: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .pc_inline {
    display: none;
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: inline-block;
  }

  .box_w01 {
    margin: 0 auto;
  }

  .box_w02 {
    margin: 0 auto;
  }

  .box_w03 {
    margin: 0 auto;
  }

  /* ヘッダー */
  header {
    margin-bottom: 40px;
  }
  header > section {
    position: relative;
    padding: 60px 20px;
    background-image: url("../img/head_bg.jpg");
    background-repeat: no-repeat;
    background-position: 61% center;
    background-size: cover;
  }
  header > section > h1 {
    margin-bottom: 40px;
    text-align: center;
  }
  header > section > h1 > img {
    width: 70%;
    max-width: 100%;
  }
  header > section .head_copy {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  header > section .head_copy > img {
    max-width: 100%;
  }
.menu_button {
    position: fixed;
    width: 70px;
    right: 10px;
    bottom: 10px;
    z-index: 200;
  }

  /* ナビ */
  .navigation {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 300;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 0 0 30px;
    transition: .5s;
  }
  .navigation > .menu_close {
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
    transition: .3s;
    z-index: 200;
  }
  .navigation > .menu_close:hover {
    opacity: .6;
  }
  .navigation > nav > div {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .navigation > nav > ul > li {
    margin-bottom: 20px;
  }
  .navigation > nav > ul > li:last-child {
    margin-bottom: 0;
  }
  .navigation > nav > ul > li > a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    transition: .3s;
  }
  .navigation > nav > ul > li > a:hover {
    color: #296fb5;
  }

  /* 応募はこちら */
  .fixed_entry {
    display: none;
  }

  /* BENEFITS 当院で働くメリット */
  .box_benefits {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #FFFAEE;
    box-sizing: border-box;
  }
  .box_benefits > section > ul > li {
    position: relative;
    margin-bottom: 60px;
  }
  .box_benefits > section > ul > li > .text_box {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 20px 2px #f1f0ec;
  }
  .box_benefits > section > ul > li > .text_box > h3 {
    margin-bottom: 30px;
  }
  .box_benefits > section > ul > li > .text_box > h3 > img {
    max-width: 100%;
  }
  .box_benefits > section > ul > li > .text_box > div {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .box_benefits > section > ul > li > .illust {
    position: absolute;
  }
  .box_benefits > section > ul > li.benefits01 > .illust {
    position: absolute;
    bottom: -30px;
    right: 10px;
    z-index: 50;
    text-align: right;
  }
  .box_benefits > section > ul > li.benefits01 > .illust > img {
    width: 50%;
  }
  .box_benefits > section > ul > li.benefits02 > .illust {
    bottom: -30px;
    left: 20px;
    z-index: 51;
  }
  .box_benefits > section > ul > li.benefits02 > .illust > img {
    width: 50%;
  }
  .box_benefits > section > ul > li.benefits03 {
    margin-bottom: 0;
  }

  /* PHILOSOPHY 基本理念 */
  .ex_philosophy_wrap {
    background-image: url("../img/philosophy_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .box_philosophy {
    margin-bottom: 40px;
    padding: 0 20px 30px;
  }
  .box_philosophy > section > ul {
    padding-left: 1.5em;
    list-style: decimal;
  }
  .box_philosophy > section > ul > li {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .box_philosophy > section > ul > li:last-child {
    margin-bottom: 0;
  }
  .box_philosophy > section > ul > li > div {
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
  }

  /* INTERVIEW 先輩の声 */
  .box_interview {
    margin-bottom: 40px;
    padding: 40px 20px;
    background-color: #F9F9F9;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_interview > h2.h2_interview {
    margin-bottom: 40px;
  }
  .box_interview .interview_inner {
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_interview .interview_inner > ul > li {
    overflow: hidden;
  }
  .box_interview .interview_inner > ul > li > .text {
    text-align: center;
  }
  .box_interview .interview_inner > ul > li > .text > h3 {
    margin-bottom: 20px;
  }
  .box_interview .interview_inner > ul > li > .text > h3 > img {
    width: 80%;
  }
  .box_interview .interview_inner > ul > li > .text > div {
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
  .box_interview .interview_inner > ul > li > .image {
    text-align: center;
  }
  .box_interview .interview_inner > ul > li > .image > img {
    width: 60%;
  }
  .box_interview .interview_inner > ul > li.interview01 {
    margin-bottom: 60px;
  }

  /* MESSAGE 院長挨拶 */
  .box_message {
    padding: 40px 20px;
    background-color: #FCE6FB;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_message > section > h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .box_message > section > h3 > img {
    width: 80%;
  }
  .box_message > section > div > .text {
    margin-bottom: 30px;
    line-height: 2.2;
    font-size: 14px;
  }
  .box_message > section > div > .text > .name {
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
    letter-spacing: 5px;
  }
  .box_message > section > div > .picture {
    text-align: center;
  }
  .box_message > section > div > .picture > img {
    width: 60%;
  }

  /* IDEAL 求める人材 */
  .box_ideal {
    padding: 40px 20px;
    background-color: #F8F8F8;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_ideal > section > h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .box_ideal > section > h3 > img {
    max-width: 100%;
  }
  .box_ideal > section > ul > li {
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
  }
  .box_ideal > section > ul > li:last-child {
    margin-bottom: 0;
  }
  .box_ideal > section > ul > li > h4 {
    margin-bottom: 15px;
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 80px;
    line-height: 1.3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed758c+0,ed7eb3+100 */
    background: #ed758c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ed758c 0%, #ed7eb3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ed758c 0%, #ed7eb3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ed758c 0%, #ed7eb3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed758c', endColorstr='#ed7eb3',GradientType=1 );
    /* IE6-9 */
  }
  .box_ideal > section > ul > li > div {
    font-size: 14px;
    display: inline-block;
    text-align: left;
  }

  /* REQUIREMENT 募集要項 */
  .box_requirement {
    margin-bottom: 40px;
    padding: 40px 20px;
    background-color: #F9F2DF;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_requirement > section {
    /* TAB */
  }
  .box_requirement > section ul.tab_wrap {
    display: none;
  }
  .box_requirement > section > .rec_table_wrap {
    margin-bottom: 30px;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title {
    font-size: 16px;
    line-height: 1.5;
    background-color: #638FD2;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title_c0 {
    background-color: #638FD2;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title_c1 {
    background-color: #BA84B8;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title_c2 {
    background-color: #ffaa44;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table {
    width: 100%;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > div {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 2px #F9F2DF solid;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_th {
    background-color: #638FD2;
    border-right: 2px #F9F2DF solid;
    color: #fff;
    vertical-align: middle;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td {
    background-color: #fff;
    border-bottom: 2px #F9F2DF solid;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > dl > dt {
    padding-top: 1em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > dl > dt:first-child {
    padding-top: 0;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > dl > dd {
    font-weight: normal;
    padding-left: 1em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table {
    table-layout: fixed;
    margin-bottom: 1em;
    width: 100%;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table th, .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table td {
    border: 1px #ddd solid;
    padding: 10px;
    vertical-align: middle;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table th {
    background-color: #f0f0f0;
    text-align: left;
    width: 8em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > ul > li {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > ul > li:last-child {
    margin-bottom: 0;
  }
  .box_requirement > section > .rec_table_wrap_0 {
    border-color: #638FD2;
  }
  .box_requirement > section > .rec_table_wrap_0 .rec_th {
    background-color: #638FD2 !important;
  }
  .box_requirement > section > .rec_table_wrap_1 {
    border-color: #BA84B8;
  }
  .box_requirement > section > .rec_table_wrap_1 .rec_th {
    background-color: #BA84B8 !important;
  }
  .box_requirement > section > .rec_table_wrap_2 {
    margin-bottom: 0;
    border-color: #ffaa44;
  }
  .box_requirement > section > .rec_table_wrap_2 .rec_th {
    background-color: #ffaa44 !important;
  }

  /* ACCESS アクセス */
  .box_access {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .box_access > section {
    text-align: center;
    /* グーグルマップ */
  }
  .box_access > section > .info {
    display: inline-block;
    margin-bottom: 40px;
    padding: 30px 30px;
    box-sizing: border-box;
    background-color: #F6F6F6;
  }
  .box_access > section > .info > h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #BA84B8;
    letter-spacing: 3px;
  }
  .box_access > section > .info > div {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .box_access > section > .info > div > div {
    margin-bottom: 20px;
  }
  .box_access > section .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .box_access > section .ggmap iframe,
  .box_access > section .ggmap object,
  .box_access > section .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* FAQ よくある質問 */
  .box_faq {
    padding: 40px 20px;
    background-color: #FCE6FB;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_faq > section {
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
  }
  .box_faq > section > dl {
    border-bottom: 1px #D6D5D5 solid;
  }
  .box_faq > section > dl.dl_top {
    border-top: 1px #D6D5D5 solid;
  }
  .box_faq > section > dl > dt {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dt > div {
    display: table-cell;
    vertical-align: top;
  }
  .box_faq > section > dl > dt .question {
    width: 50px;
    text-align: center;
  }
  .box_faq > section > dl > dt .question > span {
    padding: 5px 12px;
    border-radius: 50%;
    background-color: #FDDE89;
    font-size: 24px;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dt .question_text {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .box_faq > section > dl > dt .question_plus {
    cursor: pointer;
    width: 30px;
    text-align: right;
  }
  .box_faq > section > dl > dt .question_plus > span {
    color: #BA84B8;
    text-decoration: none;
  }
  .box_faq > section > dl > dt .question_plus > span:hover {
    opacity: 0.7;
  }
  .box_faq > section > dl > dd {
    display: none;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dd > div {
    display: table-cell;
    vertical-align: top;
  }
  .box_faq > section > dl > dd > .answer {
    width: 50px;
    text-align: center;
  }
  .box_faq > section > dl > dd > .answer > span {
    padding: 5px 12px;
    border-radius: 50%;
    background-color: #fd89c8;
    font-size: 24px;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dd > .answer_text {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .box_faq > section > dl > dd > .answer_text > a {
    text-decoration: underline;
  }

  /* ENTRY 応募方法 */
  .box_entry {
    padding: 40px 20px;
    background-color: #F6F3F6;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_entry > section > .box_wrap > div > h3 {
    padding: 10px 0;
    width: 100%;
    background-color: #BA84B8;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
  }
  .box_entry > section > .box_wrap > div > .box_tel {
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .tel {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .tel > i {
    padding-right: 10px;
    color: #BA84B8;
    font-size: 24px;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info {
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.8;
    font-size: 14px;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > .time_table {
    display: table;
    table-layout: fixed;
    margin: 0;
    letter-spacing: 2px;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > .time_table > div {
    display: table-row;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > .time_table > div > div {
    display: table-cell;
    padding: 5px 7px;
    text-align: left;
  }
  .box_entry > section > .box_wrap > div > .box_web {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .box_entry > section > .box_wrap > div > .box_web > .intro {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 14px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div {
    width: 100%;
    text-align: left;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:first-child {
    margin-bottom: 10px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child {
    margin-bottom: 30px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > input {
    width: 100%;
    padding: 10px;
    background-color: #F7F7F7;
    border: 0;
    font-size: 16px;
    line-height: 1.2;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    resize: vertical;
    min-height: 100px;
    background-color: #F7F7F7;
    border: 0;
    height: 200px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > label:last-child {
    margin-bottom: 0;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > label > input {
    margin-right: 5px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > select {
    font-size: 16px;
    padding: 3px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div .checkbox_mr10 {
    margin-right: 10px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required {
    box-sizing: border-box;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required > div {
    position: relative;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required > div:after {
    content: '必須';
    letter-spacing: 1px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    background-color: #FF7373;
    box-sizing: border-box;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > aside {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > aside > a {
    text-decoration: underline;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .submit_button {
    text-align: center;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .submit_button > input[type="submit"] {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c5fea+0,5abffa+98 */
    background: #2c5fea;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2c5fea 0%, #5abffa 98%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2c5fea 0%, #5abffa 98%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2c5fea 0%, #5abffa 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c5fea', endColorstr='#5abffa', GradientType=1);
    /* IE6-9 */
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 40px;
  }

  /* フッター */
  footer {
    text-align: center;
        background: #296fb5;
  }
  footer > .logo {
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  footer > .logo > img {
    width: 50%;
  }
  footer > small {
    display: block;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #0e3f70;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
  }

  /* -------------------------------------
    応募はこちら
  ------------------------------------- */
  #entry_button {
    position: fixed;
    width: 90px;
    right: -100px;
    bottom: 100px;
    z-index: 2000;
    transition: .5s;
  }

  .entry_button_visible {
    right: 0 !important;
  }

  /* -------------------------------------
    ページトップへ戻る
  ------------------------------------- */
  #page_top {
    position: fixed;
    bottom: -70px;
    left: 15px;
    width: 40px;
    cursor: pointer;
    transition: .5s;
  }
  #page_top:hover {
    opacity: .7;
  }

  .page_top_visible {
    bottom: 15px !important;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  /* common */
  h2 {
    padding-top: 20px;
    margin-bottom: 80px;
    text-align: center;
    clear: both;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc_inline {
    display: inline;
  }

  .br_pc {
    display: block;
  }

  .br_sp {
    display: none;
  }

  .box_w01 {
    margin: 0 auto;
    width: 1480px;
  }

  .box_w02 {
    margin: 0 auto;
    width: 1120px;
  }

  .box_w03 {
    margin: 0 auto;
    width: 980px;
  }

  /* ヘッダー */
  header {
    margin-bottom: 60px;
  }
  header > section {
    position: relative;
    padding: 100px 0;
    background-image: url("../img/head_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  header > section > h1 {
    margin-bottom: 95px;
    text-align: center;
  }
  header > section .head_copy {
    text-align: center;
  }
.menu_button {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 200;
    cursor: pointer;
    transition: .3s;
  }
.menu_button:hover {
    opacity: .8;
  }

  /* ナビ */
  .navigation {
    display: none;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 1000;
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 0 0 80px;
    transition: .5s;
  }
  .navigation > .menu_close {
    position: absolute;
    right: 47px;
    top: 40px;
    cursor: pointer;
    transition: .3s;
    z-index: 200;
  }
  .navigation > .menu_close:hover {
    opacity: .6;
  }
  .navigation > nav > div {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .navigation > nav > ul > li {
    margin-bottom: 20px;
  }
  .navigation > nav > ul > li:last-child {
    margin-bottom: 0;
  }
  .navigation > nav > ul > li > a {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    transition: .3s;
  }
  .navigation > nav > ul > li > a:hover {
    color: #296fb5;
  }

  /* 応募はこちら */
  .fixed_entry {
    display: none;
  }

  /* BENEFITS 当院で働くメリット */
  .box_benefits {
    margin-bottom: 80px;
    padding: 60px 0;
    background-color: #FFFAEE;
    box-sizing: border-box;
  }
  .box_benefits > section > ul > li {
    position: absolute;
    margin-bottom: 90px;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
  }
  .box_benefits > section > ul > li > .text_box {
    position: absolute;
    top: 30px;
    display: inline-block;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 20px 2px #f1f0ec;
  }
  .box_benefits > section > ul > li > .text_box > h3 {
    margin-bottom: 50px;
  }
  .box_benefits > section > ul > li > .text_box > div {
    padding-left: 50px;
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
  }
  .box_benefits > section > ul > li > .illust {
    position: absolute;
  }
  .box_benefits > section > ul > li.benefits01 {
    background-image: url("../img/benefits01_bg.jpg");
    background-position: right top;
  }
  .box_benefits > section > ul > li.benefits01 > .text_box {
    left: 0;
  }
  .box_benefits > section > ul > li.benefits01 > .illust {
    bottom: -60px;
    right: 10px;
  }
  .box_benefits > section > ul > li.benefits02 {
    background-image: url("../img/benefits02_bg.jpg");
    background-position: left top;
  }
  .box_benefits > section > ul > li.benefits02 > .text_box {
    right: 0;
  }
  .box_benefits > section > ul > li.benefits02 > .illust {
    bottom: -70px;
    left: 40px;
  }
  .box_benefits > section > ul > li.benefits03 {
    background-image: url("../img/benefits03_bg.jpg");
    background-position: right top;
    margin-bottom: 0;
  }

  /* PHILOSOPHY 基本理念 */
  .ex_philosophy_wrap {
    background-image: url("../img/philosophy_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .box_philosophy {
    padding: 0 0 80px;
    margin-bottom: 50px;
  }
  .box_philosophy > section > ul {
    margin: 0 auto;
    width: 900px;
    list-style: decimal;
  }
  .box_philosophy > section > ul > li {
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .box_philosophy > section > ul > li:last-child {
    margin-bottom: 0;
  }
  .box_philosophy > section > ul > li > div {
    font-size: 20px;
    font-weight: normal;
  }

  /* INTERVIEW 先輩の声 */
  .box_interview {
    margin-bottom: 100px;
    padding: 60px 0 80px;
    background-color: #F9F9F9;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_interview > h2.h2_interview {
    margin-bottom: 60px;
  }
  .box_interview .interview_inner {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_interview .interview_inner > ul > li {
    overflow: hidden;
  }
  .box_interview .interview_inner > ul > li > .text {
    width: 50%;
    text-align: center;
  }
  .box_interview .interview_inner > ul > li > .text > h3 {
    margin-bottom: 50px;
  }
  .box_interview .interview_inner > ul > li > .text > div {
    text-align: left;
    line-height: 2;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .box_interview .interview_inner > ul > li > .image {
    width: 50%;
    text-align: center;
  }
  .box_interview .interview_inner > ul > li.interview01 {
    margin-bottom: 60px;
  }
  .box_interview .interview_inner > ul > li.interview01 > div:first-child {
    float: right;
  }
  .box_interview .interview_inner > ul > li.interview01 > div:last-child {
    float: left;
  }
  .box_interview .interview_inner > ul > li.interview02 > div:first-child {
    float: left;
  }
  .box_interview .interview_inner > ul > li.interview02 > div:last-child {
    float: right;
  }

  /* MESSAGE 院長挨拶 */
  .box_message {
    padding: 60px 0 80px;
    background-color: #FCE6FB;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_message > section > h3 {
    margin-bottom: 80px;
    text-align: center;
  }
  .box_message > section > div > .text {
    float: left;
    width: 645px;
    font-size: 18px;
    line-height: 2.2;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .box_message > section > div > .text > a {
    text-decoration: underline;
  }
  .box_message > section > div > .text > ul {
    margin: 1em 0;
    list-style: decimal;
    padding-left: 3em;
  }
  .box_message > section > div > .text > .name {
    margin-top: 30px;
    text-align: right;
    font-size: 30px;
    letter-spacing: 6px;
  }
  .box_message > section > div > .picture {
    float: left;
    width: 475px;
    padding-left: 40px;
    box-sizing: border-box;
  }

  /* IDEAL 求める人材 */
  .box_ideal {
    padding: 60px 0 80px;
    background-color: #F8F8F8;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_ideal > section > h3 {
    text-align: center;
    margin-bottom: 90px;
  }
  .box_ideal > section > ul > li {
    float: left;
    margin-right: 40px;
    padding: 25px;
    width: 470px;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 35px;
  }
  .box_ideal > section > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .box_ideal > section > ul > li:nth-child(5), .box_ideal > section > ul > li:nth-child(6) {
    margin-bottom: 0;
  }
  .box_ideal > section > ul > li > h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 27px;
    text-align: center;
    border-radius: 80px;
    padding: 5px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed758c+0,ed7eb3+100 */
    background: #ed758c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ed758c 0%, #ed7eb3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ed758c 0%, #ed7eb3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ed758c 0%, #ed7eb3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed758c', endColorstr='#ed7eb3',GradientType=1 );
    /* IE6-9 */
  }
  .box_ideal > section > ul > li > div {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    letter-spacing: 2px;
  }

  /* REQUIREMENT 募集要項 */
  .box_requirement {
    margin-bottom: 80px;
    padding: 60px 0 80px;
    background-color: #F9F2DF;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_requirement > section {
    /* TAB */
  }
  .box_requirement > section ul.tab_wrap {
    list-style: none;
  }
  .box_requirement > section ul.tab_wrap > li {
    display: inline-block;
    border-radius: 7px 7px 0 0;
    padding: 5px 20px;
    color: #fff;
    margin-right: 2px;
    font-size: 1.9em;
    cursor: pointer;
    transition: .3s;
  }
  .box_requirement > section ul.tab_wrap > li:nth-child(1) {
    background-color: #638FD2;
  }
  .box_requirement > section ul.tab_wrap > li:nth-child(2) {
    background-color: #BA84B8;
  }
  .box_requirement > section ul.tab_wrap > li:nth-child(3) {
    background-color: #ffaa44;
  }
  .box_requirement > section ul.tab_wrap > li:nth-child(1):hover {
    background-color: #8babdd;
  }
  .box_requirement > section ul.tab_wrap > li:nth-child(2):hover {
    background-color: #cca5cb;
  }
  .box_requirement > section ul.tab_wrap > li:nth-child(3):hover {
    background-color: #ffc177;
  }
  .box_requirement > section ul.tab_wrap > li.current {
    position: relative;
    padding-left: 50px;
  }
  .box_requirement > section ul.tab_wrap > li.current:before {
    content: '▲';
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
    line-height: 1;
    display: inline-block;
    transform: rotate(90deg);
    margin-right: 1em;
    font-size: 14px;
    animation: ani_fade 2s ease infinite;
  }
  @keyframes ani_fade {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .box_requirement > section > .rec_table_wrap {
    padding: 30px;
    background-color: #fff;
    border: 4px #ccc solid;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title {
    padding: 20px 30px;
    font-size: 1.3em;
    background-color: #638FD2;
    color: #fff;
    border-bottom: 2px #F9F2DF solid;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title_c0 {
    background-color: #638FD2;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title_c1 {
    background-color: #BA84B8;
  }
  .box_requirement > section > .rec_table_wrap > h3.job_title_c2 {
    background-color: #ffaa44;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr {
    display: table-row;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > div {
    display: table-cell;
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 2px #F9F2DF solid;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_th {
    width: 200px;
    background-color: #638FD2;
    border-right: 2px #F9F2DF solid;
    color: #fff;
    vertical-align: middle;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td {
    background-color: #fff;
    border-bottom: 2px #F9F2DF solid;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > dl > dt {
    padding-top: 1em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > dl > dt:first-child {
    padding-top: 0;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > dl > dd {
    font-weight: normal;
    padding-left: 1em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table {
    table-layout: fixed;
    margin-bottom: 1em;
    width: 100%;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table th, .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table td {
    border: 1px #ddd solid;
    padding: 10px 20px;
    vertical-align: middle;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > table th {
    background-color: #f0f0f0;
    text-align: left;
    width: 13em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > ul > li {
    margin-bottom: 5px;
  }
  .box_requirement > section > .rec_table_wrap > .rec_table > .rec_tr > .rec_td > ul > li:last-child {
    margin-bottom: 0;
  }
  .box_requirement > section > .rec_table_wrap_0 {
    border-color: #638FD2;
  }
  .box_requirement > section > .rec_table_wrap_0 .rec_th {
    background-color: #638FD2 !important;
  }
  .box_requirement > section > .rec_table_wrap_1 {
    border-color: #BA84B8;
  }
  .box_requirement > section > .rec_table_wrap_1 .rec_th {
    background-color: #BA84B8 !important;
  }
  .box_requirement > section > .rec_table_wrap_2 {
    border-color: #ffaa44;
  }
  .box_requirement > section > .rec_table_wrap_2 .rec_th {
    background-color: #ffaa44 !important;
  }
  .box_requirement > section > .rec_table_wrap_none {
    display: none;
  }

  /* ACCESS アクセス */
  .box_access {
    margin-bottom: 100px;
  }
  .box_access > section {
    text-align: center;
  }
  .box_access > section > .info {
    display: inline-block;
    margin-bottom: 60px;
    padding: 40px 80px;
    box-sizing: border-box;
    background-color: #F6F6F6;
  }
  .box_access > section > .info > h4 {
    font-size: 26px;
    color: #BA84B8;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .box_access > section > .info > div {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .box_access > section > .info > div > div {
    margin-bottom: 20px;
  }

  /* FAQ よくある質問 */
  .box_faq {
    padding: 60px 0 80px;
    background-color: #FCE6FB;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_faq > section {
    padding: 70px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
  }
  .box_faq > section > dl {
    border-bottom: 1px #D6D5D5 solid;
  }
  .box_faq > section > dl.dl_top {
    border-top: 1px #D6D5D5 solid;
  }
  .box_faq > section > dl > dt {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dt > div {
    display: table-cell;
    vertical-align: middle;
  }
  .box_faq > section > dl > dt .question {
    width: 85px;
    text-align: center;
  }
  .box_faq > section > dl > dt .question > span {
    padding: 5px 14px;
    border-radius: 50%;
    background-color: #FDDE89;
    font-size: 30px;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dt .question_text {
    padding-left: 10px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .box_faq > section > dl > dt .question_plus {
    width: 60px;
    text-align: center;
  }
  .box_faq > section > dl > dt .question_plus > span {
    cursor: pointer;
    font-size: 22px;
    color: #BA84B8;
    text-decoration: none;
  }
  .box_faq > section > dl > dt .question_plus > span:hover {
    opacity: 0.7;
  }
  .box_faq > section > dl > dd {
    display: none;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dd > div {
    display: table-cell;
  }
  .box_faq > section > dl > dd > .answer {
    width: 85px;
    text-align: center;
  }
  .box_faq > section > dl > dd > .answer > span {
    padding: 5px 14px;
    border-radius: 50%;
    background-color: #fd89c8;
    font-size: 30px;
    box-sizing: border-box;
  }
  .box_faq > section > dl > dd > .answer_text {
    font-size: 18px;
    padding-left: 10px;
  }
  .box_faq > section > dl > dd > .answer_text > a {
    text-decoration: underline;
  }

  /* ENTRY 応募方法 */
  .box_entry {
    padding: 60px 0 80px;
    background-color: #F6F3F6;
    overflow: hidden;
    box-sizing: border-box;
  }
  .box_entry > section > .box_wrap > div > h3 {
    padding: 10px 0;
    width: 100%;
    background-color: #BA84B8;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.6em;
    text-align: center;
  }
  .box_entry > section > .box_wrap > div > .box_tel {
    margin-bottom: 70px;
    padding: 50px 0;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .tel {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .tel > i {
    padding-right: 15px;
    color: #BA84B8;
    font-size: 40px;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info {
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > div {
    float: left;
    padding: 0 5px;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > .time_table {
    display: table;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > .time_table > div {
    display: table-row;
  }
  .box_entry > section > .box_wrap > div > .box_tel > .info > .time_table > div > div {
    display: table-cell;
    padding: 0 5px;
    text-align: left;
  }
  .box_entry > section > .box_wrap > div > .box_web {
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
  }
  .box_entry > section > .box_wrap > div > .box_web > .intro {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div {
    display: table-row;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div {
    display: table-cell;
    padding-bottom: 30px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:first-child {
    width: 160px;
    padding-right: 20px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    text-align: right;
    vertical-align: top;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child {
    text-align: left;
    vertical-align: middle;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > input {
    width: 100%;
    padding: 10px;
    background-color: #F7F7F7;
    border: 0;
    font-size: 16px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    resize: vertical;
    min-height: 100px;
    background-color: #F7F7F7;
    border: 0;
    height: 200px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > select {
    font-size: 16px;
    padding: 3px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > label:last-child {
    margin-bottom: 0;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div:last-child > div > label > input {
    margin-right: 5px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required {
    box-sizing: border-box;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required > div {
    position: relative;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required > div:after {
    content: '必須';
    letter-spacing: 1px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -13px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background-color: #FF7373;
    box-sizing: border-box;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .form_wrap > div > div.required_last {
    padding-bottom: 40px;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > aside {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > aside > a {
    text-decoration: underline;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .submit_button > input[type="submit"] {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c5fea+0,5abffa+98 */
    background: #2c5fea;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2c5fea 0%, #5abffa 98%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2c5fea 0%, #5abffa 98%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2c5fea 0%, #5abffa 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5fea', endColorstr='#5abffa',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 40px;
    transition: .3s;
  }
  .box_entry > section > .box_wrap > div > .box_web > form > .submit_button > input[type="submit"]:hover {
    opacity: .7;
  }

  /* フッター */
  footer {
    text-align: center;
    background: #296fb5;
  }
  footer > .logo {
    padding: 100px 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  footer > small {
    display: block;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #0e3f70;
    font-size: 1.4rem;
    font-weight: bold;
    color: #a6b0c0;
  }

  /* -------------------------------------
    応募はこちら
  ------------------------------------- */
  #entry_button {
    position: fixed;
    right: -150px;
    top: 40%;
    z-index: 500;
    transition: .5s;
  }
  #entry_button > a {
    display: block;
    transition: .3s;
  }
  #entry_button > a:hover {
    opacity: .7;
  }

  .entry_button_visible {
    right: 0 !important;
  }

  /* -------------------------------------
    ページトップへ戻る
  ------------------------------------- */
  #page_top {
    position: fixed;
    bottom: -130px;
    right: 30px;
    width: 81px;
    height: 120px;
    cursor: pointer;
    transition: .5s;
  }
  #page_top:hover {
    opacity: .7;
  }

  .page_top_visible {
    bottom: 30px !important;
  }
  
  
  
  
  
}
















/*extra*/
/*PC*/
@media screen and (min-width: 751px) {

.l__about{
background: url("../img/about_bg.jpg") no-repeat;
width: 1480px;
margin: 140px auto 80px;
background-position: 740px 35px;
}

.about1{
padding: 0 0 0 40px;
}

.about2{
padding: 70px 0 30px 40px;
font-size: 1.8rem;
line-height: 3.2;
}







.l__news{
width: 100%;
display: flex;
justify-content: space-between;

}

.news1{
background: #2b97cb;
min-width: 488px;
width: 30%;
}
.news1_h{
color: #fff;
text-align: center;
padding: 60px 0;
}
.news1_h1{
font-size: 2.8rem;
font-weight: bold;
}

.news1_h2{
font-size: 1.6rem;
letter-spacing: .5rem;
}




.news2{
width: 70%;
padding: 60px 60px;
background: #f7f7f7;
}
.newsbox1{
color: #0168b7;
font-size: 1.4rem;
font-weight: bold;
}
.newsbox2{
font-size: 1.8rem;
}





.message_w{
width: 100%;
background: #c5e4f9;
margin: 170px 0 0 0;
}




.l__message{
width: 1480px;
margin: -0 auto 0;
}

.message1{
padding: 0 0 0 40px;
}

.message1 img{
margin: -30px 0 0 0;
}

.message2{
padding: 70px 0 80px 40px;
font-size: 1.8rem;
line-height: 2.5;
}











.info_w{
background: url("../img/info_bg.jpg") repeat-y;
padding: 100px 0;

}

.infobox_a{
background: url("../img/info-a_bg.jpg") no-repeat;
width: 1480px;
margin:  0 auto;
padding: 430px 0 0;
}

.infobox_b{
background: url("../img/info-b_bg.jpg") no-repeat;
width: 1480px;
margin:  0 auto;
padding: 430px 0 0;
}

.infobox_c{
background: url("../img/info-c_bg.jpg") no-repeat;
width: 1480px;
margin:  0 auto;
padding: 430px 0 0;
}



.infobox2{
width: 1120px;
background: #fff;
margin: 0 auto;
padding: 0 0 50px 0;

}

.info1{
font-size: 4.0rem;
    letter-spacing: .5rem;
    text-align: center;
    padding: 60px 0;
    color: #fff;
    background: #0378b0;
    border: 10px solid #fff;
    margin: 0 0 60px 0;
}

.info2{
text-align: center;
font-size: 2.9rem;
letter-spacing: .5rem;
padding: 0 0 60px 0;
font-weight: bold;
}

span.infosisha{
    position: relative;
    border-bottom: solid 5px #fff4a2;
    display: inline;
    color: #fd6314;
}

span.infosisha::after{

}


.info3{
width: 860px;
margin:  0 auto 50px;
line-height: 2;
}



.info31{
width: 860px;
margin:  0 auto 100px;
text-align: center;
}

.info31 img{
width: 480px;

}

.info32{
width: 860px;
margin:  0 auto 100px;
text-align: center;
}

.info32 img{
width: 100%;

}



.info4{
text-align: center;
font-size: 2.2rem;
letter-spacing: .5rem;
padding: 0 0 50px 0;
font-weight: bold;
}

.info5{
width: 860px;
margin:  0 auto 40px;
}

.jobsection_w{
width: 860px;
margin: 0 auto;
}

.jobsection1{
    font-size: 2.4rem;
    letter-spacing: .4rem;
    padding: 25px 40px;
    margin: 30px 0 0 0;
    cursor: pointer;
    background-image: linear-gradient(to top, #FF8008 0%, #FFC837 100%);
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #bababa;
}

.jobsection1 span{

}

.jobsection1 span::before{
content: "";
background: url(../img/ic_down-arrow.png) no-repeat;
background-size: cover;
width: 16px;
height: 16px;
display: inline-block;
margin: 0 20px 0 0;
}



.jobsection2{
padding: 30px 50px 40px;
display: none;
}

.infonum{
display: inline-block;
margin: 0 20px 0 0;
}















.w__voice{
width: 1120px;
margin: 0 auto;
}

.voice1{
text-align: center;
font-size: 4rem;
letter-spacing: .3rem;
padding: 150px 0 0 0;
margin: 0 0 100px 0;
}

.voice1 span{
position: relative;
}

.voice1 span::after{
display: block;
border-bottom: solid 5px #f5b733;
width: 50px;
content: "";
margin: 10px auto 0;
}

.voice_fl{
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.voice_box{
width: 30%;
margin: 0 0 40px 0;

}

.voice_box1{
background: #f4f4f4;
text-align: center;
padding: 10px 0;
margin: 0 0 20px 0;
}

.voice_box1 img{
display: inline-block;
}

.voice_box2{
background: #f4f4f4;
border-radius: 100px;
padding: 5px 0;
text-align: center;
margin: 0 0 10px 0;
font-size: 1.4rem;
}

.voice_box3{
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px 0;
cursor: pointer;
}

.voice_box3:hover{
color: #0378b0;
}

.voice_box3::after{
display: block;
content: "";
background: url(../img/ic_down-arrow2.png) no-repeat;
background-size: cover;
width: 2rem;
height: 2rem;
margin: 10px auto 0;
}




.voice_box4{
display: none;
}






.w2__jobtype{
width: 100%;
background: #f7f7f7;
padding: 0 0 80px 0;
}



.w__jobtype{
width: 1120px;
margin: 0 auto;
}



.jobtype_fl{
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.jobtype1{
text-align: center;
font-size: 4rem;
letter-spacing: .3rem;
padding: 150px 0 0 0;
margin: 0 0 100px 0;
}

.jobtype1 span{
position: relative;
}

.jobtype1 span::after{
display: block;
border-bottom: solid 5px #f5b733;
width: 50px;
content: "";
margin: 10px auto 0;
}

.jobtype_box{
display: flex;
    justify-content: space-between;
    width: 30%;
    margin: 0 0 50px 0;
    box-shadow: 1px 5px 7px #e8e8e8;
    transition: .5s;
}
.jobtype_box:hover{
transform: translate(0,-5px);
opacity: .8;
}



.jobtype_box1{
width: 80%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 1.7rem;
}

.jobtype_box2{
width: 20%;
display: flex;
align-items: center;
justify-content: center;
background: #296fb5;
padding: 20px 20px;

}


.ft1{
margin: 0 0 50px 0;
    padding: 50px 0 0 0;
}

.ft2{
color: #fff;
margin: 0 0 15px 0;
font-size: 1.8rem;
letter-spacing: .4rem;
}


.ft3{
color: #fff;
font-size: 2rem;
padding: 0 0 50px 0;
line-height: 1.8;
letter-spacing: .2rem;
}



.slick_slider_w{
width: 100%;
    background: #4ac7fa;
    }

.slick_slider_u{
width: 1480px;
margin: 0 auto;
height: 500px;
}


.l__aboutngata{
    padding: 25px 40px;
    background: #f9f9f9;
    border-radius: 5px;
    margin: 50px 0 0 0;
    line-height: 2.4;
}

.aboutngata1{
font-size: 1.9rem;
font-weight: bold;
}

.aboutngata2{
font-size: 1.5rem;

}







.l__bumonpic{
width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 100px;
}
.l__bumonpic img{
width: 480px;
margin: 0 0 40px 0;
}




.ftmassege {
text-align: center;
margin: 100px 0 0;

}


.ftmassege span{
    background: #fff7c5;
    text-align: center;
    padding: 20px 70px;
    border-radius: 100px;
    font-size: 2rem;
    display: inline-block;
    color: #6d594a;
}





}
/*PC*/









































/*sp*/
@media screen and (max-width: 750px) {


.l__about{
width: 100%;
margin: 40px auto;
background-position: 740px 25px;
}

.about1{
padding: 0 15px 0 15px;
}

.about2{
padding: 40px 25px 0 25px;
font-size: 1.6rem;
line-height: 2;
}

.l__news{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.news1{
background: #2b97cb;
width: 100%;
}
.news1_h{
color: #fff;
text-align: center;
padding: 20px 0;
}
.news1_h1{
font-size: 2.2rem;
font-weight: bold;
}

.news1_h2{
font-size: 1.6rem;
letter-spacing: .5rem;
}


.news2{
width: 100%;
padding: 20px;
background: #f7f7f7;
}
.newsbox1{
color: #0168b7;
font-size: 1.4rem;
font-weight: bold;
}

.newsbox2{
font-size: 1.4rem;
}

.message_w{
width: 100%;
background: #c5e4f9;
margin-top: 80px;
}

.l__message{
width: 100%;
margin: -0 auto 0;
}

.message1{
padding: 0 40px 0 40px;
}

.message1 img{
margin: -30px 0 0 0;
}

.message2{
padding: 40px 20px ;
    font-size: 1.5rem;
    line-height: 2;
}

.info_w{
background: url("../img/info_bg.jpg") repeat-y;
    padding: 0 0 20px 0;
}

.infobox_a{
background: url("../img/info-a_bg.jpg") no-repeat;
width: 100%;
margin:  0 auto;
padding: 16vh 0 0;
    background-size: contain;
}

.infobox_b{
background: url("../img/info-b_bg.jpg") no-repeat;
width: 100%;
margin:  0 auto;
padding: 16vh 0 0;
    background-size: contain;}

.infobox_c{
background: url("../img/info-c_bg.jpg") no-repeat;
width: 100%;
margin:  0 auto;
padding: 16vh 0 0;
background-size: contain;
}


.infobox2{
width: 90%;
background: #fff;
margin: 0 auto;
padding: 0 0 5px 0;
}

.info1{
    font-size: 2rem;
    letter-spacing: .2rem;
    text-align: center;
    padding: 40px 0 40px;
    background: #0378b0;
    border: 10px solid #fff;
    color: #fff;
    margin: 0 0 40px 0;
}

.info2{
text-align: center;
font-size: 2rem;
letter-spacing: .2rem;
padding: 0 0 40px 0;
font-weight: bold;
}

span.infosisha{
    position: relative;
    border-bottom: solid 5px #fff4a2;
    display: inline;
    color: #fd6314;
}

span.infosisha::after{

}


.info3{
width: 85%;
margin:  0 auto 30px;
line-height: 2;
font-size: 1.4rem;
}

.info31{
width: 80%;
margin:  0 auto 40px;
text-align: center;
}

.info31 img{
width: 100%;
display: inline-block;
}


.info4{
text-align: center;
font-size: 2rem;
letter-spacing: .2rem;
padding: 0 0 30px 0;
font-weight: bold;
}

.info5{
width: 85%;
margin:  0 auto 40px;
font-size: 1.4rem;
}

.jobsection_w{
width: 100%;
margin: 0 auto;
}

.jobsection1{
font-size: 1.8rem;

    letter-spacing: .2rem;
    padding: 20px 30px;
    margin: 30px auto 0;
    cursor: pointer;
    width: 90%;
        background-image: linear-gradient(to top, #FF8008 0%, #FFC837 100%);
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #bababa;
}



.jobsection1 span{
}

.jobsection1 span::before{
content: "";
background: url(../img/ic_down-arrow.png) no-repeat;
background-size: cover;
width: 1.6rem;
height: 1.6rem;
display: inline-block;
margin: 0 20px 0 0;
}


.jobsection2{
padding: 25px 30px 15px;
font-size: 1.4rem;
display: none;
}

.infonum{
color: #fff;
display: inline-block;
margin: 0 10px 0 0;
}

.w__voice{
width: 100%;
margin: 0 auto;
}

.voice1{
text-align: center;
font-size: 2.2rem;
letter-spacing: .2rem;
padding: 80px 0 0 0;
margin: 0 0 80px 0;
}

.voice1 span{
position: relative;
}

.voice1 span::after{
display: block;
border-bottom: solid 5px #f5b733;
width: 50px;
content: "";
margin: 10px auto 0;
}

.voice_fl{
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.voice_box{
width: 80%;
margin: 0 0 30px 0;
}

.voice_box1{
background: #f4f4f4;
text-align: center;
padding: 10px 0;
margin: 0 0 20px 0;
}

.voice_box1 img{
display: inline-block;
}

.voice_box2{
background: #f4f4f4;
border-radius: 100px;
padding: 5px 0;
text-align: center;
margin: 0 0 20px 0;
font-size: 1.4rem;
}

.voice_box3{
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px 0;
cursor: pointer;
}

.voice_box3:hover{
color: #0378b0;
}

.voice_box3::after{
display: block;
content: "";
background: url(../img/ic_down-arrow2.png) no-repeat;
background-size: cover;
width: 2rem;
height: 2rem;
margin: 10px auto 0;
}

.voice_box4{
font-size: 1.4rem;
display: none;
}

.w2__jobtype{
width: 100%;
background: #f7f7f7;
padding: 0 0 50px 0;
}

.w__jobtype{
width: 100%;
margin: 0 auto;
}

.jobtype_fl{
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.jobtype1{
text-align: center;
font-size: 2.2rem;
letter-spacing: .2rem;
padding: 40px 0 0 0;
margin: 0 0 40px 0;
}

.jobtype1 span{
position: relative;
}

.jobtype1 span::after{
display: block;
border-bottom: solid 5px #f5b733;
width: 50px;
content: "";
margin: 10px auto 0;
}

.jobtype_box{
display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 0 35px 0;
    box-shadow: 1px 5px 7px #e8e8e8;
    transition: .7s;
}

.jobtype_box:hover{
transform: translate(0,-5px);
opacity: .8;
}

.jobtype_box1{
width: 80%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 1.5rem;
}

.jobtype_box2{
width: 20%;
display: flex;
align-items: center;
justify-content: center;
background: #296fb5;
padding: 20px 20px;
}


.ft1{
    padding: 30px 0 0 0;
    width: 80%;
    margin: 0 auto 30px;
}

.ft2{
color: #fff;
margin: 0 0 15px 0;
font-size: 1.5rem;
letter-spacing: .1rem;
}


.ft3{
color: #fff;
font-size: 1.6rem;
padding: 0 0 30px 0;
line-height: 1.8;
letter-spacing: .1rem;
}

.mainimage_ww{
width: 100%;
}

.mainimg_w{
width: 100%;
height: 500px;
}

.mainimg_w img{
width: 100%;
}


.l__aboutngata{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-top: 20px;
}

.aboutngata1{
font-size: 1.6rem;
font-weight: bold;
}

.aboutngata2{
font-size: 1.4rem;
}

.l__bumonpic{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 40px;
    align-items: flex-start;
}
.l__bumonpic img{
width: 80%;
    margin: 0 0 20px 0;
    height: auto;
}

.ftmassege {
    text-align: center;
    margin: 50px auto 0;
    width: 80%;
}


.ftmassege span{
background: #fff7c5;
    text-align: center;
    padding: 15px 20px;
    border-radius: 100px;
    font-size: 1.4rem;
    display: inline-block;
    color: #6d594a;
}


}
/*sp*/






.slick-prev{
display: none !important;
}

.slick-next{
display: none !important;
}








