@charset "UTF-8";
/*----- base -----*/
/* ------------------------------------------------
  fonts
------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Kosugi");
@font-face {
  font-family: "mohave";
  src: url("../font/Mohave.woff2") format("woff2"), url("../font/Mohave.woff") format("woff");
}
.ff_mohave {
  font-family: mohave, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

sup {
  margin: 0;
  margin-left: 2px;
  padding: 0;
  border: 0;
  font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

/* ------------------------------------------------
  common
------------------------------------------------ */
@media screen and (min-width: 751px) {
  html.lock body {
    overflow: hidden;
  }
}
body {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.06em;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}

#wrapper {
  min-width: 1082px;
  width: 100%;
  overflow: hidden;
}

header .inner,
footer .inner,
.section > .inner {
  width: 1082px;
  margin: 0 auto;
  position: relative;
}

#cover {
  display: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a.blue {
  color: #1eb3ea;
}

.fade {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fade:hover {
  opacity: 0.5;
}

.cf::before,
.cf::after {
  content: " ";
  display: table;
}

.cf::after {
  clear: both;
}

a:hover {
  text-decoration: underline;
  outline: none;
}

.fade {
  text-decoration: none !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fade:hover {
  opacity: 0.8;
}

.sp_disp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  body h1, body h2, body h3, body h4, body h5, body p, body li, body table {
    max-height: 100%;
  }
  #wrapper {
    min-width: initial;
    width: 100%;
    overflow: hidden;
    padding-top: 13.333333%;
  }
  header img,
  #contents img,
  footer img {
    width: 100%;
    height: auto;
  }
  #overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease 0.2s, visibility 0.4s ease 0.2s;
  }
  html.lock #overlay {
    opacity: 1;
    visibility: visible;
  }
  .pc_disp {
    display: none !important;
  }
  .sp_disp {
    display: block !important;
  }
  img.sp_disp {
    display: inline-block !important;
  }
  br.sp_disp {
    display: inline !important;
  }
}
/* ----------------------------
  font-size(sp)
---------------------------- */
@media screen and (max-width: 399px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) and (max-width: 424px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 425px) and (max-width: 599px) {
  html {
    font-size: 68.75%;
    font-size: 12px;
  }
}
/*----- #header-----*/
/* ------------------------------------------------
  ヘッダー
------------------------------------------------ */
#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: top 0.2s ease;
}
#header::before {
  content: "";
  background-color: #000d32;
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
#header .inner {
  display: flex;
  z-index: 1;
  position: relative;
}
#header .head .logo > a {
  background: url(../img/common/logo.png) 50% 50% no-repeat;
  background-size: 200px auto;
  width: 267px;
  height: 80px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #header::before {
    display: none;
  }
  #header .inner {
    width: auto;
    display: block;
  }
  #header .head {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
  }
  #header .head .logo {
    margin-left: 4%;
    width: 41.3333333333%;
  }
  #header .head .logo > a {
    background-size: contain;
    padding-top: 22.5806451613%;
    width: 100%;
    height: 0;
  }
}

@media screen and (max-width: 750px) {
  #btn_menu {
    background-color: #1eb3ea;
    padding-top: 13.3333333333%;
    width: 13.3333333333%;
    height: 0;
    position: relative;
  }
  #btn_menu button {
    border-width: 0;
    background: transparent none;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #btn_menu button i {
    background-color: #fff;
    width: 30%;
    height: 0;
    margin: 0 auto;
    padding-top: 6%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #btn_menu button i:nth-of-type(1) {
    top: 35%;
  }
  #btn_menu button i:nth-of-type(2) {
    top: 47%;
  }
  #btn_menu button i:nth-of-type(3) {
    bottom: 35%;
  }
  #btn_menu.open i:nth-of-type(1) {
    transform: rotate(-315deg);
    top: 47%;
  }
  #btn_menu.open i:nth-of-type(2) {
    opacity: 0;
  }
  #btn_menu.open i:nth-of-type(3) {
    transform: rotate(315deg);
    bottom: 47%;
  }
}
/* ----------------------------
  #menu
---------------------------- */
#menu {
  background-color: #000d32;
  width: 815px;
  box-sizing: border-box;
  position: relative;
}
#menu a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
#menu a:hover {
  opacity: 0.7;
}
#menu .sub_menu {
  font-size: 12px;
  position: absolute;
  right: 75px;
  top: 16px;
}
#menu .sub_menu ul {
  letter-spacing: -0.4em;
  line-height: 1;
  text-align: right;
}
#menu .sub_menu li {
  letter-spacing: 0.03em;
  margin-right: 1.5em;
  display: inline-block;
  position: relative;
}
#menu .sub_menu li::after {
  content: "";
  background-color: #fff;
  margin-left: 1.5em;
  width: 1px;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}
#menu .sub_menu li a {
  display: inline-block;
  vertical-align: middle;
}
#menu .main_menu .column,
#menu .main_menu .less_than,
#menu .main_menu .column > ul {
  display: inline-block;
  vertical-align: top;
}
#menu .main_menu ul {
  letter-spacing: -0.4em;
  text-align: right;
}
#menu .main_menu .home,
#menu .main_menu li {
  letter-spacing: 0.03em;
  display: inline-block;
  vertical-align: top;
  padding: 0 1em 16px;
  position: relative;
}
#menu .main_menu .home a,
#menu .main_menu li a {
  display: block;
}
@media print, (min-width: 751px) {
  #menu {
    display: block !important;
  }
  #menu .main_menu {
    text-align: right;
    position: absolute;
    right: calc(20px - 1em);
    bottom: 0;
  }
  #menu .main_menu .minor {
    display: none;
  }
  #menu .main_menu .parent .minor {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    background-color: #1e2b66;
    text-align: center;
    display: none;
  }
  #menu .main_menu .parent .minor::before, #menu .main_menu .parent .minor::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-color: #1e2b66;
    width: 100%;
    height: 100%;
  }
  #menu .main_menu .parent .minor::before {
    right: 100%;
  }
  #menu .main_menu .parent .minor::after {
    left: 100%;
  }
  #menu .main_menu .col3 .major li:last-child {
    display: none;
  }
  #menu .main_menu .home > a::after, #menu .main_menu .major > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #1eb3ea;
    opacity: 0;
    transition: opacity 0.4s ease, width 0.4s ease;
  }
  #menu .main_menu .home > a.current::after, #menu .main_menu .major > li > a.current::after {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  #menu {
    overflow: auto;
    max-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-top: 13.333333%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
  }
  #menu .sub_menu {
    display: none;
  }
}

