@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: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline; }

body {
  font-family: "Noto Sans JP", sans-serif; }

::selection {
  color: #f7f7f7;
  background-color: rgba(103, 103, 103, 0.6); }

::-moz-selection {
  color: #f7f7f7;
  background-color: rgba(103, 103, 103, 0.6); }

.dp_wrap {
  overflow: hidden; }

a {
  color: #333;
  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;
  text-align: left;
  width: 100%; }

dt {
  font-weight: 700; }

dd {
  margin: 0; }

/* ブレイクポイント
----------------------------------------------------------------- */
@media screen and (min-width: 897px) {
  .dp_visible_pc {
    display: block; } }

@media screen and (max-width: 896px) {
  .dp_visible_pc {
    display: none !important; } }

@media screen and (min-width: 481px) {
  .dp_visible_pctb {
    display: block; } }

@media screen and (max-width: 480px) {
  .dp_visible_pctb {
    display: none !important; } }

@media screen and (min-width: 897px) {
  .dp_visible_tb {
    display: none !important; } }

@media screen and (min-width: 481px) and (max-width: 896px) {
  .dp_visible_tb {
    display: block; } }

@media screen and (max-width: 480px) {
  .dp_visible_tb {
    display: none !important; } }

@media screen and (min-width: 897px) {
  .dp_visible_tbsp {
    display: none !important; } }

@media screen and (max-width: 896px) {
  .dp_visible_tbsp {
    display: block; } }

