@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto\+Slab:400,100,300,700);

@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.hidetext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@font-face {
  font-family: 'ikspiari_jp';
  src: url("/resource/font/ikspiari_jp.eot?91amso");
  src: url("/resource/font/ikspiari_jp.eot?91amso#iefix") format("embedded-opentype"), url("/resource/font/ikspiari_jp.ttf?91amso") format("truetype"), url("/resource/font/ikspiari_jp.woff?91amso") format("woff"), url("/resource/font/ikspiari_jp.svg?91amso#ikspiari_jp") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change font */
  font-family: 'ikspiari_jp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*

.icon-pdf:before {
  content: "\e92a";
}
.icon-circle-minus-filled:before {
  content: "\e928";
}
.icon-circle-plus-filled:before {
  content: "\e929";
}
.icon-sns-line:before {
  content: "\e925";
}
.icon-sns-twitter:before {
  content: "\e926";
}
.icon-sns-facebook:before {
  content: "\e927";
}
.icon-share:before {
  content: "\e923";
}
.icon-exclamation:before {
  content: "\e924";
}
.icon-calendar:before {
  content: "\e922";
}
.icon-favorite-mono:before {
  content: "\e921";
}
.icon-load:before {
  content: "\e91e";
}
.icon-question-mono:before {
  content: "\e91f";
}
.icon-question:before {
  content: "\e920";
}
.icon-check:before {
  content: "\e91d";
}
.icon-arrow-circle-left:before {
  content: "\e903";
}
.icon-arrow-circle-right:before {
  content: "\e916";
}
.icon-arrow-circle-down:before {
  content: "\e917";
}
.icon-arrow-circle-up:before {
  content: "\e918";
}
.icon-warning-strange:before {
  content: "\e919";
}
.icon-warning:before {
  content: "\e91a";
}
.icon-return:before {
  content: "\e91b";
}
.icon-close:before {
  content: "\e91c";
}
.icon-arrow-double-down:before {
  content: "\e904";
}
.icon-arrow-double-up:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e914";
}
.icon-arrow-up:before {
  content: "\e915";
}
.icon-circle-plus:before {
  content: "\e912";
}
.icon-circle-minus:before {
  content: "\e913";
}
.icon-restaurant:before {
  content: "\e90d";
}
.icon-telephone:before {
  content: "\e910";
}
.icon-new-tab:before {
  content: "\e911";
}
.icon-map-pin:before {
  content: "\e90f";
}
.icon-event-campaign:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90e";
}
.icon-minus:before {
  content: "\e900";
}
.icon-plus:before {
  content: "\e901";
}
.icon-Information:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e908";
}
.icon-favorite:before {
  content: "\e909";
}
.icon-cinema:before {
  content: "\e90b";
}
.icon-shop:before {
  content: "\e90c";
}
*/
html {
  width: 100%;
  min-height: 100%;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 15px;
  background: #eaeff1;
  line-height: 30px;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

main#main {
  position: relative;
  z-index: auto;
}

h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #154598;
  text-decoration: none;
}
a:hover {
  color: #227bbb;
}

a.to-top {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: #98a8b8;
  color: #98a8b8;
}
a.to-top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '\e915';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
}