/* ----------------------------
  sitenaviヘッダー・フッター共通
---------------------------- */
@media screen and (max-width: 750px) {
  #menu .main_menu,
  #footer_menu {
    width: 100%;
    background-color: #172243;
  }
  #menu .main_menu .column,
  #menu .main_menu .less_than,
  #menu .main_menu .column > ul,
  #footer_menu .column,
  #footer_menu .less_than,
  #footer_menu .column > ul {
    display: block;
    vertical-align: top;
  }
  #menu .main_menu a,
  #footer_menu a {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5.3333333333%;
  }
  #menu .main_menu .home,
  #footer_menu .home {
    display: block;
    padding: 0;
    text-align: left;
  }
  #menu .main_menu .home a,
  #footer_menu .home a {
    display: block;
    background-color: #000d32;
  }
  #menu .main_menu .home a::before,
  #footer_menu .home a::before {
    content: "";
    background: url(../img/common/home_icon.png) no-repeat;
    background-size: contain;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    vertical-align: middle;
  }
  #menu .main_menu .home a::after,
  #footer_menu .home a::after {
    display: none;
  }
  #menu .main_menu .major,
  #footer_menu .major {
    padding-left: 0;
    text-align: left;
  }
  #menu .main_menu .major > li,
  #footer_menu .major > li {
    display: block;
    border-top: 1px solid #172243;
    padding: 0;
  }
  #menu .main_menu .major > li > a,
  #footer_menu .major > li > a {
    display: block;
    font-weight: bold;
    background-color: #000d32;
  }
  #menu .main_menu .minor,
  #footer_menu .minor {
    display: none;
  }
  #menu .main_menu .minor .minor,
  #footer_menu .minor .minor {
    display: block;
  }
  #menu .main_menu .minor .minor li,
  #footer_menu .minor .minor li {
    border-top: 1px solid #000d32;
  }
  #menu .main_menu .minor .minor li a > span,
  #footer_menu .minor .minor li a > span {
    margin-left: 1rem;
  }
  #menu .main_menu .minor li,
  #footer_menu .minor li {
    display: block;
    padding: 0;
    text-align: left;
  }
  #menu .main_menu .minor li + li,
  #footer_menu .minor li + li {
    border-top: 1px solid #000d32;
  }
  #menu .main_menu .minor li a,
  #footer_menu .minor li a {
    display: block;
  }
  #menu .main_menu .minor li a > span,
  #footer_menu .minor li a > span {
    line-height: 1.4;
    text-indent: -0.83em;
    padding-left: 0.83em;
    display: block;
  }
  #menu .main_menu .minor li a span::before,
  #footer_menu .minor li a span::before {
    content: "";
    border-top: 1px solid #06b4ea;
    margin-right: 0.5rem;
    width: 0.5rem;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
  }
  #menu .main_menu .parent > a,
  #footer_menu .parent > a {
    position: relative;
  }
  #menu .main_menu .parent > a::before, #menu .main_menu .parent > a::after,
  #footer_menu .parent > a::before,
  #footer_menu .parent > a::after {
    content: "";
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    z-index: 10;
  }
  #menu .main_menu .parent > a::before,
  #footer_menu .parent > a::before {
    border-top: 1px solid #FFF;
    width: 0.9rem;
    height: 0;
  }
  #menu .main_menu .parent > a::after,
  #footer_menu .parent > a::after {
    border-right: 1px solid #FFF;
    height: 0.9rem;
    right: 2.4rem;
    width: 0;
    transition: height 0.3s ease;
  }
  #menu .main_menu .parent > a.open::after,
  #footer_menu .parent > a.open::after {
    height: 0;
  }
  #menu .main_menu .home > a.current::after,
  #menu .main_menu .major > li > a.current::after,
  #footer_menu .home > a.current::after,
  #footer_menu .major > li > a.current::after {
    border-right: 1px solid #FFF;
    width: 0 !important;
    height: 0.9rem;
    left: initial;
    right: 2.4rem;
  }
  #menu .main_menu .home > a.current.open::after,
  #menu .main_menu .major > li > a.current.open::after,
  #footer_menu .home > a.current.open::after,
  #footer_menu .major > li > a.current.open::after {
    height: 0;
  }
}
/* ----------------------------
  言語スイッチ
---------------------------- */
#language_switch {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  display: table;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 1;
}
#language_switch > * {
  color: #fff;
  display: table-cell;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  background-color: #888;
  text-decoration: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
#language_switch a:hover {
  opacity: 0.7;
}
#language_switch span {
  background-color: #1eb3ea;
}
@media screen and (max-width: 750px) {
  #language_switch {
    font-size: 1.1rem;
    margin: 0 4.6666666667% 0 auto;
    position: static;
  }
  #language_switch > * {
    width: 2.4rem;
    height: 2rem;
  }
}

/* ----------------------------
  #local_menu
---------------------------- */
#local_menu {
  color: #fff;
  background-color: #1e2b66;
  padding: 0.5em 0;
  padding: 0.7em 0 0.3em\9 ;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  #local_menu {
    padding: 0.7em 0 0.3em;
  }
}
#local_menu a {
  color: #fff;
}
#local_menu ul {
  letter-spacing: -0.4em;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  width: 1082px;
}
#local_menu ul li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
}
#local_menu ul li:not(:last-child)::after {
  content: "｜";
  margin: 0 1em;
  display: inline-block;
}
#local_menu ul li .current {
  font-weight: bold;
  text-decoration: none !important;
  cursor: default;
}
@media screen and (max-width: 750px) {
  #local_menu {
    display: none;
  }
}

/*----- footer -----*/
/* ------------------------------------------------
  フッターメニュー
------------------------------------------------ */
#footer_menu {
  color: #fff;
  background-color: #000d32;
}
#footer_menu .inner {
  box-sizing: border-box;
}
#footer_menu .inner a {
  color: #fff;
}
@media print, (min-width: 751px) {
  #footer_menu {
    font-size: 14px;
  }
  #footer_menu .inner {
    padding: 60px 40px 30px;
  }
  #footer_menu .home {
    font-weight: bold;
    margin-bottom: 40px;
  }
  #footer_menu .less_than {
    margin-left: 25px;
    display: flex;
    justify-content: space-between;
  }
  #footer_menu .major {
    padding-left: 25px;
  }
  #footer_menu .major > li + li {
    margin-top: 30px;
  }
  #footer_menu .major > li > a {
    font-weight: bold;
  }
  #footer_menu .minor {
    margin-top: 15px;
  }
  #footer_menu .minor .minor {
    margin-left: 1.1em;
  }
  #footer_menu .minor li + li {
    margin-top: 12px;
  }
  #footer_menu .minor li a::before {
    content: "";
    border-top: 1px solid #06b4ea;
    margin-right: 5px;
    width: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 750px) {
  #footer_menu .inner {
    width: 100%;
  }
}

/* ------------------------------------------------
  フッター
------------------------------------------------ */
#footer {
  color: #fff;
  font-size: 10px;
  background-color: #000d32;
  border-top: 1px solid #101e49;
  padding: 30px 0 25px;
}
#footer .inner {
  text-align: center;
  box-sizing: border-box;
}
#footer .inner a {
  color: #fff;
}
#footer .sub_menu {
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
#footer .sub_menu ul {
  width: 750px;
  margin: 0 auto;
}
#footer .sub_menu ul li {
  letter-spacing: 0.03em;
  padding: 0 0.7em;
  display: inline-block;
  position: relative;
}
#footer .sub_menu ul li::before {
  content: "";
  display: block;
  border-left: 1px solid #FFF;
  height: 10px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
}
#footer .sub_menu ul li:last-child::before {
  display: none;
}
#footer .sub_menu + .copy {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  #footer {
    padding: 0;
  }
  #footer .inner {
    width: 100%;
  }
  #footer .sub_menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
  }
  #footer .sub_menu ul li {
    text-align: center;
    border-bottom: 1px solid #172243;
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #footer .sub_menu ul li:nth-child(odd) {
    border-right: 1px solid #172243;
  }
  #footer .sub_menu ul li a {
    line-height: 1.4;
    padding: 7.4666666667%;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
  }
  #footer .sub_menu ul li::before {
    display: none;
  }
  #footer .sub_menu + .copy {
    margin-top: -1px;
  }
  #footer .copy {
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #172243;
    padding: 4%;
  }
}

@media screen and (max-width: 599px) {
  #footer .sub_menu ul li:nth-child(odd) {
    border-right: 1px solid #172243;
  }
  #footer .sub_menu li::before {
    display: none;
  }
}
/* ------------------------------------------------
  共通
------------------------------------------------ */
#contents {
  background: #f9f9f9 url(../img/common/contents_bg.png) 50% 0;
  padding-bottom: 110px;
}
#contents .contents_header {
  width: 1082px;
  margin: 0 auto;
  display: table;
}
#contents .contents_header > * {
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}
#contents .contents_header .pagetitle {
  font-size: 30px;
  padding: 0 50px;
}
#contents .contents_header .pagetitle p {
  font-size: 16px;
  margin-bottom: 0.5em;
}
#contents .contents_header .pagetitle .date {
  font-size: 18px;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  position: relative;
}
#contents .contents_header .pagetitle .date::after {
  content: "";
  background-color: #333;
  margin: 0 0.5em;
  width: 1px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
#contents .contents_header .pagetitle .category {
  color: #666;
}
#contents .contents_header > .category {
  color: #1eb3ea;
  font-size: 20px;
  text-align: center;
  background: #000d32 url(../img/common/categoryname_bg.png) 50% 0;
  padding-left: 0;
  width: 216px;
  height: 216px;
}
@media screen and (max-width: 750px) {
  #contents {
    background-image: url(../img/common/sp/contents_bg.png);
    background-size: 100% auto;
    padding-bottom: 0;
  }
  #contents .contents_header {
    color: #1eb3ea;
    text-align: center;
    background: #000d32 url(../img/common/sp/pagetitle_bg.png);
    background-size: 100% auto;
    width: auto;
    display: block;
  }
  #contents .contents_header .pagetitle {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
    width: 92%;
    display: inline-block;
    vertical-align: middle;
  }
  #contents .contents_header > .category {
    background-color: transparent;
    padding-top: 25.2%;
    width: 1px;
    height: 0;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
  }
}