@media screen and (min-width: 481px) {
  .dp_visible_sp {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .dp_visible_sp {
    display: block; } }

/* ページタイトル
----------------------------------------------------------------- */
.dp_page_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: 100%;
  height: 420px;
  position: relative; }
  @media screen and (max-width: 896px) {
    .dp_page_title {
      margin-top: -60px;
      height: 320px; } }
  @media screen and (max-width: 480px) {
    .dp_page_title {
      height: 280px; } }
  .dp_page_title .dp_page_title_inner {
    position: absolute;
    top: 45%;
    left: 10%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    max-width: 1120px;
    width: fit-content;
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .dp_page_title .dp_page_title_inner {
        left: 5%; } }
    .dp_page_title .dp_page_title_inner::before {
      content: "";
      display: inline-block;
      width: 13px;
      height: 48px;
      margin: 0 44px 0 13px;
      transform: skewX(-40deg) translateX(50%);
      vertical-align: middle;
      background-color: #00fff7; }
      @media screen and (max-width: 480px) {
        .dp_page_title .dp_page_title_inner::before {
          width: 10px;
          height: 40px;
          margin: 0 35px 0 13px;
          top: 6px;
          position: relative; } }
    .dp_page_title .dp_page_title_inner .dp_page_title_jp {
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      text-align: left;
      position: absolute;
      top: -2.4rem;
      left: 70px;
      display: inline-block;
      white-space: nowrap;
      letter-spacing: normal; }
      @media screen and (max-width: 480px) {
        .dp_page_title .dp_page_title_inner .dp_page_title_jp {
          left: 60px;
          top: -2rem; } }
    .dp_page_title .dp_page_title_inner .dp_page_title_en {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 62px;
      font-size: 3.875rem;
      font-weight: 700;
      text-align: left;
      line-height: 1;
      letter-spacing: 0.05rem; }
      @media screen and (max-width: 480px) {
        .dp_page_title .dp_page_title_inner .dp_page_title_en {
          font-size: 52px;
          font-size: 3.25rem; } }

/* パンくずリスト
----------------------------------------------------------------- */
.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_xmedium {
  padding: 3.75rem 0; }
  @media screen and (max-width: 480px) {
    .dp_sec_xmedium {
      padding: 2.5rem 0; } }

.dp_sec_large {
  padding: 5rem 0; }
  @media screen and (max-width: 480px) {
    .dp_sec_large {
      padding: 3.75rem 0; } }

.dp_sec_xlarge {
  padding: 6.25rem 0; }
  @media screen and (max-width: 480px) {
    .dp_sec_xlarge {
      padding: 5rem 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; } }

/* ナビ
----------------------------------------------------------------- */
.page_nav_wrap {
  padding: 5rem 0; }
  @media screen and (max-width: 896px) {
    .page_nav_wrap {
      padding: 3.75rem 0; } }

.dp_page_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .dp_page_nav ul li {
    margin-left: 2%;
    background-color: #f5f7fa;
    border-radius: 30px;
    max-width: 250px;
    width: 100%;
    transition: .3s;
    font-weight: 500; }
    .dp_page_nav ul li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 896px) {
      .dp_page_nav ul li {
        max-width: 220px;
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 480px) {
      .dp_page_nav ul li {
        margin-left: 0%;
        max-width: 100%;
        width: 100%;
        margin-top: 1rem; }
        .dp_page_nav ul li:first-child {
          margin-top: 0; } }
    .dp_page_nav ul li a {
      display: block;
      color: #286bc1;
      font-weight: 500;
      text-align: center;
      line-height: 3.5;
      transition: .3s;
      position: relative; }
      @media screen and (max-width: 480px) {
        .dp_page_nav ul li a {
          line-height: 4.2; } }
      .dp_page_nav ul li a:after {
        content: "";
        width: 4px;
        height: 4px;
        border: 0px;
        border-right: solid 1px #286bc1;
        border-bottom: solid 1px #286bc1;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 40%;
        right: 1.25rem;
        transition: .3s; }
    .dp_page_nav ul li:hover {
      background-color: #286bc1;
      border-radius: 30px; }
      .dp_page_nav ul li:hover a {
        color: #fff; }
        .dp_page_nav ul li:hover a:after {
          border-color: #fff; }

.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: #286bc1;
      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: #f5f7fa;
  padding: 3.75rem 0; }
  @media screen and (max-width: 480px) {
    .dp_related_nav {
      padding: 2.5rem 0; } }
  .dp_related_nav h4 {
    color: #286bc1;
    border-left: 4px solid #286bc1;
    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: #286bc1;
      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: #286bc1;
      border-radius: 10px;
      color: #fff;
      font-size: 10px;
      line-height: 2;
      padding: 0 .5rem;
      position: absolute;
      top: 2rem;
      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: 1px solid #d4d4d4;
  margin: -0.25rem .5rem 0 0;
  height: 1.25rem;
  width: 1.25rem;
  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 #286bc1; }

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

.agree_txt {
  position: relative; }
  .agree_txt:after {
    content: "必須";
    display: inline-block;
    background-color: #286bc1;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    padding: 0 .5rem;
    position: absolute;
    top: 3px;
    right: -50px; }
    @media screen and (max-width: 480px) {
      .agree_txt:after {
        position: relative;
        top: -3px;
        right: 0; } }

.dp_input,
.dp_textarea {
  display: inline-block;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  padding: .5rem 1rem;
  width: 100%; }
  @media screen and (max-width: 896px) {
    .dp_input,
    .dp_textarea {
      max-width: 100%; } }

.dp_input {
  height: 48px; }

.form_privacy_txt {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .form_privacy_txt {
      text-align: left; } }

.dp_form_privacy {
  background-color: #f5f7fa;
  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;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 850px;
    height: 180px;
    margin-top: 1.875rem;
    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%; }

.dp_grid_collapse .dp_grid_1_clm {
  width: 100%; }

@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; }

/* FlexBox
----------------------------------------------------------------- */
.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: #333;
      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: #286bc1;
      font-family: "Roboto", sans-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: #286bc1;
    font-weight: 700; }

/* テーブル
----------------------------------------------------------------- */
.dp_tb_pattern1 tr {
  border-top: 1px solid #f5f7fa; }
  .dp_tb_pattern1 tr:first-child {
    border-top: 0px solid #f5f7fa; }
  @media screen and (max-width: 480px) {
    .dp_tb_pattern1 tr {
      flex-wrap: wrap;
      box-sizing: border-box;
      display: flex; } }
  @media screen and (max-width: 480px) {
    .dp_tb_pattern1 tr th, .dp_tb_pattern1 tr td {
      display: block;
      line-height: 1.7;
      width: 100%; } }
  .dp_tb_pattern1 tr th {
    color: #286bc1;
    font-weight: 700;
    vertical-align: top;
    width: 25%;
    padding: 1.5rem 3.75rem;
    vertical-align: middle; }
    @media screen and (max-width: 896px) {
      .dp_tb_pattern1 tr th {
        padding: 1.5rem 1.5rem 1.5rem 2.5rem; } }
    @media screen and (max-width: 480px) {
      .dp_tb_pattern1 tr th {
        padding: 1.5rem 1.875rem 8px;
        width: 100%; } }
  .dp_tb_pattern1 tr td {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem; }
    @media screen and (max-width: 480px) {
      .dp_tb_pattern1 tr td {
        padding: 8px 1.875rem 1.5rem;
        width: 100%; } }

.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: #286bc1;
    background-color: #f5f7fa;
    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: #00fff7;
      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: #286bc1;
    border-radius: 4px; }
  .dp_tb_pattern3::-webkit-scrollbar-thumb:horizontal {
    background: #286bc1;
    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: #286bc1;
      background-color: #e9e9e9; }
    .dp_tb_pattern3 table td {
      font-weight: 400;
      padding: .5rem 1.5rem; }
    .dp_tb_pattern3 table .first {
      background-color: #f5f7fa;
      font-weight: 700; }

/* スクロール
----------------------------------------------------------------- */
.dp_scroll_anchor {
  display: block; }

/* モーダルウィンドウ
----------------------------------------------------------------- */
.dp_modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.dp_modal_bg {
  background: rgba(51, 51, 51, 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: #286bc1;
    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: #f5f7fa !important; }

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

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

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

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

.dp_bg_main {
  background-color: #286bc1 !important; }

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

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

.dp_bg_selection_txt {
  background-color: #f7f7f7 !important; }

.dp_bg_selection_bg {
  background-color: rgba(103, 103, 103, 0.6) !important; }

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

.bg_diagonal {
  background-image: url(/resource/images/bg_diagonal.svg);
  background-repeat: no-repeat;
  background-size: 250%;
  background-position: center 50%; }
  @media screen and (max-width: 896px) {
    .bg_diagonal {
      background-size: 400%; } }
  @media screen and (max-width: 480px) {
    .bg_diagonal {
      background-size: 800%; } }

/* ボタン
----------------------------------------------------------------- */
.dp_btn_main,
.dp_btn_white {
  text-align: center;
  max-width: 290px; }
  .dp_btn_main a, .dp_btn_main button,
  .dp_btn_white a,
  .dp_btn_white button {
    position: relative;
    display: block;
    color: #fff;
    border-radius: 60px;
    background: linear-gradient(to right, #286bc1 25%, #00fff7);
    background: -webkit-linear-gradient(to right, #286bc1 25%, #00fff7);
    background: linear-gradient(to right, #286bc1 25%, #00fff7);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 100% auto;
    font-weight: 700;
    line-height: 4;
    width: 100%;
    transition: .3s; }
    .dp_btn_main a::after, .dp_btn_main button::after,
    .dp_btn_white a::after,
    .dp_btn_white button::after {
      content: "";
      width: 6px;
      height: 6px;
      border: 0px;
      border-right: solid 1px #fff;
      border-bottom: solid 1px #fff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: absolute;
      top: 43%;
      right: 1.5rem;
      transition: .3s; }
    .dp_btn_main a:hover, .dp_btn_main button:hover,
    .dp_btn_white a:hover,
    .dp_btn_white button:hover {
      background-size: 300% auto;
      background-position: left center; }

.dp_btn_white a, .dp_btn_white button {
  color: #286bc1;
  border: 1px solid #fff;
  background-color: #fff; }
  .dp_btn_white a:hover, .dp_btn_white button:hover {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(to right, #286bc1 25%, #00fff7);
    background: -webkit-linear-gradient(to right, #286bc1 25%, #00fff7);
    background: linear-gradient(to right, #286bc1 25%, #00fff7); }

.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: #00fff7; }
  .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: #00fff7; }

.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: #333;
    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 {
  background-color: #f5f7fa; }

.dp_card_small {
  padding: 1rem; }

.dp_card_medium, .dp_card_medium_white {
  padding: 2.5rem; }
  @media screen and (max-width: 480px) {
    .dp_card_medium, .dp_card_medium_white {
      padding: 1.875rem; } }

.dp_card_medium_white {
  background-color: #fff; }

.dp_card_pattern1 {
  border: 1px solid rgba(40, 107, 193, 0.12); }
  .dp_card_pattern1 .dp_card_head {
    background-color: rgba(40, 107, 193, 0.12);
    text-align: center;
    padding: 1.25rem 1rem;
    color: #286bc1; }
    @media screen and (max-width: 896px) {
      .dp_card_pattern1 .dp_card_head h6 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .dp_card_pattern1 .dp_card_txt {
    padding: 1.875rem; }
  .dp_card_pattern1 .dp_card_txt_small {
    padding: 1.25rem; }

.dp_card_pattern2 {
  border: 4px solid #00fff7;
  padding: 1.5rem;
  text-align: center; }
  .dp_card_pattern2 h4 {
    color: #00fff7;
    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: "Roboto", sans-serif; }

.dp_txt_bold {
  font-weight: 700; }

.dp_txt_base {
  font-size: 1rem; }

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

.dp_txt_large {
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (max-width: 480px) {
    .dp_txt_large {
      font-size: 16px;
      font-size: 1rem; } }

.dp_txt_link {
  color: #286bc1;
  border-bottom: 1px solid #286bc1; }
  .dp_txt_link:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 6px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-image: url(/resource/images/ico_arrow_main.svg);
    background-size: contain;
    background-size: contain;
    vertical-align: middle;
    left: -5px;
    position: relative; }
  .dp_txt_link:hover {
    border-bottom: 0px solid #286bc1;
    opacity: .7; }

.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: #f5f7fa !important; }

.dp_txt_lightgray {
  color: #e9e9e9 !important; }

.dp_txt_silver {
  color: #d4d4d4 !important; }

.dp_txt_gray {
  color: #676767 !important; }

.dp_txt_black {
  color: #333 !important; }

.dp_txt_main {
  color: #286bc1 !important; }

.dp_txt_sub {
  color: #00fff7 !important; }

.dp_txt_hover {
  color: #00fff7 !important; }

.dp_txt_selection_txt {
  color: #f7f7f7 !important; }

.dp_txt_selection_bg {
  color: rgba(103, 103, 103, 0.6) !important; }

.dp_txt_tomato {
  color: #ef423b !important; }

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

h2 {
  font-size: 62px;
  font-size: 3.875rem; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 42px;
      font-size: 2.625rem; } }

h3 {
  font-size: 28px;
  font-size: 1.75rem; }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 26px;
      font-size: 1.625rem; } }

h4 {
  font-size: 26px;
  font-size: 1.625rem; }
  @media screen and (max-width: 480px) {
    h4 {
      font-size: 24px;
      font-size: 1.5rem; } }

h5 {
  font-size: 24px;
  font-size: 1.5rem; }

h6 {
  font-size: 21px;
  font-size: 1.3125rem; }

.dp_ttl_main_bg {
  background-color: #286bc1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 1; }
  @media screen and (max-width: 480px) {
    .dp_ttl_main_bg {
      padding: 2.5rem 5%; } }

.dp_ttl_main {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem; }
  .dp_ttl_main span {
    display: block;
    color: #286bc1;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-left: -26px; }
    .dp_ttl_main span::before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 26px;
      margin: -5px 25px 0 0;
      transform: skewX(-40deg) translateX(50%);
      vertical-align: middle;
      background-color: #00fff7; }
      @media screen and (max-width: 480px) {
        .dp_ttl_main span::before {
          width: 6px;
          height: 20px; } }

.dp_ttl_sub {
  color: #286bc1;
  border-bottom: 1px solid #286bc1;
  padding-bottom: .5rem; }

.page_ttl_main {
  font-size: 38px;
  font-size: 2.375rem;
  display: grid; }
  @media screen and (max-width: 480px) {
    .page_ttl_main {
      font-size: 30px;
      font-size: 1.875rem; } }
  .page_ttl_main span {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    color: #286bc1; }

.page_ttl_sub {
  padding: 0 0 0 1rem;
  border-left: 4px solid #286bc1;
  line-height: 1; }

.dp_txt_tel {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1; }
  @media screen and (max-width: 896px) {
    .dp_txt_tel {
      font-size: 36px;
      font-size: 2.25rem; } }
  .dp_txt_tel img {
    margin-right: .25rem;
    width: 21px;
    vertical-align: baseline; }
    @media screen and (max-width: 480px) {
      .dp_txt_tel img {
        width: 18px; } }
  .dp_txt_tel a[href^="tel:"] {
    color: #286bc1;
    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 {
          opacity: 0.7; } }

/* マージン
----------------------------------------------------------------- */
.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: 1.25rem; }

.dp_margin_medium_top {
  margin-top: 2.5rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_medium_top {
      margin-top: 1.25rem; } }

.dp_margin_xmedium_top {
  margin-top: 3.75rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_xmedium_top {
      margin-top: 2.5rem; } }

.dp_margin_large_top {
  margin-top: 5rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_large_top {
      margin-top: 3.75rem; } }

.dp_margin_xlarge_top {
  margin-top: 6.25rem; }
  @media screen and (max-width: 480px) {
    .dp_margin_xlarge_top {
      margin-top: 5rem; } }

/* パディング
----------------------------------------------------------------- */
.dp_padding_remove {
  padding: 0 !important; }

.dp_padding_small {
  padding: 1rem; }

.dp_padding_medium {
  padding: 2.5rem; }
  @media screen and (max-width: 480px) {
    .dp_padding_medium {
      padding: 1.875rem 1.25rem; } }

.dp_padding_large {
  padding: 3.75rem; }
  @media screen and (max-width: 480px) {
    .dp_padding_large {
      padding: 2.5rem; } }

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative; }

.dp_header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1010;
  position: relative; }
  @media screen and (max-width: 896px) {
    .dp_header {
      width: 100%;
      height: 60px; } }

.dp_header_logo {
  position: relative;
  max-width: 240px;
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 896px) {
    .dp_header_logo {
      max-width: 210px; } }
  @media screen and (max-width: 480px) {
    .dp_header_logo {
      max-width: 185px; } }
  .dp_header_logo .hd_logo_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .dp_header_logo .hd_logo_bg {
        width: 100px;
        height: 100px; } }
  .dp_header_logo h1 {
    position: relative;
    height: auto;
    width: 100%; }
    .dp_header_logo h1 a {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      width: 100%;
      padding-left: 30px;
      margin-top: 35px;
      box-sizing: border-box;
      transition: .2s; }
      @media screen and (max-width: 480px) {
        .dp_header_logo h1 a {
          padding-left: 20px;
          margin-top: 20px; } }
      .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 {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  text-align: center; }
  .dp_header_nav .dp_header_nav_global {
    width: 80%; }
    .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: 480px) {
        .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 {
        max-width: 160px;
        margin-right: 5%; }
        .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main li a {
          position: relative;
          display: block;
          color: #fff;
          font-weight: 500;
          transition: .3s; }
          .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main li a::after {
            position: absolute;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #00fff7;
            bottom: 22px;
            /*アンダーラインがaタグの下端から現れる*/
            transform: scale(0, 1);
            /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
            transform-origin: left top;
            /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
            transition: transform 0.3s;
            /*変形の時間*/ }
          .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main li a:hover {
            color: #00fff7; }
            .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main li a:hover::after {
              transform: scale(1, 1); }
  .dp_header_nav .dp_header_nav_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 180px;
    margin-right: 20px; }
    .dp_header_nav .dp_header_nav_contact ul {
      line-height: 80px;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .dp_header_nav .dp_header_nav_contact ul {
          line-height: 60px; } }
      .dp_header_nav .dp_header_nav_contact ul li a {
        position: relative;
        display: block;
        color: #fff;
        border-radius: 60px;
        background: linear-gradient(to right, #286bc1 25%, #00fff7);
        background: -webkit-linear-gradient(to right, #286bc1 25%, #00fff7);
        background: linear-gradient(to right, #286bc1 25%, #00fff7);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 300% auto;
        font-weight: 700;
        line-height: 3.2;
        width: 100%;
        transition: .3s; }
        .dp_header_nav .dp_header_nav_contact ul li a::after {
          content: "";
          width: 6px;
          height: 6px;
          border: 0px;
          border-right: solid 1px #fff;
          border-bottom: solid 1px #fff;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          position: absolute;
          top: 43%;
          right: 1.5rem;
          transition: .3s; }
        .dp_header_nav .dp_header_nav_contact ul li a:hover {
          background-size: 100% auto; }

/* ドロワーメニュー
----------------------------------------------------------------- */
.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: 100%; }
    .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main {
      position: relative;
      height: 100%;
      background-color: #286bc1;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 6.25rem 3.75rem; }
      @media screen and (max-width: 480px) {
        .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main {
          padding: 3.75rem 1.875rem; } }
      .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li {
        color: #fff;
        font-size: 21px;
        font-size: 1.3125rem;
        font-weight: 500;
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li {
            font-size: 16px;
            font-size: 1rem; } }
        .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 5%; } }
          .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(36, 95, 172, 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(36, 95, 172, 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 {
  padding: 5rem 0 13.125rem;
  position: relative;
  border-top: 2px solid #f5f7fa; }
  @media screen and (max-width: 896px) {
    .dp_footer {
      padding: 3.75rem 0 8.75rem; } }
  @media screen and (max-width: 480px) {
    .dp_footer {
      padding: 3.75rem 0 7.2rem; } }

.dp_footer_co {
  text-align: left;
  width: 40%;
  position: relative; }
  @media screen and (max-width: 896px) {
    .dp_footer_co {
      width: 70%;
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 480px) {
    .dp_footer_co {
      width: 100%;
      display: block;
      margin: 0 auto;
      text-align: center; } }
  .dp_footer_co a.dp_footer_logo {
    display: block;
    max-width: 200px; }
    @media screen and (max-width: 480px) {
      .dp_footer_co a.dp_footer_logo {
        display: block;
        margin: 0 auto;
        text-align: center; } }
    .dp_footer_co a.dp_footer_logo img {
      width: 100%; }
  .dp_footer_co .dp_footer_co_txt {
    margin-top: 2.5rem; }
    @media screen and (max-width: 896px) {
      .dp_footer_co .dp_footer_co_txt {
        margin-top: 1.875rem; } }
    @media screen and (max-width: 480px) {
      .dp_footer_co .dp_footer_co_txt {
        margin-left: 0;
        text-align: center; } }
    .dp_footer_co .dp_footer_co_txt p {
      font-size: 14px;
      font-size: 0.875rem; }

/* メニュー
----------------------------------------------------------------- */
.dp_footer_nav {
  display: flex; }
  @media screen and (max-width: 480px) {
    .dp_footer_nav {
      display: block; } }
  .dp_footer_nav .dp_footer_nav_main {
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    width: 50%;
    margin-top: 1rem; }
    @media screen and (max-width: 896px) {
      .dp_footer_nav .dp_footer_nav_main {
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .dp_footer_nav .dp_footer_nav_main {
        display: block;
        margin-left: 0;
        margin-top: 2.5rem; } }
    @media screen and (max-width: 480px) {
      .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont {
        flex-basis: 100%; } }
    .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.15;
      margin-bottom: 2.25rem; }
      @media screen and (max-width: 480px) {
        .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul {
          display: flex;
          flex-wrap: wrap;
          box-sizing: border-box; } }
      .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul:last-child {
        margin-bottom: 0; }
      .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > li {
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 480px) {
          .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > li {
            margin-bottom: 1.875rem;
            width: 50%; } }
        .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > li a {
          color: #286bc1;
          transition: .3s;
          font-weight: 500; }
          .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > li a:hover {
            opacity: 0.6; }
      .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul {
        font-size: 14px;
        font-size: 0.875rem; }
        @media screen and (max-width: 480px) {
          .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul {
            display: none; } }
        .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li {
          text-indent: -1em;
          margin-left: 1em;
          margin-bottom: 1rem; }
          .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li:before {
            content: "ー";
            color: #286bc1;
            font-weight: 300;
            margin-right: 5px; }
          .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li a {
            color: rgba(51, 51, 51, 0.8);
            transition: .3s;
            font-weight: 300; }
            .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li a:hover {
              color: #286bc1;
              opacity: 1; }
          .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li > ul.ft_nav_cont {
            font-size: 12px;
            font-size: 0.75rem;
            margin-top: 1rem;
            margin-left: 0.75em; }
            @media screen and (max-width: 480px) {
              .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li > ul.ft_nav_cont {
                display: none; } }
            .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li > ul.ft_nav_cont > li {
              text-indent: -1em;
              margin-left: 1em;
              margin-bottom: 0.5rem; }
              .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li > ul.ft_nav_cont > li:before {
                content: "・";
                color: #286bc1;
                font-weight: 300;
                margin-right: 5px; }
              .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li > ul.ft_nav_cont > li a {
                color: rgba(51, 51, 51, 0.6);
                transition: .3s;
                font-weight: 300; }
                .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_cont ul > ul > li > ul.ft_nav_cont > li a:hover {
                  color: #286bc1;
                  opacity: 1; }
    .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_contact ul {
      margin-bottom: 1.875rem; }
      .dp_footer_nav .dp_footer_nav_main .dp_footer_nav_contact ul:last-child {
        margin-bottom: 0; }

/* コピーライト
----------------------------------------------------------------- */
.dp_copyright {
  position: absolute;
  bottom: 0;
  background-color: #286bc1;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 15px 0;
  width: 100%; }

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100; }
  a#pagetop img {
    width: 60px;
    transition: .3s; }
    @media screen and (max-width: 896px) {
      a#pagetop img {
        width: 50px; } }
  a#pagetop:hover img {
    opacity: .7; }

/* ==========================================================================
ローディング画面
========================================================================== */
.loading {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999; }

.loading_barWrap {
  background: #ddd;
  width: 100%;
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.loading_bar {
  background: linear-gradient(to right, #286bc1 25%, #00fff7);
  background: -webkit-linear-gradient(to right, #286bc1 25%, #00fff7);
  background: linear-gradient(to right, #286bc1 25%, #00fff7);
  width: 100%;
  height: 3px;
  animation: loadingAnime 1.2s forwards; }

@keyframes loadingAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.dp_idx_slide_wrap {
  margin-top: -80px;
  width: 100%;
  height: 85vh;
  position: relative; }
  @media screen and (max-width: 896px) {
    .dp_idx_slide_wrap {
      margin-top: -60px; } }
  .dp_idx_slide_wrap .dp_idx_slide_catch {
    z-index: 1;
    position: absolute;
    left: 5%;
    top: 38%;
    max-width: 820px; }
    @media screen and (max-width: 1024px) {
      .dp_idx_slide_wrap .dp_idx_slide_catch {
        left: 0; } }
    @media screen and (max-width: 480px) {
      .dp_idx_slide_wrap .dp_idx_slide_catch {
        max-width: 380px;
        top: 42%;
        left: -3%; } }
    .dp_idx_slide_wrap .dp_idx_slide_catch img {
      max-width: 100%; }
      @media screen and (max-width: 480px) {
        .dp_idx_slide_wrap .dp_idx_slide_catch img {
          max-width: 105%; } }
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-slide {
    height: 85vh;
    background-position: center center;
    background-size: cover; }
  .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: #00fff7; }
    .dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: #286bc1; }
  .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; }

/* 事業内容／採用情報
----------------------------------------------------------------- */
.dp_idx_pattern1_wrap {
  padding: 7.5rem 0; }
  @media screen and (max-width: 896px) {
    .dp_idx_pattern1_wrap {
      padding: 6.25rem 0; } }
  @media screen and (max-width: 480px) {
    .dp_idx_pattern1_wrap {
      padding: 5rem 0; } }
  .dp_idx_pattern1_wrap .dp_idx_pattern1_bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 60% auto; }
    @media screen and (max-width: 896px) {
      .dp_idx_pattern1_wrap .dp_idx_pattern1_bg {
        background-position: center right -120px;
        background-size: 80% auto; } }
    @media screen and (max-width: 480px) {
      .dp_idx_pattern1_wrap .dp_idx_pattern1_bg {
        background-position: bottom right;
        background-size: 120% auto;
        padding-bottom: 90%; } }
    .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt {
      padding: 3.75rem 0 5rem; }
      @media screen and (max-width: 896px) {
        .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt {
          padding: 0; } }
      .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .idx_message_ttl {
        position: relative;
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .idx_message_ttl {
            font-size: 24px;
            font-size: 1.5rem; } }
        .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .idx_message_ttl::before {
          content: "";
          display: block;
          width: 30px;
          height: 115px;
          transform: skewX(-40deg) translateX(50%);
          background-color: #00fff7;
          position: absolute;
          left: -75px;
          top: -60px; }
          @media screen and (max-width: 1024px) {
            .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .idx_message_ttl::before {
              height: 100px;
              left: -50px;
              top: -50px;
              z-index: -10; } }
          @media screen and (max-width: 480px) {
            .dp_idx_pattern1_wrap .dp_idx_pattern1_bg .dp_idx_pattern1_txt .idx_message_ttl::before {
              height: 60px;
              left: -25px;
              top: -40px;
              width: 20px; } }

.dp_idx_secondary_card {
  background-color: #fff;
  box-shadow: 0px 0px 10px #eaedf1;
  position: relative; }
  .dp_idx_secondary_card .dp_idx_secondary_txt {
    padding: 1.875rem; }
    .dp_idx_secondary_card .dp_idx_secondary_txt p {
      margin-top: 1rem; }
  .dp_idx_secondary_card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    transition: .3s; }
    .dp_idx_secondary_card a:hover {
      background-color: rgba(255, 255, 255, 0.3); }

.idx_rec_guideline_wrap {
  padding: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 896px) {
    .idx_rec_guideline_wrap {
      padding: 5rem 2.5rem; } }
  @media screen and (max-width: 480px) {
    .idx_rec_guideline_wrap {
      padding: 3.75rem 1.875rem; } }
  .idx_rec_guideline_wrap .dp_grid_large {
    align-items: center; }

.idx_rec_guideline_ttl {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  position: relative;
  margin-left: 20%;
  color: #fff;
  border-left: 6px solid #00fff7; }

.idx_rec_guideline_btn {
  text-align: center;
  max-width: 220px; }
  .idx_rec_guideline_btn a {
    position: relative;
    display: block;
    color: #fff;
    border: 1px solid #286bc1;
    background: #286bc1;
    border-radius: 60px;
    font-weight: 700;
    line-height: 3.5;
    width: 100%;
    transition: .3s; }
    .idx_rec_guideline_btn a::after {
      content: "";
      width: 6px;
      height: 6px;
      border: 0px;
      border-right: solid 1px #fff;
      border-bottom: solid 1px #fff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: absolute;
      top: 43%;
      right: 1.5rem;
      transition: .3s; }
    .idx_rec_guideline_btn a:hover {
      color: #286bc1;
      border-radius: 60px;
      background-color: #fff; }
      .idx_rec_guideline_btn a:hover::after {
        border-right: solid 1px #286bc1;
        border-bottom: solid 1px #286bc1; }

/* 会社情報
----------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .idx_company_grid > * {
    margin-top: 0 !important; } }

/* お問い合わせエリア
----------------------------------------------------------------- */
.dp_idx_contact_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  .dp_idx_contact_wrap .dp_idx_contact_box {
    padding: 1.875rem; }

/* ==========================================================================
採用情報
========================================================================== */
/* 募集要項
----------------------------------------------------------------- */
.rec_guideline_wrap {
  border: 3px solid #286bc1;
  padding: 3.75rem; }
  @media screen and (max-width: 480px) {
    .rec_guideline_wrap {
      padding: 2.5rem 1.875rem; }
      .rec_guideline_wrap > * {
        margin-top: 1.5rem; }
        .rec_guideline_wrap > *:first-child {
          margin-top: 0; } }
  .rec_guideline_wrap .dp_grid_large {
    align-items: center; }

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