@charset "UTF-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 10px;
  min-height: 100%;
  position: relative; }

body {
  font-family: "Meiryo UI" , "メイリオ" , Meiryo ,"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #6a6a6a;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal; }
  @media screen and (min-width: 741px) {
    body {
      margin-bottom: 170px; } }
  @media screen and (max-width: 740px) {
    body {
      font-size: 1.3rem;
      margin-bottom: 100px; } }

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

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

@media screen and (min-width: 1025px) {
  .about_box {
    padding: 0 10%; } }

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .about_box {
    padding: 0 5%; } }

@media screen and (min-width: 741px) and (max-width: 1024px) {
  .about_box {
    padding: 0 30px; } }

@media screen and (max-width: 740px) {
  .about_box {
    padding: 0 20px; } }

.ttl_b {
  line-height: 1;
  font-size: 4.8rem;
  color: #de3838; }
  .ttl_b span {
    margin-right: 10px;
    color: #3a3a3a; }
  @media screen and (min-width: 741px) {
    .ttl_b {
      font-size: 4.8rem; }
      .ttl_b span {
        font-size: 2.4rem; } }
  @media screen and (max-width: 740px) {
    .ttl_b {
      font-size: 2rem; }
      .ttl_b span {
        font-size: 1.2rem; } }

.ttl_c {
  color: #444444;
  border-bottom: solid #e9e3e3; }
  @media screen and (min-width: 1025px) {
    .ttl_c {
      font-size: 3rem;
      padding: 0 10%; }
      .ttl_c span {
        padding-bottom: 11px;
        border-bottom: solid #de3838; } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .ttl_c {
      padding: 0 5%; } }
  @media screen and (min-width: 741px) and (max-width: 1024px) {
    .ttl_c {
      font-size: 3rem;
      padding: 0 30px; }
      .ttl_c span {
        padding-bottom: 11px;
        border-bottom: solid #de3838; } }
  @media screen and (max-width: 740px) {
    .ttl_c {
      line-height: 1;
      font-size: 2rem;
      padding: 0 20px; }
      .ttl_c span {
        padding-bottom: 5px;
        border-bottom: solid #de3838;
        display: inline-block;
        margin-bottom: -3px; } }

.ttl_d {
  color: #444444;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .ttl_d {
      font-size: 3rem;
      padding: 0 10%; }
      .ttl_d span {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 11px;
        border-bottom: solid #454958; } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .ttl_d {
      padding: 0 5%; } }
  @media screen and (min-width: 741px) and (max-width: 1024px) {
    .ttl_d {
      font-size: 3rem;
      padding: 0 30px; }
      .ttl_d span {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 11px;
        border-bottom: solid #454958; } }
  @media screen and (max-width: 740px) {
    .ttl_d.ttl_exit {
      display: none; } }

.list {
  margin: 0 auto;
  padding: 0;
  list-style: none; }

.btn-ghost-contact {
  display: inline-block;
  margin: 0;
  background: inherit;
  color: #444444;
  background-color: #fff; }
  @media screen and (min-width: 741px) {
    .btn-ghost-contact {
      border: 3px solid #444444;
      width: 325px;
      height: 78px;
      border-radius: 10px;
      font-size: 36px; }
      .btn-ghost-contact:hover {
        color: #fff;
        background-color: #444; } }

.header {
  z-index: 10000;
  background-color: #ffffff; }
  .header .header_langage {
    text-align: right;
    margin: 0;
    font-size: 18px; }
    .header .header_langage a {
      text-decoration: none;
      color: #6d6867; }
      .header .header_langage a + a:before {
        content: "/";
        margin: 0 5px; }
    .header .header_langage .current {
      color: #444444; }
  .header .header_logo {
    float: left;
    margin: 0; }
  .header li a {
    text-decoration: none; }
  .header .header_nav_list {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 741px) {
    .header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      border-bottom: solid 2px #e9e3e3;
      padding: 0 10%; }
      .header .header_box {
        transition: all 0.5s ease-out 0s; }
      .header .header_logo {
        transition: all 0.5s ease-out 0s; }
      .header .header_nav {
        transition: all 0.5s ease-out 0s;
        margin-top: 50px;
        font-size: 0; }
        .header .header_nav:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .header .header_nav li {
          font-size: 18px;
          display: inline-block; }
          .header .header_nav li.active a {
            border-bottom: 2px solid #de3838;
            margin-bottom: -2px; }
        .header .header_nav a {
          text-align: center;
          display: inline-block;
          width: 110px;
          padding: 11px 0; }
          .header .header_nav a:link {
            color: #444444; }
          .header .header_nav a:visited {
            color: #444444; }
          .header .header_nav a:hover {
            color: #444444; }
          .header .header_nav a:active {
            color: #444444; }
          .header .header_nav a:hover {
            border-bottom: 2px solid #de3838;
            margin-bottom: -2px; }
      .header .header_langage {
        position: absolute;
        top: 30px;
        right: 10%; }
      .header .header_box {
        padding-top: 30px; }
      .header .header_nav_list {
        float: right; }
      .header.on .header_langage {
        display: none; }
      .header.on .header_box {
        padding-top: 13px; }
      .header.on .header_logo {
        width: 150px;
        line-height: 1; }
      .header.on .header_nav {
        margin-top: 0; }
      .header .header_nav_btn {
        display: none; } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .header {
      padding: 0 5%; } }
  @media screen and (min-width: 741px) and (max-width: 1024px) {
    .header {
      padding: 0 30px; }
      .header .header_nav a {
        width: 60px; }
      .header .header_nav_list li {
        font-size: 14px; }
      .header .header_nav_list a {
        width: 80px; }
      .header .header_logo {
        width: 200px; }
      .header .header_langage {
        right: 30px; } }
  @media screen and (max-width: 740px) {
    .header {
      background-color: #e9e3e3;
      padding: 20px 15px 15px 10px; }
      .header .header_nav_btn {
        width: 25px;
        float: right; }
      .header .header_nav {
        position: relative; }
      .header .header_logo {
        width: 110px;
        line-height: 1; }
      .header .header_nav_list {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 0 14px;
        display: none; }
        .header .header_nav_list li {
          border-bottom: 1px #e7e7e7 solid; }
          .header .header_nav_list li:last-child {
            border: 0; }
          .header .header_nav_list li a {
            font-size: 1.5rem;
            padding-right: 70px;
            display: block;
            padding: 10px 0; }
            .header .header_nav_list li a:link {
              color: #ffffff; }
            .header .header_nav_list li a:visited {
              color: #ffffff; }
            .header .header_nav_list li a:hover {
              color: #ffffff; }
            .header .header_nav_list li a:active {
              color: #ffffff; }
      .header .header_langage {
        position: absolute;
        width: 100%;
        padding: 0 50px 0 135px;
        left: 0;
        top: 20px;
        font-size: 1.2rem;
        text-align: right; } }

.top_page .main {
  display: block; }
  @media screen and (min-width: 741px) {
    .top_page .main {
      padding-top: 128px; } }

.top_page .main_visual .main_text {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px #040000;
  float: right;
  text-align: left;
  letter-spacing: 3px; }

@media screen and (min-width: 1025px) {
  .top_page .main_visual .main_text {
    width: 950px;
    margin-right: 65px; } }

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .top_page .main_visual .main_text {
    padding-left: 5%; } }

@media screen and (min-width: 741px) {
  .top_page .main_visual {
    background-image: url(../img/main_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    padding-top: 42px; }
    .top_page .main_visual .main_text {
      margin-top: 34px; }
    .top_page .main_visual .main_catch {
      margin-right: 65px; } }

@media screen and (min-width: 741px) and (max-width: 1024px) {
  .top_page .main_visual .main_catch img {
    width: 60%; }
  .top_page .main_visual .main_text {
    padding: 0 30px; } }

@media screen and (max-width: 740px) {
  .top_page .main_visual {
    background-image: url(../img/main_visua@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 42px 20px; }
    .top_page .main_visual .main_text {
      font-size: 1.2rem; }
      .top_page .main_visual .main_text .main_text_pc {
        display: none; }
    .top_page .main_visual .main_catch {
      margin-left: 65px; } }

.news {
  background-color: #f4eeee; }
  .news > *:first-child {
    margin-top: 0; }
  .news .news_title {
    margin-top: 0;
    display: table; }
  .news .news_list {
    width: 100%; }
    .news .news_list a {
      color: #3e3b3a;
      text-decoration: none; }
    .news .news_list a:hover {
      color: #3e3b3a;
      text-decoration: underline; }
  @media screen and (min-width: 1500px) {
    .news {
      background-image: url(../img/news_bg.jpg);
      background-repeat: no-repeat;
      background-position: right bottom;
      padding-left: 10%; }
    .news .news_list {
      width: 55%; }
    .news .news_btn a {
      width: 55%; } }
  @media screen and (min-width: 1025px) {
    .news {
      padding-left: 10%; } }
  @media screen and (min-width: 741px) {
    .news dl {
      text-shadow: 1px 1px 0 #f4eeee;
      margin: 0;
      margin-top: 45px; }
      .news dl dt {
        float: left;
        color: #3a3a3a;
        font-size: 1.8rem;
        font-weight: bold;
        width: 130px;
        line-height: 1.4; }
      .news dl dd {
        padding-left: 150px;
        margin-left: 0;
        margin-bottom: 30px;
        line-height: 1.7;
        font-size: 18px;
        color: #3e3b3a; }
    .news {
      padding: 80px 10% 30px; }
    .news .news_btn {
      margin-top: 30px; }
      .news .news_btn a {
        height: 60px;
        border: solid 3px #cccccc;
        border-radius: 10px;
        text-align: center;
        font-size: 24px;
        color: #797979;
        display: block;
        text-decoration: none; }
      .news .news_btn a:hover {
        color: #ffffff;
        height: 60px;
        border: none;
        border-radius: 10px;
        text-align: center;
        font-size: 24px;
        background-color: #797979;
        padding-top: 3px; }
      .news .news_btn p {
        list-style: none;
        font-size: 12px;
        line-height: 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .news {
      padding: 80px 5% 30px; } }
  @media screen and (min-width: 741px) and (max-width: 1024px) {
    .news {
      padding: 30px 30px 40px; }
    .news dl {
      width: 100%; }
    .news .news_btn {
      margin-top: 40px; }
      .news .news_btn a {
        width: 100%; }
        .news .news_btn a {
          height: 60px;
          border: solid 3px #cccccc;
          border-radius: 10px;
          text-align: center;
          font-size: 24px;
          color: #797979;
          display: block;
          text-decoration: none; }
      .news .news_btn a:hover {
        color: #ffffff;
        width: 100%;
        height: 60px;
        border-radius: 10px;
        text-align: center;
        font-size: 24px;
        background-color: #797979; }
      .news .news_btn p {
        list-style: none;
        font-size: 12px;
        line-height: 20px; } }
  @media screen and (max-width: 740px) {
    .news {
      padding-top: 40px; }
      .news .news_title p {
        font-size: 3.6rem; }
        .news .news_title p span {
          font-size: 18px; }
      .news {
        padding: 20px; }
      .news .news_list dt {
        font-size: 1.6rem;
        font-weight: bold;
        color: #3e3b3a; }
      .news .news_list dd {
        margin-bottom: 20px; }
        .news .news_list dd a {
          color: #3e3b3a;
          text-decoration: none; }
        .news .news_list dd a:hover {
          color: #3e3b3a;
          text-decoration: underline; }
      .news .news_btn a {
        width: 100%; }
        .news .news_btn a {
          height: 43px;
          border: solid 3px #cccccc;
          border-radius: 10px;
          text-align: center;
          font-size: 17px;
          color: #797979;
          display: block;
          text-decoration: none; }
      .news .news_btn p {
        list-style: none;
        font-size: 12px;
        line-height: 20px; }
      .news dl {
        display: block;
        margin-bottom: 23px; }
        .news dl dt, .news dl dd {
          display: block; }
        .news dl dt {
          font-size: 1.4rem; }
        .news dl dd {
          margin-left: 0; } }

.about {
  background-color: #ffffff; }
  .about > *:first-child {
    margin-top: 0; }
  .about .about_detail_region_figure li {
    float: left; }
  .about .about_detail_policy {
    margin-bottom: 87px; }
    .about .about_detail_policy p {
      margin-bottom: 67px; }
  .about .about_box {
    margin-bottom: 50px; }
    @media screen and (max-width: 740px) {
      .about .about_box {
        margin-bottom: 0; } }
  .about .about_detail_storong_box {
    float: left;
    width: 30%; }
    .about .about_detail_storong_box dd {
      margin-left: 0;
      color: #292727; }
    .about .about_detail_storong_box .about_detail_storong_title {
      font-size: 2.2rem; }
    .about .about_detail_storong_box .about_detail_storong_list li {
      text-align: center;
      margin-bottom: 12px;
      float: left; }
      .about .about_detail_storong_box .about_detail_storong_list li img {
        border: solid #dbdbdb 1px;
        display: inline-block;
        width: 100%;
        vertical-align: bottom; }
  .about .ac_detail {
    margin-left: auto;
    margin-right: auto; }
  .about .about_detail_investment_box {
    margin-left: -20px; }
  @media screen and (min-width: 2300px) {
    .about .ac_detail {
      width: 1807px; } }
  @media screen and (min-width: 2000px) and (max-width: 2299px) {
    .about .ac_detail {
      width: 1604px; } }
  @media screen and (min-width: 1800px) and (max-width: 1999px) {
    .about .ac_detail {
      width: 1401px; } }
  @media screen and (min-width: 1500px) and (max-width: 1799px) {
    .about .ac_detail {
      width: 1198px; } }
  @media screen and (min-width: 1340px) and (max-width: 1499px) {
    .about .ac_detail {
      width: 1198px; } }
  @media screen and (min-width: 1110px) and (max-width: 1339px) {
    .about .ac_detail {
      width: 995px; } }
  @media screen and (min-width: 860px) and (max-width: 1109px) {
    .about .ac_detail {
      width: 792px; } }
  @media screen and (min-width: 740px) and (max-width: 859px) {
    .about .ac_detail {
      width: 609px; } }
  @media screen and (min-width: 1025px) {
    .about h2 {
      padding-left: 10%; }
    .about .about_detail_visual {
      height: 236px;
      background-image: url(../img/about_detail_visual.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      margin-bottom: 70px;
      background-size: cover;
      background-position: right bottom; }
    .about .about_detail_investment_graph {
      display: table; }
      .about .about_detail_investment_graph .about_detail_investment_text {
        display: table-cell;
        vertical-align: middle;
        padding-left: 60px;
        word-wrap: break-word;
        font-size: 1.8rem;
        line-height: 3;
        color: #292727; }
    .about .about_detail_storong_box {
      padding-top: 30px;
      margin-bottom: 30px;
      min-height: 540px; }
      .about .about_detail_storong_box:not(:last-child) {
        margin-right: 24px; }
      .about .about_detail_storong_box:last-child {
        min-height: auto; } }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .about h2 {
      padding-left: 5%; } }
  @media screen and (min-width: 741px) {
    .about {
      padding-top: 80px;
      background-image: url(../img/about_bg.png);
      background-repeat: no-repeat;
      background-position: right 200px;
      margin-bottom: 80px; }
      .about .about_text {
        font-size: 18px;
        line-height: 1.8;
        color: #3f3b3b; }
      .about .about_detail_region {
        margin-bottom: 75px; }
      .about .about_detail_region_figure {
        margin-left: -15px; }
        .about .about_detail_region_figure li {
          margin-left: 15px; }
      .about .about_detail_storong_head {
        font-size: 2.4rem;
        margin-bottom: -10px;
        line-height: 28px;
        margin-bottom: 12px; }
      .about .about_detail_storong_list {
        display: block; }
        .about .about_detail_storong_list li {
          width: 35%;
          max-width: 180px;
          min-width: 120px;
          margin-right: 2.5%; }
          .about .about_detail_storong_list li img {
            padding: 12px 30px; }
      .about .about_detail_investment_figre {
        color: #292727;
        display: table-cell;
        width: 34%;
        margin: 0 auto; }
        .about .about_detail_investment_figre .about_detail_investment_figure_chart {
          text-align: center; }
          .about .about_detail_investment_figre .about_detail_investment_figure_chart img {
            width: 100%; }
        .about .about_detail_investment_figre .about_detail_investment_figure_sub {
          text-align: right;
          font-size: 1.2rem;
          margin-top: -20px;
          margin-bottom: 40px; }
      .about .investment_logo {
        width: 183px;
        height: 183px;
        border: solid 1px #cbcbcb;
        float: left;
        margin-left: 20px;
        margin-top: 20px; }
        .about .investment_logo .investment_logo_img {
          padding-top: 30px;
          padding-bottom: 23px; }
      .about .investment_logo {
        position: relative;
        overflow: hidden; }
        .about .investment_logo:hover .investment_logo_detail {
          top: 0; }
      .about .investment_logo_detail {
        width: 183px;
        height: 183px;
        background-color: #373b4b;
        opacity: 0.9;
        text-align: center;
        color: #ffffff;
        padding: 10px;
        position: absolute;
        top: 100%;
        transition: all 0.2s ease-out 0s; }
        .about .investment_logo_detail dt {
          font-size: 1.2rem;
          margin-left: 0; }
        .about .investment_logo_detail .investment_logo_detail_sup {
          font-size: 1rem;
          margin-left: 0;
          line-height: 1.4;
          margin-top: 7px; }
        .about .investment_logo_detail a {
          color: #fff;
          text-decoration: underline; }
        .about .investment_logo_detail a:hover {
          text-decoration: none; }
      .about .investment_logo_detail_none {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.3; }
        .about .investment_logo_detail_none + .investment_logo_detail_none {
          margin-top: 10px;
          margin-bottom: 10px; }
      .about .about_detail_investment_btn {
        display: none; } }
  @media screen and (min-width: 741px) and (max-width: 1024px) {
    .about h2 {
      padding-left: 30px; }
    .about .about_detail_investment_graph {
      display: block; }
      .about .about_detail_investment_graph .about_detail_investment_text {
        display: block;
        vertical-align: middle;
        word-wrap: break-word;
        font-size: 1.8rem;
        margin-bottom: 60px;
        margin-top: 60px;
        line-height: 2; }
    .about .about_detail_investment_figure_chart {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .about .about_detail_storong_box {
      padding-top: 30px; }
      .about .about_detail_storong_box dt, .about .about_detail_storong_box dd {
        display: table-cell; }
      .about .about_detail_storong_box dt {
        width: 13%; }
      .about .about_detail_storong_box dd {
        vertical-align: top;
        width: 80%; }
      .about .about_detail_storong_box .about_detail_storong_head {
        margin-top: 0; }
    .about .about_detail_visual {
      height: 236px;
      background-image: url(../img/about_detail_visual.jpg);
      background-repeat: no-repeat;
      margin-bottom: 70px;
      margin-top: 70px;
      background-size: 100%;
      background-position: 0 -70px; } }
  @media screen and (max-width: 1024px) {
    .about .about_detail_storong_box {
      width: 100%; }
    .about .about_detail_storong_list li {
      width: 22%;
      margin-right: 2%; } }
  @media screen and (max-width: 740px) {
    .about {
      padding-top: 30px;
      margin-bottom: 20px; }
      .about h2 {
        padding-left: 20px; }
    .about .ac_detail ul {
      margin-left: 0; }
    .about .about_detail_region {
      margin-bottom: 25px; }
    .about .about_detail_region_figure {
      width: 100%; }
      .about .about_detail_region_figure li {
        width: 17%;
        height: auto; }
        .about .about_detail_region_figure li:not(:nth-child(5n+1)) {
          margin-left: 3.75%; }
    .about .about_detail_policy {
      margin-bottom: 0; }
      .about .about_detail_policy p {
        margin-bottom: 10px; }
    .about .about_detail_storong_box:first-child {
      margin-top: 0; }
    .about .about_detail_storong_box dt, .about .about_detail_storong_box dd {
      vertical-align: top;
      float: left; }
    .about .about_detail_storong_box p {
      margin-top: 0; }
    .about .about_detail_storong_list {
      width: 100%; }
      .about .about_detail_storong_list li {
        width: 22%;
        vertical-align: middle; }
        .about .about_detail_storong_list li:not(:last-child) {
          margin-right: 2%; }
        .about .about_detail_storong_list li img {
          padding: 10px 4px; }
    .about .about_detail_storong_box {
      width: 100%;
      margin-top: 25px; }
      .about .about_detail_storong_box dt {
        margin-top: 7px;
        margin-right: 5%;
        width: 10%; }
        .about .about_detail_storong_box dt img {
          height: auto; }
      .about .about_detail_storong_box dd {
        width: 84%; }
    .about .about_detail_storong_head {
      font-size: 1.7rem;
      font-weight: bold;
      margin-bottom: -10px;
      line-height: 28px;
      margin-bottom: 12px; }
    .about .about_detail_visual {
      height: 103px;
      background-image: url(../img/about_detail_visual@2x.jpg);
      background-repeat: no-repeat;
      background-size: 100%;
      margin-bottom: 33px;
      margin-top: 15px; }
    .about .about_detail_investment_graph {
      color: #292727; }
      .about .about_detail_investment_graph .about_detail_investment_figre {
        min-width: 300px;
        max-width: 520px;
        color: #292727;
        margin: 0 auto; }
        .about .about_detail_investment_graph .about_detail_investment_figre .about_detail_investment_figure_chart {
          width: 80%;
          margin: auto;
          text-align: center; }
        .about .about_detail_investment_graph .about_detail_investment_figre .about_detail_investment_figure_sub {
          text-align: right;
          font-size: 0.9rem;
          margin-bottom: 40px;
          padding-right: 20px; }
    .about .about_detail_investment_btn {
      width: 100%;
      height: auto;
      border: 3px solid #cccccc;
      border-radius: 10px;
      font-size: 1.2rem;
      color: #797979;
      display: inline-block;
      text-align: center;
      padding: 5px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 740px) and (max-width: 740px) {
    .about .about_detail_investment_btn {
      margin-bottom: 10px; } }
  @media screen and (max-width: 740px) {
      .about .about_detail_investment_btn a {
        display: block;
        text-decoration: none; }
        .about .about_detail_investment_btn a:link {
          color: #797979; }
        .about .about_detail_investment_btn a:visited {
          color: #797979; }
        .about .about_detail_investment_btn a:hover {
          color: #797979; }
        .about .about_detail_investment_btn a:active {
          color: #797979; }
    .about .investment_logo {
      width: 49%;
      display: block;
      margin-top: 20px; } }
  @media screen and (max-width: 740px) and (max-width: 740px) {
    .about .investment_logo {
      margin-top: 10px; } }
  @media screen and (max-width: 740px) {
      .about .investment_logo:nth-child(even) {
        margin-left: 2%; }
      .about .investment_logo img {
        width: 100%; }
    .about .about_detail_investment_box {
      display: block; }
      .about .about_detail_investment_box li {
        border: 1px #000000 solid;
        float: left; }
    .about .investment_logo_img {
      width: 65%;
      display: table-cell;
      vertical-align: middle; }
      .about .investment_logo_img picture {
        display: block;
        line-height: 1;
        width: 85%;
        padding-left: 10%; }
    .about .investment_logo_detail {
      width: 35%;
      display: table-cell; }
      .about .investment_logo_detail dl {
        display: block; }
      .about .investment_logo_detail dd {
        display: block;
        margin-left: 0;
        line-height: 1; }
        .about .investment_logo_detail dd img {
          width: 100%; }
      .about .investment_logo_detail .investment_logo_detail_none {
        display: none; }
      .about .investment_logo_detail picture {
        display: inline-block;
        vertical-align: bottom;
        font-size: 0; } }

.company > *:first-child {
  margin-top: 0; }

.company th {
  font-weight: normal; }

.company tr {
  text-align: left; }

.company .about_box {
  color: #292727;
  text-shadow: 1px 1px 0px #f6eeec; }

@media screen and (min-width: 1025px) {
  .company {
    height: 806px;
    background-color: #f4eeee;
    background-image: url(../img/company_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top; } }

@media screen and (min-width: 741px) {
  .company {
    padding-top: 80px;
    padding-bottom: 40px; }
    .company h2 {
      padding-left: 10%; }
    .company .about_box {
      padding-left: 10%; }
      .company .about_box table {
        margin-top: -24px; }
      .company .about_box tr {
        margin-bottom: 100px; }
      .company .about_box th, .company .about_box td {
        vertical-align: top;
        padding-top: 10px;
        font-size: 1.8rem; }
      .company .about_box td {
        padding-left: 38px; }
    .company .company_detail_access_detail td {
      display: block; }
      .company .company_detail_access_detail td:last-child {
        margin-top: -18px; } }

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .company h2 {
    padding-left: 5%; }
  .company .about_box {
    padding-left: 5%; } }

@media screen and (min-width: 741px) and (max-width: 1024px) {
  .company h2 {
    padding-left: 30px; }
  .company .about_box {
    padding-left: 30px; }
  .company .company_detail_access_detail td {
    display: block; }
    .company .company_detail_access_detail td:last-child {
      margin-top: -18px; } }

@media screen and (min-width: 980px) and (max-width: 1024px) {
  .company {
    height: 806px;
    background-color: #f4eeee;
    background-image: url(../img/company_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top; } }

@media screen and (max-width: 1024px) {
  .company {
    background-color: #f4eeee; } }

@media screen and (max-width: 740px) {
  .company {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f3f3; }
    .company h2 {
      padding-left: 20px; }
    .company .about_box {
      padding-left: 20px; }
      .company .about_box th {
        padding-right: 10px; }
      .company .about_box .company_box th {
        width: 23%; }
    .company .company_detail_access_detail th {
      vertical-align: top;
      padding-right: 10px;
      width: 20%; }
    .company .company_detail_access_detail td {
      display: block; } }

.map {
  width: 100%; }

@media screen and (min-width: 741px) {
  .map {
    height: 430px; } }

@media screen and (min-width: 741px) and (max-width: 1024px) {
  .map {
    height: 300px; } }

@media screen and (max-width: 740px) {
  .map {
    margin-top: -12px;
    margin-bottom: 20px; }
    .map {
      height: 200px; } }

.contact {
  text-align: center; }
  .contact > *:first-child {
    margin-top: 0; }
  .contact a {
    text-decoration: none; }
  @media screen and (min-width: 1025px) {
    .contact {
      padding-top: 60px;
      padding-bottom: 60px; }
      .contact a {
        display: block; } }
  @media screen and (min-width: 741px) {
    .contact {
      padding-top: 90px; }
      .contact a {
        display: block; }
      .contact .contact_btn {
        display: inline-block; }
      .contact .contact_text {
        font-size: 1.8rem; } }
  @media screen and (max-width: 740px) {
    .contact {
      padding: 21px 20px 17px; }
      .contact .contact_btn {
        border: 3px solid #444444;
        border-radius: 10px;
        color: #444444;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        width: 100%; }
        .contact .contact_btn a {
          padding-top: 8px;
          height: 35px;
          width: 90%;
          margin: 0 auto; } }

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #f7f3f3;
  margin-bottom: -10px;
  margin-top: 32px; }
  .footer .footer_nav {
    margin-left: -40px;
    color: #3f3b3b; }
    .footer .footer_nav li {
      display: inline;
      border-left: 3px solid #aba7a6; }
      .footer .footer_nav li:last-child a {
        border-right: 3px solid #aba7a6; }
      .footer .footer_nav li a {
        text-decoration: none;
        padding: 0 20px; }
        .footer .footer_nav li a:link {
          color: #3f3b3b; }
        .footer .footer_nav li a:visited {
          color: #3f3b3b; }
        .footer .footer_nav li a:hover {
          color: #3f3b3b; }
        .footer .footer_nav li a:active {
          color: #3f3b3b; }
  .footer .footer_copy {
    font-size: 1.4rem; }
  @media screen and (min-width: 1025px) {
    .footer {
      height: 170px;
      padding: 10px 0; }
      .footer .footer_nav {
        padding-top: 35px;
        font-size: 1.8rem; } }
  @media screen and (max-width: 740px) {
    .footer {
      height: 100px; }
      .footer .footer_nav {
        font-size: 1.2rem;
        padding-top: 10px; }
        .footer .footer_nav li {
          display: inline;
          border-left: 1px solid #aba7a6; }
          .footer .footer_nav li:last-child a {
            border-right: 1px solid #aba7a6; } }

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