/* ----------------------------
  本文
---------------------------- */
.contents_main {
  letter-spacing: 0.05em;
  background-color: rgba(238, 238, 238, 0.5);
  margin: 0 auto;
  padding: 50px;
  width: 1082px;
  box-sizing: border-box;
}
.contents_main > p, .contents_main > ul, .contents_main table {
  font-size: 18px;
  line-height: 1.6;
}
.contents_main > p + p, .contents_main > p + ul, .contents_main > p + table, .contents_main > ul + p, .contents_main > ul + ul, .contents_main > ul + table, .contents_main table + p, .contents_main table + ul, .contents_main table + table {
  margin-top: 1em;
}
.contents_main > h2 {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  margin: 80px 0 45px;
  margin-top: 2.75em;
  padding: 1.2em 0;
}
.contents_main > h2:first-child {
  margin-top: 0;
}
.contents_main > h3 {
  color: #1e2b66;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 1em;
}
.contents_main > h3::after {
  content: "";
  border: 1px solid #1e2b66;
  margin-top: 0.2em;
  width: 100%;
  height: 4px;
  display: block;
  box-sizing: border-box;
}
.contents_main > h3:first-child {
  margin-top: 0;
}
.contents_main > h4, .contents_main .heading.h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}
.contents_main > h4:first-child, .contents_main .heading.h4:first-child {
  margin-top: 0;
}
.contents_main > h4.large, .contents_main .heading.h4.large {
  color: #1e2b66;
  font-size: 21px;
}
.contents_main > h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.contents_main .fig_caption {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}
.contents_main .fig {
  text-align: center;
  margin-top: 1em;
}
.contents_main .fig + .fig_caption,
.contents_main .fig + .fig {
  margin-top: 60px;
}
.contents_main p + .fig {
  margin-top: 30px;
}
.contents_main .fig_caption + .fig {
  margin-top: 1em;
}
.contents_main ul.bulet_style_1 {
  font-size: 18px;
}
.contents_main ul.bulet_style_1 li {
  text-indent: -0.75em;
  margin-left: 0.1em;
  padding-left: 0.75em;
}
.contents_main ul.bulet_style_1 li::before {
  content: "";
  background-color: #888;
  border-radius: 10px;
  margin-right: 0.5em;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
}
.contents_main ul.bulet_style_1 li.non_bulet::before {
  display: none;
}
.contents_main ul.bulet_style_1 li .no_wrap {
  text-indent: 0;
  display: inline-block;
}
.contents_main ul.bulet_style_1 li .table_style_list {
  display: inline;
}
.contents_main ul.bulet_style_1 li + li {
  margin-top: 0.5em;
}
.contents_main .table_style_list > dt, .contents_main .table_style_list > dd {
  text-indent: 0;
  display: inline-block;
  vertical-align: top;
}
.contents_main .table_style_list th {
  background-color: #fff;
}
.contents_main .linkbtn_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_main .linkbtn_list li {
  width: 48.8798370672%;
}
.contents_main .linkbtn_list li:nth-child(n+3) {
  margin-top: 1.8484288355%;
}
.contents_main .linkbtn_list li a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.contents_main .lead.large {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.contents_main .lead.large + .lead {
  margin-top: 1.5em;
}
.contents_main .lead.short {
  text-align: center;
}
.contents_main .link_btns {
  margin-top: 2em;
}
.contents_main h3 + .link_btns, .contents_main h4 + .link_btns {
  margin-top: 0;
}
.contents_main .bulet::before {
  content: "";
  border-width: 0 7px 0 8px;
  border-style: solid;
  border-left-color: #1e2b66;
  border-right-color: #1eb3ea;
  margin-right: 10px;
  margin-bottom: 0.1em;
  width: 0;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .contents_main .bulet::before {
    border-left-width: 0.6rem;
    border-right-width: 0.7rem;
    margin-right: 0.5rem;
    height: 1.3rem;
  }
}
.contents_main .bulet.blue::before {
  border-right-color: #1eb3ea;
}
.contents_main .note.small {
  font-size: 11px;
  margin-top: 1em;
}
.contents_main .note.small li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.contents_main .note.small.right {
  text-align: right;
}
.contents_main .numbering {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.contents_main .numbering.w1 {
  text-indent: -1em;
  padding-left: 1em;
}
.contents_main .numbering.kana {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.contents_main .numbering.lower-alpha {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.contents_main .numbering.brackets {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.contents_main .numbering.brackets_space {
  text-indent: -2em;
  padding-left: 2em;
}
.contents_main .numbering + .numbering {
  margin-top: 0.5em;
}
.contents_main hr {
  border-width: 0;
  border-top: 1px solid #1e2b66;
  margin: 2.5em 0;
}
@media screen and (max-width: 750px) {
  .contents_main {
    padding: 8% 4%;
    width: auto;
  }
  .contents_main p, .contents_main > ul, .contents_main table {
    font-size: 1.5rem;
  }
  .contents_main > h2 {
    font-size: 2rem;
    margin: -4.347826087%;
    margin-top: 2.5em;
    margin-bottom: 1.25em;
    padding: 2.2rem 0.5rem;
  }
  .contents_main > h3 {
    font-size: 1.9rem;
    margin-bottom: 0.5em;
  }
  .contents_main > h3::after {
    margin-top: 0.2em;
  }
  .contents_main .heading, .contents_main > h4, .contents_main .heading.h4, .contents_main > h5 {
    font-size: 1.5rem;
  }
  .contents_main > h4.large {
    font-size: 1.7rem;
  }
  .contents_main .fig_caption {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  .contents_main .fig + .fig_caption,
  .contents_main .fig + .fig {
    margin-top: 10.1449275362%;
  }
  .contents_main p + .fig {
    margin-top: 2em;
  }
  .contents_main .fig_caption + .fig {
    margin-top: 1em;
  }
  .contents_main ul.bulet_style_1 {
    font-size: 1.4rem;
  }
  .contents_main ul.bulet_style_1 li::before {
    border-radius: 1rem;
    margin-right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .contents_main ul.bulet_style_1 .table_style_list dd {
    margin-left: 0.5rem;
  }
  .contents_main .linkbtn_list {
    margin-top: 5.7971014493%;
    flex-direction: row;
  }
  .contents_main .linkbtn_list li {
    width: 100%;
  }
  .contents_main .linkbtn_list li + li {
    margin-top: 2.8985507246%;
  }
  .contents_main .lead.large {
    font-size: 1.8rem;
  }
  .contents_main .lead.long, .contents_main .lead.short {
    text-align: left;
  }
  .contents_main .link_btns {
    margin-top: 2em;
  }
}

/*----- IE -----*/
_:lang(x)::-ms-backdrop, .contents_main > h2 {
  padding: 1.3em 0 1.1em;
}

#contents > aside {
  margin: 0 auto;
  padding-top: 60px;
  width: 1082px;
  box-sizing: border-box;
}
#contents > aside p, #contents > aside > ul {
  font-size: 18px;
  line-height: 1.6;
}
#contents > aside .links li + li {
  margin-top: 0.5em;
}
#contents > aside .link_btns.back {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #contents > aside {
    padding: 8% 4%;
    width: auto;
  }
  #contents > aside p, #contents > aside > ul {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  #contents .fig.pinch::after {
    content: "PINCH OUT";
    color: #1eb3ea;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    background: url(../img/common/sp/pinchout_icon.png) 0 50% no-repeat;
    background-size: 1.5rem auto;
    margin-top: 1.5rem;
    padding: 0.4rem 0 0.4rem 2rem;
    display: inline-block;
  }
}
/* ------------------------------------------------
  特別なデザイン
------------------------------------------------ */
/* ----------------------------
  リンクボタン
---------------------------- */
.btn_style {
  color: #1eb3ea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #1eb3ea;
  background-color: transparent;
  padding: 15px 50px;
  display: inline-block;
  cursor: pointer;
}
.btn_style.gray {
  color: #aaa;
  border-color: #aaa;
}
.btn_style.gray.arrow::before, .btn_style.gray.arrow::after {
  background-image: url(../img/common/link_arrow_gray.png);
}
.btn_style.short {
  padding-left: 20px;
  padding-right: 20px;
}
.btn_style.arrow::before, .btn_style.arrow::after {
  content: "";
  background: url(../img/common/link_arrow.png) 0 50% no-repeat;
  background-size: contain;
  margin-bottom: 0.25em;
  width: 20px;
  height: 5px;
  display: none;
}
.btn_style.arrow::after {
  margin-left: 10px;
  display: inline-block;
}
.btn_style.arrow.prev::before {
  margin-right: 10px;
  display: inline-block;
  transform: scaleX(-1);
}
.btn_style.arrow.prev::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .btn_style {
    font-size: 1.5rem;
    padding: 1.5rem 5rem;
  }
  .btn_style.short {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .btn_style.arrow::after {
    margin-left: 1rem;
    width: 1.4rem;
    height: 0.5rem;
  }
}

_:lang(x)::-ms-backdrop, .btn_style {
  padding-top: 18px;
  padding-bottom: 12px;
}

/* ----------------------------
  地図アイコン付きリンク
---------------------------- */
.map_icon::after {
  content: "";
  background: url(../img/common/map_icon.png) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: 0.1em;
  width: 13px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .map_icon::after {
    width: 1rem;
    height: 1.3rem;
  }
}

/* ----------------------------
  アローアイコン付きリンク
---------------------------- */
.link_arrow.square::after {
  content: "";
  background: url(../img/common/link_arrow_square.png) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: 0.1em;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .link_arrow.square::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* ----------------------------
  電話アイコン付きリンク
---------------------------- */
.tel_icon::before {
  content: "";
  background: url(../img/common/tel_icon.png) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  width: 19px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .tel_icon::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* ----------------------------
  tableデザイン
---------------------------- */
.table_style_1 th, .table_style_1 td {
  font-size: 14px;
  padding: 1em 0.75em;
  vertical-align: middle;
}
.table_style_1 th + th, .table_style_1 th + td, .table_style_1 td + th, .table_style_1 td + td {
  border-left: 1px solid #fff;
}
.table_style_1 thead th {
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #1e2b66;
}
.table_style_1 tbody tr {
  background-color: rgba(255, 255, 255, 0.5);
}
.table_style_1 tbody tr:nth-child(even) {
  background-color: rgba(196, 230, 241, 0.2);
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .table_style_1 th, .table_style_1 td {
    font-size: 1.3rem;
    padding: 0.75em 0.5em;
  }
  .table_style_1 thead th {
    font-size: 1.1rem;
  }
}

table.careerinfo tr {
  background-color: #fff;
}
table.careerinfo th, table.careerinfo td {
  border: 1px solid #cbcbcb;
  padding: 0.5em 0.75em;
  line-height: 1.6;
}
table.careerinfo th {
  text-align: center;
}
table.careerinfo thead th {
  color: #fff;
  background-color: #1e2b66;
}
/* ------------------------------------------------
  breadcramb
------------------------------------------------ */
#breadcramb {
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.4;
  background-color: #f9f9f9;
}
#breadcramb > p {
  margin: 0 auto;
  padding: 18px 20px;
  width: 1082px;
  box-sizing: border-box;
}
#breadcramb a {
  color: #1eb3ea;
  display: inline-block;
}
#breadcramb a.home::before {
  content: "";
  background: url(../img/common/home_icon.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
  margin-bottom: 0.2em;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  #breadcramb {
    font-size: 1.1rem;
  }
  #breadcramb > p {
    padding: 2.6666666667% 4%;
    width: auto;
  }
  #breadcramb a.home::before {
    margin-right: 0.4rem;
    margin-bottom: 0.2em;
    width: 1rem;
    height: 1rem;
  }
}

