@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  border: none;
  padding: 0; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #252525;
  font-family: "源ノ角ゴシック", source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline; }
  @media screen and (max-width: 896px) {
    html {
      font-size: 14px; } }
body {
  font-family: "源ノ角ゴシック", source-han-sans-japanese, sans-serif; }

::selection {
  color: #fff;
  background-color: #676767; }

::-moz-selection {
  color: #fff;
  background-color: #676767; }

.dp_wrap {
  overflow: hidden; }

a {
  color: #252525;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

p {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

table {
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  width: 100%; }

dt {
  font-weight: 700; }

dd {
  margin: 0; }

/* ブレイクポイント
----------------------------------------------------------------- */
.dp_visible_pc {
  display: block; }
  @media screen and (max-width: 896px) {
    .dp_visible_pc {
      display: none !important; } }
.dp_visible_pctb {
  display: block; }
  @media screen and (max-width: 480px) {
    .dp_visible_pctb {
      display: none !important; } }
.dp_visible_tbsp {
  display: none !important; }
  @media screen and (max-width: 896px) {
    .dp_visible_tbsp {
      display: block !important; } }
.dp_visible_sp {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .dp_visible_sp {
      display: block !important; } }
/* ページタイトル
----------------------------------------------------------------- */
.dp_page_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: 100%;
  height: 345px;
  position: relative; }
  @media screen and (max-width: 896px) {
    .dp_page_title {
      margin-top: 0;
      height: 270px; } }
  .dp_page_title .dp_page_title_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: fit-content;
    margin-top: 40px; }
    @media screen and (max-width: 896px) {
      .dp_page_title .dp_page_title_inner {
        margin-top: 30px; } }
    .dp_page_title .dp_page_title_inner .dp_page_title_jp {
      color: #fff;
      font-size: 36px;
      font-size: 2.25rem;
      text-align: center; }
    .dp_page_title .dp_page_title_inner .dp_page_title_en {
      color: #e40073;
      font-family: "Quatro Slab", quatro-slab, serif;
      font-style: italic;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      text-align: center;
      line-height: 1; }

/* パンくずリスト
----------------------------------------------------------------- */
.dp_breadcrumb,
.dp_breadcrumb_ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px; }
  @media screen and (max-width: 896px) {
    .dp_breadcrumb,
    .dp_breadcrumb_ft {
      font-size: 10px; } }
  .dp_breadcrumb ul,
  .dp_breadcrumb_ft ul {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 896px) {
      .dp_breadcrumb ul,
      .dp_breadcrumb_ft ul {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; } }
    .dp_breadcrumb ul li,
    .dp_breadcrumb_ft ul li {
      color: #676767;
      white-space: nowrap; }
      .dp_breadcrumb ul li a,
      .dp_breadcrumb_ft ul li a {
        color: #676767; }
      .dp_breadcrumb ul li:first-child img,
      .dp_breadcrumb_ft ul li:first-child img {
        width: 10px;
        vertical-align: baseline; }
        @media screen and (max-width: 896px) {
          .dp_breadcrumb ul li:first-child img,
          .dp_breadcrumb_ft ul li:first-child img {
            width: 9px; } }
      .dp_breadcrumb ul li:nth-child(n+2),
      .dp_breadcrumb_ft ul li:nth-child(n+2) {
        padding-left: 16px;
        position: relative; }
        .dp_breadcrumb ul li:nth-child(n+2):before,
        .dp_breadcrumb_ft ul li:nth-child(n+2):before {
          content: "";
          width: 3px;
          height: 3px;
          border: 0px;
          border-top: solid 1px #676767;
          border-right: solid 1px #676767;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          position: absolute;
          top: 0;
          left: 5px;
          bottom: 0;
          margin: auto; }

.dp_breadcrumb_ft ul {
  justify-content: flex-start; }

/* セクション
----------------------------------------------------------------- */
.dp_sec_small {
  padding: 1rem 0; }

.dp_sec_medium {
  padding: 2.5rem 0; }

.dp_sec_large {
  padding: 3.75rem 0; }
  @media screen and (max-width: 480px) {
    .dp_sec_large {
      padding: 2.5rem 0; } }
.dp_sec_xlarge {
  padding: 5rem 0; }
  @media screen and (max-width: 480px) {
    .dp_sec_xlarge {
      padding: 3.75rem 0; } }
.dp_sec_xxlarge_remove_top {
  padding: 0 0 6.25rem; }
  @media screen and (max-width: 480px) {
    .dp_sec_xxlarge_remove_top {
      padding: 0 0 3.75rem; } }
/* ナビ
----------------------------------------------------------------- */
.dp_page_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: -1%; }
  .dp_page_nav ul li {
    margin: 1%;
    background-color: #f6f6f6;
    width: 31.3333333333%; }
    @media screen and (max-width: 480px) {
      .dp_page_nav ul li {
        width: 98%; } }
    .dp_page_nav ul li a {
      display: block;
      line-height: 3;
      transition: .3s;
      position: relative; }
      .dp_page_nav ul li a:after {
        content: "";
        width: 6px;
        height: 6px;
        border: 0px;
        border-right: solid 1px #e40073;
        border-bottom: solid 1px #e40073;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 40%;
        right: 1rem;
        transition: .3s; }
      .dp_page_nav ul li a:hover {
        color: #e40073; }
        .dp_page_nav ul li a:hover:after {
          border-color: #e40073; }

.dp_page_nav_tag {
  margin: auto; }
  .dp_page_nav_tag ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center; }
    .dp_page_nav_tag ul li {
      display: inline-block;
      background-color: #e40073;
      margin: 2px; }
      .dp_page_nav_tag ul li a {
        display: block;
        color: #fff;
        line-height: 3;
        padding: 0 3rem;
        transition: .3s; }
        .dp_page_nav_tag ul li a:hover {
          opacity: .7; }

.dp_related_nav {
  background-color: #f6f6f6;
  padding: 3.75rem 0; }
  @media screen and (max-width: 480px) {
    .dp_related_nav {
      padding: 2.5rem 0; } }
  .dp_related_nav h4 {
    color: #1d2088;
    border-left: 4px solid #1d2088;
    line-height: 1.5;
    padding-left: .75rem; }
  .dp_related_nav .dp_related_tmb {
    position: relative; }
    .dp_related_nav .dp_related_tmb p {
      text-align: center;
      color: #1d2088;
      background-color: #fff;
      background-image: url(/resource/images/ico_arrow_right_main.svg);
      background-size: 10px auto;
      background-position: center right 1.375rem;
      background-repeat: no-repeat;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 3.375; }
    .dp_related_nav .dp_related_tmb a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -999px;
      transition: .3s; }
      .dp_related_nav .dp_related_tmb a:hover {
        background-color: rgba(255, 255, 255, 0.3); }

/* コンテナーボックス
----------------------------------------------------------------- */
.dp_container,
.dp_container_small,
.dp_container_large {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }

.dp_container {
  max-width: 980px; }

.dp_container_small {
  max-width: 720px; }

.dp_container_large {
  max-width: 1120px; }

/* メールフォーム
----------------------------------------------------------------- */
.dp_form_wrap table {
  font-size: 16px;
  font-size: 1rem; }
  .dp_form_wrap table tr {
    border-bottom: 1px solid #e9e9e9; }
    .dp_form_wrap table tr:first-child {
      border-top: 1px solid #e9e9e9; }
    .dp_form_wrap table tr th, .dp_form_wrap table tr td {
      padding: 1.25rem 0; }
      @media screen and (max-width: 896px) {
        .dp_form_wrap table tr th, .dp_form_wrap table tr td {
          display: block; } }
    .dp_form_wrap table tr th {
      font-weight: 700;
      text-align: left;
      vertical-align: top;
      position: relative;
      width: 33.3333333334%; }
      @media screen and (max-width: 896px) {
        .dp_form_wrap table tr th {
          padding: 1.25rem 0 0;
          width: 100%; } }
    .dp_form_wrap table tr th.dp_form_required:after {
      content: "必須";
      display: inline-block;
      background-color: #e40073;
      border-radius: 10px;
      color: #fff;
      font-size: 10px;
      line-height: 2;
      padding: 0 .5rem;
      position: absolute;
      top: 1.5rem;
      right: 2rem; }
      @media screen and (max-width: 896px) {
        .dp_form_wrap table tr th.dp_form_required:after {
          right: 0; } }
    @media screen and (max-width: 896px) {
      .dp_form_wrap table tr td {
        padding: .5rem 0 1.25rem 0; } }
.dp_radio,
.dp_checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -0.25rem .5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .dp_radio:not(:disabled),
  .dp_checkbox:not(:disabled) {
    cursor: pointer; }

.dp_radio {
  border-radius: 50%; }
  .dp_radio:checked {
    border: 7px solid #e40073; }

.dp_checkbox {
  background-color: #fff; }
  .dp_checkbox:checked:before {
    content: "\02714";
    color: #e40073;
    font-size: 2rem;
    line-height: 0; }

.dp_input,
.dp_textarea {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  padding: .25rem .5rem;
  max-width: 480px;
  width: 100%; }
  @media screen and (max-width: 896px) {
    .dp_input,
    .dp_textarea {
      max-width: 100%; } }
.dp_input {
  height: 40px; }

.dp_form_privacy {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding: 2.5rem; }
  @media screen and (max-width: 480px) {
    .dp_form_privacy {
      padding: 2rem 5%; } }
  .dp_form_privacy .dp_form_privacy_panel {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 850px;
    height: 180px;
    margin-top: 1rem;
    padding: 1.5rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both; }

/* グリッド
----------------------------------------------------------------- */
.dp_grid_small,
.dp_grid_medium,
.dp_grid_large,
.dp_grid_collapse {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%; }

.dp_grid_small > * {
  margin-left: 1%; }
  .dp_grid_small > *:first-child {
    margin-left: 0; }

.dp_grid_small .dp_grid_5_clm, .dp_grid_small .dp_grid_5_clm_sp {
  width: 19.2%; }

.dp_grid_small .dp_grid_4_clm {
  width: 24.25%; }

.dp_grid_small .dp_grid_3_clm {
  width: 32.6666666667%; }

.dp_grid_small .dp_grid_2_clm {
  width: 49.5%; }

@media screen and (max-width: 480px) {
  .dp_grid_small > * {
    margin-top: 1rem;
    margin-left: 0; }
    .dp_grid_small > *:first-child {
      margin-top: 0; }
  .dp_grid_small .dp_grid_5_clm, .dp_grid_small .dp_grid_4_clm, .dp_grid_small .dp_grid_3_clm, .dp_grid_small .dp_grid_2_clm {
    width: 100%; }
  .dp_grid_small .dp_grid_5_clm_sp {
    width: 48%;
    margin-top: 0; }
    .dp_grid_small .dp_grid_5_clm_sp:nth-child(n+3) {
      margin-top: 1rem; }
    .dp_grid_small .dp_grid_5_clm_sp:nth-child(odd) {
      margin-right: 4%; } }

.dp_grid_medium > * {
  margin-left: 4%; }
  .dp_grid_medium > *:first-child {
    margin-left: 0; }

.dp_grid_medium .dp_grid_3_clm {
  width: 30.6666666667%; }

.dp_grid_medium .dp_grid_2_clm {
  width: 48%; }

@media screen and (max-width: 480px) {
  .dp_grid_medium > * {
    margin-top: 2rem;
    margin-left: 0; }
    .dp_grid_medium > *:first-child {
      margin-top: 0; }
  .dp_grid_medium .dp_grid_3_clm, .dp_grid_medium .dp_grid_2_clm {
    width: 100%; } }

.dp_grid_large > * {
  margin-left: 6%; }
  .dp_grid_large > *:first-child {
    margin-left: 0; }

.dp_grid_large .dp_grid_3_clm {
  width: 29.3333333333%; }

.dp_grid_large .dp_grid_2_clm {
  width: 47%; }

@media screen and (max-width: 480px) {
  .dp_grid_large > * {
    margin-top: 3rem;
    margin-left: 0; }
    .dp_grid_large > *:first-child {
      margin-top: 0; }
  .dp_grid_large .dp_grid_3_clm, .dp_grid_large .dp_grid_2_clm {
    width: 100%; } }

.dp_grid_collapse .dp_grid_5_clm {
  width: 20%; }

.dp_grid_collapse .dp_grid_4_clm {
  width: 25%; }

.dp_grid_collapse .dp_grid_3_clm {
  width: 33.3333333334%; }

.dp_grid_collapse .dp_grid_2_clm {
  width: 50%; }

@media screen and (max-width: 480px) {
  .dp_grid_collapse .dp_grid_5_clm, .dp_grid_collapse .dp_grid_4_clm, .dp_grid_collapse .dp_grid_3_clm, .dp_grid_collapse .dp_grid_2_clm {
    width: 100%; } }

.dp_grid_pdf:nth-child(n+6) {
  margin-top: 30px; }

.dp_grid_pdf:nth-of-type(6n) {
  margin-left: 0 !important; }

/* フレックスボックス
----------------------------------------------------------------- */
.dp_flex_small {
  display: flex;
  flex-wrap: wrap;
  margin: -1%; }
  @media screen and (max-width: 480px) {
    .dp_flex_small {
      display: block; } }
.dp_flex_small_flex {
  display: flex;
  flex-wrap: wrap;
  margin: -1%; }

.dp_flex_small > *,
.dp_flex_small_flex > * {
  margin: 1%; }

.dp_flex_small .dp_flex_2_clm,
.dp_flex_small_flex .dp_flex_2_clm {
  width: 48%; }
  @media screen and (max-width: 480px) {
    .dp_flex_small .dp_flex_2_clm,
    .dp_flex_small_flex .dp_flex_2_clm {
      width: 98%; } }
.dp_flex_small .dp_flex_3_clm,
.dp_flex_small_flex .dp_flex_3_clm {
  width: 31.3333333334%; }
  @media screen and (max-width: 480px) {
    .dp_flex_small .dp_flex_3_clm,
    .dp_flex_small_flex .dp_flex_3_clm {
      width: 48%; } }
/* リスト
----------------------------------------------------------------- */
.dp_list_number {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .dp_list_number li {
    position: relative;
    padding-left: 1.5rem; }
    .dp_list_number li:before {
      content: counter(number) ".";
      counter-increment: number;
      position: absolute;
      display: inline-block;
      color: #e40073;
      font-weight: 700;
      margin-left: -1.5rem; }

.dp_list_number_divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .dp_list_number_divider li {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    padding-left: 2.5rem;
    padding-bottom: 1rem;
    margin-top: 1rem; }
    .dp_list_number_divider li:before {
      content: counter(number);
      counter-increment: number;
      position: absolute;
      display: inline-block;
      color: #1d2088;
      font-family: "Quatro Slab", quatro-slab, serif;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 700;
      margin-left: -2rem; }

.dp_list_dot li {
  text-indent: -1em;
  margin-left: 1em; }
  .dp_list_dot li:before {
    content: "・";
    color: #e40073;
    font-weight: 700; }

/* テーブル
----------------------------------------------------------------- */
.dp_tb_pattern1 tr {
  border-bottom: 1px solid #e9e9e9; }
  .dp_tb_pattern1 tr:first-child {
    border-top: 1px solid #e9e9e9; }
  .dp_tb_pattern1 tr th, .dp_tb_pattern1 tr td {
    padding: 1rem; }
    @media screen and (max-width: 480px) {
      .dp_tb_pattern1 tr th, .dp_tb_pattern1 tr td {
        line-height: 1.7; } }
  .dp_tb_pattern1 tr th {
    color: #1d2088;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    width: 30%; }
    @media screen and (max-width: 480px) {
      .dp_tb_pattern1 tr th {
        text-align: left; } }
.dp_tb_pattern2 {
  border: 1px solid #e9e9e9; }
  @media screen and (max-width: 480px) {
    .dp_tb_pattern2 tr {
      border-top: 1px solid #e9e9e9; }
      .dp_tb_pattern2 tr:first-child {
        border: none; } }
  .dp_tb_pattern2 tr th, .dp_tb_pattern2 tr td {
    border: 1px solid #e9e9e9;
    padding: 1rem 1.5rem; }
    @media screen and (max-width: 480px) {
      .dp_tb_pattern2 tr th, .dp_tb_pattern2 tr td {
        display: block;
        border: none;
        line-height: 1.7; } }
  .dp_tb_pattern2 tr th {
    color: #1d2088;
    background-color: #f6f6f6;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    width: 30%; }
    @media screen and (max-width: 480px) {
      .dp_tb_pattern2 tr th {
        width: 100%;
        padding: 1rem 0; } }
  .dp_tb_pattern2 tr td dl {
    margin: 0; }
    .dp_tb_pattern2 tr td dl dt {
      color: #e40073;
      font-weight: 700;
      float: left;
      width: 50px;
      min-width: 50px; }
    .dp_tb_pattern2 tr td dl dd {
      margin-left: 50px; }

.dp_tb_pattern3 {
  overflow: auto; }
  @media screen and (max-width: 480px) {
    .dp_tb_pattern3 {
      max-height: 445px; } }
  .dp_tb_pattern3::-webkit-scrollbar {
    width: 8px;
    background: #e9e9e9; }
  .dp_tb_pattern3::-webkit-scrollbar:horizontal {
    height: 8px;
    background: #e9e9e9; }
  .dp_tb_pattern3::-webkit-scrollbar-thumb {
    background: #1d2088;
    border-radius: 4px; }
  .dp_tb_pattern3::-webkit-scrollbar-thumb:horizontal {
    background: #1d2088;
    border-radius: 4px; }
  .dp_tb_pattern3 table {
    width: 100%;
    min-width: 720px; }
    .dp_tb_pattern3 table th, .dp_tb_pattern3 table td {
      border: solid 1px #d4d4d4;
      padding: 1rem 1.5rem;
      text-align: center;
      font-weight: 700; }
    .dp_tb_pattern3 table th {
      color: #1d2088;
      background-color: #e9e9e9; }
    .dp_tb_pattern3 table td {
      font-weight: 400;
      padding: .5rem 1.5rem; }
    .dp_tb_pattern3 table .first {
      background-color: #f6f6f6;
      font-weight: 700; }

/* スクロール
----------------------------------------------------------------- */
.dp_scroll_anchor {
  display: block; }
  @media screen and (max-width: 896px) {
    .dp_scroll_anchor {
      padding-top: 60px;
      margin-top: -60px; } }
/* モーダルウィンドウ
----------------------------------------------------------------- */
.dp_modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.dp_modal_bg {
  background: rgba(37, 37, 37, 0.7);
  height: 100vh;
  width: 100%; }

.dp_modal_content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px; }
  @media screen and (max-width: 1024px) {
    .dp_modal_content {
      width: 90%; } }
.dp_modal_content_inner {
  position: relative; }
  .dp_modal_content_inner .dp_modal_close {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0;
    position: absolute;
    top: -1.5rem;
    right: 0; }

.dp_modal_open {
  display: block;
  position: relative;
  transition: .3s; }
  .dp_modal_open:hover {
    opacity: .7; }
  .dp_modal_open:before {
    content: "\0002B";
    display: block;
    color: #1d2088;
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: .8;
    padding: .25rem;
    position: absolute;
    top: 2px;
    left: 2px; }

/* 背景
----------------------------------------------------------------- */
.dp_bg_white {
  background-color: #fff !important; }

.dp_bg_whitesmoke {
  background-color: #f6f6f6 !important; }

.dp_bg_lightgray {
  background-color: #e9e9e9 !important; }

.dp_bg_silver {
  background-color: #d4d4d4 !important; }

.dp_bg_gray {
  background-color: #676767 !important; }

.dp_bg_gray2 {
  background-color: #172430 !important; }

.dp_bg_black {
  background-color: #252525 !important; }

.dp_bg_main {
  background-color: #1d2088 !important; }

.dp_bg_sub {
  background-color: #e40073 !important; }

.dp_bg_hover {
  background-color: #e40073 !important; }

.dp_bg_transparent {
  background-color: #ffffff00 !important; }

.dp_bg_tomato {
  background-color: #e40073 !important; }

/* ボタン
----------------------------------------------------------------- */
.dp_btn_main,
.dp_btn_main_white,
.dp_btn_main_whiteline {
  text-align: center;
  max-width: 290px; }
  .dp_btn_main a, .dp_btn_main button,
  .dp_btn_main_white a,
  .dp_btn_main_white button,
  .dp_btn_main_whiteline a,
  .dp_btn_main_whiteline button {
    display: block;
    color: #fff;
    background-color: #1d2088;
    background-image: url(/resource/images/ico_arrow_white.svg);
    background-size: 6px auto;
    background-position: center right 1.375rem;
    background-repeat: no-repeat;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 4.5;
    width: 100%;
    transition: .3s; }
    .dp_btn_main a:hover, .dp_btn_main button:hover,
    .dp_btn_main_white a:hover,
    .dp_btn_main_white button:hover,
    .dp_btn_main_whiteline a:hover,
    .dp_btn_main_whiteline button:hover {
      background-color: #e40073; }

.dp_btn_main_white a, .dp_btn_main_white button {
  color: #1d2088;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_main.svg); }
  .dp_btn_main_white a:hover, .dp_btn_main_white button:hover {
    color: #fff;
    background-image: url(/resource/images/ico_arrow_white.svg); }

.dp_btn_main_whiteline a, .dp_btn_main_whiteline button {
  margin-top: 2.5rem;
  color: #fff;
  border: 1px solid #fff;
  background-color: #ffffff00;
  background-image: url(/resource/images/ico_arrow_white.svg); }
  .dp_btn_main_whiteline a:hover, .dp_btn_main_whiteline button:hover {
    color: #1d2088;
    background-color: #fff;
    background-image: url(/resource/images/ico_arrow_main.svg); }

.dp_btn_card,
.dp_btn_card_tmb {
  border: 4px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative; }
  @media screen and (max-width: 896px) {
    .dp_btn_card,
    .dp_btn_card_tmb {
      padding: 2rem; } }
  @media screen and (max-width: 480px) {
    .dp_btn_card,
    .dp_btn_card_tmb {
      padding: 1.5rem; } }
  .dp_btn_card h5,
  .dp_btn_card_tmb h5 {
    margin-bottom: .5rem; }
  .dp_btn_card p,
  .dp_btn_card_tmb p {
    color: #676767; }
    .dp_btn_card p span,
    .dp_btn_card_tmb p span {
      color: #e40073; }
  .dp_btn_card a,
  .dp_btn_card_tmb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    transition: .3s; }
    .dp_btn_card a:hover,
    .dp_btn_card_tmb a:hover {
      background-color: rgba(255, 255, 255, 0.4); }

.dp_btn_card_tmb {
  border: 1px solid #e9e9e9;
  padding: 0; }
  .dp_btn_card_tmb p {
    font-size: 14px;
    font-size: 0.875rem; }
    .dp_btn_card_tmb p span {
      color: #e40073; }

.dp_btn_pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em; }
  .dp_btn_pdf a::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 35px;
    vertical-align: middle;
    background: url(/resource/images/ico_pdf.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 0.45em; }
  .dp_btn_pdf a span {
    color: #252525;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    transition: .3s;
    line-height: 1.2;
    position: relative;
    top: -0.5rem; }
  .dp_btn_pdf:hover {
    opacity: 0.6; }

/* カード
----------------------------------------------------------------- */
.dp_card_small,
.dp_card_medium {
  border: 1px solid #e9e9e9; }

.dp_card_small {
  padding: 1rem; }

.dp_card_medium {
  padding: 2.5rem; }

.dp_card_pattern1 {
  border: 1px solid rgba(29, 32, 136, 0.2); }
  .dp_card_pattern1 .dp_card_head {
    background-color: rgba(29, 32, 136, 0.2);
    text-align: center;
    padding: 2rem 1rem; }
    .dp_card_pattern1 .dp_card_head h4 {
      color: #1d2088; }
  .dp_card_pattern1 .dp_card_txt {
    padding: 2.5rem; }
  .dp_card_pattern1 .dp_card_txt_small {
    padding: 1.5rem; }

.dp_card_pattern2 {
  border: 4px solid #e40073;
  padding: 1.5rem;
  text-align: center; }
  .dp_card_pattern2 h4 {
    color: #e40073;
    font-size: 30px;
    font-size: 1.875rem; }
    .dp_card_pattern2 h4 span {
      display: block;
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: .5rem; }
  .dp_card_pattern2 h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 1.5rem; }
  .dp_card_pattern2 p {
    text-align: left;
    margin-top: 1rem; }

/* テキスト
----------------------------------------------------------------- */
.dp_txt_english {
  font-family: "Quatro Slab", quatro-slab, serif; }

.dp_txt_bold {
  font-weight: 700; }

.dp_txt_small {
  font-size: 14px;
  font-size: 0.875rem; }

.dp_txt_large {
  font-size: 20px;
  font-size: 1.25rem; }

.dp_txt_link {
  color: #1d2088;
  text-decoration: underline; }
  .dp_txt_link:hover {
    color: #e40073;
    text-decoration: none; }

.dp_txt_center {
  text-align: center !important; }

.dp_txt_left {
  text-align: left !important; }

.dp_txt_right {
  text-align: right !important; }

.dp_txt_white {
  color: #fff !important; }

.dp_txt_whitesmoke {
  color: #f6f6f6 !important; }

.dp_txt_lightgray {
  color: #e9e9e9 !important; }

.dp_txt_silver {
  color: #d4d4d4 !important; }

.dp_txt_gray {
  color: #676767 !important; }

.dp_txt_gray2 {
  color: #172430 !important; }

.dp_txt_black {
  color: #252525 !important; }

.dp_txt_main {
  color: #1d2088 !important; }

.dp_txt_sub {
  color: #e40073 !important; }

.dp_txt_hover {
  color: #e40073 !important; }

.dp_txt_transparent {
  color: #ffffff00 !important; }

.dp_txt_tomato {
  color: #e40073 !important; }

h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 26px;
  font-size: 1.625rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

.dp_ttl_main_bg {
  background-color: #1d2088;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem; }
  @media screen and (max-width: 480px) {
    .dp_ttl_main_bg {
      padding: 2rem; } }
h2.dp_ttl_main {
  color: #fff;
  text-align: center; }
  h2.dp_ttl_main span {
    display: block;
    font-family: "Quatro Slab", quatro-slab, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }

.dp_ttl_sub_line {
  color: #252525;
  border-bottom: 1px solid #e40073;
  padding-bottom: .5rem; }

.dp_ttl_sub {
  color: #252525;
  padding-bottom: .5rem; }

.dp_txt_tel {
  font-family: "Quatro Slab", quatro-slab, serif;
  font-style: italic;
  letter-spacing: 0.1rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1; }
  @media screen and (max-width: 896px) {
    .dp_txt_tel {
      font-size: 30px;
      font-size: 1.875rem; } }
  .dp_txt_tel img {
    margin-right: .25rem;
    width: 21px;
    vertical-align: baseline; }
    @media screen and (max-width: 896px) {
      .dp_txt_tel img {
        width: 14px; } }
  .dp_txt_tel a[href^="tel:"] {
    color: #1d2088;
    display: inline-block;
    pointer-events: none; }
    @media screen and (max-width: 480px) {
      .dp_txt_tel a[href^="tel:"] {
        pointer-events: auto; }
        .dp_txt_tel a[href^="tel:"]:hover {
          color: #e40073; } }
.txt_blue {
  color: #1d2088; }

/* マージン
----------------------------------------------------------------- */
.dp_margin_auto {
  margin: auto; }

.dp_margin_remove {
  margin: 0 !important; }

.dp_margin_remove_top {
  margin-top: 0 !important; }

.dp_margin_xsmall_top {
  margin-top: 10px; }

.dp_margin_small_top {
  margin-top: 1rem; }

.dp_margin_medium_top {
  margin-top: 2.5rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_medium_top {
      margin-top: 2rem; } }
.dp_margin_large_top {
  margin-top: 3.75rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_large_top {
      margin-top: 3rem; } }
.dp_margin_xlarge_top {
  margin-top: 10rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_xlarge_top {
      margin-top: 7rem; } }
/* パディング
----------------------------------------------------------------- */
.dp_padding_remove {
  padding: 0 !important; }

.dp_padding_small {
  padding: 1rem; }

.dp_padding_medium {
  padding: 2.5rem; }

.dp_padding_large {
  padding: 3.75rem; }
  @media screen and (max-width: 480px) {
    .dp_padding_large {
      padding: 2.5rem; } }
.sec_bottom_xlarge {
  padding-bottom: 5rem 0; }
  @media screen and (max-width: 480px) {
    .sec_bottom_xlarge {
      padding-bottom: 3.75rem 0; } }
/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative; }

.dp_header {
  display: flex;
  justify-content: space-between;
  background-color: white;
  height: 80px;
  z-index: 1010;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .dp_header {
      height: 60px; } }
  @media screen and (max-width: 896px) {
    .dp_header {
      box-shadow: 0px 0px 10px rgba(37, 37, 37, 0.1);
      position: fixed;
      width: 100%; } }
.dp_header_logo {
  position: relative;
  max-width: 360px;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .dp_header_logo {
      width: 75%; } }
  .dp_header_logo h1 {
    position: relative;
    height: 100%;
    width: 100%; }
    .dp_header_logo h1 a {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      transition: .2s; }
      .dp_header_logo h1 a:hover {
        opacity: .75; }
      .dp_header_logo h1 a img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }

/* PC版メニュー
----------------------------------------------------------------- */
.dp_header_nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem; }
  @media screen and (max-width: 1024px) {
    .dp_header_nav {
      font-size: 1.25vw; } }
  .dp_header_nav .dp_header_nav_global {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main {
      display: flex;
      justify-content: flex-end;
      line-height: 80px; }
      @media screen and (max-width: 1024px) {
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main {
          line-height: 60px; } }
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main > li {
        width: 25%;
        max-width: 140px;
        position: relative; }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main > li:before {
          content: "";
          background-color: #e9e9e9;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          width: 1px;
          height: 40px; }
          @media screen and (max-width: 1024px) {
            .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main > li:before {
              height: 30px; } }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main > li a {
          display: block;
          transition: .3s; }
          .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main > li a:hover {
            color: #e40073; }
    .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main,
    .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub {
      display: flex;
      justify-content: flex-end;
      line-height: 1; }
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a,
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li a {
        transition: .3s; }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a:hover,
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li a:hover {
          color: #e40073; }
    .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main {
      display: flex;
      align-items: center;
      height: 100%; }
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li {
        position: relative;
        height: 100%; }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          padding-right: 20px;
          padding-left: 20px; }
          @media screen and (max-width: 1024px) {
            .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a {
              padding-right: 10px;
              padding-left: 10px; } }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li:last-child a {
          padding-right: 30px; }
          @media screen and (max-width: 1024px) {
            .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li:last-child a {
              padding-right: 20px; } }
    .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub {
      font-size: 10px;
      margin-top: 20px; }
      @media screen and (max-width: 1024px) {
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub {
          margin-top: 15px; } }
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:after {
        content: "｜";
        margin: 0 15px; }
        @media screen and (max-width: 1024px) {
          .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:after {
            margin: 0 10px; } }
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:last-child {
        margin-right: 30px; }
        @media screen and (max-width: 1024px) {
          .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:last-child {
            margin-right: 20px; } }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:last-child:after {
          content: "";
          display: none; }
      .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li a {
        color: #676767; }
    .dp_header_nav .dp_header_nav_global .dp_dropdown {
      position: relative; }
      @media (orientation: landscape) and (max-device-width: 1024px) {
        .dp_header_nav .dp_header_nav_global .dp_dropdown > a {
          pointer-events: none; } }
      .dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        min-width: max-content;
        width: max-content;
        transform-origin: top center;
        transform: translate(-50%, 100%) scale(1, 0);
        -webkit-transform: translate(-50%, 100%) scale(1, 0);
        -ms-transform: translate(-50%, 100%) scale(1, 0);
        overflow: hidden;
        transition: .5s .1s; }
        .dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav li {
          width: 100%;
          background-color: #fff;
          line-height: 1.6;
          font-size: 13px; }
          .dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav li a {
            padding: 10px 20px;
            opacity: 0;
            transition: .2s; }
        .dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav.dp_dropdown_open {
          overflow: visible;
          transform: translate(-50%, 100%) scale(1, 1);
          -webkit-transform: translate(-50%, 100%) scale(1, 1);
          -ms-transform: translate(-50%, 100%) scale(1, 1);
          transition: .4s; }
          .dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav.dp_dropdown_open a {
            opacity: 1;
            transition: .3s .2s; }
      .dp_header_nav .dp_header_nav_global .dp_dropdown .dp_dropdown_arrow::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #1d2088;
        border-right: 1px solid #1d2088;
        transform: rotate(135deg) translateY(50%);
        -webkit-transform: rotate(135deg) translateY(50%);
        margin-left: .6125em;
        transition: .2s; }
      .dp_header_nav .dp_header_nav_global .dp_dropdown:hover .dp_dropdown_arrow::after {
        border-top: 1px solid #e40073;
        border-right: 1px solid #e40073; }
  .dp_header_nav .dp_header_nav_contact {
    width: 27%;
    max-width: 320px;
    line-height: 80px; }
    @media screen and (max-width: 1024px) {
      .dp_header_nav .dp_header_nav_contact {
        line-height: 60px; } }
    .dp_header_nav .dp_header_nav_contact ul {
      display: flex;
      justify-content: flex-end; }
      .dp_header_nav .dp_header_nav_contact ul li {
        width: 50%; }
        .dp_header_nav .dp_header_nav_contact ul li a {
          display: block;
          color: #fff;
          transition: .3s; }
        .dp_header_nav .dp_header_nav_contact ul li:first-child a {
          background-color: #e40073; }
          .dp_header_nav .dp_header_nav_contact ul li:first-child a:hover {
            background-color: #e40073; }
        .dp_header_nav .dp_header_nav_contact ul li:last-child a {
          background-color: #1d2088; }
          .dp_header_nav .dp_header_nav_contact ul li:last-child a:hover {
            background-color: #e40073; }

/* ドロワーメニュー
----------------------------------------------------------------- */
.dp_toggle {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/resource/images/menu_open.svg);
  transition: background-image .1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999; }

body.open {
  overflow: hidden; }
  body.open .dp_toggle {
    background-image: url(/resource/images/menu_close.svg); }

.dp_drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998; }
  .dp_drawer .dp_drawer_body {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 60px; }
    .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main {
      position: relative;
      height: 100%;
      background-color: rgba(29, 32, 136, 0.95);
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li {
        color: #fff;
        font-size: 1rem;
        line-height: 1.6; }
        .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a {
          color: #fff;
          padding: 1.875em 10%;
          display: block;
          position: relative; }
          @media screen and (max-width: 480px) {
            .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a {
              padding: 1.375em 10%; } }
          .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a:after {
            content: "";
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: absolute;
            top: 45%;
            right: 5%; }
        .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion {
          width: 100%; }
          .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn {
            position: relative;
            display: block;
            cursor: pointer;
            padding: 1.875em 10%;
            transition: .3s; }
            @media screen and (max-width: 480px) {
              .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn {
                padding: 1.375em 10%; } }
            .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::before, .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::after {
              position: absolute;
              content: '';
              width: 10px;
              height: 1px;
              background-color: #fff;
              transition: .3s; }
            .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::before {
              top: 48%;
              right: 4.5%;
              transform: rotate(0deg); }
            .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::after {
              top: 48%;
              right: 4.5%;
              transform: rotate(90deg); }
            .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn.close {
              background: rgba(25, 27, 115, 0.8); }
              .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn.close::before {
                transform: rotate(0deg) translateX(5px);
                opacity: 0; }
              .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn.close::after {
                transform: rotate(180deg); }
          .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content {
            display: none;
            background: rgba(25, 27, 115, 0.8);
            padding-bottom: 1em; }
            .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content li {
              margin: 0;
              border-bottom: none; }
              .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content li a {
                font-size: 0.8125rem;
                line-height: 1.4;
                padding-top: 1em;
                padding-right: 10%;
                padding-bottom: 1em;
                padding-left: calc(10% + 1.25em); }
                .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content li a:after {
                  content: "";
                  width: 4px;
                  height: 4px;
                  border: 0px;
                  border-top: solid 1px #fff;
                  border-right: solid 1px #fff;
                  transform: rotate(45deg);
                  -webkit-transform: rotate(45deg);
                  position: absolute;
                  top: 45%;
                  right: 5%; }

/* ==========================================================================
フッター
========================================================================== */
.dp_footer {
  border-top: 1px solid #e9e9e9; }

.dp_footer_logo {
  text-align: center;
  padding: 3.75rem 0; }
  @media screen and (max-width: 896px) {
    .dp_footer_logo {
      padding: 2.75rem 0; } }
  .dp_footer_logo img {
    height: 50px; }
    @media screen and (max-width: 480px) {
      .dp_footer_logo img {
        height: 40px; } }
/* メニュー
----------------------------------------------------------------- */
.dp_footer_nav {
  background-color: #1d2088;
  padding: 3.75rem 0; }
  @media screen and (max-width: 896px) {
    .dp_footer_nav {
      padding: 2.75rem 0; } }
  .dp_footer_nav .dp_footer_nav_main {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      .dp_footer_nav .dp_footer_nav_main {
        display: block;
        text-align: center; } }
    .dp_footer_nav .dp_footer_nav_main ul {
      flex-basis: 16.6666666667%;
      font-size: 14px;
      line-height: 1.2; }
      .dp_footer_nav .dp_footer_nav_main ul > li {
        margin-bottom: 2rem; }
        @media screen and (max-width: 896px) {
          .dp_footer_nav .dp_footer_nav_main ul > li {
            margin-bottom: 1.5rem; } }
        .dp_footer_nav .dp_footer_nav_main ul > li a {
          color: #fff; }
          .dp_footer_nav .dp_footer_nav_main ul > li a:hover {
            color: #e40073; }
      .dp_footer_nav .dp_footer_nav_main ul > ul {
        font-size: 12px; }
        @media screen and (max-width: 896px) {
          .dp_footer_nav .dp_footer_nav_main ul > ul {
            display: none; } }
        .dp_footer_nav .dp_footer_nav_main ul > ul > li {
          margin-bottom: 1rem; }
          .dp_footer_nav .dp_footer_nav_main ul > ul > li:before {
            content: "";
            display: inline-block;
            background-color: #e40073;
            margin: 4px 4px 4px 0;
            width: 6px;
            height: 1px; }

/* コピーライト
----------------------------------------------------------------- */
.dp_copyright {
  background-color: #172430;
  font-family: "Quatro Slab", quatro-slab, serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: .85rem 0; }

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100; }
  a#pagetop img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    width: 50px;
    transition: .3s; }
  a#pagetop:hover img {
    opacity: .7; }

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.dp_idx_slide_wrap {
  margin-top: -80px;
  width: 100%;
  height: 660px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .dp_idx_slide_wrap {
      margin-top: 0;
      height: 505px; } }
  .dp_idx_slide_wrap .dp_idx_slide_catch {
    z-index: 1;
    position: absolute;
    right: 12%;
    bottom: 165px;
    max-width: 480px; }
    @media screen and (max-width: 1024px) {
      .dp_idx_slide_wrap .dp_idx_slide_catch {
        right: 5%;
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .dp_idx_slide_wrap .dp_idx_slide_catch {
        width: 80%; } }
    .dp_idx_slide_wrap .dp_idx_slide_catch img {
      max-width: 100%; }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-slide {
    height: 660px;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .dp_idx_slide_wrap .dp_idx_slide_items .slick-slide {
        height: 505px; } }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-list {
    pointer-events: none; }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 15px; }
    .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li {
      width: 32px;
      height: 3px;
      margin: 0 4px; }
      .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li button {
        padding: 0;
        width: 32px;
        height: 3px; }
        .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li button:before {
          content: "";
          width: 32px;
          height: 3px;
          opacity: .7;
          font-size: 0;
          background-color: #fff;
          border-radius: 1.5px; }
        .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li button:hover:before {
          opacity: 1;
          background-color: #e40073; }
    .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: #e40073; }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-next,
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-prev {
    z-index: 2;
    width: 25px;
    height: 25px; }
    .dp_idx_slide_wrap .dp_idx_slide_items .slick-next:before,
    .dp_idx_slide_wrap .dp_idx_slide_items .slick-prev:before {
      display: none; }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-next {
    right: 20px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-prev {
    left: 20px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.slick-dotted.slick-slider {
  margin: 0 auto !important; }

/* お知らせ1（ニュースティッカータイプ）
----------------------------------------------------------------- */
.dp_idx_news_wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle; }
  @media screen and (max-width: 480px) {
    .dp_idx_news_wrap {
      font-size: 12px;
      line-height: 1.5; } }
  .dp_idx_news_wrap .dp_idx_news_items {
    flex: 1;
    min-width: 1px;
    padding: .75rem 1rem .75rem 0; }
    .dp_idx_news_wrap .dp_idx_news_items ul {
      overflow: hidden;
      height: 14px; }
      @media screen and (max-width: 480px) {
        .dp_idx_news_wrap .dp_idx_news_items ul {
          height: 2.5rem; } }
      .dp_idx_news_wrap .dp_idx_news_items ul li a {
        display: block;
        transition: .3s; }
        .dp_idx_news_wrap .dp_idx_news_items ul li a:hover {
          color: #e40073; }
        .dp_idx_news_wrap .dp_idx_news_items ul li a .dp_idx_news_data:after {
          content: "｜";
          margin: 0 1rem; }
          @media screen and (max-width: 896px) {
            .dp_idx_news_wrap .dp_idx_news_items ul li a .dp_idx_news_data:after {
              margin: 0; } }
          @media screen and (max-width: 480px) {
            .dp_idx_news_wrap .dp_idx_news_items ul li a .dp_idx_news_data:after {
              content: none; } }
        @media screen and (max-width: 480px) {
          .dp_idx_news_wrap .dp_idx_news_items ul li a .dp_idx_news_ttl {
            display: block; } }
  .dp_idx_news_wrap .dp_idx_news_btn {
    background-color: #1d2088;
    font-family: "Quatro Slab", quatro-slab, serif;
    font-weight: 700;
    text-align: center;
    width: 15%;
    transition: .3s; }
    @media screen and (max-width: 480px) {
      .dp_idx_news_wrap .dp_idx_news_btn {
        width: 20%; } }
    .dp_idx_news_wrap .dp_idx_news_btn:hover {
      background-color: #e40073; }
    .dp_idx_news_wrap .dp_idx_news_btn a {
      display: block;
      color: #fff;
      width: 100%;
      height: 100%;
      position: relative; }
      .dp_idx_news_wrap .dp_idx_news_btn a span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto;
        text-align: center; }

/* お知らせ2（リストタイプ）
----------------------------------------------------------------- */
.dp_idx_news_list_wrap {
  padding-top: 5rem; }
  @media screen and (max-width: 480px) {
    .dp_idx_news_list_wrap {
      line-height: 1.5;
      display: block; } }
  @media screen and (max-width: 480px) {
    .dp_idx_news_list_wrap .dp_container {
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .dp_idx_news_list_wrap .dp_grid_medium {
      display: block; } }
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1d2088;
    padding: 2rem 7%; }
    .dp_idx_news_list_wrap .dp_idx_news_list_ttl .dp_ttl_main {
      font-size: 22px; }
      .dp_idx_news_list_wrap .dp_idx_news_list_ttl .dp_ttl_main span {
        font-size: 14px; }
    @media screen and (max-width: 480px) {
      .dp_idx_news_list_wrap .dp_idx_news_list_ttl {
        padding: 2rem 0; } }
  .dp_idx_news_list_wrap .dp_idx_news_list_items {
    flex: 1;
    min-width: 1px;
    padding: .8125rem 1rem 0;
    margin-left: 0; }
    @media screen and (max-width: 480px) {
      .dp_idx_news_list_wrap .dp_idx_news_list_items {
        padding: 0 .75rem; } }
    @media screen and (max-width: 480px) {
      .dp_idx_news_list_wrap .dp_idx_news_list_items ul {
        padding-top: 0; } }
    .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a {
      display: flex;
      align-items: baseline;
      padding: .75rem 1rem;
      transition: .2s; }
      .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a *, .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a ::before, .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a ::after {
        transition: .2s; }
      @media screen and (max-width: 480px) {
        .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a {
          padding: .8125rem .5rem; } }
      .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_data {
        font-size: 13px; }
      .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_ttl {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-left: 1.25rem;
        font-size: 16px;
        vertical-align: middle; }
        .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_ttl::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: .25rem;
          width: 5px;
          height: 5px;
          opacity: .7;
          font-size: 0;
          border-top: 1px solid #1d2088;
          border-right: 1px solid #1d2088;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg) translateY(-50%); }
      .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a:hover {
        color: #e40073; }
        .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a:hover .dp_idx_news_list_article_ttl::after {
          right: 0; }
    .dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn {
      margin-top: .25rem;
      margin-right: .25rem;
      display: block;
      text-align: right;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn {
          text-align: left;
          margin-top: 1.5rem; } }
      .dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn a {
        font-size: .75rem;
        display: inline-block;
        padding: .25rem .75rem;
        transition: .3s; }
        .dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn a:hover {
          color: #e40073; }

/* 第一セクション
----------------------------------------------------------------- */
.dp_idx_pattern1_wrap {
  padding: 6rem 0; }
  .dp_idx_pattern1_wrap .dp_idx_pattern1_bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% auto; }
    @media screen and (max-width: 480px) {
      .dp_idx_pattern1_wrap .dp_idx_pattern1_bg {
        background-position: bottom right;
        background-size: 95% auto;
        /* (画像の高さ / 画像の横幅) × 100 */
        padding-bottom: 50%; } }
    .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt {
      padding-top: 2.5rem; }
      @media screen and (max-width: 480px) {
        .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt {
          padding-top: 0; } }
      .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt p {
        line-height: 2.25;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
        margin-top: 2.5rem; }
      .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .dp_btn_main {
        margin-top: 2.5rem; }
        @media screen and (max-width: 480px) {
          .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .dp_btn_main {
            margin-bottom: 2.5rem; } }
    .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_text {
      width: 45%; }
      @media screen and (max-width: 480px) {
        .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_text {
          width: 100%; } }
/* 第二セクション
----------------------------------------------------------------- */
.dp_idx_secondary_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/resource/images/idx_secondary_wrap_bg.jpg);
  padding: 0 0 8rem; }
  @media screen and (max-width: 480px) {
    .dp_idx_secondary_wrap {
      padding: 0 0 6.25rem;
      background-position: bottom left 30%; } }
  .dp_idx_secondary_wrap .dp_idx_secondary_bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% auto; }
    @media screen and (max-width: 480px) {
      .dp_idx_secondary_wrap .dp_idx_secondary_bg {
        background-position: bottom right;
        background-size: 95% auto;
        /* (画像の高さ / 画像の横幅) × 100 */
        padding-bottom: 65%; } }
  .dp_idx_secondary_wrap .dp_idx_pattern1_bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% auto; }
    @media screen and (max-width: 480px) {
      .dp_idx_secondary_wrap .dp_idx_pattern1_bg {
        background-position: bottom right;
        background-size: 95% auto;
        /* (画像の高さ / 画像の横幅) × 100 */
        padding-bottom: 65%; } }
  .dp_idx_secondary_wrap .dp_idx_secondary_ttl {
    padding: 5.5rem 0 6.5rem; }
  .dp_idx_secondary_wrap .dp_idx_secondary_box {
    margin-top: -4.5rem; }
    .dp_idx_secondary_wrap .dp_idx_secondary_box .dp_idx_secondary_card {
      background-color: #fff;
      box-shadow: 0px 0px 10px rgba(37, 37, 37, 0.2);
      position: relative; }
      .dp_idx_secondary_wrap .dp_idx_secondary_box .dp_idx_secondary_card .dp_idx_secondary_txt {
        padding: 1.5rem 1.875rem; }
        .dp_idx_secondary_wrap .dp_idx_secondary_box .dp_idx_secondary_card .dp_idx_secondary_txt h4 {
          text-align: center;
          margin-bottom: 1rem; }
      .dp_idx_secondary_wrap .dp_idx_secondary_box .dp_idx_secondary_card a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        transition: .3s; }
        .dp_idx_secondary_wrap .dp_idx_secondary_box .dp_idx_secondary_card a:hover {
          background-color: rgba(255, 255, 255, 0.3); }
  .dp_idx_secondary_wrap .dp_btn_main {
    margin-top: 3.5rem; }

/* 会社情報／採用情報
----------------------------------------------------------------- */
.dp_idx_info_wrap .dp_idx_info_box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 6.25rem 5%; }
  @media screen and (max-width: 480px) {
    .dp_idx_info_wrap .dp_idx_info_box {
      padding: 3.75rem 5%; }
      .dp_idx_info_wrap .dp_idx_info_box:nth-child(n+2) {
        margin-top: 1rem; } }
  .dp_idx_info_wrap .dp_idx_info_box .dp_btn_main_white {
    margin-top: 2.5rem; }

/* バナーエリア
----------------------------------------------------------------- */
.dp_idx_bnr_wrap {
  padding: 3.75rem 0;
  margin-top: 3.75rem; }
  @media screen and (max-width: 480px) {
    .dp_idx_bnr_wrap {
      padding: 3rem 0;
      margin-top: 3.75rem; } }
  .dp_idx_bnr_wrap .dp_idx_bnr_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1%; }
    @media screen and (max-width: 480px) {
      .dp_idx_bnr_wrap .dp_idx_bnr_flex {
        justify-content: space-between;
        margin-left: 0;
        margin-top: -2%; } }
    .dp_idx_bnr_wrap .dp_idx_bnr_flex .dp_idx_bnr_clm {
      margin-left: 1%;
      width: 24%; }
      @media screen and (max-width: 480px) {
        .dp_idx_bnr_wrap .dp_idx_bnr_flex .dp_idx_bnr_clm {
          width: 49%;
          margin-left: 0;
          margin-top: 2%; } }
    .dp_idx_bnr_wrap .dp_idx_bnr_flex a {
      display: block;
      transition: .3s; }
      .dp_idx_bnr_wrap .dp_idx_bnr_flex a:hover {
        opacity: .6; }

/* お問い合わせエリア
----------------------------------------------------------------- */
.dp_idx_contact_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 3.75rem 0; }
  @media screen and (max-width: 480px) {
    .dp_idx_contact_wrap {
      padding: 1.875rem 0;
      margin-top: 3.75rem; } }
  .dp_idx_contact_wrap .dp_idx_contact_box {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 480px) {
      .dp_idx_contact_wrap .dp_idx_contact_box {
        display: block; } }
    .dp_idx_contact_wrap .dp_idx_contact_box > * {
      width: 50%;
      text-align: center;
      box-sizing: border-box;
      padding: 1.875rem 5%; }
      @media screen and (max-width: 480px) {
        .dp_idx_contact_wrap .dp_idx_contact_box > * {
          width: 100%; } }
      .dp_idx_contact_wrap .dp_idx_contact_box > *:last-child {
        border-left: 1px solid #e9e9e9; }
        @media screen and (max-width: 480px) {
          .dp_idx_contact_wrap .dp_idx_contact_box > *:last-child {
            border-top: 1px solid #e9e9e9;
            border-left: none; } }
    .dp_idx_contact_wrap .dp_idx_contact_box .dp_btn_main {
      margin-top: 1.5rem; }

.business_ttl_case {
  font-size: 10rem;
  color: #1d2088; }

.recruit_midway_bold {
  font-weight: bold;
  color: #e40073; }

h2.ttl_colors_main {
  color: #1d2088;
  text-align: center; }
  h2.ttl_colors_main span {
    display: block;
    font-family: "Quatro Slab", quatro-slab, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }

h2.ttl_colors_main_left {
  color: #1d2088;
  text-align: left; }
  h2.ttl_colors_main_left span {
    display: block;
    font-family: "Quatro Slab", quatro-slab, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }

.idx_bnr_blog a {
  transition: 1s;
  display: block; }
  .idx_bnr_blog a:hover {
    opacity: 0.8; }

/* ==========================================================================
お知らせ
========================================================================== */
/* 記事
----------------------------------------------------------------- */
.dp_article .dp_article_data {
  color: #1d2088;
  font-family: "Quatro Slab", quatro-slab, serif;
  font-weight: 700; }

.dp_article .dp_article_content {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 5rem;
  padding: 2.5rem 0; }
  @media screen and (max-width: 480px) {
    .dp_article .dp_article_content {
      margin-bottom: 3.75rem; } }
  .dp_article .dp_article_content p:nth-child(n+2) {
    margin-top: 1.5rem; }
  .dp_article .dp_article_content a {
    color: #e40073;
    text-decoration: underline; }
    .dp_article .dp_article_content a:hover {
      color: #e40073;
      text-decoration: none; }

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
  position: relative; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current {
    color: #fff;
    background-color: #1d2088; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d2088;
  background-color: #e9e9e9;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin: 0 .25rem;
  box-sizing: border-box; }

.wp-pagenavi a {
  transition: .3s; }
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #1d2088; }
  .wp-pagenavi a.first, .wp-pagenavi a.last {
    width: auto;
    font-size: 14px;
    padding: .5rem; }

/* ==========================================================================
採用情報
========================================================================== */
.recruit_message_name_script {
  width: 250px; }
  @media screen and (max-width: 480px) {
    .recruit_message_name_script {
      width: 230px; } }
.recruit_message_name {
  font-size: 19px;
  font-size: 1.1875rem; }

/*# sourceMappingURL=style.css.map */