.is-show-animation {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.only-pc {
  display: none;
}

.only-sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }

  .only-sp {
    display: none;
  }

  br {
    display: block;
  }

  a.to-top {
    display: inline;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #4775a9;
    color: #4775a9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 5;
  }
  a.to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '\e915';
    font-family: "ikspiari_jp" !important;
    color: #ffffff;
  }
}
section.container {
  position: relative;
}
section.container .inner {
  width: 100%;
  margin: 0 auto;
}
section.container:last-child {
  padding-bottom: 0;
}
section.container.layout_title {
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  margin: 0 0 60px;
  overflow: visible;
}
section.container.layout_title .inner {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 120px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.container.layout_title .inner h1 {
  text-align: center;
  display: block;
  font-size: 23px;
  font-weight: normal;
  color: #333333;
  line-height: 31px;
}
section.container.layout_title .inner h1:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-subtitle);
  font-size: 12px;
  line-height: 24px;
  color: #35568e;
  font-weight: normal;
}
section.container.layout_title .inner h1 span {
  display: block;
}
section.container.layout_title .inner h1 img {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
section.container.layout_title.detail {
  height: auto;
  margin: 0;
  padding: 60px 0 0;
  background: #eaeff1;
}
section.container.layout_title.detail .inner {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
section.container.layout_nobg {
  background: #eaeff1;
}
section.container.layout_nobg .inner {
  background: none !important;
}
section.container.layout_nobg .inner h2 {
  padding: 24px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  color: #35568e;
}
section.container.layout_nobg .inner p {
  padding: 32px 15px;
  line-height: 22px;
  text-align: left;
}
section.container.layout_nobg .inner p.lead{
  padding-bottom:0;
}
section.container.layout_nobg .inner br {
  display: block;
}
section.container.layout_nobg .inner .btn_outline {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 50px;
  margin: 30px auto;
  padding-top: 0;
  padding-bottom: 0;
}
section.container.layout_normal {
  background: #eaeff1;
  padding-top: 20px;
}
section.container.layout_normal.is-top-section {
  padding-top: 40px;
}
section.container.layout_normal .inner {
  background: #ffffff;
  padding: 25px 15px 40px;
  box-sizing: border-box;
}
section.container.layout_normal .inner > h2 {
  position: relative;
  padding: 20px 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
section.container.layout_normal .inner > h2:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-subtitle);
  font-size: 12px;
  line-height: 24px;
  color: #35568e;
  font-weight: normal;
}
section.container.layout_normal .inner > h2 img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
section.container.layout_normal .inner > h3 {
  font-size: 18px;
  font-weight: normal;
  color: #35568e;
  padding: 15px 0 0;
  text-align: center;
}
section.container.layout_normal .inner h3.title_l2 {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: left;
  padding: 60px 0 10px;
  margin: 0 0 20px;
}
section.container.layout_normal .inner h3.title_l2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: '';
  border-bottom: 1px solid #aebbd2;
}
section.container.layout_normal .inner > h4 {
  margin: 0;
  padding: 33px 0 27px;
  font-size: 18px;
  font-weight: normal;
}
section.container.layout_normal .inner > p {
  padding: 35px 0;
}
section.container ul.list_articles {
  border-bottom: 1px solid #eaeff1;
}
section.container ul.list_articles li {
  border-top: 1px solid #eaeff1;
}
section.container ul.list_articles li a {
  display: block;
  padding: 18px 15px;
  font-size: 14px;
  line-height: 20px;
}
section.container ul.list_articles li a:before {
  display: block;
  content: attr(data-date);
  font-size: 12px;
  color: #898989;
  padding: 0 70px 0 0;
}
section.container ul.list_articles li a.icon-pdf:after {
  content: '\e92a';
  font-family: "ikspiari_jp" !important;
  color: #e21f1b;
}
section.container ul.list_articles.list_articles02 li > span {
  display: block;
  padding: 18px 15px;
  font-size: 14px;
  line-height: 20px;
}
section.container ul.list_articles.list_articles02 li > span:before {
  display: block;
  content: attr(data-date);
  font-size: 12px;
  color: #898989;
  padding: 0 70px 0 0;
}
section.container ul.list_tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
}
section.container ul.list_tiles li {
  position: relative;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 0;
  box-sizing: border-box;
  background: #ffffff;
  margin: 0 0 10px;
}
section.container ul.list_tiles li:hover {
  background: #d2dcea;
}
section.container ul.list_tiles li:hover .head {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
section.container ul.list_tiles li a {
  color: #227bbb;
}
section.container ul.list_tiles li:nth-child(odd) {
  margin: 0 10px 10px 0;
}
section.container ul.list_tiles li .head {
  overflow: hidden;
  height: auto;
}
section.container ul.list_tiles li .head img {
  display: block;
  width: 100%;
}
section.container ul.list_tiles li .content {
  padding: 10px 10px;
}
section.container ul.list_tiles li .content .date {
  font-size: 12px;
  color: #898989;
}
section.container ul.list_tiles li .content .date.label-csr:after {
  background: #32ad8c;
}
section.container ul.list_tiles li .content .date.label-info:after {
  background: #508fd1;
}
section.container ul.list_tiles li .content .date:after {
  content: attr(data-label);
  color: #ffffff;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 3px 6px;
}
section.container ul.list_tiles li .content p {
  line-height: 1.4;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  section.container.layout_nobg .inner .btn_outline {
    margin: 50px auto;
  }
  section.container.layout_nobg .inner .btn_outline.btn_briobecca {
    margin: 30px auto;
  }
  section.container ul.list_tiles li .content {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 769px) {
  section.container:last-child {
    padding-bottom: 100px;
  }
  section.container.layout_title {
    height: 500px;
    margin: 0 0 90px;
  }
  section.container.layout_title .inner {
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1120px;
    height: 180px;
  }
  section.container.layout_title .inner h1 {
    font-size: 36px;
    line-height: 42px;
  }
  section.container.layout_title .inner h1:after {
    font-size: 15px;
    line-height: 45px;
  }
  section.container.layout_title.detail {
    margin: 0;
    padding: 60px 0 0;
  }
  section.container.layout_title.detail .inner {
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  section.container.layout_nobg .inner {
    padding: 0;
  }
  section.container.layout_nobg .inner h2 {
    padding: 60px 0 0;
    font-size: 20px;
    line-height: 62px;
    color: #35568e;
  }
  section.container.layout_nobg .inner p {
    text-align: center;
  }
  section.container.layout_nobg .inner p.lead {
    padding: 30px 0 0;
  }
  section.container.layout_nobg .inner br {
    display: none;
  }
  section.container.layout_nobg .inner .btn_outline {
    width: 260px;
    height: 50px;
  }
  section.container.layout_nobg .inner .btn_outline.btn_briobecca {
    margin: 50px auto;
  }
  section.container.layout_normal {
    padding-top: 20px;
  }
  section.container.layout_normal .inner {
    padding: 70px 95px 100px;
  }
  section.container.layout_normal .inner > h2 {
    padding: 20px 0 20px;
    font-size: 30px;
  }
  section.container.layout_normal .inner > h2:after {
    font-size: 15px;
    line-height: 45px;
  }
  section.container.layout_normal .inner > h3 {
    font-size: 18px;
    padding: 45px 0 0;
  }
  section.container.layout_normal .inner h3.title_l2 {
    font-size: 24px;
    padding: 50px 0 20px;
    margin: 0 0 40px;
  }
  section.container.layout_normal .inner h3.title_l2:after {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  section.container.layout_normal .inner > h4 {
    margin: 0;
    padding: 90px 0 50px;
    font-size: 18px;
  }
  section.container.layout_normal .inner > p {
    padding: 45px 0;
  }
  section.container .inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  section.container ul.list_articles li a {
    padding: 22px 20px;
    font-size: 15px;
    line-height: 30px;
  }
  section.container ul.list_articles li a:before {
    display: inline-block;
    font-size: 12px;
    padding: 0 35px 0 0;
  }
  section.container ul.list_articles.list_articles02 li > span {
    padding: 22px 20px;
    font-size: 15px;
    line-height: 30px;
  }
  section.container ul.list_articles.list_articles02 li > span:before {
    display: block;
    font-size: 12px;
    padding: 0 35px 0 0;
  }
  section.container ul.list_articles.list_articles02 li > a:before {
    display: block;
  }
  section.container ul.list_tiles {
    padding: 0;
  }
  section.container ul.list_tiles li {
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
    padding: 0;
    margin: 0 1px;
  }
  section.container ul.list_tiles li:nth-child(odd) {
    margin: 0;
  }
  section.container ul.list_tiles li .content .date {
    font-size: 12px;
  }
  section.container ul.list_tiles li .content .date:after {
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 3px 6px;
  }
  section.container ul.list_tiles li .content p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1120px) {
  section.container ul.list_articles.list_articles02 li > a:before, section.container ul.list_articles.list_articles02 li > span:before {
    display: inline-block;
    min-width: 150px;
  }
}
.header {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 10;
  background: #ffffff;
}
.header.index {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.header.index .inner {
  position: absolute;
  width: 100%;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}
.header.index .inner .logo {
  top: 0;
}
.header.index .inner .logo img {
  width: 100%;
}
.header.index .inner .menu {
  top: -5px;
}
.header.index .inner .menu:after {
  color: #ffffff;
}
.header.index .inner .menu ul li a {
  color: #ffffff !important;
}
.header.index .inner .menu ul li a:hover {
  color: #35568e !important;
}
.header .inner {
  position: relative;
  width: 100%;
  height: 55px;
  z-index: 10;
  margin: 0 auto;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.header .inner .logo {
  position: absolute;
  top: 17px;
  left: 50%;
  margin: 0 0 0 -52.5px;
  display: block;
  width: 105px;
  height: 25px;
  z-index: 11;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.header .inner .logo:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.header .inner .menu {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 10;
}
.header .inner .menu:after {
  content: '\e908';
  font-family: "ikspiari_jp" !important;
  font-size: 24px;
  color: #023894;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner .menu.is-active:after {
  content: '\e91c';
  font-size: 24px;
  position: absolute;
  right: 4px;
}
.header .inner .menu ul {
  display: none;
}

@media screen and (min-width: 1120px) {
  .header.index .inner {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
  }
  .header.index .inner .logo {
    top: 10px;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header.index .inner .menu {
    display: block;
    top: 0;
    max-width: 880px;
    width: 100%;
  }
  .header .inner {
    width: 100%;
    max-width: 1120px;
    height: 90px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .header .inner .logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 146px;
    height: 32px;
    margin: 0;
  }
  .header .inner .menu {
    position: relative;
    max-width: 880px;
    width: 100%;
    padding-left: 240px;
    height: auto;
    top: auto;
    right: auto;
  }
  .header .inner .menu:after {
    display: none;
  }
  .header .inner .menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .inner .menu ul li {
    width: auto;
  }
  .header .inner .menu ul li.is-current a {
    color: #35568e;
  }
  .header .inner .menu ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 48px;
    color: #333333;
    -webkit-transition: color 600ms;
    transition: color 600ms;
  }
  .header .inner .menu ul li a:after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    background: #35568e;
    width: 100%;
    height: 1px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .header .inner .menu ul li a:hover {
    color: #35568e;
  }
  .header .inner .menu ul li a:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.menu-float {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(117, 153, 186, 0.95);
  z-index: 10;
  padding: 0 15px;
  box-sizing: border-box;
}
.menu-float.is-show {
  display: block;
  overflow-y: scroll;
}
.menu-float .logo {
  display: block;
  width: 105px;
  height: 25px;
  margin: 17px auto;
}
.menu-float .logo img {
  width: 100%;
}
.menu-float ul {
  margin: 0 0 17px;
}
.menu-float ul li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  position: relative;
  border-top: 1px solid #aebbd2;
}
.menu-float ul li:last-child {
  border-bottom: 1px solid #aebbd2;
}
.menu-float ul li:after {
  content: '\e907';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
}
.menu-float ul li a {
  display: block;
  padding: 11px 11px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
}
.menu-float ul li a:after {
  display: block;
  content: attr(data-subtitle);
  color: #01225b;
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
}
.menu-float .btn_close {
  position: absolute;
  border: none;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 16px;
  right: 15px;
}
.menu-float .btn_close:after {
  content: '\e91c';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
  font-size: 24px;
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .menu-float {
    display: none;
  }
}
.footer .breadcrumbs {
  background: #06233e;
  padding: 0 15px;
}
.footer .breadcrumbs .inner {
  width: 100%;
  margin: 0 auto;
  padding: 23px 0;
}
.footer .breadcrumbs .inner ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  padding: 0 30px 0 0;
}
.footer .breadcrumbs .inner ul li:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
}
.footer .breadcrumbs .inner ul li:last-child:after {
  display: none;
}
.footer .breadcrumbs .inner ul li a {
  display: block;
  color: #68a0d6;
}
.footer .breadcrumbs .inner ul li a:visited {
  color: #68a0d6;
}
.footer .breadcrumbs .inner ul li a:hover {
  color: #90bde8;
}
.footer .footer_content {
  background: #0a3660;
  padding: 0 15px;
}
.footer .footer_content .inner {
  width: 100%;
  margin: 0 auto;
}
.footer .footer_content .inner .upper {
  height: auto;
  display: block;
}
.footer .footer_content .inner .upper .logo {
  margin: 0 auto;
  padding: 30px 0;
  width: 146px;
  height: 32px;
}
.footer .footer_content .inner .upper .footer_links .footer_menu li a {
  position: relative;
  display: block;
  padding: 0 0 0 15px;
  color: #ffffff;
  font-size: 15px;
}
.footer .footer_content .inner .upper .footer_links .footer_menu li a:visited {
  color: #ffffff;
}
.footer .footer_content .inner .upper .footer_links .footer_menu li a:before {
  position: absolute;
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer_content .inner .upper .footer_links .footer_menu li a:hover {
  color: #90bde8;
}
.footer .footer_content .inner .upper .footer_links .footer_menu li a:hover:before {
  color: #90bde8;
}
.footer .footer_content .inner .upper .footer_links .link_list li a:visited {
  color: #ffffff;
}
.footer .footer_content .inner .upper .footer_links .link_list li a:hover {
  color: #90bde8;
}
.footer .footer_content .inner .upper .footer_links .link_list li a:hover:after {
  color: #90bde8;
}
.footer .footer_content .inner .lower {
  border-top: 1px solid #35568e;
  padding: 15px 0 30px;
}
.footer .footer_content .inner .lower p {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .footer .breadcrumbs {
    padding: 0;
  }
  .footer .breadcrumbs .inner {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
    padding: 23px 20px;
  }
  .footer .breadcrumbs .inner ul li {
    font-size: 15px;
    padding: 0 30px 0 0;
  }
  .footer .breadcrumbs .inner ul li:after {
    right: 10px;
  }
  .footer .footer_content {
    padding: 0;
  }
  .footer .footer_content .inner {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .footer .footer_content .inner .upper {
    height: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_content .inner .upper .logo {
    margin: 0;
    padding: 0;
    width: 146px;
    height: 32px;
  }
  .footer .footer_content .inner .upper .footer_links .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_content .inner .upper .footer_links .footer_menu li a {
    padding: 0 0 0 15px;
    font-size: 15px;
  }
  .footer .footer_content .inner .upper .footer_links .footer_menu li a:before {
    left: 0;
  }
  .footer .footer_content .inner .lower {
    padding: 25px 0 58px;
  }
  .footer .footer_content .inner .lower p {
    font-size: 12px;
    line-height: 1;
    text-align: left;
  }
}
.btn_normal {
  position: relative;
  padding: 15px 35px;
  line-height: 1.4;
  background: #35568e;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #35568e;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
}
.btn_normal:after {
  position: absolute;
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_normal:before {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  background: #ffffff;
  z-index: -1;
}
.btn_normal.icon-link:after {
  content: '\e911';
}

@media screen and (min-width: 769px) {
  .btn_normal {
    padding: 15px 64px;
    font-size: 15px;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
  .btn_normal:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn_normal:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .btn_normal:hover {
    color: #35568e;
  }
  .btn_normal:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .btn_normal:hover:after {
    color: #35568e;
  }
}
.btn_full {
  display: block;
  position: relative;
  margin: 0 15px;
  background: #35568e;
  color: #ffffff;
  border: 1px solid #35568e;
  text-align: center;
  padding: 15px 40px;
  font-size: 15px;
  z-index: 0;
  line-height: 1.4;
}
.btn_full.is-outline {
  background: none;
  color: #35568e;
}
.btn_full.is-outline:after {
  color: #35568e;
}
.btn_full.is-outline:hover {
  color: #ffffff;
}
.btn_full.is-outline:hover:before {
  background: #35568e;
}
.btn_full.is-outline:hover:after {
  color: #ffffff;
}
.btn_full:before {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  background: #ffffff;
  z-index: -1;
}
.btn_full:after {
  position: absolute;
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_full.icon-link:after {
  content: '\e911';
}
.btn_full:hover {
  color: #35568e;
}
.btn_full:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.btn_full:hover:after {
  color: #35568e;
}

@media screen and (min-width: 769px) {
  .btn_full {
    margin: 0;
    width: 100%;
    padding: 18px 0;
    font-size: 15px;
  }
  .btn_full:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.btn_outline {
  position: relative;
  color: #35568e;
  border: 1px solid #35568e;
  padding: 0 54px;
  line-height: 53px;
  display: inline-block;
}
.btn_outline.is-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn_outline.is-white:before {
  background: #ffffff;
}
.btn_outline.is-white:after {
  color: #ffffff;
}
.btn_outline.icon-link:after {
  content: '\e911';
}
.btn_outline.icon-back:after {
  content: '\e906';
  right: auto;
  left: 20px;
}
.btn_outline:after {
  position: absolute;
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  color: #35568e;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn_outline {
    position: relative;
    color: #35568e;
    border: 1px solid #35568e;
    padding: 0 64px;
    line-height: 53px;
    -webkit-transition: color 600ms;
    transition: color 600ms;
    z-index: 0;
  }
  .btn_outline.is-white {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .btn_outline.is-white:before {
    background: #ffffff;
  }
  .btn_outline.is-white:after {
    color: #ffffff;
  }
  .btn_outline.is-white:hover {
    color: #35568e;
  }
  .btn_outline.is-white:hover:after {
    color: #35568e;
  }
  .btn_outline.icon-link:after {
    content: '\e911';
  }
  .btn_outline.icon-back:after {
    content: '\e906';
    right: auto;
    left: 20px;
  }
  .btn_outline:after {
    position: absolute;
    content: '\e907';
    font-family: "ikspiari_jp" !important;
    color: #35568e;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn_outline:before {
    -webkit-transition: all 600ms;
    transition: all 600ms;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    background: #35568e;
    z-index: -1;
  }
  .btn_outline:hover {
    color: #ffffff;
  }
  .btn_outline:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .btn_outline:hover:after {
    color: #ffffff;
  }
}
.btn_fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.btn_fill a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9bb4c7;
  color: #ffffff;
  height: 70px;
  font-size: 14px;
  border-right: 1px solid #ffffff;
  padding: 28px 0 35px;
  box-sizing: border-box;
  line-height: 1.15;
}
.btn_fill a:hover {
  background: #7897af;
}
.btn_fill a:after {
  position: absolute;
  content: '\e914';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn_fill a:last-child {
  border-right: none;
}

@media screen and (min-width: 769px) {
  .btn_fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  .btn_fill a {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #9bb4c7;
    color: #ffffff;
    height: 100px;
    font-size: 18px;
    border-right: 1px solid #ffffff;
    padding: 42px 0 50px;
  }
  .btn_fill a:after {
    position: absolute;
    content: '\e914';
    font-family: "ikspiari_jp" !important;
    color: #ffffff;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .btn_fill a:last-child {
    border-right: none;
  }
}
.collapse_full {
  display: block;
  margin: 15px 0;
  width: 100%;
  border: 1px solid #aebbd2;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
}
.collapse_full .collapse_inner {
  padding: 0 15px 15px;
}
.collapse_full .collapse_inner .collapse_title {
  position: relative;
  color: #35568e;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px 20px 0;
}
.collapse_full .collapse_inner .collapse_title:after {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\e904';
  font-family: "ikspiari_jp" !important;
}
.collapse_full .collapse_inner .collapse_title:hover {
  cursor: pointer;
}
.collapse_full .collapse_inner .collapse_content {
  border-top: 1px solid #aebbd2;
}
.collapse_full:last-child {
  margin: 20px 0 0;
}
.collapse_full.is-show .collapse_inner .collapse_title:after {
  content: '\e905';
}

@media screen and (min-width: 768px) {
  .collapse_full .collapse_inner {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 1120px) {
  .collapse_full .collapse_inner {
    padding: 0 30px 30px;
  }
}
@media screen and (min-width: 769px) {
  .collapse_full {
    display: block;
    margin: 20px 0 30px;
    width: 100%;
    border: 1px solid #aebbd2;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
  }
  .collapse_full .collapse_inner .collapse_title {
    position: relative;
    color: #35568e;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px 0 0;
  }
  .collapse_full .collapse_inner .collapse_title:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '\e904';
    font-family: "ikspiari_jp" !important;
  }
  .collapse_full .collapse_inner .collapse_title:hover {
    cursor: pointer;
  }
  .collapse_full .collapse_inner .collapse_content {
    border-top: 1px solid #aebbd2;
  }
  .collapse_full.is-show .collapse_inner .collapse_title:after {
    content: '\e905';
  }
}
.collapse_content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.collapse_content > p {
  padding: 28px 0;
}
.collapse_content .collapse_box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.collapse_content .collapse_box-list li {
  width: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dotted #aebbd2;
  position: relative;
}
.collapse_content .collapse_box-list li.label:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #aebbd2;
  top: 55px;
  left: 0;
}
.collapse_content .collapse_box-list li.label .head:before {
  height: 55px;
}
.collapse_content .collapse_box-list li.label .content {
  padding: 55px 10px 0;
}
.collapse_content .collapse_box-list li.label .content:before {
  height: 15px;
}
.collapse_content .collapse_box-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collapse_content .collapse_box-list li > a:hover .head {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.collapse_content .collapse_box-list li > a:hover .content h3 {
  color: #227bbb;
}
.collapse_content .collapse_box-list li > a:hover .content p {
  color: #227bbb;
}
.collapse_content .collapse_box-list li .head {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 0 -10px;
  display: inline-block;
}
.collapse_content .collapse_box-list li .head:before {
  content: attr(data-title);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  font-size: 16px;
  font-weight: bold;
}
.collapse_content .collapse_box-list li .head img {
  padding: 15px 0;
  width: 100%;
}
.collapse_content .collapse_box-list li .content {
  width: 50%;
  padding: 15px 10px 0;
  margin: 0 -10px 0 0;
}
.collapse_content .collapse_box-list li .content:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
}
.collapse_content .collapse_box-list li .content h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #154598;
  line-height: 1.4;
}
.collapse_content .collapse_box-list li .content h3:before {
  content: '\e907';
  font-family: "ikspiari_jp" !important;
}
.collapse_content .collapse_box-list li .content h3.icon-link:after {
  content: '\e911';
  font-family: "ikspiari_jp" !important;
}
.collapse_content .collapse_box-list li .content p {
  color: #333;
  line-height: 1.4;
}
.collapse_content .collapse_box-list li .content p.to-short {
  letter-spacing: -2px;
}
.collapse_content .collapse_column-list li {
  border-top: dashed 1px #aebbd2;
  padding: 0 0 30px;
}
.collapse_content .collapse_column-list li.noborder {
  border: none;
}
.collapse_content .collapse_column-list li h4 {
  color: #333333;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}
.collapse_content .collapse_column-list li .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.collapse_content .collapse_column-list li .column .l {
  width: 100%;
}
.collapse_content .collapse_column-list li .column .l h5 {
  color: #35568e;
  font-size: 15px;
  line-height: 1;
  margin: 20px 0 10px;
}
.collapse_content .collapse_column-list li .column .r {
  width: 100%;
}
.collapse_content .collapse_column-list li .column .r img {
  margin: 15px 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .collapse_content .collapse_box-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .collapse_content .collapse_box-list li {
    width: 30%;
    margin: 10px 10px 20px;
    display: block;
    border: none;
  }
  .collapse_content .collapse_box-list li.label:before {
    display: none;
  }
  .collapse_content .collapse_box-list li.label .content {
    padding: 0;
  }
  .collapse_content .collapse_box-list li > a {
    display: block;
  }
  .collapse_content .collapse_box-list li .head {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .collapse_content .collapse_box-list li .head.child-no-margin:before {
    display: none;
  }
  .collapse_content .collapse_box-list li .head:before {
    height: 55px;
    font-size: 16px;
  }
  .collapse_content .collapse_box-list li .head img {
    padding: 0;
  }
  .collapse_content .collapse_box-list li .content {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .collapse_content .collapse_box-list li .content:before {
    display: none;
  }
  .collapse_content .collapse_box-list li .content h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }
  .collapse_content .collapse_column-list li h4 {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .collapse_content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .collapse_content > p {
    padding: 28px 0;
  }
  .collapse_content .collapse_box-list li {
    width: -webkit-calc(calc(100% / 3) - 20px);
    width: calc(calc(100% / 3) - 20px);
  }
  .collapse_content .collapse_column-list li {
    padding: 0 0 30px;
  }
  .collapse_content .collapse_column-list li h4 {
    text-align: left;
  }
  .collapse_content .collapse_column-list li .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .collapse_content .collapse_column-list li .column .l {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
  }
  .collapse_content .collapse_column-list li .column .l h5 {
    line-height: 1;
    margin: 20px 0 10px;
  }
  .collapse_content .collapse_column-list li .column .l p {
    font-size: 13px;
    line-height: 1.4;
  }
  .collapse_content .collapse_column-list li .column .r {
    width: 290px;
  }
  .collapse_content .collapse_column-list li .column .r img {
    margin: 20px 0 0 30px;
    width: 260px;
  }
}
/**
 Recruit Q&A用スタイル
 */
.collapse_full.layout_qa .collapse_inner .collapse_title:before {
  content: 'Q.';
  margin: 0 7px 0 0;
  font-weight: bold;
}
.collapse_full.layout_qa .collapse_inner .collapse_content {
  position: relative;
  padding: 0 0 0 24px;
}
.collapse_full.layout_qa .collapse_inner .collapse_content:before {
  position: absolute;
  top: 27px;
  left: 0;
  content: 'A.';
  color: #f05329;
  font-weight: bold;
}

.link_tokubetu {
  padding: 0 0 30px;
  text-align: center;
  display: block;
}
.link_tokubetu:before {
  content: '\e906';
  font-family: "ikspiari_jp" !important;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .link_tokubetu {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .link_tokubetu {
    padding: 0;
  }
}

.link_normal {
  position: relative;
  color: #35568e;
  font-size: 15px;
  padding: 0 25px 0 0;
}
.link_normal.icon-link:after {
  content: '\e911';
  font-family: "ikspiari_jp" !important;
  color: #35568e;
}
.link_normal.icon-back:after {
  content: '\e906';
  font-family: "ikspiari_jp" !important;
}
.link_normal:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  font-size: 15px;
  color: #154598;
}

.link_normal-2 {
  position: relative;
  color: #35568e;
  font-size: 15px;
  padding: 0 25px 0 0;
}
.link_normal-2:before {
  content: '\e907';
  display: inline;
  font-family: "ikspiari_jp" !important;
  font-size: 15px;
  color: #35568e;
}
.link_normal-2.icon-link:after {
  content: '\e911';
  font-family: "ikspiari_jp" !important;
  color: #35568e;
}
.link_normal-2.icon-back:before {
  content: '\e906';
  font-family: "ikspiari_jp" !important;
}
.link_normal-2.is-white {
  color: #ffffff;
}
.link_normal-2.is-white:before {
  color: #ffffff;
}
.link_normal-2.is-white:after {
  color: #ffffff;
}
.link_normal-2:hover {
  color: #154598;
}

.link_list {
  position: relative;
  display: block;
  padding: 0 0 20px;
}
.link_list li {
  padding: 0;
  height: 20px;
}
.link_list li a {
  color: #ffffff;
  font-size: 12px;
}
.link_list li a.icon-link:after {
  content: '\e911';
  font-family: "ikspiari_jp" !important;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .link_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .link_list li {
    padding: 0 20px 0 0;
  }
  .link_list li a {
    color: #ffffff;
    font-size: 12px;
  }
  .link_list li a.icon-link:after {
    content: '\e911';
    font-family: "ikspiari_jp" !important;
    color: #ffffff;
  }
}
.link_box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px -10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link_box-with-image {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 10px 0 0;
}
.link_box-with-image .head {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
}
.link_box-with-image .content {
  position: relative;
  background: #f3f3f3;
  padding: 25px 20px;
}
.link_box-with-image .content:after {
  position: absolute;
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: #35568e;
}
.link_box-with-image .content h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333333;
}
.link_box-with-image .content p {
  font-size: 15px;
  color: #35568e;
}

@media screen and (min-width: 769px) {
  .link_box-wrap {
    margin: 30px -10px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .link_box-with-image {
    width: 50%;
    padding: 0 10px;
    margin: 0;
  }
  .link_box-with-image:hover .head {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .link_box-with-image:hover .content {
    background: #d2dcea;
  }
  .link_box-with-image:hover .content h4 {
    color: #227bbb;
  }
  .link_box-with-image:hover .content p {
    color: #227bbb;
  }
  .link_box-with-image .head {
    width: 100%;
    height: 280px;
  }
  .link_box-with-image .content {
    padding: 25px 20px;
  }
  .link_box-with-image .content:after {
    right: 20px;
  }
  .link_box-with-image .content h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .link_box-with-image .content p {
    font-size: 15px;
  }
}
/**
  テキスト用コンポーネント
  ！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！
  ！！！！！！！！！！！！！！注意！！！！！！！！！！！！！！！！
  ！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！
  ！！！多用せずなるべくそれぞれのレイアウトで定義してください！！
  ！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！
 */
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_caption {
  color: #898989;
  font-size: 12px;
}

.txt_icon-pdf:after {
  content: '\e92a';
  font-family: ikspiari_jp !important;
  color: #e21f1b;
}

.table_normal {
  width: 100%;
  margin: 40px 0 0;
}
.table_normal.is-in-collapse {
  margin: 0;
}
.table_normal.is-in-collapse tbody tr:first-child {
  border-top: none;
}
.table_normal tbody tr {
  display: block;
  border-top: 1px solid #aebbd2;
  vertical-align: top;
  padding: 15px 0;
}
.table_normal tbody tr:last-child {
  border-bottom: 1px solid #aebbd2;
}
.table_normal tbody tr th {
  width: 100%;
  color: #35568e;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
  display: block;
  line-height: 26px;
}
.table_normal tbody tr td {
  width: 100%;
  padding: 0 15px 0;
  box-sizing: border-box;
  display: block;
  line-height: 26px;
}
.table_normal tbody tr td ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table_normal tbody tr td ol li span {
  display: inline-block;
  width: 180px;
}
.table_normal tbody tr br {
  display: block;
}
.table_normal.table_jp {
  margin-bottom: 60px;
}
.table_normal.table_en tbody tr:last-child {
  border-bottom: none;
}
.table_normal.table_en tbody tr td ol li span {
  font-weight: bold;
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
}

@media screen and (min-width: 769px) {
  .table_normal {
    width: 100%;
    margin: 60px 0 0;
  }
  .table_normal tbody tr {
    display: block;
    min-height: 73px;
    border-top: 1px solid #aebbd2;
    vertical-align: top;
    padding: 0;
  }
  .table_normal tbody tr:last-child {
    border-bottom: 1px solid #aebbd2;
  }
  .table_normal tbody tr th {
    width: 160px;
    color: #35568e;
    padding: 28px 0 28px 10px;
    box-sizing: border-box;
    text-align: left;
    display: table-cell;
  }
  .table_normal tbody tr td {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    padding: 28px 0 28px 10px;
    box-sizing: border-box;
    display: table-cell;
  }
  .table_normal tbody tr td ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .table_normal tbody tr td ol li span {
    display: inline-block;
    width: 180px;
  }
  .table_normal.table_jp {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1120px) {
  .table_normal.table_en tbody tr td ol li span {
    width: 290px;
    font-weight: normal;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.list-style-desc li:before {
  content: '●';
  color: #35568e;
  font-size: 10px;
  margin: 0 5px 0 0;
}

.box_pct {
  padding: 25px 0 0;
}
.box_pct img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .box_pct {
    padding: 45px 0 0;
  }
  .box_pct img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
.box_pct-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}
.box_pct-2 ul li {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.box_pct-2 ul li img {
  display: block;
  max-width: 100%;
}
.box_pct-2 ul li .btn_full {
  display: inline-block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .box_pct-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -10px;
  }
  .box_pct-2 ul li {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .box_pct-2 ul li img {
    display: block;
    max-width: 100%;
  }
  .box_pct-2 ul li .btn_full {
    display: inline-block;
    line-height: 53px;
    padding: 0;
  }
}
.box_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 0 40px;
}
.box_column .l {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.box_column .l h4 {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0 20px;
  margin: 0;
  color: #35568e;
}
.box_column .l p {
  padding: 0;
  line-height: 22px;
  letter-spacing: 1.1px;
}
.box_column .r {
  width: 100%;
}
.box_column .r img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .box_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 40px;
  }
  .box_column .l {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  .box_column .l h4 {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0 40px;
    margin: 0;
    color: #35568e;
  }
  .box_column .l p {
    padding: 0;
    line-height: 32px;
    letter-spacing: 1.1px;
  }
  .box_column .r {
    width: 360px;
  }
  .box_column .r img {
    width: 100%;
  }
}
.box_list .content a.more {
  display: inline-block;
  margin: 30px 0 0;
}
.box_list .content a.more:after {
  content: '\e911';
}
.box_list .content ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.box_list .content ul li {
  margin: 0;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #aebbd2;
}
.box_list .content ul li a {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #333333;
}
.box_list .content ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\e907';
  font-family: "ikspiari_jp" !important;
}
.box_list .content ul li a .l {
  width: 100px;
  height: 100px;
  background: #acacac;
  overflow: hidden;
}
.box_list .content ul li a .l img {
  width: auto;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_list .content ul li a .r {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.box_list .content ul li a .r h4 {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.box_list .content ul li a .r p {
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 769px) {
  .box_list .content a.more {
    margin: 30px 0 0;
  }
  .box_list .content ul {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box_list .content ul li {
    margin: 0 0 20px;
    width: 49%;
    padding: 0;
    border: none;
  }
  .box_list .content ul li a {
    width: 100%;
    height: 180px;
  }
  .box_list .content ul li a:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .box_list .content ul li a .l {
    width: 180px;
    height: 180px;
  }
  .box_list .content ul li a .r {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    padding: 30px 50px 30px 30px;
    background: #f3f3f3;
  }
  .box_list .content ul li a .r h4 {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  .box_list .content ul li a .r p {
    font-size: 12px;
    line-height: 22px;
  }
  .box_list .content ul li a:hover:after {
    color: #227bbb;
  }
  .box_list .content ul li a:hover .l {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .box_list .content ul li a:hover .r {
    background: #d2dcea;
  }
  .box_list .content ul li a:hover .r h4 {
    color: #227bbb;
  }
  .box_list .content ul li a:hover .r p {
    color: #227bbb;
  }
}
.box_board {
  background: #f3f3f3;
  padding: 0 15px 20px;
  margin: 15px 0 0;
}
.box_board > p {
  padding: 30px 0;
}
.box_board > ul {
  padding: 0;
}
.box_board > ul > li {
  border-top: 1px solid #cbcbcb;
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box_board > ul > li .title {
  width: 100%;
}
.box_board > ul > li .title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
.box_board > ul > li .content {
  width: 100%;
}
.box_board > ul > li .content ol {
  padding: 0 0 0 15px;
}

@media screen and (min-width: 769px) {
  .box_board {
    background: #f3f3f3;
    padding: 0 30px 40px;
    margin: 30px 0 0;
  }
  .box_board > p {
    padding: 30px 0;
  }
  .box_board > ul {
    padding: 0;
  }
  .box_board > ul > li {
    border-top: 1px solid #cbcbcb;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box_board > ul > li .title {
    width: 230px;
  }
  .box_board > ul > li .title h4 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .box_board > ul > li .content {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }
  .box_board > ul > li .content ol {
    padding: 0 0 0 40px;
  }
}
.box_board-2 {
  background: #f3f3f3;
  padding: 0 15px 20px;
  margin: 30px 0 0;
}
.box_board-2 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_board-2 .column .l {
  width: 100%;
}
.box_board-2 .column .l h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #35568e;
}
.box_board-2 .column .l p {
  padding: 20px 0;
}
.box_board-2 .column .r {
  margin: 0;
  width: 100%;
}
.box_board-2 .column .r img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .box_board-2 {
    padding: 0 30px 20px;
  }
  .box_board-2 .column .r {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .box_board-2 {
    padding: 0 50px 48px;
    margin: 30px 0 0;
  }
  .box_board-2 .column {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 48px 0 0;
  }
  .box_board-2 .column .l {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
  }
  .box_board-2 .column .l h4 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .box_board-2 .column .l p {
    padding: 20px 0;
  }
  .box_board-2 .column .r {
    margin: 0 0 0 30px;
    width: 330px;
  }
  .box_board-2 .column .r img {
    width: 100%;
  }
}
.box_board-3 {
  background: #f3f3f3;
  padding: 0 15px 20px;
  margin: 30px 0 0;
}
.box_board-3 h4 {
  font-size: 15px;
  color: #35568e;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb;
}
.box_board-3 ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #cbcbcb;
}
.box_board-3 ul li h5 {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .box_board-3 {
    padding: 0 50px 48px;
    margin: 30px 0 30px;
  }
  .box_board-3 h4 {
    font-size: 15px;
    padding: 40px 0;
  }
}
.form_select-normal {
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 35px;
  box-sizing: border-box;
  color: #35568e;
  border: 1px solid #aebbd2;
}
.form_select-normal:after {
  position: absolute;
  content: '\e904';
  font-family: "ikspiari_jp" !important;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form_select-normal ul {
  border: 1px solid #aebbd2;
  box-sizing: border-box;
  display: block;
  width: 212px;
  position: relative;
  left: -1px;
  top: -1px;
}
.form_select-normal ul li {
  width: 210px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #aebbd2;
  background: #eaeff1;
  box-sizing: border-box;
}
.form_select-normal ul li button {
  border: none;
  background: none;
  font-size: 14px;
  color: #35568e;
  display: block;
  width: 210px;
  height: 35px;
  box-sizing: border-box;
}
.form_select-normal ul li button:focus {
  outline: none;
}
.form_select-normal ul li:first-child {
  background: #ffffff;
  border-top: none;
}
.form_select-normal ul li:hover {
  background: #aec3cb;
  cursor: pointer;
}
.form_select-normal ul li:hover button {
  color: #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .form_select-normal {
    width: 142px;
    height: 35px;
  }
  .form_select-normal:after {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form_select-normal ul {
    width: 142px;
    left: -1px;
    top: -1px;
  }
  .form_select-normal ul li {
    width: 140px;
    height: 35px;
  }
  .form_select-normal ul li button {
    font-size: 14px;
    color: #35568e;
    width: 140px;
    height: 35px;
  }
  .form_select-normal ul li:first-child {
    background: #ffffff;
  }
  .form_select-normal ul li:hover {
    background: #aec3cb;
  }
}
/*
  Index用Layout
  Section.container
 */
#mainvisual {
  position: relative;
  height: 780px;
  background: url("/resource/images/hero_bg.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
#mainvisual:before {
  -webkit-transition: all 1s;
  transition: all 1s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 48, 85, 0.4);
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#mainvisual.is-show:before {
  z-index: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#mainvisual .inner .btn_scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  display: block;
  z-index: 5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#mainvisual .inner .btn_scroll:visited {
  color: #ffffff;
}
#mainvisual .inner .btn_scroll:after {
  -webkit-animation: scroll 1200ms ease infinite normal;
          animation: scroll 1200ms ease infinite normal;
  content: '\e914';
  font-family: "ikspiari_jp" !important;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#mainvisual .inner .herotext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}
#mainvisual .inner .herotext h1 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 31px;
}
#mainvisual .inner .herotext p {
  margin: 40px 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 23px;
}
#mainvisual .inner .herotext a {
  display: inline-block;
  height: 50px;
  padding: 0 64px;
  line-height: 53px;
}
#mainvisual .inner .herotext br {
  display: block;
}

#news {
  background: #ffffff;
}

#topics {
  background: #eaeff1;
}
#topics .inner > .content {
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  #topics {
    background: #eaeff1;
  }
  #topics .inner > .content {
    padding: 0;
  }
}
section.container.layout_1 .inner {
  padding: 0 0 30px;
}
section.container.layout_1 .inner .head {
  position: relative;
}
section.container.layout_1 .inner .head h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 20px 0;
}
section.container.layout_1 .inner .head h2:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-subtitle);
  font-size: 12px;
  font-weight: normal;
  color: #35568e;
}
section.container.layout_1 .inner .head .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
section.container.layout_1 .inner .content ul.list_tiles {
  margin: 0 0 -10px;
}
section.container.layout_1 .inner .more_sp {
  text-align: center;
}
section.container.layout_1 .inner .more_sp .btn_normal {
  display: inline-block;
  margin: 15px auto 0;
  padding: 15px 54px;
}
section.container.layout_2 .cover {
  position: relative;
  height: auto;
  background: #45718d url("/resource/images/business_bg_sp.png") no-repeat;
  background-size: cover;
  background-position: center;
}
section.container.layout_2 .cover .title {
  position: relative;
  padding: 85px 15px 35px;
}
section.container.layout_2 .cover .title h2 {
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  padding: 0 0 40px;
  text-align: center;
}
section.container.layout_2 .cover .title h2:after {
  display: block;
  content: attr(data-subtitle);
  color: #ffffff;
  font-size: 15px;
  line-height: 46px;
}
section.container.layout_2 .cover .title p {
  font-size: 15px;
  color: #ffffff;
}
section.container.layout_2 .wrapper {
  position: relative;
  background: #eaeff1;
}
section.container.layout_2 .wrapper .inner {
  position: relative;
}
section.container.layout_2 .wrapper .inner:after {
  content: "";
  display: table;
  clear: both;
}
section.container.layout_2 .wrapper .inner.business_btn_adapt {
  padding: 0 0 50px;
}
section.container.layout_2 .wrapper .column {
  width: 100%;
  padding: 0 15px 15px;
  margin: 0 0 -55px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  text-align: center;
  overflow: hidden;
}
section.container.layout_2 .wrapper .column h3 {
  position: relative;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  padding: 0;
}
section.container.layout_2 .wrapper .column h3:after {
  display: block;
  content: attr(data-subtitle);
  color: #35568e;
  font-size: 15px;
  line-height: 30px;
}
section.container.layout_2 .wrapper .column h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0;
}
section.container.layout_2 .wrapper .column a.btn_outline {
  display: inline-block;
  padding: 0 64px;
}
section.container.layout_2 .wrapper .column .column_text {
  position: relative;
  padding: 28px 20px;
  background: #ffffff;
  -webkit-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
          transform: translateY(-55px);
  z-index: 4;
  width: 100%;
  margin-bottom: 15px;
}
section.container.layout_2 .wrapper .column .column_image {
  position: relative;
  margin: 0 -15px;
}
section.container.layout_2 .wrapper .column .column_image img {
  width: 100%;
}
section.container.layout_2 .box {
  display: block;
  margin: 0;
}
section.container.layout_2 .box .box_inner:last-child a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.container.layout_2 .box .box_inner a {
  background: #ffffff;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.container.layout_2 .box .box_inner a .head {
  width: 50%;
  height: 120px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.container.layout_2 .box .box_inner a .head.img-recruit {
  background-image: url(/resource/images/top_recruit.jpg);
}
section.container.layout_2 .box .box_inner a .head.img-company {
  background-image: url(/resource/images/top_company.jpg);
}
section.container.layout_2 .box .box_inner a .head img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
section.container.layout_2 .box .box_inner a .content {
  position: relative;
  width: 50%;
  height: 120px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  background: #ffffff;
}
section.container.layout_2 .box .box_inner a .content:after {
  content: '\e907';
  font-family: "ikspiari_jp" !important;
  color: #35568e;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.container.layout_2 .box .box_inner a .content h3 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  padding: 30px 0 0;
}
section.container.layout_2 .box .box_inner a .content h3:after {
  content: attr(data-subtitle);
  color: #35568e;
  font-size: 10px;
  line-height: 20px;
  margin: 0;
  display: block;
}
section.container.layout_2 .box .box_inner a .content p {
  display: none;
}

@media screen and (min-width: 768px) {
  section.container.layout_1 .inner .head h2 {
    padding: 30px 0 20px;
  }
  section.container.layout_1 .inner .more_sp .btn_normal {
    margin: 25px auto 10px;
  }
  section.container.layout_2 {
    overflow: hidden;
  }
  section.container.layout_2 .cover .title p {
    text-align: center;
    margin-bottom: 50px;
  }
  section.container.layout_2 .wrapper .column {
    height: 525px;
    margin: 0;
    overflow: hidden;
  }
  section.container.layout_2 .wrapper .column h3 {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    padding: 0 0 20px;
  }
  section.container.layout_2 .wrapper .column h3:after {
    display: block;
    content: attr(data-subtitle);
    color: #35568e;
    font-size: 15px;
    line-height: 30px;
  }
  section.container.layout_2 .wrapper .column h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
  }
  section.container.layout_2 .wrapper .column a.btn_outline {
    display: inline-block;
    padding: 0 64px;
    margin: 10px 0 0;
  }
  section.container.layout_2 .wrapper .column .column_text {
    padding: 60px 0;
    box-sizing: border-box;
    width: 320px;
    margin-bottom: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    position: absolute;
  }
  section.container.layout_2 .wrapper .column .column_image {
    width: auto;
    height: 477px;
    position: absolute;
    overflow: hidden;
  }
  section.container.layout_2 .wrapper .column .column_image img {
    height: 100%;
    width: auto;
  }
  section.container.layout_2 .wrapper .column.order .column_text {
    top: 90px;
    left: 0;
  }
  section.container.layout_2 .wrapper .column.order .column_image {
    top: -50px;
    left: 160px;
  }
  section.container.layout_2 .wrapper .column.reverse .column_text {
    top: 75px;
    right: 0;
  }
  section.container.layout_2 .wrapper .column.reverse .column_image {
    top: -30px;
    right: 160px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mainvisual .inner .herotext {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 570px;
  }
  #mainvisual .inner .herotext h1 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 48px;
  }
  #mainvisual .inner .herotext p {
    font-size: 15px;
    margin: 40px 0;
  }
  #mainvisual .inner .herotext a {
    height: 50px;
    padding: 0 64px;
    line-height: 53px;
  }
  #mainvisual .inner .herotext br.nopc {
    display: none;
  }

  section.container.layout_1 .inner {
    padding: 0 0 60px;
  }
  section.container.layout_1 .inner .head h2 {
    font-size: 30px;
    font-weight: normal;
    padding: 50px 0 40px;
  }
  section.container.layout_1 .inner .head h2:after {
    font-size: 15px;
    font-weight: normal;
  }
  section.container.layout_1 .inner .head .more {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.container.layout_2 .cover {
    height: 376px;
  }
  section.container.layout_2 .cover .title {
    position: absolute;
    top: 50%;
    left: 45px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
  section.container.layout_2 .cover .title h2 {
    font-size: 36px;
    text-align: left;
    padding: 0 0 40px;
  }
  section.container.layout_2 .cover .title h2:after {
    font-size: 15px;
    line-height: 46px;
  }
  section.container.layout_2 .cover .title p {
    font-size: 15px;
    text-align: left;
  }
  section.container.layout_2 .wrapper {
    position: relative;
    background: #eaeff1;
  }
  section.container.layout_2 .wrapper .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  section.container.layout_2 .wrapper .inner.business_btn_adapt {
    padding: 0 20px 135px;
    box-sizing: border-box;
  }
  section.container.layout_2 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: -100px 0 0;
    width: 100%;
  }
  section.container.layout_2 .box .box_inner {
    width: 50%;
    padding: 0 20px;
  }
  section.container.layout_2 .box .box_inner a {
    background: #ffffff;
    width: auto;
    margin: 0;
    display: block;
  }
  section.container.layout_2 .box .box_inner a:hover .head {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  section.container.layout_2 .box .box_inner a .head {
    position: relative;
    width: 100%;
    height: 275px;
  }
  section.container.layout_2 .box .box_inner a .head img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  section.container.layout_2 .box .box_inner a .head:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: '\e907';
    font-family: "ikspiari_jp" !important;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background: #35568e;
  }
  section.container.layout_2 .box .box_inner a .content {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
  }
  section.container.layout_2 .box .box_inner a .content:after {
    display: none;
  }
  section.container.layout_2 .box .box_inner a .content h3 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    padding: 30px 0 0;
  }
  section.container.layout_2 .box .box_inner a .content h3:after {
    content: attr(data-subtitle);
    color: #35568e;
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 0 15px;
    display: inline;
  }
  section.container.layout_2 .box .box_inner a .content p {
    display: block;
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1120px) {
  #mainvisual:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mainvisual .inner .herotext {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 570px;
  }
  #mainvisual .inner .herotext h1 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 48px;
  }
  #mainvisual .inner .herotext p {
    font-size: 15px;
    margin: 40px 0;
  }
  #mainvisual .inner .herotext a {
    height: 50px;
    padding: 0 64px;
    line-height: 53px;
  }
  #mainvisual .inner .herotext br.nopc {
    display: none;
  }

  section.container.layout_1 .inner {
    padding: 0 0 60px;
  }
  section.container.layout_1 .inner .head h2 {
    font-size: 30px;
    font-weight: normal;
    padding: 50px 0 40px;
  }
  section.container.layout_1 .inner .head h2:after {
    font-size: 15px;
    font-weight: normal;
  }
  section.container.layout_1 .inner .head .more {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.container.layout_2 .cover {
    height: 492px;
    background: url("/resource/images/business_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  section.container.layout_2 .cover .title {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
  section.container.layout_2 .cover .title h2 {
    font-size: 36px;
    text-align: left;
    padding: 0 0 40px;
  }
  section.container.layout_2 .cover .title h2:after {
    font-size: 15px;
    line-height: 46px;
  }
  section.container.layout_2 .cover .title p {
    font-size: 15px;
  }
  section.container.layout_2 .wrapper {
    position: relative;
    background: #eaeff1;
  }
  section.container.layout_2 .wrapper .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  section.container.layout_2 .wrapper .inner.business_btn_adapt {
    padding: 0 0 200px;
  }
  section.container.layout_2 .wrapper .column .column_text {
    padding: 80px 0;
    width: 380px;
  }
  section.container.layout_2 .wrapper .column.order .column_text {
    top: 55px;
  }
  section.container.layout_2 .wrapper .column.order .column_image {
    top: -60px;
    right: 15px;
    left: auto;
  }
  section.container.layout_2 .wrapper .column.reverse .column_text {
    top: 50px;
  }
  section.container.layout_2 .wrapper .column.reverse .column_image {
    top: -30px;
    left: 15px;
    right: auto;
  }
  section.container.layout_2 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: -100px -20px 0;
    width: auto;
  }
  section.container.layout_2 .box .box_inner {
    width: auto;
    padding: 0 20px;
  }
  section.container.layout_2 .box .box_inner a {
    background: #ffffff;
    width: auto;
    margin: 0;
    display: block;
  }
  section.container.layout_2 .box .box_inner a:hover .head {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  section.container.layout_2 .box .box_inner a .head {
    position: relative;
    width: 540px;
    height: 275px;
  }
  section.container.layout_2 .box .box_inner a .head img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  section.container.layout_2 .box .box_inner a .head:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: '\e907';
    font-family: "ikspiari_jp" !important;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background: #35568e;
  }
  section.container.layout_2 .box .box_inner a .content {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
  }
  section.container.layout_2 .box .box_inner a .content:after {
    display: none;
  }
  section.container.layout_2 .box .box_inner a .content h3 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    padding: 30px 0 0;
  }
  section.container.layout_2 .box .box_inner a .content h3:after {
    content: attr(data-subtitle);
    color: #35568e;
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 0 15px;
    display: inline;
  }
  section.container.layout_2 .box .box_inner a .content p {
    display: block;
    padding: 20px 0 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    bottom: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    bottom: -40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes scroll {
  0% {
    bottom: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    bottom: -40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.release section.container.layout_normal .inner {
  padding: 25px 0 100px;
}
.release section.container.layout_normal .inner h3.title_l2 {
  position: relative;
  left: -200%;
  padding: 5px 0 0;
  margin: 0 0 30px;
}
.release .select_wrap {
  position: relative;
  z-index: 10;
}
.release .select_wrap .form_select-normal {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

@media screen and (min-width: 769px) {
  .release section.container.layout_normal .inner {
    padding: 70px 95px 100px;
  }
  .release section.container.layout_normal .inner h3.title_l2 {
    display: block;
    left: 0;
    padding: 50px 0 20px;
    margin: 0 0 40px;
  }
  .release .select_wrap {
    position: relative;
  }
  .release .select_wrap .form_select-normal {
    position: absolute;
    bottom: 16px;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.business section.container.layout_normal .inner.box_board-3 h3 {
  padding: 0;
}
.business section.container.layout_normal .inner > p.txt_center {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .business section.container.layout_nobg .inner p.business_lead {
    padding: 32px 15px 30px;
  }
  .business section.container.layout_nobg .inner .btn_outline {
    margin: 30px auto;
  }
}
@media screen and (min-width: 1120px) {
  .business section.container.layout_nobg .inner p.business_lead {
    padding: 70px 0;
  }
  .business section.container.layout_nobg .inner .btn_outline {
    margin: 50px auto;
  }
}
section.container.layout_nobg .inner .btn_outline.is-big {
  margin: 30px auto;
  width: 300px;
  height: 60px;
}

.collapse_full.is-top {
  margin-top: 34px;
}

.btn_fill.is-no-lead {
  padding-top: 40px;
}

.btn_normal.btn_recruit {
  padding: 15px 0;
  width: 100%;
  text-align: center;
}

section.container.layout_normal .inner > h2.recruit-program {
  font-size: 18px;
}

.box_pct-recruit {
  padding: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .btn_normal.btn_recruit {
    padding: 15px 64px;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  section.container.layout_nobg .inner .btn_outline.is-big {
    margin: 50px auto;
  }

  .collapse_full.is-top {
    margin-top: 78px;
  }

  .btn_fill.is-no-lead {
    padding-top: 40px;
  }

  section.container.layout_normal .inner > h2.recruit-program {
    font-size: 24px;
  }

  .box_pct.recruit_pct img {
    width: 100%;
    max-width: 534px;
  }
}
.collapse_content.access > h4 {
  margin: 10px 0;
}
.collapse_content.access > p {
  line-height: 20px;
  padding: 5px 0;
}
.collapse_content.access .box_pct {
  padding: 15px 0 0;
}

@media screen and (min-width: 769px) {
  .collapse_content.access > h4 {
    margin: 20px 0 10px;
  }
  .collapse_content.access .box_pct {
    padding: 20px 0 0;
  }
}
.mobile-android:not(.ua-chrome) section.container.layout_2 .wrapper {
  overflow: hidden;
}
.mobile-android:not(.ua-chrome) section.container.layout_2 .wrapper .column {
  display: block;
  padding: 0 15px 75px;
  margin: 0 0 -55px;
}
.mobile-android:not(.ua-chrome) section.container.layout_2 .wrapper .column .column_text {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  margin-bottom: 15px;
  margin-top: 150px;
}
.mobile-android:not(.ua-chrome) section.container.layout_2 .wrapper .column .column_image {
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-android:not(.ua-chrome) section.container ul.list_tiles {
  display: block;
  font-size: 0;
}
.mobile-android:not(.ua-chrome) section.container ul.list_tiles li {
  width: 49%;
  vertical-align: top;
  display: inline-block;
}
.mobile-android:not(.ua-chrome) section.container ul.list_tiles li:nth-child(odd) {
  margin: 0 0 10px;
}
.mobile-android:not(.ua-chrome) .box_pct-2 ul,
.mobile-android:not(.ua-chrome) .box_board-2 .column {
  display: block;
}
.mobile-android:not(.ua-chrome) .link_box-wrap {
  display: block;
}
.mobile-android:not(.ua-chrome) .link_box-wrap .link_box-with-image {
  box-sizing: border-box;
}
.mobile-android:not(.ua-chrome) .btn_fill {
  display: block;
  font-size: 0;
}
.mobile-android:not(.ua-chrome) .btn_fill a {
  width: 33.33%;
  display: inline-block;
  text-align: center;
}
.mobile-android:not(.ua-chrome) .btn_fill.col2 a {
  width: 49.99%;
}
.mobile-android:not(.ua-chrome) .collapse_content .collapse_box-list {
  display: block;
}
.mobile-android:not(.ua-chrome) .collapse_content .collapse_box-list li > a {
  display: block;
}
.mobile-android:not(.ua-chrome) .collapse_content .collapse_box-list li > a .head {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.mobile-android:not(.ua-chrome) .collapse_content .collapse_box-list li > a .content {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0;
}
.mobile-android:not(.ua-chrome) .collapse_content .collapse_box-list li.label > a .content {
  padding: 55px 0 0;
}
.mobile-android:not(.ua-chrome) .box_list .content ul {
  display: block;
}
.mobile-android:not(.ua-chrome) .box_list .content ul a .l {
  width: 33%;
}
.mobile-android:not(.ua-chrome) .box_list .content ul a .r {
  width: 66%;
}