/* ------------------------------------------------
  PAGETOPボタン
------------------------------------------------ */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}
#pagetop .btn {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  background-color: #1eb3ea;
  padding: 8px;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: 100% 0;
}
#pagetop .btn::before {
  content: "";
  background: url(../img/common/link_arrow_wh_l.png) 0 50% no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 0.25em;
  width: 14px;
  height: 5px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #pagetop .btn {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
  }
  #pagetop .btn::before {
    margin-right: 1rem;
    width: 1.4rem;
    height: 0.5rem;
  }
}

/* ------------------------------------------------
  ニュース
------------------------------------------------ */
.news_list li {
  font-size: 18px;
  line-height: 1.4;
  display: table;
  width: 100%;
}
.news_list li + li {
  margin-top: 2em;
}
.news_list li > * {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.news_list li .date {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  width: 6.5em;
  position: relative;
}
.news_list li .date::after {
  content: "";
  background-color: #333;
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 12px;
}
.news_list li .category {
  color: #666;
  font-size: 16px;
  width: 8em;
}
.news_list li .detail a {
  color: #333;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.news_list li .detail a:hover {
  text-decoration: underline;
}
.news_list li .detail a::before {
  content: "";
  background: url(../img/common/link_arrow_square.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 750px) {
  .news_list li {
    font-size: 1.2rem !important;
    letter-spacing: -0.4em;
    display: block;
  }
  .news_list li + li {
    margin-top: 1em;
    padding-top: 0;
  }
  .news_list li > * {
    letter-spacing: 0.03em;
    display: inline-block;
  }
  .news_list li .date {
    width: auto !important;
  }
  .news_list li .date::after {
    margin: 0.2em 1rem 0;
    position: static;
    height: 0.8rem;
  }
  .news_list li .category {
    font-size: 1.1rem !important;
    width: auto;
  }
  .news_list li .detail a {
    padding-left: 1.8rem;
  }
  .news_list li .detail a::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.4em;
  }
}

/* ------------------------------------------------
  404
------------------------------------------------ */
#error_404.contents_main {
  text-align: center;
  background-color: transparent;
}

