@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
ol,
ul {
  list-style: none;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding-top: 110px;
  font-family: '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.7rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body#top_page {
  padding-top: 0;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #1b3575;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  #rwdMenuWrap {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #rwdMenuWrap #switchBtnArea {
    width: 100%;
    height: 60px;
    position: relative;
  }
  #rwdMenuWrap #switchBtnArea #switchBtn {
    display: block;
    width: 60px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #rwdMenuWrap #switchBtnArea #switchBtn span {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    left: 20%;
    background-color: #78716f;
    transition: all 0.2s linear;
  }
  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 22px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #rwdMenuWrap ul {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 500;
  }
  #rwdMenuWrap ul li {
    display: block;
    margin: 0;
    width: 100%;
    background-color: #1b3575;
    border-bottom: solid 1px #fff;
  }
  #rwdMenuWrap ul li:last-child {
    border-bottom: none;
  }
  #rwdMenuWrap ul li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
  }
  #rwdMenuWrap ul li a::after {
    display: none;
    content: '';
  }
  #rwdMenuWrap ul li a span {
    display: block;
    margin: 0 auto;
    line-height: 1em;
  }
  #rwdMenuWrap ul li a span.main {
    margin-bottom: 0;
  }
  #rwdMenuWrap ul li a span.sub {
    display: none;
  }
}
#global-footer {
  width: 100%;
  height: auto !important;
  background-color: #1b3575;
  position: relative;
  z-index: 6000;
}
#global-footer #top_btn {
  display: block;
  position: absolute;
  top: -90px;
  right: 25px;
}
#global-footer #top_btn img {
  width: 50px;
  height: auto;
}
#global-footer .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 15px 50px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
}
#global-footer .inner .nav-list-label a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
#global-footer .inner ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 2;
}
#global-footer .inner ul {
  margin-top: 8px;
  list-style-type: none;
}
#global-footer .inner .fl {
  width: calc(100% - 284px);
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#global-footer .inner .fl .footer-column {
  width: 200px;
}
#global-footer .inner .fl .footer-column ul {
  margin-bottom: 30px;
}
#global-footer .inner .fl .footer-column:last-of-type {
  width: 415px;
}
#global-footer .inner .fl .footer-column:last-of-type .nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#global-footer .inner .fl .footer-column:last-of-type .nav-list ul {
  flex: 1;
}
#global-footer .inner .fl .footer-column:last-of-type .nav-list ul:first-of-type {
  margin-right: 20px;
}
#global-footer .inner .fl ul {
  width: 100%;
  padding: 0;
  font-size: 0;
}
#global-footer .inner .fl ul li {
  display: block;
  list-style-type: none;
}
#global-footer .inner .fl ul li a:hover {
  opacity: 0.8;
}
#global-footer .inner .fr {
  width: 284px;
  float: right;
}
#global-footer .inner .fr .logo img{
  width: 100%;
  margin-top: 42px;
}
#global-footer .inner .fr .bnr_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 0;
}
#global-footer .inner .fr .bnr_list .list_item {
  width: calc((100% - 15px) / 2);
  list-style: none;
}
#global-footer .inner .fr .bnr_list .link {
  display: block;
}
#global-footer .inner .fr .bnr_list .link:hover {
  opacity: 0.8;
}
#global-footer .inner .fr .bnr_list img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #global-footer .inner {
    width: 100%;
    padding: 0;
  }
  #global-footer .inner .fl {
    width: 100%;
    float: none;
  }
  #global-footer .inner .fl ul li {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  #global-footer .inner .fl ul li a {
    display: block;
    padding: 15px 10px;
  }
  #global-footer .inner .fr {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    float: none;
    background-color: #fff;
    text-align: center;
    color: #333;
  }
}

