@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: "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;
  padding-top: 60px;
}
@media screen and (max-width: 896px) {
  html {
    font-size: 14px;
  }
}

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

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

.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;
  font-size: 14px;
  text-align: left;
  width: 100%;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

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

.security_list {
  padding-left: 1.25rem;
}
.security_list li {
  list-style-type: decimal;
}

.link {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #1a469b;
}

/* ブレイクポイント
----------------------------------------------------------------- */
.dp_visible_pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .dp_visible_pc {
    display: none !important;
  }
}

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

.dp_visible_tb {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .dp_visible_tb {
    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 h2 {
  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 h2 {
    margin-top: 30px;
  }
}

/* パンくずリスト
----------------------------------------------------------------- */
.dp_breadcrumb,
.dp_breadcrumb_ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 10px 0;
}
@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;
}
.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: 4px;
  left: 5px;
}

.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 {
  margin-top: 1rem;
}
.dp_page_nav ul {
  display: flex;
  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: 48%;
}
@media screen and (max-width: 480px) {
  .dp_page_nav ul li {
    width: 98%;
  }
}
.dp_page_nav ul li a {
  display: block;
  color: #1a469b;
  line-height: 3;
  transition: 0.3s;
  position: relative;
}
.dp_page_nav ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #1a469b;
  border-bottom: solid 1px #1a469b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  transition: 0.3s;
}
.dp_page_nav ul li a:hover {
  color: #6AB4F1;
}
.dp_page_nav ul li a:hover:after {
  border-color: #6AB4F1;
}

.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: #1a469b;
  border-left: 4px solid #1a469b;
  line-height: 1.5;
  padding-left: 0.75rem;
}
.dp_related_nav .dp_related_tmb {
  position: relative;
}
.dp_related_nav .dp_related_tmb p {
  text-align: center;
  color: #1a469b;
  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: 0.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: #1a469b;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  padding: 0 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: 0.5rem 0 1.25rem 0;
  }
}

.dp_radio,
.dp_checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -0.25rem 0.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 #6AB4F1;
}

.dp_checkbox {
  background-color: #fff;
}
.dp_checkbox:checked:before {
  content: "✔";
  color: #6AB4F1;
  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: 0.25rem 0.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_3_t_clm {
  width: 60%;
}
.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_3_t_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_flex_small {
  display: flex;
  flex-wrap: wrap;
  margin: -1%;
}
@media screen and (max-width: 480px) {
  .dp_flex_small {
    display: block;
  }
}

.dp_flex_small > * {
  margin: 1%;
}
.dp_flex_small .dp_flex_2_clm {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .dp_flex_small .dp_flex_2_clm {
    width: 98%;
  }
}

/* リスト
----------------------------------------------------------------- */
.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: #6AB4F1;
  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: #1a469b;
  font-family: "sofia-pro", 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: #6AB4F1;
  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 {
  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: #1a469b;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern2 tr th {
    text-align: left;
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
  }
}
.dp_tb_pattern2 tr td dl {
  margin: 0;
}
.dp_tb_pattern2 tr td dl dt {
  color: #6AB4F1;
  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: #1a469b;
  border-radius: 4px;
}
.dp_tb_pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #1a469b;
  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: #1a469b;
  background-color: #e9e9e9;
}
.dp_tb_pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.dp_tb_pattern3 table .first {
  background-color: #f6f6f6;
  font-weight: 700;
}