/*----- about RISAについて-----*/
/* ------------------------------------------------
  理念／Vision
------------------------------------------------ */
/* ----------------------------
 リサの行動指針“3V精神”
------------------------------*/
.guideline_3v .list {
  text-align: center;
  display: flex;
}
.guideline_3v .list li {
  width: 33.3%;
}
.guideline_3v .list li .name {
  font-size: 52px;
  letter-spacing: 0.1em;
}
.guideline_3v .list li .detail {
  color: #fff;
  background-color: #000d32;
  margin-top: 15px;
  height: 250px;
  position: relative;
}
.guideline_3v .list li .detail::before, .guideline_3v .list li .detail::after {
  content: "";
  width: 22.0183486239%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.guideline_3v .list li .detail::before {
  margin-left: -12.2324159021%;
  transform: skewX(24deg);
  transform-origin: 100% 100%;
  z-index: 1;
}
.guideline_3v .list li .detail::after {
  margin-left: -9.7859327217%;
  opacity: 0.4;
  transform: skewX(-24deg);
  transform-origin: 0 100%;
  z-index: 0;
}
.guideline_3v .list li .detail .txt {
  padding-top: 50px;
  width: 75%;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.guideline_3v .list li .detail .heading {
  font-size: 18px;
  font-weight: bold;
}
.guideline_3v .list li .detail .heading + p {
  font-size: 1em !important;
  line-height: 1.6;
  text-align: left;
  text-align: justify;
  margin-top: 1em;
}
.guideline_3v .list li.vision .name {
  color: #d65595;
}
.guideline_3v .list li.vision .detail::before, .guideline_3v .list li.vision .detail::after {
  background-color: #d65595;
}
.guideline_3v .list li.venture .name {
  color: #06b4ea;
}
.guideline_3v .list li.venture .detail::before, .guideline_3v .list li.venture .detail::after {
  background-color: #06b4ea;
}
.guideline_3v .list li.vitality .name {
  color: #376ac6;
}
.guideline_3v .list li.vitality .detail::before, .guideline_3v .list li.vitality .detail::after {
  background-color: #376ac6;
}
@media screen and (max-width: 750px) {
  .guideline_3v .list {
    flex-direction: column;
  }
  .guideline_3v .list li {
    width: 100% !important;
  }
  .guideline_3v .list li + li {
    margin-top: 5.7971014493%;
  }
  .guideline_3v .list li .name {
    font-size: 3.1rem !important;
  }
  .guideline_3v .list li .detail {
    margin-top: 1rem;
    padding-top: 50.7246376812%;
    height: 0;
    position: relative;
  }
  .guideline_3v .list li .detail::before, .guideline_3v .list li .detail::after {
    width: 14.4927536232%;
  }
  .guideline_3v .list li .detail::before {
    margin-left: -8.6956521739%;
  }
  .guideline_3v .list li .detail::after {
    margin-left: -5.7971014493%;
  }
  .guideline_3v .list li .detail .txt {
    margin-top: 11.5942028986%;
    margin-left: 7.9710144928%;
    padding: 0;
    width: 84.0579710145%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .guideline_3v .list li .detail .heading {
    font-size: 1.5rem;
  }
  .guideline_3v .list li .detail .heading + p {
    font-size: 1.4rem !important;
  }
}

/* ----------------------------
 企業ビジョン
------------------------------*/
.contents_main .characters {
  display: flex;
  justify-content: center;
}
.contents_main .characters .kanji {
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 110px;
  padding: 0 45px 40px;
  width: 300px;
}
.contents_main .characters .kanji + .kanji {
  margin-left: 90px;
}
.contents_main .characters .kanji:first-child .img {
  color: #376ac6;
}
.contents_main .characters .kanji:nth-child(2) .img {
  color: #d65595;
}
.contents_main .characters .kanji .img {
  font-size: 100px;
  font-weight: 200;
  text-align: center;
  line-height: 1;
  margin: -0.5em -40px 0;
  position: relative;
}
.contents_main .characters .kanji .img i {
  font-style: normal;
  font-weight: 200;
  display: inline-block;
  position: relative;
}
.contents_main .characters .kanji .img i:first-child {
  bottom: 0.2em;
}
.contents_main .characters .kanji .img i:last-child {
  top: 0.2em;
}
.contents_main .characters .kanji .txt {
  font-size: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 2.5em;
}
.contents_main .characters + p {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .contents_main .characters {
    flex-direction: column;
  }
  .contents_main .characters .kanji {
    margin-top: 15.9420289855%;
    padding: 0 2rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  .contents_main .characters .kanji + .kanji {
    margin-top: 15.9420289855%;
    margin-left: 0;
  }
  .contents_main .characters .kanji .img {
    font-size: 6.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .contents_main .characters .kanji .img i:first-child {
    bottom: 0.1em;
  }
  .contents_main .characters .kanji .img i:last-child {
    top: 0.1em;
  }
  .contents_main .characters .kanji .txt {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 1.5em;
  }
  .contents_main .characters + p {
    margin-top: 10.1449275362%;
  }
}

_:lang(x)::-ms-backdrop, .contents_main .characters .kanji .img {
  margin-top: -0.4em;
}

_:lang(x)::-ms-backdrop, .contents_main .characters .kanji .txt {
  margin-top: 2em;
}

/* ------------------------------------------------
  理念／Vision
------------------------------------------------ */
.contents_main .board-members-profile, .contents_main ul.board-members-profile {
  font-size: 0.875em;
}
.contents_main .board-members-profile li + li, .contents_main ul.board-members-profile li + li {
  margin-top: 0;
}
.contents_main .board-members-profile + p, .contents_main ul.board-members-profile + p {
  margin-top: 1.5em;
}
.contents_main p + .board-members-profile {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .contents_main .board-members-profile, .contents_main ul.board-members-profile {
    font-size: 1.2rem;
  }
}

/*----- services 事業内容／サービス-----*/
/* ------------------------------------------------
  common
------------------------------------------------ */
.contents_main .services_feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_main .services_feature_list > li {
  border: 1px solid #376ac6;
  width: 480px;
  box-sizing: border-box;
}
.contents_main .services_feature_list > li:nth-child(n+3) {
  margin-top: 20px;
}
.contents_main .services_feature_list > li .heading {
  color: #1e2b66;
  font-weight: bold;
  text-align: center;
  background-color: rgba(55, 106, 198, 0.2);
  margin: 0 !important;
  padding: 0.75em 0;
  border-bottom: 1px solid #376ac6;
}
.contents_main .services_feature_list > li .detail {
  padding: 0.75em 1.5em;
}
.contents_main .services_feature_list > li .bulet_style_1 li + li {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .contents_main .services_feature_list {
    display: block;
  }
  .contents_main .services_feature_list li {
    font-size: 1.4rem;
    width: auto;
  }
  .contents_main .services_feature_list li + li {
    margin-top: 4.347826087%;
  }
  .contents_main .services_feature_list li .heading {
    letter-spacing: 0;
  }
  .contents_main .services_feature_list li p {
    font-size: 1.4rem !important;
  }
}
.contents_main .service_cases {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents_main .service_cases li {
  display: flex;
  flex-direction: column;
  width: 300px;
}
.contents_main .service_cases li:nth-child(n+4) {
  margin-top: 40px;
}
.contents_main .service_cases li .category {
  color: #1e2b66;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.91em;
}
.contents_main .service_cases li .category:first-child {
  margin-top: 0;
}
.contents_main .service_cases li .name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 1.5em;
}
.contents_main .service_cases li .summary {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0.5em;
  flex-grow: 1;
}
.contents_main .service_cases li .link_btns {
  text-align: center;
  margin-top: 1.2em;
}
.contents_main .service_cases.col_2 li {
  width: 464px;
}
.contents_main .service_cases.col_2:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .contents_main .service_cases li {
    width: auto;
  }
  .contents_main .service_cases li:nth-child(n+4) {
    margin-top: 0;
  }
  .contents_main .service_cases li + li {
    margin-top: 7.2463768116%;
  }
  .contents_main .service_cases li .category {
    font-size: 1.8rem;
  }
  .contents_main .service_cases li .name {
    font-size: 1.5rem;
    margin-top: 1em;
  }
  .contents_main .service_cases li .summary {
    font-size: 1.3rem;
  }
}

/*----- IE -----*/
_:lang(x)::-ms-backdrop, .contents_main .services_feature_list > li .heading {
  padding: 0.9em 0 0.6em;
}

/* ------------------------------------------------
  事業内容／サービス
------------------------------------------------ */
.contents_main .services_lineup {
  position: relative;
}
.contents_main .services_lineup br {
  display: none;
}
.contents_main .services_lineup a {
  background-color: #fff;
  padding-top: 3.0549898167%;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.contents_main .services_lineup a:hover {
  opacity: 0.4;
}
.contents_main .services_lineup .equity-financing {
  margin-top: 34.215885947%;
  width: 41.4460285132%;
  left: 28.2077393075%;
}
.contents_main .services_lineup .debt-finance {
  margin-top: 38.0855397149%;
  width: 58.5539714868%;
  left: 28.2077393075%;
}
.contents_main .services_lineup .regional-fund {
  margin-top: 42.0570264766%;
  width: 58.5539714868%;
  left: 28.2077393075%;
}
.contents_main .services_lineup .revitalization-fund {
  margin-top: 46.0285132383%;
  width: 22.9124236253%;
  left: 69.9592668024%;
}
.contents_main .services_lineup .servicing {
  margin-top: 50.1018329939%;
  width: 22.9124236253%;
  left: 69.9592668024%;
}
.contents_main .services_lineup .real-estate-asset {
  margin-top: 53.9714867617%;
  width: 59.6741344196%;
  left: 18.3299389002%;
}
.contents_main .services_lineup .global {
  margin-top: 58.0448065173%;
  width: 59.6741344196%;
  left: 18.3299389002%;
}
.contents_main .services_lineup .advisory {
  margin-top: 62.1181262729%;
  width: 59.6741344196%;
  left: 18.3299389002%;
}

/* ------------------------------------------------
  エクイティファイナンス
------------------------------------------------ */
.contents_main .performance {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents_main .performance .fund {
  width: 480px;
}
.contents_main .performance .fund:nth-child(n+3) {
  margin-top: 35px;
}
.contents_main .performance .fund h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.contents_main .performance .fund .table_style_1 {
  width: 100%;
}
.contents_main .performance .fund .table_style_1 tbody td {
  text-align: center;
}
.contents_main .performance .fund .table_style_1 tbody td:first-child {
  text-align: left;
}
.contents_main .performance .fund .table_style_1 tbody td:first-child:first-letter {
  color: #1e2b66;
}
@media screen and (max-width: 750px) {
  .contents_main .performance {
    margin-top: 8.6956521739%;
  }
  .contents_main .performance .fund {
    width: 100%;
  }
  .contents_main .performance .fund:nth-child(n+3) {
    margin-top: 0;
  }
  .contents_main .performance .fund + .fund {
    margin-top: 5.7971014493%;
  }
  .contents_main .performance .fund h4 {
    font-size: 1.5rem;
  }
  .contents_main .performance .fund .table_style_1 tbody td {
    text-align: left;
  }
  .contents_main .performance .fund .table_style_1 tbody td:first-child {
    white-space: nowrap;
  }
  .contents_main .performance .fund .table_style_1 tbody td:nth-child(2) {
    white-space: nowrap;
  }
}

/* ------------------------------------------------
  地域活性化ファンド
------------------------------------------------ */
.contents_main .regional-fund_table1 {
  margin: 0 auto;
  width: 780px;
}
.contents_main .regional-fund_table1 tbody td:first-child, .contents_main .regional-fund_table1 tbody td:nth-child(3) {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .contents_main .regional-fund_table1 {
    width: 100%;
  }
}

/* ------------------------------------------------
  債権投資／サービシング
------------------------------------------------ */
.contents_main #servicing_fig1 {
  position: relative;
}
.contents_main #servicing_fig1 .btn_style {
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .contents_main #servicing_fig1 {
    padding-bottom: 6rem;
  }
  .contents_main #servicing_fig1 .btn_style {
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

/* ------------------------------------------------
  不動産アセットソリューション
------------------------------------------------ */
.contents_main .services_cre_advisory {
  margin-top: 70px;
  min-height: 221px;
  display: table;
}
.contents_main .services_cre_advisory + .services_cre_advisory {
  margin-top: 30px;
}
.contents_main .services_cre_advisory > * {
  display: table-cell;
  vertical-align: middle;
}
.contents_main .services_cre_advisory .heading {
  font-weight: bold;
  font-size: 22px !important;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 !important;
  width: 221px;
}
.contents_main .services_cre_advisory .detail {
  padding-left: 50px;
}
.contents_main .services_cre_advisory .detail dt {
  font-weight: bold;
  font-size: 18px;
}
.contents_main .services_cre_advisory .detail dt i {
  font-style: normal;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding-right: 0.5em;
}
.contents_main .services_cre_advisory .detail dd {
  line-height: 1.4;
  margin-top: 0.5em;
}
.contents_main .services_cre_advisory .detail dd + dt {
  margin-top: 1em;
}
.contents_main .services_cre_advisory.group_1 .heading, .contents_main .services_cre_advisory.group_1 .detail dt i {
  color: #06b4ea;
}
.contents_main .services_cre_advisory.group_1 .heading {
  background-image: url(../img/services/real-estate-asset/circle_1.png);
}
.contents_main .services_cre_advisory.group_2 .heading, .contents_main .services_cre_advisory.group_2 .detail dt i {
  color: #376ac6;
}
.contents_main .services_cre_advisory.group_2 .heading {
  background-image: url(../img/services/real-estate-asset/circle_2.png);
}
.contents_main .services_cre_advisory.group_3 .heading, .contents_main .services_cre_advisory.group_3 .detail dt i {
  color: #d65595;
}
.contents_main .services_cre_advisory.group_3 .heading {
  background-image: url(../img/services/real-estate-asset/circle_3.png);
}
@media screen and (max-width: 750px) {
  .contents_main .services_cre_advisory {
    margin-top: 11.5942028986%;
    min-height: initial;
    display: block;
  }
  .contents_main .services_cre_advisory + .services_cre_advisory {
    margin-top: 7.2463768116%;
  }
  .contents_main .services_cre_advisory > * {
    display: block;
  }
  .contents_main .services_cre_advisory .heading {
    font-size: 1.6rem !important;
    background-size: auto 100%;
    width: 100%;
  }
  .contents_main .services_cre_advisory .heading::after {
    content: "";
    padding-top: 31.884057971%;
    height: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contents_main .services_cre_advisory .detail {
    margin-top: 5.7971014493%;
    padding-left: 0;
  }
  .contents_main .services_cre_advisory .detail dt {
    font-size: 1.5rem;
  }
  .contents_main .services_cre_advisory .detail dt i {
    font-size: 1.7rem;
  }
  .contents_main .services_cre_advisory .detail dd {
    font-size: 1.4rem;
  }
}
.contents_main .services_real-estate_table1 th, .contents_main .services_real-estate_table1 td {
  padding: 0.7em 1.4em;
}
.contents_main .services_real-estate_table1 thead th {
  font-size: 14px;
}
.contents_main .services_real-estate_table1 tbody tr:nth-child(2) td:first-child {
  background-color: #fff;
}
.contents_main .services_real-estate_table1 .bulet_style_1 li {
  font-size: 14px;
}
.contents_main .services_real-estate_table1 .bulet_style_1 li + li {
  margin-top: 0;
}
.contents_main .services_real-estate_table1 .bulet_style_1 li::before {
  background-color: #333;
  border-radius: 100%;
}
@media screen and (max-width: 750px) {
  .contents_main .services_real-estate_table1 th, .contents_main .services_real-estate_table1 td {
    font-size: 1.2rem;
    letter-spacing: normal;
    line-height: 1.4;
    padding: 0.7em;
  }
  .contents_main .services_real-estate_table1 tbody tr:nth-child(1) td:first-child {
    white-space: nowrap;
  }
  .contents_main .services_real-estate_table1 tbody tr:nth-child(2) td:first-child {
    width: 1.4em;
  }
  .contents_main .services_real-estate_table1 tbody tr:nth-child(2) td:first-child .name {
    writing-mode: vertical-rl;
    -ms-text-orientation: upright;
    text-orientation: upright;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
  }
  .contents_main .services_real-estate_table1 thead th {
    font-size: 1.2rem;
  }
  .contents_main .services_real-estate_table1 .bulet_style_1 li {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/* ------------------------------------------------
  グローバル／海外事業
------------------------------------------------ */
.contents_main .services_global_funds {
  display: flex;
  justify-content: space-between;
}
.contents_main .services_global_funds li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background-color: #1eb3ea;
  padding: 20px;
  width: 478px;
  box-sizing: border-box;
}
.contents_main .services_global_funds li:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .contents_main .services_global_funds {
    display: block;
  }
  .contents_main .services_global_funds li {
    font-size: 1.4rem;
    border-radius: 1rem;
    padding: 2.8985507246%;
    width: 100%;
    box-sizing: border-box;
  }
  .contents_main .services_global_funds li + li {
    margin-top: 4.347826087%;
  }
}

/* ------------------------------------------------
  事例のご紹介
------------------------------------------------ */
.contents_main .services_cases_detail {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.contents_main .services_cases_detail > li {
  width: 475px;
  display: flex;
  flex-direction: column;
}
.contents_main .services_cases_detail > li .heading {
  color: #1e2b66;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  border: 1px solid #1e2b66;
  position: relative;
}
.contents_main .services_cases_detail > li .img {
  margin: 40px 0;
}
.contents_main .services_cases_detail > li .txt {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1.4em;
  flex-grow: 1;
}
.contents_main .services_cases_detail > li .txt li {
  font-size: 16px;
}
.contents_main .services_cases_detail > li:first-child {
  position: relative;
}
.contents_main .services_cases_detail > li:first-child .heading {
  border-right-width: 0;
}
.contents_main .services_cases_detail > li:first-child::after {
  content: "";
  background: url(../img/services/cases/fig_header.png) 50% 50% no-repeat;
  padding-top: 50px;
  width: 35px;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
.contents_main .services_cases_detail > li:last-child .heading {
  border-left-width: 0;
}
@media screen and (max-width: 750px) {
  .contents_main .services_cases_detail {
    background-image: none;
    flex-direction: column;
    position: relative;
  }
  .contents_main .services_cases_detail::before, .contents_main .services_cases_detail::after {
    content: "";
    background-color: #1e2b66;
    width: 8.6956521739%;
    height: 1px;
    position: absolute;
    left: 0;
  }
  .contents_main .services_cases_detail::before {
    top: 0;
  }
  .contents_main .services_cases_detail::after {
    bottom: 0;
  }
  .contents_main .services_cases_detail > li {
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 8.6956521739% 1fr;
    justify-content: center;
  }
  .contents_main .services_cases_detail > li + li {
    margin-top: 5.7971014493%;
  }
  .contents_main .services_cases_detail > li .heading {
    font-family: "Helvetica Neue", Arial, "Kosugi", sans-serif;
    font-size: 1.3rem;
    grid-row: 1/3;
    grid-column: 1/2;
    writing-mode: vertical-rl;
    -ms-text-orientation: upright;
    text-orientation: upright;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents_main .services_cases_detail > li .img {
    margin: 0;
    margin-left: 1rem;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .contents_main .services_cases_detail > li .txt {
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 0;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .contents_main .services_cases_detail > li .txt ul {
    padding: 1.2rem 1.5rem;
  }
  .contents_main .services_cases_detail > li .txt li {
    font-size: 1.2rem;
  }
  .contents_main .services_cases_detail > li:first-child .heading {
    border-right-width: 1px;
    border-bottom-width: 0;
  }
  .contents_main .services_cases_detail > li:first-child::after {
    content: "";
    background: url(../img/services/cases/sp/fig_header.png) 50% 50% no-repeat;
    background-size: 100% auto;
    padding-top: 5.7971014493%;
    width: 8.6956521739%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .contents_main .services_cases_detail > li:last-child .heading {
    border-left-width: 1px;
    border-top-width: 0;
  }
}

/*----- IE -----*/
_:lang(x)::-ms-backdrop, .contents_main .services_cases_detail > li .heading {
  line-height: 44px;
  padding-top: 4px;
}

/*----- careers 採用情報-----*/
/* ------------------------------------------------
  採用情報TOP
------------------------------------------------ */
.contents_main h4.careers {
  font-weight: 500;
  background-color: rgba(30, 179, 234, 0.1);
  margin-top: 40px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents_main h4.careers:not(:first-of-type) {
  margin-top: 50px;
}
.contents_main h4.careers br {
  display: none;
}
.contents_main h4.careers .name {
  font-size: 22px;
}
.contents_main h4.careers .area {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #333;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 750px) {
  .contents_main h4.careers {
    margin-top: 5.7971014493%;
    padding: 1rem 1.5rem;
  }
  .contents_main h4.careers:not(:first-of-type) {
    margin-top: 2rem;
  }
  .contents_main h4.careers .name {
    font-size: 1.5rem;
  }
  .contents_main h4.careers .area {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.contents_main .guideline_3v.careers .list {
  margin-top: 75px;
}
.contents_main .guideline_3v.careers .list li, .contents_main .guideline_3v.careers .list li:first-child {
  background-color: rgba(255, 255, 255, 0.4);
  width: 30.549898167%;
}
.contents_main .guideline_3v.careers .list li + li {
  margin-left: 41px;
}
.contents_main .guideline_3v.careers .list li .name {
  margin-top: -0.5em;
}
.contents_main .guideline_3v.careers .list li .detail {
  color: #333;
  background-color: transparent;
  margin-top: 0;
  padding-bottom: 35px;
  height: auto;
}
.contents_main .guideline_3v.careers .list li .detail::before, .contents_main .guideline_3v.careers .list li .detail::after {
  display: none;
}
.contents_main .guideline_3v.careers .list li .detail .txt {
  line-height: 1.6;
  padding-top: 0;
  width: auto;
}
.contents_main .guideline_3v.careers .list li .detail .heading {
  margin-top: 1em;
  padding: 0 10px;
}
.contents_main .guideline_3v.careers .list li .detail .heading + p {
  font-size: 1em;
  margin-top: 1.1em;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .contents_main .guideline_3v.careers .list {
    margin-top: 14.4927536232%;
  }
  .contents_main .guideline_3v.careers .list li {
    width: 100% !important;
  }
  .contents_main .guideline_3v.careers .list li + li {
    margin-top: 8.6956521739%;
    margin-left: 0;
  }
  .contents_main .guideline_3v.careers .list li .detail {
    padding: 0;
    height: auto;
  }
  .contents_main .guideline_3v.careers .list li .detail .txt {
    margin: 0;
    padding-top: 0;
    width: auto;
    position: static;
  }
  .contents_main .guideline_3v.careers .list li .detail .heading {
    font-size: 1.5rem;
    margin-top: 0.75em;
  }
  .contents_main .guideline_3v.careers .list li .detail .heading + p {
    margin-top: 0.75em;
    padding: 0 4.347826087% 4.347826087%;
  }
}
.contents_main dl.qualification {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_main dl.qualification + .qualification {
  margin-top: 2.5em;
}
.contents_main dl.qualification dt {
  font-size: 18px;
  font-weight: bold;
  width: 18.3299389002%;
}
.contents_main dl.qualification dt::before {
  content: "";
  border-width: 0 7px 0 8px;
  border-style: solid;
  border-left-color: #1e2b66;
  border-right-color: #1eb3ea;
  margin-right: 10px;
  margin-bottom: 0.1em;
  width: 0;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .contents_main dl.qualification dt::before {
    border-left-width: 0.6rem;
    border-right-width: 0.7rem;
    margin-right: 0.5rem;
    height: 1.3rem;
  }
}
.contents_main dl.qualification dd {
  line-height: 1.6;
  width: 81.466395112%;
}
.contents_main dl.qualification dd p {
  font-size: 1em;
}
.contents_main dl.qualification dd p + .bulet_style_1 {
  margin-top: 1em;
}
.contents_main dl.qualification dd .bulet_style_1 {
  font-size: 1em;
}
.contents_main dl.qualification dt + dd,
.contents_main dl.qualification dd + dt {
  margin-top: 1em;
}
.contents_main dl.qualification dt:first-child + dd {
  margin-top: -0.1em;
}
@media screen and (max-width: 750px) {
  .contents_main dl.qualification {
    margin-top: 4.347826087%;
    flex-direction: column;
  }
  .contents_main dl.qualification + .qualification {
    margin-top: 4.347826087%;
  }
  .contents_main dl.qualification dt {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    width: auto;
  }
  .contents_main dl.qualification dd {
    font-size: 1.3rem;
    width: auto;
  }
  .contents_main dl.qualification dd p {
    font-size: 1.3rem;
  }
  .contents_main dl.qualification dd p + .bulet_style_1 {
    margin-top: 0.25em;
  }
  .contents_main dl.qualification dd .bulet_style_1 {
    font-size: 1.3rem;
  }
  .contents_main dl.qualification dd .bulet_style_1 li + li {
    margin-top: 0.25em;
  }
  .contents_main dl.qualification dt + dd {
    margin-top: 0.25em;
  }
  .contents_main dl.qualification dd + dt {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
.contents_main .for_application {
  display: flex;
  justify-content: space-around;
}
.contents_main .for_application li {
  width: 450px;
}
.contents_main .for_application li h4.careers {
  text-align: center;
  margin-bottom: 1em;
  display: block;
}
.contents_main .for_application li ul.bulet_style_1 li + li {
  margin-top: 0;
}
.contents_main .for_application li .tel {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .contents_main .for_application {
    flex-direction: column;
  }
  .contents_main .for_application li {
    width: auto;
  }
  .contents_main .for_application li h4.careers {
    margin-bottom: 0.5em;
  }
  .contents_main .for_application li ul.bulet_style_1 {
    margin-top: 0.5em;
  }
  .contents_main .for_application li ul.bulet_style_1 li + li {
    margin-top: 0;
  }
  .contents_main .for_application li .tel {
    margin-top: 0;
  }
  .contents_main .for_application li .note.small {
    margin-top: 0.25em;
  }
}
.contents_main .link_btns#careers_contact {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 750px) {
  .contents_main .link_btns#careers_contact .btn_style {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.contents_main #graduates {
  font-size: 0.9em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contents_main #graduates {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------
  採用情報FAQ
------------------------------------------------ */
.contents_main .faq {
  padding-left: 1.8em;
  position: relative;
}
.contents_main .faq::before {
  content: "";
  font-weight: bold;
  content: block;
  text-align: center;
  line-height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
}
.contents_main .faq.q {
  font-weight: bold;
}
.contents_main .faq.q::before {
  content: "Q";
  color: #1eb3ea;
  background-color: #1e2b66;
}
.contents_main .faq.a::before {
  content: "A";
  color: #1e2b66;
  background-color: #1eb3ea;
}
.contents_main .faq.a + .q {
  margin-top: 2.2em;
}
.contents_main .faq.a + .link_btns {
  margin-top: 4.5em;
}

_:lang(x)::-ms-backdrop, .contents_main .faq::before {
  line-height: 1.12em;
  padding-top: 0.3em;
}

/*----- partners パートナーズ-----*/
/* ------------------------------------------------
  パートナーズTOP
------------------------------------------------ */
/* ----------------------------
 グループ会社
------------------------------*/
#group_companies {
  overflow: hidden;
}

.group_companies_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.group_companies_list + .group_companies_list {
  margin-top: 40px;
}
.group_companies_list li {
  text-align: center;
  display: table;
  position: relative;
}
.group_companies_list li a {
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 35px;
  width: 300px;
  height: 285px;
  display: block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
}
.group_companies_list li a::after {
  content: "";
  background: url(../img/common/link_arrow.png) no-repeat;
  background-size: contain;
  margin-top: 15px;
  width: 20px;
  height: 5px;
  display: inline-block;
  vertical-align: top;
}
.group_companies_list li br {
  display: none;
}
.group_companies_list li .img {
  text-align: center;
  display: block;
}
.group_companies_list li .img img {
  width: 121px;
  height: auto;
}
.group_companies_list li .name {
  font-size: 14px !important;
  font-weight: bold;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 750px) {
  .group_companies_list {
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }
  .group_companies_list + .group_companies_list {
    margin-top: 3rem;
  }
  .group_companies_list li {
    width: 100%;
  }
  .group_companies_list li a {
    margin: 0 auto;
    padding: 5.7971014493% 0 4.347826087%;
    width: 75%;
    height: auto;
    display: block;
  }
  .group_companies_list li a::after {
    margin-top: 1rem;
    width: 1.6rem;
    height: 0.4rem;
  }
  .group_companies_list li .img img {
    width: 10.6rem !important;
    height: auto !important;
  }
  .group_companies_list li .name {
    font-size: 1.3rem !important;
    margin-top: 1.5rem;
  }
}

/* ----------------------------
 アライアンス
------------------------------*/
.contents_main .alliance {
  font-size: 18px;
  line-height: 1.6;
  padding-right: 215px;
  position: relative;
}
.contents_main .alliance + .alliance {
  margin-top: 50px;
}
.contents_main .alliance h4 {
  font-weight: bold;
}
.contents_main .alliance p {
  margin-top: 0.25em;
}
.contents_main .alliance .img {
  margin-top: 0;
  position: absolute;
  right: 30px;
  top: 0;
}
@media screen and (max-width: 750px) {
  .contents_main .alliance {
    padding-right: 0;
    overflow: hidden;
  }
  .contents_main .alliance + .alliance {
    margin-top: 7.2463768116%;
  }
  .contents_main .alliance .img {
    margin: 0.5em 0 0.5em 1em;
    width: 9rem;
    position: static;
    float: right;
  }
}

/*----- contact お問い合わせ-----*/
/* ------------------------------------------------
  お問い合わせフォーム
------------------------------------------------ */
.contact_form {
  display: block;
}
.contact_form .line {
  display: flex;
  justify-content: space-between;
}
.contact_form .line + .line {
  margin-top: 1.5em;
}
.contact_form .line .label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0;
}
.contact_form .line .body {
  width: 784px;
}
.contact_form .line .body .error_message {
  color: #f00;
  font-size: 11px;
  margin-bottom: -0.2em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.contact_form .line .body .confirm {
  padding: 1em 0;
}
.contact_form .line .body input[type=text], .contact_form .line .body textarea {
  font-size: 1em;
  font-family: inherit;
  border: 1px solid #bbb;
  border-radius: 0;
  background-color: #fff;
  padding: 1em 0.5em;
  box-sizing: border-box;
  transition: background 0.2s linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact_form .line .body input.short {
  width: 25%;
}
.contact_form .line .body input.half {
  width: 50%;
}
.contact_form .line .body textarea {
  width: 100%;
}
.contact_form .line .body label {
  cursor: pointer;
}
.contact_form .line .body label + label {
  margin-left: 1em;
}
.contact_form .line .body label.disabled {
  cursor: default;
}
.contact_form .line .body.radio_buttons {
  padding: 1em 0;
}
.contact_form .line .body.radio_buttons br {
  display: none;
}
.contact_form .line .body.radio_buttons br + label {
  margin-left: 1em;
}
.contact_form .line .body.radio_buttons .error_message {
  margin-bottom: -1.15em;
}
.contact_form .line .body.radio_buttons label {
  padding-left: 1.5em;
  position: relative;
}
.contact_form .line .body.radio_buttons label input[type=radio] {
  display: none;
}
.contact_form .line .body.radio_buttons label input[type=radio]:checked + .btn::before {
  border-color: #1eb3ea;
}
.contact_form .line .body.radio_buttons label input[type=radio]:checked + .btn::after {
  opacity: 1;
}
.contact_form .line .body.radio_buttons label .btn::before, .contact_form .line .body.radio_buttons label .btn::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.2s;
}
.contact_form .line .body.radio_buttons label .btn::before {
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #efefef;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.contact_form .line .body.radio_buttons label .btn::after {
  background: #1eb3ea;
  margin-top: -6px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
}
.contact_form .line .body.radio_buttons label:hover .btn::before {
  background: #fff;
}
.contact_form .line .body.contact_main .choice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact_form .line .body.contact_main .choice label, .contact_form .line .body.contact_main .choice .item {
  margin-left: 0;
  width: 50%;
  display: block;
  box-sizing: border-box;
}
.contact_form .line .body.contact_main .choice label.wide, .contact_form .line .body.contact_main .choice .item.wide {
  width: 40%;
}
.contact_form .line .body.contact_main .choice label.half, .contact_form .line .body.contact_main .choice .item.half {
  width: 50%;
}
.contact_form .line .body.contact_main .choice label.long, .contact_form .line .body.contact_main .choice .item.long {
  width: 100%;
}
.contact_form .line .body.contact_main .choice label:nth-child(n+3), .contact_form .line .body.contact_main .choice .item:nth-child(n+3) {
  margin-top: 1em;
}
.contact_form .line .body.contact_main .choice label a, .contact_form .line .body.contact_main .choice .item a {
  text-decoration: underline;
}
.contact_form .line .body.contact_main .choice label a:hover, .contact_form .line .body.contact_main .choice .item a:hover {
  text-decoration: none;
}
.contact_form .form_btns {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.contact_form .form_btns .btn_style {
  padding-left: 85px;
  padding-right: 85px;
}
.contact_form .form_btns .btn_style + .btn_style {
  margin-left: 30px;
}
.contact_form .form_btns button[disabled=""] {
  cursor: default;
  opacity: 0.7;
}
.contact_form .message {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
.contact_form .message + p {
  line-height: 1.6;
}
.contact_form #contact_a_choice {
  margin-top: 1.5em;
  display: none;
}
.contact_form #contact_a_choice + .line {
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .contact_form .line {
    flex-direction: column;
  }
  .contact_form .line .label {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 0;
  }
  .contact_form .line .body {
    margin-top: 1em;
    padding: 0;
    width: auto;
  }
  .contact_form .line .body .confirm {
    padding: 0;
  }
  .contact_form .line .body input[type=text], .contact_form .line .body textarea {
    padding: 0.75em 0.5em;
  }
  .contact_form .line .body input.short {
    width: 50%;
  }
  .contact_form .line .body input.half {
    width: 100%;
  }
  .contact_form .line .body textarea {
    height: 8em;
  }
  .contact_form .line .body label, .contact_form .line .body .item {
    font-size: 1.3rem;
    display: block;
  }
  .contact_form .line .body label + label, .contact_form .line .body .item + label {
    margin-top: 1.5em;
    margin-left: 0;
  }
  .contact_form .line .body.radio_buttons br + label {
    margin-left: 0;
    margin-top: 1em;
  }
  .contact_form .line .body.radio_buttons label {
    padding-left: 2rem;
    position: relative;
  }
  .contact_form .line .body.radio_buttons label .btn::before {
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
  }
  .contact_form .line .body.radio_buttons label .btn::after {
    margin-top: -0.4rem;
    left: 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .contact_form .line .body.contact_main {
    margin-left: 0.5em;
  }
  .contact_form .line .body.contact_main .choice {
    display: block;
  }
  .contact_form .line .body.contact_main .choice label, .contact_form .line .body.contact_main .choice .item {
    width: auto;
  }
  .contact_form .line .body.contact_main .choice label.long, .contact_form .line .body.contact_main .choice .item.long {
    width: auto;
  }
  .contact_form .line .body.contact_main .choice label + label, .contact_form .line .body.contact_main .choice label + .item, .contact_form .line .body.contact_main .choice .item + label, .contact_form .line .body.contact_main .choice .item + .item {
    margin-top: 1.5em !important;
  }
  .contact_form .form_btns {
    margin-top: 7.2463768116%;
    display: flex;
    justify-content: space-between;
  }
  .contact_form .form_btns .btn_style {
    margin: 0 auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .contact_form .form_btns .btn_style + .btn_style {
    margin-left: 0;
  }
  .contact_form .message {
    font-size: 1.8rem;
  }
  .contact_form .message + p {
    text-align: left !important;
  }
}

.error_message {
  color: rgba(255, 0, 0, 0.7);
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .error_message {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ------------------------------------------------
  入力エラー
------------------------------------------------ */
.contact_form .line.error .body {
  position: relative;
}
.contact_form .line.error .body .error_message {
  margin-bottom: 0.2em;
  opacity: 1;
  visibility: visible;
}
.contact_form .line.error .body input[type=text], .contact_form .line.error .body textarea {
  background-color: #fdd;
}
.contact_form .line.error .body.radio_buttons .error_message {
  margin-bottom: -0.75em;
}
.contact_form .line.error .body.radio_buttons label .btn::before {
  background-color: #fdd;
}
@media screen and (max-width: 750px) {
  .contact_form .line.error .body {
    margin-top: 2em;
  }
  .contact_form .line.error .body.radio_buttons .error_message {
    margin-bottom: -0.25em;
  }
}

@media print {
  #menu .main_menu .parent .minor {
    display: none !important;
  }
  #header {
    position: relative !important;
  }
  #header:before {
    width: auto !important;
  }
  #wrapper {
    padding-top: 80px !important;
    padding-top: 0 !important;
  }
}