/* トップページのサイドバー */
.toppage_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  z-index: 5000;
}
.toppage_sidebar .inner {
  height: 100%;
}
.toppage_sidebar .relative_layer {
  width: 430px;
  height: 260px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: all 0.5s ease;
}
.toppage_sidebar .relative_layer.wide {
  width: 900px;
}
.toppage_sidebar .top_box {
  /*padding-top: 17vh;*/
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.toppage_sidebar .top_box.sp_db {display: none !important;}
.fp-viewing-5 #sidebar_content_toppage_sec_05 .top_box.pc_db {
  display: flex !important;
}
.toppage_sidebar .top_box .title {
  font-size: 42px;
  width: 100%;
  text-align: center;
  line-height: 1;
  /* font-family: 'hiragino kaku gothic pro', 'ヒラギノ角ゴ',sans-serif; */
  font-feature-settings: "palt"1;
  letter-spacing: 0.1em;
}
.toppage_sidebar .top_box .sub_title {
  margin-top: 35px;
  font-size: 38px;
  font-weight: 500;
  /* font-family: 'hiragino kaku gothic pro', 'ヒラギノ角ゴ',sans-serif; */
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.toppage_sidebar .top_box .sidebar_content__link {
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: bold;
  transition: 0.8s;
}

.toppage_sidebar .top_box .sidebar_content__link:hover {
  opacity: 0.6;
}
.toppage_sidebar .top_box .lower_page_title {
  position: relative;
  font-size: 35px;
  padding-bottom: 7px;
  /* font-family: 'hiragino kaku gothic pro', 'ヒラギノ角ゴ',sans-serif; */
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt"1;
}
.toppage_sidebar .top_box .lower_page_title::after {
  content: '';
  display: block;
  width: 95%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.toppage_sidebar .top_box .lower_page_title.link::after {
  display: none;
}
.toppage_sidebar .top_box .lower_page_title.link a {
  padding: 40px 50px;
  position: relative;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.toppage_sidebar .top_box .lower_page_title.link a span {
  position: relative;
  padding-bottom: 7px;
}
.toppage_sidebar .top_box .lower_page_title.link a span::after {
  content: '';
  display: block;
  width: 95%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.toppage_sidebar .top_box .lower_page_title a:hover {
  border: 1px solid #fff;
}
.toppage_sidebar .top_box .anchorlink_list {
  margin-top: 14px;
}
.toppage_sidebar .top_box .anchorlink_list .list_item {
  margin-top: 12px;
  /*background: url('../../img/common/icon_arrow-white.png') no-repeat 0 1px / auto 15px;*/
  font-size: 17px;
  /* font-family: 'hiragino kaku gothic pro', 'ヒラギノ角ゴ',sans-serif; */
  line-height: 1.3;
  font-feature-settings: "palt"1;
  letter-spacing: 0.1em;
  list-style: none;
  text-align: center;
}
.toppage_sidebar .top_box .anchorlink_list .list_item.bordered {
  border: 1px solid #fff;
}
.toppage_sidebar .top_box .anchorlink_list .list_item.bordered:hover {
  border: 1px solid transparent;
}
.toppage_sidebar .top_box .anchorlink_list .list_item:nth-child(1) {
  margin-top: 0;
}
.toppage_sidebar .top_box .anchorlink_list .list_item a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  display: block;
  line-height: 1;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.toppage_sidebar .top_box .anchorlink_list .list_item a:hover {
  border: 1px solid #fff;
}
.toppage_sidebar .bottom_box {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.toppage_sidebar .bottom_box .text {
  font-size: 18px;
  font-weight: 100;
  /* font-family: 'Roboto',sans-serif; */
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.toppage_sidebar .bottom_box .toppage_btn_scroll {
  width: 35px;
  margin-top: 35px;
  font-size: 0;
  text-align: center;
}
.toppage_sidebar .bottom_box .toppage_btn_scroll a {
  display: block;
}
.toppage_sidebar .bottom_box .toppage_btn_scroll a:hover {
  opacity: 0.8;
}
.toppage_sidebar .bottom_box .toppage_btn_scroll img {
  width: 100%;
  display: inline-block;
}
.toppage_sidebar .bottom_box .toppage_btn_scroll .inner_text {
  margin-top: 8px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}


/* トップページのコンテンツ */
.toppage_sec {
  width: 100%;
  height: 100vh;
}
#toppage_sec_02 {
  background: url("../../img/home/toppage_sec_bg-02.jpg") fixed no-repeat center center / cover;
}
#toppage_sec_03 {
  background: url("../../img/home/toppage_sec_bg-03.jpg") fixed no-repeat center center / cover;
}
#toppage_sec_04 {
  background: url("../../img/home/toppage_sec_bg-04.jpg") fixed no-repeat center center / cover;
}
#toppage_sec_05 {
  background: url("../../img/home/toppage_sec_bg-05.jpg") fixed no-repeat center center / cover;
}

/* スライダー */
#toppage_sec_01 .swiper-container {
  z-index: inherit;
}
#toppage_sec_01 .swiper-container .list_item {
  width: 100%;
  height: 100vh;
}
#toppage_sec_01 .swiper-container #swiper-slide-01 {
  background: url("../../img/home/home_slider_img_01.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-02 {
  background: url("../../img/home/home_slider_img_02.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-03 {
  background: url("../../img/home/home_slider_img_03.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-04 {
  background: url("../../img/home/home_slider_img_04.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-05 {
  background: url("../../img/home/home_slider_img_05.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-06 {
  background: url("../../img/home/home_slider_img_06.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-07 {
  background: url("../../img/home/home_slider_img_07.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container #swiper-slide-08 {
  background: url("../../img/home/home_slider_img_08.jpg") no-repeat center center / cover;
}
#toppage_sec_01 .swiper-container .swiper-pagination {
  width: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6000;
}
#toppage_sec_01 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.6;
}
#toppage_sec_01 .swiper-pagination-bullet-active {
  border: 1px solid #1b3575;
  background: #1b3575;
  opacity: 1;
}

#toppage_sec_01 .swiper-container .swiper-button-next,
#toppage_sec_01 .swiper-container .swiper-button-prev {
  position: absolute;
  z-index: 7000;
  height: 88px;
  width: 50px;
  background-size: contain;
}

#toppage_sec_01 .swiper-container .swiper-button-prev {
  background-image: url(../../img/home/top_prev.png);
  left: 48px;
}

#toppage_sec_01 .swiper-container .swiper-button-next {
  background-image: url(../../img/home/top_next.png);
  right: 48px;
}

.inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.inner .box {
  margin: 0 auto 50px;
}
.inner .box h2 {
  font-size: 26px;
  color: #1a3675;
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  background-image: url(../../img/common/title_box01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
.inner .box p {
  font-size: 17px;
  margin: 0 0 1em;
}
.inner .box h3 {
  font-size: 22px;
  color: #333;
  line-height: 1em;
  margin: 0 0 15px;
}
.inner .box.message {
  margin: 90px auto 150px;
}
.first_area {
  padding-top: 90px;
  margin: 0 auto 65px;
}
.first_area p {
  font-size: 18px;
  margin: 0 0 15px;
}
.btn_area02 {
  width: 100%;
  padding: 0 0 145px;
}
.btn_area02 p {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 25px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
.btn_area02 .inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #1b3575;
}
.btn_area02 .inner ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.btn_area02 .inner ul li {
  display: inline-block;
  width: 35%;
  margin: 0 3%;
}
.btn_area02 .inner ul li a {
  display: block;
  width: 100%;
  padding: 20px 0px 13px;
  border: solid 2px #fff;
  box-sizing: border-box;
  background-color: #1b3575;
  text-align: center;
}
.btn_area02 .inner ul li a img {
  width: auto;
  height: 19px;
}
.btn_area02 .inner ul li a:hover {
  background-color: #fff;
}
.btn_area02 .inner ul li a:hover span.rikunavi {
  display: inline-block;
  width: 181px;
  height: 19px;
  background-image: url(../../img/common/btn_rikunavi-.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.btn_area02 .inner ul li a:hover span.rikunavi img {
  opacity: 0;
}
.btn_area02 .inner ul li a:hover span.mynavi {
  display: inline-block;
  width: 185px;
  height: 19px;
  background-image: url(../../img/common/btn_mynavi-.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.btn_area02 .inner ul li a:hover span.mynavi img {
  opacity: 0;
}
.sub_title_area {
  width: 100%;
  background-color: #4988be;
}
.sub_title_area .inner {
  padding: 15px 15px;
  color: #fff;
}
.sub_title_area .inner .title {
  font-size: 32px;
  line-height: 1.3em;
}
.sub_title_area .inner .title02 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: normal;
}
.pan_area {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: right;
}
.pan_area a {
  text-decoration: none;
  color: #333;
}
.pan_area a:hover {
  text-decoration: underline;
}
.sub_key_area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url(../../img/common/key_work.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_key_area .inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 70px 15px 85px;
  box-sizing: border-box;
  color: #fff;
}
.sub_key_area .inner .title {
  font-size: 32px;
  line-height: 1em;
  margin: 0 0 30px;
  padding: 0;
}
.sub_key_area .inner p {
  font-size: 18px;
  line-height: 2em;
}
#policy-view .title_area {
  width: 100%;
  background-color: #4988be;
}
#policy-view .title_area .inner {
  padding: 15px 15px;
}
#policy-view .title_area .inner .title {
  font-size: 32px;
  line-height: 1.3em;
  color: #fff;
}
#policy-view .pan_area {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: right;
}
#policy-view .pan_area a {
  text-decoration: none;
  color: #333;
}
#policy-view .pan_area a:hover {
  text-decoration: underline;
}
#work-view .first_area {
  padding-top: 0;
  margin: 0 auto 60px;
}
#work-view .sub_title_area {
  margin: -128px 0 50px;
  padding-top: 128px;
  background: none;
}
#work-view .sub_title_area .bg_layer {
  background-color: #4988be;
}
#work-view .sub_title_area .inner {
  padding: 22px 15px;
  color: #fff;
}
#work-view .text_area {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#work-view .text_area .box {
  margin: 0 auto 50px;
  padding: 25px 50px 15px;
  background-color: #ebf1ff;
  overflow: hidden;
}
#work-view .text_area .box h3 {
  font-size: 22px;
  color: #4988be;
  line-height: 1.5em;
  margin: 0 0 14px;
  padding: 0 0 0 25px;
  background-image: url(../../img/common/title_box01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
#work-view .text_area .box h4 {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin: 0 0 15px;
}
#work-view .text_area .box .fl {
  width: 65%;
  float: left;
}
#work-view .text_area .box .fl p {
  font-size: 14px;
  margin: 0 0 1em;
}
#work-view .text_area .box figure {
  width: 32%;
  float: right;
}
#work-view .text_area .box figure img {
  width: 100%;
  height: auto;
}
#entry-view {
  width: 100%;
  padding-bottom: 150px;
}
#entry-view .btn_area {
  width: 100%;
  padding: 120px 15px 0;
}
#entry-view .btn_area ul {
  width: 100%;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#entry-view .btn_area ul li {
  display: inline-block;
  width: 45%;
  margin: 0 1%;
  border: solid 2px #4988be;
}
#entry-view .btn_area ul li a:hover {
  opacity: 0.6;
}
#entry-view .btn_area ul li a img {
  width: 100%;
  height: auto;
}
#employment-view .first_area table {
  width: 100%;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
#employment-view .first_area table th {
  display: block;
  width: 100%;
  font-size: 22px;
  padding: 5px 0;
}
#employment-view .first_area table th .small {
  font-size: 16px;
  margin: 0 0 0 10px;
}
#employment-view .first_area table td {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  padding: 5px 0 30px;
}
#employment-view .first_area .pic_area {
  width: 100%;
  padding: 0 0 15px;
}
#employment-view .first_area .pic_area img.employment_pic {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