/* スクロール
----------------------------------------------------------------- */
.dp_scroll_anchor {
  display: block;
  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(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: 0.3s;
}
.dp_modal_open:hover {
  opacity: 0.7;
}
.dp_modal_open:before {
  content: "+";
  display: block;
  color: #1a469b;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.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_g_gray {
  background-color: #999999 !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: #1a469b !important;
}

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

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

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

/* ボタン
----------------------------------------------------------------- */
.dp_btn_main,
.dp_btn_main_white {
  text-align: center;
  max-width: 290px;
}
.dp_btn_main a, .dp_btn_main button,
.dp_btn_main_white a,
.dp_btn_main_white button {
  display: block;
  color: #1a469b;
  border: 1px solid #1a469b;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.5;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
.dp_btn_main a:hover, .dp_btn_main button:hover,
.dp_btn_main_white a:hover,
.dp_btn_main_white button:hover {
  background-color: #1a469b;
  color: #fff;
}
.dp_btn_main a::after, .dp_btn_main button::after,
.dp_btn_main_white a::after,
.dp_btn_main_white button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 7%;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #1a469b;
  border-bottom: 1px solid #1a469b;
  transform: rotate(-45deg);
}

.dp_btn_main_white a, .dp_btn_main_white button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.dp_btn_main_white a:hover, .dp_btn_main_white button:hover {
  color: #333;
  background-color: #fff;
}
.dp_btn_main_white a::after, .dp_btn_main_white button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 7%;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.dp_btn_card {
  border: 4px solid #e9e9e9;
  padding: 1rem 2.5rem;
  position: relative;
  display: table;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .dp_btn_card {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .dp_btn_card {
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.dp_btn_card img {
  width: 100%;
  margin: auto;
  display: block;
}
.dp_btn_card h5 {
  margin-bottom: 0.5rem;
}
.dp_btn_card p {
  color: #676767;
}
.dp_btn_card p span {
  color: #1a469b;
}
.dp_btn_card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  transition: 0.3s;
}
.dp_btn_card a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* カード
----------------------------------------------------------------- */
.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(26, 70, 155, 0.2);
}
.dp_card_pattern1 .dp_card_head {
  background-color: rgba(26, 70, 155, 0.2);
  text-align: center;
  padding: 2rem 0.5rem;
}
.dp_card_pattern1 .dp_card_head h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1a469b;
}
.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 #6AB4F1;
  padding: 1.5rem 1rem;
  text-align: center;
}
.dp_card_pattern2 h4 {
  color: #6AB4F1;
  font-size: 20px;
  font-size: 1.25rem;
}
.dp_card_pattern2 h4 span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.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: "sofia-pro", sans-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: #1a469b;
  text-decoration: underline;
}
.dp_txt_link:hover {
  color: #11172d;
  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_g_gray {
  color: #999999 !important;
}

.dp_txt_silver {
  color: #d4d4d4 !important;
}

.dp_txt_gray {
  color: #676767 !important;
}

.dp_txt_black {
  color: #333 !important;
}

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

.dp_txt_sub {
  color: #6AB4F1 !important;
}

.dp_txt_hover {
  color: #11172d !important;
}

.dp_txt_tomato {
  color: #ef423b !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-image: url(/resource/images/ttl_main_bg.jpg);
  background-color: #1a469b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 480px) {
  .dp_ttl_main_bg {
    padding: 2.5rem 5%;
  }
}

h2.dp_ttl_main {
  color: #fff;
  text-align: center;
}
h2.dp_ttl_main span {
  display: block;
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.dp_ttl_sub {
  color: #1a469b;
  border-bottom: 1px solid #1a469b;
  padding-bottom: 0.5rem;
}

.dp_txt_tel {
  font-family: "sofia-pro", sans-serif;
  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: 0.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: #1a469b;
  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: #11172d;
  }
}

/* マージン
----------------------------------------------------------------- */
.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: 5rem;
}
@media screen and (max-width: 480px) {
  .dp_margin_xlarge_top {
    margin-top: 3.75rem;
  }
}

/* パディング
----------------------------------------------------------------- */
.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;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}

.dp_header {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  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(51, 51, 51, 0.1);
    position: fixed;
    width: 100%;
  }
}

.dp_header_logo {
  width: 20%;
  position: relative;
}
.dp_header_logo a {
  transition: 0.2s;
}
.dp_header_logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .dp_header_logo {
    width: 100%;
  }
}
.dp_header_logo h1 {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .dp_header_logo h1 {
    left: 0.75rem;
  }
}
.dp_header_logo h1 a {
  display: inline-flex;
}
.dp_header_logo h1 a img {
  height: 45px;
}
@media screen and (max-width: 1024px) {
  .dp_header_logo h1 a img {
    height: 35px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.dp_header_nav {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav {
    font-size: 1.25vw;
  }
}
.dp_header_nav .dp_header_nav_global {
  width: 90%;
}
.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 a {
  display: block;
  transition: 0.3s;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern1_main li a:hover {
  color: #6AB4F1;
}
.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: 0.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: #6AB4F1;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main {
    font-size: 13px;
    margin-top: 10px;
  }
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li {
    margin-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_contact {
  width: 10%;
  max-width: 280px;
  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: 100%;
  max-width: 140px;
}
.dp_header_nav .dp_header_nav_contact ul li a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
.dp_header_nav .dp_header_nav_contact ul li:first-child a {
  background-color: #999999;
}
.dp_header_nav .dp_header_nav_contact ul li:first-child a:hover {
  background-color: #11172d;
}
.dp_header_nav .dp_header_nav_contact ul li:last-child a {
  background-color: #1a469b;
}
.dp_header_nav .dp_header_nav_contact ul li:last-child a:hover {
  background-color: #11172d;
}

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

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;
  overflow: auto;
}
.dp_drawer .dp_drawer_body {
  position: fixed;
  width: 100%;
  margin-top: 60px;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main {
  background-color: rgba(26, 70, 155, 0.95);
  font-size: 16px;
  line-height: 4;
  text-align: center;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a {
  display: block;
  color: #fff;
  padding: 0 10%;
  position: relative;
}
.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%;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  position: relative;
}

.dp_footer {
  border-top: 1px solid #e9e9e9;
}

.dp_footer_logo {
  text-align: center;
  padding: 3.75rem 0;
}
.dp_footer_logo a {
  transition: 0.2s;
}
.dp_footer_logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .dp_footer_logo {
    padding: 2.75rem 0;
  }
}
.dp_footer_logo img {
  height: 60px;
}
@media screen and (max-width: 480px) {
  .dp_footer_logo img {
    height: 50px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.dp_footer_nav {
  background-color: #676767;
  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: 14%;
  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: #6AB4F1;
}
.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 {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.dp_footer_nav .dp_footer_nav_main ul > ul > li:before {
  content: "-";
  display: block;
  color: #fff;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 15px;
}

/* コピーライト
----------------------------------------------------------------- */
.dp_copyright {
  background-color: #11172d;
  font-family: "sofia-pro", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 0.85rem 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 3rem;
  z-index: 100;
}
a#pagetop img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.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;
  bottom: 100px;
  max-width: 750px;
}
@media screen and (max-width: 1024px) {
  .dp_idx_slide_wrap .dp_idx_slide_catch {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .dp_idx_slide_catch {
    width: 100%;
  }
}
.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;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .dp_idx_slide_items .slick-slide {
    background-position: 60% 50%;
  }
}
.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: 0.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: #6AB4F1;
}
.dp_idx_slide_wrap .dp_idx_slide_items .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #1a469b;
}
.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_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: 0.75rem 1rem 0.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 {
  color: #fff;
  display: block;
  transition: 0.3s;
}
.dp_idx_news_wrap .dp_idx_news_items ul li a:hover {
  color: #6AB4F1;
}
.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: #333;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 15%;
  transition: 0.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: #11172d;
}
.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;
}

/* 第一セクション
----------------------------------------------------------------- */
.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: 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_secondary_wrap {
  padding: 0 0 5rem;
}
.dp_idx_secondary_wrap .dp_idx_secondary_ttl {
  padding: 3.75rem 0 7.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(51, 51, 51, 0.2);
  position: relative;
  border-bottom: 7px solid #1a469b;
}
.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: 0.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: 2.5rem;
}

@media screen and (max-width: 480px) {
  .idx_about_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 会社情報／採用情報
----------------------------------------------------------------- */
.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: 0.3s;
}
.dp_idx_bnr_wrap .dp_idx_bnr_flex a:hover {
  opacity: 0.6;
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.dp_idx_contact_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 3.75rem 0;
  margin-top: 5rem;
}
@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;
}

/* ==========================================================================
採用情報
========================================================================== */
/*
----------------------------------------------------------------- */
.flow {
  margin: 2.5rem auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .flow {
    padding: 0;
  }
}
.flow .flow_circle {
  padding: 0.5rem;
  width: 20.5%;
  height: 0;
  padding-top: 19%;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-top: 0;
  position: relative;
}
.flow .flow_circle div {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 480px) {
  .flow .flow_circle div {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.flow .last {
  border: 1px solid #1a469b;
  background-color: #1a469b;
  color: #fff;
}
.flow img {
  width: 2%;
  height: 100%;
  margin-top: 0;
}
.flow img:last-child {
  visibility: hidden;
}
.flow * {
  margin-left: 2%;
}

/* ==========================================================================
お知らせ
========================================================================== */
/* 記事
----------------------------------------------------------------- */
.dp_article {
  padding-top: 60px;
}
.dp_article .dp_article_data {
  color: #1a469b;
  font-family: "sofia-pro", sans-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 a {
  color: #6AB4F1;
  text-decoration: underline;
}
.dp_article .dp_article_content a:hover {
  color: #11172d;
  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: #1a469b;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  color: #1a469b;
  background-color: #e9e9e9;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 2rem;
  margin: 0 0.25rem;
  padding: 0.5rem 0;
}

.wp-pagenavi a {
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #1a469b;